html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #FAFAFA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #707070;
  font-weight: 300;
}
@media screen and (max-width: 1120px) {
  body {
    font-size: 16px;
  }
}

.contents-area {
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1120px) {
  .contents-area {
    max-width: 352px;
    width: 100%;
  }
}

.headline {
  margin-bottom: 80px;
  text-align: center;
}
.headline__ja {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: #E95099;
}
.headline__en {
  font-family: "Caveat", sans-serif;
  font-size: 24px;
  color: #ffec16;
}
@media screen and (max-width: 1120px) {
  .headline {
    margin-bottom: 48px;
  }
  .headline__ja {
    font-size: 28px;
  }
  .headline__en {
    font-size: 20px;
  }
}

h3 {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1120px) {
  h3 {
    font-size: 20px;
  }
}

.item, .item-list {
  display: flex;
  justify-content: center;
  row-gap: 64px;
  column-gap: 32px;
}
@media screen and (max-width: 1120px) {
  .item, .item-list {
    flex-direction: column;
  }
}

.newline {
  display: none;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 96px;
  z-index: 100;
}
@media screen and (max-width: 1120px) {
  header {
    height: 64px;
  }
}
header .contents-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 100%;
  padding: 0;
}
header .contents-area .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 20px;
}
header .contents-area .logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1120px) {
  header .contents-area .logo img {
    height: 100%;
  }
}
header .contents-area .btn-registration {
  width: 240px;
  height: 100%;
}
header .contents-area .btn-registration a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #EFEFEF;
  background-color: #E95099;
  border: 2px solid #E95099;
  transition: all ease-in-out 0.3s;
}
header .contents-area .btn-registration a:hover {
  color: #E95099;
  background-color: #FAFAFA;
}
header .contents-area .btn-registration a p {
  margin: 0 auto;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}
header .contents-area .btn-registration a p .line {
  font-size: 0.8em;
}
@media screen and (max-width: 1120px) {
  header .contents-area .btn-registration {
    width: 200px;
  }
}

.keyvisual {
  height: 100%;
  background-image: url(../img/keyvisual.jpg);
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1120px) {
  .keyvisual {
    background-position: 32% top;
  }
}
.keyvisual .contents-area {
  height: 100lvh;
  padding: 0;
}
.keyvisual .contents-area .message {
  position: absolute;
  top: 500px;
  right: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.8em;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  .keyvisual .contents-area .message {
    top: 120px;
    font-size: 24px;
    writing-mode: vertical-rl;
  }
}
.keyvisual .contents-area .message .emphasis {
  font-size: 1.6em;
  color: #E95099;
}

.catchcopy {
  position: relative;
  overflow-x: hidden;
}
.catchcopy .contents-area {
  height: 1000px;
  margin-top: 160px;
  padding: 0;
}
.catchcopy .contents-area .copy__read {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}
.catchcopy .contents-area .copy__read .emphasis {
  font-size: 1.6em;
  color: #E95099;
}
.catchcopy .contents-area .copy__text--left, .catchcopy .contents-area .copy__text--right {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
}
.catchcopy .contents-area .copy__text--left .emphasis, .catchcopy .contents-area .copy__text--right .emphasis {
  font-size: 1.7em;
  color: #E95099;
}
.catchcopy .contents-area .copy__text--left {
  top: 260px;
  left: 180px;
}
.catchcopy .contents-area .copy__text--right {
  top: 400px;
  right: 200px;
}
@media screen and (max-width: 1120px) {
  .catchcopy .contents-area {
    max-width: 352px;
    height: 1022px;
    line-height: 2em;
  }
  .catchcopy .contents-area .newline {
    display: inline;
  }
  .catchcopy .contents-area .copy__read {
    font-size: 24px;
  }
  .catchcopy .contents-area .copy__text--left, .catchcopy .contents-area .copy__text--right {
    font-size: 20px;
  }
  .catchcopy .contents-area .copy__text--left .emphasis, .catchcopy .contents-area .copy__text--right .emphasis {
    font-size: 1.7em;
  }
  .catchcopy .contents-area .copy__text--left {
    top: 220px;
    left: auto;
    right: 17%;
  }
  .catchcopy .contents-area .copy__text--right {
    top: 680px;
    left: 10%;
    right: auto;
  }
}
.catchcopy .background__image {
  position: absolute;
  z-index: 0;
}
.catchcopy .background__image--left {
  top: 280px;
  right: 55%;
}
.catchcopy .background__image--right {
  top: 400px;
  left: 50%;
}
@media screen and (max-width: 1120px) {
  .catchcopy .background__image--left {
    width: 396px;
    height: auto;
    top: 280px;
    right: 30%;
  }
  .catchcopy .background__image--right {
    width: 470px;
    height: auto;
    top: 730px;
    left: 10%;
  }
}

.about .contents-area .item-list {
  flex-direction: column;
  height: 100%;
}
.about .contents-area .item-list__article {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.about .contents-area .item-list__article:nth-child(2n) {
  flex-direction: row-reverse;
}
.about .contents-area .item-list__article-body {
  width: 544px;
  padding-bottom: 24px;
}
.about .contents-area .item-list__article-body--text {
  text-align: justify;
}
.about .contents-area .item-list__article-image img {
  width: 544px;
  object-fit: cover;
}
@media screen and (max-width: 1120px) {
  .about .contents-area .item-list__article-body {
    width: 352px;
  }
  .about .contents-area .item-list__article-image img {
    width: 352px;
  }
}

.reason {
  position: relative;
  overflow-x: hidden;
}
.reason .contents-area {
  height: 840px;
}
.reason .contents-area .item-list {
  flex-direction: column;
  justify-content: start;
  position: absolute;
  top: 328px;
  right: 0;
  width: 672px;
  height: 400px;
  padding: 60px 0 60px 60px;
  background-color: #FAFAFA;
}
.reason .contents-area .item-list__article--headline {
  font-size: 32px;
}
.reason .contents-area .item-list__article--text {
  text-align: justify;
}
@media screen and (max-width: 1120px) {
  .reason .contents-area {
    height: 950px;
  }
  .reason .contents-area .item-list {
    top: 634px;
    width: 352px;
    height: auto;
    padding: 16px 16px 0;
    row-gap: 20px;
  }
  .reason .contents-area .item-list__article--headline {
    font-size: 24px;
  }
}
.reason .background__image {
  position: absolute;
  top: 228px;
  right: 50%;
  z-index: 0;
}
@media screen and (max-width: 1120px) {
  .reason .background__image {
    top: 184px;
    left: 0;
    transform: translateX(calc(50vw - 860px));
  }
}

.effect .contents-area .item-list__article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.effect .contents-area .item-list__article--headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 352px;
  height: 352px;
  margin-bottom: 32px;
  background-color: #E95099;
  border-radius: 50%;
  color: #EFEFEF;
  font-size: 40px;
  line-height: 1.2em;
  text-align: justify;
}
.effect .contents-area .item-list__article--text {
  width: 352px;
  padding: 0 0.5em;
  text-align: justify;
}
.effect .contents-area .item-list__article:nth-child(3) h3 {
  font-size: 32px;
}
@media screen and (max-width: 1120px) {
  .effect .contents-area .item-list__article--headline {
    width: 296px;
    height: 296px;
    font-size: 28px;
  }
  .effect .contents-area .item-list__article:nth-child(3) h3 {
    font-size: 24px;
  }
}

.fee .contents-area .lesson-fee {
  text-align: center;
  font-size: 24px;
}
.fee .contents-area .lesson-fee:last-child {
  padding-top: 16px;
}
.fee .contents-area .lesson-fee .price {
  font-size: 36px;
}
.fee .contents-area .lesson-fee .tax {
  font-size: 16px;
}
.fee .contents-area .lesson-fee .emphasis {
  color: #E95099;
}
.fee .contents-area .lesson-fee .usual {
  font-size: 20px;
}
@media screen and (max-width: 1120px) {
  .fee .contents-area .lesson-fee {
    font-size: 20px;
  }
  .fee .contents-area .lesson-fee .price {
    font-size: 24px;
  }
  .fee .contents-area .lesson-fee .tax {
    font-size: 12px;
  }
}

.registration .contents-area .item-list {
  margin-bottom: 32px;
}
.registration .contents-area .item-list__flow {
  width: 352px;
}
.registration .contents-area .item-list__flow--headline {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.registration .contents-area .item-list__flow--image {
  display: block;
  width: 352px;
  height: 352px;
  margin-bottom: 24px;
  background-color: #EEEEEE;
}
.registration .contents-area .item-list__flow--text {
  text-align: justify;
}
.registration .contents-area .description {
  width: 544px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 1120px) {
  .registration .contents-area .description {
    width: 352px;
  }
}
@media screen and (max-width: 1120px) {
  .registration .contents-area .headline__ja {
    letter-spacing: 0;
  }
}

.impressions {
  background-color: #fff5fa;
}
.impressions .contents-area .item-list__article {
  width: 352px;
  padding: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FAFAFA;
}
.impressions .contents-area .item-list__article--text {
  width: 100%;
  margin-bottom: 24px;
  text-align: justify;
}
.impressions .contents-area .item-list__article--profile {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 1120px) {
  .impressions .contents-area .item-list__article--profile {
    font-size: 16px;
  }
}

.faq {
  position: relative;
  overflow-x: hidden;
}
.faq .contents-area .item-list {
  width: 736px;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (max-width: 1120px) {
  .faq .contents-area .item-list {
    width: 352px;
  }
}
.faq .contents-area .item-list__faq {
  position: relative;
  text-align: justify;
}
.faq .contents-area .item-list__faq--question {
  padding-left: 32px;
  margin-bottom: 16px;
}
.faq .contents-area .item-list__faq--question::before {
  position: absolute;
  left: 0;
  content: "Q";
  font-weight: 500;
  color: #E95099;
}
.faq .contents-area .item-list__faq--answer {
  padding-left: 32px;
}
.faq .contents-area .item-list__faq--answer::before {
  position: absolute;
  left: 0;
  content: "A";
  font-weight: 500;
  color: #5086e9;
}
@media screen and (max-width: 1120px) {
  .faq .contents-area .item-list__faq--question, .faq .contents-area .item-list__faq--answer {
    padding-left: 24px;
  }
}
.faq .background__image {
  position: absolute;
  z-index: 0;
}
.faq .background__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.faq .background__image--top {
  top: 280px;
  left: 64%;
}
.faq .background__image--bottom {
  top: 860px;
  right: 48%;
}
@media screen and (max-width: 1120px) {
  .faq .background__image--top {
    top: 400px;
    left: calc(50vw - 140px);
    right: auto;
  }
  .faq .background__image--top img {
    width: 648px;
    height: auto;
  }
  .faq .background__image--bottom {
    top: 1020px;
    left: auto;
    right: calc(50vw - 300px);
  }
  .faq .background__image--bottom img {
    width: 860px;
    height: auto;
  }
}

.overview .contents-area {
  max-width: 928px;
  padding-bottom: 280px;
}
@media screen and (max-width: 1120px) {
  .overview .contents-area {
    width: 352px;
    padding-bottom: 200px;
  }
}
.overview .contents-area .item__photo {
  display: block;
  width: 352px;
  height: 480px;
  background-color: #EEEEEE;
}
.overview .contents-area .item__body {
  width: 544px;
}
.overview .contents-area .item__body--studio-name {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
}
.overview .contents-area .item__body--instructor {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.overview .contents-area .item__body--instructor .ir-name {
  display: inline-block;
  padding-left: 24px;
  padding-right: 12px;
  font-size: 28px;
}
.overview .contents-area .item__body--qualification {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.overview .contents-area .item__body--text {
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
  text-align: justify;
  font-size: 16px;
}
.overview .contents-area .item__body--address {
  margin-bottom: 12px;
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.2em;
}
.overview .contents-area .item__body--phone {
  margin-bottom: 36px;
  font-size: 16px;
}
.overview .contents-area .item__body--phone .fa-phone {
  display: inline-block;
  padding-right: 4px;
  font-size: 14px;
}
.overview .contents-area .item__body--sns {
  display: flex;
  justify-content: space-between;
}
.overview .contents-area .item__body--sns--icons {
  display: flex;
  justify-content: space-between;
  width: 240px;
}
.overview .contents-area .item__body--sns a {
  display: inline-block;
}
.overview .contents-area .item__body--sns p {
  font-size: 16px;
}
@media screen and (max-width: 1120px) {
  .overview .contents-area .item__body {
    width: 352px;
  }
  .overview .contents-area .item__body .newline {
    display: inline;
  }
  .overview .contents-area .item__body .hidden-sp {
    display: none;
  }
  .overview .contents-area .item__body--studio-name {
    font-size: 24px;
  }
  .overview .contents-area .item__body--instructor {
    margin-bottom: 4px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
  }
  .overview .contents-area .item__body--instructor .ir-name {
    padding-left: 12px;
    padding-right: 6px;
    font-size: 20px;
  }
  .overview .contents-area .item__body--qualification {
    font-size: 12px;
    line-height: 16px;
  }
  .overview .contents-area .item__body--address {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .overview .contents-area .item__body--phone {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .overview .contents-area .item__body--phone .fa-phone {
    display: inline-block;
    padding-right: 4px;
    font-size: 12px;
  }
  .overview .contents-area .item__body--sns {
    flex-direction: column;
    row-gap: 8px;
  }
  .overview .contents-area .item__body--sns p {
    font-size: 12px;
    line-height: 1em;
  }
}

footer {
  position: relative;
  width: 100%;
  height: 120px;
  background: #F4B4D1;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  footer {
    height: 80px;
  }
}
footer .contents-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
footer .contents-area .btn-registration {
  width: 240px;
  height: 3em;
  font-size: 16px;
}
footer .contents-area .btn-registration a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #E95099;
  border: 2px solid #E95099;
  border-radius: 4px;
  color: #EFEFEF;
  transition: all ease-in-out 0.3s;
}
footer .contents-area .btn-registration a:hover {
  color: #E95099;
  background-color: #FAFAFA;
}
footer .contents-area .btn-registration a p {
  margin: 0 auto;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}
footer .contents-area .btn-registration a p .line {
  font-size: 0.8em;
}
@media screen and (max-width: 1120px) {
  footer .contents-area .newline {
    display: inline;
  }
  footer .contents-area p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
  }
  footer .contents-area .btn-registration {
    width: 12em;
    font-size: 12px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}/*# sourceMappingURL=style.css.map */