@charset "UTF-8";
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: sigurd-variable, sans-serif;
  --font-mincho: ryo-text-plusn, serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-family: var(--font);
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

@media only screen and (max-width: 1400) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }
}
.lp__contents * {
  box-sizing: border-box;
}
.lp__contents img {
  height: auto;
  width: 100%;
}
.lp__contents a {
  text-decoration: none;
}
.lp__contents a:hover {
  opacity: 1;
}
.lp__contents picture {
  display: block;
}
.lp__contents p, .lp__contents ul, .lp__contents ol, .lp__contents dl {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .lp__contents .pc_only {
    display: none;
  }
  .lp__contents .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .lp__contents .pc_only {
    display: block;
  }
  .lp__contents .sp_only {
    display: none;
  }
}
.js-fadeIn-load {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn-load--02 {
  opacity: 0;
  transition: opacity 1s 0.8s;
}

.js-fadeIn-load.js-active, .js-fadeIn-load--02.js-active {
  opacity: 1;
}

.js-fadeUp-load {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(10px);
}

.js-fadeUp-load.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp, .js-fadeUp-credit {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}

.js-fadeUp.js-active, .js-fadeUp-credit.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 1s;
}

.js-fadeIn.js-active {
  opacity: 1;
}

.js-arrow img {
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}

.js-arrow.js-active img {
  transform: translateY(0);
}

.product__title-num .num__text span {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}
.product__title-num .num__text span:nth-of-type(1) {
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
}
.product__title-num .num__text span:nth-of-type(2) {
  transition: opacity 0.8s 0.35s, transform 0.8s 0.35s;
}
.product__title-num .num__style span {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}
.product__title-num .num__style span:nth-of-type(1) {
  transition: opacity 0.8s 0.05s, transform 0.8s 0.05s;
}
.product__title-num .num__style span:nth-of-type(2) {
  transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
}
.product__title-num .num__style span:nth-of-type(3) {
  transition: opacity 0.8s 0.15s, transform 0.8s 0.15s;
}
.product__title-num .num__style span:nth-of-type(4) {
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
}
.product__title-num .num__style span:nth-of-type(5) {
  transition: opacity 0.8s 0.25s, transform 0.8s 0.25s;
}
.product__title-num::after {
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 1s;
}

.product__title-num.js-active .num__text span {
  transform: translateY(0);
  opacity: 1;
}
.product__title-num.js-active .num__style span {
  transform: translateY(0);
  opacity: 1;
}
.product__title-num.js-active::after {
  transform: scale(1, 1);
}

@media only screen and (max-width: 767px) {
  #FR25020622 .product__block .product__title-num.product__title-num--03::after {
    height: 20rem;
    width: 1px;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 1s;
    bottom: calc(-90 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-num.product__title-num--04::after {
    height: 20rem;
    width: 1px;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 1s;
    bottom: calc(-90 * (100vw/750));
    left: auto;
    right: 0;
  }
  #FR25020622 .product__block .product__title-num.js-active.product__title-num--03::after {
    transform: scale(1, 1);
  }
  #FR25020622 .product__block .product__title-num.js-active.product__title-num--04::after {
    transform: scale(1, 1);
  }
}
#FR25020622 {
  margin: 0 auto 14rem;
  padding: 0 0 0 0;
  color: #000000;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: clip;
}
#FR25020622 .intro {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#FR25020622 .intro__lead {
  color: #58595b;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2;
  text-align: center;
  font-feature-settings: "palt";
}
#FR25020622 .intro__lead.intro__lead--01 {
  margin: 5.8rem auto 0;
}
#FR25020622 .intro__lead.intro__lead--02 {
  margin: 1.9rem auto 0;
}
#FR25020622 .firstview {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
#FR25020622 .product__block {
  width: 100%;
  margin: 14rem auto 0;
}
#FR25020622 .product__block .product__block-inner {
  width: 140rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#FR25020622 .product__block .product__image-wrap {
  position: relative;
}
#FR25020622 .product__block .product__image-wrap.product__image-wrap--01 {
  height: 255.5rem;
}
#FR25020622 .product__block .product__image-wrap.product__image-wrap--02 {
  height: 94rem;
}
#FR25020622 .product__block .product__image-wrap.product__image-wrap--03 {
  height: 144rem;
  margin: 0 0 0 0;
}
#FR25020622 .product__block .product__image-wrap.product__image-wrap--04 {
  height: 84rem;
}
#FR25020622 .product__block .product__image-wrap.product__image-wrap--05 {
  height: 102rem;
}
#FR25020622 .product__block .product__image {
  position: absolute;
}
#FR25020622 .product__block .product__image a {
  display: block;
  background-color: #fff;
}
#FR25020622 .product__block .product__image a img:hover {
  opacity: 0.7;
}
#FR25020622 .product__block .product__image a img {
  transition: opacity 0.5s;
}
#FR25020622 .product__block .product__image.product__image--01_1 {
  width: 56rem;
  top: 0;
  left: 42rem;
}
#FR25020622 .product__block .product__image.product__image--01_2 {
  width: 38rem;
  top: 92rem;
  left: 30rem;
  z-index: 1;
}
#FR25020622 .product__block .product__image.product__image--01_3 {
  width: 36rem;
  top: 136.2rem;
  left: 2.9rem;
}
#FR25020622 .product__block .product__image.product__image--01_4 {
  width: 53rem;
  top: 176rem;
  left: 79.9rem;
}
#FR25020622 .product__block .product__image.product__image--02_1 {
  width: 44rem;
  top: 0;
  left: 24rem;
}
#FR25020622 .product__block .product__image.product__image--02_2 {
  width: 46rem;
  top: 25rem;
  left: 72rem;
}
#FR25020622 .product__block .product__image.product__image--03_1 {
  width: 54rem;
  top: 0;
  left: 11rem;
}
#FR25020622 .product__block .product__image.product__image--03_2 {
  width: 34rem;
  top: 42rem;
  left: 91rem;
}
#FR25020622 .product__block .product__image.product__image--04_1 {
  width: 56rem;
  top: 0;
  left: 42rem;
}
#FR25020622 .product__block .product__image.product__image--05_1 {
  width: 40rem;
  top: 0rem;
  left: 15rem;
}
#FR25020622 .product__block .product__image.product__image--05_2 {
  width: 52rem;
  top: 24rem;
  left: 65rem;
}
#FR25020622 .product__block .product__title-wrap {
  position: absolute;
  font-family: var(--font-en);
  z-index: 3;
}
#FR25020622 .product__block .product__title-wrap.product__title-wrap--01 {
  width: 19.5rem;
  top: 6.3rem;
  left: auto;
  right: 26.5rem;
  text-align: right;
}
#FR25020622 .product__block .product__title-wrap.product__title-wrap--02 {
  width: 16.6rem;
  top: 5.5rem;
  left: 11.2rem;
  right: 4.5rem;
}
#FR25020622 .product__block .product__title-wrap.product__title-wrap--03 {
  width: 20.5rem;
  top: 6.2rem;
  left: 61.3rem;
  text-align: right;
}
#FR25020622 .product__block .product__title-wrap.product__title-wrap--04 {
  width: 17.9rem;
  top: 7.2rem;
  left: 29rem;
}
#FR25020622 .product__block .product__title-wrap.product__title-wrap--05 {
  width: 20.6rem;
  top: 30.2rem;
  left: auto;
  right: 6.5rem;
  text-align: right;
}
#FR25020622 .product__block .product__title-num {
  position: relative;
  color: #a5a4a0;
  font-size: 7.2rem;
  z-index: 1;
  letter-spacing: 0.03em;
}
#FR25020622 .product__block .product__title-num::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #A5A4A0;
  bottom: 0.2rem;
  left: 0;
}
#FR25020622 .product__block .product__title-num .num__style {
  font-size: 3rem;
  font-family: var(--font-en);
  font-variation-settings: "slnt" -9, "wght" 400;
  color: #f9e8b5;
  position: absolute;
  letter-spacing: 0;
}
#FR25020622 .product__block .product__title-num .num__style.num__style--01 {
  top: -1.2rem;
  right: 4.8rem;
}
#FR25020622 .product__block .product__title-num .num__style.num__style--02 {
  top: -1.5rem;
  right: auto;
  left: -4rem;
}
#FR25020622 .product__block .product__title-num .num__style.num__style--03 {
  top: -1.2rem;
  left: 8.5rem;
  right: auto;
}
#FR25020622 .product__block .product__title-num .num__style.num__style--04 {
  top: -1.2rem;
  left: -4.3rem;
  right: auto;
}
#FR25020622 .product__block .product__title-num .num__style.num__style--05 {
  top: -1.3rem;
  left: 9.2rem;
}
#FR25020622 .product__block .product__title-text {
  margin: 1.7rem 0 0 0;
  font-family: var(--font-mincho);
  font-size: 2.3rem;
  line-height: 1.652173913;
  text-align: center;
}
#FR25020622 .product__block .product__title-text.pickup__title-text--02 {
  position: relative;
  left: -1rem;
}
#FR25020622 .product__block .product__credit {
  color: #A5A4A0;
  position: absolute;
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 1.75;
}
#FR25020622 .product__block .product__credit a {
  display: block;
  margin: 0;
  line-height: 1.75;
  background-color: transparent;
}
#FR25020622 .product__block .product__credit.product__credit--01 {
  bottom: -0.6rem;
  left: -11.6rem;
  text-align: right;
}
#FR25020622 .product__block .product__credit.product__credit--02 {
  bottom: -0.6rem;
  left: auto;
  right: -13.1rem;
}
#FR25020622 .product__block .product__credit.product__credit--03 {
  bottom: -11rem;
  left: 0rem;
  right: -13.5rem;
}
#FR25020622 .product__block .product__credit.product__credit--04 {
  bottom: -4.7rem;
  left: auto;
  right: 0rem;
}
#FR25020622 .product__block .product__credit.product__credit--05 {
  bottom: -0.7rem;
  left: -11.7rem;
  text-align: right;
}
#FR25020622 .product__block--01 {
  margin: 10rem auto 0;
  position: relative;
}
#FR25020622 .product__block--01::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 85rem;
  left: 0;
  top: auto;
  bottom: 48rem;
  background-color: #fcf3d9;
}
#FR25020622 .product__block--02 {
  margin: 16rem auto 0;
}
#FR25020622 .product__block--03 {
  margin: 16rem auto 0;
  position: relative;
}
#FR25020622 .product__block--03::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 72rem;
  top: auto;
  bottom: 7rem;
  background-color: #fcf3d9;
}
#FR25020622 .product__block--04 {
  margin: 16rem auto 0;
}
#FR25020622 .product__block--05 {
  margin: 20rem auto 0;
}
#FR25020622 .lp__bottom-area {
  margin: 14rem auto 0;
  text-align: center;
}
#FR25020622 .button__all {
  display: block;
  margin: 0 auto;
  width: 12rem;
  color: #58595b;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  position: relative;
  font-feature-settings: normal;
}
#FR25020622 .button__all::before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -0.5rem;
  left: 0;
  border-bottom: #58595B 0.3rem double;
}
#FR25020622 .staff__area {
  color: #a5a4a0;
  margin: 15rem 0 0 0;
  text-align: center;
  font-family: var(--font-en);
}
#FR25020622 .staff__area .staff__title {
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
#FR25020622 .staff__area .staff__name {
  margin: 0.5rem 0 0 0;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  #FR25020622 {
    margin: 0;
    padding: 0 0 0 0;
    max-width: calc(750 * (100vw/750));
    font-feature-settings: "palt";
    font-weight: 400;
    overflow-x: clip;
    letter-spacing: 0.05em;
  }
  #FR25020622 .intro {
    text-align: center;
    width: 100%;
  }
  #FR25020622 .intro__lead {
    font-size: calc(26 * (100vw/750));
    letter-spacing: 0.16em;
    line-height: 2;
    text-align: center;
  }
  #FR25020622 .intro__lead.intro__lead--01 {
    margin: calc(110 * (100vw/750)) auto 0;
  }
  #FR25020622 .intro__lead.intro__lead--02 {
    margin: calc(34 * (100vw/750)) auto 0;
  }
  #FR25020622 .firstview {
    width: calc(750 * (100vw/750));
    margin: 0;
    padding: 0 0 0 0;
  }
  #FR25020622 .product__block {
    width: 100%;
    margin: calc(160 * (100vw/750)) auto 0;
  }
  #FR25020622 .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #FR25020622 .product__block .product__image-wrap {
    position: relative;
  }
  #FR25020622 .product__block .product__image-wrap.product__image-wrap--01 {
    height: calc(3675 * (100vw/750));
  }
  #FR25020622 .product__block .product__image-wrap.product__image-wrap--02 {
    height: calc(1695 * (100vw/750));
  }
  #FR25020622 .product__block .product__image-wrap.product__image-wrap--03 {
    height: calc(2760 * (100vw/750));
  }
  #FR25020622 .product__block .product__image-wrap.product__image-wrap--04 {
    height: calc(1125 * (100vw/750));
  }
  #FR25020622 .product__block .product__image-wrap.product__image-wrap--05 {
    height: calc(1815 * (100vw/750));
  }
  #FR25020622 .product__block .product__image.product__image--01_1 {
    width: calc(750 * (100vw/750));
    top: calc(0 * (100vw/750));
    left: calc(0 * (100vw/750));
  }
  #FR25020622 .product__block .product__image.product__image--01_2 {
    width: calc(530 * (100vw/750));
    top: calc(1205 * (100vw/750));
    left: auto;
    right: 0;
    z-index: 2;
  }
  #FR25020622 .product__block .product__image.product__image--01_3 {
    width: calc(490 * (100vw/750));
    top: calc(1920 * (100vw/750));
    left: 0;
  }
  #FR25020622 .product__block .product__image.product__image--01_4 {
    width: calc(640 * (100vw/750));
    top: calc(2715 * (100vw/750));
    left: calc(55 * (100vw/750));
  }
  #FR25020622 .product__block .product__image.product__image--02_1 {
    width: calc(510 * (100vw/750));
    top: 0;
    left: 0;
  }
  #FR25020622 .product__block .product__image.product__image--02_2 {
    width: calc(600 * (100vw/750));
    top: calc(795 * (100vw/750));
    left: calc(110 * (100vw/750));
  }
  #FR25020622 .product__block .product__image.product__image--03_1 {
    width: calc(680 * (100vw/750));
    top: 0;
    left: 0;
  }
  #FR25020622 .product__block .product__image.product__image--03_2 {
    width: calc(560 * (100vw/750));
    top: calc(1080 * (100vw/750));
    left: auto;
    right: 0;
  }
  #FR25020622 .product__block .product__image.product__image--04_1 {
    width: calc(750 * (100vw/750));
    top: 0;
    left: 0;
  }
  #FR25020622 .product__block .product__image.product__image--05_1 {
    width: calc(520 * (100vw/750));
    left: auto;
    right: 0;
  }
  #FR25020622 .product__block .product__image.product__image--05_2 {
    width: calc(650 * (100vw/750));
    top: calc(840 * (100vw/750));
    left: calc(50 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-wrap.product__title-wrap--01 {
    width: calc(186 * (100vw/750));
    top: calc(1272 * (100vw/750));
    left: calc(90 * (100vw/750));
    right: auto;
    text-align: left;
  }
  #FR25020622 .product__block .product__title-wrap.product__title-wrap--02 {
    width: calc(255 * (100vw/750));
    top: calc(75 * (100vw/750));
    right: calc(45 * (100vw/750));
    left: auto;
    text-align: right;
  }
  #FR25020622 .product__block .product__title-wrap.product__title-wrap--03 {
    width: calc(167 * (100vw/750));
    top: calc(-123 * (100vw/750));
    left: calc(50 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-wrap.product__title-wrap--04 {
    width: calc(130 * (100vw/750));
    top: calc(-125 * (100vw/750));
    left: calc(570 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-wrap.product__title-wrap--05 {
    width: calc(204 * (100vw/750));
    top: calc(74 * (100vw/750));
    left: calc(90 * (100vw/750));
    text-align: left;
  }
  #FR25020622 .product__block .product__title-num {
    font-size: calc(98 * (100vw/750));
    z-index: 1;
  }
  #FR25020622 .product__block .product__title-num::after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #A5A4A0;
    bottom: calc(2 * (100vw/750));
    left: 0;
  }
  #FR25020622 .product__block .product__title-num .num__style {
    font-size: calc(36 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-num .num__style.num__style--01 {
    top: calc(-16 * (100vw/750));
    right: auto;
    left: calc(-43 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-num .num__style.num__style--02 {
    top: calc(-16 * (100vw/750));
    right: auto;
    left: calc(105 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-num .num__style.num__style--03 {
    top: calc(-15 * (100vw/750));
    left: calc(19 * (100vw/750));
    right: auto;
  }
  #FR25020622 .product__block .product__title-num .num__style.num__style--04 {
    top: calc(-16 * (100vw/750));
    left: calc(-43 * (100vw/750));
    right: auto;
  }
  #FR25020622 .product__block .product__title-num .num__style.num__style--05 {
    top: calc(-15 * (100vw/750));
    left: calc(-48 * (100vw/750));
  }
  #FR25020622 .product__block .num__text.num__text--02 {
    position: relative;
    left: calc(5 * (100vw/750));
  }
  #FR25020622 .product__block .num__text.num__text--03 {
    position: relative;
    left: calc(5 * (100vw/750));
  }
  #FR25020622 .product__block .num__text.num__text--05 {
    position: relative;
    left: calc(-6 * (100vw/750));
  }
  #FR25020622 .product__block .product__title-text {
    margin: calc(27 * (100vw/750)) 0 0 0;
    font-size: calc(34 * (100vw/750));
    letter-spacing: 0.075em;
    line-height: 1.6176470588;
    text-align: center;
  }
  #FR25020622 .product__block .product__title-text.pickup__title-text--02 {
    position: relative;
    left: 0;
  }
  #FR25020622 .product__block .product__text {
    position: absolute;
    width: 100%;
  }
  #FR25020622 .product__block .product__text.product__text--01 {
    margin: 0 auto 0;
    top: calc(963 * (100vw/750));
    left: 0;
  }
  #FR25020622 .product__block .product__text.product__text--02 {
    width: 100%;
    top: calc(1063 * (100vw/750));
    left: 0;
  }
  #FR25020622 .product__block .product__text.product__text--03 {
    top: calc(943 * (100vw/750));
    left: 0;
  }
  #FR25020622 .product__block .product__text .product__lead {
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.075em;
    line-height: 1.75;
    text-align: center;
  }
  #FR25020622 .product__block .product__credit {
    position: static;
    margin: calc(32 * (100vw/750)) 0 0 0;
    text-align: center;
    font-size: calc(23 * (100vw/750));
    letter-spacing: 0.07em;
    line-height: 1.87;
  }
  #FR25020622 .product__block .product__credit a {
    display: inline-block;
    margin: 0 calc(0 * (100vw/750)) 0 0;
    line-height: 1.87;
  }
  #FR25020622 .product__block .product__credit.product__credit--01 {
    text-align: center;
  }
  #FR25020622 .product__block .product__credit.product__credit--02 {
    text-align: right;
  }
  #FR25020622 .product__block .product__credit.product__credit--02 a {
    margin: 0 0 0 calc(0 * (100vw/750));
  }
  #FR25020622 .product__block .product__credit.product__credit--03 {
    bottom: calc(-82 * (100vw/750));
    text-align: left;
  }
  #FR25020622 .product__block .product__credit.product__credit--04 {
    text-align: center;
  }
  #FR25020622 .product__block .product__credit.product__credit--05 {
    text-align: center;
  }
  #FR25020622 .product__block--01 {
    margin: calc(126 * (100vw/750)) auto 0;
  }
  #FR25020622 .product__block--01::before {
    width: 100vw;
    height: calc(1540 * (100vw/750));
    left: 0;
    top: auto;
    bottom: calc(520 * (100vw/750));
  }
  #FR25020622 .product__block--02 {
    margin: calc(290 * (100vw/750)) auto 0;
  }
  #FR25020622 .product__block--03 {
    margin: calc(427 * (100vw/750)) auto 0;
  }
  #FR25020622 .product__block--03::before {
    width: 100vw;
    height: calc(1770 * (100vw/750));
    left: 0;
    top: auto;
    bottom: calc(180 * (100vw/750));
  }
  #FR25020622 .product__block--04 {
    margin: calc(429 * (100vw/750)) auto 0;
  }
  #FR25020622 .product__block--05 {
    margin: calc(243 * (100vw/750)) auto 0;
  }
  #FR25020622 .lp__bottom-area {
    margin: calc(230 * (100vw/750)) auto 0;
  }
  #FR25020622 .button__all {
    display: block;
    width: calc(230 * (100vw/750));
    margin: 0 auto 0;
    font-size: calc(42 * (100vw/750));
    letter-spacing: 0.06em;
    text-align: center;
    white-space: nowrap;
    position: relative;
  }
  #FR25020622 .button__all::before {
    border-bottom: #58595B 0.8vw double;
    bottom: calc(-15 * (100vw/750));
  }
  #FR25020622 .staff__area {
    margin: calc(170 * (100vw/750)) 0 calc(150 * (100vw/750)) 0;
    text-align: center;
  }
  #FR25020622 .staff__area .staff__title {
    font-size: calc(25 * (100vw/750));
    line-height: 1.76;
    letter-spacing: 0.08em;
  }
  #FR25020622 .staff__area .staff__name {
    margin: 0;
    font-size: calc(25 * (100vw/750));
    line-height: 1.76;
    letter-spacing: 0.08em;
  }
}/*# sourceMappingURL=style.css.map */