@keyframes kvSlide01 {
  0% {
    transform: translate3d(-24%, 0, 0);
  }
  100% {
    transform: translate3d(-74%, 0, 0);
  }
}

.l-gpMega,
.l-gpHeader,
.l-gpHeadSticky {
  display: none !important;
}

.l-globalHeader,
.l-globalMega,
.l-globalHamburger {
  display: none !important;
}

.l-gpHeaderHeight {
  background: #f6f6f6;
  height: 0 !important;
}

@media screen and (max-width: 767px) {
  .l-gpHeaderHeight {
    display: block !important;
    height: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .only--sp {
    display: none !important;
  }
}

.vhdn {
  visibility: hidden;
}

.hirayaHd,
.hirayaKv,
.hirayaBc,
.hirayaSr,
.hirayaIl,
.hirayaHl,
.cmnRecomCatalogBnr {
  color: #444;
  font-weight: 400;
  font-family: YakuHanJPs, 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hirayaHd a,
.hirayaKv a,
.hirayaBc a,
.hirayaSr a,
.hirayaIl a,
.hirayaHl a,
.cmnRecomCatalogBnr a {
  color: #444;
  text-decoration: none;
}

body.hiraya_202408 .hirayaWrap__bd {
  color: #444;
  font-weight: 400;
  font-family: YakuHanJPs, 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hirayaWrap__hd {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 16px 0 84px;
  background: #f6f6f6;
}

@media print, screen and (min-width: 768px) {
  .hirayaWrap__hd:has(.hirayaKv__lk) {
    padding-bottom: 132px;
  }
}

@media screen and (max-width: 767px) {
  .hirayaWrap__hd {
    padding: 0 0 52px;
  }
}

.hirayaWrap__hd::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(180deg, #f6f6f6 0%, #fff 100%);
}

@media screen and (max-width: 767px) {
  .hirayaWrap__hd::after {
    height: 100px;
  }
}

body.page-raku_s .hirayaWrap__hd::after {
  background: linear-gradient(180deg, #f6f6f6 0%, #f0f7f9 100%);
}

.hirayaWrap__bd {
  position: relative;
}

body.hiraya_202408 .hirayaWrap {
  position: relative;
  margin-bottom: 110px;
  padding-bottom: 0;
  overflow: clip;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  body.hiraya_202408 .hirayaWrap {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

body.hiraya_202408 .hirayaWrap__hd {
  padding-bottom: 0;
  background: none;
}

@media print, screen and (min-width: 768px) {
  body.hiraya_202408 .hirayaWrap__hd:has(.hirayaKv__lk) {
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  body.hiraya_202408 .hirayaWrap__hd {
    padding-bottom: 0;
  }
}

body.hiraya_202408 .hirayaWrap__hd::after {
  display: none;
}

body.hiraya_202408 .cmnRecomWrap {
  background: none;
}

.c-angle01 {
  display: block;
  width: 15px;
  height: 15px;
  background: currentColor;
          mask: url('/lineup/hiraya/assets_202408/images/common/icon_angle01.svg') 50% 50%/contain no-repeat;
  -webkit-mask: url('/lineup/hiraya/assets_202408/images/common/icon_angle01.svg') 50% 50%/contain no-repeat;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, opaity 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.c-linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 1px solid #222;
  box-sizing: border-box;
  overflow: hidden;
}

.c-linkBtn > span.c-angle01 {
  position: absolute;
  top: 50%;
}

.c-linkBtn > span.c-angle01:nth-child(1) {
  right: 19px;
  transform: translate(0, -50%);
}

.c-linkBtn > span.c-angle01:nth-child(2) {
  left: 19px;
  transform: translate(-40px, -50%);
}

.c-linkBtn > span.is-t {
  font-size: 18px;
  font-family: YakuHanJPs, Arial, 'Zen Kaku Gothic New', sans-serif;
  color: #222;
}

@media screen and (max-width: 767px) {
  .c-linkBtn > span.is-t {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn {
    transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms, border-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .c-linkBtn > span.is-t {
    transition: color 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .c-linkBtn:hover > span.c-angle01:nth-child(1),
  a:hover .c-linkBtn > span.c-angle01:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .c-linkBtn:hover > span.c-angle01:nth-child(2),
  a:hover .c-linkBtn > span.c-angle01:nth-child(2) {
    transform: translate(0, -50%);
  }
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-inv:hover,
  a:hover .c-linkBtn.is-inv {
    border-color: #156082;
    background: #156082;
  }
  .c-linkBtn.is-inv:hover > span.c-angle01,
  a:hover .c-linkBtn.is-inv > span.c-angle01 {
    background: #fff;
  }
  .c-linkBtn.is-inv:hover > span.is-t,
  a:hover .c-linkBtn.is-inv > span.is-t {
    color: #fff;
  }
}

.c-linkBtn.is-white {
  border-color: #fff;
}

.c-linkBtn.is-white > span.c-angle01 {
  background: #fff;
}

.c-linkBtn.is-white > span.is-t {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-white:hover,
  a:hover .c-linkBtn.is-white {
    border-color: #156082;
    background: #156082;
  }
}

.c-linkBtn.is-conv {
  border-color: #156082;
  background: #156082;
}

.c-linkBtn.is-conv > span.c-angle01 {
  background: #fff;
}

.c-linkBtn.is-conv > span.is-t {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-conv:hover,
  a:hover .c-linkBtn.is-conv {
    background-color: transparent;
  }
  .c-linkBtn.is-conv:hover > span.c-angle01,
  a:hover .c-linkBtn.is-conv > span.c-angle01 {
    background: #156082;
  }
  .c-linkBtn.is-conv:hover > span.is-t,
  a:hover .c-linkBtn.is-conv > span.is-t {
    color: #156082;
  }
}

.c-linkBtn.is-blue {
  border-color: #156082;
}

.c-linkBtn.is-blue > span.c-angle01 {
  background: #156082;
}

.c-linkBtn.is-blue > span.is-t {
  color: #156082;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-blue:hover,
  a:hover .c-linkBtn.is-blue {
    background: #156082;
  }
  .c-linkBtn.is-blue:hover > span.c-angle01,
  a:hover .c-linkBtn.is-blue > span.c-angle01 {
    background: #fff;
  }
  .c-linkBtn.is-blue:hover > span.is-t,
  a:hover .c-linkBtn.is-blue > span.is-t {
    color: #fff;
  }
}

.hirayaHd {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

@media print, screen and (min-width: 768px) {
  .hirayaHd {
    min-width: 1140px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .02);
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd {
    position: fixed;
  }
}

.hirayaHd__in {
  display: flex;
  align-items: center;
  height: 85px;
  margin: 0 auto;
  padding: 0 clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hirayaHd__in {
    justify-content: flex-end;
    height: 65px;
    padding: 0;
  }
}

.hirayaHd__lg {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .hirayaHd__lg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 0ms, opacity 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
    z-index: 2;
  }
  .hirayaHd__lg.is-hidden {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }
}

.hirayaHd__lg > a {
  display: block;
  position: relative;
}

.hirayaHd__lg > a > span {
  display: block;
}

.hirayaHd__lg > a .is-p {
  width: clamp(149px / 1440 * 1140, 149 / 1440 * 100vw, 149px);
}

@media screen and (max-width: 767px) {
  .hirayaHd__lg > a .is-p {
    width: clamp(135px / 375 * 320, 135 / 375 * 100vw, 135px);
  }
}

.hirayaHd__lg > a .is-p img {
  display: block;
  width: 100%;
  height: auto;
}

.hirayaHd__lg > a .is-t {
  color: #222;
  font-size: clamp(20px / 1440 * 1140, 20 / 1440 * 100vw, 20px);
  font-weight: 500;
  line-height: calc(29 / 20);
  letter-spacing: clamp(2px / 1440 * 1140, 2 / 1440 * 100vw, 2px);
}

@media screen and (max-width: 767px) {
  .hirayaHd__lg > a .is-t {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    line-height: calc(24 / 16);
    letter-spacing: clamp(1.6px / 375 * 320, 1.6 / 375 * 100vw, 1.6px);
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__nv {
    display: block !important;
    flex: 1 1 auto;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    pointer-events: none;
    opacity: 0;
    z-index: 40;
  }
  .hirayaHd__nv::-webkit-scrollbar {
    display: none;
  }
  .hirayaHd__nv.is-open {
    pointer-events: auto;
  }
  .hirayaHd__nv.has-l2 .hirayaHd__nv__ls > li > a > span > span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__in {
    min-height: calc(100% + 2px);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__in2 {
    display: flex;
    flex-wrap: wrap;
    width: 200%;
    transition: width 400ms cubic-bezier(.645, .045, .355, 1) 0ms;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='1'].is-open) {
    width: 100%;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='1'].is-open) .hirayaHd__nv__sub__ls[data-hirayanav-subbody='1'] {
    opacity: 1;
    transform: translate(0, 50%);
    pointer-events: auto;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='2'].is-open) {
    width: 100%;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='2'].is-open) .hirayaHd__nv__sub__ls[data-hirayanav-subbody='2'] {
    opacity: 1;
    transform: translate(0, 50%);
    pointer-events: auto;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='3'].is-open) {
    width: 100%;
  }
  .hirayaHd__nv__in2:has([data-hirayanav-subbtn='3'].is-open) .hirayaHd__nv__sub__ls[data-hirayanav-subbody='3'] {
    opacity: 1;
    transform: translate(0, 50%);
    pointer-events: auto;
  }
}

.hirayaHd__nv__ls {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(18px / 1440 * 1140, 18 / 1440 * 100vw, 26px);
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__ls {
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding: 36px 0 0;
  }
}

.hirayaHd__nv__ls > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 85px;
  padding: 0 clamp(18px / 1440 * 1140, 18 / 1440 * 100vw, 26px);
  color: #222;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__nv__ls > li > a:hover > span.is-t::after,
  .hirayaHd__nv__ls > li > a.is-cur > span.is-t::after {
    transform: scaleX(1);
  }
  .hirayaHd__nv__ls > li > a.is-cur > span.is-t::after {
    transition-duration: 0ms;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__ls > li > a {
    height: 72px;
    padding: 0 30px;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 400ms cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .hirayaHd__nv__ls > li > a.is-open {
    background: #f6f6f6;
  }
  .hirayaHd__nv__ls > li > a.is-cur {
    color: #9c9c9c;
  }
  .hirayaHd__nv__ls > li > a.is-cur > span.is-t {
    color: #9c9c9c;
  }
}

.hirayaHd__nv__ls > li > a > span.c-angle01 {
  position: absolute;
  bottom: 50%;
  right: clamp(13px, 18 / 375 * 100%, 18px);
  transform: translate(0, 50%);
}

.hirayaHd__nv__ls > li > a > span.is-t {
  position: relative;
  color: #222;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__nv__ls > li > a > span.is-t {
    font-size: clamp(16px / 1440 * 1140, 16 / 1440 * 100vw, 16px);
    font-weight: 500;
    line-height: 30px;
  }
  .hirayaHd__nv__ls > li > a > span.is-t::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% + 41px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #666;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__ls > li > a > span.is-t {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    font-weight: 400;
    line-height: calc(20 / 16);
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__nv__sub {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__sub {
    position: relative;
    width: 50%;
    border-top: 36px solid transparent;
    background: #f6f6f6;
  }
  .hirayaHd__nv__sub__ls {
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translate(25%, 50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 350ms cubic-bezier(.77, 0, .175, 1) 0ms, transform 350ms cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .hirayaHd__nv__sub__ls > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    white-space: nowrap;
  }
  .hirayaHd__nv__sub__ls > li > a.is-cur {
    color: #9c9c9c;
  }
  .hirayaHd__nv__sub__ls > li > a.is-cur > span {
    color: #9c9c9c;
  }
  .hirayaHd__nv__sub__ls > li > a > span {
    color: #222;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    line-height: calc(20 / 16);
    font-weight: 400;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__nv__ft {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__nv__ft {
    padding: 32px 20px;
  }
  .hirayaHd__nv__ft__ls {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .hirayaHd__nv__ft__ls > li .c-linkBtn {
    height: 60px;
  }
  .hirayaHd__nv__ft__ls > li .c-linkBtn > span.is-t {
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__spb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__spb {
    position: relative;
    z-index: 50;
  }
  .hirayaHd__spb > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 65px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  .hirayaHd__spb > a > span.is-bg {
    display: block;
    position: absolute;
    width: 50px;
    height: 26px;
    background: currentColor;
            mask: url('/lineup/hiraya/assets_202408/images/common/icon_spnav01.svg') 50% 50%/100% auto no-repeat;
    -webkit-mask: url('/lineup/hiraya/assets_202408/images/common/icon_spnav01.svg') 50% 50%/100% auto no-repeat;
  }
  .hirayaHd__spb > a > span.is-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateY(5px);
  }
  .hirayaHd__spb > a > span.is-bar::before,
  .hirayaHd__spb > a > span.is-bar::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 30px;
    background: currentColor;
  }
  .hirayaHd__spb > a > span.is-bar::before {
    margin-bottom: 6px;
  }
  .hirayaHd__spb > a > span.is-bar::after {
    margin-top: 6px;
  }
  .hirayaHd__spb > a.is-open {
    border-radius: 0 0 0 64%;
    overflow: hidden;
  }
  .hirayaHd__spb > a.is-open > span.is-bg {
    opacity: 0;
    transform: translateY(-3px);
  }
  .hirayaHd__spb > a.is-open > span.is-bar {
    transform: translateY(0);
  }
  .hirayaHd__spb > a.is-open > span.is-bar::before,
  .hirayaHd__spb > a.is-open > span.is-bar::after {
    margin: 0;
    width: 25px;
  }
  .hirayaHd__spb > a.is-open > span.is-bar::before {
    transform: rotate(45deg);
  }
  .hirayaHd__spb > a.is-open > span.is-bar::after {
    transform: rotate(-45deg);
  }
  .hirayaHd__spb > a > span.is-bg {
    transition-property: transform, opacity;
    transition-duration: 450ms;
    transition-delay: 350ms;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  .hirayaHd__spb > a > span.is-bar {
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .hirayaHd__spb > a > span.is-bar::before,
  .hirayaHd__spb > a > span.is-bar::after {
    transition-property: margin, transform, width;
    transition-duration: 200ms, 350ms, 400ms;
    transition-delay: 350ms, 50ms, 50ms;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  .hirayaHd__spb > a.is-open > span.is-bg {
    transition-delay: 200ms;
  }
  .hirayaHd__spb > a.is-open > span.is-bar {
    transition-delay: 200ms;
  }
  .hirayaHd__spb > a.is-open > span.is-bar::before,
  .hirayaHd__spb > a.is-open > span.is-bar::after {
    transition-duration: 250ms, 350ms, 400ms;
    transition-delay: 50ms, 250ms, 50ms;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__spbg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__spbg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 0;
    transform: scaleX(0);
    z-index: 30;
    transition: transform 400ms cubic-bezier(.645, .045, .355, 1) 0ms;
  }
  .hirayaHd__spbg.is-open {
    transform: scaleX(1);
  }
}

.hirayaHd__cat {
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .hirayaHd__cat {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: height 400ms cubic-bezier(.215, .61, .355, 1) 0ms, opacity 400ms cubic-bezier(.215, .61, .355, 1) 0ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
    z-index: 1;
  }
  .hirayaHd__cat.is-shown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.hirayaHd__cat > a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1px;
  width: fit-content;
  height: 46px;
  padding: 0 clamp(15.5px / 1440 * 1140, 15.5 / 1440 * 100vw, 15.5px);
  border: 1px solid #156082;
  box-sizing: border-box;
  background: #156082;
  color: #fff;
  font-size: clamp(16px / 1440 * 1140, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  line-height: clamp(18px / 1440 * 1140, 18 / 1440 * 100vw, 18px);
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__cat > a {
    transition: background-color 500ms cubic-bezier(.215, .61, .355, 1) 0ms, color 500ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .hirayaHd__cat > a:hover {
    background: transparent;
    color: #156082;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__cat > a {
    position: absolute;
    top: 12.5px;
    left: 15px;
    height: 40px;
    padding: 0 clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
    font-size: clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
  }
}

.hirayaHd__cat > a > span {
  display: block;
}

.hirayaHd__cat > a > span > span {
  letter-spacing: .125em;
}

@media print, screen and (min-width: 768px) {
  .hirayaHd__cat > a > span > strong {
    font-size: clamp(18px / 1440 * 1140, 18 / 1440 * 100vw, 18px);
  }
  .hirayaHd__cat > a > span > strong > span {
    font-size: clamp(20px / 1440 * 1140, 20 / 1440 * 100vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaHd__cat > a > span > strong {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}

.hirayaBc {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .hirayaBc {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .hirayaBc::before,
  .hirayaBc::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .hirayaBc::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f6f6f6);
  }
  .hirayaBc::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f6f6f6);
  }
}

.hirayaBc__in {
  position: relative;
  margin: 0 auto;
  padding: 0 clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hirayaBc__in {
    width: 100%;
    padding: 0;
    overflow-x: auto;
  }
}

.hirayaBc__ls {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .hirayaBc__ls {
    height: 52px;
    margin: 0 -11.5px;
  }
}

.hirayaBc__ls > li {
  flex: 0 0 auto;
  position: relative;
}

.hirayaBc__ls > li > a,
.hirayaBc__ls > li > span {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
  padding: 0 11.5px;
  font-size: clamp(12px / 1440 * 1140, 12 / 1440 * 100vw, 12px);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hirayaBc__ls > li > a,
  .hirayaBc__ls > li > span {
    height: 22px;
    padding: 0 10px;
    font-size: 10px;
  }
}

.hirayaBc__ls > li > a {
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .hirayaBc__ls > li > a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .hirayaBc__ls > li > a:hover {
    opacity: .5;
  }
}

.hirayaBc__ls > li > span {
  color: #222;
  font-weight: 500;
}

.hirayaBc__ls > li + li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #d9d9d9;
  transform: translate(-50%, 50%) rotate(-75deg);
  pointer-events: none;
}

.hirayaBg {
  order: 1;
  position: absolute;
  top: 0;
  width: 100%;
  right: 50%;
  background: 50% 0 / contain no-repeat;
  transform: translateX(50%);
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .hirayaBg {
    top: clamp(520px / 1440 * 1140, 520 / 1440 * 100vw, 520 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .hirayaBg {
    top: calc(400 / 375 * 100vw + 22px);
  }
}

.hirayaKv {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv {
    order: 2;
  }
  .hirayaKv.is-grabbing * {
    cursor: grabbing;
  }
  .hirayaKv.is-anim * {
    cursor: default;
  }
  .hirayaKv.is-grabbing *,
  .hirayaKv.is-anim * {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.hirayaKv__cr {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hirayaKv__cr__ls {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.has-slide .hirayaKv__cr__ls {
  right: 200%;
}

.hirayaKv__cr__ls > li {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 1440 / 520;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hirayaKv__cr__ls > li {
    aspect-ratio: 375 / 400;
  }
}

.hirayaKv__cr__ls > li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hirayaKv__cr__ls > li > a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.hirayaKv__cr .c-linkBtn {
  position: absolute;
  bottom: clamp(20px / 1440 * 1140, 20 / 1440 * 100vw, 20px);
  right: clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  width: clamp(180px / 1440 * 1140, 180 / 1440 * 100vw, 180px);
  height: clamp(72px / 1440 * 1140, 72 / 1440 * 100vw, 72px);
  z-index: 2;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__cr .c-linkBtn {
    transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms, border-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms, opacity 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__cr .c-linkBtn {
    display: none;
  }
}

.hirayaKv__cr .c-linkBtn > span.is-t {
  font-size: clamp(18px / 1440 * 1140, 18 / 1440 * 100vw, 18px);
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__cr:has(a:hover) .c-linkBtn {
    border-color: #156082;
    background: #156082;
  }
  .hirayaKv__cr:has(a:hover) .c-linkBtn > span.c-angle01:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .hirayaKv__cr:has(a:hover) .c-linkBtn > span.c-angle01:nth-child(2) {
    transform: translate(0, -50%);
  }
}

.hirayaKv__as {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 520;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hirayaKv__as {
    aspect-ratio: 375 / 400;
  }
}

.hirayaKv__as__p {
  display: flex;
  justify-content: space-around;
  position: absolute;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__as__p {
    width: 802.22222%;
    animation: kvSlide01 60s linear infinite;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__as__p {
    width: 1145.6%;
    animation: kvSlide01 50s linear infinite;
  }
}

.hirayaKv__as__p > div {
  flex: 0 1 auto;
  position: relative;
  height: 100%;
}

.hirayaKv__as__p > div img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__as__p > div.is-01,
  .hirayaKv__as__p > div.is-06 {
    width: calc(520 / 2888 / 2 / 2 * 100%);
  }
  .hirayaKv__as__p > div.is-02,
  .hirayaKv__as__p > div.is-05,
  .hirayaKv__as__p > div.is-07,
  .hirayaKv__as__p > div.is-10 {
    width: calc(584 / 2888 / 2 / 2 * 100%);
  }
  .hirayaKv__as__p > div.is-03,
  .hirayaKv__as__p > div.is-08 {
    width: calc(800 / 2888 / 2 / 2 * 100%);
  }
  .hirayaKv__as__p > div.is-04,
  .hirayaKv__as__p > div.is-09 {
    width: calc(360 / 2888 / 2 / 2 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__as__p > div.is-01,
  .hirayaKv__as__p > div.is-03,
  .hirayaKv__as__p > div.is-06,
  .hirayaKv__as__p > div.is-08 {
    width: calc(200 / 2148 / 2 * 100%);
  }
  .hirayaKv__as__p > div.is-02,
  .hirayaKv__as__p > div.is-07 {
    width: calc(300 / 2148 / 2 * 100%);
  }
  .hirayaKv__as__p > div.is-04,
  .hirayaKv__as__p > div.is-05,
  .hirayaKv__as__p > div.is-09,
  .hirayaKv__as__p > div.is-10 {
    width: calc(172 / 2148 / 2 * 100%);
  }
}

.hirayaKv__fg {
  position: relative;
  aspect-ratio: 1440 / 520;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hirayaKv__fg {
    aspect-ratio: 375 / 400;
  }
}

.hirayaKv__fg__bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hirayaKv__fg__t {
  position: absolute;
  font-size: clamp(24px / 1440 * 1140, 24 / 1440 * 100vw, 32px);
  font-weight: 500;
  line-height: calc(40 / 24);
  letter-spacing: .15em;
  color: #222;
}

@media screen and (max-width: 767px) {
  .hirayaKv__fg__t {
    color: #fff;
    font-size: clamp(20px / 375 * 320, 20 / 375 * 100vw, 26px);
    line-height: calc(29 / 20);
  }
}

.hirayaKv__fg__t > span.is-s {
  display: block;
  font-size: clamp(16px / 1440 * 1140, 16 / 1440 * 100vw, 21.33333px);
}

@media screen and (max-width: 767px) {
  .hirayaKv__fg__t > span.is-s {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__fg__t.is-01 {
    bottom: clamp(57px / 1440 * 1140, 57 / 1440 * 100vw, 95px);
    right: clamp(57px / 1440 * 1140, 57 / 1440 * 100vw, 126.66667px);
  }
  .hirayaKv__fg__t.is-02 {
    top: clamp(48px / 1440 * 1140, 48 / 1440 * 100vw, 80px);
    left: clamp(71px / 1440 * 1140, 71 / 1440 * 100vw, 157.77778px);
  }
  .hirayaKv__fg__t.is-02s {
    top: clamp(48px / 1440 * 1140, 48 / 1440 * 100vw, 80px);
    right: clamp(92px / 1440 * 1140, 92 / 1440 * 100vw, 204.44444px);
  }
  .hirayaKv__fg__t.is-03 {
    top: clamp(48px / 1440 * 1140, 48 / 1440 * 100vw, 80px);
    right: clamp(60px / 1440 * 1140, 60 / 1440 * 100vw, 133.33333px);
  }
  .hirayaKv__fg__t.is-04 {
    top: clamp(57px / 1440 * 1140, 57 / 1440 * 100vw, 95px);
    right: clamp(71px / 1440 * 1140, 71 / 1440 * 100vw, 157.77778px);
  }
  .hirayaKv__fg__t.is-04.is-alt {
    top: clamp(40px / 1440 * 1140, 40 / 1440 * 100vw, 66.66667px);
    right: clamp(60px / 1440 * 1140, 60 / 1440 * 100vw, 133.33333px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__fg__t.is-01 {
    top: clamp(20px / 375 * 320, 20 / 375 * 100vw, 40px);
    right: clamp(22px / 375 * 320, 22 / 375 * 100vw, 44px);
  }
  .hirayaKv__fg__t.is-02,
  .hirayaKv__fg__t.is-02s,
  .hirayaKv__fg__t.is-03,
  .hirayaKv__fg__t.is-04 {
    top: clamp(20px / 375 * 320, 20 / 375 * 100vw, 40px);
    left: clamp(22px / 375 * 320, 22 / 375 * 100vw, 44px);
  }
}

.hirayaKv__bg {
  position: relative;
  height: 0;
  z-index: 1;
}

.hirayaKv__in {
  position: relative;
  margin: 0 auto;
  padding: 0 clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  box-sizing: border-box;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__in {
    height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__in {
    padding: 1px 25px 0;
  }
}

.hirayaKv__tt {
  display: block;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__tt {
    position: absolute;
    bottom: 0;
    left: clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__tt {
    position: relative;
    width: fit-content;
    margin: clamp(-20px, -20 / 375 * 100vw, -20px / 375 * 320) 0 0 -15px;
    font-size: 36px;
  }
}

.hirayaKv__tt > span {
  display: block;
  color: #222;
}

.hirayaKv__tt > span > span {
  position: relative;
  z-index: 2;
}

.hirayaKv__tt > span > span .is-arial {
  font-family: 'Arial', sans-serif;
}

.hirayaKv__tt > span.is-l {
  position: relative;
  padding: clamp(13.5px / 1440 * 1140, 13.5 / 1440 * 100vw, 13.5px) clamp(12px / 1440 * 1140, 12 / 1440 * 100vw, 12px) clamp(17.5px / 1440 * 1140, 17.5 / 1440 * 100vw, 17.5px) clamp(24px / 1440 * 1140, 24 / 1440 * 100vw, 24px);
  font-size: clamp(60px / 1440 * 1140, 60 / 1440 * 100vw, 60px);
  font-weight: 400;
  line-height: calc(70 / 60);
  letter-spacing: calc(12 / 60 * 1em);
}

@media screen and (max-width: 767px) {
  .hirayaKv__tt > span.is-l {
    padding: clamp(6px / 375 * 320, 6 / 375 * 100vw, 6px) clamp(10px / 375 * 320, 10 / 375 * 100vw, 10px) clamp(7px / 375 * 320, 7 / 375 * 100vw, 7px) clamp(15px / 375 * 320, 15 / 375 * 100vw, 15px);
    font-size: clamp(36px / 375 * 320, 36 / 375 * 100vw, 36px);
    line-height: calc(50 / 36);
    letter-spacing: clamp(5px / 375 * 320, 5 / 375 * 100vw, 5px);
  }
}

.hirayaKv__tt > span.is-s {
  position: absolute;
  bottom: calc(100% - 14px);
  left: 0;
  padding: clamp(16px / 1440 * 1140, 16 / 1440 * 100vw, 16px) clamp(22px / 1440 * 1140, 22 / 1440 * 100vw, 22px) clamp(14px / 1440 * 1140, 14 / 1440 * 100vw, 14px) clamp(24px / 1440 * 1140, 24 / 1440 * 100vw, 24px);
  font-size: clamp(24px / 1440 * 1140, 24 / 1440 * 100vw, 24px);
  font-weight: 500;
  line-height: calc(36 / 24);
  letter-spacing: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .hirayaKv__tt > span.is-s {
    bottom: calc(100% - 5px);
    padding: clamp(5px / 375 * 320, 5 / 375 * 100vw, 5px) clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px) clamp(5px / 375 * 320, 5 / 375 * 100vw, 5px) clamp(15px / 375 * 320, 15 / 375 * 100vw, 15px);
    font-size: clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
    font-weight: 400;
    line-height: calc(30 / 20);
    letter-spacing: calc(1 / 20 * 1em);
  }
}

.hirayaKv__tt > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  transform-origin: 0 50%;
  z-index: 1;
}

.hirayaKv__tt.is-01,
.hirayaKv__tt.is-02,
.hirayaKv__tt.is-03,
.hirayaKv__tt.is-04 {
  opacity: 0;
  transform: translateY(9px);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .hirayaKv__tt.is-01,
  .hirayaKv__tt.is-02,
  .hirayaKv__tt.is-03,
  .hirayaKv__tt.is-04 {
    transform: translateY(6px);
  }
}

.is-ready .hirayaKv__tt.is-01,
.is-ready .hirayaKv__tt.is-02,
.is-ready .hirayaKv__tt.is-03,
.is-ready .hirayaKv__tt.is-04 {
  transition: opacity 600ms cubic-bezier(.215, .61, .355, 1) 0ms, transform 600ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

@media screen and (max-width: 767px) {
  .hirayaKv__tt.is-01,
  .hirayaKv__tt.is-02,
  .hirayaKv__tt.is-03,
  .hirayaKv__tt.is-04 {
    position: absolute;
    top: 0;
  }
}

[data-luslider-cur='1'] .hirayaKv__tt.is-01,
[data-luslider-cur='2'] .hirayaKv__tt.is-02,
[data-luslider-cur='3'] .hirayaKv__tt.is-03,
[data-luslider-cur='4'] .hirayaKv__tt.is-04 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 3;
}

[data-luslider-cur='1'].is-ready .hirayaKv__tt.is-01,
[data-luslider-cur='2'].is-ready .hirayaKv__tt.is-02,
[data-luslider-cur='3'].is-ready .hirayaKv__tt.is-03,
[data-luslider-cur='4'].is-ready .hirayaKv__tt.is-04 {
  transition: opacity 400ms cubic-bezier(.215, .61, .355, 1) 100ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 100ms;
}

.hirayaKv__sa {
  position: absolute;
  bottom: clamp(92px / 1440 * 1140, 92 / 1440 * 100vw, 92px);
  width: clamp(100px / 1440 * 1140, 100 / 1440 * 100vw, 100px);
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__sa {
    left: clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  }
  .hirayaKv__sa.is-alt {
    bottom: clamp(144px / 1440 * 1140, 144 / 1440 * 100vw, 144px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__sa {
    width: clamp(80px / 375 * 320, 80 / 375 * 100vw, 100px);
    right: 15px;
    bottom: 100%;
    margin: 0 0 15px;
  }
}

.hirayaKv__sa img {
  display: block;
  width: 100%;
  height: auto;
}

.hirayaKv__blw {
  margin: 0 clamp(-32px, -32 / 1440 * 100vw, -32px / 1440 * 1140) 0 0;
}

@media screen and (max-width: 767px) {
  .hirayaKv__blw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: clamp(43px / 375 * 320, 43 / 375 * 100vw, 43px) -25px 0 0;
  }
}

.hirayaKv__blw__vm {
  position: relative;
  height: clamp(50px / 375 * 320, 50 / 375 * 100vw, 50px);
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__blw__vm {
    display: none;
  }
}

.hirayaKv__blw__vm__t {
  position: absolute;
  left: -15px;
  bottom: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50%) scaleY(.8);
  z-index: 1;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms, transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

[data-luslider-cur='1'] .hirayaKv__blw__vm__t.is-01,
[data-luslider-cur='2'] .hirayaKv__blw__vm__t.is-02,
[data-luslider-cur='3'] .hirayaKv__blw__vm__t.is-03,
[data-luslider-cur='4'] .hirayaKv__blw__vm__t.is-04 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(50%);
  z-index: 2;
  transition: opacity 800ms cubic-bezier(.215, .61, .355, 1) 200ms, transform 800ms cubic-bezier(.215, .61, .355, 1) 200ms;
}

.hirayaKv__blw__vm__t > a {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 5px 15px;
}

.hirayaKv__blw__vm__t > a > span.is-t {
  color: #222;
  font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  font-family: YakuHanJPs, Arial, 'Zen Kaku Gothic New', sans-serif;
  white-space: nowrap;
}

.hirayaKv__blw__ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hirayaKv__blw__ctrl__dot {
  display: flex;
  justify-content: flex-end;
}

.hirayaKv__blw__ctrl__dot > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 22px;
  height: 43px;
  color: #ccc;
  transition: color 300ms cubic-bezier(.215, .61, .355, 1) 0ms, opaity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

@media screen and (max-width: 767px) {
  .hirayaKv__blw__ctrl__dot > li {
    width: 14px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__blw__ctrl__dot > li {
    cursor: pointer;
  }
  .hirayaKv__blw__ctrl__dot > li:hover::after {
    opacity: .5;
  }
}

.hirayaKv__blw__ctrl__dot > li::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__blw__ctrl__dot > li::after {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__blw__ctrl__dot > li::after {
    width: 6px;
    height: 6px;
  }
}

.hirayaKv__blw__ctrl__dot > li.is-cur {
  pointer-events: none;
  color: #444;
}

.hirayaKv__blw__ctrl__btn {
  position: relative;
  padding: 0 clamp(10px / 1440 * 1140, 10 / 1440 * 100vw, 10px) 0 6px;
}

@media screen and (max-width: 767px) {
  .hirayaKv__blw__ctrl__btn {
    padding: 0 1px 0 4px;
  }
}

.hirayaKv__nt {
  padding: clamp(12px / 1440 * 1140, 12 / 1440 * 100vw, 12px) 0 0;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__nt {
    position: absolute;
    top: 0;
    right: clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__nt {
    margin: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px) 0 0;
    padding: 0;
  }
}

.hirayaKv__nt > li {
  display: flex;
  font-size: clamp(12px / 1440 * 1140, 12 / 1440 * 100vw, 12px);
  font-weight: 400;
  line-height: calc(20 / 12);
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__nt > li {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__nt > li {
    font-size: clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
    line-height: calc(20 / 12);
  }
}

.hirayaKv__nt > li > span {
  display: block;
}

.hirayaKv__nt > li > a:nth-child(1) {
  flex: 0 0 auto;
}

.hirayaKv__nt > li > a:nth-child(2) {
  flex: 1 1 auto;
}

.hirayaKv__lk {
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__lk {
    position: absolute;
    top: calc(100% + 52px);
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__lk {
    margin: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px) 0 clamp(-4px, -4 / 375 * 100vw, -4px / 375 * 320);
  }
}

.hirayaKv__lk > a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  position: relative;
  height: 38px;
  color: #222;
  font-size: clamp(16px / 1440 * 1140, 16 / 1440 * 100vw, 16px);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline !important;
}

@media print, screen and (min-width: 768px) {
  .hirayaKv__lk > a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .hirayaKv__lk > a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .hirayaKv__lk > a {
    height: clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
  }
}

.hirayaKv__lk > a.has-sf::before {
  content: '';
  display: block;
  width: clamp(20px / 1440 * 1140, 20 / 1440 * 100vw, 20px);
  height: clamp(20px / 1440 * 1140, 20 / 1440 * 100vw, 20px);
  background: url('/lineup/hiraya/assets_202408/images/common/icon_snowflake01.svg') 50% 50%/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .hirayaKv__lk > a.has-sf::before {
    width: 16px;
    height: 16px;
  }
}

.hirayaSr {
  margin: 0 0 140px;
}

@media screen and (max-width: 767px) {
  .hirayaSr {
    margin: 0 0 80px;
  }
}

.hirayaSr__tt {
  margin: 0 0 35px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(2 / 24 * 1em);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hirayaSr__tt {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: calc(1 / 16 * 1em);
  }
}

.hirayaSr__ls {
  display: flex;
  gap: clamp(10px / 1440 * 1140, 10 / 1440 * 100vw, 10px) clamp(10px / 1440 * 1140, 10 / 1440 * 100vw, 10px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(32px / 1440 * 1140, 32 / 1440 * 100vw, 32px);
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .hirayaSr__ls.is-row2_3 {
    flex-wrap: wrap;
  }
  .hirayaSr__ls.is-row2_3 .itm:nth-child(1),
  .hirayaSr__ls.is-row2_3 .itm:nth-child(2) {
    width: 40%;
  }
  .hirayaSr__ls.is-row2_3 .itm:nth-child(3),
  .hirayaSr__ls.is-row2_3 .itm:nth-child(4),
  .hirayaSr__ls.is-row2_3 .itm:nth-child(5) {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls {
    flex-direction: column;
    row-gap: 5px;
    padding: 0;
  }
}

.hirayaSr__ls .itm {
  flex: 1 1 auto;
  width: 100%;
}

.hirayaSr__ls .itm > a {
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .hirayaSr__ls .itm > a {
    width: 100%;
    height: clamp(240px / 1440 * 1140, 240 / 1440 * 100vw, 240px);
    overflow: hidden;
  }
  .hirayaSr__ls .itm > a:hover .itm__bg img {
    transform: scale(1.1);
  }
  .hirayaSr__ls .itm > a:hover .itm__bg::before {
    opacity: 0;
  }
  .hirayaSr__ls .itm > a:hover .itm__bg::after {
    height: 100%;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls .itm > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaSr__ls .itm__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% / cover no-repeat;
    z-index: 1;
  }
  .hirayaSr__ls .itm__bg::before,
  .hirayaSr__ls .itm__bg::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: opacity 450ms cubic-bezier(.215, .61, .355, 1) 0ms, height 450ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .hirayaSr__ls .itm__bg::before {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
    opacity: 1;
  }
  .hirayaSr__ls .itm__bg::after {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls .itm__bg {
    flex: 0 0 auto;
    position: relative;
    width: calc(205 / 375 * 100%);
    max-width: calc(100% - 150px);
    aspect-ratio: 205 / 90;
  }
}

.hirayaSr__ls .itm__bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

.hirayaSr__ls .itm__i {
  display: flex;
  align-items: center;
  width: 100%;
  padding: clamp(11px / 1440 * 1140, 11 / 1440 * 100vw, 11px);
  box-sizing: border-box;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .hirayaSr__ls .itm__i {
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls .itm__i {
    flex: 1 1 auto;
    width: auto;
    padding: 0;
    box-sizing: border-box;
  }
}

.hirayaSr__ls .itm__i__t {
  flex: 1 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 14);
}

@media print, screen and (min-width: 768px) {
  .hirayaSr__ls .itm__i__t {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .65), 0 0 6px rgba(0, 0, 0, .35);
  }
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls .itm__i__t {
    padding: 0 0 0 clamp(15px / 375 * 320, 15 / 375 * 100vw, 15px);
    color: #222;
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
    line-height: calc(18 / 14);
    white-space: nowrap;
  }
}

.hirayaSr__ls .itm__i__t > span {
  display: block;
}

.hirayaSr__ls .itm__i__ar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms, background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

@media screen and (max-width: 767px) {
  .hirayaSr__ls .itm__i__ar {
    position: absolute;
    right: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
    width: auto;
    height: auto;
  }
}

/* overwrite - /lineup/css/common.css */
.hirayaWrap .cmnRecomCatalogBnr__spp a {
  display: block;
}

.hirayaWrap .cmnRecomCatalogBnr__spp a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hirayaWrap .cmnRecomCatalogBnr__tt {
  margin: 0 0 37px !important;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(.08333em);
}

@media screen and (max-width: 767px) {
  .hirayaWrap .cmnRecomCatalogBnr__tt {
    margin-bottom: 0 !important;
    font-size: 20px;
  }
}

.hirayaWrap .cmnRecomCatalogBnr__tt > strong {
  position: relative;
  color: #156082;
}

@media screen and (max-width: 767px) {
  .hirayaWrap .cmnRecomCatalogBnr__bd__c:nth-child(2),
  .hirayaWrap .cmnRecomCatalogBnr__bd__c:nth-child(3) {
    margin-top: 18px !important;
  }
}

.hirayaWrap .cmnRecomCatalogBnr__u__tt {
  color: #222;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .hirayaWrap .cmnRecomCatalogBnr__u__tt {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
  .hirayaWrap .cmnRecomCatalogBnr__u__tt.is-l2 {
    line-height: calc(52 / 18);
  }
}

@media screen and (max-width: 767px) {
  .hirayaWrap .cmnRecomCatalogBnr__u__tt {
    line-height: 30px;
  }
}

.hirayaWrap .cmnRecomCatalogBnr__u__t {
  color: #222;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .hirayaWrap .cmnRecomCatalogBnr__u__t {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 767px) {
  .hirayaWrap .cmnRecomCatalogBnr__u__t {
    margin: 4px 0 0 !important;
    font-size: 14px;
    line-height: calc(18 / 14);
  }
}

.hirayaWrap .cmnRecomCatalogBnr__bt .c-linkBtn > span.is-t {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .hirayaWrap .cmnRecomCatalogBnr__bt {
    width: 334px;
  }
  .hirayaWrap .cmnRecomCatalogBnr__bt .c-linkBtn {
    height: 72px;
  }
  .hirayaWrap .cmnRecomCatalogBnr__bt .c-linkBtn > span.is-t {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hirayaWrap .cmnRecomCatalogBnr__bt {
    width: 260px;
  }
  .hirayaWrap .cmnRecomCatalogBnr__bt .c-linkBtn {
    height: 60px;
  }
}

.hirayaHl {
  margin: 140px 0;
}

@media screen and (max-width: 767px) {
  .hirayaHl {
    margin: 80px 0 0;
  }
}

.hirayaHl__in {
  display: flex;
  column-gap: 5px;
}

@media screen and (max-width: 767px) {
  .hirayaHl__in {
    flex-direction: column;
    row-gap: 73px;
  }
}

.hirayaHl__bx {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768px) {
  .hirayaHl__bx {
    width: 50%;
  }
}

.hirayaHl__bx__tt {
  margin: 0 0 24px;
  color: #222;
  font-size: 24px;
  line-height: calc(36 / 24);
  font-weight: 500;
  text-align: center;
  letter-spacing: calc(2 / 24 * 1em);
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__tt {
    margin: 0 0 16px;
    font-size: clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
    line-height: calc(30 / 20);
    letter-spacing: calc(1 / 20 * 1em);
  }
}

.hirayaHl__bx__p > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: clamp(342px / 1440 * 1140, 342 / 1440 * 100vw, 410.4px);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__p > a {
    height: clamp(178px, 178 / 375 * 100vw, 178px * 1.4);
  }
}

@media print, screen and (min-width: 768px) {
  .hirayaHl__bx__p > a:hover .hirayaHl__bx__p__bg {
    transform: scale(1.1);
  }
}

.hirayaHl__bx__p__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}

.hirayaHl__bx__p__bg picture,
.hirayaHl__bx__p__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.hirayaHl__bx__p__bg img {
  object-fit: cover;
}

.hirayaHl__bx__p__lg {
  position: relative;
  width: 224px;
  margin: 0 auto;
}

.hirayaHl__bx__p__lg img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .hirayaHl__bx__p__lg {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__p__lg {
    width: 150px;
  }
}

.hirayaHl__bx__p__t {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(26 / 20);
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .hirayaHl__bx__p__t {
    padding: 5px 0 0;
    letter-spacing: calc(2 / 20 * 1em);
  }
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__p__t {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}

.hirayaHl__bx__p__in {
  position: relative;
  width: 334px;
  height: 162px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__p__in {
    width: 260px;
    height: 124px;
  }
}

.hirayaHl__bx__p__in .c-linkBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .hirayaHl__bx__p__in .c-linkBtn {
    height: 60px;
  }
}

.hirayaIl {
  margin: 140px auto;
}

@media screen and (max-width: 767px) {
  .hirayaIl {
    margin: 80px auto 0;
  }
}

.hirayaIl:first-child {
  margin-top: 0 !important;
}

.hirayaIl .hirayaIl__in {
  border: #e1e1e1 1px solid;
  max-width: 905px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hirayaIl .hirayaIl__in {
    border-left: none;
    border-right: none;
  }
}

.hirayaIl .hirayaIl__in > a {
  display: flex;
}

.hirayaIl__p {
  flex: 0 0 auto;
  position: relative;
  width: 66.85083%;
  aspect-ratio: 605 / 280;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hirayaIl__p {
    width: 61.33333%;
    min-width: calc(100% - 220px);
    aspect-ratio: 230 / 160;
  }
}

.hirayaIl__p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .hirayaIl__p img {
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  a:hover .hirayaIl__p img {
    transform: scale(1.1);
  }
}

.hirayaIl__i {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  background: #fff;
}

.hirayaIl__i__in {
  width: 100%;
  padding: 29px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__in {
    padding: 0;
  }
}

.hirayaIl__i__tt {
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt {
    margin: 0 0 clamp(15px / 375 * 320, 15 / 375 * 100vw, 15px);
  }
}

.hirayaIl__i__tt > span {
  display: block;
  text-align: center;
  color: #222;
}

.hirayaIl__i__tt > span.is-s {
  margin: 0 0 1px;
  font-size: 17px;
  line-height: calc(21 / 17);
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt > span.is-s {
    font-size: clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
    line-height: calc(24 / 12);
  }
}

.hirayaIl__i__tt > span.is-s2 {
  margin: 0 0 1px;
  font-size: 17px;
  line-height: calc(21 / 17);
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt > span.is-s2 {
    font-size: clamp(10px / 375 * 320, 10 / 375 * 100vw, 12px);
    line-height: calc(15 / 10);
  }
}

.hirayaIl__i__tt > span.is-l {
  font-size: 32px;
  font-weight: 500;
  line-height: calc(46 / 32);
  letter-spacing: calc(3.2 / 32 * 1em);
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt > span.is-l {
    margin: clamp(-4px, -4 / 375 * 100vw, -4px / 375 * 320) 0 0;
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
    line-height: calc(35 / 24);
    letter-spacing: 0;
  }
}

.hirayaIl__i__tt > span.is-l2 {
  font-size: 32px;
  font-weight: 500;
  line-height: calc(46 / 32);
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt > span.is-l2 {
    margin: clamp(1px / 375 * 320, 1 / 375 * 100vw, 1px) 0 clamp(-7px, -7 / 375 * 100vw, -7px / 375 * 320);
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 22.4px);
    line-height: calc(23 / 16);
    letter-spacing: .05em;
  }
}

.hirayaIl__i__tt > span.is-m {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(21 / 20);
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__tt > span.is-m {
    margin: clamp(-2px, -2 / 375 * 100vw, -2px / 375 * 320) 0 clamp(-9px, -9 / 375 * 100vw, -9px / 375 * 320);
    font-size: clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
    line-height: calc(24 / 12);
  }
}

.hirayaIl__i__b {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__b {
    padding: 0 clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
  }
}

.hirayaIl__i__b .c-linkBtn {
  height: 60px;
}

.hirayaIl__i__b .c-linkBtn > span.is-t {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hirayaIl__i__b .c-linkBtn {
    max-width: clamp(120px / 375 * 320, 120 / 375 * 100vw, 120px);
    height: clamp(29px / 375 * 320, 29 / 375 * 100vw, 29px);
    margin: 0 auto;
  }
  .hirayaIl__i__b .c-linkBtn > span.is-t {
    font-size: clamp(13px / 375 * 320, 13 / 375 * 100vw, 13px);
    line-height: 1;
  }
  .hirayaIl__i__b .c-linkBtn > span.c-angle01 {
    display: none;
  }
}
