@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none;
}




/* ヘッダー エリア */
#header .inner_left {
  width: 173px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header .inner_right {
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
  position:absolute;
  right:5px;
  z-index: 999;
}

#menu {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

#menu .bar01 {
  width: 40px;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar04 {
  top: 10px;
}

#bar05 {
  top: 21px;
}

#bar06 {
  top: 32px;
}

.inner_right #menu strong {
    width:40px;
    font-family: "arial", "Noto Sans JP";
    font-size: 12px;
    fontweight: normal;
    text-align: center;
    color: #000;
    display: block;
    position: absolute;
    top: 40px;
}


.active #bar04 {
  top: 23px;
  transform: rotate(45deg);
}

.active #bar05 {
  width: 0;
}

.active #bar06 {
  top: 23px;
  transform: rotate(-45deg);
}

.nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 2;
}

/*エントランスページ　*/
#entrance_body {width:95%; margin:150px auto 0;}
#entrance_body ul { display:block;}
#entrance_body li { height:100px; text-align:center; margin:20px 0;}
/*下層ページメニュー　（使用してない）*/
.nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #ffffff;
}

.nav_sp .right {
  width: 50%;
  height: auto;
  float: right;
}

.nav_sp .left li,
.nav_sp .right li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ffffff;
}

.nav_sp .left li:last-child,
.nav_sp .right li:last-child {
  border-bottom: 1px solid #ffffff;
}

.nav_sp .left li:hover,
.nav_sp .right li:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #000000;
  border-bottom: 1px dotted #ffffff;
}

.nav_sp .left li a,
.nav_sp .right li a {
  font-size: 4.0vw;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 1.25em 0;
  display: block;
}

.nav_sp .left li a:hover,
.nav_sp .right li a:hover {
  color: #ffffff;
}



/* 発毛実績ボタン */
.link_button {
  width:50%;
  background:#28a7e8;
  display:block;
  margin:auto;
  padding:10px 0;
  border-radius: 40px;
  color:#fff !important;
  font-weight:900;
  text-align: center;
  text-decoration:none !important;
}

/* main_visual エリア */
#main_visual #menu {
  width: 40px;
  height: 40px;
  margin-right: 1.302083333%;
  position: relative;
  z-index: 3;
  cursor: pointer;
  float: right;
}

#main_visual #menu strong {
  font-family: "arial", "Noto Sans JP";
  font-size: 12px;
  fontweight: normal;
  text-align: center;
  color: #000;
  margin-top: 40px;
  display: block;
}

#menu .bar {
  width: 40px;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 10px;
}

#bar02 {
  top: 21px;
}

#bar03 {
  top: 32px;
}

.active #bar01 {
  top: 19px;
  transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}

.active #bar03 {
  top: 19px;
  transform: rotate(-45deg);
}

#main_visual .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0 126.953125% 0;
  display: table;
}

#main_visual .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 10.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
}

.nav_sp {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  z-index: 2;
}

 .nav_sp ul {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 0;
  border-top: 1px solid #ffffff;
}

 .nav_sp ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ffffff;
}

 .nav_sp ul li:last-child {
  border-bottom: 1px solid #ffffff;
}

 .nav_sp ul li:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #000000;
  border-bottom: 1px dotted #ffffff;
}

 .nav_sp ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1.0em 0;
  display: block;
}

 .nav_sp ul li a:hover {
  color: #ffffff;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 94.17916667%;
  margin: 1.302083333% auto 0 auto;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}


.beforeafter_wrap {
  width:99%;
  display: block;
  margin:auto;
}

/* コンテンツ エリア */
#content h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 7.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 5.208333333%;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #dddddd;
  position: relative;
}

.single #content h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 5.208333333%;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #dddddd;
  position: relative;
}

#content h1::after {
  width: 20%;
  height: 5px;
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}

#content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 3.90625%;
  padding-bottom: 0.4em;
  border-bottom: 4px solid #dddddd;
  position: relative;
}

#content h2::after {
  width: 30%;
  content: " ";
  position: absolute;
  bottom: -4px;
  border-bottom: 4px solid #000000;
  display: block;
}

#content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 2.604166666%;
  display: flex;
  align-items: center;
}

#content h3::before {
  width: 3.0vw;
  height: 2px;
  margin-right: 1.0rem;
  content: '';
  background-color: #000000;
  display: inline-block;
}

#content h4,
#content h5,
#content h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 2.604166666%;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #000000;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}


/* トップページ　よくある質問 　*/

.faq_wrap {
	width:100%;
	padding:40px 0;
}

.faq_wrap > p > img{
	margin:auto;

}

.faq_wrap details{
	background:#fff;
	width:95%;
	margin:15px auto;
	padding:10px;
  list-style: none;
}

.faq_wrap summary{
	padding:20px 0;
	display: block;
	margin-bottom:20px;
}

.mans_faq {
  background:#0879d0;
}

.womens_faq {
  background:#f2aeee;
}

.mans_faq summary{
	border-bottom:1px solid #0879d0;
}

.womens_faq summary{
	border-bottom:1px solid #f2aeee;
}


高圧マイクロジェット噴流


/* ページトップ エリア */
p.pagetop {
  position: fixed;
  bottom: 2.604166666%;
  right: 2.604166666%;
  display: none;
}

p.pagetop a {
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #000000;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer .inner .logo {
  width: 47.39010988%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer .inner .logo a img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer .inner .logo a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

#footer .inner ul {
  width: 94.7916667%;
  height: auto;
  margin: 4.5vw auto 5.5vw auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

#footer .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #999999;
}

#footer .inner ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #666666;
  padding: 2.5vw 0;
  position: relative;
  display: block;
}

#footer .inner ul li a::before {
  width: 20px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  background-color: #666666;
}

#footer .inner ul li a::after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}

#footer .inner ul li a:hover::before,
#footer .inner ul li a:hover::after {
  display: none;
}

#footer .inner ul li a:hover {
  color: #ffffff;
  transition: 1.0s;
  background-color: #999999;
}

#footer .inner span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 4.0vw;
  padding: 0 2.604166666%;
  display: block;
}

#footer .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3em;
  color: #000000;
}

#footer .inner p span {
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 2.604166666%;
  display: block;
}

.footer_link {width:100%; text-align:center; margin:40px auto;}
.footer_link a {font-weight:900; color:#8db131; text-decoration:none; font-size:1.3em;}



/* ブリンク */
.blink{
	-webkit-animation:blink 2.0s ease-in-out infinite alternate;
  -moz-animation:blink 2.0s ease-in-out infinite alternate;
  animation:blink 2.0s ease-in-out infinite alternate;
  display:block;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/* popup style */
.sp_floting {
  display: none;
  margin:100px;
}

.slide_display {
  display: block;
}


.home #slidemenu,
.home #slidemenu li {
  display: block;
}

/* 追跡バナー */

#slidemenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

#slidemenu li {
  width: 33%;
  height: auto;
  background:#da3b7e;
  border-right:1px solid #fff;
  padding: 0.7em 0;
  line-height: 1.0em;
}

#slidemenu li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0vw;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #ffffff;
}

#slidemenu li img {width:30px; margin:0 auto 5px;}
#slidemenu li:first-child { background:#7576c9;}
#slidemenu li:nth-child(3) { background:#09c44f; border:unset;}
.pink_color { background:#ffe0e0 !important;  }
.pink_color a {color:#f00 !important;}
.blue_color { background:#d3e3ff !important;  }
.blue_color a {color:#00f !important;}


/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar #widget-area .widget-container img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar #widget-area .widget-container a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 2.0em;
  padding: 0;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2vw;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2em;
  color: #333333;
  margin: 0;
  padding: 0.8em 0;
  position: relative;
  display: block;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

#sidebar #widget-area .widget-container ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

#sidebar #widget-area .widget-container h3::after {
  width: 40%;
  content: " ";
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000000;
  display: block;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.improve {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0 2.604166666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/improve_bg1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.improve ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 15%;
}

.improve ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.improve ul li:first-child {
  margin: 0;
  padding-bottom: 22.02083333%;
}

.improve ul li:last-child {
  margin: 0;
  padding: 17.41666666% 0 7.03125% 39.0625%;
}

.improve ul li:first-child strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9.3vw;
  font-weight: 900;
  text-shadow: 0 0 20px #ffffff,
               0 0 25px #ffffff,
               0 0 30px #ffffff;
  line-height: 1.15em;
  color: #f70c59;
  display: block;
}

.improve ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.7vw;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 0 10px #ffffff,
               0 0 10px #ffffff,
               0 0 10px #ffffff,
               0 0 15px #ffffff,
               0 0 15px #ffffff,
               0 0 15px #ffffff,
               0 0 20px #ffffff,
               0 0 20px #ffffff,
               0 0 20px #ffffff;
  line-height: 1.6em;
  color: #000000;
}

.improve ul li:last-child span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9vw;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 10px #ffffff,
               0 0 10px #ffffff,
               0 0 10px #ffffff,
               0 0 10px #ffffff,
               0 0 15px #ffffff,
               0 0 15px #ffffff,
               0 0 15px #ffffff;
  line-height: 2.6em;
  color: #000000;
  display: block;
}

.campaign {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.campaign ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.campaign ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.campaign ul li:last-child {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 41.0625% 0.651041666% 19.40104166% 0.651041666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/campaign_bg1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.campaign ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.campaign ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.campaign ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6vw;
  font-weight: 600;
  text-align: center;
  line-height: 2.0em;
  color: #000000;
}

.campaign ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 4.6em;
  color: #000000;
  display: block;
}

.causing {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 15.765625% 2.604166666% 10.80729166% 2.604166666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/causing_bg.jpg");
  background-position: -20 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.causing ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.causing ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.causing ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 15px #ffffff,
               0 0 15px #ffffff,
               0 0 20px #ffffff,
               0 0 20px #ffffff,
               0 0 25px #ffffff,
               0 0 25px #ffffff;
  line-height: 1.0em;
  color: #000000;
}

.causing ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 8.0vw;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 20px #ffffff,
               0 0 20px #ffffff,
               0 0 25px #ffffff,
               0 0 25px #ffffff,
               0 0 30px #ffffff,
               0 0 30px #ffffff;
  line-height: 1.0em;
  color: #000000;
  padding-top: 3.90625%;
  display: block;
}

.causing ul li img {
  width: 49.64285714%;
  height: auto;
  margin: 121.7447916% auto 0 auto;
  padding: 0;
}

.causing ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.results {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 15.510416666% 2.604166666% 10.41666666% 2.604166666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/09/results_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.results ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.results ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.results ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
}

.results ul li img {
  width: 49.64285714%;
  height: auto;
  margin: 128.90625% auto 0 auto;
  padding: 0;
}

.results ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.flow {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 15.510416666% 2.604166666% 11.45833333% 2.604166666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/09/flow_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.flow ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.flow ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.flow ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 6.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
}

.flow ul li img {
  width: 49.64285714%;
  height: auto;
  margin: 127.6041666% auto 0 auto;
  padding: 0;
}

.flow ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.voice {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 15.510416666% 2.604166666% 13.54166666% 2.604166666%;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/09/voice_bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.voice ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 6.2vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
}

.voice ul li img {
  width: 49.64285714%;
  height: auto;
  margin: 125.6510416% auto 0 auto;
  padding: 0;
}

.voice ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

/*フロントページフッター*/
.front_wrap {
  background:#f8f8f8;
  padding:30px 0 100px;
  text-align:center;
}

/* 薄毛の原因ページ エリア */
.page_causing {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_causing strong {
  font-family: "Noto Serif JP", serif;
  font-size: 8.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #000000;
  padding: 0 0 3.90625% 0;
  display: block;
}

.page_causing strong.mgn {
  padding: 2.604166666% 0 0 0;
}

.page_causing p {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #000000;
  margin: 0;
  padding: 0;
}

.page_causing .inner_top {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 1.302083333% 0;
  padding: 2.604166666% 3.90625%;
  background-color: #eeeeee;
  border-radius: 8px;
}

.page_causing .inner_top table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.page_causing .inner_top table th {
  width: 20%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  vertical-align: top;
  line-height: 1.3em;
  color: #000000;
  margin: 0;
  padding: 2.604166666% 0;
}

.page_causing .inner_top table td {
  width: 80%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  vertical-align: top;
  line-height: 1.3em;
  color: #000000;
  margin: 0;
  padding: 2.604166666% 0;
}

.page_causing span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.4em;
  color: #000000;
  display: block;
}

.page_causing .inner_middle {
  width: 100%;
  height: auto;
  margin: 7.8125% 0;
  padding: 0;
  display: table;
}

.page_causing .inner_middle strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  display: block;
}

.page_causing .inner_middle strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: linear-gradient(transparent 75%, #efb4b5 75%);
  background-position: 0 -3px;
  display: inline;
}

.page_causing .inner_middle ul {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 10.41666666% 0;
  padding: 0;
}

.page_causing .inner_middle ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_causing .inner_middle ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  margin: 2.604166666% 0;
}

.page_causing .inner_middle ul li img {
  width: 70%;
  height: auto;
  margin: 5.208333333% auto;
  padding: 0;
}

.page_causing .inner_middle .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 3.90625% 6.510416666% 3.90625%;
  background-color: #eeeeee;
  border-radius: 8px;
  display: table;
}

.page_causing .inner_middle .inner strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.7vw;
  font-weight: 500;
  line-height: 1.5em;
  color: #000000;
  display: block;
}

.page_causing .inner_middle .inner ul {
  width: 91.75824175%;
  height: auto;
  margin: 3.90625% auto 4.557291666% auto;
  padding: 0;
  display: block;
}

.page_causing .inner_middle .inner ul li {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding: 2.604166666% 0 2.604166666% 8.0vw;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/page_causing_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 5.5vw;
}

.page_causing .inner_middle .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

.page_causing .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.page_causing .inner_bottom strong.title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 6.510416666%;
  padding: 0.5em 0 0.7em 0;
  border-radius: 6px;
  background-color: #777777;
  position: relative;
  display: block;
}

.page_causing .inner_bottom strong.title::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 13px solid #777777;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

.page_causing .inner_bottom p {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
  color: #000000;
}

.page_causing .inner_bottom .inner {
  width: 100%;
  height: auto;
  margin: 9.114583333% 0 2.604166666% 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.page_causing .inner_bottom .inner ul {
  width: 47.93956043%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0 2.6043956%;
}

.page_causing .inner_bottom .inner ul.full {
  width: 47.93956043%;
  height: auto;
  margin: 0 26.03021978% 6.510416666% 26.03021978%;
  padding: 0 2.6043956%;
}

.page_causing .inner_bottom .inner ul li,
.page_causing .inner_bottom .inner ul.full li {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding: 0;
}

.page_causing .inner_bottom .inner ul li:last-child,
.page_causing .inner_bottom .inner ul.full li:last-child {
  margin: 0;
}

.page_causing .inner_bottom .inner ul li img {
  width: 80.22922636%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.page_causing .inner_bottom .inner ul.full li img {
  width: 80.22922636%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.page_causing .inner_bottom .inner ul li p,
.page_causing .inner_bottom .inner ul.full li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.page_causing .inner_bottom span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  color: #000000;
  display: block;
}

.page_causing .inner_bottom .inner_campaign {
  width: 100%;
  height: auto;
  margin-top: 4.557291666%;
  padding: 6.510416666% 1.302083333% 5.208333333% 1.302083333%;
  border-radius: 8px;
  background-color: #dedede;
  display: table;
}

.page_causing .inner_bottom .inner_campaign strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 0;
  display: block;
}

.page_causing .inner_bottom .inner_campaign img {
  width: 91.75824175%;
  height: auto;
  margin: 2.604166666% auto 6.510416666% auto;
  padding: 0;
}

.page_causing .inner_bottom .inner_campaign p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.3vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* 発毛実績ページ エリア */
.page_results {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_results .inner {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
}

.page_results .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_results .inner_lnk {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_results .inner_lnk ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_results .inner_lnk ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_results .inner_lnk ul li:first-child {
  margin-bottom: 3.90625%;
}
/*
.page_results .inner_lnk ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding: 1.2em 0;
  border-radius: 6px;
  box-shadow: 0 3px 0 rgba(207,152,054,0.8);
  background-color: #e9c78b;
  position: relative;
  display: block;
}

.page_results .inner_lnk ul li a::after {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 1.0em;
  transform: rotate(45deg);
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.page_results .inner_lnk ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}
*/

/* 発毛実績（男性・女性別）ページ エリア */
.results_male,
.results_female {
  width: 100%;
  height: auto;
  margin-bottom: -7.8125%;
  padding: 0;
}

.results_male .inner,
.results_female .inner {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
  display: table;
}

.results_male .inner ul,
.results_female .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.results_male .inner ul li,
.results_female .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.results_male .inner ul li img,
.results_female .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.results_bottom{

margin-bottom: 10px;

}

/* 体験の流れページ エリア */
.page_flow {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_flow strong {
  font-family: "Noto Serif JP", serif;
  font-size: 8.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #000000;
  margin: 0;
  padding: 0;
  display: block;
}

.page_flow .cover {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 6.510416666% 0;
  padding: 3.90625% 2.604166666% 0 2.604166666%;
  background-color: #eff7fa;
  display: table;
}

.page_flow .cover .inner {
  width: 100%;
  height: auto;
  margin-bottom: 9.114583333%;
  padding: 0;
  display: table;
}

.page_flow .cover .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_flow .cover .inner ul li {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 3.90625% 0;
  padding: 0;
}

.page_flow .cover .inner ul li:first-child,
.page_flow .cover .inner ul li:last-child {
  margin: 0;
}

.page_flow .cover .inner ul li.point01 {
  padding: 0 0 1.1em 17.0vw;
  min-height: 14.0vw;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/point01.png");
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  background-size: 14.0vw;
}

.page_flow .cover .inner ul li.point02 {
  padding-left: 17.0vw;
  min-height: 14.0vw;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/point02.png");
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  background-size: 14.0vw;
}

.page_flow .cover .inner ul li.point03 {
  padding: 0 0 1.1em 17.0vw;
  min-height: 14.0vw;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/point03.png");
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  background-size: 14.0vw;
}

.page_flow .cover .inner ul li.point04 {
  padding-left: 17.0vw;
  min-height: 14.0vw;
  background-image: url("http://linkwin.kuron.jp/super_scalp/wp-content/uploads/2023/10/point04.png");
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  background-size: 14.0vw;
}

.page_flow .cover .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  display: block;
}

.page_flow .cover .inner ul li strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: linear-gradient(transparent 75%, #efb4b5 75%);
  background-position: 0 -3px;
  display: inline;
}

.page_flow .cover .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_flow .cover .inner ul li img.mgn {
  margin-top: -1.0em;
}

.page_flow .cover .inner ul li p.note {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  margin-top: -1.0em;
  padding-bottom: 3.90625%;
}

.page_flow .cover .inner ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.page_flow .cover .inner ul li span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: left;
  text-indent: -1.1em;
  line-height: 1.4em;
  margin: 0 0 -0.5em 1.0em;
  padding: 0;
  display: block;
}

.page_flow .cover .inner ul li span.last {
  margin: 0 0 0 1.0em;
}

.page_flow .inner_lnk {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.page_flow .inner_lnk ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_flow .inner_lnk ul li {
  width: 48.62637362%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_flow .inner_lnk ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_flow .inner_lnk ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

/* よくある質問ページ エリア */
.page_faq {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666% 2.604166666% 0 2.604166666%;
  background-color: #dddddd;
  display: table;
}

.page_faq .inner {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0 2.604166666%;
  background-color: #ffffff;
}

.page_faq .inner table {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
  border-collapse: collapse;
}

.page_faq .inner table tr.underline {
  border-bottom: 1px solid #393939;
}

.page_faq .inner table th {
  width: 19%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 5.8vw;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1.0em;
  margin: 0;
  padding: 2.604166666% 0 3.255208333% 0;
}

.page_faq .inner table td {
  width: 81%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  vertical-align: middle;
  line-height: 1.3em;
  margin: 0;
  padding: 2.604166666% 0;
}

/* 当サロンの特徴ページ エリア */
.solution {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.solution strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 3.90625%;
  padding: 0;
  display: block;
}

.solution strong::before {
  content: 'SOLUTION';
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 900;
  color: #2cd8d5;
  margin-bottom: 1.302083333%;
  display: block;
}

.solution p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #000000;
}

.solution .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.solution .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.solution .inner ul li:first-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625%;
}

.solution .inner ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.solution .inner ul li:first-child span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.3em;
  color: #e0376a;
  margin-bottom: 3.90625%;
  display: block;
}

.solution .inner ul li:first-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 600;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
}

.solution .inner ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.compare {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 10.41666666%;
}

.compare strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
  padding-bottom: 0.25em;
  border-bottom: 5px solid #dddddd;
  position: relative;
  display: block;
}

.compare strong::after {
  width: 30%;
  content: " ";
  position: absolute;
  bottom: -4px;
  border-bottom: 4px solid #000000;
  display: block;
}

.compare img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* 喜びの声（投稿）ページ エリア */
.voice_cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13.02083333% 2.604166666% 7.8125% 2.604166666%;
  background-color: #54483f;
}

.voice_cover img {
  width: 60%;
  height: auto;
  margin: 0 auto 7.8125% auto;
  padding: 0;
}

#content .voice_cover h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 0.5em 0.6em 1.2em;
  border: none;
  background-color: #a68220;
  position: relative;
}

#content .voice_cover h1::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 12px solid #a68220;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  background-color: #e9e8e7;
}

.voice_cover .voice_inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.voice_cover .voice_inner .inner {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 5.208333333% 3.90625%;
  background-color: #e9e8e7;
}

.voice_cover .voice_inner .inner strong {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #ffffff;
  position: relative;
  display: block;
}

.voice_cover .voice_inner .inner strong span {
  width: 10.0vw;
  height: 10.0vw;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 10.0vw;
  color: #ffffff;
  transform: rotate(15deg);
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  border-radius: 10.0vw;
  background-color: #100445;
}

.voice_cover .voice_inner .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
  margin-top: 4.557291666%;
  padding: 0;
}

.voice_cover .voice_inner .voice_img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: table;
}

.voice_cover .voice_inner .voice_img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #666666;
}

.post_inner .thum {
  width: 21.97802197%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 75.27472527%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0 5px 1px 5px;
  float: left;
  background-color: #ffbac3;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
  color: #000000;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  color: #000000;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  line-height: 1.3em;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover,
.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* アクセス エリア */
.access_wrap {width:100%;}
.access_wrap h1 {text-align:center;}
.access_tel {font-size:18px; font-weight:900; text-align:center;}
.access_detail {width:80%; border-left:5px solid #000; margin:30px auto 5px; padding-left:10px;}
.access_detail strong{font-size:22px; color:#8db131;}
.access_wrap img {margin:10px auto; width:90%; height:auto;}
.access_wrap iframe {border:0; margin:10px auto 60px; width:90%; display:block;}

/* コンタクトフォーム　*/
/*コンタクトフォーム*/
.wpcf7-form {width:98%; margin:0 auto;}
.wpcf7-form p {margin-top:15px;}

.wpcf7-form input[type=text], textarea, select, input[type=tel], input[type=email ] {
  width:95%;
  border:1px solid #b8bcc0;
  border-radius: 3px;
  margin:5px auto;
  padding:8px;
  display: block;
}

.wpcf7-form input[type="submit"] {
    padding: 8px 32px;
    border: none;
    border-radius: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    background-color: #9b8d77;
    transition: 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin:auto;
}


/* フッターメニュー */
.footer_menu {
  width:100%;
  margin:auto;
}

.footer_menu h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 3px solid #d4d4d4;
}

.footer_menu h2::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background: #000;
}

.footer_menu ul {
  margin:10px 0 20px;
}

.footer_menu li {
  line-height:30px;
}

.footer_menu a {
  text-decoration:none;
}




}

/* 追記 エリア */
@media screen and (max-width: 768px){

/*2025年新デザイン*/

.scalp_tuyomi {
  background:#eaf4f6;
  text-align:center;
  padding:20px 5%;
}

.scalp_tuyomi_w {
  background:#fac2d2;
  text-align:center;
  padding:20px 5%;
}

.Picture_link { width:260px; margin:20px auto;}

.experience_contact_m {
  width:100%;
background:url(https://super-scalp-kumamoto.com/wp-content/themes/amaterasu/images/mens/202504/floating_banner.png) ;  
background-size: cover;
position: relative;
aspect-ratio: 16 / 9;
}

.experience_contact_w {
  width:100%;
background:url(https://super-scalp-kumamoto.com/wp-content/themes/amaterasu/images/womens/202511/floating_banner.png) ;  
background-size: cover;
position: relative;
aspect-ratio: 16 / 8;
}


.experience_link {
  display:flex;
  justify-content:space-between;
  position: absolute;
bottom:20px;
left:55%;
transform: translateX(-50%);
width: 90%;
}

.experience_link img {
  width:90%;
}

.experience_link_m {
  position: absolute;
bottom:20px;
left:55%;
transform: translateX(-55%);
width: 90%;
margin-top:10px;
}


.experience_link_w {
  position: absolute;
bottom:20px;
left:55%;
transform: translateX(-50%);
width: 90%;
margin-top:10px;
}

.experience_link_w img {
  width:90%;
  margin-top:5px;
}




.googlemap_link{
  width:90%;
  margin:auto;
}

/*オファー2025年7月*/
.offer_2025back {
background:#c5b56a;
border-top:10px solid #e0d7b6;
border-bottom:10px solid #e0d7b6;
}

}
