@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  height: auto;
  margin: 0 auto;
}
ul li {
  list-style: none;
}
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 500px;
}
.logo_fadein span {
  display: block;
  padding-left: 200px;
  text-align: left;
  color: #573526;
}
@media(max-width: 400px) {
  .logo_fadein p {
    width: 100%;
  }
  .logo_fadein img {
    width: 80%;
    height: auto;
  }
  .logo_fadein img, .logo_fadein span {
    width: 80%;
    height: auto;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .logo_fadein span {
    margin: 0 0 0 30%;
  }
}
#sample {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#base path {
  fill: #000;
}
#mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header {
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}
.header-logo {
  position: absolute;
  top: -5%;
  right: 5%;
  width: 100%;
  height: auto;
  text-align: right;
}
.header-logo img {
  width: 30%;
  height: auto;
}
.instagram-btn img {
  width: 25px;
  height: auto;
}
#nav-content {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FFF2F4;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#nav-content.panelactive {
  left: 0;
}
/*ナビゲーションの縦スクロール*/
#nav-content.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#nav-content ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#nav-content li {
  list-style: none;
  text-align: center;
  line-height: 10%;
  margin: 30px;
}
#nav-content li a {
  color: #573526;
  text-decoration: none;
  padding: 10px 10px 0;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0%;
  left: 0%;
  cursor: pointer;
  width: 17%;
  padding-top: 15%;
  background-color: #FFF2F4;
  border-bottom-right-radius: 60%;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 15px;
  height: 2px;
  border-radius: 1.5px;
  background-color: #573526;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 40%;
}
.openbtn span:nth-of-type(2) {
  top: 54%;
}
.openbtn span:nth-of-type(3) {
  top: 70%;
  width: 30%;
}
.openbtn.active span:nth-of-type(1) {
  top: 35px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 38%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 47px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 38%;
}
.Instagramlogo_MB {
  position: absolute;
  top: 1.8%;
  left: 20%;
  width: 10%;
  height: auto;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.LINEbtn, a.LINEbtn, button.LINEbtn {
  z-index: 997;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #573526;
  position: absolute;
  bottom: 25%;
  left: 0;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #B89D99;
  border-top: 0;
  position: absolute;
  top: 60%;
  right: 4%;
}
a.LINEbtn-border-shadow {
  padding: calc(2.5rem - 2%) 4rem 4%;
  background: #B7EEB9;
}
a.LINEbtn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: 6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #B89D99;
}
a.LINEbtn-border-shadow:hover {
  padding: calc(2.5rem - 2%) 4rem 4%;
}
a.LINEbtn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
a.LINEbtn-border-shadow-color {
  border-radius: 0;
  background: #B7EEB9;
}
a.LINEbtn-border-shadow-color:before {
  border-radius: 0;
}
.Calendarbtn, a.Calendarbtn, button.Calendarbtn {
  z-index: 997;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  position: absolute;
  bottom: 15%;
  left: 0;
}
a.Calendarbtn-border-shadow {
  padding: calc(2.5rem - 2%) 4rem 4%;
  background: #B88B89;
}
a.Calendarbtn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: 6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #B88B89;
}
a.Calendarbtn-border-shadow:hover {
  padding: calc(2.5rem - 2%) 4rem 4%;
}
a.Calendarbtn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
a.Calendarbtn-border-shadow-color {
  border-radius: 0;
  background: #B88B89;
}
a.Calendarbtn-border-shadow-color:before {
  border-radius: 0;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-top-inner {
    max-width: 980px;
    margin: 0 auto 10px;
    position: relative;
  }
  .Instagramlogo_MB {
    display: none;
  }
  .openbtn {
    display: none;
  }
  .header__navigation {
    display: block;
  }
  #nav-content ul, .instagram-btn img {
    max-width: 980px;
    display: flex;
    margin: 2%;
    gap: 0.5%;
    position: static;
    transform: translate(-0%, -0%);
  }
  #nav-content li {
    margin: 0px;
  }
  #nav-content.panelactive #g-nav-list {
    position: static;
    z-index: 999;
    width: 100%;
    height: auto;
    overflow: auto;
  }
  #nav-content {
    position: static;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    transition: all 0.6s;
  }
  .g-nav {
    display: flex;
    margin: 0 0 50px 0;
    list-style: none;
    transform: translateX(0%);
    font-size: 2.0rem;
    margin-bottom: -20px;
  }
  .g-nav li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #FEBFCB;
    position: relative;
  }
  .g-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #FEBFCB;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .g-nav li.g-nav a::after, .g-nav li a:hover::after {
    transform: scale(1, 1);
    background: #FEBFCB;
  }
  .header__navigation a {
    text-decoration: none;
    color: #FEBFCB;
  }
  .headerbtn_JP {
    font-size: 1.2rem;
    line-height: 4;
  }
  .instagram-btn img {
    width: 25px;
    height: auto;
  }
}
.g-nav li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #FEBFCB;
  position: relative;
}
.g-nav li a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #FEBFCB;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.g-nav li.g-nav a::after, .g-nav li a:hover::after {
  transform: scale(1, 1);
  background: #FEBFCB;
}
.header__navigation a {
  text-decoration: none;
  color: #FEBFCB;
}
.g-nav li .current a, .g-nav a:hover {
  opacity: 1.0;
  color: #FEBFCB;
}
.instagram-btn a:hover {
  opacity: 1.0;
}
@media(max-width: 766px) {
  .g-nav li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #FEBFCB;
    position: relative;
  }
  .g-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #FEBFCB;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
}
/*　　------------------　　PC版　　------------------　　*/
@media(max-width: 860px) {
  #nav-content ul, .instagram-btn img {
    width: auto;
    gap: 0%;
  }
  .headerbtn a {
    font-size: 1.3rem;
  }
  .instagram-btn img {
    width: 25px;
  }
}
/*　　------------------　　iPad版　　------------------　　*/
@media(max-width: 766px) {
  #nav-content li {
    margin-bottom: 0%;
    line-height: 20px;
  }
  .headerbtn_JP {
    font-size: 1.4rem;
  }
  #nav-content li a {
    margin-top: -5px;
    font-size: 1.6rem;
  }
  .instagram-btn img {
    height: auto;
  }
}
.section-top__firstview-set {
  position: relative;
}
h1 {
  display: none;
}
.title_JP {
  font-size: 2.3rem;
}
.section-title {
  font-size: 3.6rem;
  width: 100%;
  min-width: 100px;
  height: auto;
  margin: 0 auto;
}
.section-title h2 {
  font-size: 3.0rem;
  padding: 0% 0 5% 0;
  margin: 0;
  letter-spacing: 0.03em;
}
@media(max-width: 350px) {
  .section-title h2 {
    font-size: 2.0rem;
  }
}
@media(min-width: 767px) {
  .section-title {
    margin: 0;
  }
  .section-title h2 {
    font-size: 3.3rem;
    padding: 5% 0 5% 0;
  }
}
.underline-before {
  background: linear-gradient(#FEBFCB, #FEBFCB) 0 100%/0 4px no-repeat;
  transition: background 1.5s;
  text-decoration: none;
}
.section-calendar .underline-before {
  background: linear-gradient(#FFF, #FFF)0 100%/0 4px no-repeat;
}
.underline-after, .section-calendar .underline-after {
  background-size: 100% 4px;
}
.catchcopy_MB {
  position: absolute;
  z-index: 998;
  top: 40px;
  left: 40px;
  width: 30%;
}
.section-top_firstviewMB {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 100vw;
  height: 100vh;
  margin-top: 17%;
}
.firstview_MB {
  object-fit: cover;
  object-position: right top;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}
.firstview_MB:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.firstview_MB:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.section-top_firstviewPC {
  display: none;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-top_firstviewPC {
    display: block;
    overflow: hidden;
    margin: 0;
    max-width: 980px;
    padding-top: 60.3%;
  }
  .firstview_PC {
    object-fit: cover;
    object-position: left top;
    display: block;
    opacity: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite;
  }
  .firstview_PC:nth-of-type(2) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }
  .firstview_PC:nth-of-type(3) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
  }
  .section-top__firstview-set {
    position: relative;
  }
  h1 {
    z-index: 998;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    text-align: left;
    color: #573526;
    font-size: clamp(26px, 3.0vw, 30px);
    line-height: clamp(50px, 3.0vw, 55px);
    letter-spacing: 0.12em;
    writing-mode: horizontal-tb;
  }
  .LINEbtn, a.LINEbtn, button.LINEbtn {
    font-size: 2.5rem;
    position: absolute;
    bottom: 25%;
    left: 0;
  }
  a.LINEbtn-border-shadow {
    padding: calc(2.5rem - 1%) 4rem 2%;
  }
  a.LINEbtn-border-shadow:hover {
    padding: calc(2.5rem - 1%) 4rem 2%;
  }
  .Calendarbtn, a.Calendarbtn, button.Calendarbtn {
    font-size: 2.3rem;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
  a.Calendarbtn-border-shadow {
    padding: calc(2.5rem - 1%) 4rem 2%;
  }
  a.Calendarbtn-border-shadow:hover {
    padding: calc(2.5rem - 1%) 4rem 2%;
  }
  .section-top_firstviewMB {
    display: none;
  }
  .catchcopy_MB {
    display: none;
  }
  .header-logo {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 20px;
    width: 90%;
  }
  .header-logo img {
    width: 15%;
    height: auto;
  }
}

@media(max-width: 1039px) {
.LINEbtnPC-set ,.CalendarbtnPC-set {
	display: none;
	}
}
@media(min-width: 1040px) {
  /* フローティング */
	.section-floating-banner {
		position: sticky;
		    top: 50%;
    right: 0; 
		z-index: 997;
	}
.floating-banner {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 997; /* 他の要素の上に表示されるようにする */
    transition: transform 0.3s ease; /* アニメーション効果を追加 */
	    display: block;
    text-decoration: none;
}
	.LINEbtnPC-set {
		width: 100%;
		height: 100%;
		    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'
	}
  .LINEbtnPC, a.LINEbtnPC, button.LINEbtnPC {
    z-index: 997;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.3em;
    color: #573526;
  writing-mode: vertical-rl;
	text-orientation: upright;
  }
  .trianglePC {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #B89D99;
    border-top: 0;
    position: absolute;
    top: 90%;
    right: 20%;
  }
  a.LINEbtnPC-border-shadow {
        writing-mode: vertical-rl;
        padding: calc(3rem - 0%) 2rem 3rem;
  }
  a.LINEbtnPC-border-shadow:before {
    position: absolute;
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #B89D99;
  }
  a.LINEbtnPC-border-shadow:hover {
   padding: calc(3rem - 0%) 2rem 3rem;
  }
  a.LINEbtnPC-border-shadow:hover:before {
    top: 0;
    left: 0;
  }
  a.LINEbtnPC-border-shadow-color {
    border-radius: 0;
    background: #B7EEB9;
    position: absolute;
        bottom: 0;
        right: 1%;
	          width: 70px;
        height: 300px;
  }
  a.LINEbtnPC-border-shadow-color:before {
    border-radius: 0;
  }
	.CalendarbtnPC-set {
		width: 100%;
		height: 100%;
		    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'
	}
  .CalendarbtnPC, a.CalendarbtnPC, button.CalendarbtnPC {
    z-index: 997;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    position: absolute;
        right: 1%;
        top: 30px;
	  writing-mode: vertical-rl;
	text-orientation: upright;
  }
  a.CalendarbtnPC-border-shadow {
    padding: calc(4rem - 0%) 2rem 3rem;
    background: #B88B89;
  }
  a.CalendarbtnPC-border-shadow:before {
    position: absolute;
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #B88B89;
  }
  a.CalendarbtnPC-border-shadow:hover {
    padding: calc(4rem - 0%) 2rem 3rem;
  }
  a.CalendarbtnPC-border-shadow:hover:before {
    top: 0;
    left: 0;
  }
  a.CalendarbtnPC-border-shadow-color {
    border-radius: 0;
    background: #B88B89;
	        width: 70px;
        height: 230px;
  }
  a.CalendarbtnPC-border-shadow-color:before {
    border-radius: 0;
  }
}
.section-about-inner {
  padding: 10%;
}
/*　　------------------　　PC版　　------------------　　*/
@media(max-width: 766px) {
  .section-title-about {
    padding: 0 0 5% 0;
  }
  .floating-banner {
    display: none;
  }
}
.section-about-img {
  width: 70%;
  object-fit: cover;
}
.section-about-lead, .section-about-sublead {
  font-size: 1.8rem;
  line-height: 1.7em;
  margin: 10% 0%;
}
.section-about-lead {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 2.0em;
  color: #FF687D;
}
.section-about-lead span {
  background: #FFF;
  padding: 2px;
}
.section-about-mane {
  font-size: 1.6rem;
  line-height: 2.0em;
  text-align: right;
}
.section-about-lead-set {
  opacity: 0;
  padding: 0%;
}
.section-about-lead-set.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width: 390px) {
  .section-about-lead, .section-about-sublead {
    font-size: 1.6rem;
  }
  .OVER-br {
    display: none;
  }
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-about-inner {
    margin: 0;
  }
  .section-about-img {
    width: 40%;
    height: 40%;
  }
  .section-about-imgtext-set {
    max-width: 980px;
    display: flex;
    gap: 10%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
  }
  .section-about-lead-set {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0;
  }
  .section-about-lead, .section-about-sublead {
    text-align: left;
  }
  .section-about-lead-set {
    width: 80%;
  }
  .section-about-imgtext-set {
    max-width: 980px;
    display: flex;
    gap: 7%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
  }
  .section-about-img {
    width: 30%;
    height: 30%;
  }
  .section-about-lead, .section-about-sublead {
    margin: 5% 0%;
  }
  .MB-br {
    display: none;
  }
}
@media(min-width: 980px) {
  .section-about-inner {
    padding: 5% 10%;
  }
  .section-title-about {
    padding: 0;
  }
}
@media(max-width: 450px) {
  .section-saloninfo-inner {
    margin: 10% auto 20%;
  }
  .section-saloninfo-text {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}
.section-saloninfo-inner {
  max-width: 980px;
  margin: 10% auto;
}
.section-saloninfo-text {
  padding-top: 10%;
}
.saloninfo_img01-set, .saloninfo_img02-set {
  width: 100%;
}
.saloninfo_img01-set {
  margin-top: 5%;
  display: flex;
}
.saloninfo_img02-set {
  display: flex;
  justify-content: flex-end;
}
.saloninfo_img01, .saloninfo_img02 {
  width: 65%;
  height: auto;
}
.saloninfo_img01 {
  opacity: 0;
}
.saloninfo_img01.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.saloninfo_img02 {
  margin-top: 10%;
  opacity: 0;
}
.saloninfo_img02.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-saloninfo-inner {
    margin: 5% auto 5%;
	position: relative;
  }
  .saloninfo_img-set {
    width: 100%;
    display: flex;
    flex-direction: column;
	        z-index: 993;
  }
  .saloninfo-set {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 5%;
  }
  .saloninfo_img01-set {
    margin-top: 0;
    display: flex;
  }
  .section-title, .section-saloninfo-text {
    display: flex;
    flex-direction: column;
  }
  .section-saloninfo-text {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
    padding-right: 5%
	}
}
@media (min-width: 720px) {
  .section-saloninfo-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 980px) {
  .PC-br {
    display: block;
  }
}
.section-title-voice p {
  font-size: 3.0rem;
  margin: 20% 0 10%;
}
.section-voice-inner {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 5%;
}
* {
  box-sizing: border-box;
}
.top_slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.inner {
  width: calc(100% - 100px);
  max-width: 980px;
}
.slide > div {
  padding: 10px 20px 20px;
  background: #fff;
  height: 100%;
  display: block;
  text-align: right;
  border-radius: 4%;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 100px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #966C6C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  top: 110%;
  right: 0px;
  left: 0px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "< slide";
}
[dir="rtl"] .slick-prev:before {
  content: "slide >";
}
.slick-next {
  top: 110%;
  right: 0px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "slide >";
}
[dir="rtl"] .slick-next:before {
  content: "slide >";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -5%;
  left: 0%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #966C6C;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #573526;
  opacity: 0.75;
}
.swiper-slide {
  width: 300px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 0 20px 20px;
}
.voice_img {
  width: 80px;
  height: auto;
}
h5 {
  font-size: 2.2rem;
  color: #F4DE83;
  text-align: left;
}
h6 {
  font-size: 1.6rem;
  color: #573526;
  text-align: left;
}
.customer-set {
  display: flex;
  flex-direction: row;
  gap: 10%;
}
.customer-text-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 5px;
}
.customer-comment {
  text-align: left;
}
.customer-comment p {
  font-size: 16px;
  line-height: 1.8;
  color: #573526;
}
.minline {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -8px;
  left: 0px;
}
.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-slide {
  height: auto !important;
  padding: 10px;
}
.slick-prev {
  top: 110%;
  right: 0px;
  left: 0px;
}
.slick-next {
  top: 110%;
  right: 0px;
}
@media (max-width: 360px) {
  .voice_img {
    width: 60px;
  }
  .customer-set {
    display: flex;
    gap: 10%;
    flex-direction: column;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .section-voice-inner {
    margin: 0% auto;
    padding: 10% 0;
  }
}
.section-menu-inner {
  max-width: 980px;
  padding-top: 15%;
  margin: 0 auto;
}
.section-menu_img {
  z-index: 995;
  width: 90%;
  margin: 15% 10% 0 0;
  position: relative;
  opacity: 0;
}
.section-menu_img.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.background-box {
  position: relative;
  z-index: 995;
  margin-bottom: 8%;
}
.background-box:after {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 994;
  content: "";
  display: block;
  width: 90%;
  height: 80%;
  background: #FEBFCB;
  opacity: 0.30;
}
.section-menu-list-set {
  margin: 0 10%;
}
.section-menu-LASHLIFTset, .section-menu-OPTIONset, .section-menu-note {
  text-align: left;
}
.section-menu-LASHLIFTset span {
  font-size: 1.2rem;
}
.LASHLIFT-title-set {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6% 0 2% 0;
}
.OPTION-title-set {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6% 0 2% 0;
}
.section-menu-title-LASHLIFT, .section-menu-title-OPTION {
  display: inline-block;
  font-size: 2.0rem;
}
.centerLine-LASHLIFT {
  display: inline-block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.centerLine-OPTION {
  display: inline-block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.section-menu-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section-menu-list dt {
  display: block;
  flex: 0 1 auto;
}
.section-menu-list dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
.section-menu-item dt {
  font-weight: bold;
}
.section-menu-item dd {
  flex-basis: 0;
}
.centerLine {
  margin: 3%;
  flex-grow: 1;
  border-top: 1px solid #FEBFCB;
  border-width: 2.5px 0px 0px 0px;
  border-style: dotted;
}
.section-menu-note {
  margin: 10% 10% 20%;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-menu-inner {
    padding-top: 0;
  }
  .section-menu-set {
    max-width: 980px;
    display: flex;
    width: 100%;
  }
  .section-menu-list-set {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
  }
  .background-box {
    position: relative;
    z-index: 995;
    margin-bottom: 0%;
  }
  .background-box:after {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 994;
    content: "";
    display: block;
    width: 90%;
    height: 60%;
    background: #FEBFCB;
    opacity: 0.30;
  }
  .section-menu-note {
    margin: 5%;
    text-align: center;
  }
}
.section-flow-inner {
  max-width: 980px;
  margin: 10%;
  counter-reset: count;
  position: relative;
}
.section-flow-list img {
  width: 50%;
  opacity: 0;
}
.step-illustration.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width: 510px) {
  .section-flow-list {
    margin-top: 10%;
  }
  .section-flow-note {
    text-align: left;
  }
}
.step-content {
  padding: 1em 0 1.3em 2.5em;
  margin: 0;
  position: relative;
}
.step-content::before {
  content: "";
  display: block;
  width: 89px;
  height: 80px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 993;
}
.step-label {
  color: #966C6C;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 994;
}
.step-label::after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  font-size: 2.6rem;
  top: 25px;
  left: 18px;
  z-index: 993;
}
.flow-animelist {
  position: relative;
overflow: hidden;
}
.anime-wave {
  fill: none;
  stroke-width: 3;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  -webkit-animation: dash 2s linear forwards;
  animation: dash 2s linear forwards;
  display: block;
  position: absolute;
    top: 170px;
    left: -80%;
  z-index: 992;
  transform: rotateZ(90deg);
}
.anime-wave-svg {
  transform: scale(3.5, 1);
  rotate: 0deg;
  scale: 0.7;

}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.step-content4 {
  background: #fff2f4;
  z-index: 993;
}
.step-title {
  font-weight: bold;
  font-size: 120%;
  margin-left: 1.5em;
  color: #FF7C95;
}
.step-body {
  margin: 1em 0 0 3em;
  padding: 0 0 1em;
  text-align: left;
}
.section-flow-inner > :last-of-type::after {
  display: none;
}
.section-flow-note {
  margin-top: 10%;
}
	.anime-wave {
		display: none;
	}/*
  .anime-wave {
    fill: none;
    display: block;
    z-index: 992;
    transform: rotateZ(0deg);
		position: absolute;
    top: 55%;
    left: -80%;
  }
  .anime-wave-svg {
    transform: scale(3.1, 1.0);
	  rotate: 270deg;
  scale: 0.7;
	    stroke-width: 3;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    -webkit-animation: dash 2s linear forwards;
    animation: dash 2s linear forwards;
  }*/
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-flow-inner {
    margin: 0 auto;
  }
  .step-title {
    margin-left: 0;
  }
  .step-body {
    margin: 1em 2em;
    padding: 0;
  }
  .step-content {
    padding: 5em 0 1em 0;
  }
  .step-content::before {
    position: absolute;
    top: 0%;
    left: 30%;
  }
  .step-label {
    position: absolute;
    top: 5%;
    left: 38%;
  }
  .step-label::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 2.6rem;
        top: 25px;
        left: 20px;
    z-index: 993;
  }
  .flow-animelist {
    position: relative;
  }
  .anime-wave {
        display: block;
        position: absolute;
        top: 0%;
        left: 30%;
        z-index: 992;
	  transform: rotateZ(0deg);
	}
  .anime-wave-svg {
    transform: scale(2, 1.0);
  scale: 0.7;
	    fill: none;
	    stroke-width: 3;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: dash 2s linear forwards;
  }
  .step-content {
    width: 250px;
    padding: 5em 0 0 0;
  }
  .section-flow-list {
    display: flex;
  }
  .section-flow-note {
    margin: 4% 4% 8%;
  }
}
.section-calendar {
  background: #E4CCC9;
}
.section-calendar-inner {
  max-width: 980px;
  padding: 15% 10%;
}
.calendar-img {
  width: 100%;
  margin: 5% 0 5% 0;
}
.section-calendar-textset {
  text-align: left;
  opacity: 0;
}
.section-calendar-textset.active {
  animation: 2s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-calendar-img-text {
  padding: 3% 0 10%;
}
h3 {
  font-size: 2.2rem;
  margin: 5% 0;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-calendar-inner {
    margin: 0 auto;
    padding: 5%;
  }
  .section-calendar-set {
    width: 100%;
    display: flex;
    padding: 5% 0% 0;
  }
  .calendar-img {
    width: 40%;
    margin: 0 10% 0 0;
  }
  .section-calendar-textset {
    width: 60%;
  }
}
.section-product-inner {
  max-width: 980px;
  margin: 15% 10%;
}
.section-product-list {
  text-align: center;
}
.inner {
  text-align: left;
}
.section-product-img {
  opacity: 0;
}
.section-product-img.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-product-note {
  padding: 5% 0;
  text-align: left;
}
h4 {
  margin: 0 auto;
}
.inner p {
  font-size: 1.6rem;
}
.container {
  position: relative;
  max-width: 100%;
  height: 130px;
  padding: 10px 0px 0px;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
}
/*グラデーションで隠す擬似要素*/
.container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 242, 244, 1) 70%, rgba(255, 242, 244, 0) 100%);
  transition: .4s;
}
/*クラス付与時のスタイル*/
.container.active:before {
  opacity: 0;
  visibility: hidden;
}
/*テキストのスタイル*/
.product-inner p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
/*ボタンのスタイル*/
.product-readmore {
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: auto;
  height: auto;
  cursor: pointer;
  border: none;
  background: none;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 767px) {
  .section-product-inner {
    max-width: 980px;
    margin: 0% auto;
    padding: 5%;
  }
  .container {
    position: relative;
    max-width: 250px;
    height: 130px;
    padding: 10px 0px 0px;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
  }
  .section-product-note {
    padding-bottom: 5%;
    text-align: left;
  }
  .section-product-list {
    display: flex;
    gap: 40px;
  }
}
.section-product-list li, .section-product-list img {
  width: 100%;
}
.scroll_down {
  z-index: 997;
  position: absolute;
  bottom: 1%;
  right: 4%;
  animation: arrowmove 1s ease-in-out infinite;
  filter: drop-shadow(0px 0px 1px White) drop-shadow(0px 0px 2px White) drop-shadow(0px 0px 5px White) drop-shadow(0px 0px 5px White) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.4));
}
.scroll_down span {
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #573526;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 2px;
  height: 20px;
  background: #573526;
  transform: skewX(-31deg);
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background: #573526;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 5%;
  }
  100% {
    bottom: 1%;
  }
}
.footer {
  display: block;
  background-color: rgba(255, 216, 223, .5);
  position: relative;
}
.section-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 10% 10% 2%;
}
.footer-logo {
  width: 160px;
  height: 75.7px;
  margin: 0 auto;
}
.section-footer-text-set {
  display: block;
}
.footer-information, .footer-access {
  width: 100%;
  height: auto;
  text-align: center;
}
.footer-information h3, .footer-access h3 {
  margin: 40px 0 10px;
  color: #B89D99;
  font-size: 1.8rem;
}
.footer-information p, .footer-access p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.footer-information a {
  color: #573526;
  text-decoration: none !important;
}
.section-footer-textset {
  margin: 5% 0 5%;
}
.footer__copyright {
  font-size: 1.2rem;
}
/*　　------------------　　PC版　　------------------　　*/
@media(min-width: 730px) {
  .section-footer-inner {
    width: auto;
    height: 220px;
    margin: 0 auto;
    padding: 0;
  }
  .footer-logo {
    width: 160px;
    height: 75.7px;
    margin: 30px 7% 0 0;
  }
  .br_MB {
    display: none;
  }
  .footer-information, .footer-access {
    width: 100%;
    height: 160px;
    text-align: left;
  }
  .footer-information {
    width: 30%;
  }
  .footer-access {
    width: 70%;
    padding: 0 5%;
  }
  .footer-information h3, .footer-access h3 {
    margin: 30px 0 10px;
  }
  .section-footer-img-text-set {
    max-width: 980px;
    display: flex;
    padding: 0 5% 2%;
  }
  .section-footer-text-set {
    max-width: 980px;
    display: flex;
    width: 100%;
  }
}
/*　　------------------　　PC版　　------------------　　*/
@media(max-width: 800px) {
  .br_MB {
    display: block;
  }
}
@media(max-width: 729px) {
  .scroll_down {
    position: absolute;
    bottom: 1%;
    right: 7%;
  }
}
.page_top-set {
  position: absolute;
  bottom: 1%;
  right: 3%;
  display: block;
}
.page_top {
  max-width: 980px;
  position: absolute;
  bottom: 1%;
  right: 35%;
  animation: arrowmove 1s ease-in-out infinite;
}
.page_top-btn {
  position: relative;
  width: 40px;
  height: 100px;
  display: block;
}
.page_top span {
  position: absolute;
  left: -24px;
  bottom: 27px;
  color: #573526;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}
button {
  border: none;
  background: none;
}
.page_top:before {
  content: "";
  position: absolute;
  bottom: 70px;
  right: -6px;
  width: 2px;
  height: 20px;
  background: #573526;
  transform: skewX(-151deg);
}
.page_top:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background: #573526;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 5%;
  }
  00% {
    bottom: 1%;
  }
}