@charset "UTF-8";

@charset "UTF-8";
:target {
  scroll-margin-top: 100px; /* ヘッダーの高さに合わせて調整 */
}
@media screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 80px; /* ヘッダーの高さに合わせて調整 */
  }
}

.is--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is--pc {
    display: none;
  }
}

.is--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is--sp {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
table tbody tr {
  overflow: auto;
}
table tbody tr td {
  border: 1px solid #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  table tbody tr td {
    font-size: 13px;
  }
}
table tbody tr td.left {
  width: 134px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(244, 237, 230, 0.6);
  vertical-align: middle;
  padding: 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  table tbody tr td.left {
    width: 29%;
    line-height: 15px;
    padding-left: 10px;
  }
}
table tbody tr td.right {
  width: calc(100% - 134px);
  line-height: 24.5px;
  padding: 17px 19px;
}
@media screen and (max-width: 768px) {
  table tbody tr td.right {
    width: 71%;
    word-break: break-all;
    padding: 13px 10px;
    line-height: 20px;
  }
}
table tbody tr td.right ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  table tbody tr td.right ul li {
    font-size: 13px;
  }
}
table tbody tr td.right ul li:not(:first-child) {
  margin-top: 2px;
}
table tbody tr td.right ol {
  list-style: auto;
  padding-left: 15px;
}
table tbody tr td.right ol li {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  table tbody tr td.right ol li {
    padding-left: 0;
  }
}

.button {
  min-width: 284px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}
.button.report {
  width: 100%;
  min-width: 300px !important;
  margin-top: 15px;
  padding: 4px 13px 4px 34px;
}
@media screen and (max-width: 768px) {
  .button.report {
    display: block;
    width: 309px;
    min-width: 0 !important;
    margin: 8px auto 0;
    padding: 13px;
  }
}
.button.report a span {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button.report a span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button.report a span::after {
  right: 22px;
}
@media screen and (max-width: 768px) {
  .button.report a span::after {
    right: 20px;
  }
}
.button span::after {
  position: absolute;
  right: 22px;
  -webkit-transform: translateY(2px) rotate(90deg);
      -ms-transform: translateY(2px) rotate(90deg);
          transform: translateY(2px) rotate(90deg);
}
.button.right span::after {
  position: absolute;
  right: 22px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.butotn-area {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .butotn-area {
    margin-top: 15px;
  }
}
.butotn-area .button.comingsoon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.butotn-area .button.comingsoon::after {
  display: none;
}

.form_checkbox a {
  color: #373737;
  border-bottom: 1px solid #373737;
}

.container {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container.m-achievement {
  width: 100%;
  margin-top: 70px;
  padding-bottom: 65px;
  background-color: #fdf5f8;
}
@media screen and (max-width: 768px) {
  .container.m-achievement {
    margin-top: 50px;
    padding-bottom: 35px;
  }
}
.container.m-achievement #studio {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .container.m-achievement #studio {
    margin-top: 35px;
  }
}

#luxy {
  overflow: clip;
}

.main {
  width: 860px;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}
.main.m-studio {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section_inner, .section-inner {
    padding: 0 16px;
  }
}
.section_inner h2, .section_inner_eventname, .section-inner h2, .section-inner_eventname {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.section_inner h2::before, .section_inner_eventname::before, .section-inner h2::before, .section-inner_eventname::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.375) * 0.5em);
  content: "";
}
.section_inner h2::after, .section_inner_eventname::after, .section-inner h2::after, .section-inner_eventname::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.375) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .section_inner h2, .section_inner_eventname, .section-inner h2, .section-inner_eventname {
    font-size: 28px;
    line-height: 38px;
  }
}
.section_inner h2 .studioname, .section_inner_eventname .studioname, .section-inner h2 .studioname, .section-inner_eventname .studioname {
  display: block;
  font-size: 24px;
}
.section_inner .section-title, .section-inner .section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_inner .section-title, .section-inner .section-title {
    font-size: 23px;
  }
}
.section_inner .section-title.plan-head, .section-inner .section-title.plan-head {
  margin-top: -54px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .section_inner .section-title.plan-head, .section-inner .section-title.plan-head {
    margin-top: 0;
    padding-top: 0;
  }
}
.section_inner .section-title.plan-head + .planBlock, .section-inner .section-title.plan-head + .planBlock {
  margin-top: 0;
}
.section_inner p, .section-inner p {
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .section_inner p, .section-inner p {
    line-height: 25px;
  }
}
.section_inner p.plan-lead, .section-inner p.plan-lead {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.section_lead {
  margin-top: 16px;
  text-align: center;
}
.section_session {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section_session {
    margin-top: 28px;
  }
}

.kv {
  width: 100%;
  max-width: 1000px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 0;
  }
}
.kv_introduction {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kv_introduction {
    margin-bottom: 15px;
    padding: 0 16px;
  }
}
.kv_introduction h1 {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .kv_introduction h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
.kv_introduction-data p {
  width: 400px;
  margin: 10px auto 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .kv_introduction-data p {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }
}
.kv_introduction-data p.studio::before {
  content: "\e904";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 4px;
}
.kv_introduction-data p.date::before {
  content: "\e903";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 4px;
}
.kv_introduction-lead {
  width: 860px;
  margin: 42px auto 0;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .kv_introduction-lead {
    width: 100%;
    margin-top: 15px;
  }
}
.kv_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kv_content {
    display: block;
    padding: 0 18px;
  }
}
.kv_slider {
  width: 750px;
}
@media screen and (max-width: 768px) {
  .kv_slider {
    width: 100%;
  }
}
.kv_slider_img {
  display: none;
}
.kv_slider_img.is-active {
  display: block;
}
.kv_slider img {
  width: 100%;
}
.kv_slider-achieve {
  width: 750px;
}
.kv_slider-achieve .slick-list {
  max-height: 510px;
}
@media screen and (max-width: 768px) {
  .kv_slider-achieve .slick-list {
    max-height: 61.3vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_slider-achieve {
    width: 100%;
  }
}
.kv_slider-achieve_img {
  display: none;
}
.kv_slider-achieve_img.is-active {
  display: block;
}
.kv_slider-achieve img {
  width: 100%;
}
.kv_thumbnail {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.kv_thumbnail_img {
  margin-top: 5px;
  width: 100% !important;
  width: 241px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail_img {
    margin-top: 0;
    margin-left: 4px;
    width: 93px !important;
  }
}
.kv_thumbnail_img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail_img:first-child {
    margin-left: 0;
  }
}
.kv_thumbnail_img img {
  margin-left: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail_img img {
    width: 100%;
    margin: 0 auto;
  }
}
.kv_thumbnail_img.is-active {
  opacity: 1;
  border: 2px solid #F45581;
  border-radius: 10px;
}
.kv_thumbnail-achieve {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail-achieve {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.kv_thumbnail-achieve_img {
  margin-top: 5px;
  width: 100% !important;
  max-width: 241px;
  height: 100% !important;
  max-height: 163px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail-achieve_img {
    margin: 0 2px;
    width: 93px !important;
    max-height: 62px;
  }
}
.kv_thumbnail-achieve_img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail-achieve_img:first-child {
    margin-left: 0;
  }
}
.kv_thumbnail-achieve_img img {
  margin-left: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .kv_thumbnail-achieve_img img {
    width: 100%;
    margin: 0 auto;
  }
}
.kv_thumbnail-achieve_img.is-active {
  opacity: 1;
  border: 2px solid #F45581;
  border-radius: 10px;
}
.kv_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
.kv_dots_list {
  width: 10px;
  height: 10px;
  background-color: #EAEAEA;
  margin-left: 30px;
  border-radius: 50%;
}
.kv_dots_list:first-child {
  margin-left: 0;
}
.kv_dots_list.is-active {
  background-color: #5FBEF0;
}
.kv-img {
  overflow: hidden;
  border-radius: 10px;
}

.sessionKv_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  margin: 32px auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sessionKv_inner {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
    width: calc(100% - 34px);
    margin-top: 15px;
    border-radius: 4px;
  }
}
.sessionKv-image {
  position: relative;
  width: 368px;
  padding: 43px 0 43px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sessionKv-image {
    width: 37.4%;
    height: auto;
    padding: 0;
  }
}
.sessionKv-image .imgInner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sessionKv-image .imgInner {
    width: 100%;
    height: 100%;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
  }
}
.sessionKv-image .imgInner::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #D3D3D3;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sessionKv-image .imgInner::after {
    display: none;
  }
}
.sessionKv-image .imgInner .image {
  position: relative;
  padding: 13px;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .sessionKv-image .imgInner .image {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.sessionKv-image .imgInner .image img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sessionKv-image .imgInner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.sessionKv-name {
  width: calc(100% - 368px);
}
@media screen and (max-width: 768px) {
  .sessionKv-name {
    width: 62.6%;
  }
}
.sessionKv-arrow {
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sessionKv-arrow {
    top: calc(100% - 5px);
    width: 43px;
    height: 27px;
  }
}
@media screen and (max-width: 480px) {
  .sessionKv-arrow {
    top: calc(100% - 5px);
    width: 21px;
    height: 18px;
  }
}
.sessionKv-arrow svg {
  width: 100%;
  height: 100%;
}

.session_address {
  text-align: center;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .session_address {
    margin-top: 13px;
  }
}
.session_address_text {
  text-align: center;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .session_address_text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.session_address_text::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/session_detail/icon_address.svg) no-repeat;
  width: 13px;
  height: 18px;
  left: -20px;
}
.session_text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .session_text {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .session_text span {
    font-size: 12px;
  }
}
.session_note {
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .session_note {
    font-size: 12px;
    display: block;
    margin-top: 6px;
  }
}
.session_note li {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .session_note li {
    margin-left: 0;
  }
}

.about {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 20px;
  }
}
.about .detail-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.about .detail-inner:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about .detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .detail-title {
  width: 180px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about .detail-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    width: auto;
  }
}
.about .detail-title .butotn-area {
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about .detail-title .butotn-area {
    margin-top: 0;
  }
}
.about .detail-title .butotn-area .button {
  width: 165px;
  min-width: 0;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .about .detail-title .butotn-area .button {
    width: 107px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .about .detail-title .butotn-area .button::after {
    top: 50%;
    right: 12px;
    font-size: 5px;
  }
}
.about .detail-title .butotn-area .button span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about .detail-title .butotn-area .button span {
    font-size: 12px;
  }
}
.about .detail-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 2px;
}
.about .detail-data::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.about .detail-data::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
.about .detail-data .yoyakubox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .about .detail-data .yoyakubox {
    margin-top: 15px;
  }
}
.about .detail-data .studiodata dt {
  color: #f45581;
  font-weight: 700;
}
.about .detail-data .studiodata dd {
  margin-top: 7px;
}
.about .detail-data .studiodata dd p {
  line-height: 1.7;
}
.about .detail-data span {
  color: #f45581;
}
.about .detail-data span.yoyaku {
  display: inline-block;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #504C4D;
  background: #FFF;
  color: #504C4D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 171.429% */
}
@media screen and (max-width: 768px) {
  .about .detail-data {
    font-size: 14px;
    margin-top: 10px;
  }
}

.gallery {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 60px;
  }
}
.galleryinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .galleryinner {
    display: block;
  }
}
.gallery-img {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .gallery-img {
    margin-top: 15px;
  }
}
.gallery-slider {
  position: relative;
  width: 100vw;
  left: calc((100vw - 1000px) / 2 * -1);
}
@media screen and (max-width: 1024px) {
  .gallery-slider {
    left: -16px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slider {
    left: -16px;
  }
}
.gallery-slider .slick-slide {
  height: 441px;
  margin-right: 24px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .gallery-slider .slick-slide {
    height: 201px;
    margin-right: 8px;
  }
}
.gallery-slider .slick-slide img {
  width: auto;
  height: 100%;
}
.gallery .comment {
  margin-top: 8px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .gallery .comment {
    font-size: 12px;
  }
}

.studio-report {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .studio-report {
    margin-top: 68px;
  }
}
.studio-report .report-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 306px;
  padding: 40px;
  border: 1px solid #f45581;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner {
    min-height: 0;
    padding: 40px 15px 20px;
  }
}
.studio-report .report-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 145px;
  height: 61px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner::before {
    width: 126px;
    height: 55px;
  }
}
.studio-report .report-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 106px;
  height: 61px;
  background-image: url("../img/session_detail/ico_report_head.svg");
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.studio-report .report-inner .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}
.studio-report .report-inner .column .datas {
  position: relative;
  width: 100%;
  padding-right: 385px;
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 9px;
    width: 100%;
  }
}
.studio-report .report-inner .column .datas .head .headtext {
  font-size: 24px;
  color: #f45581;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas .head .headtext {
    width: calc(100% - 170px);
    font-size: 18px;
  }
}
.studio-report .report-inner .column .datas .head .image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 345px;
  height: 226px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas .head .image {
    position: static;
    width: 163px;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.studio-report .report-inner .column .datas .head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.studio-report .report-inner .column .datas .content {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas .content {
    margin-top: 14px;
  }
}
.studio-report .report-inner .column .datas .content p {
  display: -webkit-box;
  font-size: 14px;
  line-height: 2.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .studio-report .report-inner .column .datas .content p {
    line-height: 1.45;
  }
}

.studio {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .studio {
    margin-top: 50px;
  }
}
.studio h2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .studio h2 {
    margin-bottom: 13px;
  }
}
.studio_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .studio_intro {
    display: block;
  }
}
.studio_pic {
  min-width: 164px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 19px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .studio_pic {
    margin: 0 auto 10px;
    text-align: center;
  }
}
.studio_pic img {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .studio_pic img {
    margin: 0 auto;
  }
}
.studio_title {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .studio_title {
    margin-left: 0;
  }
}
.studio_title h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .studio_title h3 {
    font-size: 20px;
    text-align: center;
  }
}
.studio_site {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .studio_site {
    padding-left: 0;
    text-align: center;
  }
}
.studio_site > * {
  margin-right: 5px;
}
.studio_link {
  color: #f45581;
  border: 1px solid #f45581;
  line-height: 24px;
  padding: 4px 8px;
  width: auto;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .studio_link {
    width: 248px;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 0;
  }
}
.studio p {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .studio p {
    margin-top: 30px;
  }
}
.studio p.comment {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.studio .detail {
  border: 1px solid #504c4d;
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .studio .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
  }
}
.studio .detail-title {
  width: 290px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .studio .detail-title {
    width: auto;
  }
}
.studio .detail-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (min-width: 769px) {
  .studio .detail-data {
    padding-left: 39px;
    border-left: 1px solid #504c4d;
  }
}
@media screen and (max-width: 768px) {
  .studio .detail-data {
    border-top: 1px solid #707070;
    padding: 0 20px;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.studio .snslinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .studio .snslinks {
    gap: 0 16px;
  }
}
.studio .snslinks .linkitem a {
  display: block;
}
.studio .snslinks .linkitem a.official {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 212px;
  height: 50px;
  border: 2px solid #f45581;
  border-radius: 8px;
  background-color: #fff;
  color: #f45581;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .studio .snslinks .linkitem a.official {
    width: 106px;
    height: 40px;
    border: 1px solid #f45581;
    border-radius: 4px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .studio .snslinks .linkitem a.official:hover {
    background-color: #f45581;
    color: #fff;
  }
}
.studio .snslinks .linkitem a.sns {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .studio .snslinks .linkitem a.sns {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .studio .snslinks .linkitem a.sns:hover {
    opacity: 0.6;
  }
}
.studio_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #504c4d;
  padding: 20px 30px 28px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .studio_product {
    margin-top: 12px;
    display: block;
    padding: 15px 10px 18px;
  }
}
.studio_product_text {
  border-left: 1px solid #707070;
  padding-left: 40px;
  margin-top: 8px !important;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .studio_product_text {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
    border-left: none;
  }
}
.studio_product_text span {
  font-size: 26px;
  font-weight: bold;
  color: #f45581;
  padding: 0 2px;
}
.studio_product h5 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .studio_product h5 {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
    text-align: center;
  }
}
.studio_product ul {
  border-left: 1px solid #707070;
  padding-left: 40px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .studio_product ul {
    padding: 20px 30px 0;
    margin: 11px 0 0 0;
    border-left: none;
    border-top: 1px solid #707070;
  }
}
.studio_product ul li {
  margin-top: 6px;
  line-height: 22px;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.studio_product ul li:first-child {
  margin-top: 0;
}
.studio_product ul li span {
  font-size: 26px;
  font-weight: bold;
  color: #f45581;
  padding: 0 2px;
}
.studio_slide {
  margin: 72px auto 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .studio_slide {
    margin-top: 60px;
  }
}
.studio_slide.child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .studio_slide.child {
    margin-top: 20px;
  }
}
.studio_slide .thumbnail figure {
  height: 100%;
}
.studio_slide .thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studio_slide .slick-slide {
  border-radius: 10px;
  overflow: hidden;
}
.studio_slider img {
  width: 860px;
}
.studio_slider .slick-dots {
  display: none !important;
}
.studio_thumbnail {
  width: 575px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .studio_thumbnail {
    width: 100%;
    margin: 10px auto 0;
  }
}
.studio_img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .studio_img {
    width: 93px !important;
    margin-left: 4px;
  }
}
.studio_img:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .studio_img:first-child {
    margin-left: 28px;
  }
}
.studio .studioinformation {
  margin: 70px auto !important;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation {
    margin-top: 56px auto 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .studio .studioinformation.studiopage {
    margin: 40px auto !important;
  }
}
@media screen and (max-width: 768px) {
  .studio .studioinformation .section_inner {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.studio .studioinformation h2 {
  font-size: 32px;
  color: #f45581;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation h2 {
    font-size: 23px;
    line-height: 28px;
  }
}
.studio .studioinformation h3 {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.studio .studioinformation .basic {
  margin-top: 6px;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation .basic {
    margin-top: 15px;
  }
}
.studio .studioinformation .basic > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.studio .studioinformation .basic > div:not(:first-child) {
  border-top: 1px solid #707070;
}
.studio .studioinformation .basic > div dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  padding: 17px 20px;
  background-color: #F8F4F0;
  border-right: 1px solid #707070;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation .basic > div dt {
    width: 125px;
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .studio .studioinformation .basic > div dt {
    width: 94px;
  }
}
.studio .studioinformation .basic > div dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 17px 20px;
  width: calc(100% - 264px);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .studio .studioinformation .basic > div dd {
    width: calc(100% - 125px);
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .studio .studioinformation .basic > div dd {
    width: calc(100% - 94px);
  }
}
.studio .studioinformation .basic > div dd span.head {
  width: 100%;
  font-weight: 700;
}
.studio .studioinformation .basic > div dd span.head:not(:first-child) {
  margin-top: 16px;
}
.studio .studioinformation .basic > div dd span.text {
  width: 100%;
  margin-top: 8px;
}
.studio .studioinformation .basic > div dd a {
  color: #F45581;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 769px) {
  .studio .studioinformation .basic > div dd a:hover {
    color: #5FBEF0;
  }
}
.studio .basic {
  margin-top: 6px;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .studio .basic {
    margin-top: 15px;
  }
}
.studio .basic > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.studio .basic > div:not(:first-child) {
  border-top: 1px solid #707070;
}
.studio .basic > div dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  padding: 17px 20px;
  background-color: #F8F4F0;
  border-right: 1px solid #707070;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .studio .basic > div dt {
    width: 125px;
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .studio .basic > div dt {
    width: 94px;
  }
}
.studio .basic > div dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 17px 20px;
  width: calc(100% - 264px);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .studio .basic > div dd {
    width: calc(100% - 125px);
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .studio .basic > div dd {
    width: calc(100% - 94px);
  }
}
.studio .basic > div dd span.head {
  width: 100%;
  font-weight: 700;
}
.studio .basic > div dd span.head:not(:first-child) {
  margin-top: 16px;
}
.studio .basic > div dd span.text {
  width: 100%;
  margin-top: 8px;
}
.studio .basic > div dd a {
  color: #F45581;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 769px) {
  .studio .basic > div dd a:hover {
    color: #5FBEF0;
  }
}
@media screen and (max-width: 768px) {
  .studio .access .section-inner {
    margin: 0;
  }
}

.service {
  margin-top: 70px;
}
.service .servicelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 29px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .service .servicelist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 18px 15px;
  }
}
.service .servicelist .listitem {
  width: calc((100% - 232px) / 9);
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service .servicelist .listitem {
    width: calc((100% - 30px) / 3);
  }
}
.service .servicelist .listitem.disabled {
  opacity: 0.3;
}
.service .servicelist .listitem .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.service .servicelist .listitem .icon img {
  width: 100%;
  height: 100%;
}
.service .servicelist .listitem .text {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.studio_slide .studio-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message {
    gap: 0 15px;
  }
}
.studio_slide .studio-message .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 137px;
  height: 138px;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .image {
    width: 86px;
    height: 108px;
  }
}
.studio_slide .studio-message .image img {
  width: 102px;
  height: 129px;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .image img {
    width: 100%;
    height: 100%;
  }
}
.studio_slide .studio-message .message {
  width: calc(100% - 167px);
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .message {
    width: calc(100% - 101px);
  }
}
.studio_slide .studio-message .message dt {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .message dt {
    font-size: 14px;
  }
}
.studio_slide .studio-message .message dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .message dd {
    margin-top: 15px;
  }
}
.studio_slide .studio-message .message dd .text {
  display: -webkit-box;
  font-size: 14px;
  line-height: 2.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .studio_slide .studio-message .message dd .text {
    line-height: 1.45;
  }
}

.studio_slide .slick-slide.thumbnail-img {
  margin-right: 15px;
  height: 105px;
}
@media screen and (max-width: 768px) {
  .studio_slide .slick-slide.thumbnail-img {
    margin-right: -1px;
    height: 54px;
    border-radius: 5px;
  }
}
.studio_slide .slick-slide.thumbnail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .studio_slide .slick-slide.thumbnail-img img {
    border-radius: 5px;
  }
}

.access {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .access {
    margin-top: 65px;
  }
}
.access .section-inner {
  padding: 0;
}
.access h2 {
  font-size: 32px;
  color: #f45581;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .access h2 {
    font-size: 23px;
    line-height: 28px;
  }
}
.access h3 {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .access h3 {
    margin-bottom: 13px;
    font-size: 23px;
    line-height: 28px;
  }
}
.access_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .access_content {
    display: block;
  }
}
.access_info {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .access_info {
    width: 100%;
    margin-top: 24px;
  }
}
.access_info_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.access_info_list dt {
  border: 1px solid #504c4d;
  display: inline-block;
  width: 76px;
  height: 14px;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access_info_list dt {
    font-size: 13px;
  }
}
.access_info_list dd {
  width: calc(100% - 85px);
  line-height: 22px;
  font-size: 14px;
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .access_info_list dd {
    font-size: 13px;
  }
}
.access_info_vehicle {
  border-top: 1px solid #707070;
  margin-top: 33px;
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .access_info_vehicle {
    margin-top: 19px;
    padding-top: 19px;
  }
}
.access_info_patarn {
  margin-top: 20px;
}
.access_info_patarn:first-child {
  margin-top: 0;
}
.access_info_patarn h4 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access_info_patarn h4 {
    font-size: 14px;
  }
}
.access_info_patarn p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .access_info_patarn p {
    font-size: 13px;
  }
}
.access_map {
  width: calc(100% - 340px);
  height: 450px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .access_map {
    width: 100%;
    height: 87.6vw;
    margin-left: 0;
  }
}
.access_map #map_canvas {
  width: 100%;
  height: 100%;
}
.access_map iframe {
  width: 522px;
  height: 457px;
}
@media screen and (max-width: 768px) {
  .access_map iframe {
    width: 100%;
    height: 290px;
  }
}
.access_route {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 46px;
  width: 100%;
  margin-top: 26px;
}
.access_route > div {
  width: calc((100% - 46px) / 2);
}
@media screen and (max-width: 480px) {
  .access_route > div {
    width: 100%;
  }
}
.access_route > div h4 {
  font-weight: 700;
  line-height: 30px;
}
.access_route > div p {
  font-size: 14px;
  margin-top: 12px;
}
.access .maparea {
  width: 100%;
  height: 443px;
}
.access .maparea .canvas {
  width: 100%;
  height: 100%;
}
.access .maparea iframe {
  width: 100%;
  height: 443px;
}
@media screen and (max-width: 768px) {
  .access .maparea iframe {
    width: 100%;
    height: 290px;
  }
}
.access .butotn-area {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .apply {
    margin-top: 65px;
  }
}
.apply_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .apply_flow {
    display: block;
    margin-top: 32px;
  }
}
.apply_flow.yoyaku_true {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 59px 34px;
}
.apply_flow.yoyaku_true li {
  width: 243px;
}
@media screen and (max-width: 768px) {
  .apply_flow.yoyaku_true li {
    width: 266px;
  }
}
.apply_flow.yoyaku_true li::after {
  right: -23px;
  width: 14px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .apply_flow.yoyaku_true li::after {
    top: calc(100% + 22px);
    right: 50%;
    width: 15px;
    height: 26px;
  }
}
.apply_flow li {
  width: 152px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply_flow li {
    margin: 70px auto 0;
    width: 270px;
  }
}
.apply_flow li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/session_detail/apply_allow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .apply_flow li::after {
    width: 23px;
    height: 40px;
    top: 262px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
        -ms-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .apply_flow li:first-child {
    margin-top: 0;
  }
}
.apply_flow li:last-child::after {
  content: none;
}
.apply_list {
  margin-top: 50px;
}
.apply_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  .apply_list dl {
    max-height: 389px;
  }
}
.apply_list dl:last-child {
  border-bottom: 1px solid #707070;
}
.apply_list dt {
  background-color: #f4ede6;
  width: 156px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .apply_list dt {
    width: 28%;
    padding-left: 10px;
    font-size: 13px;
  }
}
.apply_list dd {
  width: calc(100% - 156px);
  padding: 20px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 14px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .apply_list dd {
    width: 72%;
    padding: 8px;
    font-size: 13px;
    word-break: break-all;
  }
}
.apply_list dd.inline-frame {
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apply_list dd.inline-frame iframe {
  width: 100%;
  height: 100%;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .apply_list dd.inline-frame iframe {
    padding-left: 0;
  }
}
.apply_list dd span {
  font-weight: bold;
}
.apply_list dd ol {
  list-style: auto;
  padding-left: 15px;
}
.apply_list dd ol li {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .apply_list dd ol li {
    padding-left: 0;
  }
}
.apply_list dd .corp {
  line-height: 20px;
  font-size: 13px;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .apply_list dd .corp {
    line-height: 18px;
    font-size: 12px;
  }
}
.apply_yoyaku {
  margin-top: 55px;
}
.apply_yoyaku .yoyaku-head {
  margin-top: 0 !important;
  line-height: 55px;
  /* 211.538% */
}
.apply_yoyaku .buttonbox .tel-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area {
    margin-top: 18px;
  }
}
.apply_yoyaku .buttonbox .tel-area .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 422px;
  min-width: 0;
  height: 70px;
  padding: 0px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: none;
  border-radius: 10px;
  background: #F8F4F0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 31px;
    background: #F45581;
    pointer-events: auto;
  }
}
.apply_yoyaku .buttonbox .tel-area .button::after {
  display: none;
}
.apply_yoyaku .buttonbox .tel-area .button span {
  position: relative;
}
.apply_yoyaku .buttonbox .tel-area .button span::before {
  position: absolute;
  content: "";
  top: calc(50% + 2px);
  right: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.apply_yoyaku .buttonbox .tel-area .button .icon_tel_pc {
  display: inline-block;
  margin-left: 22px;
  color: #F45581;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  /* 343.75% */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button .icon_tel_pc {
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
  }
}
.apply_yoyaku .buttonbox .tel-area .button .icon_tel_pc::before {
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../img/session_detail/ico_yoyaku_tel.svg)");
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button .icon_tel_pc::before {
    display: none;
  }
}
.apply_yoyaku .buttonbox .tel-area .button .icon_tel_sp {
  display: inline-block;
  width: 110px;
  color: #504C4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  /* 343.75% */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button .icon_tel_sp {
    width: auto;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button .icon_tel_sp::before {
    right: calc(100% + 5px);
    width: 26px;
    height: 26px;
    background-image: url("../img/session_detail/ico_yoyaku_tel_sp.svg)");
  }
}
.apply_yoyaku .buttonbox .tel-area .button .icon_tel_sp::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 40px);
  height: 25px;
  border-right: 1px solid #504C4D;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .tel-area .button .icon_tel_sp::after {
    display: none;
  }
}
.apply_yoyaku .buttonbox .button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 16px;
}
.apply_yoyaku .buttonbox .button-area:has(> .button) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area:has(> .button) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.apply_yoyaku .buttonbox .button-area .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 422px;
  height: 70px;
  border-radius: 31px;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area .button {
    width: 100%;
    max-width: 422px;
  }
}
@media screen and (min-width: 769px) {
  .apply_yoyaku .buttonbox .button-area .button:hover {
    background: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area .button:hover span {
    color: #fff !important;
  }
}
.apply_yoyaku .buttonbox .button-area .button:hover span::before {
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area .button:hover span::before {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 769px) {
  .apply_yoyaku .buttonbox .button-area .button:hover span::after {
    opacity: 1 !important;
  }
}
.apply_yoyaku .buttonbox .button-area .button::after {
  display: none;
}
.apply_yoyaku .buttonbox .button-area .button.line {
  border: 2px solid var(--LINE, #06C755);
  background: var(--LINE, #06C755);
}
@media screen and (min-width: 769px) {
  .apply_yoyaku .buttonbox .button-area .button.line:hover span {
    color: #06C755 !important;
  }
}
.apply_yoyaku .buttonbox .button-area .button span {
  position: relative;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  .apply_yoyaku .buttonbox .button-area .button span {
    font-weight: 400;
  }
}
.apply_yoyaku .buttonbox .button-area .button span::before, .apply_yoyaku .buttonbox .button-area .button span::after {
  position: absolute;
  content: "";
  top: calc(50% + 2px);
  right: calc(100% + 5px);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.apply_yoyaku .buttonbox .button-area .button span.ico_line::before {
  width: 26px;
  height: 26px;
  background-image: url("../img/session_detail/ico_yoyaku_line.svg)");
}
.apply_yoyaku .buttonbox .button-area .button span.ico_line::after {
  width: 26px;
  height: 26px;
  background-image: url("../img/session_detail/ico_yoyaku_line_hov.svg)");
  opacity: 0;
}
.apply_yoyaku .buttonbox .button-area .button span.ico_net::before {
  width: 26px;
  height: 26px;
  background-image: url("../img/session_detail/ico_yoyaku_net.svg)");
}
.apply_yoyaku .buttonbox .button-area .button span.ico_net::after {
  width: 26px;
  height: 26px;
  background-image: url("../img/session_detail/ico_yoyaku_net_hov.svg)");
  opacity: 0;
}
.apply_check {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .apply_check {
    margin-top: 20px;
  }
}
.apply_button {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .apply_button {
    width: 100%;
  }
}
.apply_button.true {
  pointer-events: auto;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.apply_button span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .apply_button span {
    display: grid;
  }
}
.apply_button span.short {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .apply_button span.short {
    font-size: 12px;
    line-height: 18px;
  }
}
.apply_button span.short::after {
  content: none;
}

.locationBlock {
  opacity: 1;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}
@media screen and (max-width: 768px) {
  .locationBlock {
    width: 100%;
  }
}
.locationBlock a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.locstudio .section-inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .locstudio .section-body {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock.studiopage {
    width: calc(50% - 10px);
    margin: 55px auto 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock.studiopage:nth-child(even) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock.studiopage a ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock:nth-child(n+3) {
    margin: 42px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock a .icon {
    width: 148px;
  }
}
.locstudio .section-body .locationBlock a .priceBox {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .locstudio .section-body .locationBlock a .priceBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.kikaku {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .kikaku {
    padding: 50px 0;
  }
}
.kikaku .section-inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kikaku .section-inner {
    width: calc(100% - 35px);
  }
}
.kikaku .section-inner .butotn-area {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .kikaku .section-inner .butotn-area {
    margin-top: 30px;
  }
}
.kikaku .section-inner .butotn-area .button {
  width: 325px;
}
.kikaku.bg {
  padding: 100px 0;
  background-color: #FDF5F8;
}
@media screen and (max-width: 768px) {
  .kikaku.bg {
    padding: 40px 0;
  }
}
.kikaku.rep {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .kikaku.rep {
    padding: 40px 0;
  }
}
.kikaku .title h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .kikaku .title h1 {
    font-size: 28px;
    line-height: 41px;
  }
}
.kikaku .title figure {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kikaku .title figure {
    margin-top: 20px;
  }
}
.kikaku .satsuei h2 {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 32px;
  color: #F45581;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei h2 {
    margin-top: 35px;
    font-size: 23px;
    line-height: 23px;
  }
}
.kikaku .satsuei h3 {
  margin-top: 43px;
  font-size: 28px;
  color: #504C4D;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei h3 {
    margin-top: 33px;
    font-size: 18px;
    line-height: 26px;
  }
}
.kikaku .satsuei .lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei .lead {
    margin-top: 23px;
    text-align: left;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_detail h3 {
    margin-top: 67px;
  }
}
.kikaku .satsuei_detail .databox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_detail .databox {
    margin-top: 20px;
  }
}
.kikaku .satsuei_detail .databox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D3D3;
}
.kikaku .satsuei_detail .databox dl:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_detail .databox dl:not(:first-child) {
    margin-top: 15px;
  }
}
.kikaku .satsuei_detail .databox dl dt {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_detail .databox dl dt {
    width: 40%;
    font-size: 15px;
    line-height: 15px;
  }
}
.kikaku .satsuei_detail .databox dl dd {
  width: calc(100% - 180px);
  padding-left: 16px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_detail .databox dl dd {
    width: 60%;
    font-size: 13px;
    line-height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_photo h3 {
    margin-top: 70px;
  }
}
.kikaku .satsuei_photo .photolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 31px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_photo .photolist {
    gap: 17px 18px;
  }
}
.kikaku .satsuei_photo .photolist .listitem {
  width: calc((100% - 62px) / 3);
}
@media screen and (max-width: 768px) {
  .kikaku .satsuei_photo .photolist .listitem {
    width: calc((100% - 18px) / 2);
  }
}
.kikaku .satsuei_photo .photolist .listitem figure {
  margin: 0;
}
.kikaku .miryoku h2 {
  font-size: 32px;
  color: #504C4D;
  font-weight: 700;
  text-align: center;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku h2 {
    font-size: 23px;
    line-height: 33px;
  }
}
.kikaku .miryoku_list {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list {
    margin-top: 20px;
  }
}
.kikaku .miryoku_list .listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.kikaku .miryoku_list .listbox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kikaku .miryoku_list .listbox:not(:first-child) {
  margin-top: 44px;
}
.kikaku .miryoku_list .listbox .image {
  position: relative;
  width: 414px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .image {
    width: 100%;
  }
}
.kikaku .miryoku_list .listbox .image img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .image img {
    border-radius: 15px;
  }
}
.kikaku .miryoku_list .listbox .image figcaption {
  position: absolute;
  top: -14px;
  right: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 71px;
  height: 71px;
  background-image: url("../img/tax/bg_miryoku_number.svg");
  font-family: "Roboto";
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .image figcaption {
    top: -6px;
    right: -4px;
    width: 58px;
    height: 58px;
    font-size: 26px;
  }
}
.kikaku .miryoku_list .listbox .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 445px);
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .text .textbox {
    margin-top: 20px;
  }
}
.kikaku .miryoku_list .listbox .text .textbox h3 {
  font-size: 28px;
  color: #F45581;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .text .textbox h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.kikaku .miryoku_list .listbox .text .textbox p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .kikaku .miryoku_list .listbox .text .textbox p {
    margin-top: 15px;
    line-height: 25px;
  }
}
.kikaku .locationBlock::after {
  display: none;
}
.kikaku .locationBlock a ul {
  padding-top: 0;
  border-top: none;
}

#about_person {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #about_person {
    padding: 40px 0;
  }
}
#about_person .butotn-area a {
  width: 325px;
}

.about_title {
  color: #504C4D;
  font-weight: 700;
}

.kikaku_bg {
  background-color: #FDF5F8;
}
@media screen and (max-width: 768px) {
  .kikaku_bg {
    padding: 40px 0;
  }
}
.kikaku_bg .section-inner {
  padding: 0 !important;
}

.kikaku_head {
  margin-bottom: 0;
  font-size: 32px !important;
  color: #504C4D;
  line-height: 55px !important;
}
@media screen and (max-width: 768px) {
  .kikaku_head {
    font-size: 23px !important;
    line-height: 33px !important;
  }
}
.kikaku_head::before, .kikaku_head::after {
  display: none !important;
}
.kikaku_head .text {
  font-size: 32px !important;
  color: #504C4D;
}
@media screen and (max-width: 768px) {
  .kikaku_head .text {
    font-size: 23px !important;
    line-height: 33px !important;
  }
}

.kikaku_lead {
  margin-top: 7px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kikaku_lead {
    margin-top: 10px !important;
  }
}

.kikaku_report {
  margin-top: 56px !important;
}
@media screen and (max-width: 768px) {
  .kikaku_report {
    margin-top: 46px !important;
  }
}

.studiorecommend {
  margin-top: 70px;
  padding: 79px 0 84px !important;
  background-color: #fdf5f8;
}
.studiorecommend .recommend-title {
  display: inline-block;
  margin-top: 14px;
}

#costume {
  padding-bottom: 106px;
}

.costumeBlock {
  opacity: 1 !important;
}

.aside {
  width: calc(100% - 860px);
  margin-left: 8px;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aside {
    display: none;
  }
}
.aside .aside-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
  background-color: #fff;
}
.aside ul {
  margin-top: 50px;
  border-radius: 10px 0 0 10px;
  padding: 25px 10px 23px 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.aside ul li {
  margin-top: 20px;
  font-size: 14px;
  list-style: initial;
  position: relative;
  line-height: 20px;
  width: 98px;
  margin-left: 12px;
}
.aside ul li:first-child {
  margin-top: 0;
}
.aside ul li::marker {
  color: #eaeaea;
}
@media screen and (min-width: 769px) {
  .aside ul li:hover::marker {
    color: #504c4d;
  }
}
.aside ul li a {
  color: #1c1c1c;
}
.aside ul li a.current {
  color: #f45581;
  border-bottom: 1px solid #f45581;
}
.aside ul li a.current::marker {
  color: #f45581;
}
.aside ul li.current {
  color: #f45581;
}
.aside ul li.current::marker {
  color: #f45581;
}

.badge-block {
  width: 135px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .badge-block:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .badge-block {
    display: none;
  }
}

.sp-badge {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-badge {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    padding: 7px;
    background-color: #FDE5EC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 30;
  }
}
.sp-badge .inner {
  padding: 4px;
  border-radius: 50px;
  background-color: #F45581;
}
.sp-badge .inner a {
  position: relative;
  display: block;
  padding: 12px;
  border-radius: 50px;
  border: 1px dashed #fff;
  text-align: center;
}
.sp-badge .inner a::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 19px;
  border: 8px solid transparent;
  border-top: 10px solid #fff;
}
.sp-badge .inner a .text {
  color: #fff;
}

.thumbnail .slick-slide {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .thumbnail .slick-slide {
    height: 66px;
  }
}
.thumbnail .slick-track {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
.thumbnail .slick-current img {
  border: 2px solid #f45581;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.v_thumbnail .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
}
.v_thumbnail .slick-current {
  border: 2px solid #f45581;
  opacity: 1;
}
.v_thumbnail .slick-current img {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbnail-img {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.thumbnail_box {
  position: relative;
}
.thumbnail_box #thumbnail_prevslide {
  background: url(../img/session_detail/slide_button_prev.png) no-repeat;
  position: absolute;
  left: 90px;
  top: 50%;
  width: 38px;
  height: 36px;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .thumbnail_box #thumbnail_prevslide {
    width: 25px;
    height: 25px;
    bottom: -46px;
    left: -4px;
  }
}
.thumbnail_box #thumbnail_nextslide {
  background: url(../img/session_detail/slide_button_next.png) no-repeat;
  position: absolute;
  width: 38px;
  height: 36px;
  background-size: contain;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .thumbnail_box #thumbnail_nextslide {
    width: 25px;
    height: 25px;
    bottom: -46px;
    right: -4px;
  }
}

.slick-prev {
  background: url(../img/session_detail/slide_button_prev.png) no-repeat;
  position: absolute;
  left: 90px;
  bottom: -100px;
  width: 38px;
  height: 36px;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    width: 25px;
    height: 25px;
    bottom: -46px;
    left: -4px;
  }
}

.slick-next {
  background: url(../img/session_detail/slide_button_next.png) no-repeat;
  position: absolute;
  width: 38px;
  height: 36px;
  background-size: contain;
  right: 90px;
  bottom: -100px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slick-next {
    width: 25px;
    height: 25px;
    bottom: -46px;
    right: -4px;
  }
}

.slide-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 13px 0 0 270px;
}
.slide-dots li {
  background-color: #eaeaea;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 30px;
}
.slide-dots li.slick-active {
  background-color: #5fbef0;
}
.slide-dots li button {
  font-size: 0;
}

.planBlock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .planBlock {
    margin-top: 35px;
  }
}
.planBlock.not_yoyaku {
  padding-top: 63px;
}
@media screen and (max-width: 768px) {
  .planBlock.not_yoyaku {
    margin-top: 35px;
  }
}
.planBlock_screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.planBlock_screen-loader {
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
            box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
            box-shadow: 0em -2.6em 0em 0em #f45581, 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.5), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.7), 1.8em -1.8em 0 0em #f45581, 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.5), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.7), 2.5em 0em 0 0em #f45581, 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.5), 2.5em 0em 0 0em rgba(244, 85, 129, 0.7), 1.75em 1.75em 0 0em #f45581, 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.5), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.7), 0em 2.5em 0 0em #f45581, -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.2), -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.5), 0em 2.5em 0 0em rgba(244, 85, 129, 0.7), -1.8em 1.8em 0 0em #f45581, -2.6em 0em 0 0em rgba(244, 85, 129, 0.2), -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.5), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.7), -2.6em 0em 0 0em #f45581, -1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
            box-shadow: 0em -2.6em 0em 0em rgba(244, 85, 129, 0.2), 1.8em -1.8em 0 0em rgba(244, 85, 129, 0.2), 2.5em 0em 0 0em rgba(244, 85, 129, 0.2), 1.75em 1.75em 0 0em rgba(244, 85, 129, 0.2), 0em 2.5em 0 0em rgba(244, 85, 129, 0.2), -1.8em 1.8em 0 0em rgba(244, 85, 129, 0.5), -2.6em 0em 0 0em rgba(244, 85, 129, 0.7), -1.8em -1.8em 0 0em #f45581;
  }
}

@media screen and (max-width: 768px) {
  .planBox.recommend {
    margin-top: 60px;
  }
}
.planBox--inner {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .planBox .planDetail--title br {
    display: block !important;
  }
}
