@charset "UTF-8";
.filter-img {
  position: relative;
  overflow: hidden;
}
.filter-img:after {
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: inline-block;
  mix-blend-mode: screen;
  background-color: rgb(196, 24, 30);
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Regular.woff2") format("woff2"), url("../fonts/LibreFranklin-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Medium.woff2") format("woff2"), url("../fonts/LibreFranklin-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Bold.woff2") format("woff2"), url("../fonts/LibreFranklin-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-gutter: stable;
}
@media (max-width:1024px) {
  html {
    scroll-padding-top: 0px;
  }
}

.body {
  margin: 0 auto;
  color: rgb(51, 40, 40);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: rgb(250, 250, 250);
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .inner {
    max-width: 768px;
  }
}

a {
  text-decoration: none;
  color: rgb(51, 40, 40);
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  display: block;
}

@media (min-width:1023px) {
  a:hover {
    opacity: 0.5;
  }
}

span {
  line-height: 1;
  display: inline-block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1024px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1024px) {
  br.brPc {
    display: none;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:1023px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:1024px) {
  br.brPcTab {
    display: none;
  }
}

br.brPcSp {
  display: block;
}
@media (max-width:600px) {
  br.brPcSp {
    display: none;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --header-color-default: rgb(250, 250, 250);
  --header-color-active: rgb(51, 40, 40);
  --header-color-hover: rgb(196, 24, 30);
}

.headerWr {
  opacity: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  --header-text-color: var(--header-color-default);
}
@media (max-width:1024px) {
  .headerWr {
    --header-text-color: var(--header-color-active);
    height: 48px;
    text-outline: 0 0 #000;
  }
}
.headerWr.active {
  --header-text-color: var(--header-color-active);
}
.headerWr.active .header__contents__sub .sub__list a:hover,
.headerWr.active .header__contents__nav .nav__list__item a:hover {
  --header-text-color: var(--header-color-hover);
}
.headerWr.active .header__contents__logo {
  opacity: 1;
}
@media (max-width:1024px) {
  .headerWr.active .header__contents__logo a {
    color: var(--header-text-color);
  }
}
.headerWr.menu-open {
  top: auto;
}
.headerWr.menu-open .header__contents__subNavAllWr {
  right: 0;
  width: 100%;
  -webkit-transition: -webkit-clip-path 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.headerWr.menu-open .header__contents__subNavWr {
  -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-clip-path 0.255s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-clip-path 0.255s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.375s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, clip-path 0.255s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.375s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, clip-path 0.255s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.375s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-clip-path 0.255s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:first-child {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
  width: 24px;
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:nth-child(2) {
  width: 0;
}
.headerWr.menu-open .header__contents__btnMenu .btnMenu__shapes span:nth-child(3) {
  width: 24px;
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .header__contents {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__contents__logo {
  position: absolute;
  left: 0;
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .header__contents__logo {
    position: relative;
    z-index: 9999;
    margin-right: max(calc(32 / 600 * 100vw), 32px);
  }
}
.header__contents__logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--header-color-active);
}
@media (max-width:1024px) {
  .header__contents__logo a {
    margin-left: 0;
  }
}
.header__contents__logo .logo__texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(8 / 1440 * 100vw), 8px);
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(8 / 600 * 100vw), 8px);
    padding-top: 0;
  }
}
.header__contents__logo .logo__texts__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(3 / 1440 * 100vw), 3px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__left {
    row-gap: 2px;
  }
}
.header__contents__logo .logo__texts__left span {
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__left span {
    letter-spacing: calc(1 / 100 * 1em);
  }
}
.header__contents__logo .logo__texts__left span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__left span:last-child {
    letter-spacing: calc(10 / 100 * 1em);
  }
}
.header__contents__logo .logo__texts__left .icon-logo {
  -o-object-fit: contain;
     object-fit: contain;
  width: 14px;
  height: 9px;
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__center {
    font-size: calc(1.6rem * 0.75);
    margin-left: -2px;
    letter-spacing: calc(10 / 100 * 1em);
  }
}
.header__contents__logo .logo__texts__right {
  font-size: calc(10 / 1440 * 100vw);
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__right {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__contents__logo .logo__texts__centerRight {
  display: contents;
}
@media (max-width:1024px) {
  .header__contents__logo .logo__texts__centerRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px;
  }
}
.header__contents__subNavAllWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .header__contents__subNavAllWr {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #c4181e;
    padding-top: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: none;
    transition: none;
  }
}
.header__contents__subNavWr {
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .header__contents__subNavWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: rgb(250, 250, 250);
    padding-right: 0;
    padding-top: 54px;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
    -webkit-transition: none;
    transition: none;
  }
}
.header__contents__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width:1024px) {
  .header__contents__sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list:first-child {
    margin-bottom: 12px;
  }
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list:first-child a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px rgba(51, 40, 40, 0.15) solid;
  }
}
.header__contents__sub .sub__list:first-child span:last-child {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list:first-child span:last-child {
    display: inline-block;
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
    color: rgb(196, 24, 30);
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list:nth-child(2), .header__contents__sub .sub__list:nth-child(3) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list:nth-child(2) span, .header__contents__sub .sub__list:nth-child(3) span {
    font-size: calc(1.6rem * 0.75);
  }
}
@media (min-width:1023px) {
  .header__contents__sub .sub__list:first-child a {
    padding-left: 0;
  }
  .header__contents__sub .sub__list:last-child a {
    padding-right: 0;
  }
}
.header__contents__sub .sub__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  padding-right: min(calc(10 / 1440 * 100vw), 10px);
  padding-bottom: min(calc(6 / 1440 * 100vw), 6px);
  padding-left: min(calc(10 / 1440 * 100vw), 10px);
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px;
  }
}
.header__contents__sub .sub__list a:hover {
  opacity: 1;
}
.header__contents__sub .sub__list a:hover span {
  color: rgb(196, 24, 30);
}
.header__contents__sub .sub__list a:hover .icon-jump {
  color: rgb(196, 24, 30);
}
.header__contents__sub .sub__list a span {
  font-size: calc(1.6rem * 0.875);
  color: var(--header-text-color);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .header__contents__sub .sub__list a span {
    font-size: calc(1.6rem * 1);
  }
}
.header__contents__sub .sub__list a .icon-jump {
  color: var(--header-text-color);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.header__contents__sub .sub__list a:hover {
  opacity: 1;
}
.header__contents__sub .sub__list .icon-jump {
  width: 10px;
  height: 13px;
  color: rgb(250, 250, 250);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.header__contents__nav {
  -webkit-filter: drop-shadow(0 0 10px rgba(51, 40, 40, 0.15));
          filter: drop-shadow(0 0 10px rgba(51, 40, 40, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .header__contents__nav {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
  }
}
.header__contents__nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(0 / 600 * 100vw), 0px);
  }
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list__item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px rgba(51, 40, 40, 0.15) solid;
  }
}
.header__contents__nav .nav__list__item.entry {
  letter-spacing: calc(8 / 100 * 1em);
  font-weight: 700;
  position: relative;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list__item.entry {
    display: none;
  }
}
.header__contents__nav .nav__list__item.entry .icon-logo {
  width: 171px;
  height: 111px;
  color: rgb(196, 24, 30);
  position: absolute;
  right: -81px;
  top: -44px;
}
.header__contents__nav .nav__list__item.entry a {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.header__contents__nav .nav__list__item.entry a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__contents__nav .nav__list__item:first-child a {
  padding-left: 0;
}
.header__contents__nav .nav__list__item:last-child a {
  padding-right: 0;
}
.header__contents__nav .nav__list__item a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: min(calc(6 / 1440 * 100vw), 6px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list__item a {
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__contents__nav .nav__list__item a:hover {
  opacity: 1;
  color: rgb(196, 24, 30);
}
.header__contents__nav .nav__list__item a span:first-child {
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  color: var(--header-text-color);
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list__item a span:first-child {
    font-size: calc(1.6rem * 1);
  }
}
.header__contents__nav .nav__list__item a span:last-child {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list__item a span:last-child {
    display: inline-block;
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
    color: rgb(196, 24, 30);
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.header__contents__imageSp {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__imageSp {
    display: block;
    height: 100%;
  }
}
.header__contents__navSp {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__navSp {
    display: block;
    width: 100%;
    padding: 0 12px 18px 12px;
  }
  .header__contents__navSp .navSp__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(196, 24, 30);
    height: 64px;
    border-radius: 2px;
  }
  .header__contents__navSp span {
    text-align: center;
    color: rgb(250, 250, 250);
    font-weight: 700;
    letter-spacing: calc(5 / 100 * 1em);
    font-size: calc(1.6rem * 1.125);
  }
}
.header__contents__sub .sub__list a:hover span, .header__contents__sub .sub__list a:hover .icon-jump, .header__contents__nav .nav__list__item a:hover span {
  --header-text-color: var(--header-color-hover);
}
.header__contents__cta {
  background-color: rgb(196, 24, 30);
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  height: 100%;
  width: 164px;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width:1024px) {
  .header__contents__cta {
    display: none;
  }
}
.header__contents__cta span {
  font-weight: 700;
  color: rgb(250, 250, 250);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  font-size: calc(1.6rem * 1.15);
  letter-spacing: calc(10 / 100 * 1em);
}
.header__contents__cta:hover {
  background-color: rgb(250, 250, 250);
}
.header__contents__cta:hover span {
  color: rgb(196, 24, 30);
}
.header__contents__cta a:hover {
  opacity: 1;
}
.header__contents__btnMenu {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__btnMenu {
    position: absolute;
    right: 3.333vw;
    top: 0;
    width: 50px;
    height: 46px;
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__contents__btnMenu .btnMenu__shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 36px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 7px;
}
.header__contents__btnMenu .btnMenu__shapes span {
  width: 28px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(196, 24, 30);
  -webkit-transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.cta-sp {
  display: none;
}
@media (max-width:1024px) {
  .cta-sp {
    width: 100%;
    height: 54px;
    display: block;
    position: fixed;
    bottom: -64px;
    left: 0;
    z-index: 9999;
    background-color: #c4181e;
    -webkit-transition: bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .cta-sp a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3px;
    padding-bottom: 6px;
    position: relative;
    z-index: 8889;
  }
  .cta-sp p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: calc(1.6rem * 0.875);
    letter-spacing: calc(5 / 100 * 1em);
    font-weight: 700;
    color: rgb(250, 250, 250);
  }
  .cta-sp svg {
    width: 17px;
    height: 14px;
    margin-left: 6px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    vertical-align: text-top;
    color: rgb(250, 250, 250);
  }
  .cta-sp.active {
    bottom: 0;
  }
  .cta-sp:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/bg-noise-white.png);
    mix-blend-mode: overlay;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.footer {
  position: relative;
  z-index: 100;
  background-color: rgb(250, 250, 250);
}
.footer__contents {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .footer__contents {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .footer__contents__logo {
    margin-bottom: 3px;
  }
}
.footer__contents__logo span {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgb(196, 24, 30);
  margin-right: 3px;
}
@media (max-width:1024px) {
  .footer__contents__logo span {
    font-size: calc(1.6rem * 0.625);
    letter-spacing: calc(5 / 100 * 1em);
  }
}
.footer__contents__logo .icon-logo {
  color: rgb(196, 24, 30);
  width: 14px;
  height: 9px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3px;
}
.footer__contents__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-inline: auto;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__name {
    row-gap: 3px;
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
@media (max-width:600px) {
  .footer__contents__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__contents__name span {
  color: rgb(51, 40, 40);
  font-weight: 500;
  font-size: calc(1.6rem * 0.875);
}
.footer__contents__name span:last-child {
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 3px;
}
@media (max-width:1024px) {
  .footer__contents__name span:last-child {
    margin-top: 4px;
  }
}
.footer__contents__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .footer__contents__nav {
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__nav .nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(20 / 1440 * 100vw), 20px);
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__nav .nav__lists a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__contents__nav .nav__lists a span {
  font-size: calc(1.6rem * 0.875);
}
@media (max-width:1024px) {
  .footer__contents__nav .nav__lists a span {
    font-size: calc(1.6rem * 1);
  }
}
.footer__contents__nav .nav__lists a .icon-jump {
  width: 10px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  color: rgb(51, 40, 40);
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
  margin-left: 4px;
}
.footer__contents__imageWr {
  position: absolute;
  z-index: 8888;
  width: min(calc(863 / 1440 * 100vw), 863px);
  height: min(calc(483 / 1440 * 100vw), 483px);
  left: max(calc(-505 / 1440 * 100vw), -505px);
  bottom: max(calc(-58 / 1440 * 100vw), -58px);
}
.footer__contents__imageWr:after {
  content: "";
  width: inherit;
  height: inherit;
  background: url("../images/al/mask-logo-shape-02.svg") bottom/contain no-repeat;
  position: absolute;
  left: -1.85399%;
  bottom: 3.85399%;
}
.footer__contents__image.left {
  width: 100%;
  height: 100%;
  background: url("../images/al/message-image02.jpg") center/cover no-repeat;
  -webkit-mask: url("../images/al/mask-logo-02.svg") no-repeat bottom;
          mask: url("../images/al/mask-logo-02.svg") no-repeat bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.footer__contents small {
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  margin-inline: auto;
}
.footer small {
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(250, 250, 250);
  background-color: rgb(196, 24, 30);
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/se-bg-footer.png);
  background-position: center;
}

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

@keyframes scaleFv {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes opacityToFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes opacityToFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  27% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleToNormal {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleToNormal {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes revealStore {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes revealStore {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes dialogClose {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes dialogClose {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes backdropClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes backdropClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* 自前ヒント用スタイル（オーバーレイ表示など）も用意 */
.scroll-hint-custom {
  position: absolute;
  top: 96px; /* logosWr の少し下 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(51, 40, 40, 0.65);
  color: white;
  padding: 14px 12px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: calc(1.6rem * 1.125);
  line-height: 1.0625;
  pointer-events: none;
}

.scroll-hint-custom.show {
  opacity: 1;
}

.heads--contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .heads--contents {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.heads--contents .heads__subhead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .heads--contents .heads__subhead {
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
    margin-right: auto;
    margin-left: 0;
  }
}
.heads--contents .heads__subhead span:first-child {
  letter-spacing: calc(10 / 100 * 1em);
  margin-right: 16px;
}
@media (max-width:1024px) {
  .heads--contents .heads__subhead span:first-child {
    margin-right: 10px;
  }
}
.heads--contents .heads__subhead span:last-child {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
}
.heads--contents .heads__subhead span:nth-child(2):before {
  content: "";
  width: 1px;
  height: 24px;
  border-radius: 9999px;
  background-color: rgb(51, 40, 40);
  display: inline-block;
  margin-right: 18px;
  -webkit-transform: translateY(7px) rotate(30deg);
          transform: translateY(7px) rotate(30deg);
}
@media (max-width:1024px) {
  .heads--contents .heads__subhead span:nth-child(2):before {
    margin-right: 10px;
    height: 18px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.heads--contents .heads__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .heads--contents .heads__head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.heads--contents .heads__head__text {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: calc(48 / 32);
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width:1024px) {
  .heads--contents .heads__head__text {
    font-size: calc(1.6rem * 1.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.heads--contents .heads__head__text strong {
  font-size: calc(1.6rem * 2.5);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width:1024px) {
  .heads--contents .heads__head__text strong {
    font-size: calc(1.6rem * 1.5);
  }
}
@media (max-width:1024px) {
  .heads--contents .heads__head__text:nth-child(2) {
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.heads--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.heads--search .heads__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
@media (max-width:1024px) {
  .heads--search .heads__logo {
    margin-bottom: 2px;
  }
}
.heads--search .heads__logo .icon-logo {
  color: rgb(196, 24, 30);
  width: 16px;
  height: 12px;
  margin-right: 3px;
}
@media (max-width:1024px) {
  .heads--search .heads__logo .icon-logo {
    width: 10px;
    height: 14px;
  }
}
.heads--search .heads__logo span {
  color: rgb(196, 24, 30);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
}
@media (max-width:1024px) {
  .heads--search .heads__logo span {
    font-size: calc(1.6rem * 0.625);
  }
}
.heads--search .heads__head {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  color: rgb(196, 24, 30);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .heads--search .heads__head {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.heads--search .heads__para {
  line-height: calc(28 / 16);
  font-weight: 400;
  letter-spacing: calc(5 / 100 * 1em);
  text-align: center;
}
@media (max-width:1024px) {
  .heads--search .heads__para {
    font-size: calc(1.6rem * 0.75);
    line-height: 1.5;
  }
}

.sheads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sheads .sheads__subhead {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .sheads .sheads__subhead {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.sheads .sheads__subhead span {
  letter-spacing: calc(3 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(196, 24, 30);
  font-weight: 400;
}
@media (max-width:1024px) {
  .sheads .sheads__subhead span {
    font-size: calc(1.6rem * 0.75);
  }
}
.sheads .sheads__head span {
  font-size: calc(1.6rem * 2);
  font-weight: 700;
  letter-spacing: calc(10 / 100 * 1em);
}
@media (max-width:1024px) {
  .sheads .sheads__head span {
    font-size: calc(1.6rem * 1.5);
  }
}
.sheads .sheads__para {
  line-height: calc(28 / 16);
  font-weight: 400;
  letter-spacing: calc(5 / 100 * 1em);
  text-align: center;
  margin-top: min(calc(14 / 1440 * 100vw), 14px);
}
@media (max-width:1024px) {
  .sheads .sheads__para {
    font-size: calc(1.6rem * 0.75);
    line-height: 1.5;
    margin-top: max(calc(12 / 600 * 100vw), 12px);
  }
}

.btnWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-text {
  margin-bottom: 0.5em;
}
.btn-text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  color: rgb(196, 24, 30);
}
.btn-text p:before, .btn-text p:after {
  content: "";
  width: 0.15em;
  height: 1.25em;
  background-color: rgb(196, 24, 30);
  border-radius: 9999px;
  display: inline-block;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.btn-text p:after {
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}

.btn-common {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border: 4px rgb(51, 40, 40) solid;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  color: rgb(51, 40, 40);
}
.btn-common a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875em 1.875em;
}
.btn-common span {
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  margin-right: 0.5em;
}
.btn-common:hover {
  background-color: rgb(196, 24, 30);
}
.btn-common:hover a {
  opacity: 1;
}
.btn-common:hover span {
  color: rgb(250, 250, 250);
}
.btn-common:hover a .icon-search {
  color: rgb(250, 250, 250);
}
.btn-common .icon-search {
  width: 1.167em;
  height: 1.167em;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.2em;
}
.btn-common .icon-arrow {
  width: 8px;
  height: 16px;
  margin-top: 4px;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-common--red {
  border: 4px rgb(196, 24, 30) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
.btn-common--red span {
  color: rgb(196, 24, 30);
}
.btn-common--red .icon-search {
  color: rgb(196, 24, 30);
}
.btn-common--red:hover {
  background-color: rgb(196, 24, 30);
}

.body {
  position: relative;
}
.body.hidden {
  overflow: hidden;
}

.main {
  position: relative;
  background-color: white;
  overflow: hidden;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__contents {
  width: 52.5%;
  margin-inline: auto;
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(0 / 1440 * 100vw), 0px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(0 / 1440 * 100vw), 0px);
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width:1024px) {
  .about__contents {
    width: 100%;
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.about__contents:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/se-bg-noise.png);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width:1024px) {
  .about__contents:after {
    background-attachment: unset;
  }
}
.about__contents__heads {
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .about__contents__heads {
    max-width: 600px;
    margin-inline: auto;
  }
}
.about__contents__paras {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 100;
}
.about__contents__paras p {
  letter-spacing: calc(3 / 100 * 1em);
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
  margin-bottom: min(calc(28 / 1440 * 100vw), 28px);
}
@media (max-width:1024px) {
  .about__contents__paras p {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    letter-spacing: calc(3 / 100 * 1em);
    text-align: left;
  }
}
.about__contents__paras p:last-child {
  margin-bottom: 0;
}
.about__contents__paras p strong {
  font-weight: 400;
  color: rgb(196, 24, 30);
}
.about__contents .bgimage {
  background-image: url(../images/about-bgimage-handwritten.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 526px;
  height: 351px;
  position: absolute;
  top: -32px;
  right: -48px;
  opacity: 0.25;
  z-index: 50;
}
@media (max-width:1024px) {
  .about__contents .bgimage {
    width: 100%;
    aspect-ratio: 526/351;
    opacity: 0.15;
  }
}
.about__bg {
  aspect-ratio: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 4px 4px 15px rgba(17, 17, 17, 0.25);
          box-shadow: inset 4px 4px 15px rgba(17, 17, 17, 0.25);
  overflow: hidden;
}
@media (max-width:1024px) {
  .about__bg {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.about__bg.js-parallax img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 120%;
}
@media (max-width:1024px) {
  .about__bg.left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .about__bg.right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width:1024px) {
  .about__bg.right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__bg.left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.interview {
  background-color: rgb(250, 250, 250);
  position: relative;
}
.interview__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .interview__contents {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.interview__contents__heads {
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interview__contents__heads .heads__subhead {
  margin-right: auto;
  margin-left: 0;
}
.interview__contents__heads .heads__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  margin-bottom: 8px;
}
@media (max-width:1024px) {
  .interview__contents__heads .heads__head {
    margin-bottom: 16px;
  }
}
.interview__contents__heads .heads__para {
  line-height: calc(24.5 / 14);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
  margin-left: auto;
}
@media (max-width:1024px) {
  .interview__contents__heads .heads__para {
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(24 / 1440 * 100vw), 24px) min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .interview__contents__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__lists .lists__list {
  position: relative;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
@media (min-width:1023px) {
  .interview__contents__lists .lists__list:focus-visible {
    outline: 2px solid blue;
  }
}
.interview__contents__lists .lists__list__imagesWr {
  position: relative;
}
.interview__contents__lists .lists__list__name {
  font-size: min(calc(24 / 1440 * 100vw), 2.4rem);
  letter-spacing: calc(3 / 100 * 1em);
  position: absolute;
  z-index: 1000;
  top: min(calc(48 / 1440 * 100vw), 48px);
  left: 0;
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__name {
    display: none;
  }
}
.interview__contents__lists .lists__list__images {
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 88%, 84% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 88%, 84% 100%, 0 100%, 0 0);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: clip-path 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: clip-path 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-clip-path 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.interview__contents__lists .lists__list__images .images__image {
  aspect-ratio: 394.67/552.89;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  position: relative;
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__images .images__image {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.interview__contents__lists .lists__list__images .images__image.bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  will-change: opacity;
}
.interview__contents__lists .lists__list__images .images__image.cover {
  position: absolute;
  top: 0;
  left: 0;
}
.interview__contents__lists .lists__list__images .images__image.cover img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.interview__contents__lists .lists__list__num {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  position: absolute;
  bottom: -16px;
  right: -8px;
  color: rgb(196, 24, 30);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__num {
    font-size: calc(1.6rem * 1.75);
    bottom: -10px;
  }
}
.interview__contents__lists .lists__list__num:before {
  content: "member";
  font-size: calc(1.6rem * 0.75);
  line-height: calc(24 / 12);
  letter-spacing: calc(10 / 100 * 1em);
  color: rgb(196, 24, 30);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: -8px;
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__num:before {
    font-size: calc(1.6rem * 0.625);
    top: -15px;
    left: -6px;
    letter-spacing: calc(5 / 100 * 1em);
  }
}
.interview__contents__lists .lists__list__heads .heads__head {
  font-size: calc(1.6rem * 1.5);
  line-height: calc(31.5 / 24);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(196, 24, 30);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 8px;
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__heads .heads__head {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.interview__contents__lists .lists__list__heads .heads__store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 6px;
}
.interview__contents__lists .lists__list__heads .heads__store span:first-child {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__heads .heads__store span:first-child {
    font-size: calc(1.6rem * 0.875);
  }
}
.interview__contents__lists .lists__list__heads .heads__store span:last-child {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list__heads .heads__store span:last-child {
    font-size: calc(1.6rem * 0.875);
  }
}
.interview__contents__lists .lists__list__heads .heads__store span:last-child:before {
  content: "/";
  display: inline-block;
  margin-right: 4px;
}
@media (min-width:1023px) {
  .interview__contents__lists .lists__list:nth-child(3n-1) {
    padding-top: min(calc(32 / 1440 * 100vw), 32px);
    padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
  }
  .interview__contents__lists .lists__list:nth-child(3n) {
    padding-top: min(calc(64 / 1440 * 100vw), 64px);
  }
  .interview__contents__lists .lists__list:hover a {
    opacity: 1;
  }
  .interview__contents__lists .lists__list:hover .lists__list__images {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
  .interview__contents__lists .lists__list:hover .lists__list__images .images__image.cover img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  .interview__contents__lists .lists__list:hover .lists__list__images .images__image.bg:after {
    opacity: 0.5;
  }
}
@media (max-width:1024px) {
  .interview__contents__lists .lists__list:nth-child(2n) {
    padding-top: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__lists .lists__list.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.interview__contents__modalWr {
  border: none;
  padding: 0;
  max-width: 1224px;
  width: 90%;
  border-radius: 4px;
  background: rgb(250, 250, 250);
  -webkit-filter: drop-shadow(0 0 5px rgba(51, 40, 40, 0.15));
          filter: drop-shadow(0 0 5px rgba(51, 40, 40, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.interview__contents__modalWr[open] {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@starting-style {
  .interview__contents__modalWr[open] {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.interview__contents__modalWr[open]::-webkit-backdrop {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.interview__contents__modalWr[open]::-ms-backdrop {
  opacity: 1;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.interview__contents__modalWr[open]::backdrop {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@starting-style {
  .interview__contents__modalWr[open]::-webkit-backdrop {
    opacity: 0;
  }
  .interview__contents__modalWr[open]::-ms-backdrop {
    opacity: 0;
  }
  .interview__contents__modalWr[open]::backdrop {
    opacity: 0;
  }
}
.interview__contents__modalWr::-webkit-backdrop {
  background: rgba(51, 40, 40, 0.5);
  opacity: 0;
}
.interview__contents__modalWr::-ms-backdrop {
  background: rgba(51, 40, 40, 0.5);
  opacity: 0;
}
.interview__contents__modalWr::backdrop {
  background: rgba(51, 40, 40, 0.5);
  opacity: 0;
}
.interview__contents__modalWr.closing {
  -webkit-animation: dialogClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: dialogClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.interview__contents__modalWr.closing::-webkit-backdrop {
  -webkit-animation: backdropClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: backdropClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.interview__contents__modalWr.closing::-ms-backdrop {
  animation: backdropClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.interview__contents__modalWr.closing::backdrop {
  -webkit-animation: backdropClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: backdropClose 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.interview__contents__modal {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  max-height: 90vh;
  max-height: 90svh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width:1024px) {
  .interview__contents__modal {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.interview__contents__modal .modal__closeBtn {
  position: absolute;
  top: min(calc(16 / 1440 * 100vw), 16px);
  right: min(calc(16 / 1440 * 100vw), 16px);
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
  border: 1px rgb(43, 45, 69) solid;
  width: 48px;
  height: 48px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), border 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), border 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__closeBtn {
    top: max(calc(12 / 600 * 100vw), 12px);
    right: max(calc(12 / 600 * 100vw), 12px);
    width: 28px;
    height: 28px;
  }
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__closeBtn:focus-visible {
    outline: none;
  }
}
.interview__contents__modal .modal__closeBtn:hover {
  background-color: rgb(43, 45, 69);
  border: 1px rgb(250, 250, 250) solid;
}
.interview__contents__modal .modal__closeBtn:hover:after, .interview__contents__modal .modal__closeBtn:hover:before {
  background-color: rgb(250, 250, 250);
}
.interview__contents__modal .modal__closeBtn:before, .interview__contents__modal .modal__closeBtn:after {
  content: "";
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: rgb(43, 45, 69);
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__closeBtn:before, .interview__contents__modal .modal__closeBtn:after {
    width: 12px;
    height: 2px;
  }
}
.interview__contents__modal .modal__closeBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.interview__contents__modal .modal__closeBtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.interview__contents__modal .modal__closeBtn02 {
  border: 4px rgb(43, 45, 69) solid;
  border-radius: 9999px;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(43, 45, 69);
  width: 7.2em;
  height: 3em;
  text-align: center;
  display: block;
  margin-inline: auto;
  cursor: pointer;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__closeBtn02 {
    font-size: calc(1.6rem * 1);
    border: 2px rgb(43, 45, 69) solid;
  }
}
.interview__contents__modal .modal__closeBtn02:hover {
  background-color: rgb(43, 45, 69);
  color: rgb(250, 250, 250);
}
.interview__contents__modal .modal__contents__headsImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(24 / 600 * 100vw), 24px);
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__head {
  font-size: calc(1.6rem * 2);
  line-height: calc(48 / 32);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  margin-top: min(calc(24 / 1440 * 100vw), 24px);
  margin-right: -80%;
  -webkit-filter: drop-shadow(0 0 3px rgb(250, 250, 250));
          filter: drop-shadow(0 0 3px rgb(250, 250, 250));
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__head {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(18 / 600 * 100vw), 18px);
    margin-top: -7px;
    -webkit-filter: drop-shadow(0 0 2px rgb(250, 250, 250));
            filter: drop-shadow(0 0 2px rgb(250, 250, 250));
    margin-right: unset;
    line-height: 1.25;
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__num {
  font-size: calc(1.6rem * 6);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(196, 24, 30);
  -webkit-transform: skew(-10deg) translateY(0px);
          transform: skew(-10deg) translateY(0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__num {
    position: absolute;
    top: 0;
    left: max(calc(20 / 600 * 100vw), 20px);
    font-size: calc(1.6rem * 2);
    -webkit-transform: skew(-10deg) translateY(31px);
            transform: skew(-10deg) translateY(31px);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__num:before {
  content: "#";
  font-family: inherit;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
  color: rgb(196, 24, 30);
  display: inline-block;
  margin-bottom: auto;
  margin-top: 8px;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__num:before {
    font-size: calc(1.6rem * 1);
    margin-top: 2px;
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(calc(12 / 1440 * 100vw), 12px) min(calc(0 / 1440 * 100vw), 0px);
  margin-left: auto;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(0 / 600 * 100vw), 0px);
    margin-left: auto;
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__name span {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__name span {
    font-size: calc(1.6rem * 1.25);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__name span:first-child {
  margin-right: min(calc(12 / 1440 * 100vw), 12px);
  font-size: calc(1.6rem * 1);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__name span:first-child {
    margin-right: max(calc(4 / 600 * 100vw), 4px);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__store {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__store {
    font-size: calc(1.6rem * 1);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__years span:first-child {
  border: 1px rgb(51, 40, 40) solid;
  border-radius: 9999px;
  width: 96px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  padding-bottom: 2px;
  margin-right: 8px;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__years span:first-child {
    font-size: calc(1.6rem * 0.625);
    width: 54px;
    height: 14px;
    padding-top: 1px;
    margin-right: 4px;
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__years span:nth-child(2) {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__heads .heads__numNames__names .names__years span:nth-child(2) {
    font-size: calc(1.6rem * 0.75);
    -webkit-transform: translateY(-0.5px);
            transform: translateY(-0.5px);
  }
}
.interview__contents__modal .modal__contents__headsImg .headsImg__image {
  width: min(calc(572 / 1440 * 100vw), 572px);
  aspect-ratio: 572/321;
  margin-right: max(calc(-96 / 1440 * 100vw), -96px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__headsImg .headsImg__image {
    width: 100%;
    padding-right: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__modal .modal__contents__workImg {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(32 / 1440 * 100vw), 32px);
  margin-bottom: min(calc(86 / 1440 * 100vw), 86px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(24 / 600 * 100vw), 24px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__image {
  width: min(calc(364 / 1440 * 100vw), 364px);
  height: min(calc(228 / 1440 * 100vw), 228px);
  aspect-ratio: 364/227;
  margin-top: max(calc(-64 / 1440 * 100vw), -64px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__image {
    aspect-ratio: 572/321;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__heads {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__subHead {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(3 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgb(196, 24, 30);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__subHead {
    font-size: calc(1.6rem * 0.75);
    margin-bottom: 2px;
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__head {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: rgb(196, 24, 30);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__head {
    text-align: center;
    line-height: 1.125;
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__head:before, .interview__contents__modal .modal__contents__workImg .workImg__work .work__heads__head:after {
  content: "";
  width: 2.667em;
  height: 0.667em;
  display: inline-block;
  background-image: url(../images/interview-shape-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0.0555em);
          transform: translateY(0.0555em);
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__para {
  text-align: center;
  font-weight: 400;
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  max-width: 520px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__para {
    line-height: 1.5;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__steps {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__steps__head {
  border: 2px rgb(196, 24, 30) solid;
  border-radius: 9999px;
  width: 96px;
  height: 96px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(196, 24, 30);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: calc(20 / 16);
  letter-spacing: calc(5 / 100 * 1em);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__steps__head {
    width: 64px;
    height: 64px;
    font-size: calc(1.6rem * 0.675);
  }
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__steps__lists {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4px;
}
.interview__contents__modal .modal__contents__workImg .workImg__work .work__steps__lists .lists__list {
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__workImg .workImg__work .work__steps__lists .lists__list {
    font-size: calc(1.6rem * 0.875);
    line-height: 1.375;
  }
}
.interview__contents__modal .modal__contents__qa {
  position: relative;
  padding-top: min(calc(80 / 1440 * 100vw), 80px);
  padding-bottom: min(calc(160 / 1440 * 100vw), 160px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa {
    padding-top: max(calc(32 / 600 * 100vw), 32px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.interview__contents__modal .modal__contents__qa:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  display: inline-block;
  background-image: url(../images/se-bg-noiseinterview.png);
  opacity: 0.25;
}
.interview__contents__modal .modal__contents__qa .qa__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__heads {
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.interview__contents__modal .modal__contents__qa .qa__heads__subHead {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(3 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__heads__subHead {
    margin-bottom: 2px;
    font-size: calc(1.6rem * 0.675);
  }
}
.interview__contents__modal .modal__contents__qa .qa__heads__head {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: rgb(43, 45, 69);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__heads__head {
    font-size: calc(1.6rem * 1.125);
    -webkit-column-gap: 0.4em;
       -moz-column-gap: 0.4em;
            column-gap: 0.4em;
  }
}
.interview__contents__modal .modal__contents__qa .qa__heads__head:before, .interview__contents__modal .modal__contents__qa .qa__heads__head:after {
  content: "";
  width: 2em;
  height: 0.46875em;
  display: inline-block;
  background-image: url(../images/interview-shape-navy.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0.0625em);
          transform: translateY(0.0625em);
}
.interview__contents__modal .modal__contents__qa .qa__listsWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__listsWr {
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__modal .modal__contents__qa .qa__listsWr:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width:1023px) {
  .interview__contents__modal .modal__contents__qa .qa__listsWr.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__listsWr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(24 / 600 * 100vw), 24px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.interview__contents__modal .modal__contents__qa .qa__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: min(calc(32 / 1440 * 100vw), 32px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__lists {
    gap: max(calc(24 / 600 * 100vw), 24px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.interview__contents__modal .modal__contents__qa .qa__lists__list .list__q {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: calc(25 / 20);
  color: rgb(196, 24, 30);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__lists__list .list__q {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(5 / 100 * 1em);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.interview__contents__modal .modal__contents__qa .qa__lists__list .list__q::before {
  content: "";
  width: 1.6em;
  height: 1px;
  margin-right: 0.5em;
  display: inline-block;
  background-color: rgb(196, 24, 30);
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
.interview__contents__modal .modal__contents__qa .qa__lists__list .list__a {
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__lists__list .list__a {
    line-height: 1.5;
  }
}
.interview__contents__modal .modal__contents__qa .qa__image {
  width: min(calc(364 / 1440 * 100vw), 364px);
  height: min(calc(228 / 1440 * 100vw), 228px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__qa .qa__image {
    width: 100%;
    height: auto;
    aspect-ratio: 364/227;
  }
}
.interview__contents__modal .modal__contents__scheduleWr {
  width: 84.3137254902%;
  margin-inline: auto;
  margin-top: max(calc(-80 / 1440 * 100vw), -80px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__scheduleWr {
    width: 100%;
    margin-top: min(calc(-32 / 600 * 100vw), -32px);
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.interview__contents__modal .modal__contents__scheduleWr:before, .interview__contents__modal .modal__contents__scheduleWr:after {
  content: "";
  width: 103%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(196, 158, 24);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__scheduleWr:before, .interview__contents__modal .modal__contents__scheduleWr:after {
    width: 108%;
  }
}
.interview__contents__modal .modal__contents__scheduleWr:after {
  top: auto;
  bottom: 0;
}
.interview__contents__modal .modal__contents__schedule {
  padding-top: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule {
    padding-top: max(calc(24 / 600 * 100vw), 24px);
    padding-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.interview__contents__modal .modal__contents__schedule:before, .interview__contents__modal .modal__contents__schedule:after {
  content: "";
  width: 1px;
  height: 103%;
  display: inline-block;
  background-color: rgb(196, 158, 24);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule:before, .interview__contents__modal .modal__contents__schedule:after {
    height: 102.5%;
  }
}
.interview__contents__modal .modal__contents__schedule:after {
  left: auto;
  right: 0;
}
.interview__contents__modal .modal__contents__schedule .schedule__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__heads {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__heads__subHead {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(3 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__heads__subHead {
    font-size: calc(1.6rem * 0.675);
    margin-bottom: 2px;
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__heads__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: rgb(43, 45, 69);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__heads__head {
    font-size: calc(1.6rem * 1.125);
    text-align: center;
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__heads__head:before, .interview__contents__modal .modal__contents__schedule .schedule__heads__head:after {
  content: "";
  width: 2em;
  height: 0.46875em;
  display: inline-block;
  background-image: url(../images/interview-shape-navy.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0.0625em);
          transform: translateY(0.0625em);
}
.interview__contents__modal .modal__contents__schedule .schedule__listsWr {
  width: min(calc(552 / 1440 * 100vw), 552px);
  margin-inline: auto;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__listsWr {
    width: 100%;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(24 / 1440 * 100vw), 24px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists {
    gap: max(calc(18 / 600 * 100vw), 18px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(4 / 600 * 100vw), 4px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__time {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__time {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(1 / 100 * 1em);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__time:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: rgb(196, 158, 24);
  border-radius: 9999px;
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
  margin-right: 8px;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__time:before {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts {
    padding-left: 8px;
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts__head {
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts__head {
    margin-bottom: 6px;
    font-weight: 700;
  }
}
.interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts__para {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(24.5 / 14);
  font-weight: 400;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__schedule .schedule__lists__list .list__texts__para {
    line-height: 1.5;
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.interview__contents__modal .modal__contents__message {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__message {
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.interview__contents__modal .modal__contents__message .message__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__message .message__heads {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.interview__contents__modal .modal__contents__message .message__heads__subHead {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(3 / 100 * 1em);
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__message .message__heads__subHead {
    font-size: calc(1.6rem * 0.675);
    margin-bottom: 2px;
  }
}
.interview__contents__modal .modal__contents__message .message__heads__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: rgb(43, 45, 69);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__message .message__heads__head {
    text-align: center;
    line-height: 1.125;
    font-size: calc(1.6rem * 1.125);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.interview__contents__modal .modal__contents__message .message__heads__head:before, .interview__contents__modal .modal__contents__message .message__heads__head:after {
  content: "";
  width: 2em;
  height: 0.46875em;
  display: inline-block;
  background-image: url(../images/interview-shape-navy.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0.0625em);
          transform: translateY(0.0625em);
}
.interview__contents__modal .modal__contents__message .message__para {
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .interview__contents__modal .modal__contents__message .message__para {
    line-height: 1.5;
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.interview__bg {
  width: 610px;
  height: 610px;
  background-image: url(../images/interview-bgimage-kyoto.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.15;
}
@media (max-width:1024px) {
  .interview__bg {
    opacity: 0.1;
  }
}
.interview__image {
  width: min(calc(655 / 1440 * 100vw), 655px);
  height: auto;
  aspect-ratio: 983/768;
  position: absolute;
  z-index: 50;
  top: max(calc(-103 / 1440 * 100vw), -103px);
  right: max(calc(-87 / 1440 * 100vw), -87px);
  background-image: url(../images/interview-assets-kyoto01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .interview__image {
    width: max(calc(240 / 600 * 100vw), 240px);
  }
}

.work {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .work {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.work__contents__heads {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .work__contents__heads {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.work__contents__listsWr {
  width: 100vw;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .work__contents__listsWr {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.work__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: min(calc(460 / 1440 * 100vw), 460px);
}
@media (max-width:1024px) {
  .work__contents__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: max(calc(600 / 600 * 100vw), 600px);
    row-gap: 1px;
  }
}
.work__contents__lists .lists__list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  min-width: 0;
  border-right: 1px rgb(250, 250, 250) solid;
  overflow: hidden;
  aspect-ratio: 766/460;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.4125s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.4125s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.4125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.4125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-flex 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-flex-grow 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -ms-flex-positive 0.375s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: flex-grow, transform, opacity;
}
.work__contents__lists .lists__list a:focus-visible {
  outline: 3px blue solid;
  outline-offset: -1px;
}
.work__contents__lists .lists__list #sp-btn {
  display: none;
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list #sp-btn {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    border: 1px rgb(250, 250, 250) solid;
    position: absolute;
    left: -20px;
    top: -12px;
    z-index: 5000;
  }
}
.work__contents__lists .lists__list #sp-btn:before, .work__contents__lists .lists__list #sp-btn:after {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  background-color: rgb(250, 250, 250);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.work__contents__lists .lists__list #sp-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.work__contents__lists .lists__list.active #sp-btn {
  pointer-events: none;
  background-color: rgb(250, 250, 250);
}
.work__contents__lists .lists__list.active #sp-btn::before, .work__contents__lists .lists__list.active #sp-btn:after {
  background-color: rgb(196, 24, 30);
}
.work__contents__lists .lists__list.active #sp-btn:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.work__contents__lists .lists__list.animating {
  pointer-events: none;
}
.work__contents__lists .lists__list a {
  height: 100%;
  padding-top: min(calc(24 / 1440 * 100vw), 24px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(24 / 1440 * 100vw), 24px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: max(calc(24 / 600 * 100vw), 24px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.work__contents__lists .lists__list a:hover {
  opacity: 1;
}
.work__contents__lists .lists__list a:hover .sumPara__sum .sumPara__sum__btn {
  background-color: rgb(250, 250, 250);
}
.work__contents__lists .lists__list a:hover .sumPara__sum .sumPara__sum__btn span {
  color: rgb(51, 40, 40);
}
.work__contents__lists .lists__list a:before {
  content: "";
  background-color: rgba(51, 40, 40, 0.15);
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list a:before {
    background-color: rgba(51, 40, 40, 0.35);
  }
}
.work__contents__lists .lists__list a:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 40, 40, 0)), color-stop(70%, rgba(51, 40, 40, 0.35)), to(rgba(51, 40, 40, 0.9)));
  background: -webkit-linear-gradient(top, rgba(51, 40, 40, 0) 0%, rgba(51, 40, 40, 0.35) 70%, rgba(51, 40, 40, 0.9) 100%);
  background: linear-gradient(180deg, rgba(51, 40, 40, 0) 0%, rgba(51, 40, 40, 0.35) 70%, rgba(51, 40, 40, 0.9) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.85;
}
.work__contents__lists .lists__list.active {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.work__contents__lists .lists__list.active a .lists__list__sumPara {
  opacity: 1;
  -webkit-animation: opacityToFadeUp 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96);
          animation: opacityToFadeUp 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list.active a .lists__list__sumPara {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.work__contents__lists .lists__list.active a .lists__list__head {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: opacityToFadeUp 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96);
          animation: opacityToFadeUp 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list.active a .lists__list__head {
    margin-bottom: max(calc(14 / 600 * 100vw), 14px);
  }
}
.work__contents__lists .lists__list.active a .lists__list__image {
  -webkit-animation: scaleToNormal 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: scaleToNormal 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.work__contents__lists .lists__list:not(.active) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.work__contents__lists .lists__list:not(.active) a .lists__list__sumPara {
  opacity: 0;
}
.work__contents__lists .lists__list__head {
  font-size: calc(1.6rem * 1.75);
  color: rgb(250, 250, 250);
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  position: absolute;
  z-index: 5000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__head {
    font-size: calc(1.6rem * 1.25);
  }
}
.work__contents__lists .lists__list__sumPara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5000;
}
.work__contents__lists .lists__list__sumPara .sumPara__sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px rgb(250, 250, 250) solid;
  padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__sumPara .sumPara__sum {
    display: contents;
  }
}
.work__contents__lists .lists__list__sumPara .sumPara__sum__para {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__sumPara .sumPara__sum__para {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(3 / 100 * 1em);
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
    padding-bottom: max(calc(6 / 600 * 100vw), 6px);
    border-bottom: 1px rgb(250, 250, 250) solid;
  }
}
.work__contents__lists .lists__list__sumPara .sumPara__sum__btn {
  width: 165px;
  height: 23px;
  border: 1px rgb(250, 250, 250) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__sumPara .sumPara__sum__btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 14px;
    padding-left: 14px;
    height: 24px;
  }
}
.work__contents__lists .lists__list__sumPara .sumPara__sum__btn span {
  font-size: calc(1.6rem * 0.875);
  color: rgb(250, 250, 250);
  margin-bottom: 1px;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__sumPara .sumPara__sum__btn span {
    font-size: calc(1.6rem * 0.625);
    margin-bottom: 0;
  }
}
.work__contents__lists .lists__list__sumPara .sumPara__para {
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  line-height: calc(24 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  font-size: calc(1.6rem * 1.125);
  font-weight: 400;
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .work__contents__lists .lists__list__sumPara .sumPara__para {
    padding-top: 0;
    font-size: calc(1.6rem * 0.875);
    letter-spacing: calc(1 / 100 * 1em);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.work__contents__lists .lists__list__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
  will-change: transform;
}
.work__contents__lists .lists__list.show {
  opacity: 1;
}
.work__contents__btns .btns__text p {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .work__contents__btns .btns__text p {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(8 / 100 * 1em);
  }
}
.work__contents__btns .btns__btn {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .work__contents__btns .btns__btn {
    font-size: calc(1.6rem * 1.25);
  }
}
.work__image {
  width: min(calc(567 / 1440 * 100vw), 567px);
  aspect-ratio: 567/382;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: max(calc(-164 / 1440 * 100vw), -164px);
  left: max(calc(-64 / 1440 * 100vw), -64px);
  background-image: url(../images/work-assets-kyoto01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .work__image {
    width: max(calc(180 / 600 * 100vw), 180px);
    aspect-ratio: 567/382;
    bottom: min(calc(-72 / 600 * 100vw), -72px);
    left: min(calc(-24 / 600 * 100vw), -24px);
  }
}

.numberStore {
  position: relative;
  z-index: 10;
  background-color: rgb(250, 250, 250);
}
.numberStore:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/se-bg-noise.png);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width:1024px) {
  .numberStore:after {
    background-attachment: unset;
  }
}

.number {
  background-color: rgba(196, 158, 24, 0.15);
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
}
@media (max-width:1024px) {
  .number {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
  }
}
.number.show .number__contents__lists .lists__listWr .lists__list {
  opacity: 1;
}
.number.show .number__contents__lists .lists__listWr:first-child .lists__list {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.number.show .number__contents__lists .lists__listWr:nth-child(2) .lists__list {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.number.show .number__contents__lists .lists__listWr:nth-child(3) .lists__list {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.number.show .number__contents__lists .lists__listWr:nth-child(4) .lists__list {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.number.show .number__contents__lists .lists__listWr:nth-child(5) .lists__list {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.number.show .number__contents__lists .lists__listWr:nth-child(6) .lists__list {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.number__contents__sheads {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .number__contents__sheads {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.number__contents__listsAllWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(0 / 1440 * 100vw), 0px);
  background-color: rgb(250, 250, 250);
  margin-right: min(calc(96 / 1440 * 100vw), 96px);
  margin-left: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .number__contents__listsAllWr {
    margin-right: max(calc(20 / 600 * 100vw), 20px);
    margin-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.number__contents__listsWr {
  position: relative;
}
.number__contents__listsWr:nth-child(3) .number__contents__lists {
  grid-template-columns: 1fr;
}
.number__contents__shead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2px;
  border: 1px rgb(51, 40, 40) solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  background-color: rgb(238, 238, 238);
  position: absolute;
  top: max(calc(-32 / 1440 * 100vw), -32px);
  left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__shead {
    top: -12px;
    left: -8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4px;
    font-size: calc(1.6rem * 0.75);
  }
}
.number__contents__listsWr:first-child {
  border-top: 1px rgb(43, 45, 69) solid;
}
.number__contents__listsWr:first-child .number__contents__lists {
  grid-template-areas: "a b" "c d" "e e";
}
.number__contents__listsWr:nth-child(2) .number__contents__lists {
  grid-template-areas: "c b" "a a";
}
.number__contents__listsWr:nth-child(3) .number__contents__lists {
  grid-template-areas: "c" "a" "b";
}
.number__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-left: 1px rgb(43, 45, 69) solid;
}
@media (max-width:1024px) {
  .number__contents__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.number__contents__lists .lists__listWr {
  border-right: 1px rgb(43, 45, 69) solid;
  border-bottom: 1px rgb(43, 45, 69) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  aspect-ratio: 1/1;
}
.number__contents__lists .lists__listWr:has(.list06), .number__contents__lists .lists__listWr:has(.list09), .number__contents__lists .lists__listWr:has(.list10) {
  aspect-ratio: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__listWr {
    width: 100%;
    aspect-ratio: unset;
  }
  .number__contents__lists .lists__listWr:has(.list05) {
    grid-area: e;
    aspect-ratio: unset;
  }
  .number__contents__lists .lists__listWr:has(.list06) {
    grid-area: a;
    aspect-ratio: unset;
  }
  .number__contents__lists .lists__listWr:has(.list09) {
    grid-area: a;
    aspect-ratio: unset;
  }
  .number__contents__lists .lists__listWr:has(.list10) {
    grid-area: b;
    aspect-ratio: unset;
  }
  .number__contents__lists .lists__listWr:has(.list11) {
    grid-area: c;
  }
}
.number__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.number__contents__lists .lists__list .list-head {
  font-size: min(calc(16 / 1440 * 100vw), 1.6rem);
  letter-spacing: calc(3 / 100 * 1em);
  line-height: calc(18 / 16);
  font-weight: 700;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list .list-head {
    font-size: max(calc(16 / 600 * 100vw), 1.6rem);
  }
}
.number__contents__lists .lists__list .list-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(2 / 1440 * 100vw), 2px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list .list-num {
    gap: max(calc(2 / 600 * 100vw), 2px) max(calc(2 / 600 * 100vw), 2px);
  }
}
.number__contents__lists .lists__list .list-num .num {
  width: 83px;
  font-size: min(calc(64 / 1440 * 100vw), 6.4rem);
  line-height: calc(54 / 64);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list .list-num .num {
    width: max(calc(42 / 600 * 100vw), 42px);
    font-size: max(calc(32 / 600 * 100vw), 3.2rem);
  }
}
.number__contents__lists .lists__list .list-num .num.red {
  color: rgb(196, 24, 30);
}
.number__contents__lists .lists__list .list-num .num.blue {
  color: rgb(24, 42, 196);
}
.number__contents__lists .lists__list .list-num .num.sgl-digit {
  width: 42px;
}
.number__contents__lists .lists__list .list-num .text {
  font-size: min(calc(28 / 1440 * 100vw), 2.8rem);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list .list-num .text {
    font-size: max(calc(16 / 600 * 100vw), 1.6rem);
  }
}
.number__contents__lists .lists__list .list-para {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(18 / 12);
  font-weight: 400;
  text-align: center;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list .list-para {
    font-size: calc(1.6rem * 0.75);
  }
}
.number__contents__lists .lists__list .list-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.number__contents__lists .lists__list.list01 .list-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list01 .list-label {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list01 .list-head {
  margin-right: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list01 .list-head {
    margin-right: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list01 .list-icon {
  width: min(calc(48 / 1440 * 100vw), 48px);
  aspect-ratio: 48/36;
  color: rgb(43, 45, 69);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list01 .list-icon {
    width: max(calc(48 / 600 * 100vw), 48px);
  }
}
.number__contents__lists .lists__list.list01 .list-num {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list01 .list-num {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list02 .list-icon {
  width: min(calc(164 / 1440 * 100vw), 164px);
  aspect-ratio: 164/67;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list02 .list-icon {
    width: max(calc(104 / 600 * 100vw), 104px);
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list02 .list-labelNumWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list02 .list-labelNumWr {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list02 .list-labelNumWr .list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: min(calc(2 / 1440 * 100vw), 2px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list02 .list-labelNumWr .list-head {
    font-size: calc(1.6rem * 0.625);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    margin-right: max(calc(2 / 600 * 100vw), 2px);
  }
}
.number__contents__lists .lists__list.list03 .list-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list03 .list-label {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list03 .list-head {
  margin-right: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list03 .list-head {
    margin-right: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list03 .list-icon {
  width: min(calc(50 / 1440 * 100vw), 50px);
  aspect-ratio: 1/1;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list03 .list-icon {
    width: max(calc(40 / 600 * 100vw), 40px);
  }
}
.number__contents__lists .lists__list.list03 .list-numWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(6 / 1440 * 100vw), 6px) min(calc(0 / 1440 * 100vw), 0px);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list03 .list-numWr {
    gap: max(calc(4 / 600 * 100vw), 4px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.number__contents__lists .lists__list.list04 .list-icon {
  width: min(calc(64 / 1440 * 100vw), 64px);
  aspect-ratio: 64/143;
  margin-right: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list04 .list-icon {
    width: max(calc(32 / 600 * 100vw), 32px);
    margin-right: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list04 .list-textWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.number__contents__lists .lists__list.list04 .list-head {
  margin-bottom: min(calc(6 / 1440 * 100vw), 6px);
  text-align: center;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list04 .list-head {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list04 .list-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(6 / 1440 * 100vw), 6px) min(calc(0 / 1440 * 100vw), 0px);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list04 .list-num {
    gap: max(calc(6 / 600 * 100vw), 6px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list05 .list-head {
  margin-bottom: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list05 .list-head {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list05 .list-num {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list05 .list-num {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list05 .list-icon {
  width: min(calc(152 / 1440 * 100vw), 152px);
  aspect-ratio: 152/92;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list05 .list-icon {
    width: max(calc(96 / 600 * 100vw), 96px);
  }
}
.number__contents__lists .lists__list.list06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(83 / 1440 * 100vw), 83px);
  aspect-ratio: unset;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(16 / 600 * 100vw), 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-label {
    margin-bottom: max(calc(36 / 600 * 100vw), 36px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr {
  position: relative;
  margin-top: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr {
    margin-top: 0;
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-graph {
  width: min(calc(196.8 / 1440 * 100vw), 196.8px);
  aspect-ratio: 196.8/187.5;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-graph {
    width: max(calc(196 / 600 * 100vw), 196px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num {
  position: absolute;
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-10 {
  top: max(calc(-26 / 1440 * 100vw), -26px);
  left: min(calc(52 / 1440 * 100vw), 52px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-10 {
    top: min(calc(-24 / 600 * 100vw), -24px);
    left: max(calc(44 / 600 * 100vw), 44px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-20 {
  top: max(calc(-26 / 1440 * 100vw), -26px);
  left: min(calc(134 / 1440 * 100vw), 134px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-20 {
    top: min(calc(-20 / 600 * 100vw), -20px);
    left: max(calc(134 / 600 * 100vw), 134px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-30 {
  top: min(calc(26 / 1440 * 100vw), 26px);
  left: min(calc(184 / 1440 * 100vw), 184px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-30 {
    top: max(calc(26 / 600 * 100vw), 26px);
    left: max(calc(170 / 600 * 100vw), 170px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-40 {
  top: min(calc(148 / 1440 * 100vw), 148px);
  left: min(calc(172 / 1440 * 100vw), 172px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-40 {
    top: max(calc(150 / 600 * 100vw), 150px);
    left: max(calc(167 / 600 * 100vw), 167px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-50 {
  top: min(calc(148 / 1440 * 100vw), 148px);
  left: max(calc(-64 / 1440 * 100vw), -64px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-50 {
    top: max(calc(146 / 600 * 100vw), 146px);
    left: min(calc(-36 / 600 * 100vw), -36px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-60 {
  top: 0;
  left: max(calc(-72 / 1440 * 100vw), -72px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-60 {
    top: max(calc(7 / 600 * 100vw), 7px);
    left: min(calc(-34 / 600 * 100vw), -34px);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num.num-60 .text:first-child {
  line-height: 1.125;
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num .text {
  font-size: min(calc(14 / 1440 * 100vw), 1.4rem);
  letter-spacing: calc(5 / 100 * 1em);
  white-space: nowrap;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num .text {
    font-size: max(calc(12 / 600 * 100vw), 1.2rem);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num .text:first-child {
  margin-right: min(calc(4 / 1440 * 100vw), 4px);
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num .num {
  width: 28px;
  font-size: min(calc(24 / 1440 * 100vw), 2.4rem);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list06 .list-graphWr .list-num .num {
    width: 18px;
    font-size: max(calc(18 / 600 * 100vw), 1.8rem);
  }
}
.number__contents__lists .lists__list.list06 .list-graphWr .list-num .num.sgl-digit {
  width: 16px;
}
.number__contents__lists .lists__list.list07 .list-head {
  margin-bottom: min(calc(4 / 1440 * 100vw), 4px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list07 .list-head {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list07 .list-num {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list07 .list-num {
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}
.number__contents__lists .lists__list.list07 .list-icon {
  width: min(calc(138 / 1440 * 100vw), 138px);
  aspect-ratio: 138/50;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list07 .list-icon {
    width: max(calc(88 / 600 * 100vw), 88px);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list08 .list-num {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list08 .list-num {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list08 .list-icon {
  width: min(calc(101 / 1440 * 100vw), 101px);
  aspect-ratio: 101/92;
  margin-left: auto;
  margin-bottom: max(calc(-16 / 1440 * 100vw), -16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list08 .list-icon {
    width: max(calc(52 / 600 * 100vw), 52px);
    margin-bottom: min(calc(-16 / 600 * 100vw), -16px);
  }
}
.number__contents__lists .lists__list.list08 .list-label {
  margin-right: auto;
}
.number__contents__lists .lists__list.list09 .list-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-label {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list09 .list-label .list-head {
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-label .list-head {
    text-align: center;
    margin-right: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list09 .list-label .list-icon {
  width: min(calc(42 / 1440 * 100vw), 42px);
  aspect-ratio: 42/53;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-label .list-icon {
    width: max(calc(40 / 600 * 100vw), 40px);
  }
}
.number__contents__lists .lists__list.list09 .list-num:nth-child(2) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-num:nth-child(2) {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list09 .list-num:nth-child(3) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-num:nth-child(3) {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list09 .list-num .text:first-child {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: min(calc(18 / 1440 * 100vw), 1.8rem);
  line-height: calc(24.8 / 18);
  letter-spacing: calc(5 / 100 * 1em);
  text-align: right;
  margin-right: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-num .text:first-child {
    line-height: 1.375;
    font-size: max(calc(12 / 600 * 100vw), 1.2rem);
    margin-right: max(calc(4 / 600 * 100vw), 4px);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.number__contents__lists .lists__list.list09 .list-num .num {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(calc(78 / 1440 * 100vw), 78px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list09 .list-num .num {
    width: max(calc(40 / 600 * 100vw), 40px);
  }
}
.number__contents__lists .lists__list.list10 .list-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(2 / 1440 * 100vw), 2px);
  margin-right: auto;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list10 .list-label {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.number__contents__lists .lists__list.list10 .list-label .list-head {
  text-align: center;
  margin-right: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list10 .list-label .list-head {
    margin-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.number__contents__lists .lists__list.list10 .list-label .list-icon {
  width: 83px;
  aspect-ratio: 83/59;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list10 .list-label .list-icon {
    width: max(calc(64 / 600 * 100vw), 64px);
  }
}
.number__contents__lists .lists__list.list10 .list-num:nth-child(2) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
  margin-right: auto;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list10 .list-num:nth-child(2) {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.number__contents__lists .lists__list.list10 .list-num:nth-child(3) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list10 .list-num:nth-child(3) {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list10 .list-num:nth-child(3) .text span {
  color: rgb(24, 42, 196);
}
.number__contents__lists .lists__list.list10 .list-para {
  margin-left: auto;
}
.number__contents__lists .lists__list.list11 .list-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list11 .list-label {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list11 .list-label .list-head {
  text-align: center;
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list11 .list-label .list-head {
    margin-right: max(calc(8 / 600 * 100vw), 8px);
  }
}
.number__contents__lists .lists__list.list11 .list-label .list-icon {
  width: min(calc(88 / 1440 * 100vw), 88px);
  aspect-ratio: 88/56;
}
@media (max-width:1024px) {
  .number__contents__lists .lists__list.list11 .list-label .list-icon {
    width: max(calc(64 / 600 * 100vw), 64px);
  }
}
.number__contents__lists .lists__list.list11 .list-num:nth-child(2) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
  margin-right: auto;
}
.number__contents__lists .lists__list.list11 .list-num:nth-child(3) {
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
.number__contents__lists .lists__list.list11 .list-num:nth-child(3) .text span {
  color: rgb(24, 42, 196);
}
.number__contents__lists .lists__list.list11 .list-para {
  margin-left: auto;
}

.brand {
  background-color: rgba(196, 158, 24, 0.15);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .brand {
    padding-top: min(calc(64 / 1440 * 100vw), 64px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.brand.show .brand__contents {
  opacity: 1;
}
.brand__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.brand__contents #brandbox {
  position: absolute;
  top: max(calc(-80 / 1440 * 100vw), -80px);
}
@media (max-width:1024px) {
  .brand__contents #brandbox {
    top: min(calc(-52 / 600 * 100vw), -52px);
  }
}
.brand__contents__box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .brand__contents__box {
    padding-left: 0;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.brand__contents__box.store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  /* JSなしフォールバック：:target だけ表示 始まり */
  /* JSなしフォールバック：:target だけ表示 終了 */
}
@media (max-width:1024px) {
  .brand__contents__box.store {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(20 / 600 * 100vw), 20px);
  }
}
.brand__contents__box.store .store__heads {
  aspect-ratio: 440/136;
  background-color: rgb(250, 250, 250);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__heads {
    aspect-ratio: unset;
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(8 / 600 * 100vw), 8px);
    padding-bottom: max(calc(8 / 600 * 100vw), 8px);
    padding-left: max(calc(8 / 600 * 100vw), 8px);
  }
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__heads .heads__logo {
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.brand__contents__box.store .store__heads .heads__head {
  margin-bottom: min(calc(10 / 1440 * 100vw), 10px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__heads .heads__head {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
    font-size: calc(1.6rem * 1);
    line-height: 1.125;
    text-align: center;
  }
}
.brand__contents__box.store .store__heads .heads__para {
  font-size: calc(1.6rem * 0.75);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__heads .heads__para {
    display: none;
  }
}
.brand__contents__box.store .store__heads:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: -16px;
  background-color: rgb(196, 24, 30);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__heads:after {
    width: 24px;
    height: 24px;
    bottom: -12px;
    right: -12px;
  }
}
.brand__contents__box.store .store__logosAllWr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(4 / 1440 * 100vw), 4px) min(calc(4 / 1440 * 100vw), 4px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 2.5px rgba(51, 40, 40, 0.15));
          filter: drop-shadow(0 0 2.5px rgba(51, 40, 40, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__logosAllWr {
    gap: max(calc(2 / 600 * 100vw), 2px) max(calc(2 / 600 * 100vw), 2px);
    -webkit-filter: unset;
            filter: unset;
    position: relative;
  }
}
.brand__contents__box.store .store__logosWr {
  display: contents;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__logosWr {
    display: block;
    height: 700px;
    overflow: scroll;
    -webkit-box-shadow: inset 0.1em 0.1em gold;
            box-shadow: inset 0.1em 0.1em gold;
  }
}
.brand__contents__box.store .store__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(4 / 1440 * 100vw), 4px) min(calc(4 / 1440 * 100vw), 4px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__logos {
    grid-template-columns: repeat(1, 1fr);
    gap: max(calc(2 / 600 * 100vw), 2px) max(calc(2 / 600 * 100vw), 2px);
  }
}
.brand__contents__box.store .store__logos .logos__logo {
  aspect-ratio: 1/1;
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  overflow: hidden;
}
.brand__contents__box.store .store__logos .logos__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  inset: 0;
  background: rgb(238, 238, 238);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  pointer-events: none;
  will-change: opacity;
}
.brand__contents__box.store .store__logos .logos__logo:after {
  content: "";
  height: 10px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  display: inline-block;
  background-color: rgb(196, 24, 30);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__logos .logos__logo:after {
    height: 6px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
.brand__contents__box.store .store__logos .logos__logo:hover::before {
  opacity: 1;
}
.brand__contents__box.store .store__logos .logos__logo:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.brand__contents__box.store .store__logos .logos__logo:has(.is-active) button {
  cursor: default;
}
.brand__contents__box.store .store__logos .logos__logo:has(.is-active):before {
  opacity: 1;
}
.brand__contents__box.store .store__logos .logos__logo:has(.is-active):after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.brand__contents__box.store .store__logos .logos__logo:has(.is-active) img {
  -webkit-animation: bounceY 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
          animation: bounceY 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.brand__contents__box.store .store__logos .logos__logo:last-child {
  border-right: none;
}
.brand__contents__box.store .store__logos .logos__logo button {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  position: relative;
  z-index: 300;
  /*tabキー移動フォーカス*/
}
.brand__contents__box.store .store__logos .logos__logo button:focus-visible {
  outline: 1px blue solid;
  outline-offset: -1px;
}
.brand__contents__box.store .store__logos .logos__logo button img {
  width: 90%;
  height: 90%;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__logos .logos__logo button img {
    width: 75%;
    height: 75%;
  }
}
.brand__contents__box.store .store__logos .logos__logo span {
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  position: absolute;
  top: 6px;
  right: 4px;
  z-index: 1000;
}
.brand__contents__box.store .store__infoWr .store__info {
  display: none;
}
.brand__contents__box.store .store__infoWr .store__info:target {
  display: block;
}
.brand__contents__box.store .store__infoWr {
  width: min(calc(760 / 1440 * 100vw), 760px);
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.brand__contents__box.store .store__infoWr.active-1, .brand__contents__box.store .store__infoWr.active-2 {
  -webkit-animation: revealStore 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: revealStore 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__infoWr {
    width: 80%;
  }
}
.brand__contents__box.store .store__info__text {
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__text {
    display: none;
  }
}
.brand__contents__box.store .store__info__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a a" "b c";
  gap: min(calc(4 / 1440 * 100vw), 4px) min(calc(4 / 1440 * 100vw), 4px);
  margin-bottom: min(calc(18 / 1440 * 100vw), 18px);
  position: relative;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__images {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.brand__contents__box.store .store__info__images .images__image {
  overflow: hidden;
}
.brand__contents__box.store .store__info__images .images__image.top {
  grid-area: a;
  aspect-ratio: 760/427;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__images .images__image.top {
    aspect-ratio: 16/10;
  }
}
.brand__contents__box.store .store__info__images .images__image.bottom-l {
  grid-area: b;
  aspect-ratio: 378/212;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__images .images__image.bottom-l {
    aspect-ratio: 16/12;
  }
}
.brand__contents__box.store .store__info__images .images__image.bottom-r {
  grid-area: c;
  aspect-ratio: 378/212;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__images .images__image.bottom-r {
    aspect-ratio: 16/12;
  }
}
.brand__contents__box.store .store__info__images .images__logo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  aspect-ratio: 1/1;
  background-color: rgb(250, 250, 250);
  width: min(calc(80 / 1440 * 100vw), 80px);
  height: min(calc(80 / 1440 * 100vw), 80px);
  padding-top: min(calc(10 / 1440 * 100vw), 10px);
  padding-right: min(calc(10 / 1440 * 100vw), 10px);
  padding-bottom: min(calc(10 / 1440 * 100vw), 10px);
  padding-left: min(calc(10 / 1440 * 100vw), 10px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__images .images__logo {
    width: max(calc(32 / 600 * 100vw), 32px);
    height: max(calc(32 / 600 * 100vw), 32px);
    padding-top: max(calc(4 / 600 * 100vw), 4px);
    padding-right: max(calc(4 / 600 * 100vw), 4px);
    padding-bottom: max(calc(4 / 600 * 100vw), 4px);
    padding-left: max(calc(4 / 600 * 100vw), 4px);
  }
}
.brand__contents__box.store .store__info__images .images__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.brand__contents__box.store .store__info.active .images__image.top img {
  -webkit-animation: scaleToNormal 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: scaleToNormal 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brand__contents__box.store .store__info__texts .texts__names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__nameAccess {
    margin-right: auto;
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__name {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: 10px;
  color: rgb(196, 24, 30);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__name {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(1 / 100 * 1em);
    margin-bottom: 6px;
  }
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__kind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__kind .icon-genre {
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__kind span {
  font-size: calc(1.6rem * 0.75);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__kind span {
    white-space: nowrap;
  }
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__num .icon-access {
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand__contents__box.store .store__info__texts .texts__names__nameAccess .nameAccess__access__num p {
  font-size: calc(1.6rem * 0.75);
}
.brand__contents__box.store .store__info__texts .texts__names__btn {
  height: auto;
  border-radius: unset;
  border: 1px rgb(196, 24, 30) solid;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__btn {
    width: 100%;
  }
}
.brand__contents__box.store .store__info__texts .texts__names__btn.btn-common a {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  padding: 0.875em 1.75em;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__names__btn.btn-common a {
    font-size: calc(1.6rem * 0.875);
    padding-right: 0;
    padding-left: 0;
  }
}
.brand__contents__box.store .store__info__texts .texts__names__btn span {
  color: rgb(196, 24, 30);
}
.brand__contents__box.store .store__info__texts .texts__names__btn .icon-search {
  width: 1.375em;
  height: 1.375em;
  color: rgb(196, 24, 30);
}
.brand__contents__box.store .store__info__texts .texts__names__btn:hover {
  background-color: rgb(196, 24, 30);
}
.brand__contents__box.store .store__info__texts .texts__names__btn:hover span {
  color: rgb(250, 250, 250);
}
.brand__contents__box.store .store__info__texts .texts__names__btn:hover .icon-search {
  color: rgb(250, 250, 250);
}
.brand__contents__box.store .store__info__texts .texts__para {
  max-height: 200px;
  overflow: scroll;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  /* スクロールバーのつまみ部分 */
  /* スクロールバーの上下（角）部分 */
}
.brand__contents__box.store .store__info__texts .texts__para::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.brand__contents__box.store .store__info__texts .texts__para::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 4px;
}
.brand__contents__box.store .store__info__texts .texts__para::-webkit-scrollbar-corner {
  background: transparent;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__para {
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.brand__contents__box.store .store__info__texts .texts__para p {
  letter-spacing: calc(3 / 100 * 1em);
  line-height: calc(28 / 16);
  font-weight: 400;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__para p {
    line-height: 1.5;
    font-size: calc(1.6rem * 0.875);
  }
}
.brand__contents__box.store .store__info__texts .texts__comments {
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
  border-bottom: 1px rgb(51, 40, 40) solid;
  border-right: 1px rgb(51, 40, 40) solid;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments {
    padding-right: 0;
    padding-bottom: max(calc(8 / 600 * 100vw), 8px);
    border: none;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__head {
  margin-bottom: 10px;
  padding-left: 1.5px;
  display: inline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5px;
    padding-left: 12.5px;
    padding-right: 24px;
    margin-inline: auto;
    margin-bottom: 8px;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__head span {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  white-space: nowrap;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__head span {
    font-size: calc(1.6rem * 0.875);
    line-height: 1.125;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    text-align: center;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__head span:before, .brand__contents__box.store .store__info__texts .texts__comments__head span:after {
  content: "";
  width: 1.5px;
  height: 14px;
  border-radius: 9999px;
  display: inline-block;
  -webkit-transform: rotate(-10deg) translateY(1px);
          transform: rotate(-10deg) translateY(1px);
  background-color: rgb(51, 40, 40);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__head span:before, .brand__contents__box.store .store__info__texts .texts__comments__head span:after {
    height: 28px;
    width: 1px;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__head span:after {
  -webkit-transform: rotate(10deg) translateY(1px);
          transform: rotate(10deg) translateY(1px);
}
.brand__contents__box.store .store__info__texts .texts__comments__head:after {
  content: "※お客様アンケート";
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: calc(1.6rem * 0.675);
  font-weight: 400;
  opacity: 0.5;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__head:after {
    text-align: center;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__lists {
  padding-left: 12.5px;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__lists {
    padding-left: 0;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__lists .lists__list {
  margin-bottom: 4px;
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__lists .lists__list {
    margin-bottom: 6.5px;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__lists .lists__list .icon-comments {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(1.55px);
          transform: translateY(1.55px);
  display: inline-block;
  color: rgb(196, 24, 30);
  font-weight: 400;
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(28 / 16);
}
@media (max-width:1024px) {
  .brand__contents__box.store .store__info__texts .texts__comments__lists .lists__list .icon-comments {
    line-height: 1.25;
  }
}
.brand__contents__box.store .store__info__texts .texts__comments__lists .lists__list p {
  font-size: calc(1.6rem * 0.875);
  line-height: 1.375;
  display: inline;
  font-weight: 400;
}
.brand__contents__btns .btns__btn a {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .brand__contents__btns .btns__btn a {
    font-size: calc(1.6rem * 1.25);
  }
}

.faq {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  background-color: rgb(250, 250, 250);
  -webkit-filter: drop-shadow(0 -4px 15px rgba(120, 97, 15, 0.05));
          filter: drop-shadow(0 -4px 15px rgba(120, 97, 15, 0.05));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .faq {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.faq__contents {
  padding-top: min(calc(0 / 1440 * 100vw), 0px);
  padding-right: min(calc(240 / 1440 * 100vw), 240px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(240 / 1440 * 100vw), 240px);
}
@media (max-width:1024px) {
  .faq__contents {
    padding-top: max(calc(0 / 600 * 100vw), 0px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.faq__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(20 / 1440 * 100vw), 20px) min(calc(0 / 1440 * 100vw), 0px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  margin-bottom: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:1024px) {
  .faq__contents__lists {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(0 / 600 * 100vw), 0px);
    padding-right: 0;
    padding-left: 0;
  }
}
.faq__contents__lists .lists__list {
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.faq__contents__lists .lists__list:hover {
  opacity: 0.5;
}
.faq__contents__lists .lists__list__qa {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 4px rgba(51, 40, 40, 0.15));
          filter: drop-shadow(0 0 4px rgba(51, 40, 40, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa {
    -webkit-filter: drop-shadow(0 0 2px rgba(51, 40, 40, 0.15));
            filter: drop-shadow(0 0 2px rgba(51, 40, 40, 0.15));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q,
.faq__contents__lists .lists__list__qa .qa__a {
  cursor: pointer;
  width: 100%;
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(20 / 1440 * 100vw), 20px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(20 / 1440 * 100vw), 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q,
  .faq__contents__lists .lists__list__qa .qa__a {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(4 / 600 * 100vw), 4px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap,
.faq__contents__lists .lists__list__qa .qa__a__cap {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(196, 24, 30);
  font-size: calc(1.6rem * 1.75);
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__cap,
  .faq__contents__lists .lists__list__qa .qa__a__cap {
    margin-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__para,
.faq__contents__lists .lists__list__qa .qa__a__para {
  width: 100%;
  line-height: calc(24.5 / 14);
  letter-spacing: calc(3 / 100 * 1em);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__para,
  .faq__contents__lists .lists__list__qa .qa__a__para {
    line-height: 1.5;
    font-weight: 400;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape,
.faq__contents__lists .lists__list__qa .qa__a__shape {
  width: 16px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(196, 24, 30);
  position: relative;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape,
  .faq__contents__lists .lists__list__qa .qa__a__shape {
    width: 12px;
    height: 1px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape:after,
.faq__contents__lists .lists__list__qa .qa__a__shape:after {
  width: 2px;
  height: 16px;
  background-color: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 0.225s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape:after,
  .faq__contents__lists .lists__list__qa .qa__a__shape:after {
    height: 12px;
    width: 1px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q a,
.faq__contents__lists .lists__list__qa .qa__a a {
  display: inline-block;
  text-decoration: underline;
}
.faq__contents__lists .lists__list__qa .qa__q {
  background-color: rgb(250, 250, 250);
  border-radius: 2px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.faq__contents__lists .lists__list__qa .qa__q:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgb(196, 24, 30);
  position: absolute;
  top: -16px;
  left: -16px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__contents__lists .lists__list__qa .qa__a {
  background-color: rgb(238, 238, 238);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: height 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.1s, opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96), padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), border 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: height 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.1s, opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96), padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96), border 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  max-height: 0;
  padding-right: min(calc(98 / 1440 * 100vw), 98px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  padding-top: 0;
  padding-bottom: 0;
}
.faq__contents__lists .lists__list__qa .qa__a.active {
  max-height: 5000px;
  opacity: 1;
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a.active {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: rgb(24, 42, 196);
}
.faq__contents__lists .lists__list__qa .qa__a__capPara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__contents__lists .lists__list:has(.active) .qa__q {
  margin-bottom: 2px;
}
.faq__contents__lists .lists__list:has(.active) .qa__q__shape:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq__contents__lists .lists__list:has(.active):hover {
  opacity: 1;
}
.faq__image {
  width: min(calc(489 / 1440 * 100vw), 489px);
  height: min(calc(318 / 1440 * 100vw), 318px);
  position: absolute;
  z-index: 0;
  top: max(calc(-210 / 1440 * 100vw), -210px);
  right: max(calc(4 / 1440 * 100vw), 4px);
  background-image: url(../images/faq-assets-kyoto01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.message {
  width: 100%;
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message.show .message__bg {
  display: block;
}
.message__bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/message-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transition: -webkit-transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
.message:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(51, 40, 40, 0.65);
  z-index: 1;
}
@media (max-width:1024px) {
  .message:after {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.message__contentsWr {
  width: 100%;
  padding-top: min(calc(0 / 1440 * 100vw), 0px);
  padding-right: min(calc(144 / 1440 * 100vw), 144px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(144 / 1440 * 100vw), 144px);
  margin-inline: auto;
}
@media (max-width:1024px) {
  .message__contentsWr {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__contents {
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.message__contents__images {
  width: 338px;
  height: 544px;
  position: relative;
  z-index: 10;
  margin-top: min(calc(144 / 1440 * 100vw), 144px);
}
@media (max-width:1024px) {
  .message__contents__images {
    width: 100%;
    margin-inline: auto;
    margin-top: auto;
    height: 1000px;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.message__contents__images.js-parallax > * {
  will-change: transform, opacity;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.message__contents__images.js-parallax > *:nth-child(1) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message__contents__images.js-parallax > *:nth-child(2) {
  -webkit-transition: opacity 0.9s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message__contents__images.js-parallax > *:nth-child(3) {
  -webkit-transition: opacity 0.9s 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message__contents__images.js-parallax > *:nth-child(4) {
  -webkit-transition: opacity 0.9s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message__contents__images.js-parallax > *:nth-child(5) {
  -webkit-transition: opacity 0.9s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message__contents__images.js-parallax.show > * {
  opacity: 1;
}
.message__contents__images .images__image {
  position: absolute;
  border-radius: 9999px;
  overflow: hidden;
}
@media (max-width:1024px) {
  .message__contents__images .images__image {
    opacity: 0;
    -webkit-transition-property: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-property: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.message__contents__images .images__image.image01 {
  width: 208px;
  height: 208px;
  top: -64px;
  left: 16px;
}
@media (max-width:1024px) {
  .message__contents__images .images__image.image01 {
    width: max(calc(208 / 600 * 100vw), 208px);
    height: max(calc(208 / 600 * 100vw), 208px);
    top: max(calc(96 / 600 * 100vw), 96px);
    left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.message__contents__images .images__image.image02 {
  width: 108px;
  height: 108px;
  top: 278px;
  left: -8px;
}
@media (max-width:1024px) {
  .message__contents__images .images__image.image02 {
    top: 348px;
    left: 24px;
  }
}
@media (max-width:1024px) {
  .message__contents__images .images__image.image02 {
    width: max(calc(108 / 600 * 100vw), 108px);
    height: max(calc(108 / 600 * 100vw), 108px);
    top: max(calc(348 / 600 * 100vw), 348px);
    left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.message__contents__images .images__image.image03 {
  width: 152px;
  height: 152px;
  right: 8px;
  top: 198px;
}
@media (max-width:1024px) {
  .message__contents__images .images__image.image03 {
    top: 440px;
    right: 48px;
  }
}
@media (max-width:1024px) {
  .message__contents__images .images__image.image03 {
    width: max(calc(152 / 600 * 100vw), 152px);
    height: max(calc(152 / 600 * 100vw), 152px);
    top: max(calc(440 / 600 * 100vw), 440px);
    right: max(calc(48 / 600 * 100vw), 48px);
  }
}
@media (max-width:1024px) {
  .message__contents__images .images__shape {
    opacity: 0;
  }
}
.message__contents__images .images__shape.red {
  content: "";
  width: 48px;
  height: 48px;
  background-color: rgb(196, 24, 30);
  position: absolute;
  top: 188px;
  right: 206px;
  border-radius: 9999px;
}
@media (max-width:1024px) {
  .message__contents__images .images__shape.red {
    width: max(calc(48 / 600 * 100vw), 48px);
    height: max(calc(48 / 600 * 100vw), 48px);
    top: max(calc(502 / 600 * 100vw), 502px);
    right: max(calc(246 / 600 * 100vw), 246px);
  }
}
.message__contents__images .images__shape.yellow {
  content: "";
  width: 64px;
  height: 64px;
  background-color: rgb(196, 158, 24);
  position: absolute;
  top: 102px;
  right: 20px;
  border-radius: 9999px;
}
@media (max-width:1024px) {
  .message__contents__images .images__shape.yellow {
    width: max(calc(64 / 600 * 100vw), 64px);
    height: max(calc(64 / 600 * 100vw), 64px);
    top: max(calc(306 / 600 * 100vw), 306px);
    right: max(calc(46 / 600 * 100vw), 46px);
  }
}
.message__contents__textsWr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
  max-width: 1070px;
}
@media (max-width:1024px) {
  .message__contents__textsWr {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 40, 40, 0)), color-stop(20%, rgba(51, 40, 40, 0.5)), to(rgba(51, 40, 40, 0.9)));
    background: -webkit-linear-gradient(top, rgba(51, 40, 40, 0) 0%, rgba(51, 40, 40, 0.5) 20%, rgba(51, 40, 40, 0.9) 100%);
    background: linear-gradient(180deg, rgba(51, 40, 40, 0) 0%, rgba(51, 40, 40, 0.5) 20%, rgba(51, 40, 40, 0.9) 100%);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
}
.message__contents__texts {
  -webkit-filter: drop-shadow(0 0 5px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 5px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .message__contents__texts {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-top: max(calc(96 / 600 * 100vw), 96px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.message__contents__texts .texts__heads {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads {
    padding-top: 0;
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    position: relative;
    z-index: 1000;
  }
}
.message__contents__texts .texts__heads__subhead {
  margin-inline: unset;
  margin-right: auto;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__subhead {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.message__contents__texts .texts__heads__subhead span {
  color: rgb(250, 250, 250);
}
.message__contents__texts .texts__heads__subhead span:last-child:before {
  background-color: rgb(250, 250, 250);
}
.message__contents__texts .texts__heads__head {
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(24 / 1440 * 100vw), 24px);
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__head {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.message__contents__texts .texts__heads__head .head__text {
  color: rgb(250, 250, 250);
  white-space: nowrap;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__head .head__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.message__contents__texts .texts__heads__head .head__text strong {
  line-height: 1;
  font-size: calc(1.6rem * 3);
  white-space: nowrap;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__head .head__text strong {
    margin-bottom: 5px;
  }
}
.message__contents__texts .texts__heads__head .head__text:first-child {
  margin-right: min(calc(139 / 1440 * 100vw), 139px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__head .head__text:first-child {
    margin-right: 0;
  }
}
@media (max-width:1024px) {
  .message__contents__texts .texts__heads__head .head__text:last-child {
    padding-left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.message__contents__texts .texts__parasNames {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(32 / 1440 * 100vw), 32px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.message__contents__texts .texts__parasNames__paras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(32 / 1440 * 100vw), 32px) min(calc(0 / 1440 * 100vw), 0px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames__paras {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: 0;
  }
}
.message__contents__texts .texts__parasNames__paras .paras__para {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  text-align: left;
  font-weight: 400;
  color: rgb(250, 250, 250);
}
.message__contents__texts .texts__parasNames__paras .paras__para:first-child {
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames__paras .paras__para:first-child {
    padding-right: max(calc(32 / 600 * 100vw), 32px);
  }
}
.message__contents__texts .texts__parasNames__paras .paras__para:nth-child(2) {
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames__paras .paras__para:nth-child(2) {
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.message__contents__texts .texts__parasNames__paras .paras__para:nth-child(3) {
  padding-left: min(calc(64 / 1440 * 100vw), 64px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames__paras .paras__para:nth-child(3) {
    padding-left: max(calc(32 / 600 * 100vw), 32px);
    padding-right: 0;
  }
}
.message__contents__texts .texts__parasNames .parasNames__names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(4 / 1440 * 100vw), 4px);
  margin-right: max(calc(-144 / 1440 * 100vw), -144px);
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames .parasNames__names {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(16 / 600 * 100vw), 16px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.message__contents__texts .texts__parasNames .parasNames__names__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.message__contents__texts .texts__parasNames .parasNames__names__name .name__role {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  margin-right: 18px;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames .parasNames__names__name .name__role {
    font-size: calc(1.6rem * 0.75);
  }
}
.message__contents__texts .texts__parasNames .parasNames__names__name .name__full {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames .parasNames__names__name .name__full {
    font-size: calc(1.6rem * 1.5);
  }
}
.message__contents__texts .texts__parasNames .parasNames__names__image {
  width: 272px;
  height: 272px;
  border-radius: 9999px;
  overflow: hidden;
}
@media (max-width:1024px) {
  .message__contents__texts .texts__parasNames .parasNames__names__image {
    width: max(calc(112 / 600 * 100vw), 112px);
    height: max(calc(112 / 600 * 100vw), 112px);
    margin-left: auto;
    position: absolute;
    top: max(calc(48 / 600 * 100vw), 48px);
    right: max(calc(22 / 600 * 100vw), 22px);
  }
}
.message__contents__btns {
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .message__contents__btns {
    background: rgba(51, 40, 40, 0.85);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.message__contents__btns .btns__text p {
  color: rgb(250, 250, 250);
  font-size: calc(1.6rem * 1.5);
}
@media (max-width:1024px) {
  .message__contents__btns .btns__text p {
    font-size: calc(1.6rem * 1);
    letter-spacing: calc(8 / 100 * 1em);
  }
}
.message__contents__btns .btns__text p:before, .message__contents__btns .btns__text p:after {
  background-color: rgb(250, 250, 250);
}
.message__contents__btns .btns__btn {
  border: 4px rgb(250, 250, 250) solid;
}
.message__contents__btns .btns__btn a {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .message__contents__btns .btns__btn a {
    font-size: calc(1.6rem * 1.25);
  }
}
.message__contents__btns .btns__btn span {
  color: rgb(250, 250, 250);
}
.message__contents__btns .btns__btn .icon-search {
  color: rgb(250, 250, 250);
}/*# sourceMappingURL=index.css.map */