*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #837567;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  word-break: break-all;
}

img, picture, video, canvas, svg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

div {
  height: -moz-fit-content;
  height: fit-content;
}

section {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 6rem 0;
}

main {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}

section img.partition {
  margin-bottom: 5rem;
}

.is_sp {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .is_sp {
    display: block !important;
  }
}

.is_pc {
  display: block;
}
@media screen and (max-width: 576px) {
  .is_pc {
    display: none !important;
  }
}

.is_tab {
  display: block;
}
@media screen and (max-width: 768px) {
  .is_tab {
    display: none !important;
  }
}

h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  display: block;
}
h2 {
  margin: 2rem auto 3.2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.2;
  color: #B9AFA0;
}

h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  text-align: center;
  color: #B9AFA0;
}

header.is_sp nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 86%;
  background: #F7B7A9;
  background: linear-gradient(135deg, rgba(247, 183, 169, 0.9) 0%, rgba(166, 144, 180, 0.9) 96%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s;
  z-index: 2500;
  opacity: 0;
}
header.is_sp nav .inner {
  padding: 3rem;
  height: 100%;
}
header.is_sp nav .inner div.logo {
  width: 15rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
header.is_sp nav .inner div.btn-wrap {
  padding-bottom: 3.2rem;
  font-size: 1.2rem;
}
header.is_sp nav .inner div.btn-wrap a {
  width: 100%;
  height: 6rem;
  background: #fff;
  color: #A690B4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
}
header.is_sp nav .inner div.btn-wrap a:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
header.is_sp nav .inner div.btn-wrap a:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
header.is_sp nav .inner div.btn-wrap a.btn_reserve span::before {
  display: inline-block;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: #A690B4;
  margin: 0 1rem;
}
header.is_sp nav .inner div.btn-wrap a.btn_interview p {
  display: flex;
  align-items: center;
}
header.is_sp nav .inner div.btn-wrap a.btn_interview p::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.6rem;
  background: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
header.is_sp nav .inner div.btn-wrap a.btn_sns p {
  display: flex;
  align-items: center;
}
header.is_sp nav .inner div.btn-wrap a.btn_sns p::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_instagram.svg) no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}
header.is_sp nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 7rem 0 3rem;
}
header.is_sp nav .inner ul li {
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.2rem;
}
header.is_sp nav .inner ul li:last-child {
  margin-bottom: 0;
}
header.is_sp nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.6rem 0;
}
header.is_sp nav .inner ul li a span {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8rem;
  margin-right: 0.6rem;
}
header.is_sp #navArea.open nav {
  right: 0;
  opacity: 1;
}
header.is_sp #navArea.open .toggle_btn span {
  background-color: #fff;
}
header.is_sp #navArea.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  bottom: 16px;
  left: 32%;
}
header.is_sp #navArea.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
header.is_sp #navArea.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  bottom: 16px;
  left: 32%;
}
header.is_sp #navArea .toggle_btn {
  display: block;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.8rem;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 2600;
  background: rgba(255, 255, 255, 0.2);
  transition: background-color 0.4s ease, transform 0.3s ease;
}
header.is_sp #navArea .toggle_btn.is_active {
  background: rgba(166, 144, 180, 0.4);
}
header.is_sp #navArea .toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.6s;
}
header.is_sp #navArea .toggle_btn span:nth-child(1) {
  top: 18px;
}
header.is_sp #navArea .toggle_btn span:nth-child(2) {
  top: 26px;
}
header.is_sp #navArea .toggle_btn span:nth-child(3) {
  bottom: 18px;
}

#mainvisual {
  background: url(../img/mv_01.png);
  background-size: cover;
  background-position: bottom;
  margin-top: 0;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 576px) {
  #mainvisual {
    height: 110vh;
  }
}
#mainvisual h1 {
  width: 15rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 2000;
}
#mainvisual p {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.2em;
  position: absolute;
  right: 1.6rem;
  top: 4rem;
  z-index: 2001;
}
@media screen and (max-width: 576px) {
  #mainvisual p {
    top: 10rem;
  }
}
#mainvisual .mv-slide {
  width: 100%;
  height: 100%;
}
#mainvisual .mv-slide ul li img {
  width: 100%;
  height: 100%;
}
#mainvisual div.img_wrap {
  position: absolute;
  right: 2%;
  bottom: 7%;
  z-index: 1800;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
#mainvisual div.img_wrap img.open_info {
  max-width: 100px;
  margin-bottom: 2.4rem;
  transform: rotate(16deg);
  position: absolute;
  bottom: 90%;
  right: 0;
}
#mainvisual div.img_wrap img.campaign_banner {
  width: 275px;
  height: 95px;
}

#concept div.wrap {
  display: flex;
  padding-right: 1.2rem;
}
#concept div.wrap img {
  width: 30%;
  height: 100%;
  margin-top: -3rem;
}
#concept div.wrap div {
  margin-top: 5rem;
  margin-left: 1.5rem;
}
#concept div.wrap div p {
  font-family: "Shippori Mincho", serif;
}
#concept div.wrap div p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
#concept div.wrap div p:nth-of-type(2) {
  margin-bottom: 1.2rem;
}
#concept div.container {
  margin: 18rem 0 0;
  text-align: center;
}
#concept div.container img.logo {
  width: 22rem;
  max-width: 30rem;
  margin: 0 auto 3.2rem;
}
#concept div.container p {
  width: 92%;
  margin: 0 auto;
}
#concept div.container p.ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
#concept div.container p.caption {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5rem;
  text-align: center;
}
#concept div.container div.campaign {
  margin-top: 6.5rem;
}
#concept div.container div.campaign ul {
  color: #fff;
  padding: 11rem 0 1rem;
  margin-top: -80px;
  background: #F7B7A9;
  background: linear-gradient(135deg, rgb(247, 183, 169) 0%, rgb(166, 144, 180) 100%);
}
#concept div.container div.campaign ul li {
  margin: 0 auto 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  width: 92%;
}
#concept div.container div.campaign ul li:last-of-type {
  border: none;
  padding-bottom: 0;
}
#concept div.container div.campaign ul li p span {
  font-weight: bold;
  font-size: 1.8rem;
}
#concept div.container div.campaign p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#concept div.container div.campaign p.ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #A690B4;
  background: #fff;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
#concept div.container div.campaign p.detail {
  margin-bottom: 1.2rem;
}
#concept div.container div.campaign p.open_date {
  margin: 3rem auto 0;
  font-size: 2.4rem;
  text-align: center;
  color: #A690B4;
}
#concept div.container div.campaign p.open_date span {
  font-size: 1.4rem;
}
#concept div.container div.campaign p.open_date::after {
  width: 25%;
  height: 1px;
  display: block;
  content: "";
  background: #A690B4;
  margin: 0.4rem auto 1.2rem;
}
#concept div.container div.campaign p.plan_info {
  font-size: 1.8rem;
  line-height: 1;
  color: #A690B4;
}
#concept div.container div.campaign p.plan_info span {
  font-family: "Titillium Web", sans-serif;
  font-size: 3.2rem;
  margin: 0 0.4rem;
}
#concept div.container div.campaign p.caption {
  color: #A690B4;
  margin-top: 1.2rem;
}
#concept div.container div.campaign img.campaign_banner {
  margin: 1rem auto auto;
  max-width: 86%;
}
#concept div.container div.campaign img.campaign_bubble {
  max-width: 18rem;
  margin: 0 auto;
}
#concept ul.img_wrap {
  position: relative;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
#concept ul.img_wrap li {
  width: 32%;
}
#concept ul.img_wrap li:first-of-type {
  width: 16%;
  margin-top: -7rem;
}
#concept ul.img_wrap li:nth-of-type(2) {
  width: 16%;
}
#concept ul.img_wrap li:nth-of-type(3) {
  width: 24%;
  margin-top: 3.6rem;
}
#concept ul.img_wrap li:last-of-type {
  position: absolute;
  bottom: -13rem;
}
#concept ul.feature_wrap {
  margin: 7rem auto 0;
  width: 92%;
}
#concept ul.feature_wrap li {
  background: url(../img/concept_bg01.png) no-repeat center center;
  background-size: cover;
  border-radius: 2rem;
  color: #fff;
  padding: 3rem 1.2rem;
  margin-bottom: 1.8rem;
}
#concept ul.feature_wrap li:nth-of-type(2) {
  background-image: url(../img/concept_bg02.png);
}
#concept ul.feature_wrap li:nth-of-type(3) {
  background-image: url(../img/concept_bg03.png);
}
#concept ul.feature_wrap li span {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 2rem;
  border-radius: 200px;
}
#concept ul.feature_wrap li h3 {
  color: #fff;
  margin: 1rem auto;
}
#concept ul.feature_wrap li p {
  text-align: left;
}

#style div.scene_container {
  padding-bottom: 2.4rem;
}
#style div.scene_container .caption {
  width: 86%;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#style div.scene_container .caption p {
  width: calc(100% - 74px);
  line-height: 1.2;
}
#style div.scene_container .caption p span {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  display: block;
  line-height: 1;
  margin-bottom: 0.6rem;
}
#style div.scene_container .caption::before {
  display: inline-block;
  width: 64px;
  height: 64px;
  content: "";
  border: 1px solid #B9AFA0;
  border-radius: 100px;
  background: url(../img/icon_favorite.svg) no-repeat center center;
}
#style div.scene_container:nth-of-type(2) .caption::before {
  background: url(../img/icon_smile.svg) no-repeat center center;
}
#style div.scene_container:nth-of-type(3) .caption::before {
  background: url(../img/icon_family.svg) no-repeat center center;
}
#style div.scene_container:nth-of-type(4) .caption::before {
  background: url(../img/icon_diamond.svg) no-repeat center center;
}

#studio p.caption {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
#studio ul.feature_wrap {
  width: 86%;
  margin: 0 auto 3rem;
}
#studio ul.feature_wrap li {
  margin-bottom: 3.2rem;
}
#studio ul.feature_wrap li:last-of-type {
  margin-bottom: 0;
}
#studio ul.feature_wrap li:first-of-type::before {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  background: #B9AFA0;
  margin: 0 auto 2.4rem;
}
#studio ul.feature_wrap li::after {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  background: #B9AFA0;
  margin: 2.4rem auto 0;
}
#studio ul.feature_wrap li span {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.8rem;
  margin: 0 auto 1.2rem;
  border: 1px solid #837567;
  border-radius: 200px;
}
#studio ul.feature_wrap li h3 {
  color: #837567;
  margin: 0 auto 1.2rem;
  font-size: 1.6rem;
}
#studio div.container {
  width: 92%;
  margin: 5rem auto;
}
#studio div.container h2 {
  color: #A690B4;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#studio div.container ul.booth_description {
  display: flex;
  justify-content: space-between;
  width: 101%;
}
#studio div.container ul.booth_description li {
  width: 33%;
  color: #A690B4;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
#studio div.container ul.booth_description li span {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Titillium Web", sans-serif;
  margin: 0 auto 0.6rem;
  background: #A690B4;
  color: #fff;
}
#studio div.container ul.booth_description li::after {
  display: block;
  content: "";
  width: 6px;
  height: 37px;
  background: url(../img/booth_line.svg) no-repeat center bottom;
  margin: 0.4rem auto 0;
}
#studio div.container div.booth_container h3 {
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A690B4;
  width: 100%;
  text-align: left;
  margin-bottom: 1.2rem;
}
#studio div.container div.booth_container h3 span {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Titillium Web", sans-serif;
  margin-right: 1rem;
  background: #A690B4;
  color: #fff;
}
#studio div.container div.booth_container ul.booth_details {
  margin-bottom: 2.4rem;
}
#studio div.container div.booth_container ul.booth_details li {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
#studio div.container div.booth_container ul.booth_details li:last-of-type {
  margin-bottom: 0;
}
#studio div.container div.booth_container ul.booth_details li img {
  margin-right: 2rem;
  width: 45%;
  border-radius: 0.8rem;
}
#studio div.container div.booth_container ul.booth_details li div {
  margin-bottom: 4rem;
}
#studio div.container div.booth_container ul.booth_details li div p.number {
  color: #B9AFA0;
  line-height: 1;
  margin-bottom: 1rem;
}
#studio div.container div.booth_container ul.booth_details li div p.number span {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.2rem;
}
#studio div.container div.booth_container ul.booth_details li div p.ttl {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

#booth h2 {
  margin-bottom: 5rem;
}
#booth .card_container {
  max-width: 92%;
  margin: 3.2rem auto 4.8rem;
  border-radius: 60px;
  border: 1px solid #B9AFA0;
  padding: 7.2rem 0 2rem;
  background-size: contain;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 577px) {
  #booth .card_container {
    max-width: 100%;
  }
}
#booth .card_container:first-of-type {
  background: url(../img/booth/card01_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(2) {
  background: url(../img/booth/card02_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(3) {
  background: url(../img/booth/card03_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(4) {
  background: url(../img/booth/card04_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(5) {
  background: url(../img/booth/card05_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(6) {
  background: url(../img/booth/card06_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(7) {
  background: url(../img/booth/card07_bg.png) no-repeat top center;
}
#booth .card_container:nth-of-type(8) {
  background: url(../img/booth/card08_bg.png) no-repeat top center;
}
#booth .card_container::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 12px;
  background: url(../img/booth/parts.svg) no-repeat center center;
  background-size: contain;
}
#booth .card_container div.ttl_wrap {
  padding: 0 2rem;
}
#booth .card_container div.ttl_wrap p {
  font-size: 1.6rem;
  line-height: 0.6;
}
#booth .card_container div.ttl_wrap p span {
  font-family: "Titillium Web", sans-serif;
}
#booth .card_container div.ttl_wrap h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.2;
}
#booth .card_container div.detail_wrap {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
#booth .card_container div.detail_wrap p {
  margin-bottom: 1.2rem;
}
#booth .card_container div.detail_wrap span {
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #fff;
  color: #B9AFA0;
  font-size: 1.2rem;
  border-radius: 100px;
  margin-right: 0.8rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
}

#plan p.campaign_caption {
  text-align: center;
  font-size: 1.8rem;
}
#plan p.campaign_caption::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #837567;
  width: 1px;
  height: 1.6rem;
  margin: 0 0.8rem 0 0;
  margin-top: -0.1em;
  vertical-align: middle;
  transform: rotate(-35deg);
}
#plan p.campaign_caption::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #837567;
  width: 1px;
  height: 1.6rem;
  margin: 0 0 0 0.8rem;
  margin-top: -0.1em;
  vertical-align: middle;
  transform: rotate(35deg);
}
#plan ul.plan_wrap {
  width: 92%;
  margin: 2.4rem auto;
}
#plan ul.plan_wrap li.item {
  width: 100%;
  background: #A690B4;
  border-radius: 20px;
  padding: 1.6rem 1.2rem 2.4rem;
  color: #fff;
  margin-bottom: 2.4rem;
}
#plan ul.plan_wrap li.item p {
  text-align: center;
}
#plan ul.plan_wrap li.item p.ttl {
  font-size: 2rem;
}
#plan ul.plan_wrap li.item p.ttl span {
  font-size: 3.2rem;
}
#plan ul.plan_wrap li.item p span.en {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.1em;
}
#plan ul.plan_wrap li.item div.info {
  margin: 0.4rem auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2.2rem 0;
}
#plan ul.plan_wrap li.item div.info div.price_wrap {
  margin: 1.2rem auto;
}
#plan ul.plan_wrap li.item div.info div.price_wrap p {
  line-height: 1;
}
#plan ul.plan_wrap li.item div.info div.price_wrap p.price_original {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
#plan ul.plan_wrap li.item div.info p.mini {
  background: #fff;
  color: #A690B4;
  padding: 0 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: bold;
}
#plan ul.plan_wrap li.item div.info p.price {
  font-size: 4.8rem;
  letter-spacing: -0.7rem;
  line-height: 1.2;
}
#plan ul.plan_wrap li.item div.info p.price span {
  letter-spacing: normal;
}
#plan ul.plan_wrap li.item div.info p.price span.tax {
  font-size: 1.4rem;
}
#plan ul.plan_wrap li.item div.info p.caption {
  font-size: 1.2rem;
}
#plan ul.plan_wrap li.item ul {
  margin: 1.2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
#plan ul.plan_wrap li.item ul li {
  display: flex;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
#plan ul.plan_wrap li.item ul li:last-of-type {
  margin-bottom: 0;
}
#plan ul.plan_wrap li.item ul li img {
  width: 2.4rem;
  margin-right: 0.6rem;
}
#plan ul.plan_wrap li.item:nth-of-type(2) {
  background: #837567;
}
#plan ul.plan_wrap li.item:nth-of-type(2) div p.mini {
  color: #837567;
}

#access div.map_wrap {
  width: 92%;
  margin: 2rem auto 4rem;
  overflow: hidden;
}
#access div.map_wrap iframe {
  width: 100%;
  height: 450px;
}
#access p {
  text-align: center;
}
#access p.address {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#access p.info {
  font-size: 1.6rem;
}

#faq dl {
  width: 92%;
  margin: 3rem auto 5rem;
  font-size: 1.6rem;
}
#faq dl dt {
  border-bottom: 1px solid #A690B4;
  margin-bottom: 1rem;
}
#faq dl dt::before {
  display: inline-block;
  content: "Q";
  width: 28px;
  height: 28px;
  background: #A690B4;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 0.8rem;
}
#faq dl dd {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
}
#faq dl dd::before {
  display: inline-block;
  content: "A";
  width: 28px;
  height: 28px;
  background: #A690B4;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 0.8rem;
}

#contact h2 {
  margin: 3.6rem auto 2rem;
}
#contact p {
  text-align: center;
  font-size: 1.8rem;
}
#contact div.btn-wrap {
  margin: 2rem auto;
  width: 86%;
}
#contact div.btn-wrap a {
  width: 100%;
  height: 6rem;
  background: #A690B4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
}
#contact div.btn-wrap a p {
  font-size: 1.4rem;
}
#contact div.btn-wrap a:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.1);
  color: #A690B4;
  border: 1px solid #A690B4;
}
#contact div.btn-wrap a.btn_reserve span::before {
  display: inline-block;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: #fff;
  margin: 0 1rem;
}
#contact div.btn-wrap a.btn_interview p {
  display: flex;
  align-items: center;
}
#contact div.btn-wrap a.btn_interview p::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.6rem;
  background: url(../img/icon_arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background: url(../img/footer_bg.png) no-repeat top center;
  background-size: cover;
  padding: 8rem 0 5rem;
}
footer .logo {
  width: 228px;
  margin: 0 auto;
}
footer ul {
  width: 86%;
  margin: 4rem auto;
}
footer ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2rem;
  margin-bottom: 1.8rem;
}
footer ul li a {
  font-size: 1.4rem;
}
footer ul li a span {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8rem;
}
footer a.company {
  background: rgba(255, 255, 255, 0.1);
  width: 86%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin: 0 auto;
  border-radius: 200px;
}
footer p.copyright {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  margin: 4rem 0 2rem;
}

.fluffy {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fluffy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

div.swiper {
  height: 396px;
}
div.swiper ul li div {
  height: 100%;
  padding: 0 !important;
}
div.swiper ul li div img {
  height: 100%;
  border-radius: 20px;
}
div.swiper-basic {
  margin-top: 1.2rem !important;
}
div.swiper-basic ul li div img {
  border-radius: 20px;
}
div.slider_wrap {
  padding: 0;
  margin-top: 3.2rem;
  position: relative;
}
div.slider_wrap .swiper-button-next, div.slider_wrap .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  border: 1px solid #B9AFA0;
}
div.slider_wrap .swiper-button-next::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #B9AFA0;
  border-right: 1px solid #B9AFA0;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 30%;
}
div.slider_wrap .swiper-button-prev::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #B9AFA0;
  border-left: 1px solid #B9AFA0;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 42%;
}
div.slider_wrap .swiper-pagination span {
  background: #fff;
}
div.slider_wrap .swiper-button-next-sub, div.slider_wrap .swiper-button-prev-sub {
  width: 5rem;
  height: 5rem;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  border: 1px solid #fff;
}
div.slider_wrap .swiper-button-next-sub {
  right: 2%;
}
div.slider_wrap .swiper-button-next-sub::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 30%;
}
div.slider_wrap .swiper-button-prev-sub {
  left: 2%;
}
div.slider_wrap .swiper-button-prev-sub::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 42%;
  z-index: 1001;
}
div.slider_wrap .swiper-pagination-sub {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
div.slider_wrap .swiper-pagination-sub span {
  background: #fff;
}

.swiper-fade .swiper-slide {
  transition-property: opacity;
}

.bottom_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1900;
  height: 6.4rem;
  display: flex !important;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}
.bottom_btn.bottom_btn.is_shown {
  transform: translateY(0);
}
@media screen and (min-width: 577px) {
  .bottom_btn {
    display: none !important;
  }
}
.bottom_btn a {
  width: 50%;
  background: rgba(166, 144, 180, 0.86);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_btn a:nth-of-type(2) {
  background: rgba(247, 183, 169, 0.86);
  border-left: 1px solid #fff;
}

@media screen and (min-width: 577px) {
  .layout_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    border-bottom: 4rem solid #B9AFA0;
  }
}

@media screen and (min-width: 577px) {
  .scroll-content {
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #A690B4;
    outline: solid 1px #A690B4;
    outline-offset: 0.5rem;
    border-radius: 60px;
    z-index: 100;
    aspect-ratio: 9/16;
    scroll-behavior: smooth;
    margin-bottom: -4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

aside {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: -4rem;
}
aside img.logo {
  width: 50%;
  max-width: 48rem;
  min-width: 20rem;
}
aside.header_pc nav {
  width: 86%;
  max-width: 30rem;
}
aside.header_pc nav ul {
  margin: 0 auto 3rem;
}
aside.header_pc nav ul li {
  border-bottom: 1px solid #A690B4;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
aside.header_pc nav ul li a {
  color: #A690B4;
  font-size: 1rem;
}
aside.header_pc nav ul li a span {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.4rem;
  margin-right: 1rem;
}
aside.header_pc div.btn-wrap {
  padding-bottom: 3.2rem;
}
aside.header_pc div.btn-wrap a {
  width: 100%;
  height: 5rem;
  font-size: 1rem;
  background: #A690B4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
}
aside.header_pc div.btn-wrap a:nth-of-type(2) {
  background: #F7B7A9;
}
aside.header_pc div.btn-wrap a:nth-of-type(3) {
  background: #B9AFA0;
}
aside.header_pc div.btn-wrap a.btn_reserve span::before {
  display: inline-block;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: #fff;
  margin: 0 1rem;
}
aside.header_pc div.btn-wrap a.btn_interview p {
  display: flex;
  align-items: center;
}
aside.header_pc div.btn-wrap a.btn_interview p::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.6rem;
  background: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
aside.header_pc div.btn-wrap a.btn_sns p {
  display: flex;
  align-items: center;
}
aside.header_pc div.btn-wrap a.btn_sns p::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_instagram.svg) no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}/*# sourceMappingURL=style.css.map */