@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: "notoserif";
    src: url("../assets/fonts/notoserif/NotoSerifCJKjp-Regular.otf") format("opentype"), url("../assets/fonts/notoserif/NotoSerifCJKjp-Regular.woff") format("woff")
}



/* -------------------------------------------------------------------------
base
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
  .only-pc {
    display: none;
  }
}
.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;
}



/* -------------------------------------------------------------------------
font & text setting
------------------------------------------------------------------------- */
body {
  color: #484848 !important;
}


.xxxx_large {
	font-size: 23px !important;
}
.xxx_large {
	font-size: 22px !important;
}
.xx_large {
	font-size: 18px !important;
}
.x_large {
	font-size: 108% !important;
}
.large {
	font-size: 100% !important;
}
.normal {
	font-size: 93% !important;
}
.small {
	font-size: 85% !important;
}
.x_small {
	font-size: 75% !important;
}
.xx_small {
	font-size: 65% !important;
}
 @media screen and (min-width: 751px) {
  .small_md {
    font-size: 85% !important;
  }
  .x_small_md {
    font-size: 77% !important;
  }
  .xx_small_md {
    font-size: 65% !important;
  }
}
 @media screen and (max-width: 750px) {
  .xxxx_large {
    font-size: calc(23/750*100vw) !important;
  }
  .xxx_large {
    font-size: calc(22/750*100vw) !important;
  }
  .xx_large {
    font-size: calc(18/750*100vw) !important;
  }
  .small_sm {
    font-size: 85%;
  }
  .x_small_sm {
    font-size: 77%;
  }
  .xx_small_sm {
    font-size: 65%;
  }
}

.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;
}



/* -------------------------------------------------------------------------
margin setting
------------------------------------------------------------------------- */
.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;
}



/* -------------------------------------------------------------------------
text base
------------------------------------------------------------------------- */
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: 751px) {
.br:before {
	content: "\A";
	white-space: pre;
}
}
@media screen and (max-width: 750px) {
.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: 750px) {
  .cart {
    padding: 0;
  }
}



/* -------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------- */
.mainwrap {
	max-width: 750px;
	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: 750px;
  background-color: #fff;
}
main .bg_gray {
  background-color: #e6ebf1;
}
section .inner {
	margin: 0 auto;
	max-width: 750px;
}

/* 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: 750px;
}
.followBanner.out{
	-webkit-transition: all .24s ease;
   transition: all .24s ease;
}



/* -------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------- */

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

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

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



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

@media screen and (min-width: 751px) {
#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: 750px) {
#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: 751px) {
.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: 750px) {
.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
============================================================================= */
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
.t_center {
  text-align: center;
}

.lh_146 {
  line-height: 1.46;
}
.lh_120 {
  line-height: 1.2;
}
.lh_180 {
  line-height: 1.8;
}
#index_wildroseskincare {
  font-family: "Noto Sans JP", sans-serif;
}
#index_wildroseskincare .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%);
}
#index_wildroseskincare .textArea .colorBox p {
  font-size: 16px;
  letter-spacing: -0.05em;
}

#index_wildroseskincare .textArea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #717171;
  line-height: 1.64;
  font-weight: 500;
}
.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 500;
}
 @media screen and (max-width: 750px) {
.yugo {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
}
#index_wildroseskincare .textArea.white,.white {
  color: #fff;
}

#index_wildroseskincare .textArea.blue,.blue {
  color: #08145b;
}
#index_wildroseskincare .textArea p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#index_wildroseskincare .textArea p.font_s {
  font-size: 23px;
}
#index_wildroseskincare .textArea p.font_ss {
  font-size: 22px;
}
#index_wildroseskincare .textArea .name p.font_sss {
  font-size: 19px;
  padding: 0 0 1.46em;
  line-height: 1.46;
}
#index_wildroseskincare .textArea p.font_l {
  font-size: 25px;
}
#index_wildroseskincare .textArea p.font_ll {
  font-size: 26px;
}
#index_wildroseskincare .textArea .bdrText p {
  font-size: 23px;
  margin-bottom: 0.4em;
  padding: 0 0.4em;
  display: inline-block;
  border: #595757 1px solid;
}
#index_wildroseskincare .textArea.white .bdrText p {
  border: #fff 1px solid;
}
#index_wildroseskincare .textArea .name {

}
#index_wildroseskincare .textArea .name p {
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 0.4em;
  margin: 0 0 0.4em;
}
#index_wildroseskincare .textArea .name p.sname {
  font-size: 28px;
  letter-spacing: -0.05em;
}
#index_wildroseskincare .textArea .btn {
  width: 44.6em;
  display: block;
  margin: 0 auto;
}
#index_wildroseskincare .textArea .btn_sub {
  width: calc(360/640*100%);
  display: block;
  margin: 0 auto;
  text-align: right;
}
#index_wildroseskincare .textArea .btn_sub a {
  display: inline-block;
  margin-top: calc(32/640*100%);
  width: calc(244/360*100%);
}
#index_wildroseskincare .textArea .bdrBtm {
  position: relative;
}
#index_wildroseskincare .textArea .bdrBtm:after {
  content: "";
  width: 44em;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  background-color: #595757;
}
#index_wildroseskincare .textArea.white .bdrBtm:after {
  background-color: #fff;
}
#index_wildroseskincare .textArea .price p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1em;
}
#index_wildroseskincare .textArea .price p .sprice {
  font-size: 22em;
}
#index_wildroseskincare .textArea p.caution {
  color: #7c7c7c;
  font-size: 13em;
}
#index_wildroseskincare .textArea.white p.caution {
  color: #fff;
}
#index_wildroseskincare .textArea .lead_title {
  color: #06216e;
  letter-spacing: -0.08em;
}
#index_wildroseskincare .textArea .lead_text {
  color: #656262;
  letter-spacing: -0.08em;
}
#index_wildroseskincare .textArea .sup {
  position: relative;
  top: -0.1em;
  padding: 0 0.2em;
}
#index_wildroseskincare .textArea .sup_L {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
  padding: 0 0.2em;
}
#index_wildroseskincare .textArea .soryo {
  font-size: 21px;
  font-weight: bold;
  color: #08145b;
}
#index_wildroseskincare .textArea .presale {
  padding: 0 5px;
  margin-bottom: 0.2em;
  border: 1px #787b9a solid;
  display: inline-block;
  color: #05146c;
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  #index_wildroseskincare .textArea .presale {
    letter-spacing: 0.02em;
  }
}
#index_wildroseskincare .textArea .text_wpoint {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  color: #05146c;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #index_wildroseskincare .textArea .text_wpoint {
    letter-spacing: 0.02em;
  }
}
#index_wildroseskincare .textArea .text_wpoint .add {
  font-size: 80%;
  font-weight: normal;
}
.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;
}

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

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



/* =============================================================================
banner Area Style
============================================================================= */
#banner {
  padding: 3.5rem;
  background-color: #d9dfea;
}
#banner div {
  margin-bottom: 4%;
}
#banner div:last-child {
  margin-bottom: 0;
}


/* =============================================================================
 frankincense Area Style
============================================================================= */
main section.frankincense {
  width: 100%;
  margin: 0 auto;
  padding: calc(86/640*100%) 4%;
  position: relative;
  text-align: center;
  line-height: 1;
  background-color: #d9e8e8;
  box-sizing: border-box;
}
main section.frankincense .lead01 {
  width: calc(394/536*100%);
  margin: 0 auto calc(38/640*100%);
}
main section.frankincense .text01 {
  margin-top: 1.2em;
  padding-bottom: calc(46/640*100%);
  font-size: 22px;
  line-height: 1.8;
  color: #484848;
  letter-spacing: 0;
  text-align: left;
}
main section.frankincense .link01 {
  width: calc(157/640*100%);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
main section.frankincense .text01 {
  font-size: calc(22/750*100vw);
}
}

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

main section.aboutus {
  padding: calc(106/750*100%) calc(75/750*100%) calc(90/750*100%);
  background: #dcdad4;
  text-align: center;
  line-height: 1.64;
}
main section.aboutus .g01 {
  width: calc(356/600*100%);
  margin: 0 auto calc(64/600*100%);
}
main section.aboutus .g02 {
  margin-bottom: calc(24/600*100%);
  color: #6c6c6c;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: left;
}
main section.aboutus .g03 {
  margin-bottom: calc(32/750*100%);
}
main section.aboutus .g04 {
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 21px;
  letter-spacing: 0;
  color: #6c6c6c;
}
@media screen and (min-width: 751px) {
  main section.aboutus img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main section.aboutus p {
    line-height: 1.85;
  }
  main section.aboutus .g02 {
    font-size: calc(26/750*100vw);
  }
  main section.aboutus .g03 {
    font-size: calc(26/750*100vw);
  }
  main section.aboutus .g04 {
    font-size: calc(21/750*100vw);
  }
  
  main section.aboutus .g03 img {
    display: block;
  }
  
}



/* -------------------------------------------------------------------------
index_wildroseskincare
------------------------------------------------------------------------- */

.sup {
  font-size: 50% !important;
  vertical-align: super;
}

#index_wildroseskincare * {
  box-sizing: border-box;
}
#index_wildroseskincare,
#index_wildroseskincare .fzBase,
#index_wildroseskincare *:not(p):not(.nativeTxt) {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  #index_wildroseskincare,
  #index_wildroseskincare .fzBase,
  #index_wildroseskincare *:not(p):not(.nativeTxt) {
    font-size: 1.3vw;
  }
}


#index_wildroseskincare,
#index_wildroseskincare a {
  color: #717171;
  font-feature-settings: "palt";
}

#index_wildroseskincare .caution {
  text-align: right;
}
#index_wildroseskincare .caution p {
  font-size: 1.7em;
  color: #898888;
}



#index_wildroseskincare #hero {
  padding: calc(108/750*100%) 0 calc(970/750*100%);
  min-height: 128.5em;
  background: url(../images/index_wildroseskincare/mv_bg01.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
#index_wildroseskincare #hero h1.lead01 {
  margin: 0;
}
#index_wildroseskincare #hero h1.lead01 {
  width: 40.4em;
  margin: 0 auto 3.8em;
}
#index_wildroseskincare #hero .text01 {
  width: 43.6em;
  margin: 0 auto;
}
#index_wildroseskincare #hero .icon01 {
  width: 15.1em;
  position: absolute;
  top: 34.5em;
  right: 4.7em;
}


#index_wildroseskincare #cont02 .cont02Inner {
  padding: 0;
  height: auto;
  background: url("../images/index_wildroseskincare/sec02_bg01.png") no-repeat;
  background-size: 100% auto;
}
#index_wildroseskincare #cont02 .lead01 {
  margin: 0 auto 4em;
  padding-top: 13.5em;
  width: 39.8em;
}
#index_wildroseskincare #cont02 .lead02 {
  width: 54.5em;
  margin: 0 auto 78.5em;
}
#index_wildroseskincare #cont02 .text01 p {
  color: #717171;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
#index_wildroseskincare #cont02 .caution01 {
  margin-bottom: 4.4em;
  padding-right: 3.5em;
}
#index_wildroseskincare #cont02 .img01 {
  position: relative;
  z-index: 1;
}
#index_wildroseskincare #cont02 .img02 {
  margin: -3.2em auto 7.9em;
}
#index_wildroseskincare #cont02 .lead04 {
  margin: 0 auto 6.8em;
  padding-top: 13.5em;
  width: 58.8em;
}
#index_wildroseskincare #cont02 .text02 {
  margin-bottom: 1em;
}
#index_wildroseskincare #cont02 .text02 p {
  color: #717171;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
#index_wildroseskincare #cont02 .caution02 {
  margin-bottom: 4.4em;
  padding-right: 3.5em;
}
#index_wildroseskincare #cont02 .box01 {
  margin: 0 auto 4.4em;
  width: 55.6em;
}
#index_wildroseskincare #cont02 .text03 {
  margin-bottom: 18em;
  margin-left: 25.8em;
}
#index_wildroseskincare #cont02 .text03 p {
  color: #717171;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.46;
  text-align: left;
}
#index_wildroseskincare #cont02 .lead05 {
  margin: 0 auto 6.8em;
  width: 50.7em;
}
#index_wildroseskincare #cont02 .text04 {
  margin-bottom: 6.5em;
}
#index_wildroseskincare #cont02 .text04 p {
  color: #717171;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.46;
  text-align: center;
}
#index_wildroseskincare #cont02 .box02 {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
#index_wildroseskincare #cont02 .text01 p {
  font-size: calc(26/750*100vw);
}
#index_wildroseskincare #cont02 .text02 p {
  font-size: calc(27/750*100vw);
}
#index_wildroseskincare #cont02 .text03 p {
  font-size: calc(26/750*100vw);
  color: #868686;
}
#index_wildroseskincare #cont02 .text04 p {
  font-size: calc(27/750*100vw);
}
}


#index_wildroseskincare #cont03 {
  padding-top: 20em;
  margin-top: -20em;
}
#index_wildroseskincare #cont03 .bg01 {
  padding: 0 0 10em;
  background: url("../images/index_wildroseskincare/sec03_bg01.png") no-repeat;
  background-size: 100% auto;
}
#index_wildroseskincare #cont03 .cont03navi {
  height: 104em;
}
@media screen and (max-width: 750px) {
#index_wildroseskincare #cont03 .cont03navi {
  height: calc(1040/750*100vw);
}
}
#index_wildroseskincare #cont03 .cont03navi .lead01 {
  padding-top: 10.8em;
  margin: 0 auto 7.6em;
  width: 49.7em;
}
#index_wildroseskincare #cont03 .cont03navi ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
#index_wildroseskincare #cont03 .cont03navi ul li {
  width: 16.8em;
  text-align: center;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(1){
  width: 16em;
  margin-left: 16em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(2) {
  width: 16em;
  margin-right: 16em;
}
#index_wildroseskincare #cont03 .cont03navi ul li a {
  display: block;
  position: relative;
  text-decoration: none;
}
#index_wildroseskincare #cont03 .cont03navi ul li .img {
  margin: 0 auto 0.6em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(1) .img {
  width: 8.9em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(2) .img {
  width: 7.7em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(3) .img {
  width: 7.8em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(4) .img {
  width: 13.7em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(5) .img {
  width: 13.7em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(6) .img {
  width: 7.2em;
}
#index_wildroseskincare #cont03 .cont03navi ul li .icon {
  position: absolute;
  width: 8em;
  display: block;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(1) .icon {
  bottom: 25.3em;
  right: -3.6em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(2) .icon {
  bottom: 25.3em;
  right: -3.2em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(3) .icon{
  bottom: 21.6em;
  right: -3.4em;
}
#index_wildroseskincare #cont03 .cont03navi ul li:nth-child(4) .icon {
  bottom: 21.6em;
  right: -0.9em;
}
#index_wildroseskincare #cont03 .cont03navi ul li .text {
  margin-bottom: 1.8em;
}
#index_wildroseskincare #cont03 .cont03navi ul li .text p {
  color: #08145b;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
}
#index_wildroseskincare #cont03 .cont03navi ul li .arrow {
  width: 3.9em;
  margin: 0 auto;
}
#index_wildroseskincare .item01 .itemInner .catch01 {
  width: 38em;
  margin: 0 auto 5.4em;
  padding-top: 12.8em;
}
#index_wildroseskincare .itemInner .ltext01 {
  margin: 0 auto 7.5em;
}
#index_wildroseskincare .itemInner .ltext01 p {
  color: #717171;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
#index_wildroseskincare .itemInner .itemArea {
  position: relative;
  text-align: left;
}
#index_wildroseskincare .imgLeft .itemInner .itemArea {
  text-align: right;
}
#index_wildroseskincare .itemArea .itemIcon {
  width: 13.3em;
  position: absolute;
}
#index_wildroseskincare .itemArea .itemImg {
  position: absolute;
  z-index: 1;
}
#index_wildroseskincare .itemArea .itemCont {
  padding: 0 4.6em 0 0;
  position: relative;
  z-index:2;
}
#index_wildroseskincare .imgRight .itemArea .itemCont {
  padding: 0 0 0 4.6em;
}
#index_wildroseskincare .itemArea .itemLead {
  margin-bottom: 6em;
  display: inline-block;
}
#index_wildroseskincare .itemArea .itemCat {
  margin-bottom: 2em;
}
#index_wildroseskincare .itemArea .itemCat p {
  padding-bottom: 0.3em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1;
  color: #08145b;
  display: inline-block;
  border-bottom: #08145b 2px solid;
}
#index_wildroseskincare .itemArea .itemLim {
  margin-bottom: 1.6em;
}
#index_wildroseskincare .itemArea .itemLim p {
  padding: 0.4em 0.8em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1;
  color: #08145b;
  display: inline-block;
  border: #08145b 1px solid;
}
#index_wildroseskincare .itemArea .itemName {
  margin-bottom: 1.6em;
}
#index_wildroseskincare .itemArea .itemName p {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.32;
  color: #717171;
}
#index_wildroseskincare .itemArea .itemSpec {
  margin-bottom: 5em;
}
#index_wildroseskincare .itemArea .itemSpec p {
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1;
  color: #717171;
}
#index_wildroseskincare .itemArea .itemSpec p .tax {
  font-size: 90%;
}
#index_wildroseskincare .itemArea .itemLink {
  width: 33.8em;
  display: inline-block;
}
#index_wildroseskincare .itemArea .itemLink a {
  padding: 0.8em 0;
  display: block;
  background-color: #08145b;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#index_wildroseskincare .itemArea .itemLink a:hover {
  opacity: .7;
}
#index_wildroseskincare .itemArea .itemLink a.notYet {
  pointer-events: none;
  background-color: #898888;
}
#index_wildroseskincare #item01 {
  padding-top: 10em;
  margin-top: -10em;
}
#index_wildroseskincare .item01 .itemArea .itemImg {
  width: 56.4em;
}
#index_wildroseskincare .item01 .itemArea .itemIcon {
  top: 26.2em;
  right: 4.6em;
}
#index_wildroseskincare .item01 .itemArea .itemLead {
  padding-top: 42.7em;
  width: 34.8em;
}
#index_wildroseskincare .item01 .caution01 {
  margin-bottom: 4em;
  padding: 0 4.6em 0 0;
}


@media screen and (max-width: 750px) {
#index_wildroseskincare #cont03 .cont03navi ul li .text p {
  font-size: calc(24/750*100vw);
}
#index_wildroseskincare .itemInner .ltext01 p {
  font-size: calc(29/750*100vw);
}
#index_wildroseskincare .itemArea .itemCat p {
  font-size: calc(26/750*100vw);
  border-bottom: #08145b 1px solid;
}
#index_wildroseskincare .itemArea .itemLim p {
  font-size: calc(26/750*100vw);
}
#index_wildroseskincare .itemArea .itemName p {
  font-size: calc(33/750*100vw);
}
#index_wildroseskincare .itemArea .itemSpec p {
  font-size: calc(26/750*100vw);
}
#index_wildroseskincare .itemArea .itemLink a {
  font-size: calc(24/750*100vw);
}
}




.voiceArea {
  width: calc(642/750*100%);
  margin: 0 auto 4em;
  padding: 5em 6em;
  background-color: rgba(255,255,255,.3);
  box-shadow: 0px 10px 10px 0px rgba(122,122,122,0.15);
  position: relative;
}
.accCont {
  display: none;
}
.accArea.open .accCont {
  padding-bottom: 8em;
}
.accArea .accBtn {
  width: 13em;
  height: 2.2em;
  display: block;
  position: absolute;
  right: 6em;
  bottom: 5em;
  background: url("../images/index_wildroseskincare/text_open.png") no-repeat center right;
  background-size: contain;
}
.accArea.open .accBtn {
  background: url("../images/index_wildroseskincare/text_close.png") no-repeat center right;
  background-size: contain;
}
.accBtn:hover {
  cursor: pointer;
}
@media screen and (min-width: 751px) {
.accBtn:hover {
  opacity: .5;
}
}
.accArea .voiceLead {
  width: 23.4em;
}
.accArea ul.voiceList {
  margin-top: 6em;
  text-align: left;
}
.accArea ul.voiceList li {
  margin-top: 4em;
  padding-left: 3.6em;
  border-left: #727ca1 2px solid;
  display: block;
}
.accArea ul.voiceList li .voiceText {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.46;
  color: #868686;
}
.accArea ul.voiceList li .voiceStaff {
  margin-top: 0.4em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.2;
  color: #868686;
}
.voiceCaution {
  margin-top: 2em;
  text-align: right;
  font-size: 1.7em;
  color: #717171;
  line-height: 1.46;
}
.cautionListArea {
  width: calc(642/750*100%);
  margin: 0 auto;
  padding-bottom: 6em;
}
ul.cautionList li {
  text-align: left;
}
ul.cautionList li p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.1em;
  font-weight: 500;
  color: #717171;
  line-height: 1.32;
}
ul.cautionList li p:before {
  content: "※";
}
@media screen and (max-width: 750px) {
ul.cautionList li p {
  color: #868686;
}
.accArea ul.voiceList li .voiceText {
  font-weight: 700;
}
}

#index_wildroseskincare #cont03 .bg02 {
  padding: 0;
  margin-top: -11em;
  background: url("../images/index_wildroseskincare/sec03_bg02.png") no-repeat top center;
  background-size: 100% auto;
}
#index_wildroseskincare .item02 {
  margin-bottom: 13em;
}
#index_wildroseskincare .item02 .itemInner .itemArea {
  margin-bottom: 6.6em;
}
#index_wildroseskincare .item02 .itemInner .catch01 {
  padding-top: 18.4em;
  margin: 0 auto 5.4em;
  width: 54.8em;
}
#index_wildroseskincare .item02 .caution02 {
  margin-bottom: -1.4em;
  padding-right: 3.5em;
}
#index_wildroseskincare .item02 .itemArea .itemIcon {
  top: 30.2em;
  left: 4.6em;
}
#index_wildroseskincare .item02 .itemArea .itemLead {
  padding-top: 46.7em;
  margin-bottom: 7.5em;
  width: 22.3em;
}

#index_wildroseskincare .item03 {
  margin-bottom: 13em;
}
#index_wildroseskincare .item03 .itemArea .itemImg {
  width: calc(560/750*100%);
  padding-right: calc(190/750*100%);
  box-sizing: content-box;
}
#index_wildroseskincare .item03 .itemInner .itemArea {
  margin-bottom: 6.8em;
}
#index_wildroseskincare .item03 .itemArea .itemIcon {
  top: 24.1em;
  right: 4.6em;
}
#index_wildroseskincare .item03 .itemArea .itemLead {
  padding-top: 40.6em;
  margin-bottom: 5.5em;
  width: 27.7em;
}

#index_wildroseskincare .item04 {
  padding-bottom: 17.2em;
}
#index_wildroseskincare .item04 .itemArea .itemImg {
  width: calc(542/750*100%);
  padding-left: calc(208/750*100%);
  box-sizing: content-box;
}
#index_wildroseskincare .item04 .itemInner .itemArea {
  margin-bottom: 7.68em;
}
#index_wildroseskincare .item04 .itemArea .itemIcon {
  top: 16.9em;
  left: 4.6em;
}
#index_wildroseskincare .item04 .itemArea .itemLead {
  padding-top: 32.8em;
  margin-bottom: 6.8em;
  width: 30.8em;
}

#index_wildroseskincare #cont03 .bg03 {
  padding: 0 0 19.3em;
  margin-top: -11em;
  background: url("../images/index_wildroseskincare/sec03_bg03.png") no-repeat top center;
  background-size: 100% 100%;
}
#index_wildroseskincare #cont03 .lead05 {
  padding-top: 19.6em;
  width: 43em;
  margin: 0 auto 13.6em;
}
#index_wildroseskincare #cont03 .item05 {
  margin-bottom: 13.6em;
  position: relative;
}
#index_wildroseskincare #cont03 .img05 {
  margin-bottom: 5.6em;
}
#index_wildroseskincare #cont03 .icon05 {
  width: 13.1em;
  position: absolute;
  top: 51.8em;
  right: 10.6em;
}
#index_wildroseskincare #cont03 .lead06 {
  width: 29.8em;
  margin: 0 auto 4.2em;
}
#index_wildroseskincare #cont03 .caution05 {
  margin-top: 2em;
  padding-right: 4em;
}
#index_wildroseskincare #item06 {
  padding-top: 20em;
  margin-top: -20em;
}
#index_wildroseskincare #cont03 .item06 {
  position: relative;
}
#index_wildroseskincare #cont03 .img06 {
  margin-bottom: 4.6em;
}
#index_wildroseskincare #cont03 .icon06 {
  width: 13.1em;
  position: absolute;
  top: 38.6em;
  right: 13.4em;
}
#index_wildroseskincare #cont03 .lead07 {
  width: 32.5em;
  margin: 0 auto 3.8em;
}
#index_wildroseskincare #cont03 .caution06 {
  margin-top: 2em;
  padding-right: 4em;
}


#index_wildroseskincare #cont04 {
  padding-top: 20em;
  margin-top: -20em;
}
#index_wildroseskincare #cont04 .cont04Inner {
  padding: 0 0 12.3em;
  height: auto;
  background: url("../images/index_wildroseskincare/sec04_bg01.png") no-repeat;
  background-size: 100% auto;
}
#index_wildroseskincare #cont04 .lead {
  margin: 0 auto 10em;
  padding-top: 10em;
  width: 49.6em;
}
#index_wildroseskincare .specialBox {
  width: calc(668/750*100%);
  margin: 0 auto;
  padding: 12.45em 0;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0px 10px 10px 0px rgb(122 122 122 / 15%);
  position: relative;
}
#index_wildroseskincare .specialSet01 {
  margin-bottom: 18.5em;
}
#index_wildroseskincare .specialBox .img01 {
  width: 49.2em;
  margin: 0 auto 6em;
}
#index_wildroseskincare .specialBox .lead01 {
  width: 28.6em;
  margin: 0 auto 5.1em;
}
#index_wildroseskincare .specialBox .img02 {
  width: 63.6em;
  margin: 0 auto 6em;
}
#index_wildroseskincare .specialBox .lead02 {
  width: 45.9em;
  margin: 0 auto 4.4em;
}
#index_wildroseskincare .specialBox .itemArea .itemName {
  margin-bottom: 2.6em;
  padding-bottom: 1.6em;
  position: relative;
}
#index_wildroseskincare .specialBox .itemArea .itemName:after {
  content: "";
  width: 48.6em;
  height: 1px;
  margin: auto;
  display: block;
  background-color: #717171;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
}





















/* -------------------------------------------------------------------------
navi style
------------------------------------------------------------------------- */
#navLink {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 100;
  width: 750px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity ease .3s,visibility ease .3s;
}
/*
#navLink.rerative {
  position: absolute;
  top: auto;
  margin: 0 auto;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
*/
#navLink.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#navLink a {
  outline: none;
}
#navLink ul {
  width: 100%;
  display: flex;
  flex-basis: 25%;
  background-color: #ef4373;
}
#navLink ul li {
  width: 25%;
  margin: 10px 0;
  color: #fff;
  border-right: #f7a1b9 1px solid;
}
#navLink ul li:last-of-type {
  border-right: none;
}
#navLink ul li a {
  padding: 0.5em 0 3em;
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px !important;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-decoration: none;
}
#navLink ul li a:before {
  content: '';
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 36px;
  height: 36px;
  border: #fff 1px solid;
  border-radius: 40px;
  background-color: #ef4373;
}
#navLink ul li a:after {
  content: '';
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color:#fff transparent transparent transparent;
}
#navLink ul li.one a {
  font-size: 24px !important;
  padding: 1em 0 3.2em;
}
@media screen and (min-width: 751px){
  #navLink ul li a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px){
  #navLink {
    width: 100%;
  }
  #navLink ul li a:before {
    bottom: 6%;
    width: 18px;
    height: 18px;
  }
  #navLink ul li a {
    font-size: 11px !important;
    letter-spacing: -0.04em;
  }
  #navLink ul li.one a {
    font-size: 12px !important;
    padding: 1.2em 0 3em;
  }
  #navLink ul li a:after {
    border-width: 4px 4px 0 4px;
    bottom: 18%;
  }
}


/* =============================================================================
 sustenaWR Area Style
============================================================================= */
main section.sustenaWR {
  padding-bottom: calc(90/750*100%);
  background: url(../images/index_wildroseskincare/bg_sustenaWR.png) no-repeat;
  background-size: 100% 100%;
}
main section.sustenaWR .mv01 {
  padding-top: calc(60/750*100%);
  margin-bottom: calc(-10/750*100%);
}
main section.sustenaWR .mv02 {
  margin-bottom: calc(64/750*100%);
}
main section.sustenaWR .text01 {
  margin: 0 auto calc(32/750*100%);
  width: calc(600/750*100%);
  text-align: left;
  font-size: 26px;
  color: #6c6c6c;
  line-height: 1.64;
  font-weight: 500;
}
main section.sustenaWR .img01 {
  margin: 0 auto calc(36/750*100%);
  width: calc(600/750*100%);
}
main section.sustenaWR .fair {
  margin: calc(48/750*100%) auto 0;
  width: 100%;
}
main section.sustenaWR .text03 {
  margin: calc(54/750*100%) auto 0;
  width: calc(562/750*100%);
}
@media screen and (max-width: 750px){
main section.sustenaWR .text01 {
  font-size: calc(26/750*100vw);
}
}


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


/* =============================================================================
 blueBottle Area Style
============================================================================= */
main section.blueBottle {
  padding-bottom: calc(64/750*100%);
  background: url(../images/index_wildroseskincare/bg_bluebottle.png) no-repeat;
  background-size: 100% 100%;
}
main section.blueBottle .blueBottleInner {
  width: calc(600/750*100%);
  margin: 0 auto;
  color: #6c6c6c;
}
main section.blueBottle .mv01 {
  width: calc(510/600*100%);
  padding-top: calc(72/600*100%);
  margin: 0 auto calc(60/600*100%);
}
main section.blueBottle .text01 {
  margin-bottom: 1.64em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.64;
  text-align: left;
}
main section.blueBottle .img01 {
  margin-bottom: calc(44/600*100%);
}
main section.blueBottle .text02 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.46;
  text-align: left;
}
@media screen and (max-width: 750px){
main section.blueBottle .text01 {
  font-size: calc(26/750*100vw);
}
main section.blueBottle .text02 {
  font-size: calc(22/750*100vw);
}
}


/* add 20220608 */
#index_wildroseskincare.ver20220608 #hero {
  background: url(../images/index_wildroseskincare/mv_bg01_02.png) no-repeat;
  background-size: 100% 100%;
}
#index_wildroseskincare.ver20220608 .specialBox .img01 {
  width: 60.4em;
}
#index_wildroseskincare.ver20220608 .specialBox .img02 {
  width: 58.4em;
}
#index_wildroseskincare.ver20220608 .specialBox .lead01 {
  width: 26.8em;
}







