@charset "UTF-8";

/*TOPパーツ調整_251105*/
#top_prats + div .wrapper_item {
    gap: 1.5rem;
}
#top_prats + div .inner_item:nth-of-type(1):nth-last-of-type(3),
#top_prats + div .inner_item:nth-of-type(2):nth-last-of-type(2),
#top_prats + div .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: calc(33.33% - 1.5rem* 2 / 3);
}
#top_prats + div .inner_item{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(245, 168, 184, 0.2), rgba(0, 0, 0, 0));
}
#top_prats + div .inner_item:before{
    content: '';
    border: 1px dotted;
    border-width: thick;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 93%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00000029;
}
#top_prats + div .inner_item>a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 1 / 1;
}
#top_prats + div .inner_item_img{
    height: 55%;
    z-index: 2;
}
#top_prats + div .inner_item_img img{
    height: auto !important;
}
#top_prats + div .inner_item .heading {
    margin-bottom: 0px;
}
#top_prats + div .inner_item_txt{
    display: flex;
    align-items: flex-start;
    padding: 10% 0 0;
    flex-direction: column;
    justify-content: flex-start;
}
#top_prats + div .inner_item_txt p {
    text-shadow: 1px 1px 0px var(--i_bg_color),
    -1px -1px 0px var(--i_bg_color),
    -1px 1px 0px var(--i_bg_color),
    1px -1px 0px var(--i_bg_color),
    1px 0px 0px var(--i_bg_color),
    -1px 0px 0px var(--i_bg_color),
    0px 1px 0px var(--i_bg_color),
    0px -1px 0px var(--i_bg_color);
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    #top_prats + div .wrapper_item {
        max-width: 400px;
        margin: 0 auto;
    }
}
/*施術の流れパーツ調整_251105*/
#top_flow + section .flow_box {
    padding: 2rem 4rem;
    background: var(--i_bg_color);
    border: 3px solid var(--i_main_color);
    border-radius: 8px;
    text-align: center;
}
#top_flow + section .flow_box-title {
    color: var(--i_main_color);
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
}
#top_flow + section .flow_box-title:before,
#top_flow + section .flow_box-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--i_main_color);
}
#top_flow + section .flow_box-title:before {
    left: -150%;
}
#top_flow + section .flow_box-title:after {
    right: -150%;
}
#top_flow + section .flow_box-items {
    writing-mode: vertical-lr;
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
#top_flow + section .flow_box-item {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    padding: 5rem 1rem;
    font-size: 2rem;
    border-radius: 30px;
    list-style: none;
    position: relative;
}
#top_flow + section .flow_box-item:before {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50px);
    right: -100%;
    display: inline-block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent var(--i_txt_color) ;
}
#top_flow + section .flow_box-item:last-child:before {
    display: none;
}
#top_flow + section .flow_box-item br {
  display: none;
}
#top_flow + section .flow_box-item span {
  transform: rotate(-90deg);
  display: inline-block;
  padding: 2px 0;
}
@media (max-width: 900px) {
    #top_flow + section .flow_box-items {
        gap: 6rem;
    }
    #top_flow + section .flow_box-item:before {
        right: -75%;
    }
}
@media (max-width: 768px) {
    #top_flow + section .flow_box-items {
        writing-mode: horizontal-tb;
        gap: 5rem;
    }
    #top_flow + section .flow_box-item {
        padding: 1rem 3rem;
    }
    #top_flow + section .flow_box-item:before {
        width:0;
        height:0;
        border-style:solid;
        border-width: 25px 20px 0 20px;
        border-color: var(--i_txt_color) transparent transparent transparent;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 150%);
    }
    #top_flow + section .flow_box-item br {
      display: block;
    }
    #top_flow + section .flow_box-item span {
       transform: initial;
       padding: 0;
    }
    #top_flow + section .flow_box-title:before {
        left: -110%;
    }
    #top_flow + section .flow_box-title:after {
        right: -110%;
    }
    #top_flow + section .flow_box-title:before,
    #top_flow + section  .flow_box-title:after {
        width: calc(100% - 2vw);
    }
}
@media (max-width: 480px) {
    #top_flow + section .flow_box-title:after {
        right: -55%;
    }
    #top_flow + section .flow_box-title:before {
        left:  -55%;
    }
    #top_flow + section .flow_box-title:before,
    #top_flow + section .flow_box-title:after {
        width: 45%;
    }
}

/* MV調整(2025/11/25) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 45%;
    bottom: 3%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 50%;
    }
}