/* common */

body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: .7;
}

a {
  text-decoration: none;
  color: #fff;
}

li,ul {
  list-style: none;
}

section {
  padding-bottom: 60px;
}

span.red {
  color: red;
}

span.gold {
  color: #91826C;
}

span.big {
  font-size: 50px;
}

span.bold {
  font-weight: bold;
}

span.small {
  font-size: 13px;
}

.pc-mode,
.pc-br {
  display: none;
}

/* body */

/* =====トップロゴ表示アニメーション===== */

.logo img {
  width: 200px;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
  animation-name:logo-fadeIn;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -1;
  }
  
  @keyframes logo-fadeIn {
    0% {
      opacity: 0;
    }

    80% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }

.top_anime01 {
  animation-name: top-fadeIn;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes top-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top_anime02 {
  margin-top: 0px;
  animation-name: top-text-fadeIn;
  animation-delay: 4.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes top-text-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top_anime03 {
  animation-name: header-fadeIn;
  animation-delay: 5.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes header-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* =====トップロゴ表示アニメーション===== */

/* =====フワッとアニメーション===== */

.animate {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.animate.up {
  transform: translateY(50px);
}

.animate.right {
  transform: translateX(200px);
}

.animate.left {
  transform: translateX(-200px);
}

.animate.appear {
  opacity: 1;
  transform: none;
}

/* =====フワッとアニメーション===== */

/* header */

header {
  background: #313131;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

header .sp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px 0px 8px;
  height: 60px;
}

.leo_logo {
  text-align: left;
}

.leo_logo img {
  height: 50px;
}

#open img {
  height: 20px;
}

#open.hide {
  display: none;
}

.overlay {
  background: #91826C;
  position: fixed;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 100;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  text-align: left;
  font-size: 14px;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay a {
  color: #fff;
}

.overlay ul {
  padding-top: 56px;
}

.overlay li {
  padding: 8px;
  border-bottom: 1px solid #fff;
}

.overlay li:last-child {
  border-bottom: none;
}

.overlay #close {
  position: absolute;
  top: 16px;
  right: 16px;
}

#close img {
  width: 20px;
}

/* main */

#top {
  position: relative;
}

.top_img img {
  width: 100vw;
}

section#top {
  padding: 0;
  margin-top: 60px;
}

.top_copy_wap {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top_copy_wap h1 {
  margin-bottom: 48px;
}

.top_copy_wap h1 img {
  width: 40%;
}

.banner_btn_wap {
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 0px 40px 0px;
}

.banner_btn {
  background: radial-gradient(#6C5D45, #91826C);
  text-align: center;
  border-radius: 5px;
  width: 300px;
  margin: 0 auto;
  padding: 16px;
}

.banner_btn a {
  color: #fff;
}

#top_price {
  background-image: url(../img/back_img.png);
  background-size: cover;
}

#top_price h2 {
  background: #91826C;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding: 8px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.tantou {
  font-size: 28px;
}

.zenshin_price_wap {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: -8px;
}

#concept {
  background-image: url(../img/back_img_bed.png);
  background-size: cover;
  padding-top: 60px;
}

#concept p img {
  height: 18px;
  padding-right: 8px;
  vertical-align: top;
}

#strong h3 {
  color: #333;
  background: #E9E9E9;
  padding: 24px;
  font-size: 22px;
}

#strong h3 img {
  height: 34px;
  margin-right: -4px;
}

.strong_wap {
  width: 85vw;
  margin: 0 auto;
  text-align: justify;
  padding-top: 48px;
  line-height: 1.8;
}

.strong_number {
  margin-bottom: -24px;
}

.strong_title {
  font-size: 20px;
}

.strong_wap img {
  width: 100%;
  padding: 8px 0px 8px 0px;
}

#strong .banner_btn_wap {
  margin-top: 40px;
}

#price .title {
  margin-bottom: 0px;
}

.title h3 {
  font-size: 32px;
}

.title_border_line {
  width: 100px;
  margin: 0 auto;
  border-top: 2px solid #91826C;
}

.price_top_text {
  font-size: 14px;
  margin-top: 40px;
}

.price_text_wap {
  width: 90vw;
  margin: 60px auto 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.right_text,
.comit_text {
  width: 47%;
}

.corce_title {
  font-size: 22px;
}

.corce_text {
  text-align: justify;
}

.price_wap {
  margin-top: 80px;
}

.price_img_wap,
.price_desc_wap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 90vw;
  margin: 0 auto;
}

.price_img_wap p, 
.price_img_wap img {
  width: 65%;
}

.price_img_wap p {
  font-size: 18px;
  background: rgba(0, 0, 0, .6);
  padding: 13px;
  z-index: 99;
  margin-right: -16px;
  margin-top: 16px;
}

.price_img_wap {
  margin-bottom: 16px;
}

.price_price {
  font-size: 26px;
  margin-top: -4px;
  margin-bottom: -4px;
}

#price .banner_btn_wap {
  background: none;
  padding-top: 56px;
}

.salon_top_text {
  font-size: 14px;
  margin-top: 56px;
}
.salon_wap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 94vw;
  margin: 64px auto 0px auto;
}

.salon_left {
  text-align-last: left;
}

.salon_place {
  font-family: 'Cormorant Garamond', serif;
  color: #91826C;
  font-size: 30px;
  line-height: 0.8;
}

.salon_salon {
  margin-top: 4px;
  font-size: 18px;
}

.salon_address {
  font-size: 11.5px;
  margin-top: 8px;
}

.salon_sns_btn {
  display: flex;
  align-items: center;
  margin: 24px 0px 24px 0px;
}

.salon_sns_btn img {
  width: 30px;
  margin-right: 16px;
}

.salon_hp a {
  color: #fff;
  border-bottom: #fff solid 1px;
  font-size: 14px;
}

.salon_right {
  width: 50%;
  height: 200px;
}

.salon_right iframe {
  width: 100%;
  height: 100%;
}

.faq_wap_wap {
  padding-top: 40px;
}

.faq_wap {
  display: flex;
  width: 90vw;
  margin: 0 auto;
  text-align: left;
}

.faq_left {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.faq_right {
  padding-top: 32px;
  padding-left: 8px;
}

.answer {
  margin-top: -24px;
}

#return_top a {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

#return_top img {
  width: 80px;
}

footer {
  background: #313131;
  color: #fff;
  text-align: center;
  padding: 40px;
}

footer a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#strong,
#price,
#salon,
#faq {
  margin-top: -60px;
  padding-top: 60px;
}

/* lower */

.lower_padding_top {
  padding-top: 80px;
}

#price.lower {
  margin-top: 80px;
}

.no_flex {
  display: block;
}

.price_text_wap.no_flex .right_text {
  width: 100%;
  text-align: center;
}

.price_commit.matome {
  width: 200px;
  margin: 0 auto;
}

#tokushoho {
  margin-top: 96px;
}

#tokushoho .title h3 {
  font-size: 20px;
}

#tokushoho table {
  width: 90vw;
  margin: 40px auto 0 auto;
  text-align: left;
}

#tokushohotable a {
  color: #fff;
}

#tokushoho th,
#tokushoho td {
  padding-top: 32px;
}

#tokushoho th {
  width: 40%;
  padding-right: 16px;
}

/* .white {
  color: #fff !important;
} */


/* PC版 */

@media (min-width: 850px) {

  /* common */

  p {
    font-size: 18px;
  }

  header .sp-header,
  .sp-mode,
  .sp-br {
    display: none;
  }

  .pc-mode,
  .pc-br {
    display: block;
  }

  .pc-font-size {
   font-size: 24px
  }

  .banner_btn {
    width: 400px;
    padding: 24px;
  }

  .banner_btn a {
    font-size: 24px;
  }

  span.big {
    font-size: 64px;
  }

  #strong {
    margin-top: -80px;
    padding-top: 80px;
   }


  #strong,
  #price,
  #salon,
  #faq {
    margin-top: -80px;
    padding-top: 80px;
  }

  /* main */

   header {
    height: 80px;
   }

   .pc-nav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
   }

   .leo_logo {
    padding-top: 3px;
   }

   .leo_logo img {
    height: 70px;
   }

   .pc-menu {
    display: flex;
   }

   .pc-menu a {
    color: #fff;
    margin-left: 56px;
    font-size: 18px;
   }

   section#top {
    max-width: 1000px;
    margin: 80px auto 0px auto;
   }

   .top_img img {
    max-width: 1000px;
   }

   #top_price h2 {
    font-size: 32px;
   }

   .tantou {
    font-size: 48px;
    padding-top: 24px;
   }

   #concept p {
    font-size: 20px;
   }

   #concept p img {
    height: 25px;
   }

   #strong h3 {
    font-size: 32px;
   }

   #strong h3 img {
    height: 48px;
    vertical-align: top;
   }

   .strong_wap {
    max-width: 450px;
    padding-top: 0px;
   }

   .pc-flex-strong {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 16px;
   }

   .strong_title {
    font-size: 24px;
   }

   .title h3 {
    font-size: 40px;
   }

   .price_text_wap {
    display: block;
    max-width: 1000px;
   }

   .corce_title {
    font-size: 30px;
    margin-top: 24px;
   }

   .right_text,
   .comit_text,
   .corce_text {
    width: 100%;
    text-align: center;
   }

   .price_top_text {
    font-size: 20px;
   }

   .price_img_wap,
   .price_desc_wap{
    max-width: 450px;
   }

   .price_img_wap p {
    font-size: 22px;
   }

   .price_desc_wap {
    justify-content: space-evenly;
   }

   .price_price {
    font-size: 30px;
   }

   .salon_top_text {
    font-size: 20px;
   }

   .salon_wap {
    width: 440px;
   }

   .salon_place {
    font-size: 38px;
   }

   .salon_salon {
    font-size: 23px;
   }

   .salon_address {
    font-size: 0.93em;
   }

   .salon_sns_btn {
    margin: 16px 0px 16px 0px;
   }

   .salon_hp a {
    font-size: 18px;
   }

   .faq_wap,
   .faq_wap_wap {
    max-width: 1000px;
    margin: 0 auto;
   }

   .faq_right {
    font-size: 22px;
   }

   .answer {
    margin-top: -24px;
   }

   /* lower */

   .lower_padding_top {
    padding-top: 120px;
   }

   .price_text_wap.no_flex.matome {
    margin-top: 100px;
   }

   span.small {
    font-size: 16px;
   }

   #tokushoho {
    margin-top: 120px ;
   }

   #tokushoho .title h3 {
    font-size: 28px;
   }

   #tokushoho table {
    max-width: 1000px;
   }

   #tokushoho th, 
   #tokushoho td {
    font-size: 20px;
  }

}