@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;
  background-color: #000;
  max-width: 36rem;
  color: #fff !important;
  text-align: center;
  padding: 3rem;
  margin: 7rem auto 0;
}
.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);
}
@media screen and (max-width: 960px) {
  .btn {
    max-width: 100%;
    padding: 2rem;
    margin: 3rem auto 0;
  }
  .btn span::before, .btn span::after {
    right: -26px;
    width: 12px;
    height: 3px;
  }
}

/*------------------------------------------------------------------------------
    contents
------------------------------------------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f5f7f8;
  overflow: hidden;
}
.mv .copy {
  position: absolute;
  top: 20%;
  left: 50px;
}
.mv .bottomLink {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv .bottomLink a.linkBox {
  background-color: #000;
  width: 50%;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.mv .bottomLink a.linkBox span {
  margin-top: 10px;
}
.mv .bottomLink a.linkBox:first-child {
  border-right: solid 1px #666;
}
@media screen and (max-width: 960px) {
  .mv {
    padding-top: 3rem;
    height: 120vh;
  }
  .mv .copy {
    top: auto;
    bottom: 10%;
    left: 2rem;
  }
  .mv .bottomLink {
    display: none;
  }
}

#sec01 {
  margin-top: 20rem;
}
#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;
}
#sec01 .topBtnBox {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}
#sec01 .topBtnBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  height: 8rem;
  margin: 0;
  padding: 0;
  color: #000;
  border: 4px solid #000;
  background: #fff;
}
#sec01 .topBtnBox .btn span {
  font-weight: bold;
  color: #000;
}
#sec01 .topBtnBox .btn span::before, #sec01 .topBtnBox .btn span::after {
  background-color: #000;
}
@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;
  }
  #sec01 .topBtnBox {
    flex-direction: column;
    align-items: center;
  }
  #sec01 .topBtnBox .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    border: 6px solid #000;
  }
  #sec01 .topBtnBox .btn span {
    display: inline-block;
    width: 80%;
  }
}

#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;
  gap: 7.5rem;
  align-items: stretch;
}
#owner .innerBlock .ownerContBox .ownerCont {
  width: 35rem;
}
#owner .innerBlock .ownerContBox .ownerCont .img {
  position: relative;
  aspect-ratio: 4/3;
  overflow-y: hidden;
}
#owner .innerBlock .ownerContBox .ownerCont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#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 {
  position: relative;
  padding: 1rem 0;
}
#owner .innerBlock .ownerContBox .ownerCont .info .salon {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
}
#owner .innerBlock .ownerContBox .ownerCont .info .name {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
@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 .salon {
    font-size: 1.4rem;
  }
}

#sec04 {
  margin-top: 20rem;
}
#sec04 .innerBlock p {
  text-align: center;
  color: #666;
}
#sec04 .innerBlock .meritBox {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#sec04 .innerBlock .meritBox .merit {
  width: 48.5%;
  margin-bottom: 7rem;
}
#sec04 .innerBlock .meritBox .merit .img {
  position: relative;
  margin-bottom: 2rem;
}
#sec04 .innerBlock .meritBox .merit .img .ttl {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
#sec04 .innerBlock .meritBox .merit p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #666;
}
#sec04 .cv {
  background-color: #F4F4F4;
  text-align: center;
  padding: 5rem 0;
  position: relative;
  margin-top: 14rem;
}
#sec04 .cv::after {
  content: "";
  background: url(../images/top/merit_bg.png) no-repeat right top;
  background-size: contain;
  width: 35vw;
  height: 18vw;
  position: absolute;
  right: 5%;
  top: -47%;
}
#sec04 .cv .innerBlock p {
  margin: 5rem auto;
}
#sec04 .cv .innerBlock .btnBox {
  border: solid 4px #000;
  width: 40rem;
  display: inline-block;
}
#sec04 .cv .innerBlock .btnBox a {
  display: block;
  padding: 3rem;
  font-weight: bold;
  border: solid 5px #F4F4F4;
}
#sec04 .cv .innerBlock .btnBox:first-child {
  margin-right: 3rem;
}
#sec04 .cv .innerBlock .btnBox:first-child a {
  background-color: #58FFC5;
}
#sec04 .cv .innerBlock .btnBox:last-child a {
  background-color: #FFFF80;
}
@media screen and (max-width: 960px) {
  #sec04 {
    margin-top: 10rem;
  }
  #sec04 .innerBlock p {
    text-align: left;
  }
  #sec04 .innerBlock .meritBox {
    margin-top: 3rem;
    display: block;
  }
  #sec04 .innerBlock .meritBox .merit {
    width: 100%;
    margin-bottom: 3rem;
  }
  #sec04 .innerBlock .meritBox .merit .img {
    margin-bottom: 1rem;
  }
  #sec04 .innerBlock .meritBox .merit .img .ttl {
    font-size: 2.4rem;
  }
  #sec04 .innerBlock .meritBox .merit p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #sec04 .cv {
    padding: 5rem 0;
    position: relative;
    margin-top: 10rem;
  }
  #sec04 .cv::after {
    content: none;
  }
  #sec04 .cv .innerBlock p {
    margin: 2rem auto;
    text-align: center;
  }
  #sec04 .cv .innerBlock .btnBox {
    border: solid 6px #000;
    width: 100%;
  }
  #sec04 .cv .innerBlock .btnBox a {
    padding: 2rem;
    border: solid 4px #F4F4F4;
  }
  #sec04 .cv .innerBlock .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

#stores {
  margin-top: 20rem;
}
#stores .innerBlock .contentsTtl {
  font-size: 6rem;
  font-family: "Futura", sans-serif;
}
#stores .innerBlock .contentsTtl span {
  font-size: 1.6rem;
}
#stores .innerBlock .contentsTtl::after {
  left: 30%;
}
#stores .innerBlock .storesContBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1%;
  align-items: stretch;
}
#stores .innerBlock .storesContBox .storesCont {
  width: 19.2%;
}
#stores .innerBlock .storesContBox .storesCont .img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#stores .innerBlock .storesContBox .storesCont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#stores .innerBlock .storesContBox .storesCont .info {
  position: relative;
  padding: 1rem 0 2rem;
}
#stores .innerBlock .storesContBox .storesCont .info .salon {
  font-size: 1.4rem;
  font-weight: bold;
}
#stores .innerBlock .storesContBox .storesCont .info .date {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #666;
}
@media screen and (max-width: 960px) {
  #stores {
    margin-top: 10rem;
  }
  #stores .innerBlock .contentsTtl {
    font-size: 3rem;
  }
  #stores .innerBlock .contentsTtl span {
    font-size: 1.4rem;
  }
  #stores .innerBlock .contentsTtl::after {
    left: 40%;
  }
  #stores .innerBlock .storesContBox {
    flex-wrap: nowrap;
    gap: 2rem 2%;
    overflow-x: scroll;
  }
  #stores .innerBlock .storesContBox .storesCont {
    flex-shrink: 0;
    width: 49%;
  }
  #stores .innerBlock .storesContBox .storesCont .info {
    padding: 1rem 0;
  }
}

#column {
  margin-top: 20rem;
}
#column .innerBlock .contentsTtl {
  font-size: 6rem;
  font-family: "Futura", sans-serif;
}
#column .innerBlock .contentsTtl span {
  font-size: 1.6rem;
}
#column .innerBlock .contentsTtl::after {
  left: 30%;
}
#column .innerBlock .columnContBox {
  display: flex;
  align-items: stretch;
}
#column .innerBlock .columnContBox .columnCont {
  width: 33.3333333333%;
  padding: 3rem;
  box-sizing: border-box;
  border-right: solid 1px #F4F4F4;
}
#column .innerBlock .columnContBox .columnCont .category {
  margin-bottom: 3rem;
  font-family: "Futura", sans-serif;
  color: #ccc;
}
#column .innerBlock .columnContBox .columnCont .category img {
  height: 2rem;
}
#column .innerBlock .columnContBox .columnCont .img img {
  width: 33.8rem;
  height: 18rem;
  object-fit: cover;
}
#column .innerBlock .columnContBox .columnCont .info {
  padding: 2rem 0 0;
}
#column .innerBlock .columnContBox .columnCont .info .ttl {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#column .innerBlock .columnContBox .columnCont .info .date {
  font-size: 1.2rem;
  color: #666;
  text-align: right;
  margin-top: 2.5rem;
}
#column .innerBlock .columnContBox .columnCont:last-child {
  border: none;
}
@media screen and (max-width: 960px) {
  #column {
    margin-top: 10rem;
  }
  #column .innerBlock .contentsTtl {
    font-size: 3rem;
  }
  #column .innerBlock .contentsTtl span {
    font-size: 1.4rem;
  }
  #column .innerBlock .contentsTtl::after {
    left: 40%;
  }
  #column .innerBlock .columnContBox {
    display: block;
  }
  #column .innerBlock .columnContBox .columnCont {
    width: 100%;
    padding: 1.5rem 0;
    box-sizing: border-box;
    border-right: none;
    border-bottom: solid 1px #666;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #column .innerBlock .columnContBox .columnCont .category {
    margin-bottom: 0;
  }
  #column .innerBlock .columnContBox .columnCont .category img {
    width: auto;
    height: 1.4rem;
  }
  #column .innerBlock .columnContBox .columnCont .img {
    width: 35%;
  }
  #column .innerBlock .columnContBox .columnCont .img img {
    width: 14rem;
    height: 7.8rem;
  }
  #column .innerBlock .columnContBox .columnCont .info {
    width: 60%;
    padding: 0;
  }
  #column .innerBlock .columnContBox .columnCont .info .ttl {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  #column .innerBlock .columnContBox .columnCont .info .date {
    font-size: 1rem;
    margin-top: 1rem;
  }
  #column .innerBlock .columnContBox .columnCont:last-child {
    border: none;
  }
}

#footerBanner {
  margin: 20rem auto 7rem;
}
#footerBanner .innerBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
#footerBanner .innerBlock a {
  display: inline-block;
  width: calc((100% - 4rem) / 5);
}
#footerBanner .innerBlock a img {
  max-width: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #footerBanner {
    margin: 10rem auto 5rem;
  }
  #footerBanner .innerBlock a {
    width: 48%;
  }
}

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