@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  border: medium none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  letter-spacing: 0.075em;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

button {
  cursor: pointer;
}

a:hover img,
input[type='image']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
  border: none;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (min-width: 767px) {
  .pc {
    display: none;
  }
}

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
  transition: 0.2s background-color ease-out;
}

header.head_bg {
  background-color: rgba(209, 209, 209, 0.5);
}

.head_inner {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.head_inner .head_logo img {
  height: 60px;
}

.head_inner .head_btn img {
  height: 50px;
}

.mainvisual {
  background-color: #c8d7f4;
  height: 100vh;
}

.mainvisual_inner {
  /* max-width: 1090px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainvisual_inner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 1090px) {
  .mainvisual,
  .mainvisual_inner,
  .mainvisual_inner img {
    height: unset;
  }

  header {
    height: 60px;
  }

  .head_inner {
    width: 100%;
    padding: 0 24px;
  }

  .head_inner .head_logo img {
    height: 40px;
  }

  .head_inner .head_btn img {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .ornament {
    width: 40%;
    bottom: 5%;
    right: 5%;
  }
}

.features {
  padding: 100px 0px;
}

.h2_title {
  text-align: center;
  margin-bottom: 70px;
}

.h2_title p {
  line-height: 1em;
}

.h2_title p::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  margin: 20px auto;
  background-color: #bba072;
}

.h2_title span {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .features {
    padding: 13.03vw 0px;
  }

  .h2_title {
    margin-bottom: 9.12vw;
  }

  .h2_title p img {
    height: 5.736vw;
  }

  .h2_title p::after {
    width: 13.03vw;
    margin: 2.607vw auto 1vw;
  }

  .h2_title span {
    font-size: 3.12vw;
  }
}

.features_list {
  max-width: 1090px;
  width: 96%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto 60px;
  padding-top: 32px;
}

.features_list li {
  background-color: #f0eee4;
  padding: 30px 20px 20px;
  position: relative;
  width: 31%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

.features_list li img {
  position: absolute;
  left: calc(50% - 32px);
  top: -32px;
}

.features_list li p {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.features_list li a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 30px;
  background-color: #fff;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

.features_list li a::after {
  content: '▼';
  margin-left: 5px;
}

.features_list li a:hover {
  background-color: #333;
  color: #fff;
}

.features_list li a:hover::after {
  color: #fff;
}

@media (max-width: 767px) {
  .features_list {
    width: 90%;
    padding-top: 8vw;
    margin-bottom: 12vw;
  }

  .features_list li {
    width: 100%;
    padding: 8vw 4.66vw 4.66vw;
  }

  .features_list li:not(:first-child) {
    margin-top: 13.33vw;
  }

  .features_list li img {
    width: 17.33vw;
    top: -8vw;
    left: calc(50% - 8.66vw);
  }

  .features_list li p {
    line-height: 1.6;
    font-size: 4.8vw;
    font-feature-settings: 'palt';
  }

  .features_list li a {
    width: 38.66vw;
    height: 8.4vw;
    margin-top: 1.5em;
    font-size: 3.2vw;
  }
}

.lesson_btn {
  display: block;
  max-width: 670px;
  width: 96%;
  margin: 0 auto 60px;
}

.lesson_btn img {
  width: 100%;
}

@media (max-width: 767px) {
  .lesson_btn {
    width: 90%;
  }
}

.features_01 {
  background-color: #f4f4f4;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .features_01 {
    padding: 13.03vw 0px;
  }
}

.features_h3 {
  text-align: center;
  margin-bottom: 20px;
}

.features_disc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ad8a51;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .features_h3 {
    margin-bottom: 4vw;
  }

  .features_h3 img {
    height: 6vw;
  }

  .features_disc {
    font-size: 4.53vw;
  }
}

.features_01_list {
  max-width: 1090px;
  width: 96%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 30px auto 90px;
}

.features_01_list::after {
  content: '';
  display: block;
  width: 32%;
  max-width: 320px;
}

.features_01_list li {
  width: 32%;
  max-width: 320px;
}

.features_01_list li:nth-of-type(n + 4) {
  margin-top: 50px;
}

.features_01_list li img {
  width: 100%;
  margin-bottom: 10px;
}

.features_01_list li dl dt {
  font-size: 16px;
  font-weight: 500;
}

.features_01_list li dl dd {
  font-size: 16px;
}

@media (max-width: 767px) {
  .features_01_list {
    width: 90%;
    margin-bottom: 11.73vw;
    gap: 20px;
  }

  .features_01_list li {
    width: 100%;
    max-width: 100%;
  }

  .features_01_list li:nth-of-type(n + 3) {
    margin-top: 5.33vw;
  }

  .features_01_list li img {
    margin-bottom: 2.66vw;
    height: 220px;
    object-fit: cover;
  }

  .features_01_list li dl dt {
    font-size: 3.73vw;
  }

  .features_01_list li dl dd {
    font-size: 3.4vw;
  }
}

.features_01_content {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto 65px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.features_01_content li {
  max-width: 502px;
  width: 48%;
}

.features_01_content li h4 {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.features_01_content li h4::before {
  content: url('../../images/individual/lp-ballet/icon_01.svg');
  margin-top: 2px;
  width: 28px;
}

.features_01_content li h4 p {
  width: calc(100% - 35px);
  font-size: 20px;
  font-weight: 500;
}

.features_01_content li img {
  width: 100%;
}

.features_01_content li > p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .features_01_content {
    width: 90%;
    margin-bottom: 9.73vw;
  }

  .features_01_content li {
    width: 100%;
    max-width: none;
  }

  .features_01_content li:not(:first-child) {
    margin-top: 9.73vw;
  }

  .features_01_content li h4 {
    margin-bottom: 3.91vw;
  }

  .features_01_content li h4::before {
    width: 6vw;
  }

  .features_01_content li h4 p {
    width: calc(100% - 8vw);
    font-size: 4vw;
  }

  .features_01_content li > p {
    font-size: 3.73vw;
  }
}

.features_02 {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .features_02 {
    padding: 13.03vw 0px;
  }
}

.features_02_tab {
  margin-bottom: 65px;
}

.tab-list {
  display: flex;
  justify-content: center;
}

.tab-item {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  width: 190px;
  height: 60px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
  margin: 0px 5px;
  background: #ebdfcb;
}

.tab-item.active {
  background: #f5f2ed;
}

.tab-item:hover {
  cursor: pointer;
}

.content-item {
  padding: 45px 0;
  display: none;
  max-width: 1090px;
  width: 96%;
  margin: 0 auto;
  /* background: #ebdfcb; */
}

.content-item.show {
  display: block;
  /* background: #f5f2ed; */
}

@media (max-width: 767px) {
  .features_02_tab {
    width: 90%;
    margin: 0 auto 10.6vw;
  }

  .tab-list {
    justify-content: space-between;
  }

  .tab-item {
    width: 49%;
    margin: 0;
  }

  .content-item {
    width: 100%;
  }
}

.features_02_list {
  max-width: 1090px;
  width: 96%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.features_02_list {
  width: 90%;
}

.features_02_list li {
  width: 100%;
  max-width: none;
}

.features_02_list li h4 {
  background-color: #f5f2ed;
  font-size: 1vw;
  padding: 1vw;
  position: relative;
  margin-bottom: 0px;
}

.features_02_list li h4::before {
  content: '';
  display: block;
  position: absolute;
  right: 33px;
  top: 53%;
  width: 1.5vw;
  height: 2px;
  background-color: #333;
}

.features_02_list li h4::after {
  content: '';
  display: block;
  position: absolute;
  right: 46px;
  top: 34%;
  width: 2px;
  height: 1.5vw;
  background-color: #333;
  transition: 0.2s transform ease-out;
}

.features_02_list li h4.open::after {
  transform: rotate(90deg);
}

.features_02_list li:nth-of-type(n + 2) {
  margin-top: 4px;
}

.features_02_list li div {
  padding: 5vw;
  display: none;
}

.features_02_list li p {
  font-size: 1vw;
}

.features_02_list li img {
  width: 100%;
  margin-bottom: 20px;
}

.event-list li {
  display: flex;
  width: 100%;
  gap: 8px;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .event-list li {
    margin-top: 0 !important;
    gap: 0;
    flex-direction: column;
  }

  .features_02_list li h4 {
    background-color: #f5f2ed;
    font-size: 3.73vw;
    padding: 4vw;
    position: relative;
    margin-bottom: 0px;
  }

  .features_02_list li h4::before {
    content: '';
    display: block;
    position: absolute;
    right: 4%;
    top: 49%;
    width: 4.5vw;
    height: 2px;
    background-color: #333;
  }

  .features_02_list li h4::after {
    content: '';
    display: block;
    position: absolute;
    right: 6.2%;
    top: 34%;
    width: 2px;
    height: 4.5vw;
    background-color: #333;
    transition: 0.2s transform ease-out;
  }

  .features_02_list li p {
    font-size: 3.2vw;
  }
}

.features_03 {
  padding: 100px 0px;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .features_03 {
    padding: 13.03vw 0px;
  }
}

.features_03_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 96%;
  margin: 0 auto 90px;
}

.features_03_list li {
  max-width: 210px;
  width: 22%;
  position: relative;
}

.features_03_list li a {
  position: absolute;
  inset: 0;
}

.features_03_list li:nth-of-type(n + 5) {
  margin-top: 40px;
}

.features_03_list li img {
  width: 100%;
  margin-bottom: 10px;
}

.features_03_list li dl dt {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .features_03_list {
    width: 90%;
    margin-bottom: 11.73vw;
  }

  .features_03_list li {
    width: 32%;
  }

  .features_03_list li:nth-of-type(n + 4) {
    margin-top: 4.66vw;
  }

  .features_03_list li dl dt {
    font-size: 3.2vw;
  }

  .features_03_list li dl dd {
    font-size: 2.66vw;
  }
}

.event_history {
  max-width: 780px;
  width: 96%;
  margin: 0 auto;
}

.event_history h4 {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.event_history h4::before {
  content: url('../../images/individual/lp-ballet/icon_01.svg');
  margin-top: 2px;
  width: 28px;
}

.event_history h4 p {
  width: calc(100% - 35px);
  font-size: 20px;
  font-weight: 500;
}

.event_history ul li {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}

.event_history ul li:not(:first-child) {
  margin-top: 30px;
}

.event_history ul li dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.event_history ul li dl dt {
  font-size: 16px;
  width: 220px;
}

.event_history ul li dl dt::before {
  display: inline-block;
  content: '●';
  font-size: 10px;
  color: #bba072;
  margin-right: 5px;
  transform: translateY(-2px);
}

.event_history ul li dl dd {
  font-size: 16px;
  flex: 1;
}

@media (max-width: 767px) {
  .event_history {
    width: 90%;
  }

  .event_history h4::before {
    width: 6vw;
  }

  .event_history h4 p {
    width: calc(100% - 8vw);
    font-size: 4vw;
  }

  .event_history ul li {
    justify-content: space-between;
  }

  .event_history ul li::before {
    font-size: 1vw;
    margin-top: 2vw;
    margin-right: 0px;
  }

  .event_history ul li:not(:first-child) {
    margin-top: 6.66vw;
  }

  .event_history dl {
    display: block;
    width: 96%;
  }

  .event_history ul li dl dt {
    font-size: 3.73vw;
    width: 100%;
  }

  .event_history ul li dl dd {
    font-size: 3.73vw;
  }
}

.price {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .price {
    padding: 13.03vw 0px;
  }
}

.price_h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.normal_plan {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.normal_plan li {
  display: flex;
  flex-flow: column;
  width: 18.5%;
}

.normal_plan li:not(:nth-of-type(5n + 1)) {
  margin-left: 1.5%;
}

.normal_plan li h4 {
  height: 60px;
  background-color: #bba072;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.normal_plan li dl {
  flex-grow: 1;
  padding: 30px 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  background-color: #f4f4f4;
}

.normal_plan li dl dt {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.normal_plan li dl dt p {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

.normal_plan li dl dt p span {
  font-size: 14px;
  line-height: 1.1em;
  margin-right: -0.5em;
}

.normal_plan li dl dd {
  flex-grow: 1;
}

.normal_plan li dl dd p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .price_h3 {
    font-size: 5.33vw;
    margin-bottom: 5.33vw;
  }

  .normal_plan {
    width: 90%;
    margin-bottom: 12vw !important;
  }

  .normal_plan .slick-slide > div {
    height: 100%;
  }

  .normal_plan .slick-slide li {
    width: 96% !important;
    height: 100%;
    margin: 0px 2%;
    background-color: #f4f4f4;
  }

  .normal_plan li:not(:nth-of-type(5n + 1)) {
    margin-left: 0px;
  }

  .normal_plan li h4 {
    height: 13.33vw;
    font-size: 4.53vw;
  }

  .normal_plan li dl {
    padding: 5vw 2vw;
  }

  .normal_plan li dl dt p {
    font-size: 5.06vw;
  }

  .normal_plan li dl dt p span {
    font-size: 3.2vw;
  }

  .normal_plan li dl dd p {
    font-size: 3.73vw;
  }

  .normal_plan .slick-prev {
    left: -1vw;
  }

  .normal_plan .slick-next {
    right: -1vw;
  }
}

.ticket {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.ticket li {
  display: flex;
  flex-flow: column;
  width: 18.5%;
}

.ticket li:not(:nth-of-type(5n + 1)) {
  margin-left: 1.5%;
}

.ticket li h4 {
  height: 60px;
  background-color: #929292;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.ticket li dl {
  flex-grow: 1;
  padding: 30px 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  background-color: #f4f4f4;
}

.ticket li dl dt {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.ticket li dl dt p {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

.ticket li dl dt p span {
  font-size: 14px;
  line-height: 1.1em;
  margin-right: -0.5em;
}

.ticket li dl dd {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.ticket li dl dd p {
  font-size: 16px;
}

.ticket li dl dd span {
  color: #d10000;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ticket {
    width: 90%;
    margin-bottom: 12vw !important;
  }

  .ticket li {
    width: 48%;
  }

  .ticket .slick-slide > div {
    height: 100%;
  }

  .ticket .slick-slide li {
    width: 96% !important;
    height: 100%;
    margin: 0px 2%;
    background-color: #f4f4f4;
  }

  .ticket li:not(:nth-of-type(5n + 1)) {
    margin-left: 0px;
  }

  .ticket li h4 {
    height: 13.33vw;
    font-size: 4.53vw;
  }

  .ticket li dl {
    padding: 5vw 2vw;
  }

  .ticket li dl dt p {
    font-size: 5.06vw;
  }

  .ticket li dl dt p span {
    font-size: 3.2vw;
  }

  .ticket li dl dd p {
    font-size: 3.73vw;
  }

  .ticket li dl dd span {
    font-size: 3.73vw;
  }

  .ticket .slick-prev {
    left: -1vw;
  }

  .ticket .slick-next {
    right: -1vw;
  }
}

.price_txt_01 {
  margin-bottom: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.price_txt_01 p {
  font-size: 30px;
  font-weight: 500;
}

.price_txt_01 p span {
  font-size: 14px;
  font-weight: 500;
}

.price_txt_02 {
  margin-bottom: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.price_txt_02 p {
  font-size: 20px;
  font-weight: 500;
}

.price_txt_02 p span {
  font-size: inherit;
  font-weight: inherit;
  color: #d10000;
}

.kakko {
  max-width: 574px;
  width: 90%;
  display: block;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .price_txt_01 p {
    font-size: 5.06vw;
  }

  .price_txt_01 p span {
    font-size: 3.2vw;
  }

  .price_txt_02 p {
    width: 90%;
    font-size: 4vw;
  }
}

.process {
  padding: 100px 0px;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .process {
    padding: 13.03vw 0px;
  }
}

.process_h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.process_h3 span {
  font-size: 1.4em;
}

.process > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .process_h3 {
    padding: 0px 5%;
    text-align: left;
    font-size: 4vw;
  }

  .process > p {
    padding: 0px 5%;
    text-align: left;
    font-size: 3.73vw;
    margin-bottom: 6.518vw;
  }
}

.regist_btn {
  width: 370px;
  height: 70px;
  border-radius: 70px;
  background-color: #ee8f25;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
  line-height: 1em;
  border: 2px solid #ee8f25;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

.regist_btn::after {
  content: '▲';
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  transform: rotate(90deg);
  margin-left: 10px;
  transition: 0.2s color ease-out;
}

.regist_btn:hover {
  background-color: #fff;
  border: 2px solid #ee8f25;
  color: #ee8f25;
}

.regist_btn:hover::after {
  color: #ee8f25;
}

@media (max-width: 767px) {
  .regist_btn {
    width: 60vw;
    height: 13.33vw;
    font-size: 4vw;
    margin-bottom: 13.037vw;
  }
}

.more_btn {
  width: 500px;
  height: 50px;
  border-radius: 70px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
  line-height: 1em;
  border: 2px solid #333;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

.more_btn::after {
  content: '▲';
  color: #333;
  font-size: 14px;
  line-height: 1em;
  transform: rotate(90deg);
  margin-left: 10px;
  transition: 0.2s color ease-out;
}

.more_btn:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
}

.more_btn:hover::after {
  color: #fff;
}

@media (max-width: 767px) {
  .more_btn {
    width: 90%;
    height: 13.33vw;
    font-size: 14px;
    margin-bottom: 13.037vw;
  }
}

.process_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1090px;
  width: 96%;
  margin: 0 auto;
}

.process_list li {
  max-width: 253px;
  width: 24%;
  text-align: center;
}

.process_list li img {
  width: 100%;
  margin-bottom: 10px;
}

.process_list li p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .process_list {
    width: 100%;
  }

  .process_list .slick-slide li {
    max-width: none;
    width: 90% !important;
    margin: 0 5%;
  }

  .process_list li p {
    font-size: 4vw;
  }
}

.review {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .review {
    padding: 13.03vw 0px;
  }
}

.review_list {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}

.review_list li {
  max-width: 300px;
  width: 32%;
}

.review_list li img {
  max-width: 210px;
  width: 1005;
  margin: 0 auto 10px;
  display: block;
}

.review_list li p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .review_list {
    width: 90%;
  }

  .review_list li {
    width: 100%;
    max-width: none;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: space-between;
  }

  .review_list li:not(:first-child) {
    margin-top: 8vw;
  }

  .review_list li img {
    max-width: none;
    width: 30%;
    margin: 0;
  }

  .review_list li p {
    font-size: 3.73vw;
    width: 65%;
  }
}

.faq {
  padding: 100px 0px;
  margin-bottom: 60px;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .faq {
    padding: 13.03vw 0px;
    margin-bottom: 16vw;
  }
}

.faq_h3 {
  font-size: 24px;
  font-weight: 600;
  max-width: 750px;
  width: 96%;
  margin: 0 auto 10px;
}

.faq_list {
  max-width: 750px;
  width: 96%;
  margin: 0 auto 30px;
}

.faq_list dt {
  background-color: #fff;
  padding: 10px 45px 10px 20px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.faq_list dt:not(:first-of-type) {
  margin-top: 4px;
}

.faq_list dt button {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.faq_list dt button::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 13px;
  width: 18px;
  height: 2px;
  background-color: #333;
}

.faq_list dt button::after {
  content: '';
  display: block;
  position: absolute;
  left: 13px;
  top: 5px;
  width: 2px;
  height: 18px;
  background-color: #333;
  transition: 0.2s transform ease-out;
}

.faq_list dt.open button::after {
  transform: rotate(90deg);
}

.faq_list dd {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  margin-top: 2px;
  display: none;
}

@media (max-width: 767px) {
  .faq_h3 {
    font-size: 4.8vw;
    width: 90%;
  }

  .faq_list {
    margin-bottom: 7vw;
    width: 90%;
  }

  .faq_list dt {
    font-size: 3.73vw;
    padding: 2.66vw 10.66vw 2.66vw 4vw;
  }

  .faq_list dt button {
    width: 7vw;
    height: 7vw;
    right: 2%;
    top: 18%;
  }

  .faq_list dt button::before {
    left: 22%;
    top: 48%;
    width: 60%;
    height: 2px;
  }

  .faq_list dt button::after {
    left: 47%;
    top: 22%;
    width: 2px;
    height: 60%;
  }

  .faq_list dd {
    font-size: 3.2vw;
  }
}

footer {
  background-color: #f0eee4;
  margin-top: 60px;
}

.foot_inner {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.foot_link li:not(:first-child) {
  margin-top: 10px;
}

.foot_link li a {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.foot_link li a::after {
  content: url('../../images/individual/lp-ballet/icon_blank.svg');
  margin-left: 5px;
  width: 16px;
}

.foot_link li a:hover {
  color: #66f;
}

.foot_link li a:hover::after {
  content: url('../../images/individual/lp-ballet/icon_blank_on.svg');
}

.copyright {
  font-size: 10px;
}

@media (max-width: 767px) {
  footer {
    margin-top: 16vw;
  }

  .foot_inner {
    display: block;
    padding: 8.3vw;
  }

  .foot_link {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 4vw;
  }

  .foot_link li {
    width: 49%;
  }

  .foot_link li:not(:first-child) {
    margin-top: 0px;
  }

  .foot_link li a {
    font-size: 3.2vw;
  }

  .foot_link li a::after {
    width: 4vw;
    margin-top: 1vw;
  }

  .foot_logo {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }

  .foot_logo a {
    display: block;
    width: 10.26vw;
  }

  .foot_logo a img {
    width: 100%;
  }

  .copyright {
    font-size: 2.77vw;
  }
}

.totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s background-color ease-out;
}

.totop::before {
  content: '▲';
}

.totop:hover {
  background-color: rgba(161, 161, 161, 0.5);
}

@media (max-width: 767px) {
  .totop {
    right: 3vw;
    bottom: 3vw;
    width: 14vw;
    height: 14vw;
  }

  .totop::before {
    font-size: 3vw;
  }

  .totop span {
    font-size: 2vw;
  }
}

/*# sourceMappingURL=style.css.map */

.youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
  display: block !important;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-event.youtube-container {
  max-width: 1090px;
  margin: 0 auto;
  box-sizing: border-box;

  @media (max-width: 767px) {
    width: 90%;
  }
}

.mystudio {
  a {
    width: 100%;

    img {
      width: 100%;
    }
  }
}

footer {
  margin-top: 0 !important;
}
