html {
  font-size: 0.7142857vw;

  scroll-behavior: smooth;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  width: 100%;
  text-align: center;
  color: #000000;

  font-feature-settings: 'palt';
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img {
  position: relative;
}
.f-container a.mask-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s;

  -webkit-mask-size: cover;
  mask-size: cover;
}
.f-container a.mask-img:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.3);
}
.f-container img {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
}
.f-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.7s;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .fadeIn {
  opacity: 0;
  transition: opacity 1s ease;
}
.f-container .fadeIn.showed {
  opacity: 1;
}
.f-container .fadeDown {
  transform: translate(0px, -50px);
}
.f-container .fadeUp {
  transform: translate(0px, 50px);
}
.f-container .fadeLeft {
  transform: translate(50px, 0);
}
.f-container .fadeRight {
  transform: translate(-50px, 0);
}
.f-container .fadeDown,
.f-container .fadeUp,
.f-container .fadeLeft,
.f-container .fadeRight {
  visibility: hidden;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: transform, opacity, visibility;
}
.f-container .fadeDown.showed,
.f-container .fadeUp.showed,
.f-container .fadeLeft.showed,
.f-container .fadeRight.showed {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .clipToRight {
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(0 100% 0 0);
}
.f-container .clipToRight.showed {
  clip-path: inset(0);
}
.f-container .clipToLeft {
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(0 0 0 100%);
}
.f-container .clipToLeft.showed {
  clip-path: inset(0);
}
.f-container .f-main {
  width: 100%;
  padding-bottom: 8.6rem;
}
.f-container .f-main-wrap {
  position: relative;
}
.f-container .hero {
  position: relative;
  width: 110rem;
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-style: normal;
}
.f-container .hero__mv {
  margin-bottom: 8rem;
}
.f-container .hero__ttl {
  width: 62.1rem;
  margin: 0 auto 3rem;
}
.f-container .hero__txt {
  padding-bottom: 7rem;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.95;
}
.f-container .go-top-btn {
  position: sticky;
  z-index: 10;
  bottom: 10.6rem;
  left: 50%;
  width: 6.414rem;
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transform: translate(55.8rem, 30px);
}
.f-container .go-top-btn:hover {
  cursor: text;
  opacity: 0;
}
.f-container .go-top-btn.on {
  cursor: pointer;
  opacity: 1;
  transform: translate(55.8rem, 0px);
}
.f-container .fv {
  width: 110rem;
  margin: 0 auto;
}
.f-container .fv__ttl {
  width: 57.452rem;
  margin: 0 auto 3.1rem;
}
.f-container .fv__list {
  display: flex;
  justify-content: center;
  margin-bottom: 15rem;

  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
.f-container .fv__each {
  width: 22.5rem;
}
.f-container .fv__logo {
  position: relative;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 12.354rem;
}
.f-container .fv__logo img {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  pointer-events: visible;
  transform: translateX(-50%);
}
.f-container .fv .wa img {
  width: 14.3rem;
}
.f-container .fv .ff img {
  width: 11.8rem;
}
.f-container .fv .wr img {
  width: 24.3rem;
}
.f-container .fv__ac {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding-top: 0;
  transition: all 0.4s ease-out;
}
.f-container .fv__ac.on {
  max-height: 15.2rem;
  padding-top: 3.1rem;
}
.f-container .fv__ac.on .fv__arrow {
  opacity: 1;
}
.f-container .fv__arrow {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  display: inline-block;
  width: 2.419rem;
  height: 1.091rem;
  opacity: 0;
  transition: opacity 0.2s;
  transform: translateX(-50%);
}
.f-container .fv__txt {
  text-align: justify;
  letter-spacing: 0.02em;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  color: #8e8e8e;
}
.f-container .sec__area {
  width: 110rem;
  margin: 0 auto;
}
.f-container .sec__hm {
  position: relative;
  width: 100%;
  height: 55rem;
  margin: 0 auto 15rem;
  background: no-repeat url(../img/bg01.jpg) 0 0 / cover;
}
.f-container .sec__hm-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97.6rem;
  height: 35rem;
  padding: 0 6rem 0 6.6rem;
  transform: translate(-50%, -50%);
}
.f-container .sec__hm-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6.8rem;
  height: 31.1rem;
  content: '';
  background: no-repeat url(../img/left_parentheses.png) 0 0 / contain;
}
.f-container .sec__hm-box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 6.8rem;
  height: 31.1rem;
  content: '';
  background: no-repeat url(../img/right_parentheses.png) right bottom/contain;
}
.f-container .sec__hm-box::before,
.f-container .sec__hm-box::after {
  transition: clip-path 0.8s 0.6s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(0 0 100% 0);
}
.f-container .sec__hm-box.showed .sec__hm-square,
.f-container .sec__hm-box.showed::before,
.f-container .sec__hm-box.showed::after {
  clip-path: inset(0);
}
.f-container .sec__hm-square {
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(0 100% 0 0);
}
.f-container .sec__hm-title {
  width: 57.85rem;
  margin: 4rem auto 4.6rem;
}
.f-container .sec__hm-text {
  text-align: left;
  letter-spacing: 0.025em;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.909;
}
.f-container .sec__box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.f-container .sec .df {
  display: flex;
}
.f-container .sec .df .p1 {
  order: 1;
}
.f-container .sec .df .p2 {
  order: 2;
}
.f-container .sec__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
.f-container .sec__title-over {
  position: relative;
  width: 15.231rem;
}
.f-container .sec__title-over::before {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7.3rem;
  height: 6.7rem;
  content: '';
  background: no-repeat url(../img/sec_title_pearlimg.png) 0 0 / contain;
}
.f-container .sec__title-middle {
  position: relative;
  z-index: 3;
  margin-top: -0.6rem;
}
.f-container .sec__title-pearl {
  width: 7.935rem;
}
.f-container .sec__title-text {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.f-container .sec__title-hm,
.f-container .sec__title .text01,
.f-container .sec__title .text02 {
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(0 100% 0 0);
}
.f-container .sec__title-middle,
.f-container .sec__title-over::before {
  transition: clip-path 0.8s 0.8s cubic-bezier(0.37, 0, 0.63, 1);

  clip-path: inset(100% 0 0 0);
}
.f-container .sec__title.showed .sec__title-over::before,
.f-container .sec__title.showed .sec__title-hm,
.f-container .sec__title.showed .sec__title-middle,
.f-container .sec__title.showed .text01,
.f-container .sec__title.showed .text02 {
  clip-path: inset(0);
}
.f-container .sec .od .sec__title-over::before {
  right: 0;
  transform: translate(50%, 22%);
}
.f-container .sec .ev .sec__title-over::before {
  left: 0;
  transform: translate(-50%, 25%);
}
.f-container .sec__credit {
  padding: 0 2rem;
  text-align: left;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.2rem;

  row-gap: 1.8rem;
}
.f-container .sec__credit .item {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif JP';
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #8e8e8e;
}
.f-container .sec__credit .item a {
  text-decoration: underline;
  color: #8e8e8e;
}
.f-container .sec__credit .item.wr {
  padding-right: 3.8rem;
}
.f-container .sec__credit .item.wr::after {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  display: inline-block;
  width: 2.5rem;
  height: 3rem;
  content: '';
  background: no-repeat url(../img/credit_wr.png) 0 0 / contain;
}
.f-container .sec__credit .item.wa {
  padding-right: 4rem;
}
.f-container .sec__credit .item.wa::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2.8rem;
  height: 2.4rem;
  content: '';
  background: no-repeat url(../img/credit_wa.png) 0 0 / contain;
  background-size: contain;
}
.f-container .sec__credit .item.ff {
  padding-right: 4.3rem;
}
.f-container .sec__credit .item.ff::after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.9rem;
  content: '';
  background: no-repeat url(../img/credit_ff.png) 0 0 / contain;
  transform: translateY(-50%);
}
.f-container .sec__credit .yen {
  margin-left: -0.5rem;
}
.f-container .sec__credit .price {
  margin-left: -0.6rem;
}
.f-container .sec__credit.fe .credit {
  align-items: flex-end;
}
.f-container .sec__intro {
  padding-top: 6rem;
  margin-left: 15rem;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-style: normal;
}
.f-container .sec__lead-box {
  position: relative;
}
.f-container .sec__lead {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.f-container .sec__deco {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -2rem;
  width: 8.9rem;
  pointer-events: none;
  transform: translateY(-50%);
}
.f-container .sec__deco .a {
  opacity: 0.4;
}
.f-container .sec__text {
  letter-spacing: 0.025em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.f-container .sec01 {
  margin-bottom: 15.5rem;
}
.f-container .sec01 .sec__title {
  position: absolute;
  z-index: 3;
  top: 34.7rem;
  right: -23rem;
}
.f-container .sec01 .sec__title-pearl {
  margin-left: 4.1rem;
}
.f-container .sec01 .sec__title-pearl .a {
  fill: #7da3d0;
}
.f-container .sec01 .sec__title-num {
  width: 15.182rem;
  margin-top: -0.6rem;
  margin-bottom: 1rem;
}
.f-container .sec01 .sec__title .text01 {
  width: 29.84rem;
  margin-bottom: 1.2rem;
  margin-left: -1rem;
}
.f-container .sec01 .sec__title .text02 {
  width: 38.541rem;
}
.f-container .sec01 .sec__credit .credit {
  padding-bottom: 0.5rem;
}
.f-container .sec01 .sec__intro {
  width: 80rem;
}
.f-container .sec01 .sec__deco .b {
  fill: #7da3d0;
}
.f-container .sec01 .sec__credit {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
.f-container .sec01 .box01 {
  width: 65rem;
  margin: 0 auto 2rem;
}
.f-container .sec01 .box02 {
  width: 92rem;
  margin: 0 auto 2rem;
}
.f-container .sec01 .img02 {
  width: 45rem;
  margin-left: auto;
}
.f-container .sec01 .img03 {
  width: 45rem;
  margin-top: 27.3rem;
}
.f-container .sec01 .box03 {
  width: 65rem;
  margin: 0 auto;
}
.f-container .sec02 {
  margin-bottom: 14.5rem;
}
.f-container .sec02 .sec__title {
  position: absolute;
  z-index: 3;
  top: 37.4rem;
  left: -20.1rem;
}
.f-container .sec02 .sec__title-pearl {
  margin-left: 5.2rem;
}
.f-container .sec02 .sec__title-pearl .a {
  fill: #f5b8b8;
}
.f-container .sec02 .sec__title-num {
  width: 17.634rem;
  margin-bottom: 1.8rem;
}
.f-container .sec02 .sec__title .text01 {
  width: 18.57rem;
  margin-bottom: 0.2rem;
}
.f-container .sec02 .sec__title .text02 {
  width: 31.443rem;
}
.f-container .sec02 .sec__intro {
  width: 79.8rem;
}
.f-container .sec02 .sec__deco .b {
  fill: #f5b8b8;
}
.f-container .sec02 .sec__credit {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
.f-container .sec02 .box01 {
  width: 65rem;
  margin: 0 auto 2rem;
}
.f-container .sec02 .box02 {
  width: 92rem;
  margin: 0 auto 2rem;
}
.f-container .sec02 .box02 {
  width: 65rem;
  margin: 0 auto;
}
.f-container .sec03 {
  margin-bottom: 14.5rem;
}
.f-container .sec03 .sec__title {
  position: absolute;
  z-index: 3;
  top: 86.3rem;
  right: -4.7rem;
}
.f-container .sec03 .sec__title-over::before {
  transform: translate(60%, 25%) !important;
}
.f-container .sec03 .sec__title-pearl {
  margin-left: 4.8rem;
}
.f-container .sec03 .sec__title-pearl .a {
  fill: #b1a9eb;
}
.f-container .sec03 .sec__title-num {
  width: 16.902rem;
  margin-bottom: 1.8rem;
}
.f-container .sec03 .sec__title .text01 {
  width: 20rem;
  margin-bottom: 0.6rem;
}
.f-container .sec03 .sec__title .text02 {
  width: 27.46rem;
}
.f-container .sec03 .sec__intro {
  width: 90rem;
  margin-left: 10rem;
}
.f-container .sec03 .sec__deco .b {
  fill: #b1a9eb;
}
.f-container .sec03 .sec__credit {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  transform: translateX(100%);
}
.f-container .sec03 .box01 {
  width: 65rem;
  margin: 0 auto 2rem;
}
.f-container .sec03 .box02 {
  width: 92rem;
  margin: 0 auto 2rem;
}
.f-container .sec03 .img02 {
  width: 45rem;
  margin-right: auto;
}
.f-container .sec03 .img03 {
  width: 45rem;
  margin-top: 29.5rem;
}
.f-container .sec03 .box03 {
  width: 45rem;
  margin: 0 auto;
}
.f-container .sec04 {
  margin-bottom: 14.5rem;
}
.f-container .sec04 .sec__title {
  position: absolute;
  z-index: 3;
  top: 88.7rem;
  left: -12rem;
}
.f-container .sec04 .sec__title-pearl {
  margin-left: 4.7rem;
}
.f-container .sec04 .sec__title-pearl .a {
  fill: #a59aad;
}
.f-container .sec04 .sec__title-num {
  width: 16.719rem;
  margin-top: -1.5rem;
  margin-bottom: 1.1rem;
}
.f-container .sec04 .sec__title .text01 {
  width: 37.47rem;
  margin-bottom: 1.9rem;
}
.f-container .sec04 .sec__title .text02 {
  width: 30.064rem;
  margin-right: -3rem;
}
.f-container .sec04 .sec__intro {
  width: 84rem;
  margin-left: 13rem;
}
.f-container .sec04 .sec__deco .b {
  fill: #a59aad;
}
.f-container .sec04 .sec__credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.8rem 0 0 0;
  transform: translateY(100%);
}
.f-container .sec04 .box01 {
  width: 65rem;
  margin: 0 auto 2rem;
}
.f-container .sec04 .box02 {
  width: 92rem;
  margin: 0 auto;
}
.f-container .sec04 .box03 {
  order: 2;
  width: 45rem;
  margin-left: auto;
}
.f-container .sec04 .img03 {
  order: 1;
  width: 45rem;
  margin-top: 27.5rem;
}
.f-container .sec05 {
  margin-bottom: 14.5rem;
}
.f-container .sec05 .sec__title {
  position: absolute;
  z-index: 3;
  top: 56.1rem;
  right: 6.3rem;
}
.f-container .sec05 .sec__title-over::before {
  transform: translate(50%, 30%) !important;
}
.f-container .sec05 .sec__title-middle {
  margin-left: -1.5rem;
}
.f-container .sec05 .sec__title-pearl {
  margin-bottom: 0.9rem;
  margin-left: 5.5rem;
}
.f-container .sec05 .sec__title-pearl .a {
  fill: #d5c5a8;
}
.f-container .sec05 .sec__title-num {
  width: 16.581rem;
  margin-bottom: 2.1rem;
}
.f-container .sec05 .sec__title .text01 {
  width: 12.466rem;
  margin-bottom: 1.6rem;
  margin-left: -1rem;
}
.f-container .sec05 .sec__title .text02 {
  width: 30.064rem;
  transform: translateX(-0.7rem);
}
.f-container .sec05 .sec__intro {
  width: 80rem;
  margin-left: 15rem;
}
.f-container .sec05 .sec__deco .b {
  fill: #d5c5a8;
}
.f-container .sec05 .sec__credit {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
.f-container .sec05 .sec__credit .credit {
  padding-bottom: 0.5rem;
}
.f-container .sec05 .box01 {
  width: 92rem;
  margin: 0 auto 15rem;
}
.f-container .sec05 .box02 {
  width: 92rem;
  margin: 0 auto 2rem;
}
.f-container .sec05 .img02 {
  width: 45rem;
  margin-right: auto;
}
.f-container .sec05 .img03 {
  width: 45rem;
  margin-top: 20.4rem;
}
.f-container .sec05 .box03 {
  width: 65rem;
  margin: 0 auto;
}
.f-container .sec06 {
  margin-bottom: 14.5rem;
}
.f-container .sec06 .sec__title {
  position: absolute;
  z-index: 3;
  top: 15.8rem;
  left: 12.6rem;
}
.f-container .sec06 .sec__title-over,
.f-container .sec06 .sec__title-middle {
  margin-left: 7rem;
}
.f-container .sec06 .sec__title-pearl {
  margin-bottom: 1.1rem;
  margin-left: 5rem;
}
.f-container .sec06 .sec__title-pearl .a {
  fill: #9ccbf4;
}
.f-container .sec06 .sec__title-num {
  width: 17.4rem;
  margin-bottom: 2.6rem;
}
.f-container .sec06 .sec__title .text01 {
  width: 24.142rem;
  margin-right: -1.2rem;
  margin-bottom: 1.2rem;
}
.f-container .sec06 .sec__title .text02 {
  width: 35.762rem;
}
.f-container .sec06 .sec__intro {
  width: 80rem;
  margin-left: 15rem;
}
.f-container .sec06 .sec__deco .b {
  fill: #9ccbf4;
}
.f-container .sec06 .sec__credit {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  padding: 1.2rem 0 0 0;
  transform: translateY(100%);
}
.f-container .sec06 .img01 {
  width: 65rem;
  margin: 0 auto 2rem;
}
.f-container .sec06 .box01 {
  width: 100%;
  margin-bottom: 2rem;
}
.f-container .sec06 .img02 {
  width: 45rem;
  margin-left: 55.8rem;
}
.f-container .sec06 .box02 {
  padding-bottom: 25.3rem;
}
.f-container .sec06 .box03 {
  width: 65rem;
  margin-left: 3rem;
}
.f-container .sec06 .img04 {
  position: absolute;
  bottom: 0;
  left: 70rem;
  width: 45rem;
}
.f-container .cn {
  position: relative;
  overflow: clip;
  width: 110rem;
  margin: 0 auto 4rem;
}
.f-container .cn__photo {
  position: absolute;
  z-index: 6;
  top: 3.3rem;
  right: 0.7rem;
  width: 50.7rem;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;

  animation-fill-mode: forwards;
}
.f-container .cn__box {
  position: relative;
  width: 80rem;
  padding: 5.9rem 34rem 5.5rem 5rem;
  margin-left: 5rem;
  text-align: left;
  color: #ffffff;
}
.f-container .cn__box::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #464646;
  transition: clip-path 1.5s ease;

  clip-path: inset(0 100% 0 0);
}
.f-container .cn.showed .cn__photo {
  animation-name: photo-r;
}
.f-container .cn.showed .cn__box::before {
  clip-path: inset(0);
}
.f-container .cn__title {
  position: relative;
  z-index: 5;
  width: 28.931rem;
  margin-bottom: 4.5rem;
}
.f-container .cn__lead {
  position: relative;
  z-index: 5;
  padding-bottom: 3.3rem;
  margin-bottom: 3.8rem;
  letter-spacing: 0.03em;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
.f-container .cn__lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 40rem;
  height: 1px;
  content: '';
  background-color: #ffffff;
}
.f-container .cn__profile {
  position: relative;
  z-index: 5;
  letter-spacing: -0.01em;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;

  font-optical-sizing: auto;
  font-variation-settings: 'wdth' 100;
}
.f-container .all__btn a {
  width: 37.7rem;
  margin: 0 auto 3.5rem;
}
.f-container .all__btn a svg {
  transform: translateX(0.2rem);
}
.f-container .all__btn a .a {
  opacity: 0.2;
  transition: opacity 0.3s ease;

  fill: #7da3d0;
}
.f-container .all__btn a .tx path {
  transition: fill 0.3s ease;
}
.f-container .all__btn a:hover {
  opacity: 1;
}
.f-container .all__btn a:hover .a {
  opacity: 1;
}
.f-container .all__btn a:hover .tx path {
  fill: #ffffff;
}
.f-container .staff__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  line-height: 2;
  color: #000002;

  font-optical-sizing: auto;
}
.f-container .staff__info > span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.f-container .staff__info > span span.one-row {
  padding: 0;
  margin-left: -0.7rem;
  font-style: italic;
}
.f-container .staff__info > span span.one-row > span {
  font-style: normal;
}
.f-container .staff__info > span span {
  display: inline-block;
  padding: 0 0.3rem 0 0.5rem;
  font-style: normal;
}
@keyframes photo-r {
  0% {
    opacity: 0;
    transform: scale(1.2) rotate(15deg) translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0) translateY(0);
  }
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}
