﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area221014 img {
  width: 100%;
  height: auto;
}

.main-area221014 a,
.main-area221014 picture {
  display: inline-block;
}

.main-area221014 .lp_underline {
  position: relative;
  display: inline-block
}

.main-area221014 .lp_underline::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  z-index: -1;
}

/* font */
.main-area221014 p,
.main-area221014 h3,
.main-area221014 h4,
.main-area221014 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-area221014 .hira_w5 {
  font-family: "HiraKakuProN-W5", "Hiragino Kaku Gothic ProN W5", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.main-area221014 .hira_w6 {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.main-area221014 .ff_poppins {
  font-family: var(--poppins);
  font-style: normal;
}

.lp_item-credit a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration: underline;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .main-area221014 {
    padding-bottom: 14rem;
    overflow-x: hidden;
  }

  .main-area221014 .spOnly {
    display: none;
  }

  .main-area221014 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-area221014 {
    padding-bottom: calc(120* (100vw / 375));
  }

  .main-area221014 .pcOnly {
    display: none;
  }

  .main-area221014 p {
    font-size: calc(14* (100vw / 375));
  }

  .lp_item-credit a {
    font-size: calc(10* (100vw / 375));
  }
}

/* sec__fv___________________________*/
@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(2) {
    margin: 1.5rem 0 0 0;
  }

  .fv_read p:nth-child(3) {
    margin: 1.9em 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .fv_read {
    margin: calc(44* (100vw / 375)) 0 0 0;
  }

  .fv_read p:nth-child(2) {
    margin: calc(14* (100vw / 375)) 0 0 0;
  }

  .fv_read p:nth-child(3) {
    margin: calc(15* (100vw / 375)) 0 0 0;
  }
}

/* sec__about___________________________*/
.about_type-btn {
  display: flex;
  justify-content: space-between;
}

.about_type-btn a {
  transition: all 0.4s
}

.sec__about h3 {
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
}

.about_shortcut h3 {
  background: #fff;
  border: 1px #000 solid;
  color: #000;
}

h3.about_chart-ttl {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.about_chart-ttl::before,
.about_chart-ttl::after,
.about_chart-ttl.close::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  opacity: 1;
  transition: all 0.5s;
}

.about_chart-ttl::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about_chart-ttl.close::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about_chart-ttl.close {
  position: relative;
}

.about_chart-ttl.close::before {
  content: "";
  transition: all 0.5s;
  opacity: 0;
}

/* .about_chart-ttl.close::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  transition: all 0.5s;
} */

@media screen and (min-width: 768px) {
  .sec__about {
    margin: 6.4rem 0 0 0;
    padding: 0 0 10rem 0;
  }

  .about_shortcut h3 {
    font-size: 2.2rem;
    width: 66.7rem;
    height: 5.8rem;
    line-height: 2.5;
    border-radius: 0.8rem;
  }

  .about_shortcut .about_type-btn {
    margin: 2.7rem auto 0;
  }

  .about_chart {
    width: 100rem;
    margin: 10rem auto 0;
  }

  h3.about_chart-ttl {
    width: 100rem;
    height: 5.8rem;
    font-size: 2.4rem;
    line-height: 2.4;
    border-radius: 1rem;
    padding-right: 1.3rem;
  }

  .about_chart-ttl::before,
  .about_chart-ttl::after,
  .about_chart-ttl.close::after {
    top: 2.9rem;
    right: 2.25rem;
    width: 1.5rem;
    height: 0.3rem;
  }

  .about_chart-ttl::before {
    top: 2.8rem;
    right: 3rem;
  }

  .about_chart-contents {
    display: none;
    margin: 4.2rem auto 0;
  }

  .about_chart-contents p:nth-child(1) {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    padding-right: 1.1rem;
  }

  .about_chart-contents p:nth-child(2) {
    margin: -0.3rem 0 0 0;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }

  .about_chart-contents .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(44* (100vw / 375)) 0 0 0;
    padding: 0 0 calc(60* (100vw / 375));
  }

  .about_shortcut h3 {
    width: calc(345* (100vw / 375));
    height: calc(86* (100vw / 375));
    margin: 0 auto 0;
    font-size: calc(20* (100vw / 375));
    line-height: 1.5;
    padding-top: calc(12* (100vw / 375));
    letter-spacing: 0.02em;
    border-radius: calc(7* (100vw / 375));
  }

  .about_shortcut .about_type-btn {
    width: calc(345* (100vw / 375));
    margin: calc(30* (100vw / 375)) auto 0;
  }

  .about_chart {
    margin: calc(50* (100vw / 375)) 0 0 0;
  }

  h3.about_chart-ttl {
    width: calc(345* (100vw / 375));
    height: calc(56* (100vw / 375));
    font-size: calc(20* (100vw / 375));
    line-height: 2.9;
    border-radius: calc(5* (100vw / 375));
    padding-right: calc(33* (100vw / 375));
    letter-spacing: 0.02em;
  }

  .about_chart-ttl::before,
  .about_chart-ttl::after,
  .about_chart-ttl.close::after {
    top: calc(28* (100vw / 375));
    right: calc(12.5* (100vw / 375));
    width: calc(15* (100vw / 375));
    height: calc(3* (100vw / 375));
  }

  .about_chart-ttl::before {
    top: calc(27* (100vw / 375));
    right: calc(20* (100vw / 375));
  }

  .about_chart-contents {
    display: none;
    width: calc(345* (100vw / 375));
    margin: calc(34* (100vw / 375)) auto 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 {
    margin: calc(25* (100vw / 375)) auto 0;
  }

  .about_type-btn {
    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-ttl p::before,
.type_item-ttl 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 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 50.5rem;
    margin: 7.4rem 0 0 50%;
    transform: translateX(-42.2%);
  }

  .type_feature::before {
    content: "";
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-55%);
    background: #f7f7f7;
    width: 88rem;
    height: 2px;
  }

  .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_flexbox {
    display: flex;
    width: 88rem;
    margin: 3.7rem auto 0;
  }

  .type_flexbox-inner {
    width: 50%;
  }

  /* おすすめアイテム */
  .type_item {
    margin: 5rem 0 0 0;
    padding: 2.1rem 0 0 0;
  }

  .type_item-ttl {
    margin: 0 0 0 5.1rem;
  }

  .type_item-ttl p {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .type_item-ttl p::before,
  .type_item-ttl p::after {
    top: 0.3rem;
    width: 1.2rem;
    height: 2rem;
  }

  .type_item-ttl p::before {
    left: 4.3rem;
    background-image: url(../img/hukidasi_left.svg);
  }

  .type_item-ttl p::after {
    right: 4.3rem;
    background-image: url(../img/hukidasi_right.svg);
  }

  .type_item-ttl h4 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin: 0.6rem 0 0 0;
    line-height: 1.318;
  }

  .type_item-img {
    width: 37.6rem;
    margin: 2.4rem 0 0 5.7rem;
  }

  .type_item .lp_item-credit {
    margin: 2.2rem 0 0 2.9rem;
    text-align: left;
    line-height: 2.2;
  }

  /* コーディネートのポイント メイクのポイント */
  .type_item-comment,
  .type_make-comment {
    width: 33rem;
    margin: 7.8rem 0 0 auto;
  }

  .type_make-comment {
    margin: 2.8rem 0 0 auto;
  }

  /* スタッフのスタイリング */
  .type_styling {
    width: 76rem;
    margin: 4.5rem 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: left;
  }

  .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(32* (100vw / 375)) auto 0;
    padding: calc(35* (100vw / 375)) 0 0 0;
    border-top: #f7f7f7 2px solid;
  }

  .type_item-ttl {
    margin: 0 0 0 calc(2* (100vw / 375));
  }

  .type_item-ttl p {
    position: relative;
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.1em;
  }

  .type_item-ttl p::before,
  .type_item-ttl p::after {
    top: calc(3* (100vw / 375));
    width: calc(12* (100vw / 375));
    height: calc(20* (100vw / 375));
  }

  .type_item-ttl p::before {
    left: 0;
    background-image: url(../img/hukidasi_left.svg);
  }

  .type_item-ttl p::after {
    right: calc(1* (100vw / 375));
    background-image: url(../img/hukidasi_right.svg);
  }

  .type_item-ttl h4 {
    font-size: calc(22* (100vw / 375));
    letter-spacing: 0.1em;
    margin: calc(5* (100vw / 375)) 0 0 0;
    line-height: 1.318;
  }

  .type_item-img {
    width: calc(305* (100vw / 375));
    margin: calc(16* (100vw / 375)) auto 0;
  }

  .type_item .lp_item-credit {
    margin: calc(4* (100vw / 375)) 0 0 0;
    text-align: left;
  }

  .type_item .lp_item-credit a {
    line-height: 2.3;
  }

  /* コーディネート メイクのポイント */
  .type_item-comment {
    width: calc(305* (100vw / 375));
    margin: calc(43* (100vw / 375)) auto 0;
  }

  .type_make-comment {
    width: calc(305* (100vw / 375));
    margin: calc(20* (100vw / 375)) auto 0;
  }

  /* スタッフのスタイリング */
  .type_styling {
    margin: calc(34* (100vw / 375)) auto 0;
  }

  .type_styling h4 {
    position: relative;
    font-size: calc(17* (100vw / 375));
    line-height: 1.705;
    z-index: 2;
    margin: 0 0 0 calc(5* (100vw / 375));
  }

  .type_styling .lp_underline::before {
    bottom: calc(3* (100vw / 375));
    left: -2%;
    width: 103%;
    height: calc(10* (100vw / 375));
  }

  .type_styling .lp_underline:nth-last-child(1):before {
    left: -1%;
    width: 98%;
  }

  .type_styling-detail {
    display: flex;
    justify-content: space-between;
    width: calc(305* (100vw / 375));
    margin: calc(19* (100vw / 375)) auto 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::before {
    transform: translateX(-49%);
  }

  .sec__natural .type_feature-tx {
    margin: 13.3rem 0 0 0;
  }

  .sec__natural .type_styling .lp_underline::before {
    width: 88.7%;
  }

  .sec__natural .type_flexbox {
    margin: 3.4rem auto 0;
  }

  .sec__natural .type_make-comment {
    margin: 3rem 0 0 auto;
  }

  /* ウェーブタイプ */
  .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::before {
    transform: translateX(-53%);
  }

  .sec__wave .type_feature-img {
    width: 20.2rem;
  }

  .sec__wave .type_feature-tx {
    margin: 13.4rem 0 0 0;
  }

  .sec__wave .type_item-ttl p::before {
    left: 5.3rem;
  }

  .sec__wave .type_item-ttl p::after {
    right: 5.4rem;
  }

  .sec__wave .type_styling .lp_underline::before {
    left: 5.6%;
    width: 87.7%;
  }

  .sec__wave .type_make-comment{
    margin: 3.1rem 0 0 auto;
  }
}

@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-img {
    width: calc(306* (100vw / 375));
  }

  .sec__natural .type_item{
    margin: calc(30* (100vw /375)) auto 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-ttl p::before {
    left: calc(9* (100vw / 375));
  }

  .sec__wave .type_item-ttl p::after {
    right: calc(12* (100vw / 375));
  }

  .sec__wave .type_item-img {
    transform: translateX(calc(2* (100vw / 375)));
  }

  .sec__wave .type_item .lp_item-credit {
    margin: calc(3* (100vw / 375)) 0 0 0;
  }

  .sec__wave .type_styling .lp_underline:nth-child(1):before {
    left: -4%;
    width: 107%;
  }
}

/* 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.8rem 0 0 3.1rem;
    letter-spacing: 0.09em;
  }

  .person_name a::before {
    top: 0;
    left: -3.2rem;
    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(52* (100vw / 375)) 0 0 0;
  }

  .sec__staff h3 {
    font-size: calc(18* (100vw / 375));
  }

  .staff_arrow {
    width: calc(20.5* (100vw / 375));
    margin: calc(18* (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.03em;
  }

  .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;
  }
}

/* lp_foot-btn___________________________*/
.lp_foot-btn a {
  display: flex;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.05em;
}

.lp_backnumber_btn {
  border: #000 1px solid;
}

.shop_top_btn {
  background: #000;
  border: #000 1px solid;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp_foot-btn {
    width: 36rem;
    margin: 7.8rem auto 0;
  }

  .lp_foot-btn a {
    line-height: 4.1;
    height: 6rem;
    font-size: 1.5rem;
    transition: all 0.3s;
  }

  .shop_top_btn {
    margin: 1.5rem 0 0 0;
  }

  .lp_backnumber_btn:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }

  .shop_top_btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .lp_foot-btn {
    width: calc(280* (100vw / 375));
    margin: calc(59* (100vw / 375)) auto 0;
  }

  .lp_foot-btn a {
    line-height: 3.5;
    height: calc(48* (100vw / 375));
    font-size: calc(13* (100vw / 375));
  }

  .shop_top_btn {
    margin: calc(15* (100vw / 375)) 0 0 0;
  }
}