﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area220930 img {
  width: 100%;
  height: auto;
}

.main-area220930 a,
.main-area220930 picture {
  display: inline-block;
}

.main-area220930 .lp_underline {
  position: relative;
  display: inline-block
}

.main-area220930 .lp_underline::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  z-index: -1;
}

/* font */
.main-area220930 p,
.main-area220930 h3,
.main-area220930 h4,
.main-area220930 a {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.85;
  font-weight: 300;
  text-align: center;
}

.main-area220930 .hira_w3 {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.main-area220930 .hira_w6 {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.main-area220930 .ff_poppins {
  font-family: var(--poppins);
  font-style: normal;
}

.lp_item_credit a {
  color: #262626;
  text-decoration: underline;
  -webkit-text-decoration: underline;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .main-area220930 {
    padding-bottom: 10rem;
    overflow-x: hidden;
  }

  .main-area220930 .spOnly {
    display: none;
  }

  .main-area220930 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-area220930 {
    padding-bottom: calc(130* (100vw / 375));
  }

  .main-area220930 .pcOnly {
    display: none;
  }

  .main-area220930 p {
    font-size: calc(14* (100vw / 375));
  }

  .lp_item_credit a {
    font-size: calc(10* (100vw / 375));
  }
}

/* sec__fv___________________________*/
.fv_catch::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
  z-index: -1
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 120rem;
    margin: 0 auto 0;
  }

  .fv_read {
    margin: 6.4rem 0 0 0;
  }

  .fv_read p:nth-child(n+2) {
    margin: 1.6rem 0 0 0;
  }

  .fv_catch {
    position: relative;
    margin: 8.6rem 0 0 0;
  }

  .fv_catch p {
    font-size: 1.8rem;
    line-height: 2.2;
  }

  .fv_catch .hira_w6 {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.11em;
  }

  .fv_catch::after {
    content: "";
    position: absolute;
    top: -4.3rem;
    left: 0;
    width: 100%;
    height: 12.3rem;
    background: #f7f7f7;
    z-index: -1;
  }

  .fv_catch::before {
    bottom: -7.6rem;
    border-width: 9rem 50vw 0 50vw;
  }
}

@media screen and (max-width: 767px) {
  .fv_read {
    margin: calc(44* (100vw / 375)) 0 0 0;
  }

  .fv_read p:nth-child(n+2) {
    margin: calc(13* (100vw / 375)) 0 0 0;
  }

  .fv_catch {
    position: relative;
    background: #f7f7f7;
    margin: calc(45* (100vw / 375)) 0 0 0;
    padding: calc(29* (100vw / 375)) 0 calc(13* (100vw / 375));
  }

  .fv_catch p {
    font-size: calc(16* (100vw / 375));
    line-height: 2;
  }

  .fv_catch .hira_w6 {
    display: inline-block;
    font-size: calc(22* (100vw / 375));
    letter-spacing: 0.11em;
  }

  .fv_catch::before {
    bottom: calc(-49* (100vw / 375));
    border-width: calc(50* (100vw / 375)) 50vw 0 50vw;
  }
}

/* sec__about___________________________*/
.about_type-btn {
  display: flex;
  justify-content: space-between;
}

.about_type-btn a {
  transition: all 0.4s
}

.about_intro h3 {
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  background: #2b2b2b;
  color: #fff;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .sec__about {
    margin: 15.9rem 0 0 0;
    padding: 0 0 10rem 0;
  }

  .about_intro h3 {
    width: 29.2rem;
    height: 5rem;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    transform: translateX(1.1rem);
    line-height: 2.2;
  }

  .about_intro p {
    width: 100rem;
    text-align: left;
    margin: -2.5rem auto 0;
    padding: 5.8rem 6rem 5.3rem;
    border: #2b2b2b solid 1px;
    border-radius: 1rem;
  }

  .about_chart {
    margin: 4.2rem 0 0 0;
  }

  .about_chart p:nth-child(1) {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    padding-right: 1.1rem;
  }

  .about_chart p:nth-child(2) {
    margin: -0.3rem 0 0 0;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }

  .about_chart .lp_underline::before {
    bottom: 0.8rem;
    left: 5%;
    width: 91%;
    height: 1rem;
  }

  .about_chart-img {
    width: 100rem;
    margin: 3.6rem auto 0;
  }

  .about_type-btn {
    width: 100rem;
    margin: 2.1rem auto 0;
  }

  .about_type-btn li {
    width: 32rem;
  }
}

@media screen and (max-width: 767px) {
  .sec__about {
    margin: calc(99* (100vw / 375)) 0 0 0;
    padding: 0 0 calc(60* (100vw / 375));
  }

  .about_intro h3 {
    width: calc(252* (100vw / 375));
    height: calc(46* (100vw / 375));
    padding: calc(5* (100vw / 375)) 0;
    border-radius: calc(6* (100vw / 375));
    font-size: calc(20* (100vw / 375));
  }

  .about_intro p {
    width: calc(345* (100vw / 375));
    text-align: left;
    margin: calc(-23* (100vw / 375)) auto 0;
    padding: calc(46* (100vw / 375)) calc(20* (100vw / 375)) calc(24* (100vw / 375));
    border: #2b2b2b solid 1px;
    border-radius: calc(10* (100vw / 375));
  }

  .about_chart {
    margin: calc(34* (100vw / 375)) 0 0 0;
  }

  .about_chart p:nth-child(1) {
    font-size: calc(15* (100vw / 375));
    letter-spacing: 0.06em;
  }

  .about_chart p:nth-child(2) {
    margin: calc(-4* (100vw / 375)) 0 0 0;
    font-size: calc(22* (100vw / 375));
    letter-spacing: 0.06em;
  }

  .about_chart .lp_underline::before {
    bottom: calc(6* (100vw / 375));
    left: 5%;
    width: 93%;
    height: calc(10* (100vw / 375));
  }

  .about_chart-img {
    width: calc(345* (100vw / 375));
    margin: calc(25* (100vw / 375)) auto 0;
  }

  .about_type-btn {
    width: calc(345* (100vw / 375));
    margin: calc(9* (100vw / 375)) auto 0;
  }

  .about_type-btn li {
    width: calc(110* (100vw / 375));
  }
}

/* contents_type___________________________*/
.lp__contents {
  background: #f7f7f7;
}

.sec__type h3 {
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #2b2b2b;
  margin: 0 auto 0;
  z-index: 1;
}

.type_inner {
  border: #2b2b2b 1px solid;
  background: #fff;
}

.type_item-inner:nth-child(1) p::before,
.type_item-inner:nth-child(1) p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .lp__contents {
    padding: 10rem 0 10rem;
  }

  .sec__type h3 {
    width: 49.8rem;
    height: 5rem;
    font-size: 2.4rem;
    border-radius: 0.6rem;
    letter-spacing: 0.08em;
    line-height: 2.2;
  }

  .type_inner {
    width: 100rem;
    margin: -2.5rem auto 0;
    border-radius: 1rem;
    padding: 0 0 7.3rem 0;
  }

  /* タイプの特徴 */
  .type_feature {
    display: flex;
    justify-content: space-between;
    width: 50.5rem;
    margin: 7.4rem 0 0 50%;
    transform: translateX(-42.2%);
  }

  .type_feature-img {
    width: 20.4rem;
  }

  .type_feature-tx {
    width: 28rem;
    margin: 12rem 0 0 0;
  }

  .type_feature-tx h4 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.81;
    text-align: left;
  }

  .type_feature-tx p {
    font-size: 1.4rem;
    margin: 0.6rem 0 0 0;
    text-align: left;
  }

  /* 手に入れたいアイテム */
  .type_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 88rem;
    margin: 5rem auto 0;
    padding: 6.3rem 0 0 0;
  }

  .type_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f7f7f7;
    width: 88rem;
    height: 2px;
  }

  .type_item-inner:nth-child(1) {
    position: absolute;
    top: 6.1rem;
    left: 0;
    width: 44rem;
  }

  .type_item-inner:nth-child(1) p {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }

  .type_item-inner:nth-child(1) p::before,
  .type_item-inner:nth-child(1) p::after {
    top: 0.3rem;
    width: 1.2rem;
    height: 2rem;
  }

  .type_item-inner:nth-child(1) p::before {
    left: 8.1rem;
    background-image: url(../img/hukidasi_left.svg);
  }

  .type_item-inner:nth-child(1) p::after {
    right: 8.1rem;
    background-image: url(../img/hukidasi_right.svg);
  }

  .type_item-inner:nth-child(1) h4 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin: -0.3rem 0 0 0;
  }

  .type_item-inner:nth-child(2) {
    width: 40rem;
  }

  .type_item-inner:nth-child(3) {
    width: 44rem;
    margin: 7.5rem 0 0 0;
  }

  .type_item .lp_item_credit {
    margin: 0.4rem -0.1rem 0 0;
    text-align: right;
    line-height: 2.2;
  }

  /* メイクのポイント */
  .type_make {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 80.8rem;
    margin: 6.3rem 0 0 13.1rem;
  }

  .type_make h4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 44rem;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }

  .type_make-img {
    width: 32rem;
    margin: 0.8rem 0 0 0;
  }

  .type_make .type_comment {
    width: 44rem;
    margin: 4.6rem 0 0 0;
  }

  /* スタッフのスタイリング */
  .type_styling {
    width: 76rem;
    margin: 5.9rem auto 0;
  }

  .type_styling h4 {
    width: inherit;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    z-index: 2;
  }

  .type_styling .lp_underline::before {
    bottom: 0.7rem;
    left: 5%;
    width: 88.7%;
    height: 1rem;
  }

  .type_styling-detail {
    display: flex;
    justify-content: space-between;
    margin: 3.4rem 0 0 0;
  }

  .type_styling-detail div {
    width: 35rem;
  }

  .type_styling-detail .lp_item_credit {
    margin: 1.4rem 0 0 0;
    text-align: center;
  }

  .type_styling-detail .lp_item_credit a {
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .lp__contents {
    padding: calc(70* (100vw / 375)) 0 calc(60* (100vw / 375));
  }

  .sec__type h3 {
    width: calc(285* (100vw / 375));
    height: calc(78* (100vw / 375));
    padding: calc(6* (100vw / 375)) 0;
    font-size: calc(20* (100vw / 375));
    border-radius: calc(6* (100vw / 375));
    letter-spacing: 0.08em;
    line-height: 1.7;
  }

  .type_inner {
    width: calc(345* (100vw / 375));
    margin: calc(-40* (100vw / 375)) auto 0;
    border-radius: calc(10* (100vw / 375));
    padding: 0 0 calc(45* (100vw / 375)) 0;
  }

  /* タイプの特徴 */
  .type_feature {
    display: flex;
    justify-content: space-between;
    width: calc(335* (100vw / 375));
    margin: calc(79* (100vw / 375)) 0 0 0;
  }

  .type_feature-img {
    width: calc(156* (100vw / 375));
    margin: 0 0 0 calc(19* (100vw / 375));
    flex: 0 0 auto;
  }

  .type_feature-tx {
    width: calc(150* (100vw / 375));
    margin: calc(40* (100vw / 375)) 0 0 0;
    flex: 0 0 auto;
  }

  .type_feature-tx h4 {
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.08em;
    line-height: 1.75;
    text-align: left;
  }

  .type_feature-tx p {
    font-size: calc(14* (100vw / 375));
    margin: calc(11* (100vw / 375)) 0 0 0;
    text-align: left;
  }

  /* 手に入れたいアイテム */
  .type_item {
    width: calc(305* (100vw / 375));
    margin: calc(40* (100vw / 375)) auto 0;
    padding: calc(27* (100vw / 375)) 0 0 0;
    border-top: #f7f7f7 2px solid;
  }

  .type_item-inner:nth-child(1) {
    margin: 0 0 0 calc(2* (100vw / 375));
  }

  .type_item-inner:nth-child(1) p {
    position: relative;
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.08em;
  }

  .type_item-inner:nth-child(1) p::before,
  .type_item-inner:nth-child(1) p::after {
    top: calc(3* (100vw / 375));
    width: calc(12* (100vw / 375));
    height: calc(20* (100vw / 375));
  }

  .type_item-inner:nth-child(1) p::before {
    left: calc(12* (100vw / 375));
    background-image: url(../img/hukidasi_left.svg);
  }

  .type_item-inner:nth-child(1) p::after {
    right: calc(14* (100vw / 375));
    background-image: url(../img/hukidasi_right.svg);
  }

  .type_item-inner:nth-child(1) h4 {
    font-size: calc(22* (100vw / 375));
    letter-spacing: 0.08em;
    margin: calc(-3* (100vw / 375)) 0 0 0;
  }


  .type_item-inner:nth-child(2) {
    width: calc(303* (100vw / 375));
    margin: calc(13* (100vw / 375)) auto 0;
  }

  .type_item-inner:nth-child(3) {
    margin: calc(10* (100vw / 375)) 0 0 0;
  }

  .type_item .lp_item_credit {
    margin: calc(13* (100vw / 375)) 0 0 0;
    text-align: center;
  }

  .type_item .lp_item_credit a {
    line-height: 2.4;
  }

  /* メイクのポイント */
  .type_make {
    width: calc(305* (100vw / 375));
    margin: calc(26* (100vw / 375)) auto 0;
  }

  .type_make h4 {
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.08em;
  }

  .type_make-img {
    width: calc(250* (100vw / 375));
    margin: calc(13* (100vw / 375)) auto 0;
  }

  .type_make .type_comment {
    margin: calc(15* (100vw / 375)) 0 0 0;
  }

  /* スタッフのスタイリング */
  .type_styling {
    width: calc(305* (100vw / 375));
    margin: calc(32* (100vw / 375)) auto 0;
  }

  .type_styling h4 {
    position: relative;
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.08em;
    line-height: 1.875;
    z-index: 2;
    margin: 0 0 0 calc(2* (100vw / 375));
  }

  .type_styling .lp_underline::before {
    bottom: calc(4* (100vw / 375));
    left: -3%;
    width: 106%;
    height: calc(10* (100vw / 375));
  }

  .type_styling-detail {
    display: flex;
    justify-content: space-between;
    width: calc(305* (100vw / 375));
    margin: calc(16* (100vw / 375)) 0 0 0;
  }

  .type_styling-detail div {
    width: calc(145* (100vw / 375));
  }

  .type_styling-detail .lp_item_credit {
    margin: calc(7* (100vw / 375)) 0 0 0;
  }

  .type_styling-detail .lp_item_credit a {
    text-align: left;
    line-height: 1.8;
  }

  .type_styling-detail .lp_item_credit li:nth-child(n+2) {
    margin: calc(6* (100vw / 375)) 0 0 0;
  }
}

/* セクション（タイプ）別調整___________________________*/
@media screen and (min-width: 768px) {

  /*  ナチュラルタイプ */
  .sec__natural {
    margin: 8rem 0 0 0;
  }

  .sec__natural .type_feature {
    flex-direction: row-reverse;
    width: 52.9rem;
    transform: translateX(-52.9%);
  }

  .sec__natural .type_feature-tx {
    margin: 13.3rem 0 0 0;
  }

  .sec__natural .type_item {
    flex-direction: row;
    padding: 6.1rem 0 0 0;
  }

  .sec__natural .type_item-inner:nth-child(1) {
    top: 5.8rem;
    right: 0;
    left: initial;
  }

  .sec__natural .type_make {
    flex-direction: row-reverse;
    width: 82rem;
    margin: 6.1rem 0 0 5.9rem;
  }

  .sec__natural .type_make h4 {
    top: 0.1rem;
    right: initial;
    left: 0;
  }

  .sec__natural .type_styling .lp_underline::before {
    width: 89.9%;
  }

  /* ウェーブタイプ */
  .sec__wave {
    margin: 8rem 0 0 0;
  }

  .sec__wave h3 {
    width: 47.2rem;
  }

  .sec__wave .type_feature {
    width: 50.3rem;
    transform: translateX(-44.4%);
  }

  .sec__wave .type_feature-img {
    width: 20.2rem;
  }

  .sec__wave .type_feature-tx {
    margin: 13.4rem 0 0 0;
  }

  .sec__wave .type_item-inner:nth-child(1) {
    top: 10.2rem;
  }

  .sec__wave .type_item-inner:nth-child(3) {
    margin: 11.7rem 0 0 0;
  }

  .sec__wave .type_item .lp_item_credit {
    margin: 1.6rem -0.1rem 0 0;
  }

  .sec__wave .type_make {
    width: 82rem;
    margin: 6.2rem 0 0 11.9rem;
  }
}

@media screen and (max-width: 767px) {
  .lp__contents .sec__type:nth-child(n+2) {
    margin: calc(50* (100vw / 375)) 0 0 0;
  }

  /*  ナチュラルタイプ */
  .sec__natural .type_item-inner:nth-child(2) {
    width: calc(311* (100vw / 375));
    margin: calc(11* (100vw / 375)) 0 0 calc(-3* (100vw / 375));
  }

  .sec__natural .type_item-inner:nth-child(3) {
    margin: calc(3* (100vw / 375)) 0 0 0;
  }

  .sec__natural .type_make-img {
    margin: calc(8* (100vw / 375)) auto 0;
  }

  .sec__natural .type_make .type_comment {
    margin: calc(19* (100vw / 375)) 0 0 0;
  }

  /* ウェーブタイプ */
  .sec__wave h3 {
    width: calc(264* (100vw / 375));
  }

  .sec__wave .type_feature-tx {
    margin: calc(66* (100vw / 375)) 0 0 0;
  }

  .sec__wave .type_item-inner:nth-child(2) {
    width: calc(302* (100vw / 375));
    margin: calc(12* (100vw / 375)) 0 0 calc(4* (100vw / 375));
  }

  .sec__wave .type_item-inner:nth-child(3) {
    margin: calc(12* (100vw / 375)) 0 0 0;
  }

  .sec__wave .type_make-img {
    margin: calc(8* (100vw / 375)) auto 0;
  }

  .sec__wave .type_make .type_comment {
    margin: calc(20* (100vw / 375)) 0 0 0;
  }

  .sec__wave .type_styling {
    margin: calc(31* (100vw / 375)) auto 0;
  }
}

/* sec__staff___________________________*/
.person_name p,
.person_name h4,
.person_name a,
.staff_person_block2 p {
  text-align: left;
}

.person_name a {
  position: relative;
  text-decoration: underline;
  font-weight: 400;
}

.person_name a::before {
  content: "";
  position: absolute;
  background-image: url(../img/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.staff_credit h4,
.staff_credit p {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sec__staff {
    margin: 9rem 0 0 0;
  }

  .sec__staff h3 {
    font-size: 2.2rem;
    margin: 0 0 0 0.2rem;
  }

  .staff_arrow {
    width: 2rem;
    margin: 3.2rem auto 0;
  }

  .staff_person {
    display: flex;
    justify-content: space-between;
    width: 88rem;
    margin: 3rem auto 0;
  }

  .staff_person li {
    width: 42rem;
  }

  .staff_person_block1 {
    display: flex;
    column-gap: 2rem;
    padding: 0 0 3rem 0;
    border-bottom: 1px solid #000;
    margin: 0 0 0 0;
  }

  .person_img {
    width: 11.4rem;
  }

  .person_name {
    margin: 1.7rem 0 0 0.5rem;
  }

  .person_name p {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }

  .person_name h4 {
    font-size: 1.8rem;
    margin: -0.3rem 0 0 0;
    letter-spacing: 0.08em;
  }

  .person_name h4 span {
    font-size: 1.4rem;
    margin: 0.2rem 0 0 0;
  }

  .person_name a {
    font-size: 1.3rem;
    margin: 0.7rem 0 0 3.3rem;
    letter-spacing: 0.09em;
  }

  .person_name a::before {
    top: 0;
    left: -3.3rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .staff_person_block2 {
    margin: 2.5rem 0 0 0;
    padding: 0 0 2.3rem 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #000;
  }

  .staff_person li:nth-child(2) .person_img {
    width: 10.4rem;
    margin: 0 0 0 1rem;
  }

  .staff_credit {
    width: 88.2rem;
    margin: 2.9rem auto 0;
  }

  .staff_credit h4 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .staff_credit p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .sec__staff {
    margin: calc(53* (100vw / 375)) 0 0 0;
  }

  .sec__staff h3 {
    font-size: calc(18* (100vw / 375));
  }

  .staff_arrow {
    width: calc(20.5* (100vw / 375));
    margin: calc(24* (100vw / 375)) auto 0;
  }

  .staff_person {
    margin: calc(25* (100vw / 375)) auto 0;
  }

  .staff_person_block1 {
    display: flex;
    margin: 0 0 calc(19* (100vw / 375)) calc(13* (100vw / 375));
  }

  .person_img {
    width: calc(114* (100vw / 375));
    margin: 0 calc(20* (100vw / 375)) 0 0;
  }

  .person_name {
    margin: calc(10* (100vw / 375)) 0 0 0;
  }

  .person_name p {
    font-size: calc(13* (100vw / 375));
    letter-spacing: 0.08em;
  }

  .person_name h4 {
    font-size: calc(18* (100vw / 375));
    margin: calc(-2* (100vw / 375)) 0 0 0;
    letter-spacing: 0.08em;
  }

  .person_name h4 span {
    font-size: calc(14* (100vw / 375));
    margin: calc(2* (100vw / 375)) 0 0 0;
  }

  .person_name a {
    font-size: calc(13* (100vw / 375));
    margin: calc(7* (100vw / 375)) 0 0 calc(32* (100vw / 375));
  }

  .person_name a::before {
    top: 0;
    left: calc(-32* (100vw / 375));
    width: calc(25* (100vw / 375));
    height: calc(25* (100vw / 375));
  }

  .staff_person_block2 {
    width: calc(345* (100vw / 375));
    margin: 0 auto 0;
    padding: calc(19* (100vw / 375)) 0 calc(19* (100vw / 375)) 0;
    font-size: calc(14* (100vw / 375));
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }

  .staff_person_block2 p {
    letter-spacing: 0.04em;
  }

  .staff_person li:nth-child(2) {
    margin: calc(38* (100vw / 375)) 0 0 0;
  }

  .staff_person li:nth-child(2) .person_img {
    width: calc(104* (100vw / 375));
    margin: calc(2* (100vw / 375)) calc(30* (100vw / 375)) 0 0;
  }

  .staff_person li:nth-child(2) .person_name a {
    margin: calc(10* (100vw / 375)) 0 0 calc(32* (100vw / 375));
  }

  .staff_credit {
    width: calc(348* (100vw / 375));
    margin: calc(19* (100vw / 375)) auto 0;
  }

  .staff_credit h4 {
    font-size: calc(12* (100vw / 375));
    font-weight: 600;
  }

  .staff_credit p {
    font-size: calc(10* (100vw / 375));
    font-weight: 400;
    line-height: 1.8;
  }
}