@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;
}

@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: clamp(750px, 100vw, 1920px);*/
  width:100%;
  margin: 0 auto;
	
}
.main_content{
  max-width: 1920px;
　width:1920px;
  background-color: #fff;			
	}
.kv{
  background: linear-gradient(90deg, #FAFAF6 0%, #FAFAF6 50%, #E7E6E6 50%, #E7E6E6 100%);	
  display: flex;
  padding: 70px clamp(1.875rem, -0.133rem + 4.28vw, 5rem);
  justify-content: flex-end;	
	}
.kv_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-right: clamp(4.875rem, 0.619rem + 9.07vw, 11.5rem);
	flex-direction: column;
}
a.btn_movie {
    background-color: #55768B;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
	font-weight: 600;
    padding: 1rem 3.5rem 1rem  1.375rem;
    font-size: clamp(1.25rem, 1.009rem + 0.51vw, 1.625rem);
    line-height: 1.0;
    position: relative;
    white-space: nowrap;
	text-align: center;
	width: 455px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 2.75rem auto;
}	
span.movie_txt_s {
    font-size: clamp(0.813rem, 0.652rem + 0.34vw, 1.063rem);
    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;	
	}
a.btn_menu {
    background-color: #55768B;
    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-top: 154px;
	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;
	
	}
ul.list_menu {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.5rem, 1.179rem + 0.68vw, 2rem);
    margin-top: clamp(5.875rem, 2.863rem + 6.42vw, 10.563rem);
    font-weight: 600;
}
ul.list_menu li {
    border-bottom: solid 1px #707070;
    padding-right: 60px;
    margin-top: 20px;
}
	ul.list_menu li a:hover{
	text-decoration: none!important;	
	}
.consept_wrap{
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_consept.jpg);
	background-position:top center;
	text-align: center;	
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2b483;
	}
.consept_content {
    background: rgba(255, 255, 255, 0.55);
    padding-top: 90px;
	max-height: 1102px;
}
.consept_img {
    padding-top: clamp(15rem, 8.576rem + 13.69vw, 25rem);
    padding-left: clamp(3.438rem, -5.275rem + 18.56vw, 17rem);
    /*text-shadow: 1px 1px #f5dfca;*/
    font-size: clamp(1rem, 0.92rem + 0.17vw, 1.125rem);
    text-align: left;
}
.consept_img_wrap {
    height: 1270px;
}
.consept_img p {
    margin-top: 80px;
    line-height: 3;
}
.h2_consept{
	display: inline-block;
	font-size: 2rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	}
.h2_consept ruby{
   display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
	}

	h2.h2_consept rt {
    font-size: 20px;
}
span.h2_consept_en {
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 3px;
	font-weight: 500;
}

.consept_lead {
    padding-top: 3px;
	padding-bottom: 160px;
}
.consept_lead p {
    margin-top: 55px;
    line-height: 2.3;
	font-size: 1.125rem;
}
.products_wrap {
    background: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_products_v2.jpg);
    background-position: left 0px;
	max-height: 2086px;
        /*height: 2086px;*/
	    background-size: cover;
        background-repeat: no-repeat;
	   position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 162px;
}
.h2_products{
	display: inline-block;
	font-size: 32px;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	}
.h2_products ruby{
   display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
	}	
h2.h2_products rt {
    font-size: 20px;
}
.h2_products_en{
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 3px;
	font-weight: 500;
}

.products_content {
    padding: 77px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
	width: 100vw;
}
p.products_notice {
	font-size: 0.813rem;
}	
.products_series {
    margin-top: clamp(1.125rem, -17.765rem + 53.97vw, 47rem);
	max-width: 1368px;
}
h3.h3_series {
    font-family: "Shippori Mincho", serif;
    font-size: 1.75rem;
    font-weight: bold;
	margin-top: 7.563rem;
    margin-bottom: 3rem;
	}
span.series_en {
    margin-left: 47px;
}
p.series_txt {
    font-size: 1.125rem;
}
ul.ul_features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 40px;
    gap: 35px;
}	
li.li_fleatures {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    width: 160px;
    height: 160px;
    padding: 10px;
    border: 5px solid #D4CECE;
    border-radius: 80px;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .1em;
    background-color: #fff;
}
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_detail{
	font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    color: #956446;
    text-align: center;
    margin-top: 80px;
	font-weight: 600;
	}
.detail_content {
    max-width: 1389px;
    margin: 0 auto;
}
h3.h3_detail {
    font-size: 1.75rem;
    font-family: "Shippori Mincho", serif;
    margin-top: 110px;
    padding-bottom: 27px;
    border-bottom: solid 1px #213C51;
    padding-left: 75px;
    color: #213C51;
	margin-bottom: 20px;
	grid-column: span 2 / span 2;
	font-weight: 600;
}
.detail_box
 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: max-content 1fr;
    align-items: center;
	padding: 0 2rem; 
}
.detail_pic {
    grid-row-start: 2;
	text-align: center;
	margin: 10px;
}
.detail_txt {
    grid-row-start: 2;
	font-size: 1.125rem;
}
.detail_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: 38px;
}
.detail_wrap {
    padding-bottom: 57px;
}
h3.h3_detail_point {
    font-size: 1.563rem;
    color: #213C51;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 27px;
}
.howto_wrap {
    background-color: #FCFCF3;
    padding-top: 82px;
    margin: 0 auto;
	padding-bottom: 66px;
}
.howto_step_bg{
	background-color: #EFF4F9;
	padding-bottom: 196px;
	}
h2.h2_howto{
	font-size: 2rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	text-align: center;
	}
.h2_howto ruby{
   display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
	}	
h2.h2_howto rt {
    font-size: 20px;
}
.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:#55768B;
	margin-bottom:168px;
	line-height: 1;
    padding: 16px 0;
	
	}
.howto_content {
    max-width: 1389px;
    margin: 0 auto;
    padding-top: 69px;
}
.howto_content_2 {
    max-width: 1389px;
    margin: 0 auto;
    padding-top: 90px;
}
.howto_content p {
    padding: 0 2rem;
}
.howto_purpose_wrap {
    margin-top: 70px;
    display: flex;
	gap: 44px;
	margin-bottom: 53px;
}
.howto_morning {
    background-color: #FEF9F2;
    padding: 54px 44px 38px 94px;
    line-height: 2.5;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_sun.png);
    background-repeat: no-repeat;
    background-position: 66px 40px;
	box-shadow: 2px 2px 4px #e5e3e3;
}
.howto_night {
    background-color: #EDEEF2;
    padding: 54px 44px 38px 94px;
    line-height: 2.5;
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_moon.png);
    background-repeat: no-repeat;
    background-position: 75px 45px;
    box-shadow: 2px 2px 4px #e5e3e3;
}
h3.h3_howto_night {
    font-size: 1.313rem;
    color: #213C51;
    padding-left: 37px;
}
h3.h3_howto_morning {
    font-size: 1.313rem;
    color: #213C51;
    padding-left: 37px;
}
.howto_info_box {
    background-color: #fff;
    padding: 37px 55px;
    border: solid 1px #AE8A73;
}
h3.h3_howto_info {
    font-size: 1.313rem;
    color: #213C51;
    margin-bottom: 26px;
}
.h3_howto_products{
	color: #55768B;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    margin-top: 0px;
    padding-left: 33px;
    padding-bottom: 12px;
    border-bottom: solid 6px #55768B;
    margin-bottom: 62px;	
	}
.howto_products_img {
    text-align: center;
}
.howto_products_txt {
    max-width: 1029px;
    margin: 0 auto;
    margin-top: 62px;
    font-size: 1.125rem;
    margin-bottom: 57px;
}
.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: 38px;
}
a.btn_products {
    background-color: #AE8A73;
    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;

}
.btn_wrap {
    text-align: center;
}
.movie_area {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 10.563rem;
}	
.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;
    }
	.h2_step {
        margin: 0 1.375rem 168px 1.375rem;
    }

}
@media screen and (min-width: 1233px) {

.products_lead {
        position: absolute;
        top: clamp(21rem, 8.437rem + 16.3vw, 28rem);
	    width:100%;
        right:clamp(1.125rem, -2.689rem + 8.13vw, 7.063rem);
        display: flex;
	   justify-content: flex-end;
}
.lead_right{
        width: clamp(31.563rem, -3.772rem + 45.85vw, 51.25rem);
        background: rgba(255, 255, 255, 0.60);
        padding-top: 3.348rem;
        letter-spacing: -1.5px;
        padding-right: 1.625rem;
        padding-left: 1.625rem;
        padding-bottom: 2rem;
	    line-height: 1.3;
	}	
.lead_left{width:50%;}	
p.product_lead_txt {
	font-size: 1rem;
    margin-bottom: clamp(1.2rem, -0.595rem + 2.33vw, 2.2rem);
}
p.products_notice {
	font-size: 0.813rem;
}	
.br_pc{display: block;}	
.br_sp{display: none;}	
}
@media screen and (max-width: 1232px) and (min-width:751px){
    .products_wrap {
        background: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_products_v2.jpg);
        background-position: left 0px;
        max-height: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 162px;
		background-color: #c4c4c4;
    }
.product_lead_txt{	
        font-size: 1.125rem;
        margin-bottom: 2rem;
        max-width: 50.75rem;
	}
.products_lead {
        margin-top: clamp(53.625rem, -6.261rem + 69.59vw, 54.25rem);
        max-width: 100vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        position: static;
	    padding: 1rem 2rem;
    }
p.products_notice {
	text-shadow:none;
}	
  .products_series {
    max-width: 1368px;
    width: 100%;
    margin-top: 0;
    padding: 1rem 2rem;
}
	.lead_left {
        width: 100%;
    }
	.lead_right {
        width: 100%;
    }
	.br_pc{display: none;}
}
		
@media screen and (max-width: 1414px)  and (min-width:751px){
.consept_img {
    text-shadow: 1px 1px #f5dfca;
}		
}
@media screen and (max-width: 750px)  and (min-width:431px){
.products_lead {
        background: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_products_sp_v2.jpg);
        background-position: left 0px;
        min-height: 430px;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.75rem;
		background-color: #C2C2C1;
	   padding-top: clamp(22.87rem, -0.549rem + 52.09vw, 23.87rem);
    }		
}
@media screen and (max-width: 431px){
.products_lead {
        background: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_products_sp_v2.jpg), linear-gradient(230deg, #bababa, #c2c2c1);
	     background-position: left 0px;
        min-height: 432px;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.75rem;
		background-color: #C2C2C1;
	   padding-top: 235px;
    }		
}
@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;
  font-size: 1em;
  background-color: #fff;
 width:100vw;	 
}
.kv {
    text-align: center;
}
.kv_logo {
    background-color: #fff;
    padding: 1.875rem 0 0;
    border-bottom: solid 18px #E7E6E6;
}

.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-color: #E7E6E6;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
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.063rem;
    font-weight: bold;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    line-height: 1;
    background-color: #55768B;
    text-align: center;
    padding: 0.875rem 0;
    display: block;
    position: relative;
	width:80%;
	margin:0 auto;
}
span.movie_txt_s {
    font-size: clamp(0.75rem, 0.348rem + 0.86vw, 1.375rem);
    line-height: 1.4;
    margin-left: clamp(0.313rem, -0.209rem + 1.11vw, 1.125rem);
}
ul.list_menu {
    display: flex;
    justify-content: center;
    background-color: #E7E6E6;
    font-size: 1.375rem;
    font-family: "Shippori Mincho", serif;
    padding-top: 13px;
    margin-top: 23px;
    gap: 0 53px;
    font-weight: 600;
}
ul.list_menu li {
    padding-right: 37px;
    border-bottom: solid 1px #707070;
}
ul.list_menu li a:hover{
	text-decoration:none!important;	
	}
span.h2_consept_en {
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 3px;
	font-weight: 500;
}
.consept_lead {
    text-align: center;
        line-height: 2.5;
        background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_consept_sp.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
	padding: 1.5rem 1rem 1.563rem 1rem;
	    font-size: clamp(0.75rem, 0.302rem + 2.08vw, 0.875rem);
        letter-spacing: -0.5px;
}
.consept_lead p:not(:first-child) {
    margin-top: 3.125rem;
}
.consept_img_wrap {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_consept_sp_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    line-height: 3.3;
    padding-left: 1.625rem;
    padding-top: 2.813rem;
	padding-bottom: 3.313rem;
	min-height: 547px;
}
.consept_img p {
    margin-top: 3.125rem;
	font-size: 0.75rem;
}
.consept_img {
    width: 12rem;
}
.products_content {
    width: 100%;
}
.h2_products{
	font-size: 1.063rem;
	font-weight:bold;
	color:#956446;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	background-color: #E7E6E6;
    text-align: center;
	padding: 1.438rem 0;
	}

span.h2_products_en {
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 1px;
	font-weight: 500;
}

    .product_lead_txt {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
        max-width: 50.75rem;
        line-height: 2.5;
    }
	    .lead_right {
        width: 100%;
        padding: 0 2rem;
    }
p.products_notice {
    font-size: 0.563rem;
}
.products_series {
    background-color: #C2C2C1;
    padding: 1.813rem 1.25rem;
}
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-size: 1rem;
    color: #213C51;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
	justify-content: center;
}
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;
}
.howto_wrap {
    background-color: #FCFCF3;
	padding-bottom: 5.188rem;
}
.howto_step_bg{
	background-color: #EFF4F9;
	padding-bottom: 12.125rem;
	}
.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;
	}

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_morning {
    background-color: #FEF9F2;
    padding: 44px 1.531rem 38px 1.531rem;
    line-height: 2.3;
    box-shadow: 0px 4px 10px 0px #e5e3e3;
    font-size: 0.875rem;
}
.howto_night {
    background-color: #EDEEF2;
    padding: 44px 1.531rem 38px 1.531rem;
    line-height: 2.3;
    box-shadow: 0px 4px 10px 0px #e5e3e3;
}
h3.h3_howto_night {
    font-size: 1rem;
    color: #213C51;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3.h3_howto_morning {
    font-size: 1rem;
    color: #213C51;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3.h3_howto_morning::before {
    content: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_sun.png);
    margin-right: 30px;
}
h3.h3_howto_night::before {
    content: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/icon_moon.png);
    margin-right: 30px;
}

.howto_info_box {
    background-color: #fff;
    padding: 37px 1rem;
    border: solid 1px #AE8A73;
	margin: 0 0.8rem;
	font-size: 0.875rem;
	line-height: 2.3;
}

	h3.h3_howto_info {
    font-size: 1rem;
    color: #213C51;
    margin-bottom: 22px;
    text-align: center;
}
h3.h3_howto_products {
    color: #55768B;
    font-family: "Shippori Mincho", serif;
    font-size: 1.063rem;
    padding-left: 0.625rem;
    padding-bottom: 6px;
    border-bottom: solid 3px #55768B;
    font-weight: 600;
	margin: 0rem 0.8rem 22px 0.8rem;
}
.howto_products_img {
    display: flex;
    justify-content: center;
	padding: 1.688rem;
}
.howto_products_txt {
        margin-top: 1.375rem;
    font-size: 0.875rem;
    margin-bottom: 2.375rem;
    line-height: 2.3;
    padding: 0 1.3rem;
}
.howto_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;
}
a.btn_products {
    background-color: #AE8A73;
    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%;

}
.btn_wrap {
    display: flex;
    justify-content: center;
}
a.btn_menu {
    background-color: #55768B;
    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: 5.875rem;
    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: 600;
    color: #fff;
    background-color: #55768B;
    margin-bottom: 2.25rem;
    padding: 1.063rem 0;
    line-height: 1;
}
.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;}
}

