@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  background: #fffdf9;
  color: #737373;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.12em;
  line-height: 2;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th, .contact-form-table td {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #737373;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #ffbc4c;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #737373;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #737373;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #737373;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #737373;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #737373;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #737373;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
.com-txt,
#privacy .txt-box {
  letter-spacing: 0.12em;
  line-height: 2;
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 17px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #ffbc4c;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: calc(100% - 15px);
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 17px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #ffbc4c;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position: calc(100% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    max-width: 255px;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr:nth-of-type(1) th, .com-table tr:nth-of-type(1) td {
  padding-top: 0;
}
.com-table th, .com-table td {
  padding: 17px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th, .com-table td {
  letter-spacing: 0.1em;
  line-height: 1.5;
  vertical-align: middle;
}
.com-table th {
  width: 100px;
  border-bottom: 1px solid #ffbc4c;
}
.com-table td {
  padding-left: 30px;
  border-bottom: 1px solid #d5d3d1;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-table-note {
    font-size: 1.5rem;
  }
}
.com-table-note {
  line-height: 1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 1.9rem;
  }
}
.com-ttl01 .ja {
  letter-spacing: 0.1em;
  line-height: 1.47;
}
.com-ttl01 .lg {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .lg {
    font-size: 2.3rem;
  }
}
.com-ttl01 .en {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
.com-ttl01 .en {
  letter-spacing: 0.2em;
  color: #ffbc4c;
  line-height: 1;
}
.com-ttl01 .sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .sm {
    font-size: 1.5rem;
  }
}
.com-ttl01 .dot {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .dot {
    font-size: 2.2rem;
  }
}
.com-ttl01 .dot {
  position: relative;
}
.com-ttl01 .dot::before {
  content: "";
  width: 105px;
  height: 7px;
  background: url(../img/top/problem-dot.png) no-repeat center/contain;
  position: absolute;
  left: 16px;
  top: -10px;
}
.com-ttl02 {
  padding-bottom: 26px;
  background: url(../img/shampoo/features-ttl-ico.png) no-repeat center bottom;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.6rem;
  }
}
.com-ttl02 {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.com-ttl03 {
  padding-left: 16px;
  border-left: 4px solid #ffbc4c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl03 {
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.com-ttl04 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  letter-spacing: 0.1em;
  color: #ffbc4c;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .sub .com-ttl01 .ja {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .sub .com-ttl01 .ja {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sub .com-ttl01 .en {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .sub .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  text-align: right;
}
.sidebar-list-item:nth-of-type(n+2) {
  margin-top: 12px;
}
.sidebar-btn {
  animation: floatY 3s infinite ease-in-out;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #737373;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li, .breadcrumb a {
  letter-spacing: 0.05em;
  line-height: 1;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 8px;
  color: #737373;
}
.breadcrumb a {
  color: #737373;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0.05em;
  color: #737373;
  line-height: 40px;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation li.bg-none {
  background: none;
  outline: none;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #737373;
}
.pagenation .current {
  background: #ffbc4c;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-left::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/left.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.arrow-right {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-right::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/right.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 630px;
  margin: 56px auto 0;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 60px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next, .data-nav .back {
  width: 100%;
  max-width: 200px;
}
.to-works-btn {
  display: block;
  max-width: 170px;
  background: #ffbc4c;
  margin: auto;
}

.back-btn {
  display: flex;
  max-width: 200px;
  background: url(../img/back.png) no-repeat 25px center #ffbc4c;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.next-btn {
  display: flex;
  max-width: 200px;
  background: url(../img/next.png) no-repeat calc(100% - 25px) center #ffbc4c;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 300px;
  border-radius: 20px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
#header {
  position: relative;
}

.headline {
  padding: 28px 20px 26px 0;
}
@media screen and (min-width: 768px) {
  .headline-sns {
    margin-left: 28px;
  }
}

.logo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.gnav-list-link {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  color: #737373;
  letter-spacing: 0.08em;
  align-items: center;
}
.gnav-list-link::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: #ffbc4c;
  border-radius: 50%;
}
.gnav-list-link.current {
  color: #ffbc4c;
}

/*	mv  PC
------------------------------------ */
.mv {
  padding-right: 4.6%;
  position: relative;
}
.mv-catch {
  width: 27.1%;
  position: absolute;
  top: 24.625%;
  left: 4.9%;
}
.mv-catch img {
  width: 100%;
}
.mv-img {
  width: 70.9%;
  margin-left: auto;
}
.mv-img img {
  width: 100%;
  border-radius: 90px;
}

/* =========================================
  footer  PC
========================================= */
#footer {
  position: relative;
}
#footer .foo-bg {
  padding-bottom: 34px;
}
#footer .foo-box {
  width: 95.8%;
  margin: auto;
  border-radius: 60px;
  background: #ffdfa9;
}
#footer .foo-inner {
  padding: 52px 0 96px;
  position: relative;
}
#footer .foo-right {
  margin-top: 65px;
}
#footer .foo-sns {
  margin-top: 84px;
}
#footer .foo-sns li:nth-of-type(n+2) {
  margin-left: 33px;
}
@media screen and (min-width: 768px) {
  #footer .foo-copy {
    position: absolute;
    bottom: 80px;
    left: 0;
  }
}

.fnav {
  line-height: 1;
}
.fnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fnav-list:nth-of-type(n+2) {
  margin-top: 25px;
}
.fnav-list > li:nth-of-type(n+2) {
  margin-left: 17px;
}
@media screen and (min-width: 768px) {
  .fnav-list > li:nth-of-type(n+2)::before {
    content: "/";
    margin-right: 17px;
  }
}
.fnav-list-link {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.fnav-list-link.current {
  opacity: 0.5;
}

.copy-txt, .copy-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  max-width: 1920px;
  margin: auto;
}

.sv {
  width: 69.4%;
  height: 0;
  padding-top: 450px;
  margin-left: auto;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
}
.sv-catch {
  position: absolute;
  top: 162px;
  left: 6.6%;
}
.sv-catch .ja {
  display: inline-block;
  padding: 2px 28px;
  border-radius: 999px;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .sv-catch .ja {
    font-size: 2.3rem;
  }
}
.sv-catch .ja {
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #ffbc4c;
  box-shadow: 2.828px 2.828px 10px 0px rgba(134, 105, 58, 0.3);
}
.sv-catch .en {
  margin: 47px 0 0 30px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .sv-catch .en {
    font-size: 1.5rem;
  }
}
.sv-catch .en {
  letter-spacing: 0.2em;
  color: #a7a7a7;
  line-height: 1;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-flx {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-note {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-note {
    margin-top: 25px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box-mt-none {
  margin-top: 0;
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #fffdf9;
  color: #737373;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(115, 115, 115, 0.2);
}
#site a.site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #737373;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 20px;
}
#site .dropdown-menu__list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  color: #737373;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}

/*	e404  PCSP
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #737373;
}
#e404 .top {
  display: inline-block;
  color: #737373;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  /*	com-btn  SP
  ------------------------------------ */
  .com-btn {
    padding: 13px 30px;
    background-position-x: calc(100% - 15px);
  }
  /*	com-table  SP
  ------------------------------------ */
  .com-table th, .com-table td {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 90px;
  }
  .com-table-note {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .com-table-note img {
    height: 10px;
  }
  .com-table .note {
    display: block;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01 {
    text-align: center;
  }
  .com-ttl01 .en {
    margin-top: 10px;
  }
  .com-ttl01 .dot::before {
    width: 51px;
    height: 4px;
    left: 10px;
    top: -8px;
  }
  .com-ttl02 {
    padding-bottom: 20px;
    font-size: 2rem;
    background-size: 40px;
  }
  .com-ttl03 {
    padding-left: 10px;
    font-size: 1.8rem;
  }
  .com-ttl04 {
    font-size: 1.7rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  .sidebar {
    position: fixed !important;
  }
  .sidebar li:nth-of-type(n+2) {
    margin: 7px 10px 0 0;
  }
  .sidebar-btn {
    width: 68px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation-inner {
    margin-top: 30px;
  }
  .pagenation li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    font-size: 1.3rem;
    line-height: 50px;
  }
  .back-btn {
    max-width: 109px;
    padding-left: 10px;
    background-position-x: 13px;
    background-size: 7px;
  }
  .next-btn {
    max-width: 109px;
    padding-right: 10px;
    background-position-x: calc(100% - 13px);
    background-size: 7px;
  }
  .to-works-btn {
    max-width: 100px;
  }
  .arrow-left::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  .arrow-right::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header {
    padding-top: 80px;
  }
  .headline {
    padding: 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 105px !important;
  }
  .logo {
    z-index: 10;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    padding: 0 2% 25%;
  }
  .mv-img {
    width: 90%;
    margin: auto;
  }
  .mv-catch {
    width: 60%;
    top: auto;
    bottom: 0;
    left: 1.9%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #ffbc4c;
    border-radius: 5px;
    top: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 0 0 30px;
    background: #fffdf9;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0;
    text-align: center;
  }
  #drawer-nav .drawer-info li:nth-of-type(n+2) {
    margin: 0 0 0 25px;
  }
  #drawer-nav .drawer-info a {
    margin: auto;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-list > li:nth-of-type(3) .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border-color: #d5d3d1;
    color: #737373;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #ffbc4c;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #ffbc4c;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #737373;
    text-align: left;
    border-color: #d5d3d1;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #ffbc4c;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-box {
    border-radius: 25px;
  }
  #footer .foo-inner {
    padding: 35px 15px;
  }
  #footer .foo-right {
    width: 100%;
    margin: 20px auto 0;
  }
  #footer .foo-sns {
    margin-top: 30px;
    justify-content: center;
  }
  #footer .foo-copy {
    margin: 15px auto 0;
  }
  .fnav {
    display: block;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy {
    display: block;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sub .mv {
    padding-bottom: 14%;
  }
  .sv {
    width: 100%;
    padding-top: 50%;
    border-radius: 25px;
  }
  .sv-catch {
    top: auto;
    margin: auto;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sv-catch .en {
    margin: 20px auto 0;
  }
  #shampoo_cut .sv-catch .ja, #e404 .sv-catch .ja {
    padding: 2px 10px;
    font-size: 2rem;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */