@charset "UTF-8";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  line-height: 0;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}

/* リンク
---------------------------------------------------------------------------- */
a {
  overflow: hidden;
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}

body {
  background: url("../img/bg-fixed.jpg") repeat center top/cover;
  background-attachment: fixed;
}

main {
  max-width: 768px;
  margin: 0 auto;
  height: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
  background-color: #ffffff;
}

.inner {
  max-width: 695px;
  width: 95%;
  margin: 0 auto;
}

.inner-s {
  max-width: 695px;
  width: 90%;
  margin: 0 auto;
}

.bg-beige {
  background-color: #f9f8f3;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header {
  max-width: 768px;
  margin: 0 auto;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  z-index: 9998;
}
@media screen and (max-width: 560px) {
  header {
    height: 56px;
  }
}
header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 560px) {
  header .h-inner {
    padding: 0 10px;
  }
}
header h1.logo {
  width: 28%;
  max-width: 195px;
}
@media screen and (max-width: 560px) {
  header h1.logo {
    max-width: 140px;
    min-width: 96px;
  }
}
header .h-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 68.362%;
}
@media screen and (max-width: 560px) {
  header .h-right {
    width: inherit;
  }
}
@media screen and (max-width: 365px) {
  header .h-right {
    width: calc(71% - 10px);
  }
}
header .h-right a[class^=btn-] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.25em;
  font-size: 22px;
}
@media screen and (max-width: 560px) {
  header .h-right a[class^=btn-] {
    width: 74px;
    height: 38px;
    padding: 5px 0;
    text-align: center;
    border-radius: 19px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 365px) {
  header .h-right a[class^=btn-] {
    width: 30%;
  }
}
header .h-right a[class^=btn-]:hover {
  text-decoration: none;
  filter: brightness(1.25);
}
header .h-right .btn-member {
  margin-right: 10px;
  background-color: #006210;
}
@media screen and (max-width: 560px) {
  header .h-right .btn-member {
    margin-right: 5px;
  }
}
header .h-right .btn-login {
  margin-right: 10px;
  background-color: #cd6a00;
}
@media screen and (max-width: 560px) {
  header .h-right .btn-login {
    margin-right: 5px;
  }
}
header .h-right .text-mypage {
  width: calc(100% - 125px);
  text-align: right;
  font-size: 1.125em;
  padding-right: 1em;
  line-height: 1.25em;
}
@media screen and (max-width: 560px) {
  header .h-right .text-mypage {
    width: calc(100% - 80px);
    font-size: 0.875em;
    padding-right: 0.5em;
  }
}
header .h-right .text-mypage .sp {
  display: none;
}
@media screen and (max-width: 560px) {
  header .h-right .text-mypage .sp {
    display: block;
  }
}
header .h-right .link-cart {
  position: relative;
  width: 54px;
  margin-right: 70px;
  overflow: visible;
}
@media screen and (max-width: 560px) {
  header .h-right .link-cart {
    width: 35px;
    margin: 0 43px 0 2px;
  }
}
header .h-right .link-cart .link-cart-badge {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: #ec2c00;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 560px) {
  header .h-right .link-cart .link-cart-badge {
    bottom: -3px;
    width: 18px;
    line-height: 18px;
    border-radius: 9px;
    font-size: 12px;
  }
}
header .h-right .link-cart:hover {
  opacity: 0.8;
}
header .contact-area {
  background-color: #725a40;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 560px) {
  header .contact-area {
    padding: 5px 0;
  }
}
header .contact-area .contact-text {
  font-size: 22px;
  line-height: 1.25em;
}
@media screen and (max-width: 560px) {
  header .contact-area .contact-text {
    font-size: 13px;
    line-height: 1.2em;
  }
}
header .contact-area .contact-number {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 50px;
  line-height: 1.125em;
  color: #fff;
  margin-bottom: -5px;
}
@media screen and (max-width: 560px) {
  header .contact-area .contact-number {
    padding-left: 22px;
    font-size: 22px;
  }
}
header .contact-area .contact-number::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 35px;
  height: 47px;
  background: url(../img/icon_tel.png) no-repeat top center/contain;
}
@media screen and (max-width: 560px) {
  header .contact-area .contact-number::before {
    top: 3px;
    width: 16px;
    height: 22px;
  }
}
header .contact-area .contact-number:hover {
  text-decoration: none;
}
header .contact-area .contact-day {
  font-size: 20px;
  line-height: 1.25em;
}
@media screen and (max-width: 560px) {
  header .contact-area .contact-day {
    font-size: 13px;
    line-height: 1.2em;
  }
}

header.scroll .globalMenuSp {
  display: block;
}

/*　ハンバーガーボタン　*/
.hamburger {
  width: 47px;
  height: 37px;
  display: block;
  position: absolute;
  right: 30px;
  top: 27px;
  cursor: pointer;
  text-align: center;
  z-index: 9999 !important;
}
@media screen and (max-width: 560px) {
  .hamburger {
    width: 37px;
    height: 28px;
    right: 10px;
    top: 14px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 47px;
  height: 3px;
  left: 0;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 560px) {
  .hamburger span {
    width: 37px;
    height: 2px;
  }
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 17px;
}
@media screen and (max-width: 560px) {
  .hamburger span:nth-child(2) {
    top: 12px;
  }
}

.hamburger span:nth-child(3) {
  top: 34px;
}
@media screen and (max-width: 560px) {
  .hamburger span:nth-child(3) {
    top: 25px;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 25px;
  left: 17px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateX(-8px) translateY(-16px);
  -moz-transform: rotate(-45deg) translateX(-8px) translateY(-16px);
  transform: rotate(-45deg) translateX(-8px) translateY(-16px);
}

.hamburger.active span:nth-child(2) {
  visibility: hidden;
}

.hamburger.active span:nth-child(3) {
  top: 25px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-4px) translateY(-4px);
  -moz-transform: rotate(45deg) translateX(-4px) translateY(-4px);
  transform: rotate(45deg) translateX(-4px) translateY(-4px);
}

.hamburger.active {
  overflow: visible;
}
.hamburger.active::before {
  content: "";
  position: absolute;
  top: -33px;
  right: -30px;
  width: 108px;
  height: 108px;
  background-color: #006110;
}
@media screen and (max-width: 560px) {
  .hamburger.active::before {
    top: -15px;
    right: -15px;
    width: 75px;
    height: 70px;
  }
}

.active {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

header nav.globalMenuSp {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998 !important;
  text-align: center;
  width: calc(100% - 50px);
  max-width: 400px;
  height: 100vh;
  opacity: 0;
  padding-top: 82px;
  background-color: #796642;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow: none;
}
@media screen and (max-width: 560px) {
  header nav.globalMenuSp {
    position: fixed;
    padding-top: 65px;
  }
}
header nav.globalMenuSp ul.top-nav {
  padding: 2em 2em 0;
  width: 100%;
  display: block;
  border: none;
}
@media screen and (max-width: 560px) {
  header nav.globalMenuSp ul.top-nav {
    padding: 1em 1em 0;
  }
}
header nav.globalMenuSp ul.top-nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: 0.4s all;
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
header nav.globalMenuSp ul.top-nav li a {
  display: block;
  color: #fff;
  padding: 0.75em 0.5em;
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  header nav.globalMenuSp ul.top-nav li a {
    font-size: 1.25em;
  }
}

.open {
  overflow: hidden;
}

/* このクラスを、jQueryで付与・削除する */
header nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#first {
  padding-top: 221px;
}
@media screen and (max-width: 560px) {
  #first {
    padding-top: 126px;
  }
}
#first .banner {
  display: block;
  margin: 24px 0;
}
@media screen and (max-width: 560px) {
  #first .banner {
    margin: 10px 0;
  }
}
.lineup h2{
  position: relative;
}

.lineup h2::before {
  content: "";
  display: block;
  height: 150px; /* ← 固定ヘッダーの高さ */
  margin-top: -150px;
  visibility: hidden;
}
@media screen and (max-width: 560px) {
  .lineup h2::before {
  height: 60px; /* ← 固定ヘッダーの高さ */
  margin-top: -60px;
}
}

#first .lineup {
  padding-top: 58px;
}
@media screen and (max-width: 560px) {
  #first .lineup {
    padding-top: 28px;
  }
}
#first h2 {
  max-width: 663px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 560px) {
  #first h2 {
    margin: 0 auto 24px;
  }
}
#first .list-anchorlink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#first .list-anchorlink li {
  margin: 10px 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 560px) {
  #first .list-anchorlink li {
    margin: 5px 0;
    width: calc(50% - 5px);
  }
}

/* product共通
---------------------------------------------------------------------------- */
.product + .product {
  border-top: 4px dotted #9d9d9d;
}

.product-ttl {
  position: relative;
  margin: 50px 0 32px;
  padding-left: 1em;
  font-size: 2.125em;
  font-weight: 600;
  color: #006210;
}
@media screen and (max-width: 560px) {
  .product-ttl {
    margin: 25px 0 16px;
    font-size: 1.375em;
    line-height: 1.25em;
  }
}
.product-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 10px;
  height: 62px;
  border-radius: 5px;
  background-color: #006210;
}
@media screen and (max-width: 560px) {
  .product-ttl::before {
    left: 4px;
    width: 5px;
    height: 30px;
  }
}

.product-img {
  max-width: 420px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 560px) {
  .product-img {
    margin: 0 auto 10px;
  }
}

.product-lead {
  padding: 0 25px 24px;
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .product-lead {
    padding: 0 10px 12px;
    font-size: 1.125em;
  }
}

.product-text {
  padding: 0 25px 40px;
  font-size: 1.125em;
}
@media screen and (max-width: 560px) {
  .product-text {
    padding: 0 10px 20px;
    font-size: 1em;
  }
}

.product-detail {
  color: #333333;
  border-top: 1px solid #e1e1e1;
  padding: 30px 20px 60px 10px;
}
@media screen and (max-width: 560px) {
  .product-detail {
    padding: 15px 10px 30px;
  }
}
.product-detail .amount {
  padding-left: 22px;
  font-size: 1.5em;
}
@media screen and (max-width: 560px) {
  .product-detail .amount {
    padding-left: 16px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 355px) {
  .product-detail .amount {
    font-size: 1.125em;
  }
}
.product-detail .box-price {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 560px) {
  .product-detail .box-price {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 355px) {
  .product-detail .box-price {
    font-size: 1.125em;
  }
}
.product-detail .box-price .price-ttl {
  width: 140px;
  margin-right: 32px;
  text-align: center;
  line-height: 52px;
  background-color: #efefef;
  border-radius: 15px;
}
@media screen and (max-width: 560px) {
  .product-detail .box-price .price-ttl {
    width: 110px;
    margin-right: 16px;
    line-height: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 355px) {
  .product-detail .box-price .price-ttl {
    width: 100px;
    margin-right: 10px;
  }
}
.product-detail .box-price .price-num {
  display: flex;
  align-items: center;
}
.product-detail .box-price .price-num .num {
  margin-right: 10px;
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .product-detail .box-price .price-num .num {
    margin-right: 5px;
    font-size: 1.5em;
  }
}
.product-detail .box-price .price-num .num img {
  height: 50px;
}
@media screen and (max-width: 560px) {
  .product-detail .box-price .price-num .num img {
    height: 38px;
  }
}
.product-detail .box-price .price-num .yen {
  font-size: 1.625em;
}
@media screen and (max-width: 560px) {
  .product-detail .box-price .price-num .yen {
    font-size: 1.25em;
  }
}
.product-detail .counter {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-detail .counter input[type=number] {
  width: 78px;
  height: 53px;
  border: 1px solid #bcbcbc;
  margin: 0 27px;
  font-weight: 600;
  font-size: 1.875em;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
@media screen and (max-width: 560px) {
  .product-detail .counter input[type=number] {
    width: 64px;
    height: 48px;
    margin: 0 20px;
    font-size: 1.5em;
  }
}
.product-detail .counter input[type=number]::-webkit-outer-spin-button, .product-detail .counter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail .counter button {
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.75em;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .product-detail .counter button {
    width: 42px;
    height: 42px;
    font-size: 1.5em;
  }
}
.product-detail .counter button.decrement {
  background-color: #7a7a7a;
}
.product-detail .counter button.decrement:hover {
  background-color: #a1a1a1;
}
.product-detail .counter button.increment {
  background-color: #006212;
}
.product-detail .counter button.increment:hover {
  background-color: #008619;
}

.btn-cart-in {
  display: block;
  max-width: 429px;
  margin: 50px auto 0;
}
@media screen and (max-width: 560px) {
  .btn-cart-in {
    margin: 30px auto 0;
  }
}
.btn-cart-in:hover {
  filter: brightness(1.25);
}

#shampoo {
  padding-top: 95px;
}
@media screen and (max-width: 560px) {
  #shampoo {
    padding-top: 40px;
  }
}

#haircare, #haircolor, #skincare {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 560px) {
  #haircare, #haircolor, #skincare {
    padding-top: 30px;
    margin-top: -30px;
  }
}

#news {
  padding-top: 80px;
}
@media screen and (max-width: 560px) {
  #news {
    padding-top: 40px;
  }
}
#news .h3-news {
  text-align: center;
  font-size: 3em;
  color: #006210;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  #news .h3-news {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
#news .news-list {
  height: 450px;
  padding: 0 50px 0 25px;
  overflow-y: scroll;
}
@media screen and (max-width: 560px) {
  #news .news-list {
    height: 340px;
    padding: 0 10px;
  }
}
#news .news-list li {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  #news .news-list li {
    margin-bottom: 24px;
  }
}
#news .news-list li .date {
  font-size: 0.875em;
  font-weight: 200;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 560px) {
  #news .news-list li .date {
    font-size: 0.75em;
  }
}
#news .news-list li .news-ttl {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 560px) {
  #news .news-list li .news-ttl {
    font-size: 1em;
  }
}
#news .news-list li .news-text {
  font-size: 1.125em;
}
@media screen and (max-width: 560px) {
  #news .news-list li .news-text {
    font-size: 1em;
  }
}
#news .news-list li .news-text a {
  text-decoration: underline;
}

#otherlink {
  padding-top: 80px;
}
@media screen and (max-width: 560px) {
  #otherlink {
    padding-top: 40px;
  }
}
#otherlink .flexbox-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#otherlink .flexbox-link li {
  margin: 10px 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 560px) {
  #otherlink .flexbox-link li {
    margin: 5px 0;
    width: calc(50% - 5px);
  }
}
#otherlink .banner {
  display: block;
  margin: 24px 0 32px;
}
@media screen and (max-width: 560px) {
  #otherlink .banner {
    margin: 16px 0 24px;
  }
}

footer {
  padding: 20px 0 65px;
}
@media screen and (max-width: 560px) {
  footer {
    padding: 20px 0 32px;
  }
}
footer .contact-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  footer .contact-area {
    margin-bottom: 24px;
  }
}
footer .contact-area p {
  text-align: center;
  font-size: 1.6875em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  footer .contact-area p {
    font-size: 1.125em;
  }
}
footer .contact-area .btn-link {
  display: block;
  max-width: 664px;
  width: 95%;
  margin: 7px auto;
}
footer .contact-area .btn-link:hover {
  filter: brightness(1.25);
}
footer .footer-nav {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.125em;
}
@media screen and (max-width: 560px) {
  footer .footer-nav {
    flex-wrap: wrap;
    margin-bottom: 40px;
    font-size: 1em;
  }
}
@media screen and (max-width: 560px) {
  footer .footer-nav p {
    width: 100%;
    text-align: center;
  }
}
footer .footer-nav a {
  text-decoration: underline;
}
footer .copyright {
  font-size: 0.75em;
  text-align: center;
  color: #4c4c4c;
}
footer .btn-top {
  position: fixed;
  right: 75px;
  bottom: 20px;
  width: 108px;
  height: 108px;
}
@media screen and (max-width: 560px) {
  footer .btn-top {
    right: 10px;
    bottom: 10px;
    width: 62px;
    height: 62px;
  }
}

/*===========================================================================*/
/*  media quary:780px  */
/*===========================================================================*/
@media screen and (max-width: 780px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .slider img {
    width: 80vw;
    height: auto;
    max-width: 700px;
  }
  .slider li {
    margin: 0;
    padding: 0;
  }
  /*  よくある質問  */
  .faq {
    padding: 3em 0;
  }
  .faq .accordion-container .accordion-title::after {
    font-size: 1em;
    top: 21%;
  }
  .faq .accordion-title {
    padding: 15px 5px;
  }
  .faq .accordion-title dd {
    font-size: 15px;
  }
  .faq .accordion-content {
    padding: 15px 5px;
  }
  .faq .accordion-content dd {
    font-size: 15px;
  }
  .ggmap {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hikaku-wrap {
    padding-bottom: 2em;
    overflow-x: scroll; /* 横スクロールの指定 */
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  /* スクロールの背景の設定 */
  ::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
  }
  /* スクロールのつまみ部分の設定 */
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1959A8;
  }
}/*# sourceMappingURL=style.css.map */