@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap");
/*==================================================

** outline
==================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

body {
  position: relative;
  color: #67543f;
  position: relative;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  padding-top: 80px;
}
@media screen and (max-width: 519px) {
  body {
    padding-top: 16vw;
  }
}

img, svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p, blockquote, address, small, dt, dd, li, th, td, td, span {
  line-height: 1;
  color: #212121;
}

html {
  scroll-behavior: smooth;
}

/*==================================================

** common
==================================================*/
.container {
  max-width: 980px;
  padding: 0;
}
@media (max-width: 575px) {
  .container {
    max-width: 86.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .container {
    max-width: 80%;
  }
}

.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
}

.sct_ttl, .sct_sbttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
}

.sct_ttl {
  font-size: 42px;
  color: #5e5e5e;
}
@media (max-width: 575px) {
  .sct_ttl {
    font-size: 6.1333333333vw;
  }
}

.sct_sbttl {
  font-size: 18px;
  color: #f16477;
  letter-spacing: 0.08em;
}
@media (max-width: 575px) {
  .sct_sbttl {
    font-size: 3.2vw;
  }
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  opacity: 0.7;
}

.sp_br {
  display: none;
}
@media (max-width: 575px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 575px) {
  .pc_br {
    display: none;
  }
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .pc_br {
    display: none;
  }
}

.tab_br {
  display: none;
}
@media (max-width: 575px) {
  .tab_br {
    display: none;
  }
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .tab_br {
    display: block;
  }
}

/*==================================================

** header
==================================================*/
.header {
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.header-container {
  max-width: 1400px;
}
.header-inner {
  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;
  padding: 15px 30px;
}
.header-logo {
  width: 185px;
  height: auto;
}
.header-button a {
  display: block;
  padding: 14px 20px;
  border-radius: 8px;
  color: #fff;
  background: #bd603d;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
.header-button a:hover {
  opacity: 0.7;
}
.header-button .mans-artmake {
  background: #052b58;
  margin-right: 20px;
}
.header-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .header-container {
    max-width: 1400px;
  }
  .header-inner {
    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;
    padding: 15px 30px;
  }
  .header-logo {
    width: 185px;
    height: auto;
  }
  .header-button a {
    display: block;
    padding: 14px 20px;
    border-radius: 8px;
    color: #fff;
    background: #bd603d;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: relative;
  }
  .header-button a:hover {
    opacity: 0.7;
  }
  .header-button .mans-artmake {
    background: #052b58;
    margin-right: 20px;
  }
  .header-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .header {
    border-bottom: 0.2666666667vw solid #e8e8e8;
  }
  .header-container {
    width: 100%;
  }
  .header-inner {
    padding: 3.3333333333vw 2.6666666667vw 3.3333333333vw 4vw;
  }
  .header-logo {
    width: 33.0666666667vw;
  }
  .header-button a {
    padding: 2.6666666667vw;
    border-radius: 1.6vw;
    font-size: 2.6666666667vw;
  }
  .header-button .mans-artmake {
    margin-top: 2vw;
    margin-right: 0;
    background-color: #052b58;
  }
  .header-button-wrap {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*==================================================

** mainvsl
==================================================*/
.mainvsl.bg_img {
  width: 100%;
  height: 570px;
  background-image: url("../images/kv_bg.png");
  background-position: top center;
  background-size: cover;
  padding-top: 50px;
}
.mainvsl_copy {
  width: 650px;
  height: auto;
}
.mainvsl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  margin-bottom: 40px;
  margin-left: -10px;
}
.mainvsl_list .mainvsl_area {
  width: 233px;
  margin-right: 20px;
}
.mainvsl .warning_note {
  font-size: 14px;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .mainvsl.bg_img {
    height: 133.3333333333vw;
    background-image: url("../images/kv_bg_sp.png");
    padding-top: 66.6666666667vw;
    margin-top: 0;
  }
  .mainvsl_copy {
    width: 81.3333333333vw;
  }
  .mainvsl_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 0px;
  }
  .mainvsl_list .mainvsl_area {
    width: 27.4666666667vw;
    margin-right: 2.6666666667vw;
  }
  .mainvsl_list .mainvsl_area:last-of-type {
    margin-right: 0vw;
  }
  .mainvsl .warning_note {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .mainvsl.bg_img {
    height: 133.3333333333vw;
    background-image: url("../images/kv_bg_sp.png");
    padding-top: 62.6666666667vw;
    margin-top: 10vw;
  }
  .mainvsl_copy {
    width: 81.3333333333vw;
  }
  .mainvsl_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 0px;
  }
  .mainvsl_list .mainvsl_area {
    width: 27.4666666667vw;
    margin-right: 2.6666666667vw;
  }
  .mainvsl_list .mainvsl_area:last-of-type {
    margin-right: 0vw;
  }
  .mainvsl .warning_note {
    font-size: 2.6666666667vw;
  }
}

/*==================================================



** monitor_bnr_area
==================================================*/
.monitor_bnr_area {
  padding: 100px 0px;
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .monitor_bnr_area {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .monitor_bnr_area {
    width: 100%;
    padding: 10.6666666667vw 0px;
  }
}

.caption_note {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 575px) {
  .caption_note {
    max-width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .caption_note br {
    display: none;
  }
}

/*==================================================

**recommended
==================================================*/
.recommended {
  padding-top: 80px;
  padding-bottom: 5px;
}
.recommended.bg_img {
  background-image: url("../images/trouble_balloon_bg.png");
  background-position: top left;
  background-size: 791px 600px;
  background-color: #fee8ea;
}
.recommended .trouble_balloon {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 782px;
  margin-left: 125px;
}
@media (max-width: 959px) {
  .recommended {
    padding-top: 12.6666666667vw;
    padding-bottom: 0vw;
  }
  .recommended.bg_img {
    background-image: url("../images/trouble_balloon_bg_sp.png");
    background-position: bottom left;
    background-size: 87.3333333333vw 65.0666666667vw;
  }
  .recommended .trouble_balloon {
    padding-top: 5vw;
    padding-bottom: 5vw 50;
    width: 86.6666666667vw;
    margin-left: 3vw;
  }
}
@media (max-width: 575px) {
  .recommended {
    padding-top: 12.6666666667vw;
    padding-bottom: 0vw;
  }
  .recommended.bg_img {
    background-image: url("../images/trouble_balloon_bg_sp.png");
    background-position: bottom left;
    background-size: 87.3333333333vw 65.0666666667vw;
  }
  .recommended .trouble_balloon {
    padding-top: 5vw;
    padding-bottom: 5vw 50;
    width: 86.6666666667vw;
    margin-left: 3vw;
  }
}

/*==================================================

**resolution
==================================================*/
.resolution {
  background-image: url(../images/resolution_bg.png);
}
.resolution .next {
  background-color: #f97483;
  text-align: center;
}
.resolution .next p {
  color: #fff;
  font-size: 44px;
  padding: 30px 0;
}
.resolution .next::after {
  content: "";
  background-image: url(../images/arw_next.png);
  background-size: 73px 22.5px;
  width: 73px;
  height: 22.5px;
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.resolution .container {
  padding: 70px 0;
  width: 870px;
}
@media (max-width: 575px) {
  .resolution .next p {
    font-size: 5.8666666667vw;
    padding: 4vw 0;
  }
  .resolution .next::after {
    content: "";
    background-image: url(../images/arw_next.png);
    background-size: 13vw 4vw;
    width: 13vw;
    height: 4vw;
  }
  .resolution .container {
    padding: 13.3333333333vw 0;
    width: 86.6666666667vw;
  }
}

/**five_feature
==================================================*/
.five_feature {
  padding: 100px 0;
}
.five_feature .sct_ttl {
  line-height: 1.4;
  font-size: 44px;
  margin-bottom: 15px;
}
.five_feature .sct_ttl_feature {
  font-size: 38px;
  color: #5e5e5e;
}
.five_feature_wrap {
  margin-top: 70px;
}
.five_feature_wrap .five_feature_cnt {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.five_feature_wrap .five_feature_cnt:last-of-type {
  margin-bottom: 0px;
}
.five_feature_wrap .five_feature_cnt .feature_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 57px;
  width: 460px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.five_feature_wrap .five_feature_cnt .feature_txt h3 {
  color: #f16477;
  font-size: 34px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
}
.five_feature_wrap .five_feature_cnt .feature_txt p {
  font-size: 18px;
  line-height: 2;
}
.five_feature_wrap .five_feature_cnt .feature_txt .feature_number {
  width: 83px;
  height: auto;
  margin-bottom: 15px;
}
.five_feature_wrap .five_feature_cnt .feature_img {
  width: 460px;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .five_feature_wrap .five_feature_cnt {
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .five_feature_wrap .five_feature_cnt:last-of-type {
    margin-bottom: 0px;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0px;
    width: 460px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt h3 {
    color: #f16477;
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt .feature_number {
    width: 83px;
    height: auto;
    margin-bottom: 15px;
  }
  .five_feature_wrap .five_feature_cnt .feature_img {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .five_feature {
    padding: 13.3333333333vw 0;
  }
  .five_feature .sct_ttl {
    line-height: 1.4;
    font-size: 6.1333333333vw;
    margin-bottom: 3vw;
  }
  .five_feature .sct_ttl_feature {
    font-size: 4.8vw;
  }
  .five_feature_wrap {
    margin-top: 6.6666666667vw;
  }
  .five_feature_wrap .five_feature_cnt {
    margin-bottom: 8.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .five_feature_wrap .five_feature_cnt:last-of-type {
    margin-bottom: 0px;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0px;
    width: 86.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.6666666667vw;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.4;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .five_feature_wrap .five_feature_cnt .feature_txt .feature_number {
    width: 20.2666666667vw;
    height: auto;
    margin-bottom: 2.6666666667vw;
  }
  .five_feature_wrap .five_feature_cnt .feature_img {
    width: 86.6666666667vw;
  }
}

.treatment_sample {
  padding: 100px 0;
}
.treatment_sample.bg_img {
  background-image: url("../images/treatment_example_bg.png");
}
.treatment_sample .sct_sbttl {
  margin-bottom: 65px;
}
.treatment_sample .frame {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 55px 45px;
  font-size: 15px;
  width: auto;
  margin-bottom: 60px;
}
.treatment_sample .frame .plan_ttl {
  font-size: 40px;
  color: #f16477;
  margin-bottom: 30px;
}
.treatment_sample .frame .case_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.treatment_sample .frame .case_wrp .case_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.treatment_sample .frame .case_wrp .case_img img {
  width: 100%;
  height: auto;
}
.treatment_sample .frame .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.treatment_sample .frame .detail p {
  line-height: 2;
}
.treatment_sample .frame .detail_head {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.treatment_sample .frame .detail_color {
  color: #f16477;
}
.treatment_sample_txt {
  font-size: 18px;
  line-height: 2;
}
.treatment_sample_txt .emphasis {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdc5cf));
  background: linear-gradient(transparent 50%, #fdc5cf 50%);
  padding: 0 2px 4px 2px;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .treatment_sample .frame {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 55px 45px;
    font-size: 15px;
    width: auto;
    margin-bottom: 60px;
  }
  .treatment_sample .frame .plan_ttl {
    font-size: 40px;
    color: #f16477;
    margin-bottom: 30px;
  }
  .treatment_sample .frame .case_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .treatment_sample .frame .case_wrp .case_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment_sample .frame .case_wrp .case_img img {
    width: 100%;
    height: auto;
  }
  .treatment_sample .frame .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    gap: .5em;
  }
  .treatment_sample .frame .detail p {
    line-height: 2;
  }
  .treatment_sample .frame .detail_head {
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .treatment_sample .frame .detail_color {
    color: #f16477;
  }
}
@media (max-width: 575px) {
  .treatment_sample {
    padding: 13.3333333333vw 0;
  }
  .treatment_sample.bg_img {
    background-image: url("../images/treatment_example_bg_sp.png");
  }
  .treatment_sample .sct_sbttl {
    margin-bottom: 8vw;
  }
  .treatment_sample .frame {
    border-radius: 5.3333333333vw;
    padding: 7vw 0 7vw;
    margin-bottom: 8vw;
  }
  .treatment_sample .frame .plan_ttl {
    font-size: 5.6vw;
    margin-bottom: 5vw;
  }
  .treatment_sample .frame .case_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .treatment_sample .frame .case_wrp .case_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment_sample .frame .case_wrp .case_img img {
    width: 100%2666666667vw;
    height: auto;
  }
  .treatment_sample .frame .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8.6666666667vw;
    padding: 0 8vw 0;
    flex-direction: column;
    gap: .5em;
  }
  .treatment_sample .frame .detail p {
    line-height: 2;
    font-size: 3.4666666667vw;
  }
  .treatment_sample .frame .detail_head {
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .treatment_sample .frame .detail_color {
    color: #f16477;
    padding-left: 18vw;
    display: block;
    margin: 0vw 0 2vw;
  }
  .treatment_sample_txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .treatment_sample_txt .emphasis {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdc5cf));
    background: linear-gradient(transparent 50%, #fdc5cf 50%);
    padding: 0 0.1333333333vw 0.6666666667vw 0.1333333333vw;
  }
}

.recommended_plan {
  padding: 100px 0;
}
.recommended_plan .sct_sbttl {
  margin-bottom: 65px;
}
.recommended_plan .frame {
  background-color: #f4f4f4;
  border-radius: 40px;
  padding: 40px 55px 50px;
  width: auto;
  margin-bottom: 40px;
}
.recommended_plan .frame .plan_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
.recommended_plan .frame .plan_ttl h3 {
  color: #5e5e5e;
}
.recommended_plan .frame .plan_ttl .plan_price {
  color: #f97383;
}
.recommended_plan .frame .plan_cnt {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 35px 45px;
}
.recommended_plan .frame .plan_cnt .plan_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.recommended_plan .frame .plan_cnt .plan_detail .plan_img {
  width: 202px;
  margin-right: 35px;
}
.recommended_plan .frame .plan_cnt .plan_detail .plan_txt {
  width: 563px;
  font-size: 18px;
  line-height: 2;
}
.recommended_plan .frame .plan_cnt .recommend_ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.recommended_plan .frame .plan_cnt .recommend_list_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 16px;
}
.recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list {
  position: relative;
  margin-right: 25px;
  padding-left: 20px;
  line-height: 2;
}
.recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f16477;
  top: 0.6em;
  left: 0;
}
.recommended_plan .monitor_cp_bnr {
  width: 980px;
  margin: 80px auto 0;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .recommended_plan .frame .plan_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    font-size: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommended_plan .frame .plan_ttl h3 {
    color: #5e5e5e;
  }
  .recommended_plan .frame .plan_ttl .plan_price {
    color: #f97383;
  }
  .recommended_plan .frame .plan_cnt {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 45px;
  }
  .recommended_plan .frame .plan_cnt .plan_detail {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .recommended_plan .frame .plan_cnt .plan_detail .plan_img {
    width: 202px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .recommended_plan .frame .plan_cnt .plan_detail .plan_txt {
    width: auto;
    font-size: 18px;
    line-height: 2;
  }
  .recommended_plan .frame .plan_cnt .recommend_ttl {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    font-size: 16px;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list {
    position: relative;
    margin-right: 25px;
    padding-left: 20px;
    line-height: 2;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f16477;
    top: 0.6em;
    left: 0;
  }
  .recommended_plan .monitor_cp_bnr {
    width: 90%;
    margin: 80px auto 0;
  }
}
@media (max-width: 575px) {
  .recommended_plan {
    padding: 16vw 0 13.3333333333vw;
  }
  .recommended_plan .sct_sbttl {
    margin-bottom: 8vw;
  }
  .recommended_plan .frame {
    border-radius: 5.3333333333vw;
    padding: 5.8666666667vw 4.6666666667vw 8vw;
    width: auto;
    margin-bottom: 6.6666666667vw;
  }
  .recommended_plan .frame .plan_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  }
  .recommended_plan .frame .plan_ttl h3 {
    color: #5e5e5e;
    font-size: 4.8vw;
  }
  .recommended_plan .frame .plan_ttl .plan_price {
    font-size: 4.5333333333vw;
    color: #f97383;
  }
  .recommended_plan .frame .plan_cnt {
    background-color: #fff;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
  .recommended_plan .frame .plan_cnt .plan_detail {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .recommended_plan .frame .plan_cnt .plan_detail .plan_img {
    width: 38vw;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
  .recommended_plan .frame .plan_cnt .plan_detail .plan_txt {
    width: 64vw;
    font-size: 3.4666666667vw;
    line-height: 2;
  }
  .recommended_plan .frame .plan_cnt .recommend_ttl {
    font-weight: bold;
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .recommended_plan .frame .plan_cnt .recommend_ttl h3 {
    margin-bottom: 2vw;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    font-size: 3.4666666667vw;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list {
    position: relative;
    margin-right: 3.3333333333vw;
    padding-left: 3.3333333333vw;
    line-height: 2;
  }
  .recommended_plan .frame .plan_cnt .recommend_list_wrp .recommend_list::before {
    content: "";
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-radius: 100%;
    background-color: #f16477;
    top: 0.6em;
    left: 0;
  }
  .recommended_plan .monitor_cp_bnr {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}

.price_area {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f4f4f4;
}
.price_area .price_list_wrp {
  margin-top: 70px;
}
.price_area .price_list_wrp .price_list {
  margin-bottom: 50px;
}
.price_area .price_list_wrp .price_list_ttl {
  width: 100%;
  background-color: #f16477;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}
.price_area .price_list_wrp .price_list_ttl_txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.price_area .price_list_wrp .price_list_cnt {
  width: 100%;
  background-color: #fff;
  padding: 5px 50px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.price_area .price_list_wrp .price_list_cnt.line_1 {
  padding: 30px 50px;
  margin-bottom: 0;
}
.price_area .price_list_wrp .price_list_cnt .price_listline {
  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;
}
.price_area .price_list_wrp .price_list_cnt .price_listline p {
  line-height: 1.8;
}
.price_area .price_list_wrp .price_list_cnt .price_listline .price_list_sbttl {
  font-size: 20px;
  color: #f16477;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
}
.price_area .price_list_wrp .price_list_cnt .price_listline.under {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.price_area .price_list_wrp .price_list_cnt .price_listline.under.line_1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.price_area .price_list_wrp .price_list_cnt .price_listline.under.line_1:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.price_area .price_list_wrp .price_list_cnt .price_listline.under:last-child {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.price_area .price_list_wrp .price_list_cnt .price_listline .list_bold {
  font-weight: bold;
}
.price_area .price_list_wrp .price_list_cnt .price_listline .list_small {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  line-height: 2;
}
.price_area .price_list_wrp .price_list_cnt .price_listline .txt_right {
  text-align: right;
}
.price_area .price_list_wrp .price_list_cnt .price_listline .txt_right .list_small {
  padding-right: 1em;
}
.price_area .price_list_wrp .price_list:last-of-type {
  margin-bottom: 70px;
}
.price_area .attention_writing {
  margin-bottom: 50px;
}
.price_area .attention_writing_head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.price_area .attention_writing_txt {
  font-size: 16px;
  line-height: 2;
}
.price_area .attention_writing_txt.color_change {
  color: #f16477;
}
.price_area .attention_writing:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .price_area .price_list_wrp .price_list_cnt .list_left {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .price_area {
    padding: 16vw 0 13.3333333333vw;
  }
  .price_area .price_list_wrp {
    margin-top: 10.6666666667vw;
  }
  .price_area .price_list_wrp .price_list {
    margin-bottom: 8vw;
  }
  .price_area .price_list_wrp .price_list_ttl {
    width: 100%;
    background-color: #f16477;
    padding-top: 3.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
  .price_area .price_list_wrp .price_list_ttl_txt {
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .price_area .price_list_wrp .price_list_cnt {
    width: 100%;
    background-color: #f8f8f8;
    padding: 8vw 5.3333333333vw 0px;
    font-size: 3.4666666667vw;
    margin-bottom: 10px;
  }
  .price_area .price_list_wrp .price_list_cnt.line_1 {
    padding: 5.3333333333vw;
    margin-bottom: 0;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline {
    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;
    padding-bottom: 4.6666666667vw;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline p {
    line-height: 1.8;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .price_list_sbttl {
    font-size: 3.7333333333vw;
    color: #f16477;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline.under {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline.under.line_1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline.under.line_1:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline.under:last-child {
    border-bottom: none;
    margin-bottom: 4vw;
    padding-bottom: 6.6666666667vw;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline.under .sp_pdT15 {
    padding-top: 2vw;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .list_bold {
    font-weight: bold;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .list_small {
    font-size: 2.9333333333vw;
    text-indent: 0;
    padding-left: 0;
    display: inline;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .txt_right {
    text-align: left;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .txt_right .list_small {
    padding-right: 1em;
  }
  .price_area .price_list_wrp .price_list_cnt .price_listline .sp_small {
    font-size: 2.9333333333vw;
  }
  .price_area .price_list_wrp .price_list:last-of-type {
    margin-bottom: 13.3333333333vw;
  }
  .price_area .attention_writing {
    margin-bottom: 10vw;
  }
  .price_area .attention_writing_head {
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin-bottom: 5vw;
    line-height: 1.8;
  }
  .price_area .attention_writing_txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .price_area .attention_writing_txt.color_change {
    color: #f16477;
  }
  .price_area .attention_writing:last-of-type {
    margin-bottom: 0;
  }
}

/*==================================================

** flow
==================================================*/
.flow {
  scroll-margin-top: 80px;
  padding: 100px 0;
  width: 980px;
  margin: auto;
}
.flow_tabs {
  background-color: #fff;
  margin: 60px auto 0;
  position: relative;
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.flow_tabs::after {
  content: "";
  position: absolute;
  width: 980px;
  border-bottom: 2px solid #f16477;
  top: 68px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  right: 50%;
  z-index: 1;
}
.flow_tabs label {
  margin-bottom: 0;
}
.flow_tabs .tab_item {
  width: 42.3333333333%;
  float: left;
  background-color: #ffe5e9;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  color: #f16477;
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #ffe5e9;
  padding: 20px 0;
}
.flow_tabs .tab_item:first-of-type {
  margin-right: 40px;
  margin-left: 50px;
}
.flow_tabs input[name=tab_item] {
  display: none;
}
.flow_tabs .tab_content {
  display: none;
  padding-top: 85px;
  clear: both;
}
.flow_tabs .tab_content_dsc {
  font-size: 16px;
}
.flow_tabs .tab_content_dsc h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.flow_tabs .tab_content_dsc h3 span {
  font-size: 16px;
  margin-left: 25px;
}
.flow_tabs .tab_content_dsc .dsc_txt {
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}
.flow_tabs .tab_content_dsc .flow_step_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 50px;
}
.flow_tabs .tab_content_dsc .flow_step_wrp .flow_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.flow_tabs .tab_content_dsc .flow_step_wrp .flow_step img {
  width: 220px;
  margin-right: 50px;
}
.flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt span {
  color: #fff;
  font-size: 20px;
  background-color: #f16477;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px 13px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt .flow_step_head {
  color: #f16477;
  font-size: 22px;
  font-weight: bold;
}
.flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt .flow_step_txt {
  line-height: 2em;
}
.flow_tabs .tab_content .attention {
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}
.flow_tabs #first:checked ~ #first_content,
.flow_tabs #next:checked ~ #next_content {
  display: block;
}
.flow_tabs input:checked + .tab_item {
  background-color: #fff;
  border-top: 2px solid #f16477;
  border-right: 2px solid #f16477;
  border-left: 2px solid #f16477;
  border-bottom: 3px solid #fff;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .flow {
    width: auto;
  }
  .flow_tabs {
    background-color: #fff;
    margin: 60px auto 0;
    position: relative;
  }
  .flow_tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #f16477;
    top: 68px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    right: 50%;
    z-index: 1;
  }
  .flow_tabs .tab_item {
    width: 42.3333333333%;
    float: left;
    background-color: #ffe5e9;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    color: #f16477;
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #ffe5e9;
    padding: 20px 0;
  }
  .flow_tabs .tab_item:first-of-type {
    margin-right: 20px;
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .flow {
    scroll-margin-top: 13.3333333333vw;
    padding: 16vw 0;
    width: 86.6666666667vw;
    margin: auto;
  }
  .flow_tabs {
    margin: 10.6666666667vw auto 0;
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのスタイルを変える*/
  }
  .flow_tabs::after {
    width: 100vw;
    border-bottom: 0.2666666667vw solid #f16477;
    top: 11.7vw;
  }
  .flow_tabs .tab_item {
    width: 42.6666666667vw;
    font-size: 2.6666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    border: 0.2666666667vw solid #ffe5e9;
    padding: 4vw 0;
  }
  .flow_tabs .tab_item:first-of-type {
    margin-right: 1.3333333333vw;
    margin-left: 0;
  }
  .flow_tabs .tab_content {
    padding-top: 10.6666666667vw;
  }
  .flow_tabs .tab_content_dsc {
    font-size: 3.4666666667vw;
  }
  .flow_tabs .tab_content_dsc h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 6vw;
    letter-spacing: 0.05em;
  }
  .flow_tabs .tab_content_dsc h3 span {
    font-size: 3.7333333333vw;
    margin-left: 0;
  }
  .flow_tabs .tab_content_dsc .dsc_txt {
    line-height: 2em;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp {
    margin-top: 10.6666666667vw;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step {
    margin-bottom: 9.3333333333vw;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step br {
    display: none;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step img {
    width: 23.4666666667vw;
    margin-right: 4vw;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt span {
    font-size: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding: 1.6vw 1.8vw;
    margin-right: 1.6vw;
    margin-bottom: 3.3333333333vw;
    vertical-align: 0.15em;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt .flow_step_head {
    font-size: 3.7333333333vw;
  }
  .flow_tabs .tab_content_dsc .flow_step_wrp .flow_step_cnt .flow_step_txt {
    line-height: 2em;
  }
  .flow_tabs .tab_content .attention {
    line-height: 2em;
  }
  .flow_tabs input:checked + .tab_item {
    border-top: 0.2666666667vw solid #f16477;
    border-right: 0.2666666667vw solid #f16477;
    border-left: 0.2666666667vw solid #f16477;
    border-bottom: 0.6666666667vw solid #fff;
  }
}

/*==================================================

** artist_intro
==================================================*/
.artist_intro {
  background-color: #fee8ea;
  padding: 100px 0;
  scroll-margin-top: 80px;
}
.artist_intro .artist_tabs {
  margin: 60px auto 0;
  position: relative;
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.artist_intro .artist_tabs label {
  margin-bottom: 0;
}
.artist_intro .artist_tabs .artist_tab_item {
  width: 18.75%;
  float: left;
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  color: #f16477;
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 20px 0;
  margin-right: 1.25%;
}
.artist_intro .artist_tabs .artist_tab_item:last-of-type {
  margin-right: 0px;
}
.artist_intro .artist_tabs .artist_tab_item:hover {
  opacity: 0.75;
}
.artist_intro .artist_tabs input[name=artist_tab_item] {
  display: none;
}
.artist_intro .artist_tabs .artist_tab_content {
  display: none;
  padding-top: 70px;
  clear: both;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt {
  width: 777px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 60px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt:last-of-type {
  margin-bottom: 0px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt img {
  width: 230px;
  margin-right: 50px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt p {
  font-size: 16px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt .artist_name {
  font-size: 24px;
  margin-bottom: 18px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt .artist_ttl {
  margin-bottom: 24px;
}
.artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt .artist_txt {
  line-height: 2em;
}
.artist_intro .artist_tabs #tokyo:checked ~ #tokyo_content,
.artist_intro .artist_tabs #sapporo:checked ~ #sapporo_content,
.artist_intro .artist_tabs #nagoya:checked ~ #nagoya_content,
.artist_intro .artist_tabs #osaka:checked ~ #osaka_content,
.artist_intro .artist_tabs #fukuoka:checked ~ #fukuoka_content {
  display: block;
}
.artist_intro .artist_tabs input:checked + .artist_tab_item {
  background-color: #f16477;
  color: #fff;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
  }
}
@media (max-width: 575px) {
  .artist_intro {
    padding: 14.6666666667vw 0;
    scroll-margin-top: 14.6666666667vw;
  }
  .artist_intro .artist_tabs {
    margin: 8.6666666667vw auto 0;
    position: relative;
    display: inline-block;
    width: 88vw;
    /*タブ切り替えの中身のスタイル*/
  }
  .artist_intro .artist_tabs .artist_tab_item {
    width: 41.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4vw 0;
    margin-right: 3.7333333333vw;
  }
  .artist_intro .artist_tabs .artist_tab_item:last-of-type, .artist_intro .artist_tabs .artist_tab_item:nth-of-type(2), .artist_intro .artist_tabs .artist_tab_item:nth-of-type(4) {
    margin-right: 0px;
  }
  .artist_intro .artist_tabs .artist_tab_item:not(:last-of-type) {
    margin-bottom: 3.6vw;
  }
  .artist_intro .artist_tabs .artist_tab_content {
    padding-top: 10vw;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt {
    width: 86.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 auto 9.3333333333vw;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt img {
    width: 40vw;
    margin: 0 auto;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt {
    margin-top: 8vw;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt p {
    font-size: 3.4666666667vw;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt .artist_name {
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .artist_intro .artist_tabs .artist_tab_content .cnt_wrp .artist_cnt .artist_cnt_txt .artist_ttl {
    margin-bottom: 6.6666666667vw;
  }
}

/*==================================================

** address
==================================================*/
.address {
  padding: 120px 0;
  scroll-margin-top: 80px;
}
.address .address_tabs {
  margin: 60px auto 0;
  position: relative;
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.address .address_tabs label {
  margin-bottom: 0;
}
.address .address_tabs .address_tab_item {
  width: 19%;
  float: left;
  background-color: #f5f5f5;
  font-size: 18px;
  border-radius: 10px;
  color: #f16477;
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 20px 0;
  margin-right: 1.25%;
}
.address .address_tabs .address_tab_item:last-of-type {
  margin-right: 0px;
}
.address .address_tabs .address_tab_item:hover {
  opacity: 0.75;
}
.address .address_tabs input[name=address_tab_item] {
  display: none;
}
.address .address_tabs .address_tab_content {
  display: none;
  padding-top: 70px;
  clear: both;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info_txt {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 35px;
  margin-top: 50px;
  letter-spacing: 0.03em;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info_txt:last-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table {
  width: 480px;
  font-size: 1.8rem;
  border: solid 2px #c9c9cb;
  text-align: center;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead {
  color: #fff;
  background: #bd603d;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th {
  padding: 7px 10px;
  line-height: 1.4;
  color: #fff;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th:not(:last-of-type) {
  border-right: solid 2px #c9c9cb;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr td {
  position: relative;
  padding: 10px;
  line-height: 1.4;
  border-right: solid 2px #c9c9cb;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .td_long {
  padding: 60px 10px;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .size_small {
  font-size: 11px;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(1)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(3)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(4)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80%;
  height: 2px;
  background: #c9c9cb;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody td:not(:last-of-type) {
  border-right: solid 2px #c9c9cb;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap .attention {
  font-size: 15px;
  color: #67543f;
  margin-top: 15px;
}
.address .address_tabs .address_tab_content .clinic_wrp .clinic_map {
  width: 100%;
  height: 350px;
}
@-moz-document url-prefix() {
  .address .address_tabs .td_border {
    border-bottom: 2px solid #c9c9cb;
  }
}
.address .address_tabs #tokyo_address:checked ~ #tokyo_address_content,
.address .address_tabs #sapporo_address:checked ~ #sapporo_address_content,
.address .address_tabs #nagoya_address:checked ~ #nagoya_address_content,
.address .address_tabs #osaka_address:checked ~ #osaka_address_content,
.address .address_tabs #fukuoka_address:checked ~ #fukuoka_address_content {
  display: block;
}
.address .address_tabs input:checked + .address_tab_item {
  background-color: #f16477;
  color: #fff;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .address .address_tabs {
    margin: 60px auto 0;
    position: relative;
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }
  .address .address_tabs label {
    margin-bottom: 0;
  }
  .address .address_tabs .address_tab_item {
    width: 19%;
    float: left;
    background-color: #f5f5f5;
    font-size: 18px;
    border-radius: 10px;
    color: #f16477;
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 20px 0;
    margin-right: 1.25%;
  }
  .address .address_tabs .address_tab_item:last-of-type {
    margin-right: 0px;
  }
  .address .address_tabs .address_tab_item:hover {
    opacity: 0.75;
  }
  .address .address_tabs input[name=address_tab_item] {
    display: none;
  }
  .address .address_tabs .address_tab_content {
    display: none;
    padding-top: 70px;
    clear: both;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info {
    margin-bottom: 50px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info_txt {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 35px;
    margin-top: 0px;
    letter-spacing: 0.03em;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info_txt:last-of-type {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table {
    width: 480px;
    font-size: 1.8rem;
    border: solid 2px #c9c9cb;
    text-align: center;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead {
    color: #fff;
    background: #bd603d;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th {
    padding: 7px 10px;
    line-height: 1.4;
    color: #fff;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th:not(:last-of-type) {
    border-right: solid 2px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr td {
    position: relative;
    padding: 10px;
    line-height: 1.4;
    border-right: solid 2px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .td_long {
    padding: 60px 10px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .size_small {
    font-size: 11px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:last {
    border-bottom: solid 2px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(1)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(3)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(4)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 80%;
    height: 2px;
    background: #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody td:not(:last-of-type) {
    border-right: solid 2px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap .attention {
    font-size: 15px;
    color: #67543f;
    margin-top: 15px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_map {
    width: 100%;
    height: 350px;
  }
  .address .address_tabs #tokyo_address:checked ~ #tokyo_address_content,
  .address .address_tabs #sapporo_address:checked ~ #sapporo_address_content,
  .address .address_tabs #nagoya_address:checked ~ #nagoya_address_content,
  .address .address_tabs #osaka_address:checked ~ #osaka_address_content,
  .address .address_tabs #fukuoka_address:checked ~ #fukuoka_address_content {
    display: block;
  }
  .address .address_tabs input:checked + .address_tab_item {
    background-color: #f16477;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .address {
    padding: 16vw 0;
    scroll-margin-top: 16vw;
  }
  .address .address_tabs {
    margin: 8.6666666667vw auto 0;
    position: relative;
    display: inline-block;
    width: 88vw;
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }
  .address .address_tabs .address_tab_item {
    width: 41.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4vw 0;
    margin-right: 3.7333333333vw;
  }
  .address .address_tabs .address_tab_item:last-of-type, .address .address_tabs .address_tab_item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .address .address_tabs .address_tab_item:first-of-type, .address .address_tabs .address_tab_item:nth-of-type(n+2) {
    margin-top: 3.6vw;
  }
  .address .address_tabs .address_tab_content {
    display: none;
    padding-top: 10.6666666667vw;
    clear: both;
  }
  .address .address_tabs .address_tab_content .clinic_wrp img {
    width: 86.6666666667vw;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0.03em;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .clinic_info:last-of-type {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table {
    font-size: 1.2rem;
    border: solid 1px #c9c9cb;
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th {
    padding: 6px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table thead th:not(:last-of-type) {
    border-right: solid 1px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr td {
    padding: 5px 10px;
    border-right: solid 1px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr td, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr td .td_width {
    padding: 5px 0px;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .td_long {
    padding: 9.33vw 1.3vw;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr .size_small {
    font-size: 2.4vw;
    white-space: nowrap;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(1)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(2)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(3)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(4)::after, .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody tr:first-of-type td.td_sep:nth-child(5)::after {
    content: "";
    height: 1px;
    width: 65%;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap table tbody td:not(:last-of-type) {
    border-right: solid 1px #c9c9cb;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_dsc .table_wrap .attention {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .address .address_tabs .address_tab_content .clinic_wrp .clinic_map {
    width: 100vw;
    height: 56.9333333333vw;
    margin-left: -6.6666666667vw;
  }
  .address .address_tabs #tokyo_address:checked ~ #tokyo_address_content,
  .address .address_tabs #sapporo_address:checked ~ #sapporo_address_content,
  .address .address_tabs #nagoya_address:checked ~ #nagoya_address_content,
  .address .address_tabs #osaka_address:checked ~ #osaka_address_content,
  .address .address_tabs #fukuoka_address:checked ~ #fukuoka_address_content {
    display: block;
    position: relative;
  }
  .address .address_tabs input:checked + .address_tab_item {
    background-color: #f16477;
    color: #fff;
  }
}

/*==================================================

** faq
==================================================*/
.faq {
  padding: 100px 0 40px;
  background-color: #fff;
}
.faq_acd {
  margin-top: 80px;
}
.faq_acd .acd-check {
  display: none;
}
.faq_acd .acd-label {
  display: block;
  padding-bottom: 60px;
  position: relative;
  font-size: 20px;
  color: #212121;
}
.faq_acd .acd-label span {
  font-size: 34px;
  color: #f16477;
  padding-right: 20px;
  vertical-align: -0.15em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
.faq_acd .acd-label:after {
  content: "";
  position: absolute;
  background-image: url("../images/acd_plus.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  right: 0;
  top: 6px;
}
.faq_acd .acd-content {
  display: none;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  width: 935px;
  margin-bottom: 60px;
  margin-top: -30px;
}
.faq_acd .acd-content :first-of-type {
  margin-top: 0px;
}
.faq_acd .acd-content p {
  font-size: 15px;
  line-height: 2em;
  color: #212121;
  padding-left: 60px;
  position: relative;
}
.faq_acd .acd-content p::before {
  content: "A.";
  position: absolute;
  font-size: 34px;
  padding-right: 20px;
  vertical-align: -0.15em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  left: 0;
}
.faq_acd .acd-check:checked + .acd-label:after {
  content: "";
  background-image: url("../images/acd_minus.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 1px;
  top: 16px;
}
.faq_acd .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 959px) and (min-width: 520px) {
  .faq_acd {
    margin-top: 80px;
  }
  .faq_acd .acd-check {
    display: none;
  }
  .faq_acd .acd-label {
    display: block;
    padding-bottom: 60px;
    position: relative;
    font-size: 20px;
    color: #212121;
    padding-right: 50px;
    padding-left: 3em;
    text-indent: -3em;
    line-height: 2em;
  }
  .faq_acd .acd-label span {
    font-size: 34px;
    color: #f16477;
    padding-right: 20px;
    vertical-align: -0.15em;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  }
  .faq .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 14.6666666667vw 0;
    scroll-margin-top: 13.3333333333vw;
  }
  .faq_acd {
    margin-top: 9.3333333333vw;
  }
  .faq_acd .acd-label {
    display: block;
    padding-bottom: 9.3333333333vw;
    position: relative;
    font-size: 4vw;
    color: #212121;
    padding-left: 2.5em;
    padding-right: 10.2666666667vw;
    text-indent: -2.5em;
    line-height: 2;
    margin-bottom: 0;
  }
  .faq_acd .acd-label span {
    font-size: 6.4vw;
    color: #f16477;
    padding-right: 2.9333333333vw;
    vertical-align: -0.15em;
  }
  .faq_acd .acd-label:after {
    content: "";
    position: absolute;
    background-image: url("../images/acd_plus.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 6px;
  }
  .faq_acd .acd-content {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    width: 86.6666666667vw;
    margin-bottom: 9.3333333333vw;
    padding-top: 2.6666666667vw;
  }
  .faq_acd .acd-content p {
    font-size: 3.4666666667vw;
    line-height: 2em;
    padding-left: 3em;
    position: relative;
  }
  .faq_acd .acd-content p::before {
    content: "A.";
    position: absolute;
    font-size: 6.4vw;
    padding-right: 2.9333333333vw;
    vertical-align: -0.15em;
  }
}

/*==================================================

** media
==================================================*/
.media_information {
  padding: 100px 0;
  background-color: #f4f4f4;
}
.media_information .container {
  margin-bottom: 40px;
}
.media_information .media_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media_information .media_wrap .media_cnt {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 25px 25px;
  font-size: 18px;
  width: 280px;
  margin-right: 20px;
}
.media_information .media_wrap .media_cnt .media_img {
  width: 230px;
  height: auto;
  margin-bottom: 25px;
}
.media_information .media_wrap .media_cnt .media_date {
  color: #f16477;
  margin-bottom: 10px;
}
.media_information .media_wrap .media_cnt p {
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.media_information .media_wrap .media_cnt:last-of-type {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .media_information .media_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_information .media_wrap .media_cnt {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 3.7333333333vw 3.3333333333vw;
    font-size: 2.9333333333vw;
    width: 41.7333333333vw;
    margin-right: 2.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .media_information .media_wrap .media_cnt .media_img {
    width: 34.2666666667vw;
    height: auto;
    margin-bottom: 4vw;
  }
  .media_information .media_wrap .media_cnt .media_date {
    color: #f16477;
    margin-bottom: 1vw;
  }
  .media_information .media_wrap .media_cnt p {
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  .media_information .media_wrap .media_cnt:nth-of-type(2) {
    margin-right: 0px;
  }
  .media_information .media_wrap .media_cnt:nth-of-type(4) {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .media_information {
    padding: 13.3333333333vw 0;
  }
  .media_information .container {
    margin-bottom: 40px;
  }
  .media_information .media_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_information .media_wrap .media_cnt {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 3.7333333333vw 3.3333333333vw;
    font-size: 2.9333333333vw;
    width: 41.7333333333vw;
    margin-right: 2.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .media_information .media_wrap .media_cnt .media_img {
    width: 34.2666666667vw;
    height: auto;
    margin-bottom: 4vw;
  }
  .media_information .media_wrap .media_cnt .media_date {
    color: #f16477;
    margin-bottom: 1vw;
  }
  .media_information .media_wrap .media_cnt p {
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  .media_information .media_wrap .media_cnt:nth-of-type(2) {
    margin-right: 0px;
  }
  .media_information .media_wrap .media_cnt:nth-of-type(4) {
    margin-right: 0px;
  }
}

/*==================================================

** footer
==================================================*/
.footer {
  padding: 25px 0;
  background-color: #f0f0f0;
  text-align: center;
}
.footer .copy {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 110px;
}
@media (max-width: 575px) {
  .footer {
    padding: 6.6666666667vw 0 0;
  }
  .footer .copy {
    font-size: 3.2vw;
    margin-bottom: 28vw;
  }
}
.contact-button {
  position: fixed;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
.contact-button .inner {
  text-align: center;
}
.contact-button a {
  position: relative;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #bd603d;
  padding: 25px 75px 25px 36px;
}
.contact-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 23px;
  background-image: url("../images/contact-button_icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-button a figure {
  display: inline-block;
  width: 38px;
  height: 25px;
  margin-right: 12px;
}
.contact-button:hover {
  opacity: 0.7;
}
@media (max-width: 575px) {
  .contact-button {
    position: fixed;
    bottom: 8.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
  }
  .contact-button .inner {
    text-align: center;
  }
  .contact-button a {
    position: relative;
    border-radius: 2.1333333333vw;
    color: #fff;
    font-size: 4vw;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #bd603d;
    padding: 4vw 15vw 4vw 0;
    width: 100%;
    display: block;
  }
  .contact-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 2.1333333333vw;
    height: 3.6vw;
    background-image: url("../images/contact-button_icon02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact-button a figure {
    display: inline-block;
    width: 6.6666666667vw;
    height: 4.5333333333vw;
    margin-right: 9.3333333333vw;
  }
}