@charset "UTF-8";
/* ====================================================== 
共通CSS設定
 ====================================================== */
.p-appear--PC {
  display: block;
}

@media only screen and (max-width: 800px) {
  .p-appear--PC {
    display: none !important;
  }
}

.p-appear--SP {
  display: none;
}

@media only screen and (max-width: 800px) {
  .p-appear--SP {
    display: block;
  }
}

/* ====================================================== 
個別CSS設定
 ====================================================== */
#titleimg {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#titleimg .inner {
  height: 100%;
}

#titleimg .img {
  display: none;
}

#titleimg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#titleimg .text {
  width: 540px;
  height: 256px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

#titleimg .text .border {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#titleimg .text h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

#titleimg .text p {
  font-size: 17px;
  font-family: "Crimson Text", serif;
  color: #f58491;
}

#titleimg.shooting {
  background-image: url("../img/shooting/titleimg.jpg");
}

#lead {
  padding: 60px 0;
}

#lead h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.75em;
  margin-bottom: 1em;
}

#lead p {
  text-align: center;
  font-size: 15px;
  line-height: 1.75em;
}

.planbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planbox + .planbox {
  margin-top: 50px;
}

.planbox .img img {
  max-width: 400px;
}

.planbox .text {
  padding-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.planbox .text .p-heading2, .planbox .text .p-heading2--mod {
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.planbox .text .p-heading2 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.planbox .text .p-heading2--mod h2 {
  display: block;
}

.planbox .text .p-heading2--mod h2 span.jp {
  display: block;
}

.planbox .text .p-heading2--mod h2 span.price {
  display: block;
  text-align: right;
}

.planbox .text .p-heading2 span, .planbox .text .p-heading2--mod span {
  display: inline;
  font-size: 13px;
  margin-top: 5px;
  text-align: right;
  line-height: 1.5em;
}

.planbox .text .p-heading2 span:last-child, .planbox .text .p-heading2--mod span:last-child {
  display: block;
}

.planbox .text h2 span.jp {
  font-size: 30px;
}

.planbox .text h2 span.price {
  font-size: 30px;
  font-size: 45px;
  font-family: "Crimson Text", serif;
  color: #f58491;
  vertical-align: baseline;
}

.planbox .text h2 span.price .yen {
  font-size: 25px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .day {
  font-size: 20px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .tax {
  font-size: 15px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .tit {
  color: #333;
  font-size: 25px;
}

.planbox .text h2.block {
  display: block;
  line-height: 2em;
}

.planbox .text p {
  line-height: 1.75em;
}

.planbox .text ul.icolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.planbox .text ul.icolist li img {
  width: 87px;
  height: auto;
}

.note {
  font-size: 12px;
}

.planbox ol {
  margin: 1em 0;
  line-height: 1.75em;
  padding-left: 1.5em;
}

.planbox ol li {
  list-style: decimal;
}

#qa {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 100px;
}

.faq-title h4 {
  font-size: 15px;
}

.faq-title h4:before {
  content: "Q ";
  font-size: 34px;
  color: #f58491;
  font-family: "Crimson Text", serif;
}

.faq-content {
  position: relative;
}

.faq-content:before {
  content: "A ";
  font-size: 34px;
  color: #666666;
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 10;
  left: 0;
}

.faq-content p {
  font-size: 15px;
  line-height: 1.75em;
  padding-left: 33px;
}

.shooting .gallery {
  padding: 100px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 800px) {
  #titleimg {
    height: auto;
    background: none !important;
  }
  #titleimg .img, #titleimg .inner {
    display: block;
  }
  #titleimg .text {
    height: 100px;
    width: auto;
    padding: 0;
  }
  #titleimg .text .border {
    border: 0;
  }
  #titleimg .text h1 {
    font-size: 22px;
  }
  #titleimg .text p {
    font-size: 10px;
  }
  #lead {
    padding: 40px 15px;
  }
  #lead h2 {
    font-size: 18px;
  }
  #lead p {
    font-size: 14px;
  }
  .planbox {
    display: block;
  }
  .planbox .img img {
    width: 100%;
    max-width: none;
  }
  .planbox .text {
    padding: 15px;
  }
  .planbox .text h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .planbox .text h2 span.jp {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
  }
  .planbox .text h2 span.price {
    font-size: 22px;
    display: inline-block;
  }
  .planbox .text h2 span.price .yen {
    font-size: 13px;
  }
  .planbox .text h2 span.price .tax {
    font-size: 10px;
  }
  .planbox .text ul.icolist {
    margin-top: 20px;
  }
  .planbox .text ul.icolist li + li {
    margin-left: 5px;
  }
  #qa {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  #qa .faq-title h4 {
    font-size: 16px !important;
  }
  .faq-title h4:before {
    display: none;
  }
  .faq-content:before {
    display: none;
  }
  .faq-content p {
    padding-left: 0;
  }
}

/*media*/
/* =================================================== 
20210731 add
=================================================== */
#popular {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 50px;
  background-color: #FFF8F9;
}

#popular > h2 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

#popular > h2 > span {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  background-color: #F58491;
}

#popular > h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}

#popular .popular__box {
  margin-bottom: 30px;
  background-color: white;
}

#popular .popular__box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#popular .popular__box > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #707070;
}

#popular .popular__box > div {
  padding: 30px;
}

#popular .popular__box > div p {
  line-height: 1.7em;
}

#popular .popular__box > div > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#popular .popular__box > div > dl > dt {
  margin-bottom: 20px;
  font-size: 20px;
  color: #F58491;
}

#popular .popular__box > div > dl > dd:first-of-type {
  margin-bottom: 20px;
  font-size: 20px;
  color: #F58491;
}

#popular .popular__box > div > dl > dd:first-of-type > b {
  font-size: 38px;
  font-weight: normal;
}

#popular .popular__box > div > dl > dt {
  width: 100%;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #F58491;
}

#popular .popular__box > div > dl > dt::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 10px;
  height: 24px;
  margin-right: 5px;
  background-color: #F58491;
}

#popular .popular__box > div > dl > dd > p {
  font-size: 13px;
  display: inline-block;
}

#popular .popular__box > div > dl > dd:nth-of-type(2) {
  position: relative;
}

#popular .popular__box > div > dl > dd:nth-of-type(2)::before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10px solid transparent;
  border-right: 10px solid #F58491;
}

#popular .popular__box > div > dl > dd:last-of-type {
  width: 100%;
}

#popular .popular__box > div > p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #popular {
    padding: 20px;
    background-color: #FFF8F9;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__box > div {
    display: block;
    padding: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__box > div > dl {
    width: 100%;
    border-right: none;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__box > div > dl > dt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__box > div > dl > dd:nth-of-type(2)::before {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__box > div > p {
    width: 100%;
    padding-left: 0;
  }
}

.popular__box__icons {
  padding: 20px;
  background-color: #f5f5f5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.popular__box__icons > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.popular__box__icons > p::before, .popular__box__icons > p::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #707070;
}

.popular__box__icons > p::before {
  margin-right: 20px;
}

.popular__box__icons > p::after {
  margin-left: 20px;
}

.popular__box__icons > ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(0, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.popular__box__icons > ul > li {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

.popular__box__icons > ul > li > svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  margin-bottom: 10px;
  fill: #f58491 !important;
}

.popular__box__icons > ul > li small {
  display: block;
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .popular__box__icons > ul {
    grid-gap: 10px;
    -ms-grid-columns: (minmax(0, 48%))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(0, 48%));
  }
}

.popular__box__campaign {
  border: 1px solid red;
}

#popular .popular__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: 4px solid #F58491;
  background-color: white;
}

#popular .popular__free > dl {
  width: 48%;
  margin-bottom: 20px;
  padding: 20px 2px 2px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #f58491;
  border: 2px solid #f58491;
}

#popular .popular__free > dl > dt {
  display: inline;
  font-size: 22px;
  color: white;
}

#popular .popular__free > dl > dd {
  position: relative;
  margin-top: 15px;
  padding: 20px;
  font-size: 50px;
  color: #F58491;
  background-color: white;
}

#popular .popular__free > dl > dd::after {
  position: absolute;
  content: "！";
  margin-top: 10px;
  font-size: 0.8em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

#popular .popular__free > p:nth-of-type(1) {
  margin-bottom: 20px;
  line-height: 1.7em;
}

@media only screen and (max-width: 800px) {
  #popular .popular__free {
    display: block;
    padding: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #popular .popular__free > dl {
    width: 100%;
  }
}

#scene {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

#scene .scene__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#scene .scene__box .scene__box__tit--option {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: white;
  border-radius: 3px;
  background-color: #707070;
}

#scene .scene__box > p {
  width: 50%;
}

#scene .scene__box > dl {
  width: 50%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#scene .scene__box > dl > dt {
  margin-bottom: 20px;
  font-size: 20px;
}

#scene .scene__box > dl > dt::after {
  display: block;
  content: attr(data-title);
  margin-top: 10px;
  font-size: 12px;
  color: #F58491;
}

#scene .scene__box > dl > dd > p {
  margin-bottom: 20px;
  line-height: 1.8em;
}

#scene .scene__box:nth-child(odd) > dl {
  padding-right: 0;
}

#scene .scene__box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#scene .scene__box:nth-child(even) > dl {
  padding-left: 0;
}

@media only screen and (max-width: 800px) {
  #scene .scene__box {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  #scene .scene__box > p, #scene .scene__box > dl {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #scene .scene__box > dl {
    padding: 20px !important;
  }
}

#hairStyle {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

#hairStyle .hairStyle__bnr {
  position: relative;
  margin-bottom: 60px;
}

#hairStyle .hairStyle__bnr .hairStyle__bnr__link {
  position: absolute;
  left: 0;
  bottom: -30px;
}

#hairStyle .hairStyle__voice {
  padding: 30px;
  background-color: #FFF8F9;
}

#hairStyle .hairStyle__voice > h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item:not(:last-child) {
  margin-bottom: 30px;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item > p {
  width: 100%;
  max-width: 320px;
  height: 320px;
  background-color: #707070;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item > dl {
  padding-left: 40px;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item > dl > dt {
  margin-bottom: 20px;
  font-size: 20px;
  color: #F58491;
}

#hairStyle .hairStyle__voice .hairStyle__voice__item > dl > dd > p {
  margin-bottom: 30px;
  line-height: 1.8em;
}

@media only screen and (max-width: 800px) {
  #hairStyle .hairStyle__voice .hairStyle__voice__item {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  #hairStyle .hairStyle__voice .hairStyle__voice__item > p {
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #hairStyle .hairStyle__voice .hairStyle__voice__item > dl {
    padding-left: 0;
  }
}

#shootingGallery {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

#shootingGallery .shootingGallery__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

#shootingGallery .shootingGallery__menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#shootingGallery .shootingGallery__menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

#shootingGallery .shootingGallery__menu > li:first-child {
  background-color: #F58491;
}

#shootingGallery .shootingGallery__menu > li:first-child > a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#shootingGallery .shootingGallery__menu > li:not(:last-child) {
  margin-right: 10px;
}

#shootingGallery .shootingGallery__menu > li > a > dl > dt {
  margin-bottom: 10px;
}

#shootingGallery .shootingGallery__menu > li > a > dl > dt > img {
  display: block;
  width: 100%;
  height: auto;
}

#shootingGallery .shootingGallery__menu > li > a > dl > dd {
  font-size: 12px;
}

#shootingGallery .shootingGallery__content > h2 {
  margin-bottom: 60px;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-align: center;
  font-size: 30px;
}

#shootingGallery .shootingGallery__content > h2::after {
  display: block;
  content: attr(data-title);
  color: #F58491;
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  #shootingGallery {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #shootingGallery .shootingGallery__menu > li {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 23% !important;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 800px) {
  #shootingGallery .shootingGallery__menu > li:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  #shootingGallery .shootingGallery__menu > li > a > dl > dd {
    font-size: 9px;
  }
}

.hairstyle__voices {
  margin-top: 120px;
  margin-bottom: 120px;
}

.hairstyle__voices h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.hairstyle__voices h3 > b {
  color: #f58491;
  font-size: 1.6em;
  font-weight: normal;
}

.hairstyle__voices__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px 1%;
  -ms-grid-columns: (minmax(0, 32.6%))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(0, 32.6%));
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .hairstyle__voices__list {
    margin-left: 20px;
    margin-right: 20px;
    -ms-grid-columns: (minmax(0, 49.5%))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(0, 49.5%));
    overflow: visible;
  }
}

@media only screen and (max-width: 800px) {
  .hairstyle__voices__list {
    -ms-grid-columns: (minmax(0, 100%))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(0, 100%));
  }
}

.hairstyle__voices__list__item {
  margin: 20px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #ffd4d9;
  background-color: white;
}

@media only screen and (max-width: 800px) {
  .hairstyle__voices__list__item {
    margin: 0;
  }
}

.hairstyle__voices__list__item__pic {
  border-bottom: 1px solid #ffd4d9;
}

.hairstyle__voices__list__item > dl {
  padding: 30px 20px 20px;
}

.hairstyle__voices__list__item > dl > dt {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 1px;
  color: #f58491;
}

.hairstyle__voices__list__item > dl > dd {
  line-height: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.hairstyle__voices__list__item > dl > dd:first-of-type {
  margin-bottom: 20px;
}

.hairstyle__voices__list__item > dl > dd:last-of-type {
  text-align: right;
  font-weight: bold;
}

.hairstyle__voices__list__item__pic {
  margin-bottom: 15px !important;
}

.hairstyle__voices__list__item__pic .slick-dots > li > button::before {
  font-size: 10px !important;
  color: #F58491 !important;
}

.hairstyle__voices__list__item__pic .slick-arrow {
  z-index: 1 !important;
}

.hairstyle__voices__list__item__pic .slick-next {
  right: 10px !important;
}

.hairstyle__voices__list__item__pic .slick-prev {
  left: 10px !important;
}

.c-linkButton {
  width: 100%;
  text-align: center;
}

.c-linkButton > a {
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #f58491;
  border: 2px solid #f58491;
  border-radius: 40px;
  background-color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-linkButton > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f58491;
  border-right: 2px solid #f58491;
  border-radius: 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-linkButton > a:hover, .c-linkButton > a:active {
  color: white;
  background-color: #f58491;
}

.c-linkButton > a:hover::before, .c-linkButton > a:active::before {
  right: 15px;
  border-color: white;
}

@media only screen and (max-width: 800px) {
  .c-linkButton > a {
    display: block;
    padding: 15px 45px;
  }
}

#popular .popular__tit--small {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #F58491;
  font-size: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #F58491;
}

#popular .popular__tit--small::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 10px;
  height: 24px;
  margin-right: 5px;
  background-color: #F58491;
}

#popular dl dd::before {
  display: none !important;
}

.planbox .text .p-heading2 h2 {
  display: block !important;
}

.planbox .text .p-heading2 span, .planbox .text .p-heading2--mod span {
  text-align: left !important;
}
/*# sourceMappingURL=shooting.css.map */