@charset "utf-8";

:root {
  --primary: #00bec1;
  --primary02: #20bc7d;
  --primary03: #00b2a9;
  --gray: #473e3c;
  --primary_bg: rgb(83 209 211 / 47%);
}
/*---contents parts---*/
body {
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: .2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--gray);
  overflow: hidden;
  position: relative;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
section {
  padding-top: 50px;
  margin-top: -50px;
  padding-bottom: 90px;
}
.con {
  display: block;
  width: 85%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.flex_all {
  width: 95%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto auto -20px;
}
.h2_con {
  width: 80%;
  max-width: 350px;
  position: relative;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  padding: .75em .5em;
  border-radius: 5px;
  margin-bottom: -1.5em;
}
.h2_con h2 {
  text-align: center;
}
.h2_con h2 img {
  width: auto;
  height: 73px;
}
.lp_menu {
  max-width: 300px;
  margin: auto;
}
.lp_menu > li + li {
  margin-top: 18px;
}
.lp_menu > li * {
  width: 100%;
  height: auto;
}
p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .5px;
  text-align: justify;
}
/*各コンテンツレイアウト*/
.entirebody_img {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 400px;
  aspect-ratio: 4 / 5;
  background-image: url(../img/entirebody/im_entirebody.jpg);
  background-position: center center;
  background-size: cover;
}
.img_container .blurry_img {
  animation: clearImage 1s ease forwards;
}
.entirebody_img .logo_sunstar,
.entirebody_img .logo_entirebody_tx {
  position:absolute;
  z-index: 10;
}
.entirebody_img .logo_sunstar {
  width: 70px;
  margin: 0 15px;
}
.entirebody_img .logo_entirebody_tx {
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 350px;
  transform: translate(-50%, -50%);
}
.sec_impression .impression_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 300px;
  height: auto;
  margin: auto;
}
.sec_impression .impression_wrap .item_impression {
  grid-row: 1 / span 2;
  grid-column: 2;
}
.sec_impression .impression_wrap img:not(.item_impression) {
  width: 93px;
  height: auto;
}
.sec_impression .impression_wrap img.inview {
  margin-bottom: 12.5px;
}
.sec_worry .worry_con {
  background-image: url(../img/entirebody/im_worry01.jpg);
  background-position: center center;
  background-size: cover;
}
.sec_worry .worry_con .con {
  position: relative;
  aspect-ratio: 4 / 5;
}
.sec_worry .worry_con .con .worry_list01,
.sec_worry .worry_con .con .worry_list02 {
  position: absolute;
  height: auto;
}
.sec_worry .worry_con .con .worry_list01 {
  top: 20px;
  left: 0;
  width: 180px;
}
.sec_worry .worry_con .con .worry_list02 {
  bottom:0;
  right: 0;
  width: 250px;
}
.sec_worry .im_worry02 {
  margin: 0 auto 20px;
}
.sec_about .h2_con,
.sec_more .h2_con {
  padding: .75em .5em .4em;
}
.sec_about p {
  color: #fff; 
}
.sec_about .nekoze_con {
  margin-top: 90px;
  padding-bottom: 30px;
}
.sec_about .kotuban_con {
  margin-top: 70px;
  padding-bottom: 30px;
}
.sec_about .h3_about {
  position: relative;
  left: -5%;
  transform: translateY(-40%);
  width: 40%;
  height: auto;
}
.sec_about .tx_about_sub {
  height: 75px;
  width: auto;
  max-width: 60%;
  margin-top: -20px;
}
.sec_about .heading_worry {
  margin-top: 25px;
  margin-bottom: 18px;
  text-align: center;
}
.sec_about .heading_worry img {
  width: 140px;
}
.sec_step .h2_con {
  top: -50%;
  transform: translate(-50%, calc(-50% - 50px));
}
.step_con {
  margin-top: -90px;
  padding-top: 170px;
}
.step_con .im_step {
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width:90%;
}
.step_con .tx_step {
  margin-top: -10px;
}
.tx_more ,.tx_step{
  font-size: 17px; 
  letter-spacing: 1px;
  line-height: 28px;
}
.sec_more {
  padding-bottom: 45px;
}
.sec_more .con {
  padding-top: 45px;
} 
.goal_con {
  position:relative;
}
.goal_con .tx_goal {
  position: absolute;
  top: 10%;
  right: 13%;
  width: 120px;
  height: auto;
}
.popup_modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup_con {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
  max-width: 850px;
  border-radius: 5px;
  text-align: center;
}
.popup_modal.open {
  display: block;
}
.popup_modal #close_popup {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: var(--primary);
  border-radius: 5px;
  background-color: #eeeded;
}
.popup_modal .salon_con {
  width: 100%;
  margin: 0;
  gap: 30px;
}

/*アニメーション調整*/
.sec_impression .inview.bg-wrap .inn.bt {
  transition-delay: .75s;
}
.sec_impression .inview.fadeup.is_show.item_nekoze,
.sec_worry .inview.zoomin.is_show.worry_list01 {
  animation-delay: .25s;
}
.sec_impression .inview.fadeup.is_show.item_kotuban,
.sec_worry .inview.zoomin.is_show.worry_list02 {
  animation-delay: .4s;
}
.sec_worry .inview.bg-wrap .inn.bt {
  transition-delay: .25s;
}
.sec_about .nekoze_con .inview.bg-wrap {
  transition-delay: .5s;
}

/*色、背景*/
body *.primary {
  color: var(--primary);
}
body *.primary02 {
  color: var(--primary02);
}
body *.primary03 {
  color: var(--primary03);
}
body *.gray {
  color: var(--gray);
}
body *.bgcw {
  background-color: #fff;
}
body *.bgcp_bg {
  background-color: var(--primary_bg);
}
body *.bgcp {
  background-color: var(--primary);
}
body *.bgcp02 {
  background-color: var(--primary02);
}
body *.bgcp03 {
  background-color: var(--primary03);
}

@media (min-width: 1367px) {
}
@media (min-width: 1025px) {
  .pc_left,
  .pc_right {
    position: fixed;
    width: calc(50% - 220px);
    z-index: 10;
  }
  .pc_left {
    left: 0;
    padding: 15px;
  }
  .pc_left .left_con {
    max-width: 285px;
    margin: auto;
  }
  .pc_left .logo_entirebody {
    width: 80%;
    display: block;
    margin: 0 auto 35px;
  }
  .pc_left .tx_mv01 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  .pc_left .mv_sample {
    border-radius: 6px;
    overflow:hidden;
  }
  .pc_right {
    right: 0;
    bottom: 20%;
    text-align: center;
  }
  .pc_right .right_con {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
  .pc_right .right_con .logo_kogao {
    background-color: #fff;
    padding: 10px 10% 10px 10px;
    border-radius: 100px 0 0 100px;
  }
  .pc_right .right_con .logo_kogao img {
    width: 240px;
  }
  .popup_modal .salon_con .salon_box {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 481px) {
  main {
    min-height: 350px;
  }
  .main_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--primary_bg);
  }
  .pc_center {
    position: sticky;
    max-width: 440px;
    background-color: #fff;
    z-index: 25;
  }
}
@media (max-width: 1024px) {
  .pc_left,
  .pc_right {
    display: none;
  }
}
@media (max-width: 480px) {
  .popup_modal .salon_con .salon_box {
    padding: 20px;
    min-width: 315px;
  }
  .tx_more, .tx_step {
    font-size: 3.9vw;
  }
  .sec_about .tx_about_sub {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*---nav menu---*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header_con .flex_all {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .footer_con {
  padding-bottom: 3em;
}
.nav_menu_sub li a,
.footer .footer_menu li a,
.copyright {
  line-height: 1;
}
.copyright {
  letter-spacing: .5px;
}
.nav_menu_sub_con {
  padding-top: 20px;
}
.nav_menu_sub_con .nav_menu_sub {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  letter-spacing: 1.8px;
}
.nav_menu_sub_con .nav_menu_sub li {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.nav_menu_sub_con .nav_menu_sub li,
.copyright {
  font-size: 15px;
  color: var(--primary);
}
.nav_menu_sub_con .nav_menu_sub li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: .8em;
  background-color: var(--primary);
}

@media (min-width: 481px) {
  .footer .footer_menu li.footer_menu_en img {
    height: 12px;
    font-size: 12px;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .header_con {
    height: 86px;
  }
  .header_con .flex_all {
    height: 86px;
  }
  .main_title {
    margin-top: calc( 45px + 86px );
  }
  .header_con .logo {
    max-width: 230px;
  }
  .header_con .logo img {
    width: auto; 
  }
  .header_con .logo img.logo_sunstar_w {
    height: 20px; 
  }
  .header_con .logo img.logo_sunstar {
    display: none;
  }
  .header_con .logo img.logo_kogao {
    height: 35px; 
  }
  .header_nav.off1024 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .header_con .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header_nav > a.logo_sunstar {
    margin-right: 25px;
  }
  .header_nav > a.logo_sunstar img {
    height: 14px;
    display: block;
    width: auto;
    margin: auto;
  }
  .header_nav .pickup_box {
    position: relative;
    height: 86px;
    width: 86px;
  }
  .main_wrapper {
    padding-top: 86px;
  }
  .header_nav .pickup_box.reserve {
    background-color: var(--primary);
    transition: all .5s;
  }
  .header_nav .pickup_box.reserve a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px 20px;
  }
  .header_nav .pickup_box.reserve a img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1367px) {
  .header_con,
  .header_con .flex_all {
    height: 100px;
  }
  .header .header_con .logo {
    padding-left: 45px;
    padding-right: 45px;
    max-width: none;
  }
  .header_con .logo img.logo_sunstar {
    height: 22px; 
  }
  .header_con .logo img.logo_kogao {
    height: 40px; 
  }
  .header_nav .pickup_box {
    height: 100px;
    width: 100px;
  }
  .main_wrapper {
    padding-top: 100px;
  }
  .header_nav .pickup_box.reserve a {
    padding: 10px 25px 15px;
  }
  .link_reserve {
    padding: 8px 30px;
    line-height: 70px;
  }
  .link_reserve img {
    height: 74px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .scroll_prevent {
    position: fixed;
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .header.active .header_con .logo img.logo_sunstar,
  .header .header_con .logo img.logo_sunstar_w
  {
    display: none;
  }
  .header .header_con .logo img.logo_sunstar,
  .header.active .header_con .logo img.logo_sunstar_w
  {
    display: block;
  }
  .header_con .flex_all {
    height: 50px; 
  }
  .header_con .logo a {
    line-height: 1;
  }
  .header_con .logo img {
    width: 70px;
    margin: 0 15px;
  }
  .mob_pic .menu_link {
    display: block;
    position: relative;
    width: 60px;
    z-index: 100;
    background-color: var(--primary);
    border-left: 2px solid #fff;
  }
  .mob_pic .menu_link span {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #fff;
    transition: all .4s;
  }
  .mob_pic .menu_link span:nth-of-type(1) {
    top: 12px;
  }
  .mob_pic .menu_link span:nth-of-type(2) {
    top: 20px;
  }
  .mob_pic .menu_link span:nth-of-type(3) {
    top: 28px;
  }
  .mob_pic .menu_link::after {
    content: "MENU";
    width: 35px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
    transition: all .3s;
  }
  .header.active .header_con {
    width: 100%;
    height: 120px;
    position: relative;
    height: 50px;
    border: none;
    z-index: 101;
  }
  .header.active .header_con .logo_kogao_tx {
    display: none;
  }
  .header.active .menu_link {
    background: none;
  }
  .header.active .menu_link span:nth-of-type(1) {
    top: 18px;
    transform: translateX(-50%)rotate(-45deg);
  }
  .header.active .menu_link span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .menu_link span:nth-of-type(3) {
    top: 18px;
    transform: translateX(-50%)rotate(45deg);
  }
  .header.active .mob_pic .menu_link::after {
    content: "CLOSE";
  }
  .header #g_nav {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
    /* padding: 50px 30px 90px; */
    width: 100%;
    height: 100vh;
    z-index: -10;
    opacity: 0;
    transition: 0.7s ease, opacity 0.7s ease;
    visibility: hidden;
    background-color: #fff;
    overflow-y: scroll;
  }
  .header_nav .header_menu_mob,
  .header_nav .header_menu_mob_logo,
  .header_nav .nav_menu_sub_con
  {
    opacity: 0;
    transition: 0.5s ease, opacity 0.5s ease;
  }
  .header.active .header_nav .header_menu_mob,
  .header.active .header_nav .header_menu_mob_logo,
  .header.active .header_nav .nav_menu_sub_con
  {
    opacity: 1;
    transition: 0.5s ease, opacity 0.5s ease;
  }
  .header.active #g_nav {
    /* top: 0; */
    opacity: 1;
    visibility: visible;
    z-index: 100;
    overflow-y: auto;
  }
  .header_nav .logo_entirebody ,
  .header_nav .header_menu_mob_logo {
    display: block;
  }
  .header_nav .logo_entirebody {
    width: 70%;
    max-width: 250px;
    margin: 0 auto 30px;
    padding-top: 95px;
  }
  .header .header_nav .bottom_con {
    padding-top: 45px;
    padding-bottom: 60px;
    border-radius: 40px 40px 0 0;
    margin-top: 80px;
  }
  .header_nav .header_menu_mob_logo {
    width: 70%;
    max-width: 280px;
    margin: 0 auto 10px;
  }
  .header_nav .nav_menu_sub_con {
    border: none;
  }
  .header_nav .nav_menu_sub_con {
    border: none;
    padding-bottom: 80px;
  }
  .header .nav_menu_sub_con .nav_menu_sub li,
  .header .copyright {
    color: #FF0450;
  }
  .header .nav_menu_sub_con .nav_menu_sub li:not(:last-of-type)::after {
    background-color: #FF0450;
  }
  .footer {
    padding-bottom: 60px;
  }
  .mob_pic {
    width: -webkit-fill-available;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--primary);
    display: flex;
    justify-content: space-between;
    z-index: 101;
  }
  .mob_pic .pic_reserve_mob {
    padding: 15px;
    width: calc(100% - 60px);
    text-align: center;
  }
  .mob_pic .pic_reserve_mob img {
    height: 30px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .link_reserve {
    padding: 5px 20px;
  }
  .link_reserve img {
    width: 92%;
    height: auto
  }
  .footer .top.flex {
    margin: 30px auto;
  }
  .footer .logo_kogao img {
    height: auto;
    width: 95%;
    display: block;
    margin: auto;
  }
  .nav_menu_sub_con .nav_menu_sub li,
  .copyright {
    font-size: 14px;
    font-weight: 500;
  }
  .copyright {
    font-size: 13px;
    letter-spacing: .5px;
  }
  .nav_menu_sub_con .nav_menu_sub li img {
    height: 15px;
  }
}
/*---nav menu end---*/