@charset "UTF-8";
html {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-family: "Allura", cursive;
  font-family: "Damion", cursive;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #442508;
  background-color: #fdefe9;
}
@media (max-width: 864px) {
  html {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #442508;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 4%;
}

.sec-title {
  text-align: center;
}
.sec-title h2 {
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  padding: 10px;
  font-family: "Allura";
  font-weight: normal;
}
@media (max-width: 564px) {
  .sec-title h2 {
    font-size: 1.8rem;
  }
}

.sec-title-jap {
  text-align: center;
}
.sec-title-jap h2 {
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  padding: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
}
@media (max-width: 564px) {
  .sec-title-jap h2 {
    font-size: 1.8rem;
  }
}

.btn {
  display: block;
  background-color: #f47a7a;
  width: 200px;
  text-align: center;
  padding: 25px 0;
  border-radius: 100px;
  letter-spacing: 0.12em;
  margin: 50px auto;
  box-shadow: 0 1px 5px 0 rgba(86, 44, 44, 0.4);
}
.btn:hover {
  opacity: 0.7;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpCenter {
  animation-name: fadeUpAnimeCenter;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimeCenter {
  from {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.fadeUpCenterTrigger {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fedeLeftTrigger {
  opacity: 0;
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* 　Y 軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}
#header {
  position: absolute;
  height: 130px;
  left: 0;
  right: 0;
  margin: auto;
}
#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  background-color: #fdefe9;
}
#header .header-inner {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #header .header-inner {
    flex-direction: column;
    align-items: initial;
  }
}
#header .header-inner .logo {
  width: 300px;
}
@media (max-width: 864px) {
  #header .header-inner .logo {
    width: 150px;
    margin: 10px;
  }
}
@media (max-width: 864px) {
  #header .header-inner {
    /*========= ボタンのためのCSS ===============*/
  }
  #header .header-inner .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    /*×に変化*/
  }
  #header .header-inner .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #442508;
    width: 45%;
  }
  #header .header-inner .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .header-inner .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  #header .header-inner .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  #header .header-inner .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .header-inner .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header-inner .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media (max-width: 864px) {
  #header .header-inner #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #e6c4b3;
    /*動き*/
    transition: all 0.6s;
    /*アクティブクラスがついたら位置を0に*/
    /*ナビゲーションの縦スクロール*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
  }
  #header .header-inner #g-nav.panelactive {
    left: 0;
  }
  #header .header-inner #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .header-inner #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .header-inner #g-nav li {
    list-style: none;
    text-align: center;
  }
  #header .header-inner #g-nav li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
#header .header-inner ul {
  display: flex;
}
@media (max-width: 864px) {
  #header .header-inner ul {
    flex-direction: column;
  }
}
#header .header-inner ul li {
  margin-right: 20px;
  font-size: 1.2rem;
}
@media (max-width: 864px) {
  #header .header-inner ul li {
    margin: 10px 0;
  }
}
#header .header-inner ul li:nth-child(7) {
  margin-right: 0;
}

.video_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 864px) {
  .video_wrapper {
    height: 46vh;
  }
}
@media (max-width: 564px) {
  .video_wrapper {
    height: 34vh;
  }
}
.video_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 864px) {
  .video_wrapper video {
    max-width: 100%;
  }
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
  /* --- 段差で背景画像のアニメーションを実行 ----------------- */
}
.box-top-bg-img .bgImg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 15s infinite; /* 3画像 × 各10s = 30s */
}
.box-top-bg-img .src1 {
  background-image: url(../images/index/Lashiny.jpg); /* 背景の画像を指定 */
}
.box-top-bg-img .src2 {
  background-image: url(../images/index/top2.jpg); /* 背景の画像を指定 */
  animation-delay: 8s;
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#concept {
  margin-top: 50px;
}
#concept .concept-info {
  margin-top: 50px;
  text-align: center;
}
#concept .concept-info p {
  margin-top: 30px;
  line-height: 1.5;
}

#profile {
  margin-top: 100px;
  margin-bottom: 100px;
}
#profile .profile-box {
  padding: 0 20%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #profile .profile-box {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
#profile .profile-box .profile-info {
  width: 48%;
}
@media (max-width: 864px) {
  #profile .profile-box .profile-info {
    width: 100%;
  }
}
#profile .profile-box .profile-info p {
  font-size: 1rem;
  line-height: 2;
  padding: 50px 0 0px;
}
@media (max-width: 864px) {
  #profile .profile-box .profile-info p {
    text-align: center;
    margin: 0 auto;
  }
}
#profile .profile-box .profile-img {
  width: 48%;
}
@media (max-width: 864px) {
  #profile .profile-box .profile-img {
    width: 100%;
  }
}
#profile .profile-box .profile-img img {
  border-radius: 100%;
  box-shadow: 20px 30px rgba(230, 196, 179, 0.2);
}
@media (max-width: 864px) {
  #profile .profile-box .profile-img img {
    width: 100%;
    margin-top: 30px;
  }
}

#menu .menu-boxes {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20%;
}
@media (max-width: 864px) {
  #menu .menu-boxes {
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 0;
  }
}
#menu .menu-boxes .menu-box {
  width: 47%;
  position: relative;
}
@media (max-width: 864px) {
  #menu .menu-boxes .menu-box {
    width: 100%;
    margin-top: 20px;
  }
}
#menu .menu-boxes .menu-box img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 564px) {
  #menu .menu-boxes .menu-box img {
    max-height: 150px;
  }
}
#menu .menu-boxes .menu-box .menu-box-background {
  background-color: #FEF4F2;
  opacity: 0.68;
  padding: 30px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.2em;
}
#menu .menu-boxes .menu-box .menu-box-background:hover {
  opacity: 0.7;
}
#menu .menu-boxes .menu-box .menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.2em;
}
#menu .menu-boxes .menu-box .menu-text:hover {
  opacity: 0.4;
}

#reservation {
  margin-top: 90px;
  height: 100%;
}
#reservation .reservation-boxes {
  margin-bottom: 60px;
  display: grid;
  justify-content: center;
  gap: 3%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
  padding-top: 50px;
}
@media (max-width: 564px) {
  #reservation .reservation-boxes {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
  }
}
#reservation .reservation-boxes .reservation-box {
  position: relative;
  border: solid 5px #e6c4b3; /*線*/
  border-radius: 20px; /*角の丸み*/
  margin-top: 6%;
  width: 100%;
}
#reservation .reservation-boxes .reservation-box::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media (max-width: 564px) {
  #reservation .reservation-boxes .reservation-box::before {
    padding-top: 50%;
  }
}
@media (max-width: 564px) {
  #reservation .reservation-boxes .reservation-box {
    height: 150px;
    margin-top: 30px;
  }
}
#reservation .reservation-boxes .reservation-box:nth-child(2) {
  background-color: #f1d9ce;
  border: solid 5px #f1d9ce; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(3) {
  border: solid 5px #e6c4b3; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(4) {
  background-color: #f1d9ce;
  border: solid 5px #f1d9ce; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(5) {
  background-color: #f1d9ce;
  border: solid 5px #f1d9ce; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(6) {
  border: solid 5px #e6c4b3; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(7) {
  background-color: #f1d9ce;
  border: solid 5px #f1d9ce; /*線*/
}
#reservation .reservation-boxes .reservation-box:nth-child(8) {
  border: solid 5px #e6c4b3; /*線*/
}
@media (max-width: 864px) {
  #reservation .reservation-boxes .reservation-box:nth-child(2) {
    background-color: #f1d9ce;
    border: solid 5px #f1d9ce; /*線*/
  }
  #reservation .reservation-boxes .reservation-box:nth-child(3) {
    border: solid 5px #f1d9ce; /*線*/
  }
  #reservation .reservation-boxes .reservation-box:nth-child(4) {
    border: solid 5px #f1d9ce; /*線*/
    background-color: #f1d9ce;
  }
  #reservation .reservation-boxes .reservation-box:nth-child(5) {
    border: solid 5px #e6c4b3; /*線*/
    background-color: #fdefe9;
  }
  #reservation .reservation-boxes .reservation-box:nth-child(6) {
    background-color: #f1d9ce;
    border: solid 5px #f1d9ce; /*線*/
  }
  #reservation .reservation-boxes .reservation-box:nth-child(7) {
    background-color: #fdefe9;
    border: solid 5px #f1d9ce; /*線*/
  }
  #reservation .reservation-boxes .reservation-box:nth-child(8) {
    border: solid 5px #f1d9ce; /*線*/
    background-color: #f1d9ce;
  }
}
#reservation .reservation-boxes .reservation-box-number {
  background: #e6c4b3;
  border-radius: 50%;
  font-size: 1.625rem;
  text-align: center;
  position: absolute;
  padding: 20px 25px;
  top: -25px;
  left: -25px;
}
#reservation .reservation-boxes .reservation-box-title {
  position: absolute;
  top: 15%;
  color: #f47a7a;
  letter-spacing: 0.12em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 70%;
  text-align: center;
}
#reservation .reservation-boxes .reservation-box-title span {
  display: inline-block;
}
#reservation .reservation-boxes .reservation-box-text {
  position: absolute;
  top: 30%;
  padding: 10px 30px;
  line-height: 1.5rem;
}

#voice {
  margin-top: 90px;
}
#voice .voice-box .voice-info {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  line-height: 1.5rem;
  letter-spacing: 0.12em;
}
@media (max-width: 864px) {
  #voice .voice-box .voice-info {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (max-width: 564px) {
  #voice .voice-box .voice-info {
    top: 20%;
  }
}
#voice .voice-box .voice-person {
  position: absolute;
  top: 60%;
  left: 10%;
  width: 70%;
  line-height: 1.5rem;
  letter-spacing: 0.24em;
  text-align: right;
}
@media (max-width: 864px) {
  #voice .voice-box .voice-person {
    top: 80%;
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
#voice .voice-info-instagram {
  margin: 50px 0;
  text-align: center;
  padding: 0 30px;
  line-height: 2.5rem;
}
#voice .voice-info-instagram span {
  display: inline-block;
}
@media (max-width: 864px) {
  #voice .voice-info-instagram {
    line-height: 1.5rem;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 20px auto;
}
.slider .slider-wrap {
  position: relative;
  max-width: 40vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
}
@media (max-width: 564px) {
  .slider .slider-wrap {
    max-width: 60vw;
  }
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  display: none;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 16px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #E5C4B2; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*==================================================
スライダーのためのcss
===================================*/
#faq {
  /*アコーディオン全体*/
}
#faq .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
#faq .accordion-area li {
  margin: 10px 0;
}
#faq .accordion-area section {
  border-radius: 30px;
  background: rgba(230, 196, 179, 0.3);
  padding: 1px;
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}
#faq .accordion-area section .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}
#faq .accordion-area section .title::before, #faq .accordion-area section .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
#faq .accordion-area section .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
#faq .accordion-area section .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
#faq .accordion-area section .title.close::before {
  transform: rotate(45deg);
}
#faq .accordion-area section .title.close::after {
  transform: rotate(-45deg);
}
#faq .accordion-area section .box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
  border-radius: 30px;
}
#faq .accordion-area section .box p {
  letter-spacing: 0.12em;
  line-height: 1.5rem;
}

#access {
  margin-top: 100px;
  margin-bottom: 100px;
}
#access .access-box {
  margin-top: 50px;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #access .access-box {
    flex-direction: column-reverse;
  }
}
#access .access-box-map {
  width: 49%;
}
@media (max-width: 864px) {
  #access .access-box-map {
    width: 100%;
  }
}
#access .access-box-map iframe {
  width: 100%;
}
#access .access-box-info {
  width: 49%;
  text-align: center;
  display: table;
}
@media (max-width: 864px) {
  #access .access-box-info {
    width: 100%;
  }
}
#access .access-box-info p {
  padding: 20px 0;
  letter-spacing: 0.12em;
  line-height: 3rem;
  display: table-cell;
  vertical-align: middle;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.no-anime-bg-profile-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .no-anime-bg-profile-img {
    height: 60vh;
  }
}
@media (max-width: 564px) {
  .no-anime-bg-profile-img {
    height: 43vh;
  }
}
.no-anime-bg-profile-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.no-anime-bg-profile-img .profile-top {
  background-image: url(../images/profile/profile-top.jpg);
}
.no-anime-bg-profile-img .profile-top-inner {
  position: relative;
  padding: 70vh 0;
}
@media (max-width: 864px) {
  .no-anime-bg-profile-img .profile-top-inner {
    padding: 50vh 0;
  }
}
@media (max-width: 564px) {
  .no-anime-bg-profile-img .profile-top-inner {
    padding: 30vh 0;
  }
}
.no-anime-bg-profile-img .profile-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.no-anime-bg-profile-img .profile-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

#archivement-profile {
  margin-top: 50px;
}
#archivement-profile .archivement-profile-info {
  margin-top: 50px;
}
#archivement-profile .archivement-profile-info .slider-info {
  height: 400px;
  width: 650px;
  padding: 10px 100px;
  background-color: #F3E3DA;
}
@media (max-width: 864px) {
  #archivement-profile .archivement-profile-info .slider-info {
    max-height: 60vh;
    height: 100%;
  }
}
#archivement-profile .archivement-profile-info .slider-info .slider-info-title {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 40px;
}
@media (max-width: 864px) {
  #archivement-profile .archivement-profile-info .slider-info .slider-info-title {
    width: 80vw;
    margin: 0 auto;
    line-height: 2rem;
    padding: 10px;
  }
}
#archivement-profile .archivement-profile-info .slider-info .slider-info-text {
  margin-top: 30px;
  line-height: 2.5;
  margin-left: 30px;
}
@media (max-width: 864px) {
  #archivement-profile .archivement-profile-info .slider-info .slider-info-text {
    width: 80vw;
    margin: 10px auto;
    line-height: 2rem;
  }
}
#archivement-profile .archivement-profile-info .slider-info .slider-info-text span {
  display: inline-block;
}

#certification {
  margin-top: 100px;
  margin-bottom: 100px;
}
#certification .certification-box {
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #certification .certification-box {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0 5%;
  }
}
#certification .certification-box .certification-info {
  width: 48%;
  margin: 10% 0;
}
@media (max-width: 864px) {
  #certification .certification-box .certification-info {
    width: 100%;
  }
}
#certification .certification-box .certification-info .certification-info-text {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 20px 0;
}
@media (max-width: 864px) {
  #certification .certification-box .certification-info .certification-info-text {
    text-align: center;
    margin: 0 auto;
    line-height: 2rem;
  }
}
#certification .certification-box .certification-img {
  width: 48%;
  margin: 10% 0;
}
@media (max-width: 864px) {
  #certification .certification-box .certification-img {
    width: 100%;
    margin-top: 30px;
  }
}

#archivement .archivement-info .archivement-table {
  margin: 30px auto 0;
}
#archivement .archivement-info .archivement-table td {
  padding: 30px 0;
}
@media (max-width: 864px) {
  #archivement .archivement-info .archivement-table td {
    display: block;
    text-align: center;
    padding: 0px 40px;
    line-height: 1.5rem;
  }
}
@media (max-width: 564px) {
  #archivement .archivement-info .archivement-table td p span {
    display: inline-block;
  }
}
#archivement .archivement-info .archivement-table .archivement-table-client p {
  margin-right: 60px;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 864px) {
  #archivement .archivement-info .archivement-table .archivement-table-client p {
    margin: 0;
    margin-top: 30px;
    text-align: center;
  }
}
#archivement .archivement-info .archivement-info-more {
  margin-bottom: 100px;
}
#archivement .archivement-info .archivement-info-more p {
  text-align: center;
  margin: 30px 0;
}

#instagram .instagram-photos {
  margin: 50px 0;
  text-align: center;
}
#instagram .instagram-photos img {
  width: 20%;
}
#instagram .instagram-info {
  text-align: center;
}
#instagram .instagram-info p {
  line-height: 2.5rem;
}
@media (max-width: 864px) {
  #instagram .instagram-info p {
    line-height: 1.5rem;
  }
}
#instagram .btn {
  padding: 20px;
}

#contact {
  margin-bottom: 50px;
}
#contact .contact-info {
  margin: 50px 0;
  text-align: center;
  padding: 0 30px;
}
#contact .contact-info p {
  line-height: 2.5rem;
}
@media (max-width: 864px) {
  #contact .contact-info p {
    line-height: 1.5rem;
  }
}
@media (max-width: 864px) {
  #contact .contact-info p span {
    display: inline-block;
  }
}
#contact .contact-icons {
  display: flex;
  text-align: center;
  justify-content: center;
}
#contact .contact-icons .contact-icons-link {
  margin: 0 40px;
}
#contact .contact-icons .contact-icons-link img {
  margin: 0 30px;
  width: 100px;
}
@media (max-width: 864px) {
  #contact .contact-icons .contact-icons-link img {
    margin: 0;
  }
}

.menu-title {
  font-size: 1.8rem;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 3rem;
  font-family: "Allura";
}

/* --- 全体のBOX定義 ---------------------------------------- */
.no-anime-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .no-anime-bg-img {
    height: 47vh;
  }
}
.no-anime-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-color-top {
  background-image: url(../images/personal_color/personalColorTop.jpg);
  background-position: 60% 100%;
}
.p-color-top-inner {
  position: relative;
  padding: 50vh 0;
}
@media (max-width: 864px) {
  .p-color-top-inner {
    padding: 24vh;
  }
}
.p-color-top-inner-box-title {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  letter-spacing: 0.24em;
  line-height: 3rem;
}
@media (max-width: 564px) {
  .p-color-top-inner-box-title {
    top: 56%;
  }
}
.p-color-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.p-color-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

/* --- パーソナルカラーとは ---------------------------------------- */
#p-color-explain {
  margin-top: 200px;
}
@media (max-width: 564px) {
  #p-color-explain {
    margin-top: 50px;
  }
}
#p-color-explain .p-color-explain-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner {
    flex-direction: column;
  }
}
#p-color-explain .p-color-explain-inner-textBox {
  width: 45%;
  padding-left: 60px;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-textBox {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background-color: #F3E3DA;
  }
}
#p-color-explain .p-color-explain-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px;
  position: relative;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-textBox-title {
    padding: 10px;
  }
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-textBox-title span {
    display: inline-block;
  }
}
#p-color-explain .p-color-explain-inner-textBox-title::before {
  content: "Personal Color";
  position: absolute;
  top: 0%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 1.2rem;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-textBox-title::before {
    font-size: 0.8rem;
    left: 10%;
    top: -10%;
  }
}
#p-color-explain .p-color-explain-inner-textBox-text {
  margin-top: 30px;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-textBox-text {
    margin-top: 20px;
  }
}
#p-color-explain .p-color-explain-inner-imgBox {
  width: 45%;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner-imgBox {
    width: 80%;
    margin: 10px auto;
  }
}
#p-color-explain .p-color-explain-inner-imgBox img {
  box-shadow: 20px 25px #EFCBC3;
}
#p-color-explain .p-color-explain-inner::after {
  content: " ";
  min-width: 80%;
  height: 100%;
  padding: 30px;
  top: -10%;
  right: 0%;
  position: absolute;
  background-color: #F3E3DA;
  z-index: -1;
}
@media (max-width: 564px) {
  #p-color-explain .p-color-explain-inner::after {
    display: none;
  }
}

/* --- １６タイプパーソナルカラーとは ---------------------------------------- */
#types-color-explain {
  margin-top: 200px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 564px) {
  #types-color-explain {
    margin-top: 100px;
  }
}
#types-color-explain .types-color-explain-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner {
    flex-direction: column-reverse;
  }
}
#types-color-explain .types-color-explain-inner-textBox {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-textBox {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background-color: #F3E3DA;
  }
}
#types-color-explain .types-color-explain-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px;
}
#types-color-explain .types-color-explain-inner-textBox-title span {
  display: inline-block;
}
#types-color-explain .types-color-explain-inner-textBox-title::before {
  content: "16types \aPersonal Color";
  white-space: pre;
  position: absolute;
  top: -60%;
  right: 20%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(10deg);
  font-size: 1.2rem;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-textBox-title::before {
    content: "16types Personal Color";
    scale: 2;
    top: 0%;
  }
}
#types-color-explain .types-color-explain-inner-textBox-text {
  font-size: 1.25rem;
  padding: 0 10%;
  margin-top: 60px;
  line-height: 2rem;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-textBox-text:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-textBox-text:not(:first-of-type) {
    margin-top: 30px;
  }
}
#types-color-explain .types-color-explain-inner-imgBox {
  width: 35%;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-imgBox {
    width: 80%;
    margin: 10px auto;
  }
}
#types-color-explain .types-color-explain-inner-imgBox img {
  box-shadow: -20px 25px #EFCBC3;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner-imgBox img {
    box-shadow: 20px 25px #EFCBC3;
  }
}
#types-color-explain .types-color-explain-inner::after {
  content: " ";
  width: 80%;
  height: 110%;
  padding: 30px;
  top: -10%;
  left: -4%;
  position: absolute;
  background-color: #F3E3DA;
  z-index: -2;
}
@media (max-width: 564px) {
  #types-color-explain .types-color-explain-inner::after {
    display: none;
  }
}

#p-color-flow {
  margin: 100px auto;
}
@media (max-width: 564px) {
  #p-color-flow {
    margin: 50px auto;
  }
}
#p-color-flow .flow-box {
  border: 4px solid #E1C5B4;
  width: 80%;
  margin: 100px 0;
  position: relative;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box {
    margin: 30px auto 45px auto;
    border: none;
    width: 90%;
  }
}
#p-color-flow .flow-box-inner {
  margin: 40px 80px;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner {
    border: 4px solid #E1C5B4;
    margin: 0 auto;
  }
}
#p-color-flow .flow-box-inner h2 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-family: "Academy Engraved LET";
  color: #f47a7a;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner h2 {
    margin: 15px 0;
    padding: 0 30px;
  }
}
#p-color-flow .flow-box-inner h3 {
  margin: 30px 0;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner h3 {
    padding: 0 30px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
#p-color-flow .flow-box-inner-text {
  padding: 0px 50px;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-text {
    padding: 10px 0px;
    margin: 0 30px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
#p-color-flow .flow-box-inner-text-indent {
  text-indent: -1em;
  margin-top: 30px;
  margin-left: 1em;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-img {
    text-align: center;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-step6 {
    padding: 0 30px;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-step6 h2 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-step6 h3 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box-inner-step6 p {
    padding: 10px 0;
    margin: 0;
  }
}
#p-color-flow .flow-box:nth-child(4), #p-color-flow .flow-box:nth-child(5) {
  margin-left: 20%;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(4), #p-color-flow .flow-box:nth-child(5) {
    margin: 30px auto 45px auto;
  }
}
#p-color-flow .flow-box .flow-box-img-step1-1 {
  position: absolute;
  width: 50%;
  top: 20%;
  right: -25%;
  z-index: 2;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step1-1 {
    position: static;
    width: 80%;
    margin: 20px auto 0 auto;
  }
}
#p-color-flow .flow-box .flow-box-img-step1-2 {
  width: 35%;
  position: absolute;
  right: -25%;
  bottom: -140%;
  z-index: 1;
}
@media (max-width: 864px) {
  #p-color-flow .flow-box .flow-box-img-step1-2 {
    width: 40%;
    right: -25%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step1-2 {
    display: none;
  }
}
#p-color-flow .flow-box .flow-box-img-step3 img {
  position: absolute;
  width: 35%;
  top: 30%;
  left: -25%;
  z-index: 1;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step3 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#p-color-flow .flow-box .flow-box-img-step3 .flow-box-inner {
  padding-left: 10%;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step3 .flow-box-inner {
    padding: 0;
  }
}
#p-color-flow .flow-box .flow-box-img-step4 img {
  position: absolute;
  width: 30%;
  top: -40%;
  right: -2%;
  z-index: 1;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step4 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#p-color-flow .flow-box .flow-box-img-step4 .flow-box-inner {
  padding-left: 10%;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step4 .flow-box-inner {
    padding: 0;
  }
}
#p-color-flow .flow-box .flow-box-img-step5 img {
  position: absolute;
  width: 50%;
  top: -10%;
  z-index: 1;
  right: -25%;
}
@media (max-width: 564px) {
  #p-color-flow .flow-box .flow-box-img-step5 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#p-color-flow .flow-box:nth-child(2)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 10%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #p-color-flow .flow-box:nth-child(2)::after {
    bottom: -40%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(2)::after {
    content: none;
  }
}
#p-color-flow .flow-box:nth-child(3)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -30%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #p-color-flow .flow-box:nth-child(3)::after {
    bottom: -32%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(3)::after {
    content: none;
  }
}
#p-color-flow .flow-box:nth-child(4)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -30%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #p-color-flow .flow-box:nth-child(4)::after {
    bottom: -32%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(4)::after {
    content: none;
  }
}
#p-color-flow .flow-box:nth-child(5)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 0%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #p-color-flow .flow-box:nth-child(5)::after {
    bottom: -40%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(5)::after {
    content: none;
  }
}
#p-color-flow .flow-box:nth-child(6)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -30%;
  left: 10%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #p-color-flow .flow-box:nth-child(6)::after {
    bottom: -36%;
  }
}
@media (max-width: 564px) {
  #p-color-flow .flow-box:nth-child(6)::after {
    display: none;
  }
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-faceType-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .box-top-faceType-bg-img {
    height: 56vh;
  }
}
@media (max-width: 564px) {
  .box-top-faceType-bg-img {
    height: 37vh;
  }
}
.box-top-faceType-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-top-faceType-bg-img .f-type-top {
  background-image: url(../images/3_2_faceType/faceTypeTop.jpg);
}
.box-top-faceType-bg-img .f-type-top-inner {
  position: relative;
  padding: 50vh 0;
}
@media (max-width: 864px) {
  .box-top-faceType-bg-img .f-type-top-inner {
    padding: 27vh 0;
  }
}
@media (max-width: 564px) {
  .box-top-faceType-bg-img .f-type-top-inner {
    padding: 19vh 0;
  }
}
.box-top-faceType-bg-img .f-type-top-inner-box-title {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 3rem;
}
@media (max-width: 564px) {
  .box-top-faceType-bg-img .f-type-top-inner-box-title {
    top: 58%;
  }
}
.box-top-faceType-bg-img .f-type-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.box-top-faceType-bg-img .f-type-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

/* --- 顔診断とは ---------------------------------------- */
#f-type-explain {
  margin-top: 200px;
}
@media (max-width: 564px) {
  #f-type-explain {
    margin-top: 50px;
  }
}
#f-type-explain .f-type-explain-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner {
    flex-direction: column;
  }
}
#f-type-explain .f-type-explain-inner-textBox {
  width: 50%;
  padding-left: 120px;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-textBox {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background-color: #F3E3DA;
  }
}
#f-type-explain .f-type-explain-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  padding: 80px 30px;
  position: relative;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-textBox-title {
    padding: 10px;
  }
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-textBox-title span {
    display: inline-block;
  }
}
#f-type-explain .f-type-explain-inner-textBox-title::before {
  content: "Face Type";
  position: absolute;
  top: 0%;
  left: 15%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 1.2rem;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-textBox-title::before {
    font-size: 0.8rem;
    left: 10%;
    top: -10%;
  }
}
#f-type-explain .f-type-explain-inner-textBox-text {
  margin-top: 30px;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
@media (max-width: 864px) {
  #f-type-explain .f-type-explain-inner-textBox-text {
    margin-top: 0;
  }
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-textBox-text {
    margin-top: 20px;
  }
}
#f-type-explain .f-type-explain-inner-imgBox {
  width: 35%;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner-imgBox {
    width: 80%;
    margin: 10px auto;
  }
}
#f-type-explain .f-type-explain-inner-imgBox img {
  box-shadow: 20px 25px #EFCBC3;
}
#f-type-explain .f-type-explain-inner::after {
  content: " ";
  width: 80%;
  height: 105%;
  padding: 30px;
  top: -5%;
  right: 0px;
  position: absolute;
  background-color: #F3E3DA;
  z-index: -1;
}
@media (max-width: 564px) {
  #f-type-explain .f-type-explain-inner::after {
    display: none;
  }
}

#face-type-flow {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 564px) {
  #face-type-flow {
    margin: 50px auto;
  }
}
#face-type-flow .flow-box {
  border: 4px solid #E1C5B4;
  width: 80%;
  margin: 100px 0;
  position: relative;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box {
    margin: 30px auto 45px auto;
    border: none;
    width: 90%;
  }
}
#face-type-flow .flow-box-inner {
  margin: 40px 80px;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner {
    border: 4px solid #E1C5B4;
    margin: 0 auto;
  }
}
#face-type-flow .flow-box-inner h2 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-family: "Academy Engraved LET";
  color: #f47a7a;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner h2 {
    margin: 15px 0;
    padding: 0 30px;
  }
}
#face-type-flow .flow-box-inner h3 {
  margin: 30px 0;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner h3 {
    padding: 0 30px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
#face-type-flow .flow-box-inner-text {
  padding: 0px 50px;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-text {
    padding: 10px 0px;
    margin: 0 30px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
#face-type-flow .flow-box-inner-text-indent {
  text-indent: -1em;
  margin-top: 30px;
  margin-left: 1em;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-img {
    text-align: center;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-step6 {
    padding: 0 30px;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-step6 h2 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-step6 h3 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box-inner-step6 p {
    padding: 10px 0;
    margin: 0;
  }
}
#face-type-flow .flow-box:nth-child(4), #face-type-flow .flow-box:nth-child(5) {
  margin-left: 20%;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(4), #face-type-flow .flow-box:nth-child(5) {
    margin: 30px auto 45px auto;
  }
}
#face-type-flow .flow-box .flow-box-img-step1 img {
  position: absolute;
  width: 50%;
  top: 10%;
  right: -22%;
  z-index: 1;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box .flow-box-img-step1 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#face-type-flow .flow-box .flow-box-img-step3 img {
  position: absolute;
  width: 35%;
  top: 30%;
  left: -25%;
  z-index: 1;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box .flow-box-img-step3 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#face-type-flow .flow-box .flow-box-img-step3 .flow-box-inner {
  padding-left: 10%;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box .flow-box-img-step3 .flow-box-inner {
    padding: 0;
  }
}
#face-type-flow .flow-box .flow-box-img-step5-1 img {
  position: absolute;
  width: 35%;
  top: -30%;
  right: -20%;
  z-index: 2;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box .flow-box-img-step5-1 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#face-type-flow .flow-box .flow-box-img-step5-1 .flow-box-inner {
  padding-left: 10%;
}
#face-type-flow .flow-box .flow-box-img-step5-2 img {
  position: absolute;
  width: 30%;
  top: 58%;
  z-index: 1;
  right: -6%;
}
@media (max-width: 564px) {
  #face-type-flow .flow-box .flow-box-img-step5-2 img {
    display: none;
  }
}
#face-type-flow .flow-box:nth-child(2)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 10%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #face-type-flow .flow-box:nth-child(2)::after {
    bottom: -40%;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(2)::after {
    content: none;
  }
}
#face-type-flow .flow-box:nth-child(3)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(3)::after {
    content: none;
  }
}
#face-type-flow .flow-box:nth-child(4)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #face-type-flow .flow-box:nth-child(4)::after {
    bottom: -32%;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(4)::after {
    content: none;
  }
}
#face-type-flow .flow-box:nth-child(5)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -38%;
  left: 0%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(5)::after {
    content: none;
  }
}
#face-type-flow .flow-box:nth-child(6)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 10%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #face-type-flow .flow-box:nth-child(6)::after {
    bottom: -40%;
  }
}
@media (max-width: 564px) {
  #face-type-flow .flow-box:nth-child(6)::after {
    content: none;
  }
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-frame-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .box-top-frame-bg-img {
    height: 48vh;
  }
}
.box-top-frame-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-top-frame-bg-img .frame-type-top {
  background-image: url(../images/3_3_frameType/frame_type1.jpg);
}
.box-top-frame-bg-img .frame-type-top-inner {
  position: relative;
  padding: 50vh 0;
}
@media (max-width: 864px) {
  .box-top-frame-bg-img .frame-type-top-inner {
    padding: 25vh;
  }
}
.box-top-frame-bg-img .frame-type-top-inner-box-title {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 3rem;
}
@media (max-width: 564px) {
  .box-top-frame-bg-img .frame-type-top-inner-box-title {
    top: 56%;
  }
}
.box-top-frame-bg-img .frame-type-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.box-top-frame-bg-img .frame-type-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

/* --- 骨格診断とは ---------------------------------------- */
#frame-type-explain {
  margin-top: 200px;
}
@media (max-width: 564px) {
  #frame-type-explain {
    margin-top: 50px;
  }
}
#frame-type-explain .frame-type-explain-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner {
    flex-direction: column;
  }
}
#frame-type-explain .frame-type-explain-inner-textBox {
  width: 48%;
  padding-left: 60px;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner-textBox {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background-color: #F3E3DA;
  }
}
#frame-type-explain .frame-type-explain-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px;
  position: relative;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner-textBox-title {
    padding: 10px;
  }
}
#frame-type-explain .frame-type-explain-inner-textBox-title::before {
  content: "Frame Type";
  position: absolute;
  top: -30%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 1.2rem;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner-textBox-title::before {
    font-size: 0.8rem;
    left: 10%;
    top: -10%;
  }
}
#frame-type-explain .frame-type-explain-inner-textBox-text {
  margin-top: 30px;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner-textBox-text {
    margin-top: 20px;
  }
}
#frame-type-explain .frame-type-explain-inner-imgBox {
  width: 45%;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner-imgBox {
    width: 80%;
    margin: 10px auto;
  }
}
#frame-type-explain .frame-type-explain-inner-imgBox img {
  box-shadow: 20px 25px #EFCBC3;
}
#frame-type-explain .frame-type-explain-inner::after {
  content: " ";
  width: 80%;
  height: 110%;
  padding: 30px;
  top: -10%;
  right: 0px;
  position: absolute;
  background-color: #F3E3DA;
  z-index: -1;
}
@media (max-width: 564px) {
  #frame-type-explain .frame-type-explain-inner::after {
    display: none;
  }
}

/* --- 自分型骨格診断とは ---------------------------------------- */
#self-frame-type-explain {
  margin-top: 200px;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 800px;
}
@media (max-width: 564px) {
  #self-frame-type-explain {
    margin-top: 100px;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner {
    flex-direction: column-reverse;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner-textBox {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner-textBox {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background-color: #F3E3DA;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px;
  position: relative;
}
#self-frame-type-explain .self-frame-type-explain-inner-textBox-title::before {
  content: "Personal Frame Type";
  position: absolute;
  top: -10%;
  right: 20%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(10deg);
  font-size: 1.2rem;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner-textBox-title::before {
    content: "Personal Frame Type";
    scale: 2;
    top: 0%;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner-textBox-text {
  font-size: 1.25rem;
  padding: 0 10%;
  margin-top: 30px;
  line-height: 2rem;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner-textBox-text {
    padding: 0;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner-imgBox {
  width: 40%;
}
#self-frame-type-explain .self-frame-type-explain-inner-imgBox img {
  box-shadow: -20px 25px #EFCBC3;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner-imgBox img {
    box-shadow: 20px 25px #EFCBC3;
  }
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner-imgBox {
    width: 80%;
    margin: 10px auto;
  }
}
#self-frame-type-explain .self-frame-type-explain-inner::after {
  content: " ";
  width: 80%;
  height: 110%;
  padding: 30px;
  top: -10%;
  left: 0px;
  position: absolute;
  background-color: #F3E3DA;
  z-index: -1;
}
@media (max-width: 564px) {
  #self-frame-type-explain .self-frame-type-explain-inner::after {
    display: none;
  }
}

#frame-type-flow {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 564px) {
  #frame-type-flow {
    margin: 50px auto;
  }
}
#frame-type-flow .flow-box {
  border: 4px solid #E1C5B4;
  width: 80%;
  margin: 100px 0;
  position: relative;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box {
    margin: 30px auto 45px auto;
    border: none;
    width: 90%;
  }
}
#frame-type-flow .flow-box-inner {
  margin: 40px 80px;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner {
    border: 4px solid #E1C5B4;
    margin: 0 auto;
  }
}
#frame-type-flow .flow-box-inner h2 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-family: "Academy Engraved LET";
  color: #f47a7a;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner h2 {
    margin: 15px 0;
    padding: 0 20px;
  }
}
#frame-type-flow .flow-box-inner h3 {
  margin: 30px 0;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner h3 {
    padding: 0 20px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
#frame-type-flow .flow-box-inner-text {
  padding: 0px 45px;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-text {
    padding: 10px 0px;
    margin: 0 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
#frame-type-flow .flow-box-inner-text-indent {
  text-indent: -1em;
  margin-top: 30px;
  margin-left: 1em;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-img {
    text-align: center;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-step5 {
    padding: 0 30px;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-step5 h2 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-step5 h3 {
    padding: 0;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box-inner-step5 p {
    padding: 10px 0;
    margin: 0;
  }
}
#frame-type-flow .flow-box:nth-child(4), #frame-type-flow .flow-box:nth-child(5) {
  margin-left: 20%;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box:nth-child(4), #frame-type-flow .flow-box:nth-child(5) {
    margin: 30px auto 45px auto;
  }
}
#frame-type-flow .flow-box .flow-box-img-step1 img {
  position: absolute;
  width: 50%;
  top: -20%;
  right: -20%;
  z-index: 1;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step1 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#frame-type-flow .flow-box .flow-box-img-step3 img {
  position: absolute;
  width: 35%;
  top: 30%;
  left: -25%;
  z-index: 1;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step3 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#frame-type-flow .flow-box .flow-box-img-step3 .flow-box-inner {
  padding-left: 10%;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step3 .flow-box-inner {
    padding: 0;
  }
}
#frame-type-flow .flow-box .flow-box-img-step4 img {
  position: absolute;
  width: 30%;
  top: -40%;
  right: -2%;
  z-index: 1;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step4 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#frame-type-flow .flow-box .flow-box-img-step4 .flow-box-inner {
  padding-left: 10%;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step4 .flow-box-inner {
    padding: 0;
  }
}
#frame-type-flow .flow-box .flow-box-img-step5 p span {
  display: inline-block;
}
#frame-type-flow .flow-box .flow-box-img-step5 img {
  position: absolute;
  width: 40%;
  top: -26%;
  z-index: 1;
  right: -28%;
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box .flow-box-img-step5 img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }
}
#frame-type-flow .flow-box:nth-child(2)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -35%;
  left: 10%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 864px) {
  #frame-type-flow .flow-box:nth-child(2)::after {
    bottom: -40%;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box:nth-child(2)::after {
    content: none;
  }
}
#frame-type-flow .flow-box:nth-child(3)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -32%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 1024px) {
  #frame-type-flow .flow-box:nth-child(3)::after {
    bottom: -27%;
  }
}
@media (max-width: 864px) {
  #frame-type-flow .flow-box:nth-child(3)::after {
    bottom: -30%;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box:nth-child(3)::after {
    content: none;
  }
}
#frame-type-flow .flow-box:nth-child(4)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -31%;
  left: 40%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 1024px) {
  #frame-type-flow .flow-box:nth-child(4)::after {
    bottom: -28%;
  }
}
@media (max-width: 864px) {
  #frame-type-flow .flow-box:nth-child(4)::after {
    bottom: -33%;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box:nth-child(4)::after {
    content: none;
  }
}
#frame-type-flow .flow-box:nth-child(5)::after {
  content: url(../images/flow_connect.png);
  position: absolute;
  bottom: -40%;
  left: 0%;
  display: inline-block;
  transform: scale(0.8);
}
@media (max-width: 1024px) {
  #frame-type-flow .flow-box:nth-child(5)::after {
    bottom: -34%;
  }
}
@media (max-width: 864px) {
  #frame-type-flow .flow-box:nth-child(5)::after {
    bottom: -37%;
  }
}
@media (max-width: 564px) {
  #frame-type-flow .flow-box:nth-child(5)::after {
    content: none;
  }
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-menu-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .box-top-menu-bg-img {
    height: 45vh;
  }
}
.box-top-menu-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-top-menu-bg-img .menu-top {
  background-image: url(../images/4_menu/menu_top.jpg);
}
.box-top-menu-bg-img .menu-top-inner {
  position: relative;
  padding: 50vh 0;
}
@media (max-width: 864px) {
  .box-top-menu-bg-img .menu-top-inner {
    padding: 25vh;
  }
}
.box-top-menu-bg-img .menu-top-inner-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 3rem;
  font-family: "Damion";
  font-size: 1.2rem;
  font-weight: normal;
}
.box-top-menu-bg-img .menu-top-inner-box-title span {
  font-size: 3rem;
}
.box-top-menu-bg-img .menu-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.box-top-menu-bg-img .menu-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

/* --- トータルコース ---------------------------------------- */
#totalCourse {
  margin-top: 50px;
}
#totalCourse .totalCourse-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner {
    flex-direction: column;
  }
}
#totalCourse .totalCourse-inner-imgBox {
  width: 35%;
  position: relative;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-imgBox {
    display: none;
  }
}
#totalCourse .totalCourse-inner-imgBox::after {
  content: "Total course";
  position: absolute;
  top: 0%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 1.2rem;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-imgBox::after {
    content: none;
  }
}
#totalCourse .totalCourse-inner-imgBox img {
  width: 90%;
}
#totalCourse .totalCourse-inner-textBox {
  width: 60%;
  background-color: #f5e1dc;
  padding: 30px 60px;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox {
    padding: 0;
    width: 100%;
  }
  #totalCourse .totalCourse-inner-textBox::before {
    content: "Total course";
    position: absolute;
    scale: 2;
    font-family: "Allura";
    letter-spacing: 0.03em;
    color: #f47a7a;
    font-weight: 500;
    transform: rotate(-10deg);
    font-size: 1.2rem;
    left: 20%;
  }
}
#totalCourse .totalCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 20px 0;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-title {
    font-size: 1.5rem;
  }
}
#totalCourse .totalCourse-inner-textBox-menuList {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 10px;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-menuList {
    flex-wrap: wrap;
  }
}
#totalCourse .totalCourse-inner-textBox-menuList li {
  background-color: #fff;
  min-width: 40px;
  text-align: center;
  padding: 20px 20px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-menuList li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#totalCourse .totalCourse-inner-textBox-menuList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-menuList li:not(:first-child) {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#totalCourse .totalCourse-inner-textBox-lead {
  display: flex;
  margin: 30px;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#totalCourse .totalCourse-inner-textBox-lead-price {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#totalCourse .totalCourse-inner-textBox-lead-price span {
  font-size: 1.5rem;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#totalCourse .totalCourse-inner-textBox-lead-time {
  font-size: 1.5rem;
  margin-left: 100px;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-lead-time {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
#totalCourse .totalCourse-inner-textBox-lead-time span {
  font-size: 2rem;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-lead-time span {
    font-size: 1.5rem;
  }
}
#totalCourse .totalCourse-inner-textBox-explain {
  margin: 30px;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #totalCourse .totalCourse-inner-textBox-explain {
    padding: 0 100px;
  }
}
@media (max-width: 564px) {
  #totalCourse .totalCourse-inner-textBox-explain {
    padding: 0;
  }
}
#totalCourse .totalCourse-inner-textBox-btn {
  margin: 20px auto;
}

/* --- シンデレラコース ---------------------------------------- */
#cinderellaCourse {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #fdefe9;
}
@media (max-width: 864px) {
  #cinderellaCourse {
    background-color: none;
    margin-top: 0;
  }
}
#cinderellaCourse .cinderellaCourse-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner {
    flex-direction: column;
  }
}
#cinderellaCourse .cinderellaCourse-inner-imgBox {
  width: 35%;
  position: relative;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-imgBox {
    display: none;
  }
}
#cinderellaCourse .cinderellaCourse-inner-imgBox::after {
  content: "Cinderella course";
  position: absolute;
  top: 6%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 1.2rem;
}
#cinderellaCourse .cinderellaCourse-inner-imgBox img {
  width: 90%;
}
#cinderellaCourse .cinderellaCourse-inner-textBox {
  width: 60%;
  background-color: #f5e1dc;
  padding: 20px 40px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox {
    padding: 0;
    width: 100%;
  }
  #cinderellaCourse .cinderellaCourse-inner-textBox::before {
    content: "Cindellera course";
    position: absolute;
    scale: 2;
    font-family: "Allura";
    letter-spacing: 0.03em;
    color: #f47a7a;
    font-weight: 500;
    transform: rotate(-10deg);
    font-size: 1.2rem;
    left: 20%;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 20px 0;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-title {
    font-size: 1.5rem;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 10px 0;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 {
    flex-direction: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 li {
  background-color: #fff;
  min-width: 30px;
  text-align: center;
  padding: 20px 40px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList1 li:not(:first-child) {
    margin: 5px auto;
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 10px 0;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 {
    width: 80%;
    margin: 0 auto;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 li {
  background-color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 20px 40px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-menuList2 li:not(:first-child) {
    margin: 5px auto;
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 30px 0;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-lead-price {
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-lead-price span {
  font-size: 1.5rem;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-lead-time {
  font-size: 1.2rem;
  margin-left: 10px;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-lead-time {
    margin: 0 auto;
    flex-direction: wrap;
    line-height: 1.8rem;
    font-size: 1rem;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-lead-time span {
  font-size: 1.6rem;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-lead-time span {
    font-size: 1.5rem;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-explain {
  margin: 30px 50px;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-explain {
    padding: 0 100px;
  }
}
@media (max-width: 564px) {
  #cinderellaCourse .cinderellaCourse-inner-textBox-explain {
    padding: 0;
  }
}
#cinderellaCourse .cinderellaCourse-inner-textBox-btn {
  margin: 20px auto;
}

/* --- ミニコース ---------------------------------------- */
#miniCourse {
  background-color: #fff;
  padding: 50px 20px;
}
@media (max-width: 864px) {
  #miniCourse {
    background-color: #fdefe9;
    padding: 0;
  }
}
#miniCourse .miniCourse-inner {
  margin: 50px 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner {
    flex-direction: column;
    background-color: #fdefe9;
    margin: 0px auto;
  }
}
#miniCourse .miniCourse-inner-textBox {
  width: 45%;
  background-color: #f5e1dc;
  padding: 20px;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox {
    padding: 0;
    width: 100%;
    margin: 0px auto 50px auto;
  }
}
#miniCourse .miniCourse-inner-textBox-title {
  text-align: center;
  font-size: 1.5rem;
  margin: 20px 0;
}
#miniCourse .miniCourse-inner-textBox-title span {
  display: inline-block;
}
#miniCourse .miniCourse-inner-textBox-menuList {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 10px 0;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-menuList {
    flex-wrap: wrap;
  }
}
#miniCourse .miniCourse-inner-textBox-menuList li {
  background-color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-menuList li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
    min-width: 50px;
  }
}
#miniCourse .miniCourse-inner-textBox-menuList li:not(:first-child) {
  margin-left: 15px;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-menuList li:not(:first-child) {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#miniCourse .miniCourse-inner-textBox-lead {
  display: flex;
  margin: 30px;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#miniCourse .miniCourse-inner-textBox-lead-price {
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#miniCourse .miniCourse-inner-textBox-lead-price span {
  font-size: 1rem;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#miniCourse .miniCourse-inner-textBox-lead-time {
  margin-left: 50px;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-lead-time {
    margin-left: 0;
    line-height: 2rem;
  }
}
#miniCourse .miniCourse-inner-textBox-lead-time span {
  font-size: 1.5rem;
}
#miniCourse .miniCourse-inner-textBox-explain {
  margin: 30px 25px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #miniCourse .miniCourse-inner-textBox-explain {
    padding: 0 125px;
    text-align: center;
  }
}
@media (max-width: 564px) {
  #miniCourse .miniCourse-inner-textBox-explain {
    padding: 0;
  }
}
#miniCourse .miniCourse-inner-textBox-btn {
  margin: 20px auto;
}

/* --- 16タイプパーソナルカラーコース ---------------------------------------- */
#typesCourse {
  margin-top: 50px;
}
@media (max-width: 864px) {
  #typesCourse {
    margin-top: 0;
  }
}
#typesCourse .typesCourse-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner {
    flex-direction: column;
  }
  #typesCourse .typesCourse-inner::before {
    content: "16types personal color course";
    position: absolute;
    scale: 1.5;
    font-family: "Allura";
    letter-spacing: 0.03em;
    color: #f47a7a;
    font-weight: 500;
    transform: rotate(-10deg);
    font-size: 1.2rem;
    left: 15%;
    padding-bottom: 40px;
  }
}
#typesCourse .typesCourse-inner-imgBox {
  width: 40%;
  height: auto;
  position: relative;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-imgBox {
    display: none;
  }
}
#typesCourse .typesCourse-inner-imgBox::after {
  content: "16types personal color course";
  position: absolute;
  top: 0%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 0.9rem;
}
#typesCourse .typesCourse-inner-imgBox img {
  width: 90%;
  height: auto;
}
#typesCourse .typesCourse-inner-textBox {
  width: 60%;
  background-color: #f5e1dc;
  padding: 30px 60px;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox {
    padding: 10px 0;
    width: 100%;
  }
}
#typesCourse .typesCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 10px 0;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-title {
    font-size: 1.5rem;
  }
}
#typesCourse .typesCourse-inner-textBox-menuList {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-menuList {
    flex-wrap: wrap;
  }
}
#typesCourse .typesCourse-inner-textBox-menuList li {
  background-color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-menuList li {
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
    padding: 10px;
  }
}
#typesCourse .typesCourse-inner-textBox-menuList li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-menuList li:not(:first-child) {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#typesCourse .typesCourse-inner-textBox-lead {
  display: flex;
  margin: 30px;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#typesCourse .typesCourse-inner-textBox-lead-price {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#typesCourse .typesCourse-inner-textBox-lead-price span {
  font-size: 1.5rem;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#typesCourse .typesCourse-inner-textBox-lead-time {
  font-size: 1.5rem;
  margin-left: 30px;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-lead-time {
    margin: 0 auto;
    font-size: 1rem;
  }
}
#typesCourse .typesCourse-inner-textBox-lead-time span {
  font-size: 2rem;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-lead-time span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#typesCourse .typesCourse-inner-textBox-explain {
  margin: 30px;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #typesCourse .typesCourse-inner-textBox-explain {
    padding: 0 100px;
  }
}
@media (max-width: 564px) {
  #typesCourse .typesCourse-inner-textBox-explain {
    padding: 0;
  }
}
#typesCourse .typesCourse-inner-textBox-btn {
  margin: 10px auto;
}

/* --- 顔タイプ診断コース ---------------------------------------- */
#faceCourse {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #fdefe9;
}
@media (max-width: 864px) {
  #faceCourse {
    flex-direction: column;
    margin-top: 0;
  }
}
#faceCourse .faceCourse-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner::before {
    content: "Face type course";
    position: absolute;
    scale: 2;
    font-family: "Allura";
    letter-spacing: 0.03em;
    color: #f47a7a;
    font-weight: 500;
    transform: rotate(-10deg);
    font-size: 1.2rem;
    left: 20%;
    padding-bottom: 20px;
  }
}
#faceCourse .faceCourse-inner-imgBox {
  width: 35%;
  position: relative;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-imgBox {
    display: none;
  }
}
#faceCourse .faceCourse-inner-imgBox::after {
  content: "Face type course";
  position: absolute;
  top: 0%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 0.9rem;
}
#faceCourse .faceCourse-inner-imgBox img {
  width: 90%;
}
#faceCourse .faceCourse-inner-textBox {
  width: 60%;
  background-color: #f5e1dc;
  padding: 20px 30px;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox {
    padding: 0;
    width: 100%;
  }
}
#faceCourse .faceCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 20px 0;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-title {
    font-size: 1.5rem;
  }
}
#faceCourse .faceCourse-inner-textBox-menuList {
  display: flex;
  justify-content: center;
  list-style: none;
}
#faceCourse .faceCourse-inner-textBox-menuList li {
  background-color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-menuList li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#faceCourse .faceCourse-inner-textBox-menuList li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-menuList li:not(:first-child) {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#faceCourse .faceCourse-inner-textBox-lead {
  display: flex;
  margin: 20px;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#faceCourse .faceCourse-inner-textBox-lead-price {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#faceCourse .faceCourse-inner-textBox-lead-price span {
  font-size: 1.5rem;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#faceCourse .faceCourse-inner-textBox-lead-time {
  font-size: 1.5rem;
  margin-left: 60px;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-lead-time {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2rem;
  }
}
#faceCourse .faceCourse-inner-textBox-lead-time span {
  font-size: 2rem;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-lead-time span {
    font-size: 1.5rem;
  }
}
#faceCourse .faceCourse-inner-textBox-explain {
  margin: 30px;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #faceCourse .faceCourse-inner-textBox-explain {
    padding: 0 100px;
  }
}
@media (max-width: 564px) {
  #faceCourse .faceCourse-inner-textBox-explain {
    padding: 0;
  }
}
#faceCourse .faceCourse-inner-textBox-btn {
  margin: 20px auto;
}

/* --- 自分型骨格診断コース ---------------------------------------- */
#frameCourse {
  margin-top: 50px;
  padding: 40px 0;
}
@media (max-width: 864px) {
  #frameCourse {
    margin-top: 0;
    padding: 0;
  }
}
#frameCourse .frameCourse-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner {
    flex-direction: column;
  }
  #frameCourse .frameCourse-inner::before {
    content: "Personal frame type course";
    position: absolute;
    scale: 2;
    font-family: "Allura";
    letter-spacing: 0.03em;
    color: #f47a7a;
    font-weight: 500;
    transform: rotate(-10deg);
    font-size: 1.2rem;
    left: 20%;
    padding-bottom: 20px;
  }
}
#frameCourse .frameCourse-inner-imgBox {
  width: 40%;
  position: relative;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-imgBox {
    display: none;
  }
}
#frameCourse .frameCourse-inner-imgBox::after {
  content: "Personal frame type course";
  position: absolute;
  top: 0%;
  left: 25%;
  scale: 3;
  font-family: "Allura";
  letter-spacing: 0.03em;
  color: #f47a7a;
  font-weight: 500;
  transform: rotate(-10deg);
  font-size: 0.9rem;
}
#frameCourse .frameCourse-inner-imgBox img {
  width: 90%;
}
#frameCourse .frameCourse-inner-textBox {
  width: 60%;
  background-color: #f5e1dc;
  padding: 20px 60px;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox {
    padding: 0;
    width: 100%;
  }
}
#frameCourse .frameCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 20px 0;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-title {
    font-size: 1.5rem;
  }
}
#frameCourse .frameCourse-inner-textBox-menuList {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-menuList {
    flex-wrap: wrap;
  }
}
#frameCourse .frameCourse-inner-textBox-menuList li {
  background-color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-menuList li {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#frameCourse .frameCourse-inner-textBox-menuList li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-menuList li:not(:first-child) {
    padding: 10px;
    max-width: 80%;
    margin: 5px 0;
    margin-left: 10px;
  }
}
#frameCourse .frameCourse-inner-textBox-lead {
  display: flex;
  margin: 30px;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.2em;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-lead {
    flex-direction: column;
    align-items: center;
  }
}
#frameCourse .frameCourse-inner-textBox-lead-price {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-lead-price {
    font-size: 2rem;
  }
}
#frameCourse .frameCourse-inner-textBox-lead-price span {
  font-size: 1.5rem;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-lead-price span {
    font-size: 1rem;
  }
}
#frameCourse .frameCourse-inner-textBox-lead-time {
  font-size: 1.5rem;
  margin-left: 60px;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-lead-time {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2rem;
  }
}
#frameCourse .frameCourse-inner-textBox-lead-time span {
  font-size: 2rem;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-lead-time span {
    font-size: 1.5rem;
  }
}
#frameCourse .frameCourse-inner-textBox-explain {
  margin: 30px;
  line-height: 1.5rem;
}
@media (max-width: 864px) {
  #frameCourse .frameCourse-inner-textBox-explain {
    padding: 0 100px;
  }
}
@media (max-width: 564px) {
  #frameCourse .frameCourse-inner-textBox-explain {
    padding: 0;
  }
}
#frameCourse .frameCourse-inner-textBox-btn {
  margin: 20px auto;
}

/* --- オンラインコース ---------------------------------------- */
#onlineCourse {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 864px) {
  #onlineCourse {
    background-color: #fdefe9;
    margin-top: 0;
  }
}
#onlineCourse .onlineCourse-inner-textBox {
  width: 90%;
  background-color: #f5e1dc;
  padding: 30px 60px;
}
@media (max-width: 864px) {
  #onlineCourse .onlineCourse-inner-textBox {
    padding: 20px 4%;
  }
}
#onlineCourse .onlineCourse-inner-textBox-title {
  text-align: center;
  font-size: 2rem;
  margin: 10px 0;
}
#onlineCourse .onlineCourse-inner-textBox-explain {
  margin: 30px;
  line-height: 1.5rem;
  text-align: center;
}
#onlineCourse .onlineCourse-inner-textBox-btn {
  margin: 0px auto;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .box-top-bg-img {
    height: 45vh;
  }
}
.box-top-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-top-bg-img .reservation-top {
  background-image: url(../images/5_reservation/reservation1.jpg);
}
.box-top-bg-img .reservation-top-inner {
  position: relative;
  padding: 50vh 0;
}
@media (max-width: 864px) {
  .box-top-bg-img .reservation-top-inner {
    padding: 25vh;
  }
}
.box-top-bg-img .reservation-top-inner-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 3rem;
  font-family: "Damion";
  font-size: 1.2rem;
  font-weight: normal;
}
.box-top-bg-img .reservation-top-inner-box-title span {
  font-size: 3rem;
}
.box-top-bg-img .reservation-top-inner-lead {
  position: absolute;
  font-size: 1.5rem;
  padding-left: 4rem;
  text-indent: -4rem;
  left: 20%;
  line-height: 3rem;
}
.box-top-bg-img .reservation-top-inner-lead span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

#reservation .reservation-inner {
  text-align: center;
}
#reservation .reservation-inner-lead {
  line-height: 2rem;
}
#reservation .reservation-inner-imgBox {
  margin: 40px 0;
}
#reservation .reservation-inner-imgBox img {
  width: 20%;
}
#reservation .reservation-inner-link {
  margin: 40px 0;
}
#reservation .reservation-inner-explain {
  line-height: 2rem;
  margin: 40px 0 80px 0;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box-top-cancelPolicy-bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* --- 背景の指定 ------------------------------------------- */
}
@media (max-width: 864px) {
  .box-top-cancelPolicy-bg-img {
    height: 45vh;
  }
}
.box-top-cancelPolicy-bg-img .bgImgNoAnime {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-top-cancelPolicy-bg-img .cancelPolicy-top-inner {
  padding: 20vh 0;
}
@media (max-width: 864px) {
  .box-top-cancelPolicy-bg-img .cancelPolicy-top-inner {
    padding: 80px 15% 50px 15%;
  }
}
.box-top-cancelPolicy-bg-img .cancelPolicy-top-inner-box-title {
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 10rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin: 5% auto;
}
@media (max-width: 564px) {
  .box-top-cancelPolicy-bg-img .cancelPolicy-top-inner-box-title {
    line-height: 6rem;
    letter-spacing: 0.12em;
  }
}
.box-top-cancelPolicy-bg-img .cancelPolicy-top-inner-box-lead {
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 564px) {
  .box-top-cancelPolicy-bg-img .cancelPolicy-top-inner-box-lead {
    line-height: 2rem;
    text-align: left;
    font-size: 1.2rem;
  }
}

#cancel-fee {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 564px) {
  #cancel-fee {
    width: 90%;
    margin-top: 30px;
  }
}
#cancel-fee .cancel-fee-box {
  position: relative;
  text-align: center;
}
#cancel-fee .cancel-fee-box img {
  max-width: 80%;
}
#cancel-fee .cancel-fee-box-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0px;
  width: 80%;
}
#cancel-fee .cancel-fee-box-inner-title {
  line-height: 2rem;
  margin-top: 40px;
  letter-spacing: 0.24em;
}
@media (max-width: 564px) {
  #cancel-fee .cancel-fee-box-inner-title {
    line-height: 1rem;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
  }
}
#cancel-fee .cancel-fee-box-inner-explain {
  line-height: 2rem;
  margin-bottom: 40px;
  letter-spacing: 0.24em;
  color: #f47a7a;
}
@media (max-width: 564px) {
  #cancel-fee .cancel-fee-box-inner-explain {
    line-height: 1rem;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
  }
}

#cancelPolicyExplain .cancelPolicyExplain-inner {
  margin: 10px 15%;
  text-align: center;
}
#cancelPolicyExplain .cancelPolicyExplain-inner p {
  margin-bottom: 50px;
  letter-spacing: 0.24em;
  line-height: 1.5rem;
  text-align: left;
  display: inline-block;
}

footer {
  /*リンクの形状*/
  /*リンクを右下に固定*/
}
footer .footer-nav ul {
  height: 100px;
  background-color: #e6c4b3;
  display: flex;
  justify-content: center;
}
@media (max-width: 864px) {
  footer .footer-nav ul {
    flex-direction: column;
    height: 60px;
  }
}
footer .footer-nav ul li {
  list-style: none;
  margin-left: 100px;
}
@media (max-width: 864px) {
  footer .footer-nav ul li {
    margin-left: 0;
  }
}
footer .footer-nav ul li .footer-menu {
  line-height: 100px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 864px) {
  footer .footer-nav ul li .footer-menu {
    line-height: 20px;
    text-align: center;
  }
}
footer .footer-nav p {
  line-height: 1.5rem;
  background-color: #e6c4b3;
  text-align: center;
}/*# sourceMappingURL=style.css.map */