@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 400;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .animate__fadeIn {
  transform: none !important;
}
html p {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html a {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html td {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.contents {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents {
    padding: 0 10px;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #bba6d1;
}
.bgcolor div h2 {
  color: #a6924e;
}
.bgcolor div h2 b {
  color: #a6924e;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.main-ttl {
  margin-bottom: 2rem;
}
.main-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-family: "Zen Old Mincho", sans-serif;
}
.main-ttl h2 p {
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  font-weight: 400;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.main-ttl h2 p::first-letter {
  color: #bba6d1;
  text-transform: uppercase;
}
.main-ttl h2 span {
  padding: 10px 0;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .main-ttl h2 {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  .main-ttl h2 span {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  .main-ttl h2 p {
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  }
  .main-ttl h2 span {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .main-ttl h2 {
    flex-direction: column;
    font-size: 25px;
  }
  .main-ttl h2 span {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}

.ttl {
  margin-bottom: 2rem;
}
.ttl h2 {
  font-family: "Zen Old Mincho", sans-serif;
}
.ttl h2 p {
  font-size: 50px;
  padding: 0;
}
.ttl h2 p::first-letter {
  color: #bba6d1;
  text-transform: uppercase;
}
.ttl h2 p span {
  font-size: 20px;
  margin-left: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  letter-spacing: 0.1rem;
}
.ttl h2 p span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #bba6d1;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
}
.ttl h2 p span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #bba6d1;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 65%, rgba(243, 202, 255, 0.431372549) 65%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  font-weight: 700;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 65%, rgba(230, 230, 14, 0.431372549) 65%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled #a6924e;
  text-emphasis: filled #a6924e;
}
@media (max-width: 768px) {
  .marker_type2 {
    -webkit-text-emphasis: none;
    text-emphasis: none;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 90%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin: auto;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

main {
  position: relative;
}
main::before {
  position: absolute;
  background-image: url("../../img/home/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  z-index: -5;
  opacity: 0.5;
}

.parallax {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(40px);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.blur {
  transition: all 1s;
  filter: blur(10px);
}
.blur.scrollin {
  filter: blur(0);
}

.js-clip-in {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s;
}

.js-clip-in.is-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bg01 {
  position: relative;
}
.bg01::before {
  position: absolute;
  background-image: url("../../img/about/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -5;
  opacity: 0.4;
}

.br {
  display: inline-block;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

.js #header {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* 表示タイミングを制御（好みで値調整） */
.js.is-ready #header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

header {
  width: 100%;
  z-index: 999;
  position: fixed !important;
  top: 0;
  transition: all 0.4s;
}
header.fixed {
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
header.fixed .container-header .header__nav .nav__list li a {
  color: #0f1111;
}
header.fixed .header__logo {
  width: 80px;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::before {
  background-color: #bba6d1;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::after {
  background-color: #bba6d1;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line {
  background-color: #bba6d1;
}
header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 10px 1rem;
  box-sizing: border-box;
  height: auto;
}
header .header__logo {
  width: 100px;
  transition: width 0.4s ease;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  header .container-header {
    background: transparent;
  }
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
  padding: 1rem 0;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-family: "Zen Old Mincho", sans-serif;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #bba6d1;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li > a:hover::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li.active > a::after {
  width: 100%;
}
header .container-header .contact-box {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background-color: #faf3ff;
  color: #0f1111;
  min-width: 200px;
  border: 2px solid #faf3ff;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
@media screen and (max-width: 1024px) {
  header .container-header .contact-box {
    display: none;
  }
}
header .container-header .contact-box:hover {
  background-color: #0f1111;
  color: #a6924e;
}
header .container-header .contact-box a {
  font-weight: bold;
}
header .container-header .contact-box a i {
  margin-right: 0.5rem;
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
}
header .container-header .header__sp .menu-button .menu-button__line,
header .container-header .header__sp .menu-button .menu-button__line::before,
header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #a6924e;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.3s;
}
header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
  background: #bba6d1;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #bba6d1;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__sp .sp-nav::before {
  position: absolute;
  background: url("../../img/home/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -5;
  opacity: 0.5;
}
header .container-header .header__sp .sp-nav ul .header__logo {
  width: 80px !important;
  margin-bottom: 20px;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 280px;
  margin: 0 auto;
  gap: 10px;
}
header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
  border-bottom: 1px dotted #bba6d1;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #0f1111;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Old Mincho", sans-serif;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: block;
  font-size: 1rem;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  font-size: 14px;
  padding-top: 5px;
  position: relative;
  padding: 0 30px;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul > li > a:hover p,
header .container-header .header__sp .sp-nav ul > li > a:hover span {
  color: #bba6d1;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent {
    max-height: 400px;
    overflow-y: scroll;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  cursor: pointer;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i.dropdown-toggle {
  transition: transform 0.2s;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .btn i.dropdown-toggle {
  transform: rotate(180deg);
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
  display: none;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
    padding-left: 1rem;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li {
  border-bottom: none;
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li a {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  padding: 10px 0;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .menu-children {
  display: block;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  display: flex;
  align-items: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #faf3ff;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #555;
  width: 40px;
  margin-left: 20px;
}
header .container-header .header__sp .sp-nav ul .sns-box a i {
  font-size: 40px;
}
header .container-header .header__sp .sp-nav ul .sns-box a:hover i {
  color: #a6924e;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1280px) {
  #header .header__warp {
    margin: 5px auto;
  }
  #header .header__logo {
    width: 75px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1180px) {
  #header .header__logo {
    width: 55px;
  }
}
@media screen and (max-width: 1280px) {
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box {
    margin-bottom: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box:first-child {
    margin-top: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box p {
    font-weight: bold;
    color: #333;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li {
    margin-bottom: 0;
    text-align: left;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li:last-child {
    margin-bottom: 0;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    padding: 5px 0;
    font-weight: bold;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::before {
    content: "●";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    margin-bottom: 2px;
    font-size: 0.7em;
    min-width: 0.7em;
    display: inline-block;
    text-align: center;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #faf3ff;
    transition: width 0.3s ease-in-out;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover::after {
    width: 0%;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 10px;
  }
  #header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: 0.9rem;
  }
  #header .container-header .header__sp .sp-nav ul .sns-box a i {
    font-size: 30px;
  }
}
#heading {
  width: 100%;
  height: 500px;
  position: relative;
  padding: 120px 0 0;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(0%, 0%);
  top: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--about {
  background-image: url("../../img/home/top-item01.jpg");
  background-position: center center;
}
#heading .background__image--procell {
  background-image: url("../../img/home/top-item02.jpg");
  background-position: center top;
}
#heading .background__image--head-menu {
  background-image: url("../../img/home/top-item03.jpg");
  background-position: center center;
}
#heading .background__image--facial-menu {
  background-image: url("../../img/home/top-item04.jpg");
  background-position: center 40%;
}
#heading .background__image--review {
  background-image: url("../../img/home/top-item05.jpg");
  background-position: center 30%;
}
#heading .background__image--news {
  background-image: url("../../img/home/top-item03.jpg");
  background-position: center center;
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  display: block;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.2;
  z-index: 0;
}
#heading .heading {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
#heading .heading h1 {
  display: flex;
  flex-direction: column;
  line-height: 40px;
  gap: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2.25em;
  padding: 2rem;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#heading .heading h1::before {
  content: "";
  background-image: url("../../img/common/deco.png");
  aspect-ratio: 65/1;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media screen and (max-width: 1280px) {
  #heading {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1180px) {
  #heading {
    padding-top: 80px;
    height: 450px;
  }
  #heading .background__image {
    height: 450px;
  }
  #heading .background::after {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #heading {
    height: 450px;
  }
  #heading .background__image {
    height: 450px;
  }
  #heading .background::after {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 350px;
  }
  #heading .background__image {
    height: 350px;
  }
  #heading .background::after {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #heading .heading {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  #heading .heading h1 {
    padding: 1rem;
    font-size: 1.55em;
  }
  #heading .heading h1::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  #heading {
    padding-top: 65px;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 998;
  opacity: 0;
}
#floating li {
  display: block;
  margin: 1.25rem 0;
  border-right: none;
}
#floating li .color {
  background-color: #fff;
  border: 2px solid #a6924e;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.5rem;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  transition: ease 0.4s;
  font-size: 13px;
  font-weight: bold;
}
#floating li .color i {
  font-size: 30px;
}
#floating li .color .fa-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  text-align: center;
}
#floating li .color::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li .color:hover {
  opacity: 0.7;
}
#floating li a img {
  padding: 1rem 4px;
  background-color: #fff;
  width: 100px;
  border: 2px solid #a6924e;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  transition: all 0.4s;
}
#floating li a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 828px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    border-bottom: 2px solid #fff;
    border-top: #fff 2px solid;
    will-change: transform;
    backface-visibility: hidden;
  }
  #floating li {
    display: block;
    width: 100%;
    margin: 0;
    border-right: #a6924e 2px solid;
    will-change: transform;
    backface-visibility: hidden;
    background-color: #fff;
  }
  #floating li:nth-child(4) {
    border-right: none;
  }
  #floating li:nth-child(4) {
    border-left: none;
  }
  #floating li .color {
    writing-mode: unset;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    transition: background-color 0.3s ease, color 0.5s ease;
    font-size: 0.8rem;
    border: none;
  }
  #floating li .color:hover {
    transform: none;
    background-color: #faf3ff;
    opacity: 1;
  }
  #floating li .color:hover span {
    color: #0f1111;
  }
  #floating li .color span {
    display: block;
    writing-mode: horizontal-tb;
  }
  #floating li .color i {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: 0;
  }
  #floating li a {
    background-color: #fff;
  }
  #floating li a img {
    border-radius: 0;
    border: none;
    display: block;
    width: 95px;
    margin: auto;
    padding: 5px;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#menu {
  position: relative;
  background-color: #ffffff;
}
#menu::before {
  position: absolute;
  background-image: url("../../img/common/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -140px;
  left: 0;
  aspect-ratio: 16/9;
  width: 100vw;
  content: "";
  opacity: 0.4;
}
#menu .contents {
  max-width: 100%;
  padding: 0;
}
#menu .contents__wrap {
  margin-top: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#menu .contents__wrap figure {
  position: relative;
  width: 50%;
  z-index: 1;
}
#menu .contents__wrap figure::before {
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 54%, #ffffff 95%);
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
}
#menu .contents__wrap figure img {
  aspect-ratio: 4/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .contents__wrap--text {
  position: relative;
  width: 50%;
  margin-left: -70px;
  z-index: 2;
  padding-right: 100px;
}
#menu .contents__wrap--text p {
  padding: 10px 0;
}

@media screen and (max-width: 1280px) {
  #menu .contents__wrap figure img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 1024px) {
  #menu::before {
    bottom: -40px;
  }
  #menu .contents {
    padding: 0 100px;
  }
  #menu .contents__wrap {
    margin-top: 30px;
    flex-direction: column;
  }
  #menu .contents__wrap figure {
    width: 100%;
  }
  #menu .contents__wrap figure img {
    aspect-ratio: 4/2;
  }
  #menu .contents__wrap--text {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #menu::before {
    bottom: -80px;
  }
  #menu .contents {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #menu::before {
    bottom: -40px;
  }
  #menu .contents {
    padding: 0 10px;
  }
}
#system-fee .contents__wrap .item-box {
  max-width: 1280px;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  padding: 30px;
}
#system-fee .contents__wrap .item-box h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 2px solid #a6924e;
  padding-bottom: 10px;
}
#system-fee .contents__wrap .item-box h3 img {
  width: 80px;
}
#system-fee .contents__wrap .item-box h3 p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  font-weight: 500;
}
#system-fee .contents__wrap .item-box li {
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#system-fee .contents__wrap .item-box li p {
  display: inline-block;
  line-height: 1.5;
}
#system-fee .contents__wrap .item-box li:before {
  background: radial-gradient(#aaaaaa 20%, rgba(0, 0, 0, 0) 0%) center center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
#system-fee .contents__wrap .item-box li .left {
  font-size: 1rem;
  order: -1;
  max-width: 65%;
  width: 360px;
  letter-spacing: 0.1rem;
  background-color: #bba6d1;
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(90deg, #ccae46 2%, #967400 98%);
  padding: 10px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}
#system-fee .contents__wrap .item-box li .right {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  max-width: 45%;
  text-align: right;
  font-weight: 700;
  color: #a6924e;
}
#system-fee .contents__wrap .item-box .small {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  margin: 0 0 0 auto;
  text-align: center;
  padding: 5px 0;
}

@media screen and (max-width: 1024px) {
  #system-fee .contents {
    padding: 0;
  }
  #system-fee .contents__wrap .item-box li .left {
    width: 300px;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  #system-fee .contents {
    padding: 0;
  }
  #system-fee .contents__wrap .item-box li .left {
    width: 250px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
@media screen and (max-width: 600px) {
  #system-fee .contents__wrap .item-box {
    padding: 20px;
  }
  #system-fee .contents__wrap .item-box li .left {
    width: 200px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
@media screen and (max-width: 480px) {
  #system-fee .contents__wrap .item-box {
    padding: 20px;
  }
  #system-fee .contents__wrap .item-box h3 {
    margin-bottom: 10px;
  }
  #system-fee .contents__wrap .item-box li {
    flex-direction: column;
    padding: 15px 0;
  }
  #system-fee .contents__wrap .item-box li:before {
    display: none;
  }
  #system-fee .contents__wrap .item-box li .left {
    max-width: 100%;
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    display: block;
  }
  #system-fee .contents__wrap .item-box li .right {
    max-width: 100%;
    margin-top: 10px;
  }
}
#flow .layout_width {
  margin: 0 auto 4rem;
}
#flow .contents {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.6901960784);
  border-radius: 20px;
  padding: 30px 30px 60px;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#flow .contents__wrap {
  margin-top: 50px;
}
#flow .contents__wrap--list {
  width: 90%;
  margin: auto;
}
#flow .contents__wrap--list h3 {
  font-size: 1.5rem;
  padding: 2rem;
  border: 2px solid #a6924e;
  align-items: center;
  text-align: center;
  position: relative;
}
#flow .contents__wrap--list h3::before {
  background-image: repeating-linear-gradient(-45deg, #a6924e, #a6924e 1px, transparent 2px, transparent 5px);
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-size: 7px 7px;
  backface-visibility: hidden;
}
#flow .contents__wrap--list .flow10 {
  padding-left: 0;
}
#flow .contents__wrap--list .flow10 > li {
  list-style-type: none;
  border: 2px solid #a6924e;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
}
#flow .contents__wrap--list .flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
#flow .contents__wrap--list .flow10 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #a6924e;
}
#flow .contents__wrap--list .flow10 > li dl {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#flow .contents__wrap--list .flow10 > li dl .item {
  width: 70%;
}
#flow .contents__wrap--list .flow10 > li dl .item dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#flow .contents__wrap--list .flow10 > li dl .item dd {
  margin: 0;
}
#flow .contents__wrap--list .flow10 > li dl .item dd span {
  display: inline-block;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact .link a {
  display: block;
  width: 170px;
  text-align: center;
  line-height: 1;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact .link a i {
  display: block;
  margin-bottom: 10px;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact .link .img {
  border: 1px solid #863952;
  box-shadow: -2px 2px #863952;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact .link .tel {
  padding: 9px 0;
  border: 1px solid #270a45;
  color: #270a45;
  box-shadow: -2px 2px #270a45;
}
#flow .contents__wrap--list .flow10 > li dl .item .contact .link .line {
  padding: 9px 0;
  border: 1px solid #00B900;
  color: #00B900;
  box-shadow: -2px 2px #00B900;
}
#flow .contents__wrap--list .flow10 > li dl figure {
  width: 30%;
}
#flow .contents__wrap--list .flow10 > li dl figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .contents__wrap--list .flow10 > li .icon10 {
  color: #a6924e;
  margin-right: 0.5em;
}

@media screen and (max-width: 1024px) {
  #flow .contents__wrap--list .flow10 > li dl {
    flex-direction: column;
  }
  #flow .contents__wrap--list .flow10 > li dl .item {
    width: 100%;
  }
  #flow .contents__wrap--list .flow10 > li dl figure {
    width: 100%;
  }
  #flow .contents__wrap--list .flow10 > li dl figure img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #flow .contents__wrap--list .flow10 > li dl {
    flex-direction: column;
  }
  #flow .contents__wrap--list .flow10 > li dl .item {
    width: 100%;
  }
  #flow .contents__wrap--list .flow10 > li dl .item .contact {
    flex-direction: column;
  }
  #flow .contents__wrap--list .flow10 > li dl .item .contact .link a {
    width: 280PX;
  }
  #flow .contents__wrap--list .flow10 > li dl .item .contact .link a i {
    display: inline;
    margin-right: 5px;
  }
  #flow .contents__wrap--list .flow10 > li dl .item .contact .link .tel {
    padding: 20px 0;
  }
  #flow .contents__wrap--list .flow10 > li dl .item .contact .link .line {
    padding: 20px 0;
  }
  #flow .contents__wrap--list .flow10 > li dl figure {
    width: 100%;
  }
  #flow .contents__wrap--list .flow10 > li dl figure img {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #flow .contents {
    padding: 50px 10px;
  }
  #flow .contents__wrap--list {
    width: 100% !important;
  }
}
#note {
  background-color: #fff;
}
#note .contents {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
#note .contents__wrap {
  background-color: #fff;
  border: 1px solid #a6924e;
}
#note .contents__wrap--item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#note .contents__wrap--item li {
  display: flex;
  align-items: self-start;
  border-bottom: 1px dashed #a6924e;
}
#note .contents__wrap--item li i {
  margin-top: 7px;
  margin-right: 8px;
  color: #a6924e;
}
#note .contents .info {
  margin-top: 1rem;
  background-color: #a6924e;
  padding: 0 20px;
}
#note .contents .info p {
  text-align: center;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #note .contents .info p {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}

#faq {
  background: #f8f7fb;
}
#faq .faq-list {
  max-width: 800px;
  padding: 0 100px;
  margin: 60px auto 0;
}
@media screen and (max-width: 600px) {
  #faq .faq-list {
    padding: 0 50px;
  }
}
#faq .faq-item {
  margin-bottom: 40px;
}
#faq .faq-q {
  display: flex;
  align-items: self-start;
  gap: 15px;
  background: #e8e4f3;
  padding: 18px 20px;
  border-radius: 16px;
  font-weight: 600;
  position: relative;
  z-index: 50;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
@media screen and (max-width: 768px) {
  #faq .faq-q {
    padding: 15px;
    gap: 5px;
  }
}
#faq .faq-q .icon {
  display: block;
  font-size: 20px;
  color: #6c63a8;
  line-height: 1.2;
}
#faq .faq-q::before {
  content: "";
  background-image: url("../../img/head-menu/q.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -103px;
}
@media screen and (max-width: 768px) {
  #faq .faq-q::before {
    width: 70px;
    height: 70px;
    left: -90px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-q::before {
    left: -70px;
  }
}
#faq .faq-q::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e8e4f3;
}
#faq .faq-a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 20px;
  margin-top: 15px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
@media screen and (max-width: 768px) {
  #faq .faq-a {
    padding: 15px;
    gap: 5px;
  }
}
#faq .faq-a .icon {
  display: block;
  font-size: 20px;
  color: #a6924e;
  line-height: 1.5;
}
#faq .faq-a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
#faq .faq-a::after {
  content: "";
  background-image: url("../../img/head-menu/a.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: -103px;
}
@media screen and (max-width: 768px) {
  #faq .faq-a::after {
    width: 70px;
    height: 70px;
    right: -90px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-a::after {
    right: -70px;
  }
}
#faq p {
  margin: 0;
  line-height: 1.8;
}

#beforeafter {
  padding: 120px 0;
  background: #fff;
}
#beforeafter .beforeafter-lead {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
  color: #666;
}
#beforeafter .beforeafter-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#beforeafter .beforeafter-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
#beforeafter .beforeafter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
#beforeafter .beforeafter-card figure {
  overflow: hidden;
}
#beforeafter .beforeafter-card figure img {
  aspect-ratio: 4/3;
  width: 100%;
  display: block;
  transition: 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
}
#beforeafter .beforeafter-card:hover figure img {
  transform: scale(1.03);
}
#beforeafter .beforeafter-card__body {
  padding: 25px;
  text-align: center;
}
#beforeafter .beforeafter-card__body h3 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #a6924e;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1280px) {
  #beforeafter .beforeafter-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #beforeafter {
    padding: 80px 0;
  }
  #beforeafter .beforeafter-list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  #beforeafter .beforeafter-card {
    border-radius: 18px;
  }
  #beforeafter .beforeafter-card__body {
    padding: 20px;
  }
  #beforeafter .beforeafter-card__body h3 {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #bba6d1;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #bba6d1;
  border: solid 1px #bba6d1;
  color: #a6924e;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #faf3ff;
  color: #bba6d1;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp {
  /* モーダル本体 */
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp {
  /* モーダルを閉じるボタン */
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp {
  /* モーダル内のコンテンツ */
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 999;
}
@media screen and (max-width: 828px) {
  .pagetop {
    bottom: 5.5rem;
  }
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #bba6d1;
  border: solid 1px #bba6d1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #a6924e;
}
.pagetop a:hover {
  background-color: #faf3ff;
}
.pagetop a:hover i {
  color: #a6924e;
}

@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(187, 166, 209, 0.8);
}
#footer .footer-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-section .footer__warp {
  width: 95%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-radius: 20px;
  gap: 3rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box {
  gap: 2rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--address {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--address p {
  margin: 0;
  border-radius: 30px;
  text-decoration: none;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 2;
  text-align: left;
  padding-bottom: 10px;
}
#footer .footer-section .footer__warp .content-right {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-section .footer__warp .content-right .logo {
  width: 150px;
  margin-bottom: 1rem;
}
#footer .footer-section .footer__warp .content-right .logo:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
#footer .footer-section .footer__nav {
  width: 80%;
  text-align: center;
  padding: 1rem 0;
}
#footer .footer-section .footer__nav--warp {
  max-width: 1400px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
#footer .footer-section .footer__nav--warp nav ul li {
  padding: 0.5rem 1rem;
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
  border-bottom: 1px dotted #a6924e;
}
#footer .footer-section .footer__nav--warp nav ul li a {
  color: #0f1111;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  display: block;
  padding-top: 10px;
}
#footer .footer-section .footer__nav--warp nav ul li a:hover {
  color: #bba6d1;
}
#footer .footer__copy {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  background-color: #a6924e;
}
#footer .footer__copy br {
  display: none;
}
@media (max-width: 828px) {
  #footer .footer__copy {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  #footer .footer-section .footer__nav--warp nav ul li {
    width: calc(50% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section .footer__warp {
    flex-direction: column;
    gap: 1rem;
  }
  #footer .footer-section .footer__warp .content-left .footer__warp--box--address p {
    text-align: center;
  }
  #footer .footer-section .footer__warp .content-left .phone {
    text-align: center;
  }
  #footer .footer-section .footer__nav {
    width: 90%;
  }
  #footer .footer-section .footer__nav--warp nav {
    width: 100%;
    margin: auto;
  }
  #footer .footer-section .footer__nav--warp nav ul {
    gap: 0.5rem;
  }
  #footer .footer-section .footer__nav--warp nav ul li {
    width: calc(50% - 1rem);
    padding: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-section .footer__nav--warp nav {
    width: 90%;
    margin: auto;
    padding: 0 0 1rem;
  }
  #footer .footer-section .footer__nav--warp nav ul {
    gap: 0.5rem;
  }
  #footer .footer-section .footer__nav--warp nav ul li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */