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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  margin: 0 0 90px;
  padding: 0 100px 55px;
  background-color: #fceaf0;
  position: relative;
  z-index: 30;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 69px;
  background: #fff url(../images/common/key/mv_deco_lace-fabric.png) repeat-x top;
  position: absolute;
  left: 0;
  bottom: -69px;
  z-index: -1;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 115px;
}
.page-header-logo {
  align-self: center;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header-detail .common-info {
  justify-content: flex-end;
}

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

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

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

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 13px 0 7px;
  line-height: 1;
  color: #333333;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: flex-end;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav li a:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.global-nav .hd-nav li a.current {
  color: #ef7281;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
}
.key-vis::before, .key-vis::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.key-vis::before {
  width: 231px;
  height: 358px;
  background: url(../images/common/key/mv_deco_left.png) no-repeat center/contain;
  left: -100px;
  bottom: -40px;
}
.key-vis::after {
  width: 752px;
  height: 458px;
  background: url(../images/common/key/mv_deco_right.png) no-repeat center/contain;
  right: -100px;
  bottom: -87px;
}
.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: max(50% - 530px, 40px);
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  bottom: 68px;
  left: max(50% - 640px, 50px);
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  color: #fff;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  text-shadow: 0 0 40px #333333;
}
.key-ttl-sub .txt-en {
  display: block;
  color: #ffcdcf;
  text-transform: capitalize;
  font-size: 0.8333em;
}

#top .key {
  align-items: flex-start;
  justify-content: center;
  /* ▼key-vis */
}
#top .key-vis {
  height: 795px;
}
#top .key-vis::before {
  width: 314px;
  height: 487px;
  bottom: -78px;
  left: -95px;
}
#top .key-vis::after {
  width: 920px;
  height: 562px;
  bottom: -75px;
  right: -100px;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 71px 0 27px;
  background: #fceaf0;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer-main-list {
  margin: 51px 0 0;
}
.page-footer-main-list-btn {
  justify-content: flex-start;
  width: 390px;
  height: 90px;
  padding: 0 1em;
  font-size: 1.9rem;
  font-weight: 500;
}
.page-footer-ttl {
  text-align: left;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-detail {
  width: 615px;
}
.page-footer-detail-info-address {
  text-align: right;
}
.page-footer-detail-info-time {
  justify-content: flex-end;
  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: flex-end;
  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: 5.785714em 0 0;
  color: #737373;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_lesson */
.top_lesson-block {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  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-cnt {
  margin: 0 36px 0 0;
  text-align: center;
}
.top_lesson-block-cnt-ttl {
  margin: 0 0 0.85em;
  font-size: 4.2rem;
  line-height: 1.3333;
  letter-spacing: 0.06em;
}
.top_lesson-block-cnt-txt {
  font-size: 1.3em;
}
.top_lesson-block-cnt-btn {
  margin-top: 40px;
}

/* ▼top_guide */
.top_guide {
  background: #fceaf0 url(../images/top/guide-bg-right.png) no-repeat top right;
  position: relative;
}
.top_guide::before, .top_guide::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.top_guide::before {
  width: 246px;
  height: 154px;
  background: url(../images/top/guide-deco_top.png) no-repeat center/contain;
  top: -95px;
  left: max(50% - 820px, 40px);
}
.top_guide::after {
  width: 255px;
  height: 171px;
  background: url(../images/top/guide-deco_bottom.png) no-repeat center/contain;
  bottom: -65px;
  right: max(50% - 820px, 40px);
}
.top_guide-list {
  justify-content: center;
  position: relative;
  z-index: 10;
}
.top_guide-list-item {
  width: 620px;
  height: 430px;
  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:not(:nth-child(even)) {
  margin-right: 40px;
}
.top_guide-list-item:nth-child(n+3) {
  margin-top: 10px;
}
.top_guide-list-item:nth-child(even) {
  margin-top: 30px;
}
.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: 150px;
  background: url(../images/top/studio-deco_top.png) repeat-x top;
}
.top_studio-block-img {
  margin-left: -68px;
}
.top_studio-block-cnt {
  width: 500px;
}
.top_studio-block-cnt-ttl {
  text-align: left;
  font-size: 3.2rem;
}
.top_studio-block-cnt-ttl .txt-en {
  font-size: 1.875em;
}

/* ▼top_news */
.top_news {
  margin: 0 0 100px;
  position: relative;
  z-index: 10;
}
.top_news::before {
  content: "";
  width: 1280px;
  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 40px;
  padding: 0 0 19px;
  border-bottom: 1px solid #a88448;
}
.top_news-block-cnt-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: auto;
  margin: 0;
}
.top_news-block-cnt-ttl .txt-en {
  margin-right: 0.45em;
  line-height: 1;
}
.top_news-block-cnt-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.9rem;
  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 {
  position: relative;
}
.about_greeting-block::before {
  content: "";
  width: 163px;
  height: 99px;
  background: url(../images/about/about-deco01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.about_greeting-block-img {
  margin-left: -100px;
}
.about_greeting-block-cnt {
  width: 616px;
}
.about_greeting-block-cnt-ttl {
  margin: -0.2647em 0 calc(40px - 0.2647em);
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5294;
}

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

/* ▼about_feature */
.about_feature-block-img {
  position: relative;
}
.about_feature-block-img::after {
  content: "";
  width: 163px;
  height: 99px;
  background: url(../images/about/feature-img-deco01.png) no-repeat center/contain;
  position: absolute;
  left: -81px;
  bottom: -20px;
  z-index: 10;
}
.about_feature-block-cnt {
  width: 600px;
}
.about_feature-block-cnt-ttl {
  color: #ef7281;
  margin: 0 0 1.026471em;
  font-size: 1.7em;
  font-feature-settings: "palt" on;
}
.about_feature-block:nth-of-type(odd) .about_feature-block-img {
  margin-left: -50px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about_feature-block:nth-of-type(even) .about_feature-block-img {
  margin-right: -50px;
}
.about_feature-block:nth-of-type(even) .about_feature-block-img::after {
  transform: scale(-1, 1);
  left: auto;
  right: -81px;
}
.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 {
  position: relative;
}
.flow_coupon-block-img::after {
  content: "";
  width: 163px;
  height: 99px;
  background: url(../images/common/illust_flower.png) no-repeat center/contain;
  position: absolute;
  right: -77px;
  bottom: -20px;
  z-index: 10;
}
.flow_coupon-block-cnt {
  width: 730px;
}
.flow_coupon-block-cnt-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 1.315789em;
  font-size: 3.8rem;
  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 {
  min-width: 360px;
  padding: 10px;
  background-color: #fceaf0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow_coupon-block-cnt-list-item:nth-child(even) {
  margin-left: 10px;
}
.flow_coupon-block-cnt-list-item:nth-child(n+3) {
  margin-top: 10px;
}
.flow_coupon-block-cnt-lead {
  margin: 1.818182em 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% - 200px);
  min-width: 1280px;
  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: 50px 60px;
  background-color: #fff;
}
.flow_main-block-cnt {
  width: 650px;
}
.flow_main-block-cnt-ttl {
  padding: 0 0 0.475em;
  margin: 0 0 29px;
  border-bottom: 1px solid #a88448;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.flow_main-block-cnt-ttl .font-color {
  margin-right: 0.625em;
}
.flow_main-block-cnt-info {
  margin: 30px 0 0;
}
.flow_main-block-cnt-info-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.flow_main-block:not(:last-of-type) {
  margin-bottom: 30px;
}

/*
    page-lesson
--------------------*/
/* ▼lesson_main */
.lesson_main-ttl {
  margin: 0 0 50px;
  font-size: 4rem;
  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 {
  text-align: center;
  margin-bottom: 60px;
}
.lesson_main-block-img {
  width: 430px;
}
.lesson_main-block-img .c_ofi {
  padding-top: 65.1163%;
}
.lesson_main-block-cnt {
  width: 600px;
}
.lesson_main-block-body {
  width: 100%;
  margin: 60px 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: 14px 50px;
}
.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: 40px 0 0;
}
.lesson_main-lead::before, .lesson_main-lead::after {
  content: "";
  width: 122px;
  height: 77px;
  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: calc(100% - 200px);
  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: 100px;
}

/* ▼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: 430px;
}
.lesson_other-block-img .c_ofi {
  padding-top: 65.1163%;
}
.lesson_other-block-cnt {
  width: 605px;
}
.lesson_other-block-cnt-ttl {
  margin: 0 0 28px;
  color: #ef7281;
  font-size: 3.2rem;
}
.lesson_other-block-cnt-price {
  margin: 40px 0 0;
  border-bottom: 1px solid #737373;
  font-size: 1.4em;
}
.lesson_other-block-cnt-price-item {
  justify-content: flex-end;
}
.lesson_other-block:not(:last-of-type) {
  margin-bottom: 50px;
}

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

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

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

    追加 (2025/06/26)nishi

-----------------------------------------------------------------------*/
header .page-header_wrap{
  flex-flow: inherit;
}