@charset "UTF-8";
.block {
    display: block
}
.hidden {
    display: none
}

.-store {
  display: block;
}
a{
  background-color: none!important;
}
.FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, calc(20 * var(--base)), 0);
}
.FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.FadeSlideDown {
  opacity: 0;
  transform: translate3d(0, calc(-20 * var(--base)), 0);
}
.FadeSlideDown.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.ZoomOut {
  opacity: 0;
  transform: scale(1.25) rotate(2deg);
}
.ZoomOut.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, transform 1.2s;
}
.SlideUp {
  overflow: hidden;
}
.SlideUp.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SlideUp > * {
  transform: translate3d(0, 100%, 0);
}
.SlideLeft {
  overflow: hidden;
}
.SlideLeft.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SlideLeft > * {
  transform: translate3d(100%, 0, 0);
}
.OverlaySlideLeft {
  position: relative;
  overflow: hidden;
}
.OverlaySlideLeft.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(-100%, 0, 0);
}
.OverlaySlideLeft::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.OverlaySlideRight {
  position: relative;
  overflow: hidden;
}
.OverlaySlideRight.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(100%, 0, 0);
}
.OverlaySlideRight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.SplitSlideUp {
  display: block;
  overflow: hidden;
}
.SplitSlideUp.-active > span {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SplitSlideUp > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}
.SplitSlideUp > span:nth-child(2) {
  transition-delay: 0.05s;
}
.SplitSlideUp > span:nth-child(3) {
  transition-delay: 0.1s;
}
.SplitSlideUp > span:nth-child(4) {
  transition-delay: 0.15s;
}
.SplitSlideUp > span:nth-child(5) {
  transition-delay: 0.2s;
}
.SplitSlideUp > span:nth-child(6) {
  transition-delay: 0.25s;
}
.SplitSlideUp > span:nth-child(7) {
  transition-delay: 0.3s;
}
.SplitSlideUp > span:nth-child(8) {
  transition-delay: 0.35s;
}
.SplitSlideUp > span:nth-child(9) {
  transition-delay: 0.4s;
}
.SplitSlideUp > span:nth-child(10) {
  transition-delay: 0.45s;
}
.SplitSlideUp > span:nth-child(11) {
  transition-delay: 0.5s;
}
.SplitSlideUp > span:nth-child(12) {
  transition-delay: 0.55s;
}
.SplitSlideUp > span:nth-child(13) {
  transition-delay: 0.6s;
}
.SplitSlideUp > span:nth-child(14) {
  transition-delay: 0.65s;
}
.SplitSlideUp > span:nth-child(15) {
  transition-delay: 0.7s;
}
.SplitSlideUp > span:nth-child(16) {
  transition-delay: 0.75s;
}
.SplitSlideUp > span:nth-child(17) {
  transition-delay: 0.8s;
}
.SplitSlideUp > span:nth-child(18) {
  transition-delay: 0.85s;
}
.SplitSlideUp > span:nth-child(19) {
  transition-delay: 0.9s;
}
.SplitSlideUp > span:nth-child(20) {
  transition-delay: 0.95s;
}
.DrawMarker {
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
.DrawMarker.-active {
  transition: background-size 0.6s;
  background-size: 100% 100%;
}
.ZoomInBack {
  opacity: 0;
  transform: scale(0);
}
.ZoomInBack.-active {
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}
.Zooming {
  animation: zooming 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
@keyframes zooming {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}
.BG {
  width: calc(50% - 243.75px);
  height: 100%;
  position: fixed;
  top: 0;
  z-index:0;
  pointer-events: none;
  background: #f0f0f2;
}
.BG.-left {
  left: 0;
}
.BG.-right {
  right: 0;
}
.BG_img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
  opacity: 0 !important;
  transition: 1s !important;
}
[data-waypoint-current=kv] .BG_img.-l1 {
  visibility: visible;
  opacity: 1 !important;
}
[data-waypoint-current=kv] .BG_img.-r1 {
  visibility: visible;
  opacity: 1 !important;
}
.BG_img.-l2 {
  visibility: visible;
  opacity: 1 !important;
  z-index: -1;
}
.Button {
  display: grid;
  place-content: center;
  width: 100%;
  height: calc(60 * var(--base));
  position: relative;
  text-align: center;
  font-size: calc(14 * var(--base));
  line-height: 1.25;
  cursor: pointer;
}
.Button.-fill {
  color: #fff;
  background-color: #f57056;
}
.Button.-fill svg {
  fill: #fff;
}
@media (any-hover: hover) {
  .Button.-fill {
    transition: background-color 0.4s;
  }
  .Button.-fill:hover {
    background-color: #f6846e;
  }
}
.Button.-stroke {
  color: #333;
  background-color: #fff;
  border: calc(1 * var(--base)) solid #333;
  border-radius: calc(5 * var(--base));
}
.Button.-stroke svg {
  fill: #333;
}
.Button.-next svg {
  width: calc(8 * var(--base));
  height: calc(14 * var(--base));
  position: absolute;
  top: 0;
  right: calc(20 * var(--base));
  bottom: 0;
  margin: auto;
}
@media (any-hover: hover) {
  .Button.-next svg {
    transition: transform 0.4s;
  }
  .Button.-next:hover svg {
    transform: translate3d(calc(8 * var(--base)), 0, 0);
  }
}
.Button.-down svg {
  width: calc(13 * var(--base));
  height: calc(7 * var(--base));
  position: absolute;
  top: 0;
  right: calc(15 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #000;
}
.Button.-cart {
  height: calc(38 * var(--base));
  font-size: calc(12 * var(--base));
  border: none;
  border-radius: calc(5 * var(--base));
}
.Button.-detail {
  height: calc(40 * var(--base));
  border-radius: calc(5 * var(--base));
}
.Button.-list {
  border-radius: calc(8 * var(--base));
}
.Button.-size {
  border-radius: calc(8 * var(--base));
}
.Button.-roundedFull {
  border-radius: calc(99 * var(--base));
}
.FloatMenu {
  visibility: hidden;
  opacity: 0;
  display: grid;
  place-content: center;
  width: calc(100 * var(--base));
  height: calc(100 * var(--base));
  position: fixed;
  left: calc(50% + calc(67 * var(--base)));
  bottom: calc(20 * var(--base));
  z-index: 11;
  background-color: #2f9cdb;
  border: calc(2 * var(--base)) solid #fff;
  border-radius: calc(100 * var(--base));
  transform: translate3d(calc(16 * var(--base)), 0, 0);
  transition: 0.4s;
}
@media (any-hover: hover) {
  .FloatMenu {
    transition: 0.4s;
  }
  .FloatMenu:hover {
    background-color: #5ab1e3;
  }
}
.FloatMenu.-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.FloatMenu_icon {
  display: block;
  width: calc(36 * var(--base));
  height: calc(36 * var(--base));
  margin: auto;
  fill: #fff;
}
.FloatMenu_text {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
.Holder {
  width: calc(375 * var(--base));
  position: relative;
  z-index: 2;
  margin: -653px auto 0;
  background-color: #fff;
  box-shadow: 0 0 calc(12 * var(--base)) rgba(0, 0, 0, 0.1);
}
.Inner {
  position: relative;
  padding-right: calc(20 * var(--base));
  padding-left: calc(20 * var(--base));
  margin-right: auto;
  margin-left: auto;
}
.Intro {
  padding: calc(40 * var(--base)) 0;
}
.Intro_text {
  text-align: center;
  font-size: calc(14 * var(--base));
}
.KV {
  height: calc(375 * var(--base));
  position: relative;
  z-index: 1;
  background-color: #2f9cdb;
  overflow: hidden;
}
.KV_img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  opacity: 0;
}
.KV_img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.KV_img:nth-child(2) {
  transform: translate3d(0, 5%, 0);
}
.KV_img:nth-child(3) {
  transform: translate3d(0, 5%, 0);
}
.KV_img:nth-child(4) {
  transform: translate3d(-10%, 0, 0);
}
.KV_img:nth-child(5) {
  transform: scale(1.2);
}
.KV_img:nth-child(6) {
  transform: scale(1.2);
}
.KV_img:nth-child(7) {
  transform: scale(1.2);
}
.KV_img:nth-child(8) {
  transform: scale(1.2);
}
@keyframes elastic {
  0% {
    transform: scale(0);
  }
  16% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.9);
  }
  44% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.KV.-active .KV_img {
  opacity: 1;
}
.KV.-active .KV_img:nth-child(1) {
  animation: elastic 2s both;
}
.KV.-active .KV_img:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.4s;
}
.KV.-active .KV_img:nth-child(3) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.5s;
}
.KV.-active .KV_img:nth-child(4) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.6s;
}
.KV.-active .KV_img:nth-child(5) {
  transform: scale(1);
  transition: 0.4s;
  transition-delay: 0.7s;
}
.KV.-active .KV_img:nth-child(6) {
  transform: scale(1);
  transition: 0.4s;
  transition-delay: 0.8s;
}
.KV.-active .KV_img:nth-child(7) {
  transform: scale(1);
  transition: 0.4s;
  transition-delay: 0.9s;
}
.KV.-active .KV_img:nth-child(8) {
  transform: scale(1);
  transition: 0.4s;
  transition-delay: 1s;
}
.LeftMenu {
  width: 296px;
  height: 278px;
  position: fixed;
  top: calc(50vh - 139px);
  left: calc(50vw - 243.75px - (100vw - 487.5px) / 4 - 148px);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
}
[data-tab-current=women] .LeftMenu.-women {
  visibility: visible;
  opacity: 1;
}
[data-tab-current=men] .LeftMenu.-men {
  visibility: visible;
  opacity: 1;
}
.LeftMenu_body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-bottom: 32px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: 0.5s;
}
[data-waypoint-current=womenMaker] .LeftMenu_body.-womenMaker {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenGovernment] .LeftMenu_body.-womenGovernment {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenFinance] .LeftMenu_body.-womenFinance {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenRetail] .LeftMenu_body.-womenRetail {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenService1] .LeftMenu_body.-womenService1 {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenService2] .LeftMenu_body.-womenService2 {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenTrading] .LeftMenu_body.-womenTrading {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenInfrastructure] .LeftMenu_body.-womenInfrastructure {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenIt] .LeftMenu_body.-womenIt {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=womenPublishing] .LeftMenu_body.-womenPublishing {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menMaker] .LeftMenu_body.-menMaker {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menGovernment] .LeftMenu_body.-menGovernment {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menFinance] .LeftMenu_body.-menFinance {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menRetail] .LeftMenu_body.-menRetail {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menService1] .LeftMenu_body.-menService1 {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menService2] .LeftMenu_body.-menService2 {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menTrading] .LeftMenu_body.-menTrading {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menInfrastructure] .LeftMenu_body.-menInfrastructure {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menIt] .LeftMenu_body.-menIt {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-waypoint-current=menPublishing] .LeftMenu_body.-menPublishing {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.LeftMenu_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #fff;
  background-color: #2f9cdb;
}
.LeftMenu_titleIcon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 99px;
}
.LeftMenu_titleIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.LeftMenu_titleLabel {
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}
.LeftMenu_titleDetail {
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  padding-left: 9px;
  margin-left: 9px;
}
.LeftMenu_titleDetail::before {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.LeftMenu_text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
}
.LeftMenu_link {
  display: grid;
  place-content: center;
  width: 176px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 99px;
  margin: 16px auto;
}
.LeftMenu_link.-visit {
  background-color: #32a68f;
}
.LeftMenu_link.-office {
  background-color: #f7c419;
}
@media (any-hover: hover) {
  .LeftMenu_link {
    transition: 0.4s;
  }
  .LeftMenu_link.-visit:hover {
    background-color: #38baa0;
  }
  .LeftMenu_link.-office:hover {
    background-color: #f9d14a;
  }
}
.Lineup {
  padding-bottom: calc(60 * var(--base));
  background-color: #dfecf7;
}
.Lineup_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(60 * var(--base));
  color: #fff;
  background-color: #2f9cdb;
}
.Lineup_title.-active .Lineup_titleIcon {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1);
}
.Lineup_title.-active .Lineup_titleLabel {
  transition: 0.4s 0.1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.Lineup_titleIcon {
  width: calc(44 * var(--base));
  height: calc(44 * var(--base));
  background-color: #fff;
  border-radius: calc(99 * var(--base));
  transform: scale(0);
}
.Lineup_titleIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.Lineup_titleLabel {
  font-size: calc(24 * var(--base));
  font-weight: 700;
  margin-left: calc(8 * var(--base));
  opacity: 0;
  transform: translate3d(calc(16 * var(--base)), 0, 0);
}
.Lineup_titleDetail {
  position: relative;
  font-size: calc(12 * var(--base));
  line-height: 1.666;
  padding-left: calc(12 * var(--base));
  margin-left: calc(12 * var(--base));
}
.Lineup_titleDetail::before {
  content: "";
  width: calc(2 * var(--base));
  height: calc(34 * var(--base));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.Lineup_text {
  text-align: justify;
  margin-top: calc(32 * var(--base));
}
.Lineup_menu {
  margin: calc(32 * var(--base)) 0;
}
.Lineup_menuTitle {
  text-align: center;
  font-size: calc(18 * var(--base));
  font-weight: 700;
}
.Lineup_menuList {
  margin-top: calc(12 * var(--base));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(12 * var(--base));
}
.Lineup_menuLink {
  display: grid;
  place-content: center;
  height: calc(40 * var(--base));
  color: #fff;
  border-radius: calc(99 * var(--base));
}
.Lineup_menuLink.-visit {
  background-color: #32a68f;
}
.Lineup_menuLink.-office {
  background-color: #f7c419;
}
@media (any-hover: hover) {
  .Lineup_menuLink {
    transition: 0.4s;
  }
  .Lineup_menuLink.-visit:hover {
    background-color: #38baa0;
  }
  .Lineup_menuLink.-office:hover {
    background-color: #f9d14a;
  }
}
.Lineup_notice {
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  font-size: calc(12 * var(--base));
  line-height: 1.5;
  margin-top: calc(20 * var(--base));
  margin-bottom: calc(-28 * var(--base));
}
.Lineup_notice::before {
  content: "※";
}
.LineupDetail {
  padding: calc(32 * var(--base)) 0;
  margin-top: calc(20 * var(--base));
  background-color: #fff;
}
.LineupDetail_icon {
  display: block;
  width: calc(44 * var(--base));
  height: calc(44 * var(--base));
  margin: auto;
}
.LineupDetail_title {
  text-align: center;
  font-size: calc(18 * var(--base));
  font-weight: 700;
  line-height: 1.5;
}
.LineupDetail_title em {
  display: block;
  font-size: calc(23 * var(--base));
  font-weight: 700;
}
.LineupDetail_title span {
  display: block;
  font-size: calc(11 * var(--base));
  font-weight: 400;
  color: #333;
  margin-bottom: calc(4 * var(--base));
}
.LineupDetail_slider {
  position: relative;
  margin-top: calc(16 * var(--base));
}
.page .LineupDetail_prev,
.page .LineupDetail_next {
  width: calc(32 * var(--base));
  height: calc(32 * var(--base));
  top: calc(321 * var(--base));
  margin-top: 0;
  background-color: #fff;
  border: calc(1 * var(--base)) solid #333;
  border-radius: calc(99 * var(--base));
}
@media (any-hover: hover) {
  .LineupDetail_prev, .LineupDetail_next {
    transition: 0.4s;
  }
}

main .swiper-button-next.LineupDetail_next:after,
main .swiper-button-prev.LineupDetail_prev:after {
  content: none!important;
}

.LineupDetail_prev svg, .LineupDetail_next svg {
  width: calc(9 * var(--base));
  height: calc(15 * var(--base));
  fill: #333;
}
.LineupDetail_prev::after, .LineupDetail_next::after {
  content: none;
}
.LineupDetail_prev {
  left: calc(20 * var(--base));
}
.LineupDetail_prev svg {
  margin-right: calc(3 * var(--base));
}
@media (any-hover: hover) {
  .LineupDetail_prev:hover {
    transform: translate3d(calc(-8 * var(--base)), 0, 0);
  }
}
.LineupDetail_next {
  right: calc(20 * var(--base));
}
.LineupDetail_next svg {
  margin-left: calc(1 * var(--base));
}
@media (any-hover: hover) {
  .LineupDetail_next:hover {
    transform: translate3d(calc(8 * var(--base)), 0, 0);
  }
}
.LineupDetail_imgHolder {
  position: relative;
  margin: calc(12 * var(--base)) calc(32 * var(--base)) 0;
}
.LineupDetail_rankHolder {
  width: calc(52 * var(--base));
  height: calc(68 * var(--base));
  position: absolute;
  top: 0;
  left: calc(12 * var(--base));
}
.LineupDetail_rank {
  aspect-ratio: 13/17;
}
.LineupDetail_img {
  aspect-ratio: 15/22;
}
.LineupDetail_catch {
  display: grid;
  place-content: center;
  height: calc(32 * var(--base));
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #333;
  margin: calc(16 * var(--base)) calc(20 * var(--base)) 0;
}
.LineupDetail_catch.-sm {
  font-size: calc(12 * var(--base));
}
.LineupDetail_text {
  min-height: calc(98 * var(--base));
  text-align: justify;
  margin: calc(16 * var(--base)) calc(20 * var(--base)) 0;
}
.LineupDetail_text.-narrow {
  min-height: calc(74 * var(--base));
}
.LineupDetail_text.-wide {
  min-height: calc(123 * var(--base));
}
.LineupDetail_body {
  padding-bottom: calc(1 * var(--base));
}
.LineupDetail_body.-suitDarkTie .LineupDetail_title {
  color: #7c60c7;
}
.LineupDetail_body.-suitDarkTie .LineupDetail_catch {
  background-color: #7c60c7;
}
.LineupDetail_body.-suitDarkTie .Title::before {
  background-color: #7c60c7;
}
.LineupDetail_body.-suitLightTie .LineupDetail_title {
  color: #b5a4e5;
}
.LineupDetail_body.-suitLightTie .LineupDetail_catch {
  background-color: #b5a4e5;
}
.LineupDetail_body.-suitLightTie .Title::before {
  background-color: #b5a4e5;
}
.LineupDetail_body.-suitDarkCollar .LineupDetail_title {
  color: #4165d9;
}
.LineupDetail_body.-suitDarkCollar .LineupDetail_catch {
  background-color: #4165d9;
}
.LineupDetail_body.-suitDarkCollar .Title::before {
  background-color: #4165d9;
}
.LineupDetail_body.-suitLightCollar .LineupDetail_title {
  color: #899fe9;
}
.LineupDetail_body.-suitLightCollar .LineupDetail_catch {
  background-color: #899fe9;
}
.LineupDetail_body.-suitLightCollar .Title::before {
  background-color: #899fe9;
}
.LineupDetail_body.-suitDarkCasual .LineupDetail_title {
  color: #008bd8;
}
.LineupDetail_body.-suitDarkCasual .LineupDetail_catch {
  background-color: #008bd8;
}
.LineupDetail_body.-suitDarkCasual .Title::before {
  background-color: #008bd8;
}
.LineupDetail_body.-suitLightCasual .LineupDetail_title {
  color: #81c8f0;
}
.LineupDetail_body.-suitLightCasual .LineupDetail_catch {
  background-color: #81c8f0;
}
.LineupDetail_body.-suitLightCasual .Title::before {
  background-color: #81c8f0;
}
.LineupDetail_body.-jacketCasual .LineupDetail_title {
  color: #c73d8c;
}
.LineupDetail_body.-jacketCasual .LineupDetail_catch {
  background-color: #c73d8c;
}
.LineupDetail_body.-jacketCasual .Title::before {
  background-color: #c73d8c;
}
.LineupDetail_body.-jacketCollar .LineupDetail_title {
  color: #c75125;
}
.LineupDetail_body.-jacketCollar .LineupDetail_catch {
  background-color: #c75125;
}
.LineupDetail_body.-jacketCollar .Title::before {
  background-color: #c75125;
}
.LineupDetail_body.-nonjacketCasual .LineupDetail_title {
  color: #c9d810;
}
.LineupDetail_body.-nonjacketCasual .LineupDetail_catch {
  background-color: #c9d810;
}
.LineupDetail_body.-nonjacketCasual .Title::before {
  background-color: #c9d810;
}
.LineupDetail_body.-nonjacketCollar .LineupDetail_title {
  color: #8ac61a;
}
.LineupDetail_body.-nonjacketCollar .LineupDetail_catch {
  background-color: #8ac61a;
}
.LineupDetail_body.-nonjacketCollar .Title::before {
  background-color: #8ac61a;
}
.LineupDetail_body.-casual .LineupDetail_title {
  color: #f0ae53;
}
.LineupDetail_body.-casual .LineupDetail_catch {
  background-color: #f0ae53;
}
.LineupDetail_body.-casual .Title::before {
  background-color: #f0ae53;
}
.LineupCoordinate {
  padding-top: calc(20 * var(--base));
  margin: calc(20 * var(--base)) calc(20 * var(--base)) 0;
  border-top: calc(1 * var(--base)) dotted #333;
}
.LineupCoordinate_slider {
  position: relative;
  margin: calc(16 * var(--base)) calc(-20 * var(--base)) 0 0;
}
.page .LineupCoordinate_prev, 
.page .LineupCoordinate_next {
  width: calc(32 * var(--base));
  height: calc(32 * var(--base));
  top: calc(50% - calc(16 * var(--base)));
  margin-top: 0;
  background-color: #fff;
  border: calc(1 * var(--base)) solid #333;
  border-radius: calc(99 * var(--base));
}
.page .LineupCoordinate_prev:after, 
.page .LineupCoordinate_next:after {
    content: none!important;
}
@media (any-hover: hover) {
  .page .LineupCoordinate_prev, .page .LineupCoordinate_next {
    transition: 0.4s;
  }
}
.page .LineupCoordinate_prev svg, .page .LineupCoordinate_next svg {
  width: calc(9 * var(--base));
  height: calc(15 * var(--base));
  fill: #333;
}
.page .LineupCoordinate_prev::after, .page .LineupCoordinate_next::after {
  content: none;
}
.page .LineupCoordinate_prev {
  left: calc(-8 * var(--base));
}
.page .LineupCoordinate_prev svg {
  margin-right: calc(3 * var(--base));
}
@media (any-hover: hover) {
  .page .LineupCoordinate_prev:hover {
    transform: translate3d(calc(-8 * var(--base)), 0, 0);
  }
}
.page .LineupCoordinate_next {
  right: calc(12 * var(--base));
}
.page .LineupCoordinate_next svg {
  margin-left: calc(1 * var(--base));
}
@media (any-hover: hover) {
  .page .LineupCoordinate_next:hover {
    transform: translate3d(calc(8 * var(--base)), 0, 0);
  }
}
.LineupCoordinate_products {
  display: flex;
  justify-content: center;
  gap: calc(20 * var(--base));
  margin-top: calc(16 * var(--base));
}
.LineupCoordinate_products > li {
  width: calc(137.5 * var(--base));
}
.Loading {
  --base: 1.3px;
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.Loading.-inactive {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  pointer-events: none;
}
.Loading_logo {
  width: calc(250 * var(--base));
}
.Loading_items {
  display: flex;
  margin: calc(16 * var(--base)) auto 0;
  gap: calc(7 * var(--base));
}
.Loading_item {
  width: calc(7 * var(--base));
  height: calc(7 * var(--base));
  background-color: #2f9cdb;
  border-radius: calc(99 * var(--base));
  transform: scale(0);
  animation: scaling 2s infinite;
}
.Loading_item:nth-child(2) {
  animation-delay: 0.1s;
}
.Loading_item:nth-child(3) {
  animation-delay: 0.2s;
}
.Loading_item.-inactive {
  animation: none;
}
@keyframes scaling {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
.Menu {
  padding: calc(60 * var(--base)) 0;
}
.Menu_title {
  display: grid;
  place-content: center;
  height: calc(68 * var(--base));
  position: relative;
  padding-bottom: calc(6 * var(--base));
}
.Menu_title span {
  position: relative;
  z-index: 2;
  font-size: calc(18 * var(--base));
  font-weight: 900;
}
.Menu_title svg {
  display: block;
  width: 100%;
  height: calc(68 * var(--base));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.Menu_check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: calc(4 * var(--base));
  margin-top: calc(12 * var(--base));
}
.Menu_check.-active::before {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}
.Menu_check::before {
  content: "";
  width: calc(200 * var(--base));
  height: calc(2 * var(--base));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f7c419;
  transform: scaleX(0);
  transform-origin: left;
}
.Menu_check svg {
  width: calc(24 * var(--base));
  height: calc(24 * var(--base));
  fill: #333;
  margin-right: calc(4 * var(--base));
}
.Menu_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: calc(8 * var(--base));
       column-gap: calc(8 * var(--base));
  row-gap: calc(12 * var(--base));
  margin-top: calc(16 * var(--base));
}
.Menu_link {
  display: grid;
  grid-template-columns: calc(44 * var(--base)) 1fr;
  place-content: center;
  gap: calc(6 * var(--base));
  height: calc(60 * var(--base));
  position: relative;
  padding: 0 calc(12 * var(--base));
  font-size: calc(14 * var(--base));
  line-height: 1.4;
  color: #fff;
  background-color: #2f9cdb;
  border-radius: calc(8 * var(--base));
}
@media (any-hover: hover) {
  .Menu_link {
    transition: 0.4s;
  }
  .Menu_link:hover {
    background-color: #5ab1e3;
  }
}
.Menu_link.-comingSoon {
  pointer-events: none;
}
.Menu_link.-comingSoon::after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: calc(14 * var(--base));
  font-weight: 700;
  line-height: 1;
  padding-top: calc(32 * var(--base));
  background-color: rgba(51, 51, 51, 0.75);
  border-radius: calc(8 * var(--base));
}
.Menu_link.-jul::before, .Menu_link.-aug::before {
  content: "7月公開予定";
  position: absolute;
  top: calc(14 * var(--base));
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
  font-size: calc(12 * var(--base));
  line-height: 1;
}
.Menu_link.-jul::before {
  content: "7月公開予定";
}
.Menu_link.-aug::before {
  content: "8月公開予定";
}
.Menu_icon {
  width: calc(44 * var(--base));
  height: calc(44 * var(--base));
  background-color: #fff;
  border-radius: calc(99 * var(--base));
}
.Menu_icon svg {
  display: block;
  width: calc(44 * var(--base));
  height: calc(44 * var(--base));
  position: relative;
  z-index: 1;
}
.Menu_label {
  align-self: center;
}
.Menu_label span {
  display: block;
  font-size: calc(10 * var(--base));
  letter-spacing: 0;
  white-space: nowrap;
}
.Menu_logoHolder {
  width: calc(223 * var(--base));
  margin: calc(16 * var(--base)) auto calc(8 * var(--base));
}
.Menu_logoHolder a {
  display: block;
}
@media (any-hover: hover) {
  .Menu_logoHolder a {
    transition: 0.4s;
  }
  .Menu_logoHolder a:hover {
    opacity: 0.7;
  }
}
.Menu_text {
  text-align: center;
  margin-top: calc(8 * var(--base));
}
.fixedMenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.Product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.Product.-comingSoon .Product_upper span {
  display: block;
  position: relative;
  pointer-events: none;
}
.Product.-comingSoon .Product_upper span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.Product.-comingSoon .Button {
  pointer-events: none;
}
.Product.-comingSoon .Button.-stroke {
  border: none;
}
.Product_img {
  aspect-ratio: 29/49;
}
.Product_name {
  text-align: center;
  line-height: 1.6;
  margin-top: calc(8 * var(--base));
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.Product_price {
  text-align: center;
  line-height: 1.25;
  margin-top: calc(8 * var(--base));
}
.Product_price s {
  display: block;
  font-size: calc(12 * var(--base));
}
.Product_price span {
  display: block;
  margin-top: calc(5 * var(--base));
  color: #f00;
}
.Product_price.-soldout {
  color: #f00;
}
.Product_soldout {
  height: calc(40 * var(--base));
  display: grid;
  place-content: center;
  line-height: 1;
  margin-top: calc(12 * var(--base));
}
.Product .Button {
  margin-top: calc(12 * var(--base));
}
@media (any-hover: hover) {
  .Product .Button:hover svg {
    transform: translate3d(calc(4 * var(--base)), 0, 0);
  }
}
.Product .Button.-next svg {
  width: calc(6 * var(--base));
  height: calc(10 * var(--base));
  right: calc(10 * var(--base));
}
.SideMenu {
  width: 360px;
  height: 568px;
  position: sticky;
  top: calc(50% - 284px);
  margin-left: calc(50vw + 243.75px + (100vw - 487.5px) / 4 - 180px);
  margin-bottom: 90px;
  z-index: 1;
}
.SideMenu_body {
  visibility: hidden;
  opacity: 0;
}
[data-tab-current=women] .SideMenu_body.-women {
  visibility: visible;
  opacity: 1;
}
[data-tab-current=men] .SideMenu_body.-men {
  visibility: visible;
  opacity: 1;
}
.SideMenu_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}
[data-waypoint-current=womenMaker] .SideMenu_nav.-women, [data-waypoint-current=womenGovernment] .SideMenu_nav.-women, [data-waypoint-current=womenFinance] .SideMenu_nav.-women, [data-waypoint-current=womenRetail] .SideMenu_nav.-women, [data-waypoint-current=womenService1] .SideMenu_nav.-women, [data-waypoint-current=womenService2] .SideMenu_nav.-women, [data-waypoint-current=womenTrading] .SideMenu_nav.-women, [data-waypoint-current=womenInfrastructure] .SideMenu_nav.-women, [data-waypoint-current=womenIt] .SideMenu_nav.-women, [data-waypoint-current=womenPublishing] .SideMenu_nav.-women {
  visibility: visible;
  opacity: 1;
}
[data-waypoint-current=menMaker] .SideMenu_nav.-men, [data-waypoint-current=menGovernment] .SideMenu_nav.-men, [data-waypoint-current=menFinance] .SideMenu_nav.-men, [data-waypoint-current=menRetail] .SideMenu_nav.-men, [data-waypoint-current=menService1] .SideMenu_nav.-men, [data-waypoint-current=menService2] .SideMenu_nav.-men, [data-waypoint-current=menTrading] .SideMenu_nav.-men, [data-waypoint-current=menInfrastructure] .SideMenu_nav.-men, [data-waypoint-current=menIt] .SideMenu_nav.-men, [data-waypoint-current=menPublishing] .SideMenu_nav.-men {
  visibility: visible;
  opacity: 1;
}
.SideMenu_title {
  text-align: center;
  font-size: 16px;
}
.SideMenu_check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.SideMenu_check span {
  font-size: 16px;
}
.SideMenu_check::before {
  content: "";
  width: 220px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f7c419;
}
.SideMenu_check svg {
  width: 24px;
  height: 24px;
  fill: #333;
  margin-right: 4px;
}
.SideMenu_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 16px;
}
.SideMenu_link {
  display: grid;
  grid-template-columns: 48px 1fr;
  place-content: center;
  gap: 8px;
  height: 64px;
  position: relative;
  padding: 8px 0 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #2f9cdb!important;
  border-radius: 8px;
  border: none!important;
}
@media (any-hover: hover) {
  .SideMenu_link {
    transition: 0.4s;
  }
  .SideMenu_link:hover {
    background-color: #5ab1e3;
  }
}
.SideMenu_link.-comingSoon {
  pointer-events: none;
}
.SideMenu_link.-comingSoon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.75);
  border-radius: 8px;
}
.SideMenu_icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 99px;
}
.SideMenu_icon svg {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
}
.SideMenu_label {
  align-self: center;
  line-height: 1.4;
}
.SideMenu_label span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}
.SideMenu_logoHolder {
  width: 200px;
  margin: 16px auto 0;
}
.SideMenu_logoHolder a {
  display: block;
}
@media (any-hover: hover) {
  .SideMenu_logoHolder a {
    transition: 0.4s;
  }
  .SideMenu_logoHolder a:hover {
    opacity: 0.7;
  }
}
.StyleDescription {
  padding-top: calc(32 * var(--base));
  background-color: #e6e6e6;
}
.StyleDescription_body {
  padding: calc(32 * var(--base)) calc(20 * var(--base));
  background-color: #fff;
}
.StyleDescription_text {
  margin-top: calc(16 * var(--base));
  text-align: justify;
}
.StyleDescription_category {
  position: relative;
  height: calc(432 * var(--base));
  margin-top: calc(32 * var(--base));
}
.StyleDescription_category::before, .StyleDescription_category::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}
.StyleDescription_category::before {
  width: calc(78 * var(--base));
  height: calc(1 * var(--base));
}
.StyleDescription_category::after {
  width: calc(1 * var(--base));
  height: calc(368 * var(--base));
}
.StyleDescription_categoryLabel {
  display: grid;
  place-content: center;
  height: calc(24 * var(--base));
  position: absolute;
  margin: auto;
  font-size: calc(12 * var(--base));
  line-height: 1;
  color: #fff;
  background-color: #333;
  border-radius: calc(99 * var(--base));
}
.StyleDescription_categoryLabel.-jacket {
  width: calc(125 * var(--base));
  top: 0;
  right: 0;
  left: 0;
}
.StyleDescription_categoryLabel.-nonjacket {
  width: calc(125 * var(--base));
  right: 0;
  bottom: 0;
  left: 0;
}
.StyleDescription_categoryLabel.-formal {
  width: calc(100 * var(--base));
  top: 0;
  bottom: 0;
  left: 0;
}
.StyleDescription_categoryLabel.-casual {
  width: calc(100 * var(--base));
  top: 0;
  right: 0;
  bottom: 0;
}
.StyleDescription_categoryItem {
  position: absolute;
  cursor: pointer;
}
@media (any-hover: hover) {
  .StyleDescription_categoryItem .StyleDescription_categoryIcon {
    transition: 0.4s;
  }
  .StyleDescription_categoryItem:hover .StyleDescription_categoryIcon {
    opacity: 0.7;
  }
}
.StyleDescription_categoryItem.-active .StyleDescription_tooltip {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.StyleDescription_categoryItem.-suitDarkTie {
  top: calc(44 * var(--base));
  left: 0;
}
.StyleDescription_categoryItem.-suitLightTie {
  top: calc(124 * var(--base));
  left: 0;
}
.StyleDescription_categoryItem.-suitDarkCollar {
  top: calc(44 * var(--base));
  left: calc(72 * var(--base));
}
.StyleDescription_categoryItem.-suitLightCollar {
  top: calc(124 * var(--base));
  left: calc(72 * var(--base));
}
.StyleDescription_categoryItem.-suitDarkCasual {
  top: calc(44 * var(--base));
  left: calc(163 * var(--base));
}
.StyleDescription_categoryItem.-suitLightCasual {
  top: calc(124 * var(--base));
  left: calc(163 * var(--base));
}
.StyleDescription_categoryItem.-jacketCollar {
  top: calc(44 * var(--base));
  left: calc(235 * var(--base));
}
.StyleDescription_categoryItem.-jacketCasual {
  top: calc(124 * var(--base));
  left: calc(235 * var(--base));
}
.StyleDescription_categoryItem.-nonjacketCollar {
  top: calc(248 * var(--base));
  left: calc(163 * var(--base));
}
.StyleDescription_categoryItem.-nonjacketCasual {
  top: calc(248 * var(--base));
  left: calc(235 * var(--base));
}
.StyleDescription_categoryItem.-casual {
  top: calc(328 * var(--base));
  left: calc(235 * var(--base));
}
.StyleDescription_categoryItem.-reversed .StyleDescription_tooltip {
  right: calc(-88 * var(--base));
  left: auto;
}
.StyleDescription_categoryItem.-reversed .StyleDescription_tooltipBalloon {
  transform: rotateY(180deg);
}
.StyleDescription_categoryIcon {
  width: calc(60 * var(--base));
  height: calc(60 * var(--base));
  position: absolute;
}
.StyleDescription_tooltip {
  width: calc(220 * var(--base));
  height: calc(68 * var(--base));
  position: absolute;
  bottom: calc(4 * var(--base));
  left: calc(-28 * var(--base));
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, calc(8 * var(--base)), 0);
}
.StyleDescription_tooltipText {
  display: grid;
  place-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: calc(12 * var(--base));
  line-height: 1.666;
  padding-bottom: calc(8 * var(--base));
}
.StyleDescription_tooltipBalloon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.SurveySummary {
  padding-top: calc(20 * var(--base));
  background-color: #e6e6e6;
}
.SurveySummary_body {
  padding: calc(32 * var(--base)) calc(20 * var(--base));
  background-color: #fff;
}
.SurveySummary_list {
  margin-top: calc(16 * var(--base));
  border-bottom: calc(1 * var(--base)) dotted #333;
}
.SurveySummary_item {
  padding: calc(12 * var(--base)) 0;
  border-top: calc(1 * var(--base)) dotted #333;
}
.SurveySummary_def {
  display: grid;
  grid-template-columns: calc(84 * var(--base)) 1fr;
  gap: calc(12 * var(--base));
}
.SurveySummary_defKey {
  display: grid;
  place-content: center;
  height: calc(24 * var(--base));
  font-size: calc(12 * var(--base));
  line-height: 1;
  color: #fff;
  background-color: #333;
  border-radius: calc(99 * var(--base));
}
.SurveySummary_defValue {
  font-size: calc(12 * var(--base));
}
.SurveySummary_text {
  font-size: calc(12 * var(--base));
  margin: calc(12 * var(--base)) 0;
}
.SurveySummary_notice {
  font-size: calc(12 * var(--base));
  text-indent: -1em;
  padding-left: 1em;
}
.SurveySummary_notice::before {
  content: "※";
}
.Tab_headGroup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(12 * var(--base));
  padding: 0 calc(20 * var(--base));
}
.Tab_head {
  display: grid;
  place-content: center;
  height: calc(40 * var(--base));
  position: relative;
  font-size: calc(14 * var(--base));
  font-weight: 700;
  color: #fff;
  background-color: #32a68f;
  border-radius: calc(8 * var(--base)) calc(8 * var(--base)) 0 0;
  cursor: pointer;
  transition: color 0.4s, background-color 0.4s;
}
.Tab_head::before {
  content: "";
  width: calc(52 * var(--base));
  height: calc(2 * var(--base));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #32a68f;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.Tab_head.-active {
  color: #333;
  background-color: #e6e6e6;
  pointer-events: none;
}
.Tab_head.-active::before {
  transform: scaleX(1);
}
@media (any-hover: hover) {
  .Tab_head {
    transition: 0.4s;
  }
  .Tab_head:hover {
    background-color: #38baa0;
  }
}
.Tab_bodyGroup {
  background-color: #e6e6e6;
}
.Tab_body {
  display: none;
  opacity: 0;
}
.Tab_body.-active {
  display: block;
  transition: opacity 0.4s;
}
.Title {
  position: relative;
  text-align: center;
  font-size: calc(18 * var(--base));
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: calc(10 * var(--base));
}
.Title.-active::before {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}
.Title::before {
  content: "";
  width: calc(52 * var(--base));
  height: calc(2 * var(--base));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #2f9cdb;
  transform: scaleX(0);
}
.Title.-visit::before {
  background-color: #32a68f;
}
.Title.-office::before {
  background-color: #f7c419;
}
.Title.-noTransition::before {
  transition: none;
  transform: scaleX(1);
}
.Zukan {
  padding: calc(20 * var(--base)) 0 calc(32 * var(--base));
  background-color: #e6e6e6;
}
.Zukan_body {
  padding: calc(32 * var(--base)) calc(20 * var(--base));
  background-color: #fff;
}
.Zukan_text {
  text-align: justify;
  margin-top: calc(16 * var(--base));
}
.Zukan_link {
  display: grid;
  place-content: center;
  height: calc(80 * var(--base));
  position: relative;
  margin-top: calc(16 * var(--base));
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #333;
  border-radius: calc(8 * var(--base));
}
@media (any-hover: hover) {
  .Zukan_link svg {
    transition: 0.4s;
  }
  .Zukan_link:hover svg {
    transform: translate3d(calc(6 * var(--base)), 0, 0);
  }
}
.Zukan_link svg {
  width: calc(10 * var(--base));
  height: calc(10 * var(--base));
  position: absolute;
  top: 0;
  right: calc(16 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #fff;
}
.theme-shigoto-catalog {
  --base: 1.3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 * var(--base));
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
}
.theme-shigoto-catalog::before {
  content: "";
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #d9d9d9;
  pointer-events: none;
}
.theme-shigoto-catalog *,
.theme-shigoto-catalog ::before,
.theme-shigoto-catalog ::after {
  box-sizing: border-box;
}
.theme-shigoto-catalog img {
  width: 100%;
  height: auto;
}
.theme-shigoto-catalog [data-lazy] {
  opacity: 0;
}
.theme-shigoto-catalog [data-lazy].-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
.theme-shigoto-catalog span,
.theme-shigoto-catalog em {
  vertical-align: baseline;
}
.m-footer.l-footer {
  position: relative;
  z-index: 12;
}
.pane-footer .cmn-footer{
  z-index: 11!important;
}
.block-page-top{
  z-index: 12!important;
}

.wrapper {
  overflow-x: unset;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}