@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 9, ../scss/style.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, ../scss/style.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, ../scss/style.scss */
nav ul {
  list-style: none;
}

/* line 43, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, ../scss/style.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, ../scss/style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, ../scss/style.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, ../scss/style.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../scss/style.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, ../scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, ../scss/style.scss */
input, select {
  vertical-align: middle;
}

/* line 104, ../scss/style.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 110, ../scss/style.scss */
.wrap {
  overflow: hidden;
}

/********************************************************************************
PC用
********************************************************************************/
@media screen and (min-width: 1025px) {
  /* line 138, ../scss/style.scss */
  .sp-br {
    display: none;
  }

  /* line 141, ../scss/style.scss */
  .sp-example {
    display: none;
  }

  /* line 144, ../scss/style.scss */
  .wrap {
    overflow: hidden;
  }

  /* line 147, ../scss/style.scss */
  .top {
    position: relative;
  }
  /* line 149, ../scss/style.scss */
  .top img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* line 155, ../scss/style.scss */
  .top .header-left {
    font-size: 1vw;
    padding: 15px 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  /* line 165, ../scss/style.scss */
  .top .header-left h1 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    text-align: center;
    color: #fff;
  }
  /* line 172, ../scss/style.scss */
  .top .header-left p {
    padding: 0 0 0 20px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1vw;
    text-align: left;
    color: #fff;
  }
  /* line 181, ../scss/style.scss */
  .top .header-right {
    padding: 15px 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  /* line 188, ../scss/style.scss */
  .top .header-right a {
    align-self: center;
    font-size: 1vw;
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
  }
  /* line 195, ../scss/style.scss */
  .top .header-right .header-btn {
    padding: 1px 15px;
    margin-left: 10px;
    border-radius: 30px;
    background-color: #fff;
  }
  /* line 200, ../scss/style.scss */
  .top .header-right .header-btn a {
    padding: 0;
    font-size: 1vw;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  /* line 210, ../scss/style.scss */
  .top .main-one {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
  }
  /* line 215, ../scss/style.scss */
  .top .main-one h2 {
    font-family: "Andara Script";
    font-weight: 100;
    font-size: 6.857vw;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
  /* line 224, ../scss/style.scss */
  .top .main-two {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
  }
  /* line 229, ../scss/style.scss */
  .top .main-two h3 {
    font-family: 03SmartFontUI;
    font-weight: normal;
    font-size: 2.857vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  /* line 238, ../scss/style.scss */
  .top .main-three {
    position: absolute;
    top: 69%;
    left: 0;
    right: 0;
  }
  /* line 243, ../scss/style.scss */
  .top .main-three p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.643vw;
    line-height: 2;
    text-align: center;
    color: #fff;
  }

  /* line 256, ../scss/style.scss */
  .point {
    width: 100%;
    height: auto;
  }
  /* line 259, ../scss/style.scss */
  .point .container-point {
    margin: 100px 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
  }
  /* line 265, ../scss/style.scss */
  .point .container-point h2 {
    width: 100%;
    padding: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
  }
  /* line 276, ../scss/style.scss */
  .point .container-point h2::before, .point .container-point h2::after {
    border-top: 1px solid #FF9300;
    content: "";
    flex-grow: 1;
  }
  /* line 282, ../scss/style.scss */
  .point .container-point h2::before {
    margin-right: 1rem;
  }
  /* line 285, ../scss/style.scss */
  .point .container-point h2::after {
    margin-left: 1rem;
  }
  /* line 289, ../scss/style.scss */
  .point .container-point .point-inner {
    width: 100%;
    max-width: 1023px;
    padding: 70px 0 100px 0;
    margin: 0 auto;
    position: relative;
  }
  /* line 295, ../scss/style.scss */
  .point .container-point .point-inner .circle-img {
    display: block;
    width: 100%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
  }
  /* line 302, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp1 {
    display: none;
  }
  /* line 305, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp2 {
    display: none;
  }
  /* line 308, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp3 {
    display: none;
  }
  /* line 311, ../scss/style.scss */
  .point .container-point .point-inner .point-circle {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
  }
  /* line 318, ../scss/style.scss */
  .point .container-point .point-inner .point-circle p {
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
    color: #000;
  }
  /* line 327, ../scss/style.scss */
  .point .container-point .point-inner .point-text {
    margin-top: 40px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
    color: #000;
  }

  /* line 340, ../scss/style.scss */
  .service {
    width: 100%;
    height: auto;
  }
  /* line 343, ../scss/style.scss */
  .service h2 {
    font-family: "Hiragino Sans";
    font-weight: 900;
    font-size: 2.857vw;
    line-height: 100px;
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #FFBA00, #EB00FF);
    background: -webkit-linear-gradient(left, #FFBA00, #EB00FF);
    background: linear-gradient(to right, #FFBA00, #EB00FF);
  }
  /* line 354, ../scss/style.scss */
  .service .container-service {
    width: 100%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    padding: 100px 49px 200px 49px;
  }
  /* line 360, ../scss/style.scss */
  .service .container-service .influencerPR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  /* line 364, ../scss/style.scss */
  .service .container-service .influencerPR .sp-title {
    display: none;
  }
  /* line 367, ../scss/style.scss */
  .service .container-service .influencerPR img {
    width: 100%;
    height: auto;
  }
  /* line 371, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text {
    padding-left: 75px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  /* line 377, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text h3 {
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    text-align: center;
    color: #000;
  }
  /* line 385, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text p {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 396, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 409, ../scss/style.scss */
  .service .container-service .picture-casting {
    display: flex;
    justify-content: space-between;
  }
  /* line 412, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture {
    padding: 0 35px 0 0;
    text-align: center;
  }
  /* line 415, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture h3 {
    margin-bottom: 60px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 424, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture img {
    width: 100%;
    height: 300px;
    margin-bottom: 45px;
  }
  /* line 429, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture p {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 440, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture a {
    display: block;
    padding: 17px 130px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 452, ../scss/style.scss */
  .service .container-service .picture-casting .casting {
    padding: 0 0 0 35px;
    text-align: center;
  }
  /* line 455, ../scss/style.scss */
  .service .container-service .picture-casting .casting h3 {
    margin-bottom: 60px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 464, ../scss/style.scss */
  .service .container-service .picture-casting .casting img {
    width: 100%;
    height: 300px;
    margin-bottom: 45px;
  }
  /* line 469, ../scss/style.scss */
  .service .container-service .picture-casting .casting p {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 480, ../scss/style.scss */
  .service .container-service .picture-casting .casting a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 496, ../scss/style.scss */
  .influencer-pr {
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 502, ../scss/style.scss */
  .influencer-pr img {
    width: 100%;
  }
  /* line 505, ../scss/style.scss */
  .influencer-pr .influ-head {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 521, ../scss/style.scss */
  .influencer-pr .influ-title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 530, ../scss/style.scss */
  .influencer-pr .review-first {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 538, ../scss/style.scss */
  .influencer-pr .review-first .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case1-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 545, ../scss/style.scss */
  .influencer-pr .review-first .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 554, ../scss/style.scss */
  .influencer-pr .review-first .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 563, ../scss/style.scss */
  .influencer-pr .review-first .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 572, ../scss/style.scss */
  .influencer-pr .review-first img {
    width: 230px;
    height: 230px;
  }
  /* line 577, ../scss/style.scss */
  .influencer-pr .review-second {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 585, ../scss/style.scss */
  .influencer-pr .review-second .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case2-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 592, ../scss/style.scss */
  .influencer-pr .review-second .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 601, ../scss/style.scss */
  .influencer-pr .review-second .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 610, ../scss/style.scss */
  .influencer-pr .review-second .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 619, ../scss/style.scss */
  .influencer-pr .review-second img {
    width: 230px;
    height: 230px;
  }
  /* line 624, ../scss/style.scss */
  .influencer-pr .review-third {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto 70px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 632, ../scss/style.scss */
  .influencer-pr .review-third .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case3-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 639, ../scss/style.scss */
  .influencer-pr .review-third .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    line-height: 25px;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 649, ../scss/style.scss */
  .influencer-pr .review-third .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 658, ../scss/style.scss */
  .influencer-pr .review-third .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 667, ../scss/style.scss */
  .influencer-pr .review-third img {
    width: 230px;
    height: 230px;
  }
  /* line 673, ../scss/style.scss */
  .influencer-pr .only-feature {
    width: 100%;
    max-width: 633px;
    margin: 0 auto;
    padding: 50px 40px 20px 40px;
    background: #fff;
    border: 3px solid #ff7f00;
    position: relative;
  }
  /* line 681, ../scss/style.scss */
  .influencer-pr .only-feature h2 {
    width: 26.857vw;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 25px;
    text-align: center;
    color: #000;
    background: linear-gradient(to right, #ffba00 0%, #eb00ff 100%);
  }
  /* line 700, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 704, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 710, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 719, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 723, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 729, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 738, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 742, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 748, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 759, ../scss/style.scss */
  .influencer-pr .menu {
    position: relative;
    padding: 100px 0px 48px 0;
  }
  /* line 764, ../scss/style.scss */
  .influencer-pr .menu h2 {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 10%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 780, ../scss/style.scss */
  .influencer-pr .menu .menu-text {
    width: 100%;
    max-width: 900px;
    margin: 100px auto 50px auto;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 791, ../scss/style.scss */
  .influencer-pr .menu .menu-plan {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1169px;
    margin: 0 auto;
  }
  /* line 797, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a {
    width: 100%;
    max-width: 550px;
    padding: 20px 50px 50px 50px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 804, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 813, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 821, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::before {
    content: '';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 832, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::after {
    content: ' ';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 844, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text {
    margin-bottom: 25px;
    padding: 10px 48px;
    background: #fff;
  }
  /* line 848, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 856, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p small {
    font-size: 12px;
  }
  /* line 861, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 870, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-flow {
    margin-bottom: 15px;
  }
  /* line 873, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 877, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list {
    max-width: 200px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 881, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 885, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 891, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 901, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 905, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 911, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 921, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 925, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 931, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 942, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 948, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b {
    width: 100%;
    max-width: 550px;
    padding: 20px 50px 50px 50px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 955, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 964, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 972, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::before {
    content: '';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 983, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::after {
    content: ' ';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 995, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text {
    margin-bottom: 25px;
    padding: 10px 45px;
    background: #fff;
  }
  /* line 999, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 1007, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p small {
    font-size: 0.857vw;
  }
  /* line 1012, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 1021, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-flow {
    margin-bottom: 15px;
  }
  /* line 1024, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 1028, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list {
    max-width: 270px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 1032, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 1036, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 1042, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 1052, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 1056, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 1062, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 1072, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 1076, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 1082, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 1093, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 1100, ../scss/style.scss */
  .influencer-pr .menu .contact-text {
    margin: 120px auto 68px auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    text-align: center;
    color: #000;
  }
  /* line 1108, ../scss/style.scss */
  .influencer-pr .menu .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 28px 98px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 1123, ../scss/style.scss */
  .insta-photography {
    text-align: center;
    position: relative;
    background: rgba(255, 127, 0, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 1129, ../scss/style.scss */
  .insta-photography img {
    width: 100%;
  }
  /* line 1132, ../scss/style.scss */
  .insta-photography .photo-head {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 1148, ../scss/style.scss */
  .insta-photography .photo-title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1157, ../scss/style.scss */
  .insta-photography .own-method {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
  /* line 1165, ../scss/style.scss */
  .insta-photography .own-method .method-left h3 {
    width: 100%;
    max-width: 590px;
    padding: 18px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1176, ../scss/style.scss */
  .insta-photography .own-method .method-left p {
    width: 100%;
    max-width: 590px;
    padding: 28px 0 0 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 1188, ../scss/style.scss */
  .insta-photography .own-method img {
    width: 230px;
    height: 230px;
  }
  /* line 1193, ../scss/style.scss */
  .insta-photography .photo-primary {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 40px 50px 50px 50px;
    border-radius: 5px;
    background: #fff;
  }
  /* line 1201, ../scss/style.scss */
  .insta-photography .photo-primary h3 {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 50px auto;
    padding: 5px;
    border-radius: 7px;
    background: #ffba00;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #fff;
  }
  /* line 1214, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  /* line 1221, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary img {
    width: 250px;
    height: 250px;
  }
  /* line 1226, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary p {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 1237, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary img {
    width: 379px;
    height: 132px;
    background: transparent;
  }
  /* line 1244, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  /* line 1250, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu {
    width: 100%;
    max-width: 529px;
    padding: 9px 27px 13px 27px;
    background: transparent;
    border: 3px solid rgba(255, 167, 0, 0.55);
  }
  /* line 1256, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 1259, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu img {
    width: 475px;
    height: 44px;
  }
  /* line 1264, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 1267, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle img {
    width: 148px;
    height: 48px;
  }
  /* line 1272, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-text {
    margin-bottom: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.571vw;
    line-height: 23px;
    text-align: center;
    color: #000;
  }
  /* line 1281, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-note {
    padding-left: 135px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.143vw;
    line-height: 22px;
    text-align: left;
    color: #000;
  }
  /* line 1291, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee img {
    width: 250px;
    height: 250px;
  }
  /* line 1297, ../scss/style.scss */
  .insta-photography .comic {
    padding-bottom: 128px;
  }
  /* line 1299, ../scss/style.scss */
  .insta-photography .comic h3 {
    max-width: 900px;
    margin: 0 auto;
    height: 24px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1309, ../scss/style.scss */
  .insta-photography .comic p {
    width: 51.571vw;
    margin: 30px auto;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.289vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 1319, ../scss/style.scss */
  .insta-photography .comic .comic-sample {
    display: flex;
    justify-content: space-between;
    max-width: 722px;
    margin: 0 auto;
  }
  /* line 1324, ../scss/style.scss */
  .insta-photography .comic .comic-sample img {
    width: 340px;
    height: 340px;
  }
  /* line 1330, ../scss/style.scss */
  .insta-photography .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 28px 98px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 1344, ../scss/style.scss */
  .expert-casting {
    text-align: center;
    position: relative;
    background: rgba(235, 0, 255, 0.05);
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /* line 1350, ../scss/style.scss */
  .expert-casting img {
    width: 100%;
  }
  /* line 1353, ../scss/style.scss */
  .expert-casting .expert-head {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 1369, ../scss/style.scss */
  .expert-casting .expert-title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 1379, ../scss/style.scss */
  .expert-casting .expert-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 1384, ../scss/style.scss */
  .expert-casting .expert-list .first-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  /* line 1388, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1394, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1408, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 3.571vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1422, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1428, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1442, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1456, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1462, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1476, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1490, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1496, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    line-height: 20px;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 1511, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1527, ../scss/style.scss */
  .expert-casting .expert-list .second-line {
    display: flex;
    justify-content: space-between;
  }
  /* line 1530, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1536, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 20px;
    text-align: center;
    color: #000;
  }
  /* line 1551, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1566, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1572, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 1586, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1601, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1607, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1621, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1635, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 1641, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 1655, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 1672, ../scss/style.scss */
  .expert-casting .many-proposals {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
  /* line 1680, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left h3 {
    width: 100%;
    max-width: 510px;
    padding: 18px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 1691, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left p {
    width: 100%;
    max-width: 510px;
    padding: 47px 0 0 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 1703, ../scss/style.scss */
  .expert-casting .many-proposals img {
    width: 326px;
    height: 257px;
  }

  /* line 1710, ../scss/style.scss */
  .bottom {
    width: 100%;
    height: auto;
    padding: 60px 150px;
    background: #fff;
  }
  /* line 1715, ../scss/style.scss */
  .bottom .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 1723, ../scss/style.scss */
  .bottom .footer-container h2 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    line-height: 27px;
    text-align: center;
    color: #000;
  }
  /* line 1732, ../scss/style.scss */
  .bottom .footer-container .information .tel {
    padding: 18px 0;
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: left;
    color: #000;
  }
  /* line 1740, ../scss/style.scss */
  .bottom .footer-container .information .address {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    line-height: 27px;
    text-align: left;
    color: #000;
  }
  /* line 1749, ../scss/style.scss */
  .bottom .footer-container .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.286vw;
    height: 70px;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
    text-decoration: none;
    color: #000;
  }
}
/********************************************************************************
タブレット用
********************************************************************************/
@media screen and (max-width: 1024px) {
  /* line 1775, ../scss/style.scss */
  .sp-br {
    display: none;
  }

  /* line 1779, ../scss/style.scss */
  .sp-example {
    display: none;
  }

  /* line 1782, ../scss/style.scss */
  .wrap {
    overflow: hidden;
  }

  /* line 1785, ../scss/style.scss */
  .top {
    position: relative;
  }
  /* line 1787, ../scss/style.scss */
  .top img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* line 1793, ../scss/style.scss */
  .top .header-left {
    font-size: 1vw;
    padding: 15px 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  /* line 1803, ../scss/style.scss */
  .top .header-left h1 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    text-align: center;
    color: #fff;
  }
  /* line 1810, ../scss/style.scss */
  .top .header-left p {
    padding: 0 0 0 20px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1vw;
    text-align: left;
    color: #fff;
  }
  /* line 1819, ../scss/style.scss */
  .top .header-right {
    padding: 15px 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  /* line 1826, ../scss/style.scss */
  .top .header-right a {
    align-self: center;
    font-size: 1vw;
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
  }
  /* line 1833, ../scss/style.scss */
  .top .header-right .header-btn {
    padding: 1px 15px;
    margin-left: 10px;
    border-radius: 30px;
    background-color: #fff;
  }
  /* line 1838, ../scss/style.scss */
  .top .header-right .header-btn a {
    padding: 0;
    font-size: 1vw;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  /* line 1848, ../scss/style.scss */
  .top .main-one {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
  }
  /* line 1853, ../scss/style.scss */
  .top .main-one h2 {
    font-family: "Andara Script";
    font-weight: 100;
    font-size: 6.857vw;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
  /* line 1862, ../scss/style.scss */
  .top .main-two {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
  }
  /* line 1867, ../scss/style.scss */
  .top .main-two h3 {
    font-family: 03SmartFontUI;
    font-weight: normal;
    font-size: 2.857vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  /* line 1876, ../scss/style.scss */
  .top .main-three {
    position: absolute;
    top: 69%;
    left: 0;
    right: 0;
  }
  /* line 1881, ../scss/style.scss */
  .top .main-three p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.643vw;
    line-height: 2;
    text-align: center;
    color: #fff;
  }

  /* line 1894, ../scss/style.scss */
  .point {
    width: 100%;
    height: auto;
  }
  /* line 1897, ../scss/style.scss */
  .point .container-point {
    margin: 50px 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
  }
  /* line 1903, ../scss/style.scss */
  .point .container-point h2 {
    width: 100%;
    padding: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
  }
  /* line 1914, ../scss/style.scss */
  .point .container-point h2::before, .point .container-point h2::after {
    border-top: 1px solid #FF9300;
    content: "";
    flex-grow: 1;
  }
  /* line 1920, ../scss/style.scss */
  .point .container-point h2::before {
    margin-right: 1rem;
  }
  /* line 1923, ../scss/style.scss */
  .point .container-point h2::after {
    margin-left: 1rem;
  }
  /* line 1927, ../scss/style.scss */
  .point .container-point .point-inner {
    width: 100%;
    max-width: 1023px;
    padding: 70px 0 20px 0;
    margin: 0 auto;
    position: relative;
  }
  /* line 1933, ../scss/style.scss */
  .point .container-point .point-inner .circle-img {
    display: block;
    width: 100%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
  }
  /* line 1940, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp1 {
    display: none;
  }
  /* line 1943, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp2 {
    display: none;
  }
  /* line 1946, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp3 {
    display: none;
  }
  /* line 1949, ../scss/style.scss */
  .point .container-point .point-inner .point-circle {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
  }
  /* line 1956, ../scss/style.scss */
  .point .container-point .point-inner .point-circle p {
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
    color: #000;
  }
  /* line 1965, ../scss/style.scss */
  .point .container-point .point-inner .point-text {
    margin-top: 40px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
    color: #000;
  }

  /* line 1978, ../scss/style.scss */
  .service {
    width: 100%;
    height: auto;
  }
  /* line 1981, ../scss/style.scss */
  .service h2 {
    font-family: "Hiragino Sans";
    font-weight: 900;
    font-size: 2.857vw;
    line-height: 100px;
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #FFBA00, #EB00FF);
    background: -webkit-linear-gradient(left, #FFBA00, #EB00FF);
    background: linear-gradient(to right, #FFBA00, #EB00FF);
  }
  /* line 1992, ../scss/style.scss */
  .service .container-service {
    width: 100%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    padding: 100px 49px 100px 49px;
  }
  /* line 1998, ../scss/style.scss */
  .service .container-service .influencerPR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  /* line 2002, ../scss/style.scss */
  .service .container-service .influencerPR .sp-title {
    display: none;
  }
  /* line 2005, ../scss/style.scss */
  .service .container-service .influencerPR img {
    width: 100%;
    height: auto;
  }
  /* line 2009, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text {
    padding-left: 75px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  /* line 2015, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text h3 {
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    text-align: center;
    color: #000;
  }
  /* line 2023, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text p {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2034, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 2047, ../scss/style.scss */
  .service .container-service .picture-casting {
    display: flex;
    justify-content: space-between;
  }
  /* line 2050, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture {
    padding: 0 35px 0 0;
    text-align: center;
  }
  /* line 2053, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture h3 {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2062, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture img {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
  }
  /* line 2067, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture p {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2078, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 2090, ../scss/style.scss */
  .service .container-service .picture-casting .casting {
    padding: 0 0 0 35px;
    text-align: center;
  }
  /* line 2093, ../scss/style.scss */
  .service .container-service .picture-casting .casting h3 {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2102, ../scss/style.scss */
  .service .container-service .picture-casting .casting img {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
  }
  /* line 2107, ../scss/style.scss */
  .service .container-service .picture-casting .casting p {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2118, ../scss/style.scss */
  .service .container-service .picture-casting .casting a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 2134, ../scss/style.scss */
  .influencer-pr {
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 80px;
    padding-bottom: 60px;
  }
  /* line 2140, ../scss/style.scss */
  .influencer-pr img {
    width: 100%;
  }
  /* line 2143, ../scss/style.scss */
  .influencer-pr .influ-head {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 2159, ../scss/style.scss */
  .influencer-pr .influ-title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 2168, ../scss/style.scss */
  .influencer-pr .review-first {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 2176, ../scss/style.scss */
  .influencer-pr .review-first .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case1-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 2183, ../scss/style.scss */
  .influencer-pr .review-first .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 2192, ../scss/style.scss */
  .influencer-pr .review-first .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 2201, ../scss/style.scss */
  .influencer-pr .review-first .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 2210, ../scss/style.scss */
  .influencer-pr .review-first img {
    width: 230px;
    height: 230px;
  }
  /* line 2215, ../scss/style.scss */
  .influencer-pr .review-second {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 2223, ../scss/style.scss */
  .influencer-pr .review-second .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case2-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 2230, ../scss/style.scss */
  .influencer-pr .review-second .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 2239, ../scss/style.scss */
  .influencer-pr .review-second .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 2248, ../scss/style.scss */
  .influencer-pr .review-second .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 2257, ../scss/style.scss */
  .influencer-pr .review-second img {
    width: 230px;
    height: 230px;
  }
  /* line 2262, ../scss/style.scss */
  .influencer-pr .review-third {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto 70px auto;
    padding: 15px 30px;
    background-color: #fff;
  }
  /* line 2270, ../scss/style.scss */
  .influencer-pr .review-third .review-text {
    padding-right: 60px;
    text-align: center;
    background-image: url(../image/case3-backimage.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0;
  }
  /* line 2277, ../scss/style.scss */
  .influencer-pr .review-third .review-text h3 {
    margin-bottom: 45px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    line-height: 25px;
    font-size: 22px;
    text-align: center;
    color: #000;
  }
  /* line 2287, ../scss/style.scss */
  .influencer-pr .review-third .review-text p {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
  }
  /* line 2296, ../scss/style.scss */
  .influencer-pr .review-third .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 2305, ../scss/style.scss */
  .influencer-pr .review-third img {
    width: 230px;
    height: 230px;
  }
  /* line 2311, ../scss/style.scss */
  .influencer-pr .only-feature {
    width: 100%;
    max-width: 633px;
    margin: 0 auto;
    padding: 50px 40px 20px 120px;
    background: #fff;
    border: 3px solid #ff7f00;
    position: relative;
  }
  /* line 2319, ../scss/style.scss */
  .influencer-pr .only-feature h2 {
    width: 26.857vw;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 25px;
    text-align: center;
    color: #000;
    background: linear-gradient(to right, #ffba00 0%, #eb00ff 100%);
  }
  /* line 2338, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 2342, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 2348, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 2357, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 2361, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 2367, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 2376, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 2380, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third img {
    width: 28.14px;
    height: 34.89px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 2386, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 2397, ../scss/style.scss */
  .influencer-pr .menu {
    position: relative;
    padding: 80px 0px 48px 0;
  }
  /* line 2402, ../scss/style.scss */
  .influencer-pr .menu h2 {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 10%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 2418, ../scss/style.scss */
  .influencer-pr .menu .menu-text {
    width: 100%;
    max-width: 900px;
    margin: 65px auto 50px auto;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2429, ../scss/style.scss */
  .influencer-pr .menu .menu-plan {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1169px;
    margin: 0 auto;
  }
  /* line 2435, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a {
    width: 100%;
    max-width: 550px;
    padding: 20px 50px 50px 50px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 2442, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2451, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2459, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::before {
    content: '';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 2470, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::after {
    content: ' ';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 2482, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text {
    margin-bottom: 25px;
    padding: 10px 40px;
    background: #fff;
  }
  /* line 2486, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2494, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p small {
    font-size: 12px;
  }
  /* line 2499, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2508, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-flow {
    margin-bottom: 15px;
  }
  /* line 2511, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 2515, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list {
    max-width: 200px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 2519, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2523, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2529, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2539, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2543, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2549, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2559, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2563, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2569, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2580, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 2586, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b {
    width: 100%;
    max-width: 550px;
    padding: 20px 50px 50px 50px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 2593, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2602, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2610, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::before {
    content: '';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 2621, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::after {
    content: ' ';
    display: inline-block;
    width: 40.09px;
    height: 50.22px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 2633, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text {
    margin-bottom: 25px;
    padding: 10px 40px;
    background: #fff;
  }
  /* line 2637, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2645, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p small {
    font-size: 0.857vw;
  }
  /* line 2650, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 2659, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-flow {
    margin-bottom: 15px;
  }
  /* line 2662, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 2666, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list {
    max-width: 270px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 2670, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2674, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2680, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2690, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2694, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2700, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2710, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 2714, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 2720, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 2731, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 2738, ../scss/style.scss */
  .influencer-pr .menu .contact-text {
    margin: 60px auto 68px auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    text-align: center;
    color: #000;
  }
  /* line 2746, ../scss/style.scss */
  .influencer-pr .menu .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 28px 98px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 2761, ../scss/style.scss */
  .insta-photography {
    text-align: center;
    position: relative;
    background: rgba(255, 127, 0, 0.05);
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 2767, ../scss/style.scss */
  .insta-photography img {
    width: 100%;
  }
  /* line 2770, ../scss/style.scss */
  .insta-photography .photo-head {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 2786, ../scss/style.scss */
  .insta-photography .photo-title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 2795, ../scss/style.scss */
  .insta-photography .own-method {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
  /* line 2803, ../scss/style.scss */
  .insta-photography .own-method .method-left h3 {
    width: 100%;
    max-width: 590px;
    padding: 18px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 2814, ../scss/style.scss */
  .insta-photography .own-method .method-left p {
    width: 100%;
    max-width: 590px;
    padding: 28px 0 0 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2826, ../scss/style.scss */
  .insta-photography .own-method img {
    width: 230px;
    height: 230px;
  }
  /* line 2831, ../scss/style.scss */
  .insta-photography .photo-primary {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 40px 50px 50px 50px;
    border-radius: 5px;
    background: #fff;
  }
  /* line 2839, ../scss/style.scss */
  .insta-photography .photo-primary h3 {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 50px auto;
    padding: 5px;
    border-radius: 7px;
    background: #ffba00;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #fff;
  }
  /* line 2852, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  /* line 2859, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary img {
    width: 250px;
    height: 250px;
  }
  /* line 2864, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary p {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2875, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary img {
    width: 379px;
    height: 132px;
    background: transparent;
  }
  /* line 2882, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  /* line 2888, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu {
    width: 100%;
    max-width: 529px;
    padding: 9px 27px 13px 27px;
    background: transparent;
    border: 3px solid rgba(255, 167, 0, 0.55);
  }
  /* line 2894, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 2897, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu img {
    width: 475px;
    height: 44px;
  }
  /* line 2902, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 2905, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle img {
    width: 148px;
    height: 48px;
  }
  /* line 2910, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-text {
    margin-bottom: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.571vw;
    line-height: 23px;
    text-align: center;
    color: #000;
  }
  /* line 2919, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-note {
    padding-left: 135px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.143vw;
    line-height: 22px;
    text-align: left;
    color: #000;
  }
  /* line 2929, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee img {
    width: 250px;
    height: 250px;
  }
  /* line 2935, ../scss/style.scss */
  .insta-photography .comic {
    padding-bottom: 68px;
  }
  /* line 2937, ../scss/style.scss */
  .insta-photography .comic h3 {
    max-width: 900px;
    margin: 0 auto;
    height: 24px;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 2947, ../scss/style.scss */
  .insta-photography .comic p {
    width: 51.571vw;
    margin: 30px auto;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.289vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 2957, ../scss/style.scss */
  .insta-photography .comic .comic-sample {
    display: flex;
    justify-content: space-between;
    max-width: 722px;
    margin: 0 auto;
  }
  /* line 2962, ../scss/style.scss */
  .insta-photography .comic .comic-sample img {
    width: 340px;
    height: 340px;
  }
  /* line 2968, ../scss/style.scss */
  .insta-photography .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 28px 98px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 2982, ../scss/style.scss */
  .expert-casting {
    text-align: center;
    position: relative;
    background: rgba(235, 0, 255, 0.05);
    padding-top: 80px;
    padding-bottom: 50px;
  }
  /* line 2988, ../scss/style.scss */
  .expert-casting img {
    width: 100%;
  }
  /* line 2991, ../scss/style.scss */
  .expert-casting .expert-head {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 3007, ../scss/style.scss */
  .expert-casting .expert-title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 3017, ../scss/style.scss */
  .expert-casting .expert-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 3022, ../scss/style.scss */
  .expert-casting .expert-list .first-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  /* line 3026, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3032, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3046, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 3.571vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3060, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3066, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3080, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3094, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3100, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3114, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3128, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3134, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    line-height: 20px;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 3149, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3165, ../scss/style.scss */
  .expert-casting .expert-list .second-line {
    display: flex;
    justify-content: space-between;
  }
  /* line 3168, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3174, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 20px;
    text-align: center;
    color: #000;
  }
  /* line 3189, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3204, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3210, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 3224, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3239, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3245, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3259, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3273, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    position: relative;
  }
  /* line 3279, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
  }
  /* line 3293, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 3310, ../scss/style.scss */
  .expert-casting .many-proposals {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
  /* line 3318, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left h3 {
    width: 100%;
    max-width: 510px;
    padding: 18px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3329, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left p {
    width: 100%;
    max-width: 510px;
    padding: 47px 0 0 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 3341, ../scss/style.scss */
  .expert-casting .many-proposals img {
    width: 326px;
    height: 257px;
  }

  /* line 3348, ../scss/style.scss */
  .bottom {
    width: 100%;
    height: auto;
    padding: 60px 150px;
    background: #fff;
  }
  /* line 3353, ../scss/style.scss */
  .bottom .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 3361, ../scss/style.scss */
  .bottom .footer-container h2 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    line-height: 27px;
    text-align: center;
    color: #000;
  }
  /* line 3370, ../scss/style.scss */
  .bottom .footer-container .information .tel {
    padding: 18px 0;
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: left;
    color: #000;
  }
  /* line 3378, ../scss/style.scss */
  .bottom .footer-container .information .address {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    line-height: 27px;
    text-align: left;
    color: #000;
  }
  /* line 3387, ../scss/style.scss */
  .bottom .footer-container .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.286vw;
    height: 70px;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
    text-decoration: none;
    color: #000;
  }
}
/********************************************************************************
スマホ用
********************************************************************************/
@media screen and (max-width: 767px) {
  /* line 3415, ../scss/style.scss */
  .sp-br {
    display: block;
  }

  /* line 3418, ../scss/style.scss */
  .wrap {
    overflow: hidden;
  }

  /* line 3421, ../scss/style.scss */
  .top {
    position: relative;
  }
  /* line 3423, ../scss/style.scss */
  .top img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* line 3429, ../scss/style.scss */
  .top .header-left {
    font-size: 1vw;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  /* line 3439, ../scss/style.scss */
  .top .header-left h1 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    text-align: center;
    color: #fff;
  }
  /* line 3446, ../scss/style.scss */
  .top .header-left p {
    display: none;
    padding: 0 0 0 5px;
    font-weight: 200;
    line-height: 1.5;
    font-size: 1vw;
    text-align: left;
    color: #fff;
  }
  /* line 3456, ../scss/style.scss */
  .top .header-right {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  /* line 3462, ../scss/style.scss */
  .top .header-right a {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    padding-left: 1px;
    display: block;
    text-align: right;
    margin-bottom: 4px;
  }
  /* line 3471, ../scss/style.scss */
  .top .header-right .header-btn {
    width: 75px;
    padding: 0;
    margin: 4px 0 0 auto;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: #fff0;
  }
  /* line 3478, ../scss/style.scss */
  .top .header-right .header-btn a {
    padding: 0;
    font-size: 1vw;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    color: #fff;
  }
  /* line 3488, ../scss/style.scss */
  .top .main-one {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
  }
  /* line 3493, ../scss/style.scss */
  .top .main-one h2 {
    font-family: "Andara Script";
    font-weight: 100;
    font-size: 6.857vw;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
  /* line 3502, ../scss/style.scss */
  .top .main-two {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
  }
  /* line 3507, ../scss/style.scss */
  .top .main-two h3 {
    font-family: 03SmartFontUI;
    font-weight: normal;
    font-size: 2.857vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  /* line 3516, ../scss/style.scss */
  .top .main-three {
    position: absolute;
    top: 69%;
    left: 0;
    right: 0;
  }
  /* line 3521, ../scss/style.scss */
  .top .main-three p {
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.643vw;
    line-height: 2;
    text-align: center;
    color: #fff;
  }

  /* line 3534, ../scss/style.scss */
  .point {
    width: 100%;
    height: auto;
  }
  /* line 3537, ../scss/style.scss */
  .point .container-point {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
  }
  /* line 3543, ../scss/style.scss */
  .point .container-point h2 {
    width: 100%;
    padding: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
  }
  /* line 3554, ../scss/style.scss */
  .point .container-point h2::before, .point .container-point h2::after {
    border-top: 1px solid #FF9300;
    content: "";
    flex-grow: 1;
  }
  /* line 3560, ../scss/style.scss */
  .point .container-point h2::before {
    margin-right: 1rem;
  }
  /* line 3563, ../scss/style.scss */
  .point .container-point h2::after {
    margin-left: 1rem;
  }
  /* line 3567, ../scss/style.scss */
  .point .container-point .point-inner {
    width: 100%;
    max-width: 1023px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    position: relative;
  }
  /* line 3573, ../scss/style.scss */
  .point .container-point .point-inner .circle-img {
    display: none;
  }
  /* line 3576, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp1 {
    display: block;
    width: 50%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 3584, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp2 {
    display: block;
    width: 50%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 3592, ../scss/style.scss */
  .point .container-point .point-inner .circle-img-sp3 {
    display: block;
    width: 50%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 3600, ../scss/style.scss */
  .point .container-point .point-inner .point-circle {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
  /* line 3606, ../scss/style.scss */
  .point .container-point .point-inner .point-circle p {
    display: block;
    margin-bottom: 120px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 11px;
    line-height: 2.5;
    text-align: center;
    color: #000;
  }
  /* line 3617, ../scss/style.scss */
  .point .container-point .point-inner .point-text {
    margin-top: 40px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.143vw;
    line-height: 2.2;
    text-align: center;
    color: #000;
  }

  /* line 3630, ../scss/style.scss */
  .service {
    width: 100%;
    height: auto;
  }
  /* line 3633, ../scss/style.scss */
  .service h2 {
    font-family: "Hiragino Sans";
    font-weight: 900;
    font-size: 2.857vw;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #FFBA00, #EB00FF);
    background: -webkit-linear-gradient(left, #FFBA00, #EB00FF);
    background: linear-gradient(to right, #FFBA00, #EB00FF);
  }
  /* line 3644, ../scss/style.scss */
  .service .container-service {
    width: 100%;
    max-width: 1023px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
  }
  /* line 3650, ../scss/style.scss */
  .service .container-service .influencerPR {
    display: block;
    margin-bottom: 30px;
  }
  /* line 3653, ../scss/style.scss */
  .service .container-service .influencerPR .sp-title {
    display: block;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000;
  }
  /* line 3662, ../scss/style.scss */
  .service .container-service .influencerPR img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  /* line 3669, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text {
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  /* line 3675, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text h3 {
    display: none;
  }
  /* line 3678, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text p {
    width: 100%;
    margin: 20px auto;
    height: auto;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.143vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 3689, ../scss/style.scss */
  .service .container-service .influencerPR .influ-text a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 3702, ../scss/style.scss */
  .service .container-service .picture-casting {
    display: block;
  }
  /* line 3704, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture {
    margin-bottom: 30px;
    padding: 0 0 0 0;
    text-align: center;
  }
  /* line 3708, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture h3 {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 3717, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture img {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
  }
  /* line 3722, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture p {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.143vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 3733, ../scss/style.scss */
  .service .container-service .picture-casting .take-picture a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }
  /* line 3745, ../scss/style.scss */
  .service .container-service .picture-casting .casting {
    margin-bottom: 30px;
    padding: 0 0 0 0;
    text-align: center;
  }
  /* line 3749, ../scss/style.scss */
  .service .container-service .picture-casting .casting h3 {
    margin-bottom: 30px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 3758, ../scss/style.scss */
  .service .container-service .picture-casting .casting img {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
  }
  /* line 3763, ../scss/style.scss */
  .service .container-service .picture-casting .casting p {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.143vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 3774, ../scss/style.scss */
  .service .container-service .picture-casting .casting a {
    display: block;
    padding: 17px 30px;
    background: #FF7F00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 3790, ../scss/style.scss */
  .influencer-pr {
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 3796, ../scss/style.scss */
  .influencer-pr img {
    width: 100%;
  }
  /* line 3799, ../scss/style.scss */
  .influencer-pr .influ-head {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 3815, ../scss/style.scss */
  .influencer-pr .influ-title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 3824, ../scss/style.scss */
  .influencer-pr .review-first {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 20px auto;
    padding: 15px 15px;
    background-color: #fff;
  }
  /* line 3832, ../scss/style.scss */
  .influencer-pr .review-first .review-text {
    padding-right: 20px;
    text-align: center;
    background-image: url(../image/case1-backimage.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
  }
  /* line 3839, ../scss/style.scss */
  .influencer-pr .review-first .review-text h3 {
    margin-bottom: 15px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #000;
  }
  /* line 3848, ../scss/style.scss */
  .influencer-pr .review-first .review-text p {
    margin-bottom: 15px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    color: #000;
    line-height: 1.5;
  }
  /* line 3857, ../scss/style.scss */
  .influencer-pr .review-first .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 3866, ../scss/style.scss */
  .influencer-pr .review-first img {
    width: 120px;
    height: 120px;
  }
  /* line 3871, ../scss/style.scss */
  .influencer-pr .review-second {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto;
    padding: 15px 15px;
    background-color: #fff;
  }
  /* line 3879, ../scss/style.scss */
  .influencer-pr .review-second .review-text {
    padding-right: 20px;
    text-align: center;
    background-image: url(../image/case2-backimage.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
  }
  /* line 3886, ../scss/style.scss */
  .influencer-pr .review-second .review-text h3 {
    margin-bottom: 15px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #000;
  }
  /* line 3895, ../scss/style.scss */
  .influencer-pr .review-second .review-text p {
    margin-bottom: 15px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    color: #000;
    line-height: 1.5;
  }
  /* line 3904, ../scss/style.scss */
  .influencer-pr .review-second .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 3913, ../scss/style.scss */
  .influencer-pr .review-second img {
    width: 120px;
    height: 120px;
  }
  /* line 3918, ../scss/style.scss */
  .influencer-pr .review-third {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto 70px auto;
    padding: 15px 15px;
    background-color: #fff;
  }
  /* line 3926, ../scss/style.scss */
  .influencer-pr .review-third .review-text {
    padding-right: 20px;
    text-align: center;
    background-image: url(../image/case3-backimage.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
  }
  /* line 3933, ../scss/style.scss */
  .influencer-pr .review-third .review-text h3 {
    margin-bottom: 15px;
    height: 22px;
    font-family: "Hiragino Sans";
    font-weight: 500;
    line-height: 1.5;
    font-size: 11px;
    text-align: center;
    color: #000;
  }
  /* line 3943, ../scss/style.scss */
  .influencer-pr .review-third .review-text p {
    margin-bottom: 15px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    color: #000;
    line-height: 1.5;
  }
  /* line 3952, ../scss/style.scss */
  .influencer-pr .review-third .review-text .reviewer {
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    color: #646464;
  }
  /* line 3961, ../scss/style.scss */
  .influencer-pr .review-third img {
    width: 120px;
    height: 120px;
  }
  /* line 3967, ../scss/style.scss */
  .influencer-pr .only-feature {
    width: 80%;
    max-width: 633px;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;
    background: #fff;
    border: 3px solid #ff7f00;
    position: relative;
  }
  /* line 3975, ../scss/style.scss */
  .influencer-pr .only-feature h2 {
    width: 37.857vw;
    height: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 25px;
    text-align: center;
    color: #000;
    background: linear-gradient(to right, #ffba00 0%, #eb00ff 100%);
  }
  /* line 3995, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }
  /* line 3999, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first img {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 4005, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-first p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 4014, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }
  /* line 4018, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second img {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 4024, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-second p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 4033, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }
  /* line 4037, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third img {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    background: transparent;
  }
  /* line 4043, ../scss/style.scss */
  .influencer-pr .only-feature .feature .feature-third p {
    padding-top: 10px;
    font-family: "Hiragino Sans";
    font-weight: 300;
    font-size: 1.714vw;
    text-align: left;
    color: #000;
  }
  /* line 4054, ../scss/style.scss */
  .influencer-pr .menu {
    position: relative;
    padding: 30px 0px 20px 0;
  }
  /* line 4059, ../scss/style.scss */
  .influencer-pr .menu h2 {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    width: 10%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 4075, ../scss/style.scss */
  .influencer-pr .menu .menu-text {
    width: 80%;
    max-width: 900px;
    margin: 25px auto 20px auto;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4086, ../scss/style.scss */
  .influencer-pr .menu .menu-plan {
    display: block;
    justify-content: space-between;
    width: 100%;
    max-width: 1169px;
    margin: 0 auto;
    padding: 0 10px;
  }
  /* line 4093, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a {
    width: 100%;
    max-width: 550px;
    padding: 20px 30px;
    margin-bottom: 20px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 4101, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4110, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4118, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 32px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  /* line 4129, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan::after {
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 32px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  /* line 4141, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text {
    margin-bottom: 25px;
    padding: 10px 40px;
    background: #fff;
  }
  /* line 4145, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 4153, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-text p small {
    font-size: 12px;
  }
  /* line 4158, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4167, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .plan-flow {
    margin-bottom: 15px;
  }
  /* line 4170, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 4174, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list {
    max-width: 200px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 4178, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4182, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4188, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4198, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4202, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4208, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4218, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4222, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4228, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4239, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-a .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 4245, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b {
    width: 100%;
    max-width: 550px;
    padding: 20px 30px;
    background: transparent;
    border: 4px solid rgba(255, 157, 0, 0.18);
    border-radius: 80px;
  }
  /* line 4252, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h3 {
    margin-bottom: 10px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4261, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan {
    margin-bottom: 18px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4269, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 32px;
    margin-right: 10px;
    background-image: url(../image/left-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 4280, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan::after {
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 32px;
    margin-left: 10px;
    background-image: url(../image/right-strong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 4292, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text {
    margin-bottom: 25px;
    padding: 10px 40px;
    background: #fff;
  }
  /* line 4296, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p {
    margin: 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
  }
  /* line 4304, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-text p small {
    font-size: 0.857vw;
  }
  /* line 4309, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b h4 {
    margin-bottom: 17px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #000;
  }
  /* line 4318, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .plan-flow {
    margin-bottom: 15px;
  }
  /* line 4321, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend {
    padding: 6px 21px 15px 21px;
    background: #fff;
    text-align: center;
  }
  /* line 4325, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list {
    max-width: 270px;
    height: 70.21px;
    margin: 0 auto;
  }
  /* line 4329, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4333, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4339, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-first p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4349, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4353, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4359, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-second p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4369, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
  }
  /* line 4373, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third img {
    width: 17.71px;
    height: 21.21px;
    margin-right: 6px;
    background: transparent;
  }
  /* line 4379, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-list .feature-third p {
    margin: 0;
    padding-top: 5px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  /* line 4390, ../scss/style.scss */
  .influencer-pr .menu .menu-plan .plan-b .recommend .recommend-bottom-text {
    display: block;
    margin-top: 35px;
  }
  /* line 4397, ../scss/style.scss */
  .influencer-pr .menu .contact-text {
    margin: 20px auto 38px auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.143vw;
    text-align: center;
    color: #000;
  }
  /* line 4405, ../scss/style.scss */
  .influencer-pr .menu .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 17px 50px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 4420, ../scss/style.scss */
  .insta-photography {
    text-align: center;
    position: relative;
    background: rgba(255, 127, 0, 0.05);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 4426, ../scss/style.scss */
  .insta-photography img {
    width: 100%;
  }
  /* line 4429, ../scss/style.scss */
  .insta-photography .photo-head {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 4445, ../scss/style.scss */
  .insta-photography .photo-title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 4454, ../scss/style.scss */
  .insta-photography .own-method {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    background: transparent;
    display: block;
    justify-content: space-between;
  }
  /* line 4461, ../scss/style.scss */
  .insta-photography .own-method .method-left {
    padding: 10px;
  }
  /* line 4463, ../scss/style.scss */
  .insta-photography .own-method .method-left h3 {
    width: 70%;
    max-width: 590px;
    padding: 18px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
    margin: 0 auto;
  }
  /* line 4475, ../scss/style.scss */
  .insta-photography .own-method .method-left p {
    width: 70%;
    max-width: 590px;
    padding: 28px 22px 0 22px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin: 0 auto;
  }
  /* line 4488, ../scss/style.scss */
  .insta-photography .own-method img {
    width: 150px;
    height: 150px;
  }
  /* line 4493, ../scss/style.scss */
  .insta-photography .photo-primary {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px 30px 10px 30px;
    border-radius: 5px;
    background: #fff;
  }
  /* line 4501, ../scss/style.scss */
  .insta-photography .photo-primary h3 {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 20px auto;
    padding: 5px;
    border-radius: 7px;
    background: #ffba00;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #fff;
  }
  /* line 4514, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 4521, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary img {
    width: 100px;
    height: 100px;
  }
  /* line 4525, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary {
    padding: 0 20px;
  }
  /* line 4527, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary p {
    width: 100%;
    max-width: 500px;
    margin-bottom: 0px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 2;
    text-align: left;
    color: #000;
  }
  /* line 4538, ../scss/style.scss */
  .insta-photography .photo-primary .photo-secondary .photo-tertiary img {
    display: none;
    width: 100%;
    max-width: 379px;
    height: 132px;
    background: transparent;
  }
  /* line 4547, ../scss/style.scss */
  .insta-photography .photo-primary .sp-example {
    display: block;
    width: 65%;
    max-width: 379px;
    height: 80px;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 4556, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee {
    display: block;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  /* line 4562, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu {
    width: 80%;
    max-width: 529px;
    padding: 10px 5px;
    background: transparent;
    border: 3px solid rgba(255, 167, 0, 0.55);
    margin: 0 auto;
  }
  /* line 4569, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 4572, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-menu img {
    width: 78%;
    max-width: 475px;
    height: 30px;
  }
  /* line 4578, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 4581, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .triangle img {
    max-width: 148px;
    height: 32px;
    width: 30%;
  }
  /* line 4587, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-text {
    margin-bottom: 12px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.571vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4596, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee .photo-fee-menu .photo-fee-note {
    padding-left: 60px;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.143vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 4606, ../scss/style.scss */
  .insta-photography .photo-primary .photo-fee img {
    display: none;
    width: 250px;
    height: 250px;
  }
  /* line 4613, ../scss/style.scss */
  .insta-photography .comic {
    padding: 0 20px;
    padding-bottom: 38px;
  }
  /* line 4616, ../scss/style.scss */
  .insta-photography .comic h3 {
    max-width: 900px;
    margin: 0 auto;
    height: 24px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
  }
  /* line 4626, ../scss/style.scss */
  .insta-photography .comic p {
    width: 100%;
    margin: 10px auto;
    font-family: "Hiragino Sans";
    font-weight: normal;
    font-size: 1.289vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4636, ../scss/style.scss */
  .insta-photography .comic .comic-sample {
    display: flex;
    justify-content: space-around;
    max-width: 722px;
    margin: 0 auto;
  }
  /* line 4641, ../scss/style.scss */
  .insta-photography .comic .comic-sample img {
    width: 150px;
    height: 150px;
  }
  /* line 4647, ../scss/style.scss */
  .insta-photography .contact-btn {
    width: 100%;
    max-width: 354.54px;
    padding: 17px 50px;
    background: #ff7f00;
    text-decoration: none;
    font-family: "Hiragino Sans";
    font-weight: 800;
    font-size: 1.143vw;
    text-align: center;
    color: #fff;
  }

  /* line 4661, ../scss/style.scss */
  .expert-casting {
    text-align: center;
    position: relative;
    background: rgba(235, 0, 255, 0.05);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 4667, ../scss/style.scss */
  .expert-casting img {
    width: 100%;
  }
  /* line 4670, ../scss/style.scss */
  .expert-casting .expert-head {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 2.857vw;
    text-align: center;
    color: #000;
    color: transparent;
    background: linear-gradient(45deg, #FF7600 0%, #F63F76 50%, #EB00FF 100%);
    -webkit-background-clip: text;
  }
  /* line 4686, ../scss/style.scss */
  .expert-casting .expert-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4696, ../scss/style.scss */
  .expert-casting .expert-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 4701, ../scss/style.scss */
  .expert-casting .expert-list .first-line {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  /* line 4705, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4711, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 4728, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-doctor .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 3.571vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4742, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4748, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 4765, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-beautician .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4779, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4785, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 4802, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-nutritionist .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.857vw;
    line-height: 10px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4816, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4822, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4840, ../scss/style.scss */
  .expert-casting .expert-list .first-line .expert-trainer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4856, ../scss/style.scss */
  .expert-casting .expert-list .second-line {
    display: flex;
    justify-content: space-around;
  }
  /* line 4859, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4865, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4883, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-artist .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4898, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4904, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4922, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-influencer .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4937, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4943, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 4960, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-writer .back-str {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 4974, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #fff;
    position: relative;
  }
  /* line 4980, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .front-str {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 4998, ../scss/style.scss */
  .expert-casting .expert-list .second-line .expert-instructor .back-str {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Snell Roundhand";
    font-weight: Regular;
    font-size: 2.143vw;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 0, 0, 0.15);
  }
  /* line 5015, ../scss/style.scss */
  .expert-casting .many-proposals {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    background: transparent;
    display: block;
    justify-content: space-between;
  }
  /* line 5023, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left h3 {
    width: 70%;
    max-width: 510px;
    margin: 0 auto;
    padding: 20px 0;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 600;
    font-size: 1.714vw;
    text-align: center;
    color: #000;
  }
  /* line 5035, ../scss/style.scss */
  .expert-casting .many-proposals .proposal-left p {
    width: 70%;
    max-width: 510px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Hiragino Sans";
    font-weight: 400;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 5048, ../scss/style.scss */
  .expert-casting .many-proposals img {
    width: 150px;
    height: 150px;
  }

  /* line 5055, ../scss/style.scss */
  .bottom {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
  }
  /* line 5060, ../scss/style.scss */
  .bottom .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
  }
  /* line 5068, ../scss/style.scss */
  .bottom .footer-container h2 {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.857vw;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  /* line 5077, ../scss/style.scss */
  .bottom .footer-container .information .tel {
    padding: 5px 0;
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: left;
    color: #000;
  }
  /* line 5085, ../scss/style.scss */
  .bottom .footer-container .information .address {
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  /* line 5094, ../scss/style.scss */
  .bottom .footer-container .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25.286vw;
    height: 25px;
    background: linear-gradient(rgba(255, 186, 0, 0.21) 0%, rgba(235, 0, 255, 0.21) 100%);
    font-family: "Hiragino Sans";
    font-weight: 200;
    font-size: 1.286vw;
    text-align: center;
    color: #000;
    text-decoration: none;
    color: #000;
  }