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

.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: "游ゴシック体", "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;
}
}
.textArea.white,.white {
  color: #fff;
}

.textArea.blue,.blue {
  color: #08145b;
}
.textArea p {
  font-size: 24px;
  font-weight: 500;
  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: 30px;
  font-weight: 500;
  padding: 0 0 0.4em;
  margin: 0 0 0.4em;
}
.textArea .name p.sname {
  font-size: 28px;
  letter-spacing: -0.05em;
}
.textArea .btn {
  width: 44.6em;
  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: 44em;
  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: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.textArea .price p .sprice {
  font-size: 22em;
}
.textArea p.caution {
  color: #7c7c7c;
  font-size: 13em;
}
.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 {
  position: relative;
  top: -0.1em;
  padding: 0 0.2em;
}
.textArea .sup_L {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
  padding: 0 0.2em;
}
.textArea .soryo {
  font-size: 21px;
  font-weight: bold;
  color: #08145b;
}
.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) {
.textArea p {
  font-size: calc(24/750*100vw);
}
.textArea p.font_s {
  font-size: calc(23/750*100vw);
}
.textArea p.font_ss {
  font-size: calc(22/750*100vw);
}
.textArea .name p.font_sss {
  font-size: calc(19/750*100vw);
}
.textArea p.font_l {
  font-size: calc(25/750*100vw);
}
.textArea p.font_ll {
  font-size: calc(26/750*100vw);
}
.textArea .bdrText p {
  font-size: calc(23/750*100vw);
}
.textArea .name p {
  font-size: calc(29/750*100vw);
}
.textArea .name p.sname {
  font-size: calc(28/750*100vw);
}
.textArea .price p {
  font-size: calc(25/750*100vw);
}
.textArea .price p .sprice {
  font-size: calc(22/750*100vw);
}
.textArea p.caution {
  font-size: calc(13/750*100vw);
}
.textArea .sup {
  font-size: calc(10/750*100vw);
}
.textArea .sup_L {
  font-size: calc(16/750*100vw);
}
.textArea .colorBox p {
font-size: calc(16/750*100vw);
}
.textArea .soryo {
  font-size: calc(21/750*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: 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_facialoil2021
------------------------------------------------------------------------- */

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


#index_facialoil2021,
#index_facialoil2021 a {
  color: #737373;
  font-feature-settings: "palt";
}



#hero {
  padding: 0;
  height: 197.8em;
  background: url(../images/index_facialoil2021/bg_mv.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#hero h1.title01 {
  width: calc(565/750*100%);
  margin: 0 auto 80.5em;
}
#hero .text01 {
  padding-bottom: 1.8em;
  text-align: center;
}
#hero p.text01 {
  color: #737373;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.8;
}
#hero .box01 {
  width: calc(446/750*100%);
  margin: 4.8em auto 0;
  border: #c5c8ce 1px solid;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(255,255,255,.2);
  border-radius: 3px;
}
#hero .box01 p {
  padding: 1em 0;
  font-size: 2.1em;
  font-weight: 500;
  color: #737373;
  line-height: 1.64;
  letter-spacing: -0.02em;
}



#cont01 {
  padding: 0;
  height: 190.1em;
  background: url("../images/index_facialoil2021/bg_cont01.png") no-repeat;
  background-size: 100% 100%;
}
#cont01 .title01 {
  margin: 0 auto;
  width: 73.9em;
}
#cont01 .img01 {
  margin: -6.8em auto 5em;
  width: 75em;
}
#cont01 .title02 {
  margin: 0 auto;
  width: 66.8em;
}
#cont01 .img02 {
  margin: -8em 0 13em 2em;
  width: 48.2em;
}
#cont01 .caution01 {
  margin-right: 1.4em;
  font-size: 1.7em;
  text-align: right;
  color: #888;
}







#cont02 {
  padding: 0;
  height: 396.8em;
  background: url("../images/index_facialoil2021/bg_cont02.png") no-repeat;
  background-size: 100% 100%;
}
#cont02 .title01 {
  margin: 0 auto;
  width: 66.4em;
}
.shadowBox {
  margin: 0 auto;
  width: 64.8em;
  text-align: center;
  box-shadow: 0px 0px 15px -4px rgba(40,51,84,.31);
  background-color: rgba(255,255,255,.4);
}
#cont02 ul {
  margin: 0 auto 4em;
  max-width: 64em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cont02 ul + ul {
  margin: -4em auto 0;
}
#cont02 ul li {
  margin: 0 .9em 4em;
  width: 18.9em;
  text-align: center;
}
#cont02 ul li .image {
  margin: 0 0 1.5em;
}
#cont02 ul li .name {
  color: #567ca3;
  font-size: 2.2em;
  font-weight: bold;
}
#cont02 ul li .name .sup {
  font-size: 50%;
  vertical-align: super;
}
#cont02 ul li .explain {
  margin-top: 5px;
  line-height: 1.53;
  color: #7a7a7a;
  font-size: 1.9em;
  font-weight: 500;
  white-space: nowrap;
}
#cont02 .box02.shadowBox {
  margin-bottom: 4.2em;
  padding-bottom: 4.8em;
}
#cont02 .column {
  margin: 4.2em auto 0;
  padding: 3em 2em 3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 54.4em;
  background-color: rgba(255,255,255,.4);
  text-align: left;
}
#cont02 .column .icon {
  margin-bottom: 1.5em;
  margin-right: 1.5em;
  width: 6.2em;
}
#cont02 .column .name {
  margin-bottom: 1.5em;
  width: calc(100% - 7.7em);
}
#cont02 .column .name span {
  line-height: 1.5;
  font-size: 2em;
}
#cont02 .shadowBox .column p {
  width: 100%;
  padding-bottom: 0;
  line-height: 1.75;
  font-size: 2em;
}
#cont02 .lead01 {
  width: 28.9em;
  padding-top: 5.8em;
  margin: 0 auto 3.8em;
}
#cont02 .shadowBox p {
  padding-bottom: 1.64em;
  font-size: 2.6em;
  font-weight: 500;
  color: #717171;
  line-height: 1.8;
}
#cont02 .caution01 {
  padding: 0.8em 0 0.6em;
  margin-right: 3em;
  font-size: 1.7em;
  text-align: right;
  color: #888;
}
@media screen and (max-width: 750px){
#cont02 .caution01 {
  margin-right: 3.5em;
}
}
#cont02 .lead02 {
  width: 47.8em;
  padding-top: 6.0em;
  margin: 0 auto 3.8em;
}
#cont02 .lead03 {
  width: 36.4em;
  padding-top: 7.4em;
  margin: 0 auto 3.8em;
}
#cont02 .shadowBox .text03 {
  width: 44.6em;
  margin: 0 auto;
  display: block;
  text-align: left;
}
#cont02 .shadowBox .text03 p {
  padding-bottom: 2em;
  font-size: 2.3em;
  font-weight: 500;
}
#cont02 .shadowBox02 {
  margin: 4em auto 0;
  width: 54.6em;
  text-align: center;
  box-shadow: 0px 0px 10px -4px rgb(40 51 84 / 31%) inset;
  background-color: rgba(235,221,170,.3);
}
#cont02 .movie01 button {
  border: none;
  outline: none;
}
#cont02 .movie01 button:hover {
  opacity: .7;
}
#cont02 .lead04 {
  width: 45.5em;
  padding-top: 6.8em;
  margin: 0 auto 3.8em;
}
#cont02 .box04.shadowBox {
  background: url("../images/index_facialoil2021/bg_cont02_01.png") no-repeat center center;
  background-size: 100% auto;
  background-color: rgba(255,255,255,.4);
}


#cont03 {
  padding: 10em 0 0;
  height: 219.1em;
  background: url("../images/index_facialoil2021/bg_cont03.png") no-repeat;
  background-size: 100% 100%;
  color: #717171;
}
#cont03 .lead01 {
  margin: 0 auto;
  width: 63.4em;
}
#cont03 .lead02 {
  margin: -8em auto 0;
  width: 69.2em;
}
#cont03 .text00 {
  margin: -2em auto 2em;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
#cont03 .img01 {
  width: 52.6em;
  margin: 0 auto 4.4em;
}
#cont03 .text01 {
  margin: 0 auto 1em;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
#cont03 .caution01 {
  margin: 0 auto 1em;
  padding-right: 3em;
  font-size: 1.7em;
  line-height: 1.64;
  color: #898888;
  text-align: right;
}
@media screen and (max-width: 750px){
#cont03 .caution01 {
  padding-right: 3.5em;
}
}
#cont03 .boxArea {
  margin: 0 auto;
  width: 64.0em;
  padding-bottom: 7em;
  text-align: center;
  box-shadow: 0px 0px 15px -4px rgb(40 51 84 / 31%);
  background-color: rgba(255,255,255,.4);
}
#cont03 .lead03 {
  padding-top: 8em;
  margin: 0 auto 3.2em;
  width: 28.9em;
}
#cont03 .text02 {
  margin: 0 auto 2.2em;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
#cont03 .img02 {
  width: 47.9em;
  margin: 0 auto 3.2em;
}
#cont03 .text03 {
  margin: 0 auto 0.4em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
#cont03 .text04 {
  margin: 0 auto;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}
.sup {
  font-size: 50% !important;
  vertical-align: super;
}


#cont04 {
  padding: 13.5em 0 0;
  height: 94.6em;
  background: url("../images/index_facialoil2021/bg_cont04.png") no-repeat;
  background-size: 100% 100%;
  color: #717171;
}
#cont04 .lead01 {
  margin: 0 auto 3.2em;
  width: 23.2em;
}
#cont04 .text01 {
  margin: 0 auto;
  width: 56.6em;
}


#cont05 {
  padding: 0 0 8em;
  height: auto;
  background: url("../images/index_facialoil2021/bg_cont05_2510.png") no-repeat;
  background-size: 100% auto;
  color: #737373;
}
#cont05 .title01 {
  margin: 0 auto 72.4em;
  width: 69.1em;
}
@media screen and (max-width: 750px){
#cont05 .title01 {
  margin: 0 auto 74.4em;
}
}
#cont05 .text01 {
  margin: 0 auto;
  width: 56.6em;
}
#cont05 .box01 {
  width: 44.6em;
  margin: 4.8em auto 11em;
  border: #c5c8ce 1px solid;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(255,255,255,.2);
  border-radius: 3px;
}
#cont05 .box01 p {
  padding: 1em 0;
  font-size: 2.1em;
  font-weight: 500;
  color: #737373;
  line-height: 1.64;
  letter-spacing: -0.02em;
}
#cont05 .title02 {
  margin: 0 auto 53.9em;
  width: 75em;
}
@media screen and (max-width: 750px){
#cont05 .title02 {
  margin: 0 auto 55.9em;
}
}
#cont05 .text02 {
  margin: 0 auto 1.6em;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
#cont05 .caution01 {
  margin: 1.2em auto 2.3em;
  padding-right: 3em;
  font-size: 1.7em;
  line-height: 1.64;
  color: #898888;
  text-align: right;
}
@media screen and (max-width: 750px){
#cont05 .caution01 {
  padding-right: 3.5em;
}
}
#cont05 .shadowBox {
  margin: 0 auto;
  padding-bottom: 6.8em;
  width: 64.8em;
  text-align: center;
  box-shadow: 0px 0px 15px -4px rgb(40 51 84 / 31%);
  border :#567ca3 1px solid;
  background-color: rgba(255,255,255,.4);
  box-sizing: border-box;
}
#cont05 #cont05_03 {
  margin-top: -10em;
  padding-top: 10em;
}
#cont05 .lead01 {
  padding-top: 2em;
  margin: 0 auto 0.6em;
  width: 63.2em;
}
#cont05 .img01 {
  margin: -4em auto 4.6em;
  width: 40.6em;
}
#cont05 .text03 {
  margin: 0 auto 1.6em;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
#cont05 .boxArea {
  width: 48.8em;
  margin: 0 auto 4em;
  padding: 1.2em 0;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
#cont05 .boxArea:after {
  content: "";
  width: 48.8em;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3em;
  margin: 0 auto;
  display: block;
  background-color: #717171;
}
#cont05 .text04 {
  margin: 0 auto;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}



#cont06 {
  padding: 10.5em 0 10em;
  background-color: #e2eafa;
}
#cont06 .title01 {
  margin: 0 auto 4.5em;
  width: 45.8em;
}
#cont06 .img01 {
  margin: 0 auto 3em;
  width: 62.2em;
}
#cont06 .text01 {
  margin: 0 auto 5em;
  width: 62.2em;
  text-align: left;
}
#cont06 .text01 p {
  line-height: 1.84;
  color: #484848;
  font-size: 2.5em;
}
#cont06 .link {
  text-align: center;
}
#cont06 .link a {
  padding-right: 1em;
  padding-bottom: .25em;
  border-bottom: 2px #08145b solid;
  display: inline-block;
  position: relative;
  color: #08145b;
  font-size: 2.4em;
  font-weight: bold;
  text-decoration: none;
}
#cont06 .link a:hover {
  opacity: .7;
}
#cont06 .link a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em 0 .4em .5em;
  border-color: transparent transparent transparent #08145b;
}


.specialBanner {
  margin-left: 7.9em;
  position: fixed;
  top: .6em;
  z-index: 100;
  width: 67.1em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity ease .3s,visibility ease .3s;
}
.specialBanner.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.specialBanner a {
  outline: none;
}
@media screen and (max-width: 750px) {
.specialBanner {
  margin-left: 0;
  right: 0;
}
}





/* -------------------------------------------------------------------------
iziModal style
------------------------------------------------------------------------- */
.iziModal-content {
    line-height: 0;
}
.iziModal-content video {
    width: 100%;
    height: auto;
    outline: none;
}
.iziModal-content .btn-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    outline: none;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
}
.iziModal-content .btn-close::before, .iziModal-content .btn-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    content: "";
}
#index_sensitive_series button {
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.iziModal-content button {
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    color: #595757;
    text-decoration: none;
    cursor: pointer;
}
.iziModal-content .btn-close::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.iziModal-content .btn-close::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}