@charset "UTF-8";
html {
  font-size: 16px;
}

/*! transitionベース ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*! 共通 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html:focus-within {
  scroll-behavior: smooth;
}

ul[role=list],
ol[role=list],
li {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  background: #fff9fb;
  color: #432;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  padding: 0 100px;
  overflow-x: hidden;
}
@media (max-width: 820px) {
  body {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  body {
    padding: 0 20px;
  }
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

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

section {
  border: 1px solid #e3cdd1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 1366px) {
  section {
    margin-top: 200px;
  }
}
@media (max-aspect-ratio: 3/4) {
  section {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  section {
    padding: 20px;
    margin-top: 100px;
  }
}
section:nth-child(even) .section-title {
  text-align: right;
  flex-direction: row-reverse;
}
section + section {
  margin-top: 300px;
}
@media (max-width: 820px) {
  section + section {
    margin-top: 200px;
  }
}
@media (max-width: 640px) {
  section + section {
    margin-top: 100px;
  }
}

/*! 最低高さ確保 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.handred {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
}

/*! 改行系 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 1026px) {
  .br-sp {
    display: none;
  }
}

/*! タイトル系 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section-title {
  color: #e3cdd1;
  font-size: 21.875rem;
  padding: 10px;
  font-family: "Sirivennela", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  display: flex;
}
@media (max-width: 1366px) {
  .section-title {
    font-size: 18.75rem;
  }
}
@media (max-width: 1025px) {
  .section-title {
    margin-top: -20px;
  }
}
@media (max-width: 820px) {
  .section-title {
    font-size: 12.5rem;
    margin-top: -30px;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 7.5rem;
    margin-top: -75px;
    line-height: 1;
    align-items: center;
  }
}
.section-title span {
  color: #e3cdd1;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .section-title span {
    font-size: 4.6875rem;
  }
}
@media (max-width: 640px) {
  .section-title span {
    font-size: 2.5rem;
  }
}

.page-title {
  color: #a27a81;
  font-size: 1.875rem;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
}
@media (max-width: 640px) {
  .page-title {
    font-size: 1.25rem;
    margin-top: 75px;
  }
}
.page-title.single {
  font-size: 2.25rem;
}
@media (max-width: 820px) {
  .page-title.single {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .page-title.single {
    font-size: 1.25rem;
  }
}

/*! クルクルテキスト +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.circle-container {
  position: absolute;
  top: 85vh;
  right: 10%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Quicksand", sans-serif;
}
@media (max-aspect-ratio: 3/4) {
  .circle-container {
    top: 55vh;
  }
}
@media (max-width: 820px) {
  .circle-container {
    top: 80vh;
    right: 13%;
  }
}
@media (max-width: 640px) {
  .circle-container {
    display: none;
  }
}
.circle-container span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
  color: #a27a81;
}

/*! ボタン ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*! ボタン共通処理 ************* */
.btn, .reservation-btn, .before-reserve-btn, .back-btn, .advance-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border: 1px solid #a27a81;
  border-radius: 5px;
  font-family: "Quicksand", sans-serif;
  cursor: pointer;
  transition: color 0.6s;
}
@media (max-width: 640px) {
  .btn, .reservation-btn, .before-reserve-btn, .back-btn, .advance-btn {
    width: 100%;
  }
}
.btn span, .reservation-btn span, .before-reserve-btn span, .back-btn span, .advance-btn span {
  position: relative;
  z-index: 1;
}

.advance-btn {
  color: #fff;
  display: grid;
  place-content: center;
  transition: all 0.6s ease;
  background: #a27a81;
}
.advance-btn:hover {
  background: #fff;
  color: #432;
  transition: all 0.6s ease;
}

.back-btn {
  color: #432;
  background: #fff;
}
.back-btn:hover {
  color: #fff;
  background: #a27a81;
}

.before-reserve-btn {
  color: #432;
  background: #eeeeee;
  width: auto;
  border: none;
  cursor: default;
}

.topbtn {
  position: fixed;
  bottom: 38px;
  right: 20px;
  background: #a27a81;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #e3cdd1;
  border-radius: 50%;
  display: none;
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  font-family: "Quicksand", sans-serif;
  z-index: 99999;
  transition: all 0.6s ease;
}
@media (max-width: 640px) {
  .topbtn {
    font-size: 0.75rem;
    width: 50px;
    height: 50px;
  }
}
.topbtn:hover {
  border: 1px solid #a27a81;
  color: #a27a81;
  background: transparent;
  transition: all 0.6s ease;
}

/* 予約開始前ボタン */
.before-reserve-btn {
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
  width: 100%;
  opacity: 0.7 !important;
}
@media (max-width: 640px) {
  .before-reserve-btn {
    min-width: 0 !important;
    width: 70px !important;
    padding: 20px 10px !important;
    border-radius: 10px 0 0 10px !important;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 1.2;
    height: auto;
  }
}
.before-reserve-btn .notice-text {
  font-size: 0.65em;
}

/* 期間前・無効なボタン */
.before-reserve-btn.disabled {
  background: #052359;
  color: #fff;
  box-shadow: none;
}

.reservation-btn {
  position: relative;
  color: #fff !important;
  background: #920f43;
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: grid !important;
  place-content: center;
  overflow: visible !important;
  transition: all 0.6s ease;
  text-decoration: none;
  opacity: 0.8 !important;
}
.reservation-btn:hover {
  background: #a27a81;
  color: #fff !important;
  transform: none;
  animation-play-state: paused;
}
.reservation-btn:hover::before {
  display: none;
}
.reservation-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .reservation-btn {
    min-width: 0 !important;
    width: 60px !important;
    padding: 20px 10px !important;
    border-radius: 10px 0 0 10px !important;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 1.2;
    height: auto;
  }
  .reservation-btn::before {
    border-radius: 10px 0 0 10px;
  }
}

/*! パンくずリスト  */
.breadcrumb {
  color: #a27a81;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.75rem;
  gap: 10px;
  position: absolute;
  top: 150px;
  left: 100px;
}
@media (max-width: 1025px) {
  .breadcrumb ol {
    left: 50px;
  }
}
@media (max-width: 640px) {
  .breadcrumb ol {
    top: 80px;
    left: 20px;
    font-size: 0.8125rem;
  }
}
.breadcrumb ol li::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb ol li:last-child::after {
  content: "";
}

/*! フェードイン */
.fade-circle, .faderight, .fadeleft, .fade-sub-mainvisual, .fadein {
  opacity: 0;
  transition: all 0.6s ease;
}
.inview.fade-circle, .inview.faderight, .inview.fadeleft, .inview.fade-sub-mainvisual, .inview.fadein {
  opacity: 1;
}

.fade-mainvisual {
  visibility: hidden;
}

.fadeleft {
  transform: translateX(-50px);
}
.fadeleft.inview {
  transform: translateX(0);
}

.faderight {
  transform: translateX(100px);
}
.faderight.inview {
  transform: translateX(0);
}

.fade-mainvisual span,
.fade-concept span,
.fade-concept2 span {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-mainvisual span.inview,
.fade-concept span.inview,
.fade-concept2 span.inview {
  opacity: 1;
  transform: translateY(0);
}

/*! 前、次、ページリンク ********************************************************************** */
.prevnext__pagelink {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media (max-width: 640px) {
  .prevnext__pagelink {
    flex-direction: column;
    gap: 20px;
  }
}
.prevnext__pagelink-number a {
  display: block;
  color: #432;
  border: 1px solid #a27a81;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.6s ease;
}
.prevnext__pagelink-number a:hover {
  background: #a27a81;
  color: #fff;
  transform: scale(0.9);
  transition: all 0.6s ease;
}
.prevnext__pagelink-number a.pagetop {
  background: #a27a81;
  color: #fff;
}
.prevnext__pagelink-number a.pagetop:hover {
  background: #fff;
  color: #a27a81;
  transform: scale(1.05);
}

/*! ヘッダー ********************************************************************** */
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 50px;
}
.header .hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 1001;
}
@media (max-width: 820px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #a27a81;
  transition: 0.3s;
  transform-origin: center;
}
.header .hamburger span:nth-child(1) {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .hamburger span:nth-child(3) {
  bottom: 0;
}
.header .hamburger.active span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .logo {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .logo {
    width: 100px;
  }
}
.logo a {
  transition: all 0.6s ease;
}
.logo a:hover {
  transform: scale(0.95);
}

.header-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .header-nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: #fff9fb;
    transform: translateX(100%);
    transition: transform 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    z-index: 100000;
    gap: 75px;
  }
  .header-nav.active {
    transform: translateX(0);
  }
}
@media (max-width: 640px) {
  .header-nav {
    left: 0;
    padding-top: 50px;
  }
}
.header-nav-ul {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 820px) {
  .header-nav-ul {
    grid-auto-flow: row;
    align-items: center;
    gap: 25px;
    text-align: center;
  }
}
@media (max-width: 820px) {
  .header-nav-ul-list {
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .header-nav.active .header-nav-ul-list {
    transform: translateX(0);
    opacity: 1;
  }
  .header-nav.active .header-nav-ul-list:nth-child(1) {
    transition-delay: 0.2s;
  }
  .header-nav.active .header-nav-ul-list:nth-child(2) {
    transition-delay: 0.4s;
  }
  .header-nav.active .header-nav-ul-list:nth-child(3) {
    transition-delay: 0.6s;
  }
  .header-nav.active .header-nav-ul-list:nth-child(4) {
    transition-delay: 0.8s;
  }
  .header-nav.active .header-nav-ul-list:nth-child(5) {
    transition-delay: 1s;
  }
  .header-nav.active .header-nav-ul-list:nth-child(6) {
    transition-delay: 1.2s;
  }
}
.header-nav-ul-list a {
  color: #a27a81;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  transition: all 0.6s ease;
}
@media (max-width: 820px) {
  .header-nav-ul-list a {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .header-nav-ul-list a {
    font-size: 1.25rem;
  }
}
.header-nav-ul-list a:hover {
  transform: scale(1.5);
  transition: all 0.6s ease;
}
.header-nav-ul-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #e3cdd1;
  transition: width 0.3s ease, left 0.3s ease;
}
.header-nav-ul-list a:hover::after {
  width: 100%;
  left: 0;
}
.header-nav-ul-list a:not(:hover)::after {
  left: auto;
  right: 0;
  width: 0%;
}
.header-nav-ul-list a[aria-current=page] {
  font-weight: bold;
  color: #432;
}
.header-nav-sns {
  display: grid;
  grid-auto-flow: column;
  justify-items: flex-end;
  gap: 50px;
  z-index: 1;
}
@media (max-width: 820px) {
  .header-nav-sns {
    justify-items: center;
    opacity: 0;
    transform: translateX(50px);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .header-nav.active .header-nav-sns {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.5s;
  }
}
.header-nav-sns-list a {
  font-size: 1.875rem;
  color: #a27a81;
}
.header-nav-sns-list a i {
  transition: all 0.6s ease;
  font-size: 1.25rem;
}
@media (max-width: 820px) {
  .header-nav-sns-list a i {
    font-size: 2rem;
  }
}
.header-nav-sns-list a:hover i {
  transform: scale(1.5);
  opacity: 0.5;
}
.header-nav-sns-list a .fa-x-twitter {
  color: #a27a81;
}
.header-nav-sns-list a .fa-instagram {
  color: #a27a81;
}
.header-nav-sns-list a .fa-line {
  color: #a27a81;
}

/*! メインビジュアル **************************************************************** */
.mainvisual {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(20, 90px);
  grid-template-rows: repeat(12, 100px);
  width: 100%;
}
@media (max-width: 820px) {
  .mainvisual {
    grid-template-rows: repeat(6, 100px);
  }
}
.mainvisual-title {
  writing-mode: vertical-lr;
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 12vw, 21.875rem);
  color: #a27a81;
  text-shadow: 15px 15px 5px #e3cdd1;
  grid-column: 14/-1;
  grid-row: 2/-1;
  z-index: 1;
  transform: rotate(20deg);
  align-self: flex-start;
}
@media (min-width: 1981px) {
  .mainvisual-title {
    grid-column: 17/-1;
    grid-row: 2/-1;
  }
}
@media (max-width: 1366px) {
  .mainvisual-title {
    grid-column: 10/-1;
    grid-row: 3/-1;
  }
}
@media (max-aspect-ratio: 3/4) {
  .mainvisual-title {
    grid-column: 9/-1;
  }
}
@media (max-width: 1025px) {
  .mainvisual-title {
    grid-column: 8/-1;
  }
}
@media (max-width: 820px) {
  .mainvisual-title {
    font-size: 8.125rem;
    position: absolute;
    top: 20%;
    right: 5%;
  }
}
@media (max-width: 640px) {
  .mainvisual-title {
    font-size: 5rem;
    transform: rotate(10deg);
  }
}
.mainvisual-sub-title {
  writing-mode: vertical-rl;
  grid-column: 4/5;
  grid-row: 4/8;
  align-self: flex-end;
  justify-self: center;
  font-size: 1.25rem;
  z-index: 1;
  color: #fff;
  background: #a27a81;
  padding: 50px;
  line-height: 2.5;
  letter-spacing: 0.3em;
  border: 5px double #fff;
}
@media (min-width: 1981px) {
  .mainvisual-sub-title {
    grid-column: 6/7;
    grid-row: 4/9;
  }
}
@media (max-width: 1366px) {
  .mainvisual-sub-title {
    grid-column: 2/3;
  }
}
@media (max-aspect-ratio: 3/4) {
  .mainvisual-sub-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1025px) {
  .mainvisual-sub-title {
    grid-column: 1/3;
  }
}
@media (max-width: 820px) {
  .mainvisual-sub-title {
    writing-mode: horizontal-tb;
    position: absolute;
    left: 3%;
    top: 75%;
    font-size: 1rem;
    line-height: 2;
  }
}
@media (max-width: 640px) {
  .mainvisual-sub-title {
    padding: 20px;
    font-size: 0.875rem;
  }
}
.mainvisual-sub-title span {
  display: block;
}
.mainvisual .puzzle-slide {
  display: grid;
  margin-top: -130px;
  grid-column: 5/13;
  grid-row: 1/11;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(16, 1fr);
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  left: 5%;
  width: 100%;
  height: auto;
  aspect-ratio: 7/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1981px) {
  .mainvisual .puzzle-slide {
    grid-column: 5/15;
    grid-row: 1/-1;
    left: 15%;
  }
}
@media (max-width: 1366px) {
  .mainvisual .puzzle-slide {
    margin-top: 0;
    left: 0;
    grid-column: 3/12;
  }
}
@media (max-aspect-ratio: 3/4) {
  .mainvisual .puzzle-slide {
    grid-column: 3/10;
    grid-row: 1/10;
  }
}
@media (max-width: 1025px) {
  .mainvisual .puzzle-slide {
    grid-column: 2/10;
    grid-row: 1/11;
  }
}
@media (max-width: 820px) {
  .mainvisual .puzzle-slide {
    grid-column: 1/6;
    grid-row: 1/7;
    border-radius: 0 100px 0 0;
    left: 15%;
  }
}
@media (max-width: 640px) {
  .mainvisual .puzzle-slide {
    grid-column: 1/4;
    grid-row: 1/5;
    border-radius: 15px;
    left: 5%;
  }
}
.mainvisual .puzzle-slide .puzzle-layer {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: inherit;
  grid-template-rows: inherit;
}
.mainvisual .puzzle-slide .block {
  width: 100%;
  height: 100%;
  background-size: 1600% 1600%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(50px) rotate(30deg);
  transition: all 0.6s ease;
}
.mainvisual .puzzle-slide .block.show {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/*! コンセプト ********************************************************************* */
.concept-contents {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 100px);
  gap: 50px;
}
@media (max-width: 1366px) {
  .concept-contents {
    grid-template-rows: repeat(12, 75px);
  }
}
@media (max-width: 820px) {
  .concept-contents {
    grid-template-rows: repeat(12, 60px);
  }
}
@media (max-width: 640px) {
  .concept-contents {
    display: block;
  }
}
.concept-catchprase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 1/5;
  grid-row: 2/3;
  gap: 10px;
  color: #a27a81;
}
@media (max-aspect-ratio: 3/4) {
  .concept-catchprase {
    grid-column: 1/6;
  }
}
@media (max-width: 1025px) {
  .concept-catchprase {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width: 640px) {
  .concept-catchprase {
    grid-row: 1;
  }
}
.concept-catchprase-ja {
  font-size: 2.25rem;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .concept-catchprase-ja {
    font-size: 1.875rem;
  }
}
@media (max-width: 640px) {
  .concept-catchprase-ja {
    font-size: 1.5rem;
  }
}
.concept-catchprase-en {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1366px) {
  .concept-catchprase-en {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .concept-catchprase-en {
    font-size: 1rem;
  }
}
.concept img {
  border-radius: 30px;
  max-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-image.image1 {
  grid-column: 1/5;
  grid-row: 4;
}
@media (min-width: 1981px) {
  .concept-image.image1 {
    grid-column: 2/5;
    grid-row: 4;
  }
}
@media (max-width: 1366px) {
  .concept-image.image1 {
    grid-column: 1/6;
    grid-row: 3;
  }
}
@media (max-width: 640px) {
  .concept-image.image1 {
    margin-top: 30px;
  }
}
.concept-image.image2 {
  grid-column: 7/-1;
  grid-row: 2/4;
}
@media (min-width: 1981px) {
  .concept-image.image2 {
    grid-column: 7/11;
  }
}
@media (max-width: 1025px) {
  .concept-image.image2 {
    grid-row: 3;
  }
}
.concept-image.image3 {
  grid-column: 6/9;
  grid-row: 8;
}
@media (min-width: 1981px) {
  .concept-image.image3 {
    grid-column: 6/8;
  }
}
@media (max-width: 1025px) {
  .concept-image.image3 {
    grid-column: 6/10;
    grid-row: 7;
  }
}
@media (max-width: 820px) {
  .concept-image.image3 {
    grid-row: 8;
  }
}
@media (max-width: 640px) {
  .concept-image.image3 {
    margin-top: 30px;
  }
}
.concept-image.image4 {
  grid-column: 9/12;
  grid-row: 9;
}
@media (min-width: 1981px) {
  .concept-image.image4 {
    grid-column: 9/11;
  }
}
@media (max-width: 1025px) {
  .concept-image.image4 {
    grid-column: 8/12;
    grid-row: 9;
  }
}
@media (max-width: 820px) {
  .concept-image.image4 {
    grid-row: 10;
  }
}
@media (max-width: 640px) {
  .concept-image.image4 {
    margin-top: 30px;
  }
}
.concept-description1 {
  grid-column: 8/-1;
  grid-row: 6;
  padding: 20px;
  line-height: 2.3;
  z-index: 5;
  text-align: justify;
}
@media (max-width: 1366px) {
  .concept-description1 {
    padding: 50px;
    font-size: 14px;
    grid-column: 7/-1;
    grid-row: 5;
  }
}
@media (max-width: 1025px) {
  .concept-description1 {
    line-height: 1.5;
    grid-column: 6/-1;
  }
}
@media (max-width: 640px) {
  .concept-description1 {
    text-align: center;
    padding: 50px 0;
    font-size: 0.75rem;
  }
}
.concept-description1 strong {
  margin: 20px 0 20px 20px;
  display: inline-block;
  color: #a27a81;
}
.concept-description2, .concept-description3 {
  grid-column: 2/5;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 1366px) {
  .concept-description2, .concept-description3 {
    font-size: 14px;
    grid-column: 2/6;
  }
}
@media (max-width: 1025px) {
  .concept-description2, .concept-description3 {
    grid-column: 2/5;
  }
}
@media (max-width: 820px) {
  .concept-description2, .concept-description3 {
    grid-column: 1/6;
  }
}
@media (max-width: 640px) {
  .concept-description2, .concept-description3 {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 0.75rem;
  }
}
.concept-description2 {
  grid-row: 10;
}
@media (max-width: 1366px) {
  .concept-description2 {
    grid-row: 9;
  }
}
@media (max-width: 1025px) {
  .concept-description2 {
    grid-row: 7;
  }
}
.concept-description3 {
  grid-row: 11;
}
@media (max-width: 1366px) {
  .concept-description3 {
    grid-row: 10;
  }
}
@media (max-width: 1025px) {
  .concept-description3 {
    grid-row: 9;
  }
}
.concept-description3 p {
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
}

/*! よくあるご質問 ****************************************************************** */
.faq-list {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  margin: 150px auto 0;
  text-align: left;
}
@media (max-width: 640px) {
  .faq-list {
    margin: 0 auto 60px;
  }
}
.faq-list dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #a27a81;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.faq-list dt:last-child {
  border-bottom: 1px solid #a27a81;
}
@media (max-width: 640px) {
  .faq-list dt {
    padding: 30px 0;
    padding-right: 20px;
  }
}
.faq-list dt::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #a27a81;
  position: absolute;
  top: 50px;
  right: 0;
}
@media (max-width: 640px) {
  .faq-list dt::before {
    top: 45px;
    right: -20px;
  }
}
.faq-list dt::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #a27a81;
  position: absolute;
  top: 43px;
  right: 7px;
  left: auto;
}
@media (max-width: 640px) {
  .faq-list dt::after {
    top: 38px;
    right: -14px;
  }
}
.faq-list dt.active {
  color: #a27a81;
}
.faq-list dt.active::after {
  content: none;
}
.faq-list dt .question {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #e3cdd1;
  color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  margin-right: 30px;
}
@media (max-width: 640px) {
  .faq-list dt .question {
    margin-right: 20px;
  }
}
.faq-list dt .question.active {
  background: #a27a81;
}
.faq-list dd {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  padding-bottom: 40px;
  line-height: 1.8;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 640px) {
  .faq-list dd {
    padding-bottom: 30px;
  }
}
.faq-list dd a {
  text-decoration: underline;
}
.faq-list dd .answer {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e3cdd1;
  border-radius: 50%;
  font-size: 0.875rem;
  margin-right: 30px;
}
@media (max-width: 640px) {
  .faq-list dd .answer {
    margin-right: 20px;
  }
}
.faq .terms-service {
  margin: 50px auto 0;
  text-align: center;
}
.faq .faqbtn {
  margin-top: 20px;
  text-align: center;
}
.faq .faqbtn .com-btn {
  margin: 30px auto 0;
  display: inline-block;
  padding: 10px 30px;
}

/*! フッター *********************************************************************** */
.footer {
  margin: 100px -100px 0;
  padding: 50px;
  background: #a27a81;
}
@media (max-width: 640px) {
  .footer {
    margin: 100px -20px 0;
  }
}
.footer-logo {
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 640px) {
  .footer-logo {
    width: 100px;
  }
}
.footer-logo a {
  display: inline-block;
  transition: all 0.6s ease;
}
.footer-logo a:hover {
  transform: scale(0.9);
  transition: all 0.6s ease;
}
.footer-nav-ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(2, auto);
  align-items: center;
  justify-content: center;
  justify-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  gap: 50px;
  padding: 20px;
}
@media (max-width: 820px) {
  .footer-nav-ul {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.footer-nav-ul-list:nth-child(n+6) {
  font-weight: 400;
  font-size: 0.875rem;
}
.footer-nav-ul-list:nth-child(6) {
  grid-column: 2;
}
@media (max-width: 820px) {
  .footer-nav-ul-list:nth-child(6) {
    grid-column: 1;
  }
}
.footer-nav-ul-list a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.6s ease;
  border-left: 1px solid #fff;
  padding-left: 1em;
}
@media (max-width: 820px) {
  .footer-nav-ul-list a {
    padding-left: 0;
    border-left: 0;
  }
}
.footer-nav-ul-list a:hover {
  transform: scale(1.2);
  transition: all 0.6s ease;
}
.footer-nav-ul-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #a27a81;
  transition: width 0.3s ease, left 0.3s ease;
}
.footer-nav-ul-list a:hover::after {
  width: 100%;
  left: 0;
}
.footer-nav-ul-list a:not(:hover)::after {
  left: auto;
  right: 0;
  width: 0%;
}
.footer .copyright {
  margin-top: 50px;
  text-align: center;
  color: #a27a81;
}/*# sourceMappingURL=style.css.map */