@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
.pickupMenuSection .anchor--about {
  display: none;
}

.contentsHeader {
  margin-bottom: clamp(40px, 33.0769230769px + 1.9230769231vw, 70px);
}

.contentsBody {
  /* swiperなし */
}
.contentsBody .feature__img {
  width: 100%;
  border-radius: var(--borderrad);
  aspect-ratio: 1.8/1;
  overflow: hidden;
  position: relative;
  margin-bottom: clamp(5px, 3.8461538462px + 0.3205128205vw, 10px) !important;
}
.contentsBody .feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contentsBody .feature__txtWrap {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 3.8461538462px + 0.3205128205vw, 10px) !important;
}
.contentsBody .feature__ttl {
  font-size: clamp(0.9375rem, 0.9086538462rem + 0.1282051282vw, 1.0625rem) !important;
  margin-bottom: clamp(5px, 3.8461538462px + 0.3205128205vw, 10px) !important;
}
.contentsBody .feature__ttl .num {
  display: inline-block;
  margin-right: 0.5em;
}
.contentsBody .feature__txt {
  margin-top: 0;
}
.contentsBody .feature__item {
  margin-bottom: clamp(40px, 30.7692307692px + 2.5641025641vw, 80px) !important;
  padding: 0;
}
.contentsBody .feature__item:before {
  content: none;
}
@media (min-width: 75em) {
  .contentsBody .feature__img {
    aspect-ratio: 2.2/1;
  }
}
.contentsBody .staffSection .section__intro {
  margin-bottom: 40px;
}
.contentsBody .staff__list {
  list-style: none;
}
.contentsBody .staff__item {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contentsBody .staff__item:before {
  content: none;
}
.contentsBody .staff__img {
  border-radius: var(--borderrad);
}
.contentsBody .staff__copy {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem) !important;
  margin-bottom: clamp(15px, 13.8461538462px + 0.3205128205vw, 20px) !important;
}
.contentsBody .staff__position, .contentsBody .staff__name, .contentsBody .staff__licence {
  margin: 0;
  text-align: left;
  line-height: 1.8;
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem) !important;
}
.contentsBody .staff__name {
  font-weight: 500;
}
@media (min-width: 80em) {
  .contentsBody .staff__item {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .contentsBody .staff__img {
    width: 45%;
  }
  .contentsBody .staff__txtWrap {
    width: calc(55% - 40px);
  }
}
.contentsBody .representativeSection .section__img {
  max-width: 520px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.contentsBody .representativeSection .section__img img {
  border-radius: var(--borderrad);
}
.contentsBody .representativeSection .section__txtWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
.contentsBody .representativeSection .section__copy {
  font-size: clamp(1.25rem, 1.1634615385rem + 0.3846153846vw, 1.625rem) !important;
  margin-top: 0;
  margin-bottom: clamp(20px, 15.3846153846px + 1.2820512821vw, 40px);
}
.contentsBody .representativeSection .section__position {
  color: rgba(68, 68, 68, 0.8);
}
.contentsBody .representativeSection .section__name {
  font-size: clamp(1.25rem, 1.1778846154rem + 0.3205128205vw, 1.5625rem) !important;
  margin-bottom: 10px;
}
.contentsBody .representativeSection .section__name rt {
  font-size: clamp(0.5625rem, 0.5336538462rem + 0.1282051282vw, 0.6875rem) !important;
}
.contentsBody .representativeSection .section__position, .contentsBody .representativeSection .section__history {
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem) !important;
  line-height: 1.8;
}
.contentsBody .representativeSection .section__message {
  padding-bottom: 40px;
  margin-bottom: clamp(40px, 35.3846153846px + 1.2820512821vw, 60px);
  border-bottom: 1px solid var(--color-line);
}
@media (min-width: 75em) {
  .contentsBody .representativeSection .section__txtWrap {
    flex-direction: row;
  }
  .contentsBody .representativeSection .section__img {
    width: 40%;
  }
  .contentsBody .representativeSection .section__txt {
    width: calc(60% - clamp(60px, -60px + 9.375vw, 120px));
  }
  .contentsBody .representativeSection .section__message {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.contentsBody .fcRelated {
  margin-top: 100px;
}
.contentsBody .fcRelatedSection .section__intro {
  margin-bottom: 40px;
}
.contentsBody .fcRelated__list {
  margin-top: 0;
}
.contentsBody .fcRelated__item {
  padding-left: 0;
  margin-bottom: 60px;
}
.contentsBody .fcRelated__item:before {
  content: none;
}
.contentsBody .fcRelatedHeader__ttl {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem) !important;
  margin-bottom: clamp(10px, 7.6923076923px + 0.641025641vw, 20px) !important;
}
.contentsBody .fcRelated__logo {
  margin: 20px 0;
  box-sizing: border-box;
  height: clamp(40px, 37.6923076923px + 0.641025641vw, 50px);
}
.contentsBody .fcRelated__logo img {
  height: 100%;
  width: auto;
  border-radius: 0;
}
.contentsBody .fcRelated__txt {
  margin-bottom: clamp(15px, 11.5384615385px + 0.9615384615vw, 30px);
}
@media (min-width: 75em) {
  .contentsBody .fcRelated__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(40px, -80px + 9.375vw, 100px);
  }
  .contentsBody .fcRelated__item {
    margin-bottom: 0;
  }
  .contentsBody .fcRelated__logo {
    margin: 20px 0 40px;
  }
}
.contentsBody .accessSection .section__img {
  scroll-snap-type: x;
  width: calc(100% + 90px);
  transform: translateX(-60px);
  position: relative;
  overflow: auto;
}
.contentsBody .accessSection .section__img figure {
  width: 160%;
  box-sizing: border-box;
}
.contentsBody .accessSection .accessInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(20px, 15.3846153846px + 1.2820512821vw, 40px) !important;
  gap: 20px;
}
.contentsBody .accessSection .accessInfo__name {
  font-size: clamp(0.9375rem, 0.8653846154rem + 0.3205128205vw, 1.25rem) !important;
  margin-top: 0;
}
.contentsBody .accessSection .accessInfo__address {
  margin-top: 5px;
}
.contentsBody .accessSection .accessInfo > * {
  display: inline-block;
}
.contentsBody .accessSection .accessRoot__copy {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem) !important;
  margin-bottom: clamp(20px, 15.3846153846px + 1.2820512821vw, 40px) !important;
}
.contentsBody .accessSection .accessRoot__list {
  margin-top: 10px;
  counter-reset: number 0;
}
.contentsBody .accessSection .accessRoot__item {
  position: relative;
}
.contentsBody .accessSection .accessRoot__item:before {
  counter-increment: number 1;
  content: counter(number, cjk-ideographic) "、";
  font-weight: 600;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.contentsBody .accessSection .accessRoot__item h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.contentsBody .accessSection .accessRoot__Innerlist + p {
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 46.25em) {
  .contentsBody .accessSection .section__img {
    scroll-snap-type: none;
    width: 100%;
    transform: translateX(0);
    overflow: auto;
  }
  .contentsBody .accessSection .section__img figure {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 75em) {
  .contentsBody .accessSection .accessInfo {
    flex-direction: row;
    justify-content: space-between;
  }
}

.inviewMask__img {
  height: 100%;
}
