@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header {
  margin: 0 0 40px;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 35px;
  background: #fff url(../images/common/key/mv_deco_lace-fabric.png) repeat-x top/auto 100%;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: -1;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: #fceaf0;
}
.page-header-logo img {
  height: 40px;
}

#top .page-header {
  margin: 0;
  padding-bottom: 0;
}
#top .page-header::after {
  height: 120px;
  bottom: 0;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #a88448 !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  background-color: #fceaf0;
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(239, 114, 129, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.9em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #ef7281;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% + 20px);
  margin: 30px -10px 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.key-vis::before, .key-vis::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.key-vis::before {
  background: url(../images/common/key/mv_deco_left.png) no-repeat center/contain;
}
.key-vis::after {
  background: url(../images/common/key/mv_deco_right.png) no-repeat center/contain;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  bottom: 10%;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: max(50% - 200px, 10px);
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  text-shadow: 0 0 20px #333333;
}
.key-ttl-sub .txt-en {
  display: block;
  color: #ffcdcf;
  text-transform: capitalize;
  font-size: 0.8333em;
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: 300px;
  margin: 0;
}
#top .key-vis::before {
  width: 104.666667px;
  height: 162.333333px;
  bottom: -26px;
  left: -31.666667px;
}
#top .key-vis::after {
  width: 306.666667px;
  height: 187.333333px;
  bottom: -25px;
  right: -33.333333px;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 40px 0 20px;
  background: #fceaf0;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer_wrap {
  flex-flow: column;
  align-items: center;
}
.page-footer-main {
  display: contents;
}
.page-footer-main-list {
  margin: 30px 0 0;
  order: 3;
}
.page-footer-main-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-footer-main-list-btn {
  justify-content: flex-start;
  width: 20.526316em;
  height: 4.736842em;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-footer-ttl {
  text-align: center;
  order: 1;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl a img {
  height: 55px;
}
.page-footer-detail {
  margin: 30px 0 0;
  order: 2;
}
.page-footer-detail-info-address {
  text-align: right;
}
.page-footer-detail-info-time {
  justify-content: center;
  flex-wrap: nowrap;
  letter-spacing: 0.12em;
}
.page-footer-detail-info-time dt {
  flex: 0 0 auto;
  color: #ef7281;
}
.page-footer-detail .common-info {
  justify-content: center;
  margin: 31px 0 0;
}
.page-footer-nav {
  margin: 29px 0 -0.263889lh;
  padding: calc(20px - 0.558823em) 0 0;
  border-top: 1px solid rgba(168, 132, 72, 0.5);
  line-height: 2.117647;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
}
.page-footer-nav-list {
  justify-content: flex-end;
}
.page-footer-nav-list li:not(:first-child) {
  margin-left: 1em;
}

/* ▼copyright */
.copyright {
  width: 100%;
  margin: 3em 0 0;
  color: #737373;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  order: 4;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_lesson */
.top_lesson-block {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 0 -10px;
  position: relative;
  border: 41px solid;
  border-image: url(../images/top/lesson-bnr_border.png) 41;
  position: relative;
  z-index: 10;
}
.top_lesson-block::before {
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  margin: auto;
  border: 1px solid #a88448;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top_lesson-block-img {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.top_lesson-block-cnt {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}
.top_lesson-block-cnt-ttl {
  margin: 0 0 0.85em;
  font-size: 2.4rem;
  line-height: 1.3333;
  letter-spacing: 0.06em;
}
.top_lesson-block-cnt-txt {
  font-size: 1.2em;
}
.top_lesson-block-cnt-btn {
  margin-top: 35px;
}

/* ▼top_guide */
.top_guide {
  background: #fceaf0 url(../images/top/guide-bg-right.png) no-repeat top right/50%;
  position: relative;
}
.top_guide::before, .top_guide::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.top_guide::before {
  width: 82px;
  height: 51.333333px;
  background: url(../images/top/guide-deco_top.png) no-repeat center/contain;
  top: -31.666667px;
  left: calc(50% - 200px);
}
.top_guide::after {
  width: 85px;
  height: 57px;
  background: url(../images/top/guide-deco_bottom.png) no-repeat center/contain;
  bottom: -21.666667px;
  right: calc(50% - 200px);
}
.top_guide-list {
  position: relative;
  z-index: 10;
}
.top_guide-list-item {
  width: 98%;
  height: 200px;
  position: relative;
  color: #fff;
  background-color: rgba(76, 76, 76, 0.7);
  transition: all 0.2s;
}
.top_guide-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/guide-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_guide-list-item:nth-child(n+2) {
  margin-top: 5%;
}
.top_guide-list-item:nth-child(even) {
  margin-left: auto;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/guide-img02.jpg);
}
.top_guide-list-item:nth-child(3)::before {
  background-image: url(../images/top/guide-img03.jpg);
}
.top_guide-list-item:nth-child(4)::before {
  background-image: url(../images/top/guide-img04.jpg);
}
.top_guide-list-item:hover {
  background-color: rgba(76, 76, 76, 0.2);
}
.top_guide-list-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_guide-list-cnt-ttl {
  margin: 0;
  text-shadow: 0 0 5px #333333;
}
.top_guide-list-cnt-ttl .txt-en {
  font-size: 2.2857em;
}
.top_guide-list-cnt:hover {
  opacity: 1;
}

/* ▼top_studio */
.top_studio {
  padding-top: 70px;
  background: url(../images/top/studio-deco_top.png) repeat-x top/auto 30px;
}
.top_studio-block-img {
  width: 112%;
  margin-left: -12%;
}
.top_studio-block-cnt {
  width: 100%;
  margin: 10px 0 0;
}
.top_studio-block-cnt-ttl {
  text-align: left;
  font-size: 2rem;
}
.top_studio-block-cnt-ttl .txt-en {
  font-size: 1.875em;
}

/* ▼top_news */
.top_news {
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}
.top_news::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background-color: #f2f2f2;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_news-block-cnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #a88448;
}
.top_news-block-cnt-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: auto;
  margin: 0 0 -0.3em;
}
.top_news-block-cnt-ttl .txt-en {
  margin-right: 0.45em;
  line-height: 1;
  font-size: 1.7em;
}
.top_news-block-cnt-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1;
}
.top_news-block-cnt-btn::after {
  content: "";
  width: 1.105263em;
  height: 0.684211em;
  margin-left: 1em;
  background: url(../images/common/icon_arrow_pink.png) no-repeat center/contain;
}

/*
    page-about
--------------------*/
/* ▼about_greeting */
.about_greeting-block-img {
  margin-left: -20px;
}
.about_greeting-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.about_greeting-block-cnt-ttl {
  display: flex;
  align-items: center;
  margin: -0.2647em 0 calc(40px - 0.2647em);
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5294;
  position: relative;
}
.about_greeting-block-cnt-ttl::after {
  content: "";
  width: 55px;
  height: 33px;
  margin-left: 0.8em;
  background: url(../images/about/about-deco01.png) no-repeat center/contain;
}

/* ▼about_introduction */
.about_introduction {
  background: #fceaf0 url(../images/common/lace-fabric.png) no-repeat top right/50%;
}
.about_introduction-block {
  background-color: #fff;
  padding: 20px 20px;
}
.about_introduction-block:nth-of-type(n+2) {
  margin-top: 20px;
}
.about_introduction-block-img {
  width: 100%;
}
.about_introduction-block-img .c_ofi {
  padding-top: 68.8889%;
}
.about_introduction-block-cnt {
  width: 100%;
  margin: 10px 0 0;
}
.about_introduction-block-cnt-ttl {
  margin: 0 0 30px;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #a88448;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.about_introduction-block-body {
  margin: 30px 0 0;
}

/* ▼about_feature */
.about_feature-block-img {
  position: relative;
}
.about_feature-block-img::after {
  content: "";
  width: 82px;
  height: 50px;
  background: url(../images/about/feature-img-deco01.png) no-repeat center/contain;
  position: absolute;
  left: -30px;
  bottom: -20px;
  z-index: 10;
}
.about_feature-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.about_feature-block-cnt-ttl {
  color: #ef7281;
  margin: 0 0 1.026471em;
  font-size: 1.4em;
  font-feature-settings: "palt" on;
}
.about_feature-block:nth-of-type(odd) .about_feature-block-img {
  margin-left: -20px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about_feature-block:nth-of-type(even) .about_feature-block-img {
  margin-right: -20px;
}
.about_feature-block:nth-of-type(even) .about_feature-block-img::after {
  transform: scale(-1, 1);
  left: auto;
  right: -30px;
}
.about_feature-block:nth-of-type(n+2) {
  margin-top: 84px;
}

/*
    page-flow
--------------------*/
/* ▼flow_coupon */
.flow_coupon-block {
  flex-direction: row-reverse;
  align-items: center;
}
.flow_coupon-block-img {
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.flow_coupon-block-img::after {
  content: "";
  width: 82px;
  height: 50px;
  background: url(../images/common/illust_flower.png) no-repeat center/contain;
  position: absolute;
  right: -39px;
  bottom: -10px;
  z-index: 10;
}
.flow_coupon-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.flow_coupon-block-cnt-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 1.315789em;
  font-size: 2rem;
  font-feature-settings: "palt" on;
}
.flow_coupon-block-cnt-ttl::before {
  content: "";
  flex: 0 0 auto;
  width: 1.263158em;
  height: 1.289474em;
  margin-right: 0.631579em;
  background: url(../images/common/icon_line.png) no-repeat center/contain;
}
.flow_coupon-block-cnt-list {
  justify-content: center;
}
.flow_coupon-block-cnt-list-item {
  padding: 9px 10px;
  background-color: #fceaf0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow_coupon-block-cnt-list-item:nth-child(n+2) {
  margin-top: 10px;
}
.flow_coupon-block-cnt-lead {
  margin: 1.5em 0 0;
  text-align: center;
  font-size: 1.1em;
}

/* ▼flow_main */
.flow_main {
  position: relative;
  z-index: 10;
}
.flow_main::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  margin: 0 auto;
  background-color: #fcf0f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.flow_main-block {
  flex-direction: row-reverse;
  padding: 25px 25px;
  background-color: #fff;
}
.flow_main-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.flow_main-block-cnt-ttl {
  padding: 0 0 0.475em;
  margin: 0 0 20px;
  border-bottom: 1px solid #a88448;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.flow_main-block-cnt-ttl .font-color {
  margin-right: 0.625em;
}
.flow_main-block-cnt-info {
  margin: 20px 0 0;
}
.flow_main-block-cnt-info-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.flow_main-block:not(:last-of-type) {
  margin-bottom: 30px;
}

/*
    page-lesson
--------------------*/
/* ▼lesson_main */
.lesson_main-ttl {
  margin: 0 0 30px;
  font-size: 2rem;
  text-align: center;
}
.lesson_main-ttl::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 1px;
  margin: 0.625em auto 0;
  background-color: #ef7281;
}
.lesson_main-txt {
  margin-bottom: 30px;
}
.lesson_main-block-img {
  width: 100%;
}
.lesson_main-block-img .c_ofi {
  padding-top: 65.1163%;
}
.lesson_main-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.lesson_main-block-body {
  width: 100%;
  margin: 30px 0 0;
}
.lesson_main-block-body table {
  line-height: 1.5;
  background-color: #fff;
}
.lesson_main-block-body table th, .lesson_main-block-body table td {
  padding: 10px 20px;
}
.lesson_main-block-body table th:first-child, .lesson_main-block-body table td:first-child {
  color: #ef7281;
  background-color: #fad4d9;
}
.lesson_main-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
.lesson_main-lead::before, .lesson_main-lead::after {
  content: "";
  width: 61px;
  height: 39px;
  background: url(../images/common/illust_flower.png) no-repeat center/contain;
}
.lesson_main-lead::before {
  transform: scale(-1, 1);
}
.lesson_main-lead p {
  margin: 0 1.5em;
}
.lesson_main:nth-of-type(even) {
  position: relative;
}
.lesson_main:nth-of-type(even)::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fcf0f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.lesson_main:nth-of-type(even):last-child {
  margin-bottom: 50px;
}

/* ▼lesson_trial */
.lesson_trial .lesson_main-block-body table tr:first-child {
  color: #ef7281;
  background-color: #ffcdcf;
}
.lesson_trial .lesson_main-block-body table th, .lesson_trial .lesson_main-block-body table td {
  color: inherit;
  background-color: transparent;
}

/* ▼lesson_other */
.lesson_other-block-img {
  width: 1000%;
}
.lesson_other-block-img .c_ofi {
  padding-top: 65.1163%;
}
.lesson_other-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.lesson_other-block-cnt-ttl {
  margin: 0 0 15px;
  color: #ef7281;
  font-size: 2rem;
}
.lesson_other-block-cnt-price {
  margin: 15px 0 0;
  border-bottom: 1px solid #737373;
  font-size: 1.2em;
}
.lesson_other-block-cnt-price-item {
  justify-content: flex-end;
}
.lesson_other-block:not(:last-of-type) {
  margin-bottom: 30px;
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 50px;
}

.information_main-map {
  width: 100%;
  height: 240px;
  margin: 30px 0 0;
  background-color: #ccc;
}