@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;			
	}

a.btn_movie {
    background-color: #956D4E;
    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: 1.938rem auto 0;
}	
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;
	
	}

.consept_wrap{
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_moisten.jpg);
	background-position:top center;
	text-align: center;	
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2b483;
	padding-top: 3.125rem;
	padding-bottom: 1.938rem;
	}
.consept_content {
    background: rgba(255, 255, 255, 0.55);
    padding-top: 83px;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 5.625rem;
}
.consept_point {
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #AE8A73;
    padding: 32px 54px;
    display: flex;
    justify-content: center;
    max-width: 668px;
}
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;
}
.list_point li {
    position: relative;
}
.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;
}

.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: 120px;
}
.consept_lead p {
    margin-top: 55px;
    line-height: 2.3;
	font-size: 1.125rem;
}

.howto_wrap {
    background-color: #FCFCF3;
    padding-top: 82px;
    margin: 0 auto;
	padding-bottom: 66px;
}
.howto_step_bg{
	background-color: #FDFFF1;
	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_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:#956D4E;
	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: 78px;
}

.howto_purpose_wrap {
    margin-top: 70px;
    display: flex;
	gap: 44px;
	margin-bottom: 53px;
}
/* ライン使いの考え方 */
.section_line{
	background-color:#fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:5rem 0;
	}
	
.line_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line_content > h3{
  color:#956446;
  font-family: "Shippori Mincho", serif;
  font-size:2rem;
  text-align: center;	
	}

.line_content h3 + p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size:1.125rem;
  margin:4rem 0;
  text-align: center;	
	}
	
.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: #956D4E;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    margin-top: 0px;
    padding-left: 33px;
    padding-bottom: 12px;
    border-bottom: solid 6px #956D4E;
    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_products_txt p:not(first-child) {
    margin-top: 50px;
}
.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;
}
h3.h3_detail_point {
        font-size: 1.563rem;
        color: #213C51;
        font-family: "Zen Kaku Gothic New", sans-serif;
        margin-bottom: 27px;
    }
.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: 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;
    }
}



@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 {
    padding-top: 1.375rem;
}
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: #956D4E;
    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);
}
.consept_wrap {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/aromashea/products_seminar/bg_moisten_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding-bottom: 1.375rem;
}
.consept_content {
    background: rgba(255, 255, 255, 0.55);
	margin-top: 2.563rem;
	padding-bottom: 4.25rem;
}
.consept_lead {
    text-align: center;
        line-height: 2.5;
	padding: 1.5rem 1rem 0 1rem;
	    font-size: clamp(0.813rem, 0.601rem + 0.99vw, 1.063rem);
        letter-spacing: -0.5px;
}
.consept_lead p:not(:first-child) {
    margin-top: 3.125rem;
}

.consept_img p {
    margin-top: 3.125rem;
	font-size: 0.75rem;
}
.consept_img {
    width: 12rem;
}
.consept_point {
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #AE8A73;
    padding: 32px 1rem;
    display: flex;
    justify-content: center;
    width: calc(100% - 3.126rem);
    margin: 5rem 1.563rem 0;
	flex-direction: column;
	align-items: center;
}
.consept_point img {
    width: 60%;
}
h3.title_consept_point {
    color: #213C51;
    font-size: clamp(1.125rem, 0.966rem + 0.74vw, 1.313rem);
    font-weight: 500;
	text-align: center;
}
ul.list_point {
    margin-top: 1.125rem;
    font-size: 1.125rem;
    text-align: left;
	margin-left: 1rem;
}
.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.813rem;
    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: 1rem;
    color: #213C51;
    margin-bottom: 1.875rem;
    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: #FDFFF1;
	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;
	}
.howto_content_2 {
    padding-top: 5rem;
}
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: 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: #AE8A73;
    font-family: "Shippori Mincho", serif;
    font-size: 1.063rem;
    padding-left: 0.625rem;
    padding-bottom: 6px;
    border-bottom: solid 3px #AE8A73;
    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;
	align-items: center;
    
}
.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: #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: #956D4E;
    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;}
}

