/*---------------------------------------
	ANIMATION
---------------------------------------*/
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*---------------------------------------
	MAINVISUAL
---------------------------------------*/
#top_mainvisual {
  opacity: 0;
  width: 100%;
  background-size: cover;
  position: relative;
  height: 635px;
  background-position: center;
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
  background-image: url(../images/top/mainvisual_img_sp.jpg);
}
@media screen and (min-width: 680px) {
  #top_mainvisual {
    background-position: 65% center;
    height: 100vh;
    max-height: 980px;
    background-image: url(../images/top/mainvisual_img.jpg);
  }
}
#top_mainvisual #top_mainvisual_inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1400px) {
  #top_mainvisual #top_mainvisual_inner {
    min-width: 1120px;
  }
}
@media screen and (min-width: 1620px) {
  #top_mainvisual #top_mainvisual_inner {
    min-width: 1180px;
  }
}
#top_mainvisual #top_mainvisual_inner #top_mainvisual_title {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  line-height: 1.5555em;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 680px) {
  #top_mainvisual #top_mainvisual_inner #top_mainvisual_title {
    width: auto;
    text-align: left;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  #top_mainvisual #top_mainvisual_inner #top_mainvisual_title {
    font-size: 3.375em;
  }
}
#top_mainvisual #top_mainvisual_inner #top_mainvisual_content {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  top: 362px;
}
@media screen and (min-width: 680px) {
  #top_mainvisual #top_mainvisual_inner #top_mainvisual_content {
    display: none;
  }
}
#top_mainvisual #top_mainvisual_inner #top_mainvisual_content img {
  width: 78%;
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
}
#top_mainvisual #top_mainvisual_inner #top_mainvisual_content span {
  display: block;
  font-family: "NotoSansJP-Regular";
  font-size: 0.366666em;
  line-height: 1.846em;
}
#top_mainvisual #top_mainvisual_inner #top_mainvisual_content span:first-of-type {
  padding-bottom: 15px;
}
#top_mainvisual .btn_float_scroll_pc {
  display: none;
  opacity: 0;
  width: 190px;
  height: 190px;
  background-image: url(../images/common/ico_arrow_under_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  #top_mainvisual .btn_float_scroll_pc {
    display: block;
  }
  #top_mainvisual .btn_float_scroll_pc:hover {
    opacity: 0.7;
    background-position: center 60%;
  }
}
#top_mainvisual .btn_float_scroll_sp {
  display: block;
  opacity: 0;
  width: 108px;
  height: 108px;
  background-image: url(../images/common/ico_arrow_under_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  z-index: 11;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  #top_mainvisual .btn_float_scroll_sp {
    display: none;
  }
}

/*---------------------------------------
	ABOUT
---------------------------------------*/
#top_about {
  color: #fff;
  background-color: #898989;
}
#top_about .section_inner {
  width: 100%;
  padding-bottom: 85px;
  padding-top: 111px;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner {
    width: 95%;
    max-width: 1620px;
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 1400px) {
  #top_about .section_inner {
    width: 100%;
  }
}
#top_about .section_inner::before {
  content: "Private salon";
  width: calc(100% - 10px);
  height: 69px;
  position: absolute;
  z-index: 10;
  font-family: "Orlando";
  font-size: 5.6em;
  top: 94px;
  left: 10px;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner::before {
    top: 296px;
    left: 30px;
    height: 130px;
    width: calc(100% - 30px);
    font-size: 10.5em;
  }
}
#top_about .section_inner #top_about_images {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_images {
    max-width: 1200px;
    margin: 0 0 80px auto;
    grid-template-columns: 35px 1180px;
  }
}
#top_about .section_inner #top_about_images .swiper_pagination {
  align-self: end;
  order: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_images .swiper_pagination {
    order: 0;
    text-align: left;
  }
}
#top_about .section_inner #top_about_images .swiper_pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 20px 8px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_images .swiper_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 11px 4px 0;
  }
}
#top_about .section_inner #top_about_images .swiper_pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#top_about .section_inner #top_about_images .swiper-wrapper {
  overflow: hidden;
}
#top_about .section_inner #top_about_images .swiper-wrapper img {
  width: 150%;
  height: auto;
  margin-left: -25%;
  max-inline-size: none;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_images .swiper-wrapper img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
#top_about .section_inner #top_about_expo_container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #top_about .section_inner #top_about_expo_container {
    width: 95%;
  }
}
@media screen and (min-width: 1620px) {
  #top_about .section_inner #top_about_expo_container {
    width: 100%;
    max-width: 1620px;
  }
}
#top_about .section_inner #top_about_expo_container ul {
  border-bottom: 1px solid #a3a3a3;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list {
  padding-top: 30px;
  border-top: 1px solid #a3a3a3;
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list:nth-of-type(1) .number {
  background-image: url(../images/top/about_no01.svg);
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list:nth-of-type(2) .number {
  background-image: url(../images/top/about_no02.svg);
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list:nth-of-type(3) .number {
  background-image: url(../images/top/about_no03.svg);
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 0;
    border-top: 0;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title {
  position: relative;
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title .top_about_expo_btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 5px;
  background-image: url(../images/common/ico_arrow_accordion.svg);
  background-size: 22px 13px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title .top_about_expo_btn {
    display: none;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title.open .top_about_expo_btn {
  transform: rotate(0deg);
  background-position: right top;
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title .number {
  height: 32px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title .number {
    height: 54px;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title h2 {
  font-size: 1.6em;
  line-height: 1.5555em;
  margin-bottom: 25px;
  display: table;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title h2 {
    font-size: 2.25em;
    min-height: 3.2em;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_title h2 span {
  margin-bottom: 30px;
  display: table-cell;
  vertical-align: middle;
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content {
  margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content {
    display: block;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content p {
  font-family: "NotoSansJP-Regular";
  line-height: 2.125em;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content p {
    font-size: 0.9375em;
  }
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content p span {
  display: block;
}
#top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content p span:nth-of-type(1):not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (min-width: 1025px) {
  #top_about .section_inner #top_about_expo_container ul .top_about_expo_list .top_about_expo_content p span:nth-of-type(1):not(:last-child) {
    margin-bottom: 30px;
  }
}

/*---------------------------------------
	COUNSELING
---------------------------------------*/
#top_counseling {
  background: #d6e1e7;
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  #top_counseling {
    padding-bottom: 120px;
  }
}
#top_counseling .section_inner {
  width: 85%;
  margin: 0 auto;
  padding: 75px 0 40px;
  display: grid;
}
@media screen and (min-width: 1025px) {
  #top_counseling .section_inner {
    width: 95%;
    grid-template-columns: 1fr 470px;
    align-content: center;
    padding: 120px 0 70px;
    grid-column-gap: 80px;
  }
}
#top_counseling .section_inner::before {
  content: "Counseling";
  width: 100%;
  height: 69px;
  position: absolute;
  z-index: 10;
  font-family: "Orlando";
  font-size: 5.6em;
  top: -25px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #top_counseling .section_inner::before {
    height: 131px;
    font-size: 10.5em;
  }
}
#top_counseling .section_inner #top_counseling_content_container {
  order: 1;
  align-self: center;
}
@media screen and (min-width: 1025px) {
  #top_counseling .section_inner #top_counseling_content_container {
    order: 0;
  }
}
#top_counseling .section_inner #top_counseling_content_container h2 {
  line-height: 1.3333em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  #top_counseling .section_inner #top_counseling_content_container h2 {
    font-size: 2.625em;
    margin-bottom: 50px;
  }
}
#top_counseling .section_inner #top_counseling_content_container .top_counseling_content {
  font-family: "NotoSansJP-Regular";
  line-height: 2.25em;
}
#top_counseling .section_inner #top_counseling_img_container {
  width: 76%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1025px) {
  #top_counseling .section_inner #top_counseling_img_container {
    width: 100%;
    margin: 0;
  }
}

/*---------------------------------------
	ACCESS
---------------------------------------*/
#top_access {
  background-color: #fff;
  padding: 120px 0 80px;
}
@media screen and (min-width: 1025px) {
  #top_access {
    padding: 120px 0;
  }
}
#top_access .section_inner {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #top_access .section_inner {
    width: 95%;
  }
}
#top_access #top_access_info_container {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container {
    display: grid;
    grid-template-columns: 57.54237288% 35.59322033%;
    grid-column-gap: 6.86440677%;
    margin-bottom: 120px;
  }
}
#top_access #top_access_info_container #top_access_map_img {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_access_map_img {
    border-radius: 10px;
    margin-bottom: 0;
  }
}
#top_access #top_access_info_container #top_access_map_img .btn_detail {
  width: 127px;
  font-size: 1.125em;
  font-family: "NotoSerifJP-Regular";
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000;
}
#top_access #top_access_info_container #top_access_map_img .btn_detail::before {
  content: none;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_access_map_img .btn_detail {
    width: 180px;
    bottom: 35px;
    right: 38px;
  }
}
#top_access #top_access_info_container #top_access_map_img .btn_detail span::before {
  background-image: url(../images/common/ico_arrow_right_b.svg);
}
#top_access #top_access_info_container #top_access_map_img .btn_detail span::after {
  border: #000 1px solid;
}
#top_access #top_access_info_container #top_accses_info {
  width: 85%;
  margin: 0 auto;
  font-family: "NotoSansJP-Regular";
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info {
    width: 100%;
  }
}
#top_access #top_access_info_container #top_accses_info h2 {
  position: absolute;
  width: 70%;
  top: -70px;
  height: 46px;
  font-size: 4.212em;
  margin-bottom: 40px;
  font-family: "Orlando";
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info h2 {
    width: 100%;
    position: relative;
    top: 0;
    height: 68px;
    font-size: 4.625em;
  }
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list:not(#top_businesshours_list) {
  margin: 12px 0 30px;
  border-top: #d4d4d4 1px solid;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info #top_accses_info_list:not(#top_businesshours_list) {
    display: grid;
    grid-template-columns: 35.71428571% 64.28571428%;
  }
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list dt:not(#top_businesshours_list dt) {
  font-weight: 600;
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list dt:not(#top_businesshours_list dt) {
  padding-top: 8px;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info #top_accses_info_list dt:not(#top_businesshours_list dt) {
    padding-bottom: 8px;
    border-bottom: #d4d4d4 1px solid;
  }
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list dd:not(#top_businesshours_list dd) {
  padding-bottom: 8px;
  border-bottom: #d4d4d4 1px solid;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info #top_accses_info_list dd:not(#top_businesshours_list dd) {
    padding-top: 8px;
  }
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list a {
  color: #000;
  display: inline-block;
  position: relative;
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list a:hover::after {
  opacity: 1;
}
#top_access #top_access_info_container #top_accses_info #top_accses_info_list #top_businesshours_list {
  display: grid;
  grid-template-columns: 30.3030303% 69.69696969%;
}
@media screen and (min-width: 1025px) {
  #top_access #top_access_info_container #top_accses_info #top_accses_info_list #top_businesshours_list {
    grid-template-columns: 40.7407074% 59.25925952%;
  }
}
#top_access #top_price_container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container {
    display: grid;
    width: 100%;
    grid-template-columns: 43.22033898% 53.38980508%;
    grid-column-gap: 3.389830508%;
  }
}
#top_access #top_price_container h2 {
  height: 108px;
  line-height: 108px;
  font-family: "Orlando";
  border-top: #000 1px solid;
  text-align: center;
  font-size: 4.212em;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container h2 {
    height: 300px;
    line-height: 300px;
    border-bottom: #000 1px solid;
    font-size: 4.625em;
  }
}
#top_access #top_price_container .bnr_price {
  display: block;
  width: 100%;
  height: 157px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  color: #fff;
  transition: all 0.2s;
  font-weight: 400;
  background-image: url(../images/top/bnr_price_img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container .bnr_price {
    font-size: 1.1254em;
    height: auto;
    border-radius: 10px;
  }
}
#top_access #top_price_container .bnr_price::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 60px;
  border: #fff 1px solid;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container .bnr_price::before {
    width: 60px;
    height: 60px;
  }
}
#top_access #top_price_container .bnr_price::after {
  content: "";
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  background-image: url(../images/common/ico_arrow_right_w.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container .bnr_price::after {
    width: 22px;
    height: 15px;
    right: 44px;
  }
}
#top_access #top_price_container .bnr_price:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container .bnr_price:hover::after {
    right: 36px;
  }
}
#top_access #top_price_container .bnr_price .bnr_price_inner {
  position: absolute;
  top: 50%;
  right: 72px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #top_access #top_price_container .bnr_price .bnr_price_inner {
    right: 120px;
  }
}