@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*** base **************************/ 	
:root{
--txt12: 0.75rem;		
--txt14: 0.875rem;	
--txt15: 0.938rem;	
--txt16: 1rem;
--txt17: 1.063rem;
--txt18: 1.125rem;
--txt19: 1.188rem;	
--txt20: 1.25rem;
--txt22: 1.375rem;
--txt23: 1.438rem;	
--txt24: 1.5rem;
--txt25: 1.563rem;	
--txt26: 1.625rem;
--txt27: 1.688rem;
--txt28: 1.75rem;
--txt30: 1.875rem;	
--txt32: 2rem;	
--txt35: 2.188rem;
--txt39: 2.438rem;	
--txt50: 3.125rem;
--container:1920px;	
	}
/* PC *************************************************************/
@media screen and (min-width: 751px) {
  html {
    scroll-padding-top: 90px;
	scroll-behavior: smooth;  
	}
a:hover{opacity: 0.6;}
.content_wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #000;
  font-size: 18px;
  width:100%;
  margin: 0 auto;
	
}

.main_content{
  width:min(var(--container), 100%);
  margin-inline: auto;	
  background-color: #fff;			
	}

a.btn_movie {
    background-color: #924D52;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
	font-weight: 600;
    padding: 1rem 3.5rem 1rem  1.375rem;
    font-size: clamp(1.25rem, 0.769rem + 1.03vw, 2rem);
    line-height: 1.0;
    position: relative;
    white-space: nowrap;
	text-align: center;
	width: 455px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 1.938rem auto 0;
}
.btn_movie_wrap {
    background: rgba(255, 255, 255, 0.55);
    padding-block: 1.938rem 4.5rem;
}
span.movie_txt_s {
    font-size: clamp(0.813rem, 0.452rem + 0.77vw, 1.375rem);
    line-height: 1.4;
    margin-left: clamp(0.313rem, -0.209rem + 1.11vw, 1.125rem);
}
a.btn_movie:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: clamp(1.5rem, 0.858rem + 1.37vw, 2.5rem);
    bottom: 0;
}
	a.btn_movie:hover{
	text-decoration: none;	
	}


.consept_wrap{
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_01.jpg);
	background-position:top center;
	text-align: center;	
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #dfd4e2;
	padding-top: 3.125rem;
	padding-bottom: 1.938rem;
	}
.consept_content {
    background: rgba(255, 255, 255, 0.55);
    
	display: flex;
    flex-direction: column;
    align-items: center;
}
@scope (.consept_content) {
			& .consept_lead h3 {
				font-size: 1.375rem;
				font-weight: 500;
				margin-bottom:0.375rem;
				margin-top: 2.222rem;
			}
			& .consept_lead h3:first-of-type {
				font-size: 1.375rem;
				font-weight: 500;
				margin-bottom:1.273rem;
				margin-top: 2.222rem;
			}
			& .consept_lead .protect_lead {
				line-height: 2.222;
				margin-bottom: 55px;
			}
			& div h4 {
				font-size: 1rem;
				font-weight: 500;
				margin-bottom:1.667rem;
				background-color:#EDD0D2;
				padding-inline:56px;
				padding-block: 6px;
			}
	}
.consept_point {
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #AE8A73;
    padding: 41px 125px 22px clamp(1.875rem, -3.293rem + 11.03vw, 9.938rem);
    display: flex;
    justify-content: center;
	width: min(865px, 100%);
}
h3.title_consept_point {
    color: #213C51;
    font-size: 1.313rem;
    font-weight: 500;
	text-align: left;
}
ul.list_point {
    margin-top: 33px;
    font-size: 1.125rem;
    text-align: left;
	    margin-left: 1rem;
	font-weight: 500;
}
.list_point li {
    position: relative;
	margin-bottom: 17px;
}
.list_point li:before {
    position: absolute;
    content: "・";
    top: 0%;
    left: -15px;
}
	
ul.list_point_s {
    margin-top: 33px;
    font-size: 1.125rem;
    text-align: left;
	    margin-left: 1rem;
}
.list_point_s li {
    position: relative;
}
.list_point_s li:before {
    position: absolute;
    content: "・";
    top: 0%;
    left: -15px;
}
.point_comment {
    margin-top: 2.688rem;
}
.h2_consept{
	display: inline-block;
	font-size: 2rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	}
.consept_lead {
	padding-bottom: 46px;
}
.consept_lead p {
    line-height: 1.642;
	font-size: 1.125rem;
	font-weight: 500;
}
.consept_lead p:first-child {
    margin-bottom: 46px;
	line-height: 1.667;
}
.txt_lead_note{
	margin-block:30px 74px;
	font-weight: 500;
	}
/********** reason **********************************/
section.reason_bg {
    background-color: #ffffff;
}
.reason_content {
    padding-top: 80px;
    width: min(1442px, 100%);
    margin-inline: auto;
	padding-bottom: 57px;
}
h3.title_reason_h3 {
    text-align: center;
    color: #924D52;
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    border-bottom: solid 1px #B17276;
    display: inline-block;
    padding-inline: 46px;
}
h3.effect_title {
    font-size: 2rem;
    text-align: center;
    color: #924D52;
    margin-bottom: 1.875rem;
	font-family: "Shippori Mincho", serif;
    font-weight: 700;
}
div.title_reason {
    text-align: center;
	margin-bottom: 3.75rem;
}
.type_of_ultraviolet_rays {
    margin-top: 1.25rem;
    border: solid 1px #C37078;
    padding: 29px 20px 0 82px;
    width: min(800px, 100%);
    margin-inline: auto;
	margin-bottom: 4.75rem;
}
p.effect_lead {
    text-align: center;
    font-size: 1.125rem;
	font-weight: 500;
}
ul.effect_list {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 12px;
}
.effect_summary {
    text-align: center;
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}
@scope (.reason_content) {
	.lead {
    		text-align: center;
		& p{
			margin-bottom:2.813rem;
			font-weight: 500;
		}
		}
	.type_of_ultraviolet_rays h4{
		   color: #A72D38;
		   font-weight: 500;
		   font-size: 1.375rem;
		}
	.type_of_ultraviolet_rays dl{
					margin-top:2.313rem;
					color:#A72D38;
					& div{
						display: flex;
						gap: 23px;
						align-items: center;
						margin-bottom: 4.063rem;
						& dt{
								background-color:#FEF2F2;
								
								border:solid 1px #707070;
								font-size:1.375rem;
								box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
								display: inline;
							   width: 126px;
							text-align: center;
							}
						& dd{
								font-weight: 500;
							    font-size: 1.25rem;
							}
						}
		}
	.effect_summary p{
		    	font-size: 1.125rem;
				font-weight: 500;
				margin-bottom: 44px;
				display: inline;	
				}
	.effect_summary span{
		    	border-bottom: solid 1px #000000;
				display: inline;
				width: fit-content;
				margin-bottom: 42px;
		        font-weight: 500;
				}
	}
	
	
.howto_wrap {
    background-color: #FCFCF3;
    padding-top: 82px;
    margin: 0 auto;
	padding-bottom: 66px;
}
.howto_step_bg{
	background-color: #F2F1F5;
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_02.jpg) !important;
    background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
	}
h2.h2_howto{
	font-size: 2rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	text-align: center;
	}

.h2_howto_en{
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 3px;
	font-weight: 500;
}
.h2_step{
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size:1.875rem;
	font-weight: 600;
	color:#fff;
	background-color:#924D52;
	line-height: 1;
    padding: 16px 0;
	max-width: 1142px;
	margin: 0 auto 3.642rem;
	}

.howto_content_2 {
    max-width: 1142px;
    margin: 0 auto;
    padding-top: 100px;
	font-weight: 700;
}

.howto_purpose_wrap {
    margin-top: 70px;
    display: flex;
	gap: 44px;
	margin-bottom: 53px;
}

	
.howto_info_box {
    background-color: #fff;
    padding: 37px 55px;
    border: solid 1px #AE8A73;
	font-weight: 500;
	& ul{
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
}
h3.h3_howto_info {
    font-size: 1.313rem;
    color: #213C51;
    margin-bottom: 26px;
}
.h3_howto_products{
	color: #924D52;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    margin-top: 0px;
    padding-left: 33px;
    padding-bottom: 12px;
    border-bottom: solid 6px #924D52;
    margin-bottom: 62px;	
	}
.howto_products_img {
    text-align: center;
}
.howto_products_txt {
    max-width: 915px;
    margin: 0 auto;
    margin-top: 62px;
    font-size: 1.125rem;
    margin-bottom: 57px;
	font-weight: 500;
}
	
.howto_products_txt p:not(first-child) {
    margin-top: 34px;
}
.howto_point_wrap {
    background-color: #FBF4F4;
    border-radius: 25px;
    padding: 40px 57px 40px 110px;
    max-width: 1029px;
    margin: 0 auto;
    margin-top: 87px;
    background-position: 56px 18px;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    background-repeat: no-repeat;
	margin-bottom: 62px;
	font-weight: 500;
}
a.btn_products {
    background-color: #924D52;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 117px;
    display: inline-block;
    text-align: center;
	font-family: "Shippori Mincho", serif;
	font-weight:600;
    font-size: 1.563rem;
	width:417px;
}
a.btn_products:hover {
	text-decoration: none;
	}



.btn_wrap {
    text-align: center;
}
h3.h3_detail_point {
        font-size: 1.563rem;
        color: #213C51;
        font-family: "Zen Kaku Gothic New", sans-serif;
        margin-bottom: 27px;
    }
	
.point_txt_wrap{
	display: grid;
		gap:35px 55px;
	    grid-template-columns: max-content 1fr;
        grid-template-rows: repeat(1, 1fr);
	& ul{
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
	}
p.point_txt_1, .point_txt_2, .point_txt_3, .point_txt_4 {
    margin-bottom: 35px;
}
	
/****** コンテナクエリ **************************************/
.howto_point_wrap > div{
		container-type: inline-size;
	}
	
@container (max-width: 777px) {
  .point_txt_wrap {
        display: block;
    }

}	

/********** basics of hair care **********************************/	
	section.hair_care{
		background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_hearcare.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center top;
		
	}
	.basics_hair_care {
    background: rgba(255, 255, 255, 0.55);
		padding-block:6.188rem 7.313rem;
}
	.detail_hair_care{
		width:min(1161px, 100%);
		margin-inline: auto;
	}
	
@scope (.basics_hair_care) {
	& h2{
		text-align: center;
		font-size:2.188rem;
		font-weight: 700;
		color:#924D52;
		font-family: "Shippori Mincho", serif;
	}
	& .detail_hair_care{
		margin-top:3.938rem;
		& .content_detail_hair_care{
			border-top:solid 1px #213C51;
			padding:40px 16px 66px 68px;
			display: grid;
			grid-template-columns: max-content 1fr;
			grid-template-rows: max-content 1fr;
			gap: 0 40px;
			
			& img{
				grid-row: span 4 / span 4;
			}
			& h3{
				 grid-column-start: 2;
				 color:#213C51;
				 font-weight: 700;
				font-family: "Shippori Mincho", serif;
				font-size: 1.75rem;
				margin-bottom: 1rem;
				 
			}
			& ul{
				grid-column-start: 2;
    			 grid-row-start: 3;
				font-weight: 500;
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				font-size: 1.125rem;
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
			& .detail_txt{
				 font-size:1.125rem;
				font-weight: 500;
				line-height: 1.778;
			}
			& .detail_txt_bottom{
				 grid-column-start: 2;
    			 grid-row-start: 4;
				font-size:1.125rem;
				font-weight: 500;
				line-height: 1.778;
			}
		}

	}
	}
/********** アロマシアのヘアケアの考え方 **********************************/
	
.half_hair_care_wrap {
    padding-block: 115px;
	container-type: inline-size;
	container-name: hair_cara_wrap;
}
.half_hair_care {
    margin-left: 107px;
    background: rgba(255, 255, 255, 0.55);
    width: min(804px ,100%);
    padding: 60px 76px;
}
/******************* コンテナクエリ　親要素の幅が927px以下の場合 **************************/
@container (max-width: 927px) {
  .half_hair_care {
    margin-left: 0;
	margin-inline: auto;
}
}
/******************* end コンテナクエリ　親要素の幅が927px以下の場合 **************************/
@scope (.half_hair_care) {
	& h2 {
		font-size: 2.188rem;
		color:#000000;
		font-weight: 700;
		font-family: "Shippori Mincho", serif;
		margin-bottom:1.5rem;	
	}
	& p{
		font-size: 1.125rem;
		line-height: 1.778;
		margin-bottom:1.667rem;
		font-weight: 500;
	}
	& p:nth-last-of-type(2) {
    	margin-bottom: 0px;
	}
	& h3{
		font-size: 1.625rem;
		color:#000000;
		font-weight: 700;
		font-family: "Shippori Mincho", serif;
		border-bottom: solid 1px #000000;
		padding-bottom:1.219rem;
		margin-bottom:1.969rem;
		margin-top:1.75rem;
	}
	& ul{
				margin-left: 15px;	
			}
	& ul li {
				position: relative;
				font-size: 1.125rem;
		        font-weight: 500;
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
	}
/********** デイリーシリーズ　リペアシリーズ **********************************/
section.series{
		background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_03.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center top;
		padding-top:7.063rem;
	    padding-bottom: 7.125rem;
	}	
	
.series_content {
    width: min(1142px, 100%);
    margin-inline: auto;
    padding-inline: clamp(1.125rem, -2.401rem + 7.52vw, 6.625rem);
}
.title_series {
    display: flex;
	letter-spacing: -1px;
	align-items: center;
}
h2.title_sara {
    background-color: #8A87F2;
    color: #fff;
    padding: 5px clamp(0.313rem, -0.849rem + 2.48vw, 2.125rem);
    text-align: center;
    font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.457;
}
h2.title_hari {
    background-color: #ECA809;
    color: #fff;
    padding: 5px clamp(0.313rem, -0.849rem + 2.48vw, 2.125rem);
    text-align: center;
    font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.457;
}	
span.title_txt_s {
    font-size: clamp(1.125rem, 0.564rem + 1.2vw, 2rem);
}
@scope (.title_series) {
	& div:first-of-type{
		padding-block:17px;
		padding-right:29px;
		border-right:solid 1px #000;
	}
	& div:nth-of-type(2){
		padding-block:17px;
		padding-left:29px;
	}
	& p{
		font-size: clamp(1.125rem, 0.564rem + 1.2vw, 2rem);
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		line-height: 1.438;
	}
	}
.series_product_wrap {
    max-width: 826px;
	margin-inline: auto;
	margin-top:27px;
}
.series_product_wrap_2 {
    max-width: 826px;
	margin-inline: auto;
	margin-top:27px;
}	
@scope (.series_product_wrap) {
	& h3{
		font-family: "Noto Sans JP", sans-serif;
		color:#8A87F2;
		font-size: 1.438rem;
		line-height: 1.478;
		padding-inline:10px;
		border-bottom:solid 1px #8A87F2;
		display: inline;
		width:5em;
	}
	}
@scope (.series_product_wrap_2) {
	& h3{
		font-family: "Noto Sans JP", sans-serif;
		color:#ECA809;
		font-size: 1.438rem;
		line-height: 1.478;
		padding-inline:10px;
		border-bottom:solid 1px #F2B21C;
		display: inline;
		width:5em;
	}
	}
.series_bottom_content{
	display: grid;
	grid-template-rows: max-content 1fr;
	margin-top: 3.125rem;
	font-weight: 500;
	}
.left_series, .left_series_hari{
	     padding:0 30px 30px 0;
	     border-right:solid 1px #000;
		 grid-row: span 2 / span 2;
			p{
				font-size: 1rem;
			}
		& ul{
				margin-left: 15px;
				margin-block: 36px;
			}
		& ul li {
				position: relative;
				font-size: 1.125rem;
			    &:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
    		}  
	}
.right_series_1{
	padding-left:65px;
	margin-bottom:27px;
	
	}
.right_series_2{
	grid-column-start: 2;
	padding-left:65px;
		& ul{
				margin-left: 15px;
				margin-block: 13px;
			}
		& ul li {
				position: relative;
				font-size: 1.125rem;
			    &:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
    		}
	}
ul.list_lineup{
		display: flex;
		margin-block:60px 78px;
	   justify-content: space-between;
	}
ul.list_lineup li {
    display: grid;
    grid-template-rows: max-content 1fr;
    text-align: center;
    place-items: center;
}
ul.list_lineup li img{
    height:166px;
}
span.series_product_name {
    grid-row-start: 2;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
	height: 4rem;
	}
a.btn_series {
    grid-row-start: 3;
    background-color: #924D52;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 0.938rem;
    font-weight: 600;
    width: 124px;
}
a.btn_series:hover {
	text-decoration: none;
}
	
.howto_point_wrap_2 {
    background-color: #FBF4F4;
    border-radius: 25px 25px 0px 0px;
    padding: 40px 57px 40px 110px;
    max-width: 1029px;
    margin: 0 auto;
    margin-top: 0px;
    background-position: 56px 18px;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    background-repeat: no-repeat;
	margin-bottom: 0px;
	font-weight: 500;
}
.howto_point_wrap_3 {
    background-color: #FBF4F4;
    border-radius: 0px 0px 25px 25px;;
    padding: 40px 57px 40px 110px;
    max-width: 1029px;
    margin: 0 auto;
    margin-top: 0px;
    background-position: 56px 18px;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    background-repeat: no-repeat;
	margin-bottom: 0px;
	font-weight: 500;
}
/************************** brush *******************************/
ul.list_lineup_brush{
		display: flex;
		margin-block:60px 78px;
	   justify-content: center;
	   gap:80px;
	}
ul.list_lineup_brush li {
    display: grid;
    grid-template-rows: max-content 1fr;
    text-align: center;
    place-items: center;
}
ul.list_lineup_brush li img{
    height:249px;
}
span.series_brush_name {
    grid-row-start: 2;
    font-size: 1.313rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
	height: 4rem;
	line-height: 1.4;
	}
a.btn_series {
    grid-row-start: 3;
    background-color: #924D52;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 0.938rem;
    font-weight: 600;
    width: 124px;
}
a.btn_series:hover {
	text-decoration: none;
}
a.btn_series_brush {
    grid-row-start: 3;
    background-color: #924D52;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.188rem;
    font-weight: 600;
    width: 164px;
}
a.btn_series_brush:hover {
	text-decoration: none;
}
/************************** NEXT *******************************/
	
.next_content{
	    width: min(1142px ,100%);
        margin: 0 auto;
	}	
	
/************************** last *******************************/
	
.last_content{
	background-color: #fff;
    padding-top: 3.563rem;
	}		
	
.last_inner{
	width: min(1142px ,100%);
    margin: 0 auto;	
	}
@scope (.last_inner) {
	& h2 {
		color:#213C51;
		font-size: 1.313rem;
		text-align: center;
		margin-bottom:1.625rem;
		font-weight: 500;
	}
	& p {
		text-align: center;
		margin-bottom:3rem;
		font-weight: 500;
	}
	}
a.btn_menu {
    background-color: #924D52;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
	font-weight: 600;
    padding: 8px 0px;
    font-size: 1.563rem;
    position: relative;
    white-space: nowrap;
	text-align: center;
	display: inline-block;
	margin-bottom:117px;
	width: 417px;
}
a.btn_menu:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: clamp(1.5rem, 0.858rem + 1.37vw, 2.5rem);
    bottom: 0;
}
	a.btn_menu:hover{
	text-decoration: none!important;
	
	}	
	
.bg_spray {
    background-color: rgba(149, 109, 78, 0.15);
	padding: 5.125rem 1.875rem;
	margin-bottom: 8.938rem;
}
.img_spray {
    width: 351px;
}
.img_spray img {
    border: solid 24px #fff;
}	
.spray_flex_box {
    display: flex;
    justify-content: center;
}
h2.h2_title_spray {
    background-color: #A28989;
    color: #fff;
    font-weight: 900;
    padding: 0.8rem 7.938rem 0.8rem 1.875rem;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
	    margin-bottom: 2.125rem;
}
h3.h3_title_spray {
    font-family: "Shippori Mincho", serif;
    color: #A28989;
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0 1.313rem 0;
}
.howto_info_box p:not(first-child) {
    margin-top: 20px;
}	
.movie_area {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 7.125rem;
}	
.br_sp{display: none;}
.sp_only{display:none!important;}	
}

@media screen and (max-width: 1389px) and (min-width:751px){
.howto_purpose_wrap {
        padding: 0 1rem;
    }	
    .howto_info_box {
        margin: 0 1rem;
    }
    .h3_howto_products {
        margin: 0 1.375rem 62px 1.375rem;
    }
}


/***************** SP *************************************************/
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 60px;
	  
  }
	
 .content_wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.3;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  padding-bottom: 1.375rem;	 
}

.h2_consept{
	font-size: 1.063rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	background-color: #E7E6E6;
    text-align: center;
	padding: 0.875rem 0;
	}
.btn_movie_wrap {
    	
        background: rgba(255, 255, 255, 0.55);
        padding-bottom: 73px;
}
a.btn_movie:hover{
	text-decoration: none!important;	
	}	
a.btn_movie::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 39%;
    right: 32px;
    bottom: 0;
}	
a.btn_movie {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    line-height: 1;
    background-color: #924D52;
    text-align: center;
    padding: 0.875rem 0;
    display: block;
    position: relative;
	width:80%;
	margin:0 auto;
}
span.movie_txt_s {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-left: clamp(0.313rem, -0.209rem + 1.11vw, 1.125rem);
}
.consept_wrap {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_01_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.consept_content {
    background: rgba(255, 255, 255, 0.55);
	margin-top: 1.6rem;
	padding-bottom: 3.538rem;
}
@scope (.consept_content) {
	& div{
		padding-inline: 1.125rem;
    	text-align: center;
		& img{
			
		}
		}
	& .consept_lead h3 {
				font-size: 1.375rem;
				font-weight: 500;
				margin-bottom:0.375rem;
				margin-top: 2.313rem;
				line-height: 1.591;
			}
	& .consept_lead p {
				font-weight: 500;
		        font-size: 1.063rem;
		
	}
			& .consept_lead h3:first-of-type {
				font-size: 1.375rem;
				font-weight: 500;
				margin-bottom:1.688rem;
				margin-top: 0rem;
				line-height: 1.591;
			}
			& .consept_lead .protect_lead {
				line-height: 2.222;
				margin-bottom: 55px;
			}
			& div h4 {
				font-size: 1rem;
				font-weight: 500;
				margin-bottom:1.667rem;
				background-color:#EDD0D2;
				padding-inline:clamp(1.813rem, 0.125rem + 7.2vw, 3.5rem);
				padding-block: 0px;
			}

	}
.consept_lead {
		text-align: center;
		line-height: 2.5;
		padding: 2.313rem 0.688rem 2.75rem 0.688rem;
	    font-size: clamp(0.813rem, 0.601rem + 0.99vw, 1.063rem);
        letter-spacing: -0.5px;
}
.consept_lead p:not(:first-of-type) {
    margin-top: 1.188rem;
}

.txt_lead_note{
	margin-block:0px 74px;
	font-weight: 500;
	text-align: center;
	padding-inline: 1rem;
	font-size: 1.188rem;
    line-height: 2.222;
	}

.consept_img p {
    margin-top: 3.125rem;
	font-size: 0.75rem;
}
.consept_img {
    width: 12rem;
}
.flex_box_point {
    padding-inline: 0;
    font-weight: 500;
}
.consept_point {
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #AE8A73;
    padding: 32px 1rem;
    display: flex;
    justify-content: center;
    width: calc(100% - 2rem);
    margin: 4rem 1rem 0 1rem;
	flex-direction: column;
	align-items: center;
}
.consept_point img {
    margin-top: 1.25rem;
	        max-width: 121px;
        height: auto;
}
h3.title_consept_point {
    color: #213C51;
    font-size: 1.313rem;
    font-weight: 500;
	text-align: center;
}
ul.list_point {
    margin-top: 1.125rem;
    font-size: 1rem;
    text-align: left;
	margin-left: 1rem;
	font-weight: 500;
	letter-spacing: -0.6px;
}
.list_point li {
    position: relative;
}
.list_point li:before {
    position: absolute;
    content: "・";
    top: 0%;
    left: -15px;
	height: 1lh;
}

ul.list_point_s {
    
    font-size: 0.938rem;
    text-align: left;
	margin-left: 1rem;
}
.list_point_s li {
    position: relative;
}
.list_point_s li:before {
    position: absolute;
    content: "・";
    top: 0%;
    left: -15px;
	height: 1lh;
}
/* ライン使いの考え方 */
.section_line{
	background-color:#fff;
	padding: 2.938rem 1.688rem;
	}	
	
.line_content > h3{
  color:#956446;
  font-family: "Shippori Mincho", serif;
  font-size:1.063rem;
  text-align: center;	
	}

.line_content h3 + p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.875rem;
    margin: 3.125rem 0;
    text-align: left;
}
	
h3.h3_series {
    font-family: "Shippori Mincho", serif;
    font-size: 1.063rem;
    font-weight: bold;
    margin-bottom: 2.063rem;
	line-height: 1.5;
	}
span.series_en {
    font-size: 0.938rem;
	display: block;
}
p.series_txt {
    font-size: 0.875rem;
    line-height: 2.3;
}
ul.ul_features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 40px;
    gap: 19px;
	margin-bottom: 1.875rem;
}	
li.li_fleatures {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    width:82px;
    padding: 10px;
    border: 5px solid #D4CECE;
    border-radius: 80px;
    font-size: 0.5635rem;
    font-weight: 300;
    letter-spacing: .1em;
    background-color: #fff;
	aspect-ratio: 1 / 1;
	color: #696565;
}
li.li_fleatures::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg) translateY(-50%);
    display: block;
    content: "";
    width: calc(100% + 5px);
    height: 5px;
    background: #D4CECE;
    z-index: 1;
}	
	li.li_fleatures span{
		z-index: 1000;
	}
h2.h2_detail {
    font-size: 1.063rem;
    font-family: "Shippori Mincho", serif;
    color: #956446;
    text-align: center;
    margin-top: 30px;
	font-weight: 600;
}
h3.h3_detail {
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    margin-top: 27px;
    padding-bottom: 7.5px;
    border-bottom: solid 1px #213C51;
    color: #213C51;
    margin-bottom: 20px;
    font-weight: 600;
}

.detail_pic {
       display: flex;
    justify-content: center;
}
.detail_pic img {
    width: 60%;
}
.detail_content {
    padding: 0 1rem;
}
.detail_txt {
    line-height: 2.3;
	padding-bottom: 2.813rem;
	padding-top: 0.625rem;
}
.detail_point_wrap {
    background-color: #FBF4F4;
    padding: 3.438rem 1rem;
    font-size: 0.813rem;
    line-height: 2.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h3.h3_detail_point {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.25rem;
    color: #213C51;
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center;
	justify-content: center;
	line-height:1.45;
}
h3.h3_detail_point::before {
    content: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    width: 48px;
    height: 80px;
    margin-right: 20px;
}
.point_txt_wrap{
		font-size: 0.938rem;
	}
p.point_txt_1, .point_txt_2, .point_txt_3, .point_txt_4 {
    margin-bottom: 37px;
}
.point_txt_wrap{
	
	& ul{
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
	}
.howto_wrap {
    background-color: #FCFCF3;
	padding-bottom: 5.188rem;
}
.howto_step_bg{
	background-color: #F2F1F5;
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_02_sp.jpg)!important;
	background-size: cover;
        background-position: right top;
	background-repeat: no-repeat;
	}
.h2_howto{
	font-size: 1.063rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
    text-align: center;
	padding: 2.438rem 0 2.125rem 0;
	}

.pb25{padding-bottom:25px!important;}
.howto_content_2 {
	padding-top: 1.313rem;
	padding-bottom: 0rem;
}

span.h2_howto_en {
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 1px;
	font-weight: 500;
}
.howto_lead{
		padding: 0 1rem;
	margin-bottom: 3.75rem;
	}
.howto_purpose_wrap {
    margin-top: 23px;
    display: flex;
	flex-direction: column;
	gap: 13px;
	margin-bottom: 13px;
	padding: 0 0.8rem;
}

.howto_info_box {
    background-color: #fff;
    padding: 37px 1rem;
    border: solid 1px #AE8A73;
	margin: 0 0.8rem;
	font-size: 1rem;
	line-height: 2;
	font-weight: 500;
}
@scope (.howto_info_box) {
& ul{
				font-weight: 500;
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				font-size: 0.938rem;
				font-size: 1rem;
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}

}
	h3.h3_howto_info {
    font-size: 1.25rem;
    color: #213C51;
    margin-bottom: 22px;
    text-align: center;
	font-weight: 500;
}
h3.h3_howto_products {
    color: #AE8A73;
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    padding-left: 0.625rem;
    padding-bottom: 6px;
    border-bottom: solid 3px #AE8A73;
    font-weight: 700;
	margin: 0rem 0.8rem 22px 0.8rem;
}
.howto_products_img {
    display: flex;
    justify-content: center;
	padding: 1.688rem;
}
.howto_products_img img {
    width: 100%;
    height: auto;
}
.howto_products_txt {  
    font-size: 0.938rem;
    margin-bottom: 2.375rem;
    line-height: 2.3;
    padding: 0 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
}
.howto_products_txt p:not(:first-of-type) {
    margin-top: 2rem;
}
.howto_point_wrap {
     background-color: #FBF4F4;
    padding: 1.6rem 0.7rem;
    font-size: 0.938rem;
    line-height: 2.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	font-weight: 500;
    
}
/********** reason **********************************/
section.reason_bg {
    background-color: #ffffff;
}
.reason_content {
    padding-top: 44px;
    width: min(1442px, 100%);
    margin-inline: auto;
	padding-bottom: 20px;
}
h3.title_reason_h3 {
    text-align: center;
    color: #924D52;
    font-size: clamp(1.25rem, 0.5rem + 3.2vw, 2rem);
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    border-bottom: solid 1px #B17276;
    display: inline-block;
    padding-inline: clamp(1.25rem, -0.375rem + 6.93vw, 2.875rem);
	margin-inline: 5px;
}
h3.effect_title {
    font-size: clamp(1.25rem, 0.5rem + 3.2vw, 2rem);
    text-align: center;
    color: #924D52;
    margin-bottom: 1.875rem;
	font-family: "Shippori Mincho", serif;
    font-weight: 700;
}
div.title_reason {
    text-align: center;
	margin-bottom: 1.75rem;
}
.type_of_ultraviolet_rays {
    margin-top: 1.25rem;
    border: solid 1px #C37078;
    padding: 14px 0.5rem 10px 0.5rem;
    width: min(800px, 100% - 24px);
    margin-inline: 12px;
	margin-bottom: 1.75rem;
	letter-spacing: 0;
}
p.effect_lead {
    padding-inline: 0.5rem;
    font-size: clamp(0.938rem, 0.75rem + 0.8vw, 1.125rem);
	font-weight: 500;
}
ul.effect_list {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 12px;
	align-items: center;
	flex-direction: column;
}
.effect_summary {
    text-align: center;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
	letter-spacing: 0;
}
@scope (.reason_content) {
	.lead {
    		text-align: center;
		& p{
			margin-bottom:2rem;
			font-weight: 500;
			font-size: 0.928rem;
			text-align: left;
            padding-inline: 0.5rem 0.2rem;
			letter-spacing: 0px;
		}
		}
	.type_of_ultraviolet_rays h4{
		   color: #A72D38;
		   font-weight: 500;
		   font-size: 1.125rem;
		text-align: center;
		}
	.type_of_ultraviolet_rays dl{
					margin-top:1.6rem;
					color:#A72D38;
					& div{
						display: flex;
						gap: 23px;
						align-items: center;
						margin-bottom: 1rem;
						flex-direction: column;
						& dt{
								background-color:#FEF2F2;
								line-height: 1.4;
                    padding-block: 5px;
								border:solid 1px #707070;
								font-size:1.375rem;
								box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
								display: inline;
							   width: 126px;
							text-align: center;
							}
						& dd{
								font-weight: 500;
							    font-size: 0.938rem;
							}
						}
		}
	.effect_summary p{
		    	font-size: 0.938rem;
				font-weight: 500;
				margin-bottom: 25px;
				display: inline;	
				}
	.effect_summary span{
		    	border-bottom: solid 1px #000000;
				display: inline;
				width: fit-content;
				margin-bottom: 42px;
		        font-weight: 500;
		        font-size: 1.063rem;
				}
	}
.point_comment {
    margin-top: 2rem;
	font-size: 0.938rem;
}
/********** basics of hair care **********************************/	
	section.hair_care{
		background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_hearcare.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: 20% top;
		
	}
	.basics_hair_care {
    background: rgba(255, 255, 255, 0.70);
		padding-block:1.313rem 0rem;
}
	.detail_hair_care{
		width:min(1161px, 100%);
		margin-inline: auto;
	}
	
@scope (.basics_hair_care) {
	& h2{
		text-align: center;
		font-size:clamp(1.25rem, 0.313rem + 4vw, 2.188rem);
		font-weight: 700;
		color:#924D52;
		font-family: "Shippori Mincho", serif;
	}
	& .detail_hair_care{
		margin-top:7px;
		& .content_detail_hair_care:first-of-type{
			border-top:solid 1px #B17276;
		}
		& .content_detail_hair_care{
			border-top:solid 1px #213C51;
			padding:23px 16px 66px clamp(1.375rem, -1.5rem + 12.27vw, 4.25rem);
			display: grid;
			grid-template-columns: max-content 1fr;
			grid-template-rows: max-content 1fr;
			gap: 0 10px;
			margin-inline: 5px;
			& img{
				max-width: 100px;
			}
			& h3{
				 
				 color:#213C51;
				 font-weight: 700;
				font-family: "Shippori Mincho", serif;
				font-size: clamp(1.188rem, 0.625rem + 2.4vw, 1.75rem);
				margin-bottom: 1rem;
				margin-block: auto;
				line-height: 1.474;
				letter-spacing: 0;
				 
			}
			
			& ul{
				grid-column: span 2 / span 2;
    			grid-row-start: 3;
				font-weight: 500;
				margin-left: 15px;
				
			}
			& ul li {
				position: relative;
				font-size: 0.938rem;
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
			& .detail_txt{
				 grid-column: span 2 / span 2;
				 font-size:0.938rem;
				font-weight: 500;
				line-height: 1.778;
				padding-bottom: 0;
			}
			& .detail_txt_bottom{
				 grid-column: span 2 / span 2;
    			grid-row-start: 4;
				font-size:0.938rem;
				font-weight: 500;
				line-height: 1.778;
			}
		}

	}
	}
/********** アロマシアのヘアケアの考え方 **********************************/
	
.half_hair_care_wrap {
    padding-block: 1rem 2rem;
	container-type: inline-size;
	container-name: hair_cara_wrap;
	padding-inline: 1rem;
}
.half_hair_care {
   
	letter-spacing: 0;
    background: rgba(255, 255, 255, 0.70);
    width: min(804px ,100%);
    padding: 33px clamp(0.625rem, -3.5rem + 17.6vw, 4.75rem);
}
/******************* コンテナクエリ　親要素の幅が927px以下の場合 **************************/
@container (max-width: 927px) {
  .half_hair_care {
    margin-left: 0;
	margin-inline: auto;
}
}
/******************* end コンテナクエリ　親要素の幅が927px以下の場合 **************************/
@scope (.half_hair_care) {
	& h2 {
		font-size: clamp(1.25rem, 0.563rem + 2.93vw, 1.938rem);
		color:#000000;
		font-weight: 700;
		font-family: "Shippori Mincho", serif;
		margin-bottom:0.6rem;
		text-align: center;
	}
	& p{
		font-size: 0.938rem;
		line-height: 1.778;
		margin-bottom:1.667rem;
		font-weight: 500;
	}
	& p:nth-last-of-type(2) {
    	margin-bottom: 0px;
	}
	& h3{
		font-size: clamp(1.125rem, 0.625rem + 2.13vw, 1.625rem);
		color:#000000;
		font-weight: 700;
		font-family: "Shippori Mincho", serif;
		border-bottom: solid 1px #000000;
		padding-bottom:0.219rem;
		margin-bottom:1.2rem;
		margin-top:3.5rem;
		letter-spacing: -0.1px;
            line-height: 1.5;
		
	}
	& ul{
				margin-left: 15px;	
			}
	& ul li {
				position: relative;
				font-size: 0.938rem;
		        font-weight: 500;
    		}
			& ul li:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
	}
/********** デイリーシリーズ　リペアシリーズ **********************************/
section.series{
		background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_protect_03_sp.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: 75% top;
		padding-top:1.438rem;
	    padding-bottom: 3.125rem;
	}	
	
.series_content {
    width: min(1142px, 100%);
    margin-inline: auto;
    padding-inline: clamp(1.125rem, -2.401rem + 7.52vw, 6.625rem);
}
.title_series {

}
h2.title_sara {
    background-color: #8A87F2;
    color: #fff;
    padding: 5px clamp(0.313rem, -0.849rem + 2.48vw, 2.125rem);
    text-align: center;
    font-size: 1.375rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.457;
}
h2.title_hari {
    background-color: #ECA809;
    color: #fff;
    padding: 5px clamp(0.313rem, -0.849rem + 2.48vw, 2.125rem);
    text-align: center;
    font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.457;
}	
span.title_txt_s {
    font-size: 1.313rem;
}
@scope (.title_series) {
	& div:first-of-type{
		padding-block:17px;
		
		
	}
	& div:nth-of-type(2){
		
		padding-left:29px;
	}
	& p{
		font-size: clamp(1.125rem, 0.564rem + 1.2vw, 2rem);
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		line-height: 1.444;
		text-align: center;
	}
	}
.series_product_wrap {
    max-width: 826px;
	margin-inline: auto;
	margin-top:27px;
}
.series_product_wrap_2 {
    max-width: 826px;
	margin-inline: auto;
	margin-top:27px;
}	
@scope (.series_product_wrap) {
	& h3{
		font-family: "Noto Sans JP", sans-serif;
		color:#8A87F2;
		font-size: clamp(1.188rem, 0.938rem + 1.07vw, 1.438rem);
		line-height: 1.478;
		padding-inline:10px;
		border-bottom:solid 1px #8A87F2;
		
		width:7em;
	}
	}
@scope (.series_product_wrap_2) {
	& h3{
		font-family: "Noto Sans JP", sans-serif;
		color:#ECA809;
		font-size: 1.438rem;
		line-height: 1.478;
		padding-inline:10px;
		border-bottom:solid 1px #F2B21C;
		display: inline;
		width:5em;
	}
	}
.series_bottom_content{
	letter-spacing: 0;
	margin-top: 1.6rem;
	font-weight: 500;
	}
.left_series, .left_series_hari{
	     padding:0 0px 30px 0;

			p{
				font-size: 0.813rem;
				letter-spacing: -0.9px;
			}
		& ul{
				margin-left: 15px;
				margin-block: 19px;
			}
		& ul li {
				position: relative;
				font-size: 1rem;
			    &:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
    		}  
	}
.right_series_1{
	margin-bottom:27px;
	& p{
		font-size: 1rem;
	}
	}
.right_series_2{
	grid-column-start: 2;
	
		& ul{
				margin-left: 15px;
				margin-block: 13px;
			}
		& ul li {
				position: relative;
				font-size: 1rem;
			    &:before {
				position: absolute;
				content: "・";
				top: 0%;
				left: -15px;
    		}
    		}
	}
ul.list_lineup{		
		margin-block:60px 19px;
	    border-top: solid 1px #000;
		padding-top: 2rem;
	    display: flex;
        flex-direction: column;
        align-items: center;
	}
ul.list_lineup li {
    display: grid;
    grid-template-rows: max-content min-content;
	grid-template-columns: max-content min-content;
    text-align: center;
    place-items: center;
	gap: 0 43px;
	margin-bottom: 20px;
}
ul.list_lineup li img{
	grid-row: span 2 / span 2;
    height:122px;
}
span.series_product_name {
    font-size: 1.125rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
	height: auto;
	display: flex;
        align-items: center;
	flex-direction: column;
	line-height: 1.5;
	}
a.btn_series {
    grid-column-start: 2;
    background-color: #924D52;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    width: 197px;
	align-self: baseline;
	line-height: 1.4;
	        padding-block: 5px;
}
a.btn_series:hover {
	text-decoration: none;
}
	
.howto_point_wrap_2 {
    background-color: #FBF4F4;
   
    padding: 19px clamp(0.75rem, -2.063rem + 12vw, 3.563rem) 0px 8px;
    margin-top: 0px;
    /*background-position: 56px 18px;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    background-repeat: no-repeat;*/
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: 0;
}
@scope (.howto_point_wrap_2) {
	& h3{
		font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.188rem;
        color: #213C51;
        margin-bottom: 1.875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.45;
		letter-spacing: 0;
	}
	}
.howto_point_wrap_3 {
    background-color: #FBF4F4;
    padding: 40px clamp(0.75rem, -2.063rem + 12vw, 3.563rem) 40px 8px;
    max-width: 1029px;
    margin: 0 auto;
    margin-top: 0px;
    background-position: 56px 18px;
    /*background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
    background-repeat: no-repeat;*/
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: 0;
}
@scope (.howto_point_wrap_2) {
	h3.h3_detail_point::before {
        content: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
        width: 44px;
        height: 80px;
        margin-right: 10px;
	}
	h3.h3_detail_point {
        justify-content: flex-start;
		letter-spacing: -1.2px;
	}
	}
@scope (.howto_point_wrap_3) {
	h3.h3_detail_point::before {
        content: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_point.png);
        width: 44px;
        height: 80px;
        margin-right: 10px;
	}
	h3.h3_detail_point {
        justify-content: flex-start;
		letter-spacing: -1.2px;
	}
	}
/************************** brush *******************************/
ul.list_lineup_brush{
		display: flex;
		margin-block:0px 78px;
	   justify-content: center;
	   gap:57px;
	   flex-direction: column;
	}
ul.list_lineup_brush li {
    display: grid;
    grid-template-rows: max-content 1fr;
    text-align: center;
    place-items: center;
}
ul.list_lineup_brush li img{
    height:249px;
}
span.series_brush_name {
    grid-row-start: 2;
    font-size: 1.125rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	}

a.btn_series_brush {
    grid-row-start: 3;
    background-color: #924D52;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    width: min(197px, 95%);
	line-height: 1.4;
        padding-block: 5px;
}
a.btn_series_brush:hover {
	text-decoration: none;
}
/************************** last *******************************/
	
.last_content{
	background-color: #fff;
    padding-top: 1.563rem;
	padding-bottom: 5.375rem;
	}		
	
.last_inner{
	width: min(1142px ,100%);
    margin: 0 auto;	
	}
@scope (.last_inner) {
	& h2 {
		color:#213C51;
		font-size: 1.25rem;
		text-align: center;
		margin-bottom:1.625rem;
		font-weight: 500;
	}
	& p {
		text-align: center;
		margin-bottom:3rem;
		font-weight: 500;
		font-size: 1rem;
	}
	}

.bg_spray {
    background-color: rgba(149, 109, 78, 0.15);
	padding: 2.313rem 0rem;
    margin-bottom: 3.188rem;
}
.img_spray {
	grid-column-start: 1;
    grid-row-start: 4;
	display: flex;
    justify-content: center;
}
.img_spray img{
	width:55%;
	margin: 1.875rem 0;
}
.img_spray img {
    border: solid 1rem #fff;
	width: 80%;
}	
.spray_detail {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: max-content 1fr;
    gap: 0.5rem;
}
p.spray_lead {
    grid-column-start: 1;
    grid-row-start: 3;
	padding: 0 1.3rem;
	font-size: 0.875rem;
}
.spray_bottom {
    padding: 0 1.3rem;
	font-size: 0.875rem;
	margin-bottom: 1.688rem;
}
h2.h2_title_spray {
    background-color: #A28989;
    color: #fff;
    font-weight: 900;
    padding: 0.6rem 2.438rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
	text-align: center; 
}
h3.h3_title_spray {
    font-family: "Shippori Mincho", serif;
    color: #A28989;
    font-size: 1.375rem;
    font-weight: 500;
	text-align: center;
	grid-column-start: 1;
    grid-row-start: 2;
}	
a.btn_products {
    background-color: #924D52;
    color: #fff;
    padding: 8px 2rem;
    margin-bottom: 2.063rem;
    display: inline-block;
    text-align: center;
	margin-top: 2.063rem;
	font-size: 1.063rem;
	font-family: "Shippori Mincho", serif;
	width: 75%;
	font-weight: 700;
}
.btn_wrap {
    display: flex;
    justify-content: center;
}
a.btn_menu {
    background-color: #924D52;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    padding: 8px 2rem;
    font-size: 1.063rem;
    position: relative;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin-top: 0rem;
    width: 75%;
}
a.btn_menu::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: clamp(1.5rem, 0.858rem + 1.37vw, 2.5rem);
    bottom: 0;
}
h2.h2_step {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 1.255rem;
    font-weight: 700;
    color: #fff;
    background-color: #924D52;
    padding: 1.063rem 0;
    line-height: 1;
}
.howto_info_box p:not(first-child) {
    margin-top: 1.625rem;
}
.movie_area {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
}	
	.br_pc{display: none;}
	.br_sp{display: block;}
	.pc_only{display:none!important;}
}

