@charset "UTF-8";
@font-face {
  font-family: "myFont";
  src: url("../font/Hannari-web.woff") format("woff");
  src: url("../font/Hannari-web.woff2") format("woff2");
}
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

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

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s opacity ease;
  opacity: 1;
}
a:hover {
  opacity: 0.6;
}

a:link,
a:visited {
  display: block;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* clearfix */
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 1.687;
  font-family: "news-gothic-mt", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    sans-serif;
  color: #414141;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
::selection {
  background: #b06f85;
  color: #fff;
}
::-moz-selection {
  background: #b06f85;
  color: #fff;
}
/* =====================================
	style
===================================== */
#wrapper {
  position: relative;
  width: 100%;
  background-color: rgba(255, 254, 250, 1);
}
#content {
  width: 100%;
  padding: 26px 0 75px;
}

.btnFixed {
  display: block;
  opacity: 0;
  width: 161px;
  position: absolute;
  right: 76px;
  bottom: 100px;
  z-index: 100;
  transition: all 1.8s ease;
}
.btnFixed.fixed {
  opacity: 1;
  position: fixed;
  bottom: 100px;
  right: 76px;
}

#mainVisual {
  position: relative;
  width: calc(100% - 52px);
  margin: 0 auto 80px;
}
#mainVisual .txt {
  display: block;
  position: absolute;
  top: 27px;
  left: 34px;
  font-size: 12px;
  line-height: 1;
}

#mainVisual .logo {
  width: 212px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.8s 0.4s ease;
}
#mainVisual .logo.show {
  opacity: 1;
}

#mainVisual .lineScroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 10;
  padding-bottom: 82px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.lineScroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 120px;
  background: #b06f85;
}
.lineScroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
}
.lineScroll::after {
  animation: sdl 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

h2,
h3,
h4 {
  line-height: 1;
}
h3 {
  font-size: 30px;
  margin-bottom: 41px;
}
/*.jp{font-family: "hannari","HannariMincho","Hannari",serif !important; font-weight: 400;}*/
.jp {
  /* font-family: "myFont", serif !important; */
  font-weight: 400;
}

.en {
  font-size: 14px;
  line-height: 1.66;
}

.flexContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexCenter {
  align-items: center;
}

.btnDetail {
  color: #fff;
  background-color: #b06f85;
  border-radius: 35px;
  line-height: 1;
  display: block;
}
.btnDetail2 {
  color: #fff;
  background-color: #b06f85;
  border-radius: 35px;
  line-height: 3;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.box1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 144px;
}
.box1 .img1 {
  width: 440px;
  margin-top: 120px
}
.box1 .txtBox {
  width: 720px;
  margin-top: 0;
}
.box1 .txtBox p.subLead {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
  color:#690509;
}
.box1 .txtBox .heading {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
  color:#690509;
}
.box1 .txtBox .heading span.en {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
.box1 .txtBox .txt1 {
  font-size: 16px;
  line-height: 2.0;
}
.box1 .txtBox .txt2 {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 20px;
}

.box2 {
  margin-bottom: 120px;
}
.box2-1 {
  width: 852px;
  margin: 0 auto 55px;
  text-align: center;
}

.box2-1 .tit {
  font-size: 20px;
  width: 852px;
  margin: 0 auto 55px;
  text-align: center;
}
.box2-1 .txt {
  width: 852px;
  margin: 0 auto 55px;
  text-align: center;
}

.box2-2 {
  width: 847px;
  margin: 0 auto;
}
.box2-2 .txt {
  width: 496px;
  font-size: 16px;
  margin-bottom: 28px;
}
.box2-2 .txt span {
  display: block;
  font-size: 20px;
  margin-bottom: 1px;
}
.img2 {
  width: 295px;
}

.box3 {
  position: relative;
  width: 100%;
  margin-bottom: 133px;
}
.menuBoxWrap {
  width: 974px;
  margin: 0 auto;
}
.menuBox {
  width: 510px;
  color: #b06f85;
  background-color: #fff;
  text-align: center;
  border: 4px solid #fcfce8;
  border-radius: 25px;
  padding: 35px 50px 46px;
  box-sizing: border-box;
}
.menuBox h4 {
  font-size: 28px;
  margin-bottom: 17px;
}
.menuBox .jp {
  margin-bottom: 27px;
}
.menuBox .en {
  margin-bottom: 25px;
}
.menuBox .btnDetail {
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  margin: 0 auto;
}
.box3 .img3 {
  width: 712px;
  position: absolute;
  top: 0;
  right: 0;
}

.box4 {
  position: relative;
  width: 974px;
  margin: 0 auto 200px;
  z-index: 10;
}
.box4 h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
.box4-1 .logo {
  width: 265px;
  order: 2;
  margin-bottom: 6px;
}
.box4-1 .txtBox {
  width: 515px;
  order: 1;
}
.box4 .jp {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.box5 {
  position: relative;
  z-index: 1;
}
.imgAb {
  position: absolute;
  z-index: 1;
}
.img4 {
  width: 210px;
  bottom: -900px;
  left: 36%;
}
.img5 {
  width: 360px;
  top: -2%;
  right: 6.3%;
  display: block;
}
.img6 {
  width: 239px;
  top: 540px;
  left: 10%;
  display: block;
}

.profileBox {
  max-width: 1063px;
  margin: 0 auto 120px;
}
.box5 .profile {
  width: 524px;
  order: 1;
  position: relative;
  z-index: 10;
}
.box5 .txtBox {
  width: 480px;
  margin-top: 60px;
  order: 2;
  position: relative;
  z-index: 10;
}
.box5 .txtBox h3 {
  font-size: 20px;
  margin-bottom: 40px;
}
.box5 .txtBox .name {
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.box5 .txtBox .name .en {
  font-size: 18px;
}
.box5 .txtBox p.jp {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}


.btnWrap {
  max-width: 1050px;
  margin: 0 auto 60px;
}
.btnWrap ul li {
  width: 496px;
}
.btnWrap ul li:nth-child(-n + 2) {
  margin-bottom: 32px;
}

.Contact {
  width: calc(100% - 48px);
  margin: 0 auto 52px;
  color: #b06f85;
  background-color: #fff;
  text-align: center;
  padding: 65px 0 90px;
  border: 4px solid #fcfce8;
}
.Contact h3 {
  font-size: 40px;
  margin-bottom: 28px;
}
.Contact .txt {
  margin-bottom: 36px;
}
.Contact .btnDetail {
  width: 400px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}

footer {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
footer ul li.tw {
  width:;
}
footer ul li.insta {
  width:;
}
footer small {
  font-size: 12px;
}

.btnFixedSp {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 18px);
  transition: all 1.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1500px) {
  .box3 .img3 {
    width: calc(100% - (((100% - 974px) / 2) + 560px));
  }
}
@media screen and (max-width: 1252px) {
  .box1 {
    width: calc(100% - 52px);
  }
  .box1 .txtBox {
    width: 48.1%;
  }
  .box1 .img1 {
    width: 47.9%;
  }
}

@media screen and (max-width: 1115px) {
  .profileBox {
    width: calc(100% - 52px);
  }
  .box5 .profile {
    width: calc(100% - 457px);
  }
}
@media screen and (max-width: 1102px) {
  .btnWrap {
    width: calc(100% - 52px);
  }
  .btnWrap ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1026px) {
  .menuBoxWrap {
    width: calc(100% - 52px);
  }
  .box3 .img3 {
    width: calc(100% - 560px);
  }

  .box4 {
    width: calc(100% - 52px);
  }
  .box4-1 .txtBox {
    width: calc(100% - 295px);
  }
}
@media screen and (max-width: 904px) {
  .box2-1 {
    width: calc(100% - 52px);
  }
  .box2-2 {
    width: calc(100% - 52px);
  }
  .img2 {
    width: calc(100% - 526px);
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #content {
    width: 100%;
    padding: 20px 0 100px;
  }

  #mainVisual {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
  #mainVisual .txt {
    display: none;
  }
  #mainVisual .logo {
    width: 42.6%;
  }
  .btnFixed {
    display: none;
  }

  h3 {
    font-size: 30px;
    margin-bottom: 41px;
  }
  .en {
    font-size: 12px;
    line-height: 1.66;
  }
  .flexContent {
    display: block;
  }

  .box1 {
    width: 84%;
    margin: 0 auto 80px;
  }
  .box1 .img1 {
    width: 90%;
    margin: 40px auto 0;
  }
  .box1 .txtBox {
    width: 100%;
    margin-top: 0;
  }
  .box1 .txtBox p.subLead {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .box1 .txtBox .heading {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  .box1 .txtBox .heading span.en {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .box1 .txtBox .txt1 {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
  .box1 .txtBox .txt2 {
    font-size: 12px;
    line-height: 2.5;
  }

  .box2 {
    width: 84%;
    margin: 0 auto 80px;
  }
  .box2-1 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .box2-2 {
    width: 100%;
    margin: 0 auto;
  }
  .box2-2 .txt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 28px;
  }
  .box2-2 .txt span {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .img2 {
    width: 80.1%;
    margin: 0 auto 40px;
  }

  .box3 {
    width: 81%;
    margin: 0 auto 70px;
  }
  .menuBoxWrap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .menuBox {
    width: 100%;
    border: 4px solid #fcfce8;
    border-radius: 25px;
    padding: 35px 30px 46px;
  }
  .menuBox h4 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .menuBox .jp {
    margin-bottom: 17px;
    line-height: 1.25;
  }
  .menuBox .en {
    margin-bottom: 35px;
    font-size: 11px;
  }
  .menuBox .btnDetail {
    width: 51.6%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin: 0 auto;
  }
  .box3 .img3 {
    width: 87.1%;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .box4 {
    width: 84%;
    margin: 0 auto 120px;
  }
  .box4 h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .box4-1 .logo {
    width: 48%;
    margin: 0 auto 60px;
  }
  .box4-1 .txtBox {
    width: 100%;
  }
  .box4 .jp {
    margin-bottom: 20px;
  }

  .box5 {
    width: 96%;
    margin: 0 auto 60px;
    position: relative;
  }
  .imgAb {
    position: absolute;
    z-index: 1;
  }
  .img4 {
    width: 70%;
    top: -6.5%;
    left: 0;
  }
  .img5 {
    display: none;
  }
  .img6 {
    display: none;
  }

  .profileBox {
    max-width: 100%;
    margin: 0 auto;
  }
  .box5 .profile {
    width: 100%;
  }
  .box5 .txtBox {
    width: 100%;
    margin-top: 60px;
  }
  .box5 .txtBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box5 .txtBox .name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .box5 .txtBox p.jp {
    margin-bottom: 30px;
  }
  .box5 .txtBox .en {
    font-size: 14px;
    line-height: 2.14;
  }

  .btnWrap {
    max-width: 100%;
    width: 81%;
    margin: 0 auto 40px;
  }
  .btnWrap ul li:nth-child(-n + 2),
  .btnWrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .btnWrap ul li:last-child {
    margin-bottom: 0;
  }

  .Contact {
    width: 81%;
    margin: 0 auto 36px;
    padding: 50px 0 60px;
    border: 4px solid #fcfce8;
  }
  .Contact h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .Contact .txt {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .Contact .btnDetail {
    width: 70.7%;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
  }

  footer {
    width: 33%;
    margin: 0 auto;
  }

  .btnFixedSp {
    transform: translate(0, 58px);
    transition: all 1s ease;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93.6%;
    margin: auto;
    height: 58px;
    line-height: 58px;
    background-color: #b06f85;
    border-radius: 10px 10px 0 0;
    z-index: 999;
  }

  .btnFixedSp a {
    display: block;
    color: #fff;
    text-align: center;
  }
  .btnFixedSp.fixed {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* Salon Menu Box */
.salonMenuBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 80px 0;
  margin: 0 20px 120px;
  background-image: url(../img/salonmenu_bg.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
}

.salonMenuBox h2 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0;
  color: #690509;
}

.salonMenuBox .menuItem {
  flex: 0 1 240px;
  max-width: 240px;
  padding: 30px 20px;
  text-align: center;
}

.salonMenuBox .menuItem h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.salonMenuBox .menuItem p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.salonMenuBox .menuItem .btnDetail {
  display: inline-block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .salonMenuBox {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
    margin: 0 20px 80px;
    width: auto;
  }

  .salonMenuBox h2 {
    font-size: 24px;
  }

  .salonMenuBox .menuItem {
    width: 100%;
    max-width: 300px;
  }

  .salonMenuBox .menuItem h3 img {
    width: 75%;
  }

  .salonMenuBox .menuItem p {
    font-size: 1.4rem;
  }
}

/* YouTube Box */
.youtubeBox {
  width: 612px;
  margin: 0 auto 80px;
  text-align: center;
}

.youtubeBox a {
  display: block;
}

.youtubeBox img {
  width: 100%;
  height: auto;
}

/* voices Box */
.voicesBox {
  width: 980px;
  margin: 0 auto 160px;
  padding-top: 80px;
  text-align: center;
}

.voicesBox h2 {
  font-size: 40px;
  color: #690509;
  margin-bottom: 40px;
}

.voicesContent {
  background: #fff;
  width: 980px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}

.voicesContent h3 {
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 1px dashed #C76464;
  padding-bottom: 10px;
}

.voicesContent h3 img {
  height: 60px;
  width: auto;
}

.voicesContent p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}

.voicesContent p:last-child {
  margin-bottom: 0;
}

.voicesBox p.voicesBtn .btnDetail {
  width: 400px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .voicesBox {
    width: calc(100% - 20px);
    margin: 0 auto 80px;
    padding: 0;
  }

  .voicesBox h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .voicesContent {
    width: 100%;
    padding: 30px 20px;
    border-radius: 15px;
  }

  .voicesContent h3 {
    height: 50px;
    margin-bottom: 20px;
  }

  .voicesContent h3 img {
    height: 50px;
  }

  .voicesContent p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .voicesContent p br {
	display: none;
  }

  .voicesBox p.voicesBtn .btnDetail {
    width: 70.7%;
    height: 52px;
    line-height: 52px;
  }

  .youtubeBox {
    width: 81%;
    margin: 0 auto 60px;
  }
}

/* lang-btn */
.lang-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1000;
}

.lang-btn img {
  width: 146px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lang-btn {
    top: 40px;
    right: 30px;
  }
  
  .lang-btn img {
    width: 146px;
  }
}
