/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

html {
  font-size: 15px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    line-height: 26px;
  }
}
body {
  overflow-x: hidden;
  font: inherit;
}

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

button {
  font: inherit;
}

.p-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

.l-body {
  max-width: 375px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.l-main {
  background-color: #ffffff;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px;
  padding: 0 18px;
  background-color: #f5cdaf;
}

.p-header__title {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "YuKyokasho";
  color: #a26c1d;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.fv {
  position: relative;
}

.fv__bg {
  position: absolute;
  top: 68px;
}

.fv__foot {
  margin-top: -285px;
}
@media screen and (max-width: 374px) {
  .fv__foot {
    margin-top: -76vw;
  }
}

.worries {
  margin-top: -70px;
}

.questionnaire {
  position: relative;
  padding-top: 50px;
  margin-top: -92px;
  background-image: url(../images/questionnaire-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.questionnaire__lead {
  padding: 0 10%;
}

.questionnaire__heading {
  padding: 0 6.5%;
  margin-top: 3px;
}

.questionnaire__list {
  margin-top: 16px;
}

.questionnaire__item {
  position: relative;
}

.questionnaire__item:not(:first-child) {
  margin-top: 56px;
}

.questionnaire__item:not(:first-child):before {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 224px;
  height: 47.7px;
  content: "";
  background-image: url(../images/questionnaire-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.questionnaire__num {
  position: relative;
  z-index: 10;
  padding: 0 11%;
  text-align: right;
}

.questionnaire__content {
  position: relative;
  margin-top: -7px;
}

.questionnaire__check {
  position: absolute;
  bottom: 49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .questionnaire__check {
    left: 49%;
  }
}
@media screen and (max-width: 374px) {
  .questionnaire__check {
    bottom: 13vw;
  }
}

.questionnaire__check {
  min-width: 251px;
}
@media screen and (max-width: 768px) {
  .questionnaire__check {
    min-width: 239px;
  }
}
@media screen and (max-width: 374px) {
  .questionnaire__check {
    min-width: 233px;
  }
}
@media screen and (max-width: 350px) {
  .questionnaire__check {
    min-width: 208px;
  }
}

.questionnaire__check__item {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  position: relative;
  position: relative;
  padding-left: 28px;
  font-family: "Hiragino Maru Gothic Pro";
  letter-spacing: 0.07em;
  cursor: pointer;
}
@media screen and (max-width: 374px) {
  .questionnaire__check__item {
    font-size: 4vw;
  }
}

.questionnaire__check__item:not(:first-child) {
  margin-top: 27px;
}

.questionnaire__check__item:before {
  position: absolute;
  top: 47%;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.questionnaire__check__item.is-checked:after {
  position: absolute;
  top: 21%;
  left: 3px;
  width: 13px;
  height: 8px;
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-improveConstitution__lead {
  padding-bottom: 77px;
  margin-top: 9px;
  background-color: #f5f5f5;
}

.p-improveConstitution__body {
  margin-top: -50px;
}

.p-coupon {
  position: relative;
  margin-top: -20px;
}

.p-coupon__heading {
  margin-top: 9px;
}

.p-coupon__body {
  position: absolute;
  bottom: 71px;
  left: 51%;
  width: 87%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-experience {
  margin-top: -21px;
}

.p-experience__heading {
  position: relative;
  z-index: 10;
  margin-top: 9px;
}

.p-experience__item {
  position: absolute;
  bottom: -9px;
  left: 45%;
  width: 79.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-experience__item.p-experience__item--reverse {
  bottom: 30px;
  left: 55%;
  width: 83.5%;
}

.p-experience__foot {
  position: relative;
}

.p-salon {
  margin-top: 8px;
}

.p-reserve {
  padding: 131px 0 59px;
  margin-top: 9px;
  background-image: url(../images/reserve-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-reserve__body {
  width: 83%;
  padding: 6px 7px 16px;
  margin: 0 auto;
  background-color: #ffffff;
}

.p-reserve__heading {
  padding-bottom: 5px;
  padding-left: 6px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #d19a69;
  letter-spacing: 0.07em;
  border-bottom: 0.5px solid #d19a69;
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .p-reserve__heading {
    font-size: 1rem;
    line-height: 1.4666666667;
  }
}

.p-reserve__list {
  margin-top: 7px;
}

.p-reserve__item {
  font-size: 0.9333333333rem;
  line-height: 1.4478571429;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.p-reserve__item.p-reserve__item--icon {
  position: relative;
  padding-left: 15px;
}

.p-reserve__item.p-reserve__item--icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  content: "";
  background-image: url(../images/reserve-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-reserve__map {
  width: 100%;
  max-width: 232px;
  margin: 18px auto 0;
}

.p-reserve__text {
  font-size: 0.7333333333rem;
  line-height: 1.3636363636;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.07em;
}

.p-reserve__foot {
  margin-top: 36px;
}

.p-reserve__title {
  text-align: center;
}

.p-reserve__cta:not(:first-child) {
  margin-top: 36px;
}

.p-reserve__button {
  width: 100%;
  max-width: 317px;
  margin: -12px auto 0;
}

/*---------------------------------
 component
 ---------------------------------*/
/*---------------------------------
 project
 ---------------------------------*/
/*---------------------------------
 utility
 ---------------------------------*/

/*# sourceMappingURL=styles.css.map */