@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-display: swap;
  src: url("../font/Futura-Medium-01.ttf") format("truetype");
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 37.5rem;
  }
}

.innerBlock {
  max-width: 120rem;
}
@media screen and (max-width: 960px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

.secTtl {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 7rem;
  font-weight: bold;
}
.secTtl span {
  font-size: 6rem;
}
@media screen and (max-width: 960px) {
  .secTtl {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .secTtl span {
    font-size: 3rem;
  }
}

.contentsTtl {
  position: relative;
  margin-bottom: 7rem;
}
.contentsTtl img {
  height: 5.5rem;
}
.contentsTtl span {
  display: block;
  font-weight: bold;
  margin-top: 2rem;
}
.contentsTtl::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 114px;
  display: inline-block;
  background: #000;
  transform: skewX(-40deg);
}
@media screen and (max-width: 960px) {
  .contentsTtl {
    margin-bottom: 2.5rem;
  }
  .contentsTtl img {
    width: auto;
    height: 2.6rem;
  }
  .contentsTtl::after {
    left: auto;
    right: 8%;
    width: 4rem;
    height: 8.4rem;
  }
}

.btn {
  display: block;
  max-width: 36rem;
  width: 100%;
  margin: 7rem auto 0;
  padding: 2.5rem 0;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0.5rem;
  background-color: #000;
}
.btn span {
  position: relative;
}
.btn span::before, .btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: -26px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1.5px) 50%;
}
.btn span::before {
  transform: rotate(45deg);
}
.btn span::after {
  transform: rotate(-45deg);
}
.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .btn {
    max-width: 29.5rem;
    padding: 1.5rem 0;
    margin: 3rem auto 0;
  }
  .btn span::before, .btn span::after {
    right: -26px;
    width: 12px;
    height: 3px;
  }
}

/*------------------------------------------------------------------------------
    contents
------------------------------------------------------------------------------*/
.simulator {
  position: relative;
  margin: 10rem 0;
}
.simulator .innerBlock {
  position: relative;
}
.simulator .innerBlock::after {
  content: "Simulator";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  line-height: 1;
  font-size: 17rem;
  font-family: "Futura", sans-serif;
  color: #F4F4F8;
  writing-mode: vertical-rl;
}
.simulator .simuTitle {
  margin-bottom: 4rem;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.simulator .simuTitle strong {
  font-size: 4rem;
}
.simulator .simuTitle .bold {
  font-size: 6rem;
}
.simulator .simuTitle .subBold {
  font-size: 3rem;
}
.simulator .simuText {
  line-height: 1.8;
  color: #666;
  text-align: center;
}
.simulator .simuFrom {
  margin-top: 9rem;
}
.simulator fieldset {
  margin: 0 0 4rem;
  padding: 0;
  border: none;
}
.simulator .formLayout {
  display: flex;
  gap: 5rem;
}
.simulator .formTitle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
}
.simulator .formTitle .titleText {
  font-weight: bold;
}
.simulator .formTitle .required {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 0.3rem;
  background-color: #FD5353;
}
.simulator .form {
  position: relative;
  width: 100%;
}
.simulator .selectForm {
  position: relative;
}
.simulator .selectForm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1.6rem;
  height: 1rem;
  margin: auto;
  background: url("../images/common/icon_formArrow.svg") no-repeat;
  background-size: 100% auto;
}
.simulator select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.5rem;
  border: 1px solid #ddd;
}
.simulator .errorText {
  position: absolute;
  bottom: -2rem;
  left: 0;
  color: #FD5353;
}
@media screen and (max-width: 960px) {
  .simulator {
    margin: 3rem 0 5rem;
  }
  .simulator .innerBlock {
    overflow: hidden;
  }
  .simulator .innerBlock::after {
    font-size: 8.7rem;
  }
  .simulator .simuTitle {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
  .simulator .simuTitle strong {
    font-size: 2rem;
  }
  .simulator .simuTitle .bold {
    font-size: 3rem;
  }
  .simulator .simuTitle .subBold {
    font-size: 2.4rem;
  }
  .simulator .simuText {
    text-align: left;
  }
  .simulator .simuFrom {
    margin-top: 9rem;
  }
  .simulator fieldset {
    margin: 0 0 4rem;
  }
  .simulator .formLayout {
    display: block;
  }
  .simulator .formTitle {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.simulatorAnswer {
  margin-top: 10rem;
}
.simulatorAnswer .box {
  padding: 9rem 0;
  border: 1px solid #ddd;
  border-radius: 1rem;
  background-color: #FCFCFC;
}
.simulatorAnswer .answerTitle {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.simulatorAnswer .answerTitle strong {
  font-size: 6rem;
}
.simulatorAnswer .answerText {
  margin-bottom: 4rem;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
.simulatorAnswer .btnWrap {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .simulatorAnswer {
    margin-top: 3rem;
  }
  .simulatorAnswer .box {
    padding: 3rem 2rem;
  }
  .simulatorAnswer .answerTitle {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: 2rem;
  }
  .simulatorAnswer .answerTitle strong {
    font-size: 3rem;
  }
  .simulatorAnswer .answerText {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

#sec01 {
  margin-top: 10rem;
}
#sec01 .innerBlock p {
  text-align: center;
  color: #666;
}
#sec01 .innerBlock .pointBox {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#sec01 .innerBlock .pointBox .point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  width: 27rem;
  text-align: center;
  background-color: #F4F4F4;
  border: solid 10px #000;
  padding: 20px;
}
#sec01 .innerBlock .pointBox .point span {
  margin-top: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #sec01 {
    margin-top: 5rem;
  }
  #sec01 .innerBlock p {
    text-align: left;
  }
  #sec01 .innerBlock .pointBox {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  #sec01 .innerBlock .pointBox .point {
    width: 49%;
    padding: 0.8rem;
    margin-bottom: 2%;
  }
  #sec01 .innerBlock .pointBox .point img {
    width: 50%;
  }
  #sec01 .innerBlock .pointBox .point span {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

#sec02 {
  margin-top: 20rem;
}
#sec02 .innerBlock p {
  text-align: center;
  color: #666;
}
#sec02 .innerBlock .starBox {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#sec02 .innerBlock .starBox .star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  width: 25%;
  text-align: center;
  border-right: solid 1px #000;
  padding: 20px;
}
#sec02 .innerBlock .starBox .star p {
  margin: 2.5rem auto 1rem;
}
#sec02 .innerBlock .starBox .star .price {
  font-size: 2rem;
  font-weight: bold;
}
#sec02 .innerBlock .starBox .star .price span {
  font-size: 4rem;
}
#sec02 .innerBlock .starBox .star:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  #sec02 {
    margin-top: 10rem;
  }
  #sec02 .innerBlock p {
    text-align: left;
  }
  #sec02 .innerBlock .starBox {
    margin-top: 2.5rem;
    flex-flow: column;
  }
  #sec02 .innerBlock .starBox .star {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border-bottom: solid 1px #000;
    border-right: none;
  }
  #sec02 .innerBlock .starBox .star .img {
    width: 35%;
    text-align: center;
  }
  #sec02 .innerBlock .starBox .star .img img {
    width: auto;
    height: 2rem;
  }
  #sec02 .innerBlock .starBox .star .txt {
    width: 65%;
  }
  #sec02 .innerBlock .starBox .star p {
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem auto 0.5rem;
  }
  #sec02 .innerBlock .starBox .star .price {
    font-size: 1.4rem;
  }
  #sec02 .innerBlock .starBox .star .price span {
    font-size: 3rem;
  }
  #sec02 .innerBlock .starBox .star:last-child {
    border-bottom: none;
  }
  #sec02 .innerBlock .starBox .star:last-child .img img {
    height: 4.2rem;
  }
}

#owner {
  margin-top: 20rem;
}
#owner .innerBlock .ownerContBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#owner .innerBlock .ownerContBox .ownerCont {
  width: 35rem;
}
#owner .innerBlock .ownerContBox .ownerCont .img {
  position: relative;
  overflow-y: hidden;
}
#owner .innerBlock .ownerContBox .ownerCont .img .ttl {
  position: absolute;
  bottom: -12rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.5rem;
  transition: all 0.5s ease;
}
#owner .innerBlock .ownerContBox .ownerCont:hover {
  opacity: 1;
}
#owner .innerBlock .ownerContBox .ownerCont:hover .img .ttl {
  bottom: 0;
}
#owner .innerBlock .ownerContBox .ownerCont .info {
  display: flex;
  position: relative;
  padding: 2rem 0;
}
#owner .innerBlock .ownerContBox .ownerCont .info::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 1px;
  height: 80%;
  display: inline-block;
  background: #000;
  transform: skewX(-40deg);
}
#owner .innerBlock .ownerContBox .ownerCont .info .salon {
  font-size: 1.2rem;
}
#owner .innerBlock .ownerContBox .ownerCont .info .name {
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  #owner {
    margin-top: 10rem;
  }
  #owner .innerBlock .ownerContBox {
    overflow-x: scroll;
  }
  #owner .innerBlock .ownerContBox .ownerCont {
    width: 28rem;
    flex: 0 0 28rem;
    margin: 0 1rem 1rem 0;
  }
  #owner .innerBlock .ownerContBox .ownerCont .img .ttl {
    bottom: -12rem;
    padding: 1rem;
  }
  #owner .innerBlock .ownerContBox .ownerCont .info {
    padding: 2rem 0;
  }
  #owner .innerBlock .ownerContBox .ownerCont .info .salon {
    font-size: 1rem;
  }
  #owner .innerBlock .ownerContBox .ownerCont .info .name {
    margin-top: 2rem;
  }
}

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