/* CSS Document */
/*ページタイトル*/
section.img_pagetitle.facial div.p_i_text > h1::before{
  content: "Facial aesthetic";
}
section.img_pagetitle.body div.p_i_text > h1::before{
  content: "Body aesthetic";
}
section.img_pagetitle.bridal div.p_i_text > h1::before{
  content: "Bridal aesthetic";
}
/*コンテンツ*/
section.s_top_text{
  background-color: #fff;
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(194,234,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 32%,rgba(194,234,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 32%,rgba(194,234,255,1) 100%);
}
body[wc-view-type="sp"] section.s_top_text{
  padding: calc(var(--headerHeight) * 1.5) 1rem calc(var(--headerHeight) * 1.5) 3rem;
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.s_top_text{
  flex-direction: row-reverse;
}
body[wc-view-type="tb"] section.s_top_text,
body[wc-view-type="tb-l"] section.s_top_text{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="pc"] section.s_top_text{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
}
section.s_top_text div.s_t_text{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] section.s_top_text div.s_t_text{
  padding: 6rem 0 2rem 2rem;
}
body[wc-view-type="tb-l"] section.s_top_text div.s_t_text,
body[wc-view-type="pc"] section.s_top_text div.s_t_text{
  width: 60%;
  padding: 7rem 0 3rem 3rem;
}
section.s_top_text div.s_t_text span.st_eg{
  color: #ebebeb;
  position: absolute;
  top: 2rem;
  font-size: 2.5rem;
  z-index: 2;
  letter-spacing: 0.35rem;
  white-space: nowrap;
  line-height: 1em;
}
body[wc-view-type="sp"] section.s_top_text div.s_t_text span.st_eg{
  font-size: 2.5rem;
  top: 0;
  left: -2.1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body[wc-view-type="tb"] section.s_top_text div.s_t_text span.st_eg{
  font-size: 2.1rem;
}
section.s_top_text div.s_t_text > h1{
  font-size: 1.35rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.s_top_text div.s_t_text.wcvisible > h1{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
section.s_top_text div.s_t_text > h1{
}
body[wc-view-type="sp"] section.s_top_text div.s_t_text > h1{
  padding-left: 1rem;
  margin-bottom: 1rem;
}
section.s_top_text div.s_t_text p{
  color: #444;
  line-height: 2.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.s_top_text div.s_t_text.wcvisible p{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.s_top_text div.s_t_text p{
  padding: 0 1rem 0 1.5rem;
}
section.s_top_text div.st_img{
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
}
section.s_top_text div.st_img.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="tb-l"] section.s_top_text div.st_img,
body[wc-view-type="pc"] section.s_top_text div.st_img{
  width: 40%;
}
section.s_top_text div.st_img figure{
}
body[wc-view-type="sp"] section.s_top_text div.st_img figure{
  margin-top: 1rem;
}
section.s_top_text div.st_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.s_top_text div.st_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
body[wc-view-type="sp"] section.s_top_text div.st_img figure img{
  height: 80vw;
}
body[wc-view-type="pc"] section.s_top_text div.st_img figure img{
  height: 500px;
}
/*こだわり*/
section.s_commitment{
  width: 100vw;
  background-color: #f2f2f5;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.s_commitment{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
}
body[wc-view-type="tb"] section.s_commitment,
body[wc-view-type="tb-l"] section.s_commitment{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="pc"] section.s_commitment{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
}
section.s_commitment > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  position: relative;
  z-index: 3;
}
section.s_commitment > h1.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body:not([wc-view-type="sp"]) section.s_commitment > h1 br{
  display: none;
}
section.s_commitment > h1::before{
  content: "Commitment";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.s_commitment article{
  display: flex;
  margin-bottom: var(--headerHeight);
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.s_commitment article.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
section.s_commitment article:nth-of-type(even){
  flex-direction: row-reverse;
}
section.s_commitment article:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="sp"] section.s_commitment article{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.s_commitment article div.sc_text,
body:not([wc-view-type="sp"]) section.s_commitment article div.sc_img{
  width: 50%;
}
section.s_commitment article div.sc_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.s_commitment article div.sc_text{
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-type="tb-l"] section.s_commitment article div.sc_text{
  padding: 2rem 2rem 2rem 0;
}
body[wc-view-type="pc"] section.s_commitment article div.sc_text{
  padding: 3rem 3rem 3rem 0;
}
body[wc-view-type="tb"] section.s_commitment article:nth-of-type(even) div.sc_text{
  padding: 1rem 0 1rem 1rem;
}
body[wc-view-type="tb-l"] section.s_commitment article:nth-of-type(even) div.sc_text{
  padding: 2rem 0 2rem 2rem;
}
body[wc-view-type="pc"] section.s_commitment article:nth-of-type(even) div.sc_text{
  padding: 3rem 0 3rem 3rem;
}
section.s_commitment article div.sc_text > div.sc_title{
  display: flex;
  flex-direction: column-reverse;
}
section.s_commitment article div.sc_text > div.sc_title > h1{
  font-size: 1.35rem;
  color: #444;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.s_commitment article div.sc_text > div.sc_title > h1{
  margin-bottom: 1rem;
}
section.s_commitment article div.sc_text > div.sc_title > h1 span{
  background-color: #f5f5f2;
  padding-right: 1rem;
  display: table;
}
section.s_commitment article div.sc_text > div.sc_title > h1::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #444;
  height: 1px;
}
section.s_commitment article div.sc_text > div.sc_title > span.eg{
  display: block;
  font-size: 1.5rem;
  color: #444;
  line-height: 1em;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.s_commitment article div.sc_text > div.sc_title > span.eg{
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
section.s_commitment article div.sc_text > div.sc_title > span.eg > span.num{
  font-size: 2rem;
  color: #444;
  line-height: 1em;
}
body[wc-view-type="sp"] section.s_commitment article div.sc_text > div.sc_title > span.eg > span.num{
  font-size: 1.8rem;
}
section.s_commitment article div.sc_text > p{
  line-height: 1.8rem;
  color: #444;
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.s_commitment article div.sc_text > p{
  margin-bottom: 1rem;
}
section.s_commitment article div.sc_img figure{
}
section.s_commitment article div.sc_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.s_commitment article div.sc_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="pc"] section.s_commitment article div.sc_img figure img{
  height: 350px;
}
/*お勧めメニュー*/
section.pick_up{
  background-color: #fff;
  box-sizing: border-box;
  width: 100vw;
}
body[wc-view-type="sp"] section.pick_up{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
}
body[wc-view-type="tb"] section.pick_up,
body[wc-view-type="tb-l"] section.pick_up{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="pc"] section.pick_up{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
}
section.pick_up > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  position: relative;
  z-index: 3;
}
body:not([wc-view-type="sp"]) section.pick_up > h1 br{
  display: none;
}
section.pick_up > h1.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="sp"] section.pick_up > h1{
}
section.pick_up > h1::before{
  content: "Pick up";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.pick_up div.pick_up_menu{
}
body[wc-view-type="tb-l"] section.pick_up div.pick_up_menu{
  width: 75vw;
  margin: 0 auto;
}
body[wc-view-type="pc"] section.pick_up div.pick_up_menu{
  width: 750px;
  margin: 0 auto;
}
section.pick_up div.pick_up_menu > article{
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(68,68,85,0.2);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.pick_up div.pick_up_menu > article.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
section.pick_up div.pick_up_menu > article:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="pc"] section.pick_up div.pick_up_menu > article{
  flex-direction:row-reverse;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu > article{
  flex-direction: column-reverse;
  padding: 1rem 1rem 1rem 1rem;
}
section.pick_up div.pick_up_menu > article p.osusume{
  position: absolute;
  top: 1.5rem;
  color: #444;
  font-size: 1.35rem;
  z-index: 2;
  left: 1.5rem;
  right: 1.5rem;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu > article p.osusume{
  font-size: 1.25rem;
  text-align: center;
}
section.pick_up div.pick_up_menu > article p.osusume::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  height: 1px;
  background-color: #444;
}
section.pick_up div.pick_up_menu > article p.osusume > span{
  padding: 0 1rem;
  display: table;
  margin: 0 auto;
  background-color: #fff;
}
body:not([wc-view-type="sp"]) section.pick_up div.pick_up_menu > article p.osusume > span br{
  display: none;
}
section.pick_up div.pick_up_menu > article > div.pick_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.pick_up div.pick_up_menu > article > div.pick_text{
  width: 60%;
  padding:0 1rem 0 0;
}
body[wc-view-type="tb-l"] section.pick_up div.pick_up_menu > article > div.pick_text{
  width: 55%;
  padding: 0 1rem 0 0;
}
body[wc-view-type="pc"] section.pick_up div.pick_up_menu > article > div.pick_text{
  width: 60%;
  padding: 1.5rem 0;
}
section.pick_up div.pick_up_menu > article > div.pick_text > h1{
  padding-bottom: 1rem;
  font-size: 1.35rem;
  border-bottom: 1px dashed #444;
  padding-left: 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu > article > div.pick_text > h1{
  padding: 1rem;
}
section.pick_up div.pick_up_menu > article > div.pick_text > p.money{
  display: flex;
  font-family: "Number";
  font-size: 1.5rem;
  color: #444;
  margin-top: 1rem;
  font-weight: 700;
  margin-right: 1rem;
  justify-content: flex-end;
  align-items: center;
}
section.pick_up div.pick_up_menu > article > div.pick_text > p.money:nth-of-type(2){
  margin-top: 0;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu > article > div.pick_text > p.money{
  margin-right: 1rem;
}
section.pick_up div.pick_up_menu > article > div.pick_text > p.money > span{
  font-size: 0.85rem;
  font-weight: 700;
}
section.pick_up div.pick_up_menu > article > div.pick_text > p.money > span.raiten_num{
  padding-right: 0.5rem;
  line-height: 1em;
  padding-top: 0.25rem;
}
section.pick_up div.pick_up_menu > article > div.pick_text > p.pick_in_text{
  padding: 0.25rem 1rem 0 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
  color: #444;
}
section.pick_up div.pick_up_menu > article > div.pick_img{
}
body[wc-view-type="tb-l"] section.pick_up div.pick_up_menu > article > div.pick_img{
  width: 45%;
}
body[wc-view-type="tb"] section.pick_up div.pick_up_menu > article > div.pick_img,
body[wc-view-type="pc"] section.pick_up div.pick_up_menu > article > div.pick_img{
  width: 40%;
}
body:not([wc-view-type="sp"])  section.pick_up div.pick_up_menu > article > div.pick_img figure{
  width: calc(100% - 1rem);
  margin-right: auto;
  margin-left: 0;
}
section.pick_up div.pick_up_menu > article > div.pick_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.pick_up div.pick_up_menu > article > div.pick_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.pick_up div.pick_up_menu div.btn_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu div.btn_box{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.pick_up div.pick_up_menu div.btn:nth-of-type(1){
  margin-right: 0.75rem;
}
body:not([wc-view-type="sp"]) section.pick_up div.pick_up_menu div.btn:nth-of-type(2){
  margin-left: 0.75rem;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu div.btn:nth-of-type(1){
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.pick_up div.pick_up_menu div.btn_box a{
  width: 185px;
}
section.pick_up div.pick_up_menu div.btn a::before{
  display: none !important;
}
/*お問合せ*/
section.contact{
  padding: calc(var(--headerHeight) * 1.5) 0;
  box-sizing: border-box;
  background-color: #f2f2f5;
}
body[wc-view-type="sp"] section.contact{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
  width: 100vw;
}
section.contact > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.contact > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.contact > h1::before{
  content: "Contact";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
section.contact > p{
  padding: 1rem 1.5rem 1rem;
  color: #444;
  line-height: 1.8rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1rem);
}
section.contact > p.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) section.contact > p{
  text-align: center;
  padding: 0;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
body[wc-view-type="tb-l"] section.contact > p,
body[wc-view-type="pc"] section.contact > p{
  width: 750px;
  margin: 0 auto 2.5rem auto;
}
section.contact div.contact_block{
  display: flex;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.contact div.contact_block.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.contact div.contact_block{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block{
  margin: 0 auto;
}
body[wc-view-type="tb"] section.contact div.contact_block{
  width: 70vw;
}
body[wc-view-type="tb-l"] section.contact div.contact_block,
body[wc-view-type="pc"] section.contact div.contact_block{
  width: 750px;
}
section.contact div.contact_block > div{
  padding: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.contact div.contact_block > div{
  padding: 1.5rem;
  border-top: 1px solid #ccc;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block > div:nth-of-type(1){
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body[wc-view-type="sp"] section.contact div.contact_block > div:last-of-type{
  border-bottom: 1px solid #ccc;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block > div:nth-of-type(2){
  border-right: 1px solid #ccc;
}
body[wc-view-type="tb"] section.contact div.contact_block > div,
body[wc-view-type="tb-l"] section.contact div.contact_block > div,
body[wc-view-type="pc"] section.contact div.contact_block > div{
  width: 50%;
}
section.contact div.contact_block div.tel{
}
section.contact div.contact_block div.mail{
}
section.contact div.contact_block > div p.contact_title{
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 1.5rem;
}
section.contact div.contact_block div.tel a{
  display: table;
  margin: 0 auto;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  color: #444;
  line-height: 1em;
  font-size: 1.8rem;
  text-decoration: none;
}
section.contact div.contact_block div.tel a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #444;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2.5rem;
  mask-size: 2.5rem;
}
section.contact div.contact_block div.mail div.btn{
  margin: 0 auto;
}
section.contact div.contact_block div.mail div.btn a::before{
  display: none;
}