@font-face {
    font-family: "notoserif";
    src: url("../assets/fonts/notoserif/NotoSerifCJKjp-Regular.otf") format("opentype"), url("../assets/fonts/notoserif/NotoSerifCJKjp-Regular.woff") format("woff")
}
body {
	color: #333 !important;
}
@media screen and (max-width: 567px) {
body {
	overflow-x: hidden;
}
}
@media screen and (min-width: 1024px) {
body {
	overflow-x: hidden;
}
}
/* -------------------------------------------------------------------------
common
------------------------------------------------------------------------- */
.xx_large {
	font-size: 138.5%;
}
.x_large {
	font-size: 108%;
}
.large {
	font-size: 100%;
}
.normal {
	font-size: 93%;
}
.small {
	font-size: 85%;
}
.x_small {
	font-size: 77%;
}
.xx_small {
	font-size: 65%;
}
 @media screen and (min-width: 568px) {
.small_md {
	font-size: 85%;
}
.x_small_md {
	font-size: 77%;
}
.xx_small_md {
	font-size: 65%;
}

.only-pc {
	display: block;
}
.only-sp {
	display: none;
}
}
 @media screen and (max-width: 567px) {
.small_sm {
	font-size: 85%;
}
.x_small_sm {
	font-size: 77%;
}
.xx_small_sm {
	font-size: 65%;
}

.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}
.align_l {
	text-align: left!important;
}
.align_r {
	text-align: right!important;
}
.align_c {
	text-align: center!important;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.red {
	color: #bf2525;
}
.gray {
	color: #7f7f7f;
}
.mt0 {
	margin-top: 0px!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt180 {
	margin-top: 180px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml35 {
	margin-left: 35px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml45 {
	margin-left: 45px!important;
}
.ml50 {
	margin-left: 50px!important;
}
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr15 {
	margin-right: 15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr35 {
	margin-right: 35px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr45 {
	margin-right: 45px!important;
}
.mr50 {
	margin-right: 50px!important;
}
.pt0 {
	padding-top: 0px!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pb0 {
	padding-bottom: 0px!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl60 {
	padding-left: 60px!important;
}
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*\*/

* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/**/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .cf {
	zoom: 1;
}
*:first-child+html .cf {
	zoom: 1;
}
/* -------------------------------------------------------------------------
text
------------------------------------------------------------------------- */
h1, h2, p, fieldset, .pure-form fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h5 {
	font-weight: normal;
}
p {
	font-size: 0.8em;
}
a, a:hover {
	color: #333;
	text-decoration: none;
}
ul li {
	list-style-type: none;
}
dl, dt, dd {
	margin: 0;
}
.pure-g [class *="pure-u"] {
	line-height: 1.6;
}
 @media screen and (min-width: 568px) {
.br:before {
	content: "\A";
	white-space: pre;
}
}
@media screen and (max-width: 567px) {
.br2:before {
	content: "\A";
	white-space: pre;
}
}
#footerNavi dl, #footerNavi dd, #footerNavi menu, #footerNavi ol, #footerNavi ul {
	margin: 0;
}
/* -------------------------------------------------------------------------
BUTTON
------------------------------------------------------------------------- */
a img:hover {
	opacity: .75;
}
@media screen and (max-width: 567px) {
.cart {
	padding: 0;
}
}
/* -------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------- */
.mainwrap {
	max-width: 640px;
	margin: 0 auto;
}
.articleBox {
	margin: 0 auto;
	width: 100%;
}
#pgtop img {
	width: 100%;
}
ul.float {
	line-height: 0;
	font-size: 0;
	text-align: center;
}
ul.float li {
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.pure-img.text-center {
	margin: 0 auto;
}


/* -------------------------------------------------------------------------
main
------------------------------------------------------------------------- */
main {
	width: 100%;
	text-align: center;
  line-height: 1;
}
main img {
	vertical-align: bottom;
}
main .contentWrapper {
	margin: 0 auto;
	max-width: 640px;
  background-color: #fff;
}
section .inner {
	margin: 0 auto;
	max-width: 640px;
}

/* anime */
main [data-fadein] {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translate(0, 6px);
	-ms-transform: translate(0, 6px);
	transform: translate(0, 6px);
	opacity: 0;
}
main [data-fadein].fadein {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}


/* -------------------------------------------------------------------------
follow banner
------------------------------------------------------------------------- */

.followBanner {
	width: 100%;
	background-color: #fff;
}
.followBanner.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.followBanner .fbInner {
	margin: 0 auto;
	max-width: 640px;
}
.followBanner.out{
	-webkit-transition: all .24s ease;
   transition: all .24s ease;
}


/* -------------------------------------------------------------------------
pc sp change
------------------------------------------------------------------------- */
 @media screen and (min-width: 568px) {
.set-sp {
	display: none!important;
}
}
 @media screen and (max-width: 567px) {
.set-pc {
	display: none!important;
}
}
/* -------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------- */

.pagetop {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 15px 0 0;
	text-align: right;
}

/*----- pc -----*/

@media screen and (min-width: 568px) {
.pagebottom {
	width: 960px;
	margin: 0 auto;
}
.pagetop {
	width: 10rem;
	padding: 0;
	float: right;
	display: inline-block;
}
}
/* -------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------- */
/*----- pc -----*/

@media screen and (min-width: 568px) {
#footer {
	min-width: 1024px!important;/*min-width: 1536px!important;*/
}
#footer #contactArea #contactAreaInner {
	width: 916px;
}
#footer #contactArea #contactInfo {
	float: left;
	padding-top: 5px;
	padding-left: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer #contactArea #contactBtn {
	float: right;
	margin-bottom: 0px;
}
#footer p, #footer li, #footer dt, #footer dd {
	font-size: 12px;
	line-height: 140%;
}
#footerNavi {
	width: 960px!important;
}
#footerNavi #subNavi {
	padding-bottom: 40px;
	float: left;
}
#footerNavi #subNavi li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #878581;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #878581;
	font-size: 10px;
}
#footerNavi #subNavi .lastChild {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #878581;
}
#footerNavi address {
	float: right;
	border-top: none!important;
	padding: 0!important;
}
}
#footer #contact dt {
	margin-bottom: 2px;
}
#footer {
	width: 100%;
	background-image: url(https://www.nealsyard.co.jp/onlineshopping/img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
#footer ul, #footerNavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer #footerInner {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footerBg {
	background-image: url(../images/index_intenseserum_7days/footer_bg_herbalbalm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer #footerBg2 {
	background-image: url(https://www.nealsyard.co.jp/onlineshopping/img/footer_bg3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer #contactArea {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	background-color: #161e4e;
}
#footer #contactArea #contactAreaInner {
	margin-right: auto;
	margin-left: auto;
}
#footer #contact {
	float: left;
	width: 210px;
}
#footer #contact dt {
	margin-bottom: 6px;
}
#footer #footerMenu {
	clear: both;
}
#footer #footerMenu ul {
	width: 916px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer #footerMenu ul li {
	float: left;
	width: 165px;
	font-size: 10px;
	padding-right: 10px;
}
#footer #footerMenu ul li:nth-of-type(1) {
	padding-left: 0;
	width: 169px;
}
#footer #footerMenu ul li:nth-of-type(2) {
	width: 162px;
}
#footer #footerMenu ul li:nth-of-type(3) {
	width: 168px;
}
#footer #footerMenu ul li:nth-of-type(4) {
	width: 182px;
}
#footer #footerMenu ul li:nth-of-type(5) {
	width: 195px;
}
#footer #footerMenu ul li.wide {
	width: 200px;
}
#footer #footerMenu .lastChild {
	width: 190px;
	margin-right: 0px;
	padding-right: 0px;
}
#footer li dl {
	margin-bottom: 15px;
}
#footer li dl a {
	color: #727171;
	display: block;
}
#footer li dl a:hover {
	color: #2B57A3;
	text-decoration: none;
}
#footer li dl dt {
	margin-bottom: 10px;
}
#footer li dl dd {
	padding: 0 0 10px 13px;
	font-size: 10px;
	font-weight: bold;
	color: #727171;
	background: url(../images/index_intenseserum_7days/footer_list01.png) 1px 3px no-repeat;
	vertical-align: bottom;
}
#footer #footerMenu li dl .bold {
	padding: 20px 0 10px;
	background-image: none;
}
#footer #footerMenu li dl .bold.firstChild {
	padding-top: 0px;
}
#footer #footerMenu li dl .bold {
	font-weight: bold;
	color: #5A5852;
}
#footerNavi {
	clear: both;
	padding-top: 13px;
	margin-right: auto;
	margin-left: auto;
}
#footerNavi #subNavi {
	padding-bottom: 13px;
}
#footerNavi #subNavi li a {
	color: #333;
}

/*----- sp -----*/

@media screen and (max-width: 567px) {
#footerNavi #subNavi li a {
	color: #000;
}
#footer, #footerNavi {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
#footer #contact {
	float: none!important;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#footer #contact dt {
	margin: 10px auto;
	text-align: center;
}
#footer #contact dt img {
	margin: 0 auto;
	width: calc(332/6.4%);
}
#footer #contact dd {
	margin: 10px auto;
	text-align: center;
}
#footer #contactArea dd img {
	width: calc(100% - 131px);
	margin: 0 auto;
}
#footer #contactArea #contactBtn img {
	width: calc(100% - 64px);
	margin: 0 auto;
}
#footer #contactInfo {
	margin: 0 auto 20px;
	text-align: center;
	float: none!important;
	color: #fff!important;
	font-size: 1em!important;
}
#footer #contactBtn {
	margin: 10px auto;
	text-align: center;
}
#footerBg {
	display: none;
}
/*}*/
#footerNavi {
	width: auto;
	margin: 0 auto;
}
#footerNavi #subNavi li {
	display: block;
	text-align: left;
	line-height: 2em;
}
#footerNavi ul#subNavi {
	margin: 0 2em;
}
#footerNavi address {
	border-top: solid #5f5e59 1px;
	padding: 1em 0;
	text-align: center;
}
}
/* ++++++++ #ft（フッタ） +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ftIn {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	min-height: 92px;
	background: #002e75;
}
#ftIn #fnavi {
	margin: 0 0 8px 0;
	padding: 21px 0 0 0;
	height: 12px;
}
#ftIn #fnavi a {
	display: block;
	margin: 0;
	padding: 0;
}
#ftIn #fnavi li {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	height: 11px;
	float: left;
	border-right: 1px solid #d8dce5;
}
#ftIn address {
	margin: 0;
	padding: 0;
	text-align: left;
}
@media screen and (min-width: 568px) {
.sp-for-pc {
	width: 228px;
	margin: 0 1em 2em;
	border: 1px solid #cacaca;
	padding: 10px;
	font-size: 12px;
	color: #515151;
	display: inline-block;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
}
@media screen and (max-width: 567px) {
.sp-for-pc {
	margin: 0 2em 2em 2em;
	border: 1px solid #000;
	padding: 18px 0;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
.sp-for-pc a {
	color: #000;
}
.sp-for-pc:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #000000 transparent;
}
}


/* =============================================================================
 fadeIn style
============================================================================= */

main .m {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
  opacity: 0; }
  main .m.fadein {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }


/* =============================================================================
 device font style
============================================================================= */
.textArea .t_left,
.t_left {
  text-align: left;
}
.textArea .t_right,
.t_right {
  text-align: right;
}
.textArea .t_center,
.t_center {
  text-align: center;
}

.textArea .lh_146,.lh_146 {
  line-height: 1.46;
}
.textArea .lh_132,.lh_132 {
  line-height: 1.32;
}
.textArea .lh_120,.lh_120 {
  line-height: 1.2;
}
.textArea .lh_180,.lh_180 {
  line-height: 1.8;
}
.textArea .lh_200,.lh_200 {
  line-height: 2;
}

.textArea .colorBox {
  background-color: rgba(255,255,255,0.4);
  width: calc(420/640*100%);
  display: block;
  margin: 0 auto;
  padding: calc(10/640*100%);
}
.textArea .colorBox p {
  font-size: 16px;
  letter-spacing: -0.05em;
}

.textArea {
  font-family: "notoserif";
  text-align: center;
  color: #595757;
  line-height: 1.64;
}
.textArea.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
.textArea.white {
  color: #fff;
}
.textArea p {
  font-size: 24px;
  letter-spacing: -0.05em;
}
.textArea p.font_s {
  font-size: 23px;
}
.textArea p.font_ss {
  font-size: 22px;
}
.textArea .name p.font_sss {
  font-size: 19px;
  padding: 0 0 1.46em;
  line-height: 1.46;
}
.textArea p.font_l {
  font-size: 25px;
}
.textArea p.font_ll {
  font-size: 26px;
}
.textArea .bdrText p {
  font-size: 23px;
  margin-bottom: 0.4em;
  padding: 0 0.4em;
  display: inline-block;
  border: #595757 1px solid;
}
.textArea.white .bdrText p {
  border: #fff 1px solid;
}
.textArea .name {
}
.textArea .name p {
  font-size: 29px;
  padding: 0 0 0.4em;
  margin: 0 0 0.4em;
  letter-spacing: -0.07em;
}
.textArea .name .sname {
  margin-top: -0.1em;
  font-size: 24px;
  letter-spacing: -0.05em;
  display: block;
}
.textArea .btn {
  width: calc(360/640*100%);
  display: block;
  margin: 0 auto;
}
.textArea .btn_sub {
  width: calc(360/640*100%);
  display: block;
  margin: 0 auto;
  text-align: right;
}
.textArea .btn_sub a {
  display: inline-block;
  margin-top: calc(32/640*100%);
  width: calc(244/360*100%);
}
.textArea .bdrBtm {
  position: relative;
}
.textArea .bdrBtm:after {
  content: "";
  width: calc(444/640*100%);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  background-color: #595757;
}
.textArea.white .bdrBtm:after {
  background-color: #fff;
}
.textArea .price p {
  font-size: 25px;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.textArea .price p .sprice {
  font-size: 22px;
}
.textArea p.caution {
  color: #7c7c7c;
  font-size: 13px;
}
.textArea.white p.caution {
  color: #fff;
}
.textArea .lead_title {
  color: #06216e;
  letter-spacing: -0.08em;
}
.textArea .lead_text {
  color: #656262;
  letter-spacing: -0.08em;
}
.textArea .sup {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
  padding: 0 0.2em;
}
.textArea .sup_L {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
  padding: 0 0.2em;
}
.shadow {
  text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
.shadow_sstrong {
  text-shadow: rgba(255,255,255,1) 1px 1px 35px, rgba(255,255,255,1) -1px 1px 35px,rgba(255,255,255,1) 1px -1px 35px, rgba(255,255,255,1) -1px -1px 35px;
}
.shadow_strong {
  text-shadow: rgba(255,255,255,0.8) 1px 1px 21px, rgba(255,255,255,0.8) -1px 1px 21px,rgba(255,255,255,0.8) 1px -1px 21px, rgba(255,255,255,0.8) -1px -1px 21px;
}
.shadow_sharp {
  text-shadow: rgba(255,255,255,0.5) 1px 1px 10px, rgba(255,255,255,0.5) -1px 1px 10px,rgba(255,255,255,0.5) 1px -1px 10px, rgba(255,255,255,0.5) -1px -1px 10px;
}
.shadow_inside {
  box-shadow: 0 -8px 8px -6px rgb(0 0 0 / 20%) inset;
}
.shadow_outside {
  box-shadow: 0 -8px 8px -4px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 640px) {
.textArea p {
  font-size: calc(24/640*100vw);
}
.textArea p.font_s {
  font-size: calc(23/640*100vw);
}
.textArea p.font_ss {
  font-size: calc(22/640*100vw);
}
.textArea .name p.font_sss {
  font-size: calc(19/640*100vw);
}
.textArea p.font_l {
  font-size: calc(25/640*100vw);
}
.textArea p.font_ll {
  font-size: calc(26/640*100vw);
}
.textArea .bdrText p {
  font-size: calc(23/640*100vw);
}
.textArea .name p {
  font-size: calc(29/640*100vw);
}
.textArea .name .sname {
  font-size: calc(24/640*100vw);
}
.textArea .price p {
  font-size: calc(25/640*100vw);
}
.textArea .price p .sprice {
  font-size: calc(22/640*100vw);
}
.textArea p.caution {
  font-size: calc(13/640*100vw);
}
.textArea .sup {
  font-size: calc(10/640*100vw);
}
.textArea .sup_L {
  font-size: calc(16/640*100vw);
}
.textArea .colorBox p {
font-size: calc(16/640*100vw);
}
}

p.caution_txt  {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding-top: calc(24/640*100%);
  text-align: right;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
p.caution_txt .text {
  font-size: calc(12/640*100vw);
  line-height: 1.32;
  letter-spacing: -0.12em;
}
p.caution_txt  {
  font-size: calc(16/640*100vw);
}
}



/* =============================================================================
banner Area Style
============================================================================= */
#banner {
  margin: 6% 0;
  padding: 0 5%;
}
#banner div {
  margin-bottom: 4%;
}
#banner div:last-child {
  margin-bottom: 0;
}

/* =============================================================================
 frankincense Area Style
============================================================================= */
main section.frankincense {
  position: relative;
  text-align: center;
  line-height: 1.64;
  font-family: "notoserif",serif;
}
main section.frankincense .lead01 {
  padding-top: calc(64/640*100%);
  margin-bottom: calc(24/640*100%);
  font-size: 44px;
  line-height: 1.38;
  color: #fff;
  letter-spacing: -0.08em;
}
main section.frankincense .slead01 {
  margin-bottom: calc(54/640*100%);
  font-size: 30px;
  line-height: 1.46;
  color: #fff;
  position: relative;
  display: inline-block;
  letter-spacing: -0.08em;
}
main section.frankincense .slead01:before {
  content: "";
  position: absolute;
  left: -1.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
main section.frankincense .slead01:after {
  content: "";
  position: absolute;
  right: -1.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
main section.frankincense .text01 {
  padding-bottom: calc(330/640*100%);
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
main section.frankincense .lead01 {
  font-size: calc(44/640*100vw);
}
main section.frankincense .slead01 {
  font-size: calc(30/640*100vw);
}
main section.frankincense .text01 {
  font-size: calc(24/640*100vw);
}
}


/* =============================================================================
 sustenaWR Area Style
============================================================================= */
main section.sustenaWR {
  padding-bottom: calc(70/576*100%);
  background: url(../images/index_wildrosebeautyserum_2021spring/bg_sustenaWR.png) no-repeat;
  background-size: 100% auto;
}
main section.sustenaWR .mv01 {
  padding-top: calc(60/640*100%);
  margin-bottom: calc(-10/640*100%);
}
main section.sustenaWR .mv02 {
  margin-bottom: calc(32/640*100%);
}
main section.sustenaWR .text01 {
  margin-bottom: calc(48/640*100%);
}
main section.sustenaWR .img01 {
  margin: 0 auto calc(36/640*100%);
  width: calc(512/640*100%);
}
main section.sustenaWR .text03 {
  margin: calc(45/640*100%) auto 0;
  width: calc(490/640*100%);
}


/* =============================================================================
 about US Style
============================================================================= */

main section.aboutus {
  padding: calc(52/640*100%) calc(36/640*100%) calc(54/640*100%);
  background: #dcdad4;
  text-align: center;
  line-height: 1.64;
  font-family: "notoserif";
}
main section.aboutus .g01 {
  width: 100%;
  margin: 0 auto calc(36/640*100%);
}
main section.aboutus .g02 {
  margin-bottom: calc(32/640*100%);
  color: #06216e;
  font-family: "notoserif",serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.7;
}
main section.aboutus .g03 {
  margin-bottom: calc(26/640*100%);
}
main section.aboutus .g04 {
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 19px;
  color: #595757;
}
@media screen and (min-width: 640px) {
  main section.aboutus .g01 {
    width: calc(366/640*100%);
  }
  main section.aboutus img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  main section.aboutus p {
    line-height: 1.85;
  }
  main section.aboutus .g01 {
    margin-bottom: calc(36/640*100%);
  }
  main section.aboutus .g01 img {
    width: calc(356/640*100%) !important;
  }
  main section.aboutus .g02 {
    font-size: calc(23/640*100vw);
  }
  main section.aboutus .g03 {
    font-size: calc(26/640*100vw);
  }
  main section.aboutus .g04 {
    font-size: calc(19/640*100vw);
  }
  
  main section.aboutus .g03 img {
    display: block;
  }
  
}


/* -------------------------------------------------------------------------
index_wildrosebeautyserum_2021spring
------------------------------------------------------------------------- */
#index_wildrosebeautyserum_2021spring .mv {
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_mv.png") no-repeat;
  background-size: 100% auto;
}
#index_wildrosebeautyserum_2021spring .mv .lead01 {
  padding: calc(82/640*100%) 0 0;
  margin: 0 auto calc(590/640*100%);
}
#index_wildrosebeautyserum_2021spring .mv .text01 {
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .mv .text02 {
  margin-top: calc(30/640*100%);
  padding: 0 0 calc(62/640*100%);
}
#index_wildrosebeautyserum_2021spring_nav {
  box-shadow: 0 12px 6px -6px rgb(167 167 167 / 20%);
  position: relative;
  z-index: 1;
}

#index_wildrosebeautyserum_2021spring_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  z-index: 9999;
}
.bannerFix .cont01 {
  margin-top: calc(124/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont01 {
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_01.png") no-repeat;
  background-size: 100% 100%;
}
#index_wildrosebeautyserum_2021spring .cont01 .lead01 {
  padding: calc(86/640*100%) 0 0;
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont01 .text01 {
  margin: 0 auto calc(50/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont01 .img01 {
  padding-bottom: calc(100/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont02 {
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_02.png") no-repeat;
  background-size: 100% 100%;
}
#index_wildrosebeautyserum_2021spring .cont02 .lead01 {
  padding: calc(124/640*100%) 0 0;
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont02 .text01 {
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont02 .img01 {
  position: relative
}
#index_wildrosebeautyserum_2021spring .cont02 .img01 .img02 {
  width: calc(501/640*100%);
  position: absolute;
  bottom: calc(32/640*100%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#index_wildrosebeautyserum_2021spring .cont02 .text03 {
  padding: 0 0 calc(40/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont03 {
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_03.png") no-repeat;
  background-size: 100% 100%;
}
#index_wildrosebeautyserum_2021spring .cont03 .lead01 {
  padding: calc(32/640*100%) 0 0;
  margin: 0 auto calc(40/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont03 .lead02 {
  margin: 0 auto calc(48/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont04 {
  margin-top: -1px;
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_04.png") no-repeat;
  background-size: 100% auto;
}
#index_wildrosebeautyserum_2021spring .cont04 .text01 {
  padding: calc(76/640*100%) 0 calc(86/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont05 {
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_05.png") no-repeat;
  background-size: 100% 100%;
}
#index_wildrosebeautyserum_2021spring .cont05 .lead01 {
  padding: calc(86/640*100%) 0 0;
  margin: 0 auto calc(620/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont05 .text01 {
  padding: calc(12/640*100%) 0 calc(148/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont06 {
  margin-top: -1px;
  background: url("../images/index_wildrosebeautyserum_2021spring/bg_06.png") no-repeat;
  background-size: 100% auto;
}
#index_wildrosebeautyserum_2021spring .cont06 .lead01 {
  padding: calc(26/640*100%) 0 0;
  margin: 0 auto calc(390/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .text01 {
  padding: 0 0 calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .link01 {
  width:  calc(354/640*100%);
  margin: calc(56/640*100%) auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .link02 {
  margin: calc(-24/640*100%) auto 0;
}
#index_wildrosebeautyserum_2021spring .cont06 .text02 {
  padding: 0 0 calc(64/640*100%);
}

 @media screen and (max-width: 640px) {


}


/* add 20210609 */
.mv {
  padding-bottom: calc(104/640*100%);
}

#index_wildrosebeautyserum_2021spring .cont01 .text01 {
  margin: 0 auto calc(80/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont01 .lead02 {
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont01 .text02 {
  margin: 0 auto calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont01 .text03 {
  margin: 0 auto calc(2/640*100%);
  text-align: right;
}
#index_wildrosebeautyserum_2021spring .cont01 .text03 img {
  width: calc(131/640*100%);
  padding-right: calc(16/640*100%);
  display: inline-block;
}
#index_wildrosebeautyserum_2021spring .cont02 .text02 {
  width: calc(600/640*100%);
  margin: 0 auto;
  text-align: right;
}
#index_wildrosebeautyserum_2021spring .cont02 .text02 img {
  width: calc(270/640*100%);
  display: inline-block;
}
#index_wildrosebeautyserum_2021spring .cont06 .lead01 {
  margin: 0 auto calc(576/640*100%);
  position: relative;
}
#index_wildrosebeautyserum_2021spring .cont06 .lead01 img {
  margin-top: calc(-56/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .text11 {
  width: calc(576/640*100%);
  margin: calc(76/640*100%) auto calc(24/640*100%);
  text-align: right;
}
#index_wildrosebeautyserum_2021spring .cont06 .text11 img {
  width: calc(399/640*100%);
  display: inline-block;
}
#index_wildrosebeautyserum_2021spring .specialBox {
  width: calc(576/640*100%);
  margin: 0 auto calc(24/640*100%);
  padding: calc(72/576*100%) 0 calc(72/576*100%);
  background-color: rgba(239,230,231,.68);
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px -4px 6px 3px rgba(10,10,10,0.02);
}
#index_wildrosebeautyserum_2021spring .specialBox .leadsp01 {
  margin: 0 auto calc(54/576*100%);
}
#index_wildrosebeautyserum_2021spring .specialBox .textsp01 {
  margin: calc(46/576*100%) auto calc(42/576*100%);
}
#index_wildrosebeautyserum_2021spring .specialBox .textArea .name .sname {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 19px;
  letter-spacing: -0.05em;
  line-height: 1.46;
}
#index_wildrosebeautyserum_2021spring .specialBox .textArea .bdrText p {
  font-size: 20px;
}
#index_wildrosebeautyserum_2021spring .specialBox .textArea .btn {
  width: calc(360/576*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .link02 {
  margin-bottom: calc(16/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .text02 {
  padding: 0 0 calc(32/640*100%);
}
#index_wildrosebeautyserum_2021spring .cont06 .link04 {
  margin: calc(12/640*100%) 0 0;
  padding-bottom: calc(96/640*100%);
}
 @media screen and (max-width: 640px) {
#index_wildrosebeautyserum_2021spring .specialBox .textArea .name .sname {
  font-size: 11px;
}
#index_wildrosebeautyserum_2021spring .specialBox .textArea .bdrText p {
  font-size: 10px;
}
}



