@charset "utf-8";
/*
Theme Name:         mw_theme
Theme URI:          https://mediaworks-co.com/
Description:        HealingDetoxSalon reluckry since 2022 theme
Version:            1.0.0
Author:             MediaWorks Co.,Ltd.
Author URI:         https://mediaworks-co.com/
*/

/************************************************************
     RESET
 ************************************************************/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
    /* iOS landscape：text auto adjust OFF */
	-webkit-text-size-adjust: 100%;
    /* iOS auto darktheme */
	color-scheme: dark light;
    font-size: 62.5%;
}

@supports not (min-block-size: 100dvb) {
	:where(html) {
		block-size: 100%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
        /* In-page link = smoothscroll */
		scroll-behavior: smooth;
	}
}

:where(body) {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-style: normal;
    color: #1a1a1a;
    line-height: 1.3;
    letter-spacing: 0.003em;
    block-size: 100%;
	block-size: 100dvb;
    min-height: 100vh;
	-webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border-style: solid;
}

:where(a) {
	text-underline-offset: 0.2ex;
    text-decoration: none;
    color: unset;
}
@media screen and (-ms-high-contrast: none) {
    :where(a) {
        color: inherit;
    }
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg) {
	max-inline-size: 100%;
	block-size: auto;
    height: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
    font-weight: normal;
}

:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
}

:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

:where(:focus-visible) {
	outline: 2px solid var(--focus-color, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}
  
:where(p) {
    font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
    :where(p) {
        font-size: 1.8rem;
    }
}





/************************************************************
     COMMON STYLE
 ************************************************************/
/* background */
.bg_584b38c1 {
    background-color: #584b38c1;
}
.bg_8fbdbd {
    background-color: #8fbdbd;
}
.bg_bd7171 {
    background-color: #bd7171;
}
.bg_dd7676 {
    background-color: #dd7676;
}
.bg_bda590 {
    background-color: #bda590;
}
.bg_e1dedc {
    background-color: #e1dedc;
}
.bg_ffffff {
    background-color: #ffffff;
}


/* color */
.fc_009dbd {
    color: #009dbd;
}
.fc_00bd1f {
    color: #00bd1f;
}
.fc_4f39bd {
    color: #4f39bd;
}
.fc_584b38 {
    color: #584b38;
}
.fc_bdbd00 {
    color: #bdbd00;
}
.fc_ffffff {
    color: #ffffff;
}
.fc_bd2626 {
    color: #bd2626;
}

/* BORDER */
.bd_1_so_9b816a {
    border: 1px solid #9b816a;
}
.bd_1_so_bda590 {
    border: 1px solid #bda590;
}
.bd_1_so_ffffff {
    border: 1px solid #ffffff;
}
.bdr_1_so_dacbbf {
    border-right: 1px solid #dacbbf;
}
.bdb_1_do_ffffff {
    border-bottom: 1px dotted #ffffff;
}
.bdb_1_so_f1e1d2 {
    border-bottom: 1px solid #f1e1d2;
}

/* BORDER RADIUS */
.bd_rd_50 {
    border-radius: 50%;
}

/* font size */
.fs_1 {
    font-size: 1rem;
}
.fs_105{
    font-size: 1.5rem;
}
.fs_108{
    font-size: 1.8rem;
}
.fs_2 {
    font-size: 2rem;
}
.fs_205 {
    font-size: 2.5rem;
}
.fs_5 {
    font-size: 5rem;
}
@media screen and (min-width: 768px) {
    .fs_108{
        font-size: 3.2rem;
    }
    .fs_2{
        font-size: 4rem;
    }

    .pc_fs_105 {
        font-size: 1.5rem;
    }
    .pc_fs_2 {
        font-size: 2rem;
    }
    .pc_fs_205 {
        font-size: 2.5rem;
    }
    .pc_fs_3 {
        font-size: 3rem;
    }
}

/* font weight */
.fw_b {
    font-weight: bold;
}

/* font family */
.ff_san {
    font-family: san-serif;
}

/* margin */
.mar0_A {
    margin: 0 auto;
}
.mar1_A {
    margin: 1rem auto;
}
.mar2_A {
    margin: 2rem auto;
}
.mar3_A {
    margin: 3rem auto;
}
.marT_05 {
    margin-top: 0.5rem;
}
.marT_1 {
    margin-top: 1rem;
}
.marT_2 {
    margin-top: 2rem;
}
.marT_3 {
    margin-top: 3rem;
}
.marT_5 {
    margin-top: 5rem;
}
.marT_10 {
    margin-top: 10rem;
}
.marT_15 {
    margin-top: 15rem;
}
.marR_05 {
    margin-right: 0.5rem;
}
.marB_05 {
    margin-bottom: 0.5rem;
}
.marB_1 {
    margin-bottom: 1rem;
}
.marB_3 {
    margin-bottom: 3rem;
}
.marB_5 {
    margin-bottom: 5rem;
}
.marB_20 {
    margin-bottom: 20rem;
}
.marL_05 {
    margin-left: 0.5rem;
}
.marL_1 {
    margin-left: 1rem;
}
.marL_05em {
    margin-left: 0.5em;
}
.marL_1em {
    margin-left: 1em;
}
@media screen and (min-width: 768px) {
    .mar1_A {
        margin: 2rem auto;
    }
    .mar2_A {
        margin: 4rem auto;
    }
    .mar3_A {
        margin: 6rem auto;
    }
    .marT_05 {
        margin-top: 1rem;
    }
    .marT_1 {
        margin-top: 2rem;
    }
    .marT_2 {
        margin-top: 4rem;
    }
    .marT_3 {
        margin-top: 6rem;
    }
    .marT_5 {
        margin-top: 10rem;
    }
    .marT_10 {
        margin-top: 20rem;
    }
    .marT_15 {
        margin-top: 30rem;
    }
    .marR_05 {
        margin-right: 1rem;
    }
    .marB_3 {
        margin-bottom: 6rem;
    }
    .marB_5 {
        margin-bottom: 10rem;
    }
    .marB_20 {
        margin-bottom: 40rem;
    }
    .marL_05 {
        margin-left: 1rem;
    }
    .marL_1 {
        margin-left: 2rem;
    }
}


/* padding */
.padA_05 {
    padding: 0.5rem;
}
.padA_1 {
    padding: 1rem;
}
.padA_2 {
    padding: 2rem;
}
.padT_2 {
    padding-top: 2rem;
}
.padT_3 {
    padding-top: 3rem;
}
.padT_5 {
    padding-top: 5rem;
}
.padT_10 {
    padding-top: 10rem;
}
.padB_1 {
    padding-bottom: 1rem;
}
.padB_2 {
    padding-bottom: 2rem;
}
.padB_3 {
    padding-bottom: 3rem;
}
.padB_5 {
    padding-bottom: 5rem;
}
.padB_10 {
    padding-bottom: 10rem;
}
.padB_20 {
    padding-bottom: 20rem;
}
.padR_1 {
    padding-right: 1rem;
}
@media screen and (min-width: 768px) {
    .padA_05 {
        padding: 1rem;
    }
    .padA_1 {
        padding: 2rem;
    }
    .padA_2 {
        padding: 4rem;
    }
    .padT_2 {
        padding-top: 4rem;
    }
    .padT_3 {
        padding-top: 6rem;
    }
    .padT_5 {
        padding-top: 10rem;
    }
    .padT_10 {
        padding-top: 20rem;
    }
    .padB_1 {
        padding-bottom: 2rem;
    }
    .padB_2 {
        padding-bottom: 4rem;
    }
    .padB_3 {
        padding-bottom: 6rem;
    }
    .padB_5 {
        padding-bottom: 10rem;
    }
    .padB_20 {
        padding-bottom: 40rem;
    }
    .padR_1 {
        padding-right: 2rem;
    }

    .pc_padA_1 {
        padding: 1rem;
    }
    .pc_padA_2 {
        padding: 2rem;
    }
    .pc_padA_3 {
        padding: 3rem;
    }
    .pc_padT_5 {
        padding-top: 5rem;
    }
    .pc_padT_10 {
        padding-top: 10rem;
    }
    .pc_padB_5 {
        padding-bottom: 5rem;
    }
    .pc_padB_30 {
        padding-bottom: 30rem;
    }
    .pc_padR_2 {
        padding-right: 2rem;
    }
}

/* width, height */
.w50 {
    width: 50%;
}
.w75 {
    width: 75%;
}
.w95 {
    width: 95%;
}
.w100 {
    width: 100%;
}
.max_1000 {
    max-width: 1000px;
}
@media screen and (min-width: 768px) {
    .pc_w50 {
        width: 50%;
    }
}

/* display */
.dis_bl {
    display: block;
}
.dis_ib {
    display: inline-block;
}
.dis_flx {
    display: flex;
}
.dis_no {
    display: none;
}
.sp_dis_bl {
    display: block;
}
@media screen and (min-width: 768px) {
    .sp_dis_bl {
        display: initial;
    }
    .pc_dis_flx {
        display: flex;
    }
    .pc_dis_no {
        display: none;
    }
}

/* flex */
.flx_1 {
    flex: 1;
}

/* flex wrap */
.flx_wrap {
    flex-wrap: wrap;
}

/* align-items */
.ai_center {
    align-items: center;
}

/* align content */
.ac_sa {
    align-content: space-around;
}

/* justify content */
.jc_sa {
    justify-content: space-around;
}
.jc_ce {
    justify-content: center;
}
.jc_se {
    justify-content: space-evenly;
}

/* position */
.pos_rl {
    position: relative;
}
.pos_ab {
    position: absolute;
}
.pos_fix {
    position: fixed;
}

/* transform */
.w_half {
    left: 50%;
    transform: translateX(-50%);
}
.h_half {
    top: 50%;
    transform: translateY(-50%);
}
.wh_half {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* text align */
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.right {
    text-align: right;
}

.tal_justify {
    text-align-last: justify;
}

/* indent */
.indent {
    padding-left: 1em;
	text-indent: -1em;
}





/************************************************************
     HEADER
 ************************************************************/
header.pos_fix {
    z-index: 9999;
}

/* MENU BOTTON [BELOW 768px ONLY] */
.menu_btn {
	top: 0;
	right: 0;
	z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #584b38c1;
    border-radius: 5px;
}

.menu_btn span {
    transition: all .4s;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #ffffff;
  	width: 45%;
}

.menu_btn span:nth-of-type(1) {
	top: 15px;
}
.menu_btn span:nth-of-type(2) {
	top: 23px;
}
.menu_btn span:nth-of-type(3) {
	top: 31px;
}

.menu_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
}
.menu_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
	.menu_btn {
		display: none;
	}
}


#nav.panelactive {
    position: fixed;
    z-index: 999;
	top: 0;
	width: 100%;
    height: 100vh;
}

.menu_contents {
    transition: opacity 1s, visibility 0s ease 0.75s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
	.menu_contents {
		transition: none;
		opacity: 1;
		visibility: unset;
		overflow: hidden;
		width: 30vw;
		max-width: 400px;
	}
}
#nav.panelactive .menu_contents {
    transition-delay: .75s;
    opacity: 1;
    visibility: visible;
}

.menu_list > li:not(:first-child) {
    transition: opacity 1s, visibility 0s ease 0.75s;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 768px) {
	.menu_list > li:not(:first-child) {
		transition: none;
		opacity: 1;
		visibility: unset;
		color: #1a1a1a;
		border-bottom: 1px dotted #584b38
	}
}

#nav.panelactive .menu_list > li:not(:first-child) {
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
}

#nav ul {
    z-index: 999;
    top: 10rem;
}
@media screen and (min-width: 768px) {
	.menu_list {
		top: 0;
		margin-top: 5rem;
	}
}

#nav li {
	text-align: center; 
	list-style: none;
}

#nav li p {
	color: #ffffff;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	#nav li p {
		color: #1a1a1a;
	}
	.menu_list .menu_hover {
		color: #d0d0d0;
	}
	.menu_list a:hover p {
		color: #d0d0d0!important;
	}
	.page_ul p {
		font-size: 1.5rem;
		padding-top: 0!important;
	}
}


.circle {
    position: fixed;
	z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #584b38c1;
	transform: scale(0);
	right: -50px;
    top: -50px;
    transition: all 1.8s;
}
.circle.circleactive{
	transform: scale(20);
}

.menu_hover {
    text-shadow: 3px 3px 5px #ffffffb0,
                 -3px -3px 5px #ffffffb0, 
                 3px -3px 5px #ffffffb0, 
                 -3px 3px 5px #ffffffb0;
}





/************************************************************
     FOOTER
 ************************************************************/
@media screen and (min-width: 768px) {
	footer:not(.index) {
		margin-left: min(30vw, 400px);
	}
}

.mens_grd {
    background-image: radial-gradient(circle at 0% 0%,
                                        rgba(253, 253, 253, 1) 7%,
                                        rgba(255, 255, 255, 0) 29%,
                                        rgba(140, 135, 131, 0.32) 42%,
                                        rgba(140, 135, 131, 0.38) 90%),
                      radial-gradient(circle at 95% 0%,
                                        rgba(15, 11, 8, 1) 6%,
                                        rgba(15, 11, 8, 0.75) 14%,
                                        rgba(15, 11, 8, 0.25) 35%,
                                        rgba(25, 21, 18, 0.1) 57%,
                                        rgba(140, 135, 131, 0)),
                      radial-gradient(circle at 0% 100%,
                                        rgba(181, 169, 153, 1),
                                        rgba(181, 169, 153, 0.75) 12%,
                                        rgba(181, 169, 153, 0.25) 41%,
                                        rgba(181, 169, 153, 0.1) 57%,
                                        rgba(140, 135, 131, 0)),
                      radial-gradient(circle at 100% 100%,
                                        rgba(91, 84, 78, 1),
                                        rgba(91, 84, 78, 0.75) 8%,
                                        rgba(91, 84, 78, 0.25) 24%,
                                        rgba(91, 84, 78, 0.11) 41%,
                                        rgba(91, 84, 78, 0.1) 42%,
                                        rgba(91, 84, 78, 0));
}

@media screen and (min-width: 500px) {
    .footer_ul {
        width: 60vw;
        max-width: 500px;
    }
    .footer_link_ul {
        width: 50vw;
        max-width: 400px;
    }
}

.footer_link_ul.bd_1_so_ffffff:hover {
	background-color: #ffffff;
	border: 1px solid #bda590;
}
.footer_link_ul.bd_1_so_ffffff:hover p {
	color: #bda590;
}
.footer_link_ul li:first-of-type:hover {
    background-color: #bda590;
    color: #ffffff;
}
.footer_link_ul li:last-of-type:hover {
    background-color: #bda590;
    color: #ffffff;
}

.mens_div a img {
    height: 10vw;
    max-width: 300px;
    max-height: 48px;
}
.mens_div a > img {
    height: 16vw;
    max-height: 96px;
}

@media screen and (orientation: landscape) {
    .mens_div {
        width: 50%;
    }
 }





/************************************************************
     MAIN
 ************************************************************/
@media screen and (min-width: 768px) {
	main:not(.index) {
		margin-left: min(30vw, 400px);
	}
}





/************************************************************
     FLOWTING MENU
 ************************************************************/
.reserve_fly {
    right: 0;
    z-index: 90;
}

.reserve_div {
    background: #71614d;
    margin: 0.8rem;
    border-radius: 7.5px;
    border: 4px outset #7d6d58;
}

.reserve_fly:active {
    -webkit-transform: translate(0rem, 0.3rem);
    transform: translate(0rem, 0.3rem);
  }

.reserve_div p {
    text-shadow: 1px 1px 2.5px #d4deff, -1px -1px 2.5px #d4deff;
    font-size: 1.8rem;
}





/************************************************************
     TOP PAGE
 ************************************************************/
.top_wrap,
.top_wrap2 {
    background-image: url(../../img/top_image1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
}
.top_wrap2 {
    background-image: url(../../img/top_image2.webp);
}
@media (orientation: landscape), (min-width: 768px){
    .top_wrap,
    .top_wrap2 {
        height: 100vh;
    }
}

.top_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #ffffff59;
}

.top_wrap > div {
    width: 75%;
    z-index: 1;
    top: calc( 50% - 7.5rem);
    right: 0;
}
@media (orientation: landscape){
    .top_wrap > div {
        width: 50%;;
    }
}
@media screen and (min-width: 768px) {
    .top_wrap > div {
        top: calc( 50% - 10rem);
    }
}
@media screen and (min-width: 1000px) {
    .top_wrap > div > * {
        padding-right: calc(( 100vw - 1000px ) / 2 )
    }
}

.top_wrap img {
    max-width: calc( 4rem * 6.5 );
    margin: 0 auto;
}
@media (orientation: landscape){
    .top_wrap img {
        max-width: 90%;
    }
}
@media screen and (min-width: 768px) {
    .top_wrap img {
        max-width: 90%;
    }
}

.top_wrap .ps_ab div:nth-of-type(2) div {
    width: calc( 50% - 0.8rem );
}
@media screen and (min-width: 768px) {
    .top_wrap .ps_ab div:nth-of-type(2) div {
        pointer-events: none;
    }
    .top_wrap .ps_ab div:nth-of-type(2) div a {
        pointer-events: auto;
    }
    .top_wrap .ps_ab div:nth-of-type(2) div:hover {
            background-color: #584b38e0;
    }
}

.top_wrap2 > div {
    top: calc( 50% - (((( 1.8rem * 1.3 ) * 2 ) + ( 0.8rem * 2 )) / 2 ) );
}

@media screen and (min-width: 1000px) {
    .top_wrap2 h2 {
        margin-left: calc(( 100vw - 1000px ) / 2 );
    }
}

/* MENU */
.menu_ul img {
    max-width: 800px;
}

/* RESERVE */
.reserve_ul li:not(:last-child)::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dotted #675a4a;
    margin: 0 auto;
    margin-top: 5rem;
}

.reserve_ul img {
    max-width: 270px;
    min-width: 270px;;
    height: auto;
}

/* ACCESS */
.acc_item {
    width: calc(1.5rem * 5);
}

.parking_ul img {
    height: calc( 1.5rem * 1.3 );
}
@media screen and (min-width: 768px) {
    .parking_ul img {
        height: calc( 1.8rem * 1.3 );
    }
}

@media screen and (min-width: 768px) {
    .parking_ul > li:first-child {
        order: 2;
    }
    .parking_ul > li:last-child {
        order: 1;
    }
}
.btn {
    transition: .4s;
}

@media screen and (min-width: 768px) {
    .btn:hover {
        background-color: #e7dbd1;
    }
}

.btn:before, .btn:after {
    position: absolute;
    top: 0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.btn:before {
    border-left: solid 1px #756659;
    border-top: solid 1px #756659;
    border-bottom: solid 1px #756659;
    left: 0;
}
.btn:after {
    content: '';
    border-top: solid 1px #756659;
    border-right: solid 1px #756659;
    border-bottom: solid 1px #756659;
    right: 0;
}

/* INSTA LIST */
 .insta_list li {
    width: calc( ( 100% - ( 0.8rem * 4 )) / 2 );
    padding: 0 0.8rem;
}
@media screen and (orientation: landscape) and (min-width: 768px) {
    .insta_list li {
        width: calc( ( 100% - ( 0.8rem * 8 )) / 4 );
    }
}
.insta_a {
    right: 0;
}

.insta_link::after {
    content: '→';
    position: absolute;
    font-size: 2rem;
    top: 0.5rem;
    right: -1.5rem;
}
@media screen and (min-width: 768px) {
    .insta_link::after {
        font-size: 3rem;
        top: 0;
        right: -2rem;
    }
}






/************************************************************
     HAIR REMOVAL
 ************************************************************/
.hairem_ul div {
    height: 10rem;
}
.hairem_ul div,
.hairem_ul p {
    z-index: 1;
}
.hairem_ul div:last-of-type {
    height: 8rem;
}
.hairem_ul div:first-of-type p {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.hairem_ul2 li > div:first-of-type p:first-of-type {
	width: calc( 1.8rem * 7 );
}
.hairem_ul2 li > div:first-of-type p:last-of-type {
	width: calc( 100% - ( 1.8rem * 7 ));
}
@media screen and (min-width: 768px) {
    .hairem_ul2 li > div:first-of-type p:first-of-type {
        width: calc( 3.2rem * 7 );
    }
    .hairem_ul2 li > div:first-of-type p:last-of-type {
        width: calc( 100% - ( 3.2rem * 7 ));
    }
}

.hairem_ul2:nth-of-type(2) li:nth-last-of-type(-n+3) div:nth-of-type(2) p {
    width: calc( 100% / 2 );
}
@media screen and (min-width: 768px) {
    .hairem_ul2:nth-of-type(2) li:nth-last-of-type(-n+3) div:nth-of-type(2) p {
        width: calc( 100% / 4 );
    }
}

.hairem_table {
	border-collapse: collapse;
}

.hairem_table * {
	border: 1px solid #584b38;
}

.hairem_table th {
    width: calc( 100% / 3 );
}




/************************************************************
     FACIAL
 ************************************************************/
.facial_ul img {
    width: 5rem;
}

.facial_ul div a {
    position: relative;
}
.facial_ul div a::before {
	content: url(../../img/arrow3.webp);
	position: absolute;
	transform: scale(0.1);
	bottom: -111px;
	right: -111px;
}

@media screen and (min-width: 1000px) {
    .facial_ul li {
        display: flex;
    }
    .facial_ul div {
        position: relative;
    }
    .facial_ul li div:nth-of-type(1) {
        width: 45%;
        max-width: 450px;
        height: 115px;
    }
    .facial_ul li div:nth-of-type(2) {
        width: 10%;
        max-width: 100px;
		
    }
    .facial_ul li div:nth-of-type(3) {
        width: 45%;
        max-width: 450px;
		height: 117px;
    }
    .facial_ul div p,
	.facial_ul div img{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
    .facial_ul div a {
        width: 100%;
        height: 100%;
    }
    .facial_ul div img {
        transform: translateY(-50%) translateX(-50%) rotate( -90deg );
        width: 5rem;
    }
}





/************************************************************
     BODY
 ************************************************************/
.body_ul li {
    padding-top: 30vmin;
}
 .body_ul li:nth-of-type(odd) {
    width: 30vmin;
}
.body_ul li:nth-of-type(even) {
    width: 10vmin;
}
@media screen and (min-width: 768px) {
    .body_ul li {
        padding-top: 20%;
    }
    .body_ul li:nth-of-type(odd) {
        width: 20%;
    }
    .body_ul li:nth-of-type(even) {
        width: 6%;
    }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    .body_ul li:nth-of-type(5) {
        margin-left: 20vmin;
    }
}

.body_bg {
    background-image: url('../../img/body_04.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10vmin;
}

@media screen and (min-width: 768px) and (max-width: 787px) {
    .body_ul2 p {
        height: calc(( 1.8rem * 1.3 ) * 2 );
    }
    .body_ul2 div:nth-of-type(3) p {
        line-height: calc(( 1.8rem * 1.3 ) * 2 );
    }
}

.body_ul2 div:nth-of-type(2) {
    width: 30%;
}
.body_ul2 div:nth-of-type(2) img {
    transform: translateY(-50%) translateX(-50%)  rotate( -90deg );
    width: 80%;;
}