@charset "utf-8";
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td,article,header,footer,aside,figure,figcaption,nav,section{margin:0;padding:0;border:0;}
ul,ol {
  list-style: none;
}
html{
  font-size: 10px;
  font-size: 2.6666vw;
  scroll-behavior: smooth;
}
body {
  color: #2b2f30;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings : "pkna";
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 2.7;
  position: relative;
  width: 100%;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  width: 100%;
}
.fw-b {
  font-weight: bold;
}
.sp_only {
  display: block !important;
}
.pc_only {
  display: none !important;
}
@media (min-width:768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.3em;
    line-height: 2.77;
    min-width: 100rem;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}

.wrap {
  position: relative;
}

#loading {
  background: #fff;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 1s;
  width: 100vw;
  z-index: 9999;
}
.loading_inner {
  animation: bg-change 2.0s ease-in-out forwards;
  background: #2b2f30;
  height: 100vh;
  width: 100vw;
}
.loading_inner::after {
  background: url("/img/logo_wh.png") no-repeat top 45% center;
  background-size: 11.7rem auto;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width:768px) {
  .loading_inner::after {
    background-size: 20rem auto;
  }
}

@keyframes bg-change {
  0% {
    opacity: 1;
  } 80% {
    opacity: 1;
  } 100% {
    opacity: 0;
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.fix_movie {
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -10;
}
/*.fix_movie #fix_movie {
  height: 100vh;
}*/
.fix_movie #fix_movie {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100vh;
  transform: translate(-50%);
}
.btn_reserve {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.btn_reserve a {
  background: #2b2f30;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 1.9rem 2rem 1.8rem;
  text-align: center;
}
.btn_reserve a .btn_txt_sub {
  display: block;
  font-size: 1.1rem;
}
.btn_reserve a .btn_txt_main {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 1rem;
  padding-right: 2.7rem;
  position: relative;
}
.btn_reserve a .btn_txt_main::after {
  content: "";
  background: #fff;
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
@media (min-width:768px) {
  .wrap {
    overflow: hidden;
  }
  .fix_movie {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -10;
  }
  .fix_movie #fix_movie.movie_w_100 {
    height: auto;
    width: 100vw;
  }
  .btn_reserve {
    width: 30rem;
  }
  .btn_reserve a {
    padding: 2.6rem 2rem;
    transition: all 0.3s;
  }
  .btn_reserve a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .btn_reserve a .btn_txt_sub {
    display: block;
    font-size: 1.3rem;
  }
  .btn_reserve a .btn_txt_main {
    border: 0.1rem solid #fff;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding: 1.6rem 7rem 1.6rem 3.2rem;
    position: relative;
  }
  .btn_reserve a .btn_txt_main::after {
    content: "";
    background: #fff;
    display: block;
    height: 0.1rem;
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.7rem;
  }  
}

.header {
  height: 100vh;
  padding: 0 2rem;
  position: relative;
  max-width: 140rem;
}
.header .header_logo {
  padding: 0 2rem 0 0;
  width: 100%;
}
.header .header_txt {
  position: absolute;
  bottom: 11.2rem;
  left: 2rem;
}
.header .header_txt .day {
  border-left: 1px solid #fff;
}
.header .header_txt .day img {
  margin-left: 1.1rem;
  width: 2.3rem;
}
.header .header_txt .txt {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 2.8rem;
}
@media (min-width:768px) {
  .header {
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header .header_logo {
    padding: 0;
    position: absolute;
    right: 4.5%;
    top: 0;
    width: 41%;
  }
  .header .header_txt {
    bottom: 5.2rem;
    left: 4.5%;
  }
  .header .header_txt .day img {
    margin-left: 1.5rem;
    width: 3rem;
  }
  .header .header_txt .txt {
    font-size: 2.4rem;
    margin-top: 3.5rem;
  }  
}

.container {
  padding: 0 2rem;
}
.bg_gray {
  background: #eee;
  padding: 7rem 0;
}
.bg_white {
  background: #fff;
  padding: 13rem 0 15rem;
}
.bg_white + .bg_white {
  margin-top: 40rem;
  padding: 0 0 15rem;
}
.ttl {
  color: #6f7070;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width:768px) {
  .container {
    margin: 0 auto;
    padding: 0;
    min-width: 100rem;
  }
  .bg_gray {
    padding: 3rem 0 6rem;
    min-width: 100rem;
  }
  .bg_white {
    padding: 25rem 0;
    min-width: 100rem;
  }
  .bg_white + .bg_white {
    margin-top: 60rem;
    padding: 25rem 0 0;
  }
  .ttl {
    font-size: 2rem;
  }  
}

.concept .inner_block {
  background: url(/img/bg_concept_sp.png) no-repeat top 41.4rem right;
  background-size: 35.5rem auto;
  padding-bottom: 64.5rem;
}
.concept .ttl,
.concept .txt_main,
.concept .txt,
.concept .txt_bottom {
  padding: 0 2rem;
}
.concept .txt_main {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  line-height: 2;
  margin-top: 2.5rem;
}
.concept .txt {
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
}
@media (min-width:768px) {
  .concept .inner_block {
    background: url(/img/bg_concept_pc.png) no-repeat top right;
    background-size: 100rem auto;
    margin: 0 auto;
    padding: 0 0 61.5rem 61.5rem;
    width: 100rem;
  }
  .concept .ttl,
  .concept .txt_main,
  .concept .txt,
  .concept .txt_bottom {
    padding: 0;
  }
  .concept .txt_main {
    font-size: 3.8rem;
    line-height: 2.11;
    margin-top: 3.2rem;
  }
  .concept .txt {
    letter-spacing: 0.1em;
    margin-top: 2.8rem;
  }
  .concept .txt_bottom {
    margin: 0 auto;
    text-align: center;
    width: 70rem;
  }
}

.nemu_price {
  padding-top: 14rem;
}
.nemu_price .lst_column2 .column {
  border-top: 0.1rem solid #2b2f30;
  margin-top: 4.2rem;
  padding-top: 4.2rem;
}
.nemu_price .lst_column2 .column:last-child {
  border-bottom: 0.1rem solid #2b2f30;
  padding-bottom: 4.2rem;
}
.nemu_price .lst_column2 .column dl dt,
.nemu_price .lst_column2 .column dl dd {
  line-height: 1.8;
}
.nemu_price .lst_column2 .column dl dt {
  color: #6f7070;
  font-weight: normal;
  margin-top: 3.6rem;
}
.nemu_price .lst_column2 .column dl dd {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4rem;
}
.nemu_price .lst_column2 .column dl dt:first-child {
  margin-top: 0;
}
.nemu_price .lst_column2 .column .txt_gray {
  color: #6f7070;
  line-height: 1.8;
  margin-top: 1.4rem;
}
.nemu_price .txt_note {
  color: #6f7070;
  line-height: 1.93;
  margin-top: 2rem;
}
@media (min-width:768px) {
  .nemu_price {
    padding-top: 11rem;
  }
  .nemu_price .ttl {
    margin: 0 auto;
    width: 100rem;
  }
  .nemu_price .lst_column2 {
    align-items: center;
    border-left: 0.1rem solid #2b2f30;
    display: flex;
    margin: 6rem auto 0;
    flex-wrap: wrap;
    width: 100rem;
  }
  .nemu_price .lst_column2 .column {
    border-top: none;
    margin-top: 0;
    padding: 1.2rem 9rem 1.2rem;
    width: 50%;
  }
  .nemu_price .lst_column2 .column:last-child {
    border-bottom: none;
    border-left: 0.1rem solid #2b2f30;
    border-right: 0.1rem solid #2b2f30;
    padding: 1.2rem 9rem 1.2rem;
  }
  .nemu_price .lst_column2 .column dl dt {
    margin-bottom: 0.8rem;
    margin-top: 3rem;
  }
  .nemu_price .lst_column2 .column dl dd {
    margin-top: 0.4rem;
  }
  .nemu_price .lst_column2 .column .txt_gray {
    margin-top: 1rem;
  }
  .nemu_price .txt_note {
    line-height: 2;
    margin: 3.8rem auto 0;
    max-width: 100rem;
  }  
  .nemu_price .txt_note p {
    text-align: right;
  }  
  .nemu_price .txt_note p span {
    display: inline-block;
    text-align: left;
    width: 29rem;
  }  
}

.txt_btn_front {
  color: #6f7070;
  font-weight: 700;
  line-height: 1.93;
  margin-top: 4.6rem;
  text-align: center;
}

.btn_salon {
  margin: 4rem auto 0;
  position: relative;
  width: 30.5rem;
}
.btn_salon::before,
.btn_salon a::before,
.btn_salon::after,
.btn_salon a::after {
  background: url(/img/ico_plus.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  width: 1rem;
}
.btn_salon a::before {
  left: auto;
  right: -1.5rem;
}
.btn_salon::after,
.btn_salon a::after {
  bottom: -1.5rem;
  right: -1.5rem;
  left: auto;
  top: auto;
}
.btn_salon a::after {
  left: -1.5rem;
}
.btn_salon a {
  background: #2b2f30;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 2.5rem 2rem 2.8rem;
  text-align: center;
  width: 100%;
}
.btn_salon a span {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 2.7rem;
  position: relative;
}
.btn_salon a span::after {
  content: "";
  background: #fff;
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
@media (min-width:768px) {
  .txt_btn_front {
    font-size: 1.4rem;
    margin-top: 5.8rem;
  }
  
  .btn_salon {
    margin: 3.5rem auto 0;
    width: 100%;
  }
  .btn_salon::before,
  .btn_salon a::before,
  .btn_salon::after,
  .btn_salon a::after {
    background: url(/img/ico_plus.png) no-repeat 0 0 / contain;
    content: "";
    display: block;
    height: 1.5rem;
    position: absolute;
    left: -2rem;
    top: -2rem;
    width: 1.5rem;
  }
  .btn_salon a::before {
    left: auto;
    right: -2rem;
  }
  .btn_salon::after,
  .btn_salon a::after {
    bottom: -2rem;
    right: -2rem;
    left: auto;
    top: auto;
  }
  .btn_salon a::after {
    left: -2rem;
  }
  .btn_salon a {
    padding: 3.8rem 2rem 4rem;
    transition: all 0.3s;
  }
  .btn_salon a:hover {
    opacity: 0.7;
  }
  .btn_salon a span {
    font-size: 2rem;
    padding-right: 3.5rem;
  }
  .btn_salon a span::after {
    width: 1.5rem;
  }  
}

.img_block {
  background: url(/img/bg_photo_sp.png) no-repeat top 11rem right;
  background-size: 35.5rem auto;
}
.img_block .txt_img_block {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.25;
  padding: 71.2rem 2rem 19.8rem;
}
@media (min-width:768px) {
  .img_block {
    background: url(/img/bg_photo_pc.png) no-repeat top right / contain;
    margin: 0 auto;
    width: 100rem;
  }
  .img_block .txt_img_block {
    font-size: 2.4rem;
    padding: 78rem 0 26rem;
  }
}

.reserve_contact {
  text-align: center;
}
.reserve_contact .txt {
  line-height: 2.47;
  margin-top: 3rem;
}
.reserve_contact .txt_btn_front {
  margin-top: 3.4rem;
}
@media (min-width:768px) {
  .reserve_contact .txt {
    line-height: 2.77;
    margin-top: 4.5rem;
  }
  .reserve_contact .txt_btn_front {
    margin-top: 5rem;
  }
}

.access_map {
  margin-top: 15rem;
}
.access {
  background: #eee;
  padding: 7rem 2rem 10rem;
}
.access .access_logo {
  margin: 0 auto;
  width: 12.8rem;
}
.access .txt {
  margin-top: 3.4rem;
  text-align: center;
}
.access .txt + .txt {
  margin-top: 0.5rem;
}
.access_info {
  margin-top: 4.4rem;
}
.access_info dl {
  align-items: center;
  border-bottom: 0.1rem solid #040000;
  display: flex;
  margin-top: 3.5rem;
}
.access_info dl:first-child {
  margin-top: 0;
  padding-bottom: 1.5rem;
}
.access_info dl dt {
  color: #6f7070;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  width: 35%;
}
.access_info dl dd {
  line-height: 1.77;
  width: 65%;
}
.map {
  padding: 7.5rem 2rem 0;
}
.map .img_map {
  margin: 0 auto;
  width: 30.2rem;
}
.btn_map {
  margin: 4rem auto 0;
  width: 28.5rem;
}
.btn_map a {
  background: #2b2f30;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 2.8rem 2rem 2.6rem;
  text-align: center;
  width: 100%;
}
.btn_map a span {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 2.7rem;
  position: relative;
}
.btn_map a span::after {
  content: "";
  background: #fff;
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
@media (min-width:768px) {
  .access_map {
    align-items: flex-end;
    background: #eee;
    background: linear-gradient(to right, #eee, #eee 50%,  #fff 50%,  #fff 100%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 25rem;
  }
  .access {
    padding: 8.5rem 0 10.5rem;
    width: 50%;
  }
  .access .access_logo {
    margin: 0 auto;
    width: 14.7rem;
  }
  .access .txt {
    margin: 4.5rem auto 0;
    width: 25rem;
  }
  .access .txt + .txt {
    line-height: 2;
    margin-top: 1rem;
  }
  .access_info {
    margin: 4.4rem auto 0;
    width: 33rem;
  }
  .access_info dl {
    margin-top: 3.8rem;
  }
  .access_info dl:first-child {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }
  .access_info dl dt {
    font-size: 2rem;
    width: 30%;
  }
  .access_info dl dd {
    line-height: 2;
    width: 70%;
  }
  .map {
    padding: 6rem 2rem 10.5rem;
    width: 50%;
  }
  .map .img_map {
    margin: 0 auto;
    width: 44.4rem;
  }
  .btn_map {
    margin: 5rem auto 0;
    width: 30rem;
  }
  .btn_map a {
    padding: 3rem 2rem;
    transition: all 0.3s;
  }
  .btn_map a:hover {
    opacity: 0.7;
  }
  .btn_map a span {
    font-size: 2rem;
    padding-right: 3.5rem;
  }
  .btn_map a span::after {
    width: 1.5rem;
  }  
}

.footer {
  background: #2b2f30;
  padding: 5rem 2rem 10rem;
}
.footer .footer_logo {
  margin: 0 auto;
  width: 10.2rem;
}
.footer .copyright {
  color: #6f7070;
  display: block;
  font-size: 1.1rem;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width:768px) {
  .footer {
    background: #2b2f30;
    padding: 7.8rem 2rem 8rem;
  }
  .footer .footer_logo {
    width: 12.6rem;
  }
  .footer .copyright {
    font-size: 1.2rem;
    margin-top: 4.8rem;
  }  
}

.insta .ttl {
  text-align: center;
}
.insta .ttl span {
  display: inline-block;
  padding: 0.8rem 0 0.5rem 4.4rem;
  position: relative;
}
.insta .ttl span::before {
  background: url("/img/ico_insta.png") no-repeat top left / contain;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2.9rem;
  width: 2.9rem;
}
.lst_insta {
  margin: 2rem auto 4.5rem;
}
.lst_insta .lst_insta_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lst_insta li {
  margin-top: 1.5rem;
  width: 30.4%;
}
@media (min-width:768px) {
  .insta {
    margin: 0 auto;
    width: 100rem;
  }
  .insta .container {
    align-items: center;
    display: flex;
  }
  .insta .ttl {
    margin: 0;
    text-align: left;
    width: 30rem;
  }
  .insta .ttl span {
    padding: 1.2rem 0 0.6rem 5.8rem;
  }
  .insta .ttl span::before {
    height: 3.8rem;
    width: 3.8rem;
  }  
  .insta .btn_map {
    margin: 3rem 0 0;
  }  
  .insta .col_left {
    order: 2;
    width: 30%;
  }
  .insta .col_right {
    order: 1;
    width: 70%;
  }
  .lst_insta {
    margin: 0;
    width: 100%;
  }
  .lst_insta .lst_insta_inner {
    justify-content: flex-start;
  }
  .lst_insta li {
    margin: 3rem 3rem 0 0;
    width: 25.8%;
  }  
  .lst_insta li a {
    transition: all 0.3s;
  }  
  .lst_insta li a:hover {
    opacity: 0.7;
  }  
}
/* フェードインアニメーション01 start */
.fade-in01 {
  opacity: 0;
}
.fade-in01.-js-waypoints {
  animation-name: fadein01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadein01 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* フェードインアニメーション01 end */
