/* #productNav
----------------------------------------------------------- */
#productNav {
  /* width: 100%; */
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #productNav {
    position: relative;
  }
}

#productNav #scrollWrap {
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #productNav #scrollWrap {
    height: 139px;
  }
}


#productNav .navInner {
  /* width: 100%; */
  /* display: table; */
  /* overflow-x: auto; */
  background: #222;
}

#productNav.gk .navInner {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 1rem;
  background: #008ac9;
  padding: 15px 0;
}

#productNav .navInner .seriesArea {
  display: table-cell;
  width: 50%;
  vertical-align: top;

  /* border-bottom: 1px solid #fff; */
}
#productNav.gk .navInner .seriesArea {
  width: auto;
  text-align: center;
  border-right: 1px solid #59b3dc;
  padding: 0 20px;
}
#productNav.gk .navInner .seriesArea:last-of-type {
  border: none;
}
#productNav.gk ul {display: flex; text-align: center;}
#productNav.gk li {
  width: 75px;
  height: 75px;
  margin-top: 10px;
  position: relative;
}
#productNav.gk a {
  color: white; display: block;margin: 0;
  position: relative;z-index: 2;
}

/* @media only screen and (max-width: 750px) {
  #productNav .navInner .seriesArea {
    border-bottom: none;
  }
} */

#productNav .navInner .seriesArea dl {
  width: 490px;
  text-align: center;
  padding-top: 15px;
}
#productNav.gk .navInner .seriesArea dl {
  width: auto;
}

/*@media only screen and (max-width: 750px) {
			#productNav .sec2 {
				height: 140px !important; } }*/
@media only screen and (max-width: 750px) {
  #productNav .navInner .seriesArea dl {
    width: 340px;
  }
  #productNav #scrollWrap #scrollInner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 50px;
  }
  #productNav.gk .navInner {
    display: block;
    overflow-x: auto;
  }
  #productNav.gk .navInner .seriesArea {padding: 0 10px;}
  #productNav.gk li {width: 60px;}

}
#productNav .navInner .seriesArea dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}

#productNav .navInner .seriesArea dl dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#productNav .navInner .seriesArea dl dt span {
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

#productNav .navInner .seriesArea dl ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

#productNav .navInner .seriesArea dl ul li {
  display: table-cell;
  text-align: center;
  position: relative;
}

#productNav .navInner .seriesArea dl ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}

#productNav .seriesArea li .bg-circle {
  display: block;
  width: 66px;
  height: 66px;
  background-color: #fff;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -33px;
  opacity: 0;
}

#productNav .navInner .seriesArea dl ul li img {
  /* height: auto; */
  /* margin-bottom: 8px; */
  position: relative;
  vertical-align: bottom;
}

#productNav .navInner .seriesArea dl ul li p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
}

#productNav .navInner .seriesArea dl ul li .arrow {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  opacity: 0;
}

#productNav .seriesArea li.current .bg-circle {
  opacity: 1;
}

#productNav .seriesArea li.current .arrow {
  opacity: 1;
}
/*
#productNav .navInner #sarasara {
  background-color: #fff7a1;
} */

#productNav .navInner #sarasara dl {
  float: right;
  margin-right: 20px;
}

@media only screen and (max-width: 750px) {
  #productNav .navInner #sarasara dl {
    padding-left: 20px;
  }
}

#productNav .navInner #sarasara dl dt {
  color: #784700;
}

#productNav .navInner #sarasara dl dt:before {
  border-top: solid 1px #e4d481;
}

#productNav .navInner #sarasara dl dt span {
  background-color: #fff7a1;
}
/*
#productNav .navInner #sarasara dl li {
  width: 33.33%;
} */

#productNav .navInner #sarasara dl li a {
  color: #784700;
}

/* #productNav .navInner #sarasara dl li#perfect_uv_ab a img {
  width: 23px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara dl li#perfect_uv_ab_mild a img {
  width: 23px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara dl li#perfect_facial_uv_ab a img {
  width: 21px;
}

#productNav .navInner #sarasara dl li#perfect_uv_spray_ab a img {
  width: 16px;
} */
#productNav .navInner a img {
  width: auto;
  height: 60px;
  margin-bottom: 6px;
}

#productNav .navInner #sarasara dl li .arrow {
  border-color: transparent transparent #ffea04 transparent;
  margin-top: 4px;
}

#productNav .navInner #sarasara2 {
  padding-bottom: 25px;
  background-color: #222222;
  margin: 0 auto;
}

#productNav .navInner #sarasara2 dl {
  padding-top: 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #productNav .navInner #sarasara2 dl {
    padding-left: 20px;
  }
}

#productNav .navInner #sarasara2 dl li {
  width: 25%;
}

#productNav .navInner #sarasara2 dl li a {
  color: #ffffff;
}

#productNav .navInner #sarasara2 dl li#perfect_bb a img {
  width: 23px;
  margin-top: 7px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara2 dl li#mist a img {
  width: 13px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara2 dl li#eyeblow_coat a img {
  width: 5px;
}

#productNav .navInner #sarasara2 dl li .arrow {
  border-color: transparent transparent #e73f86 transparent;
  margin-top: 14px;
}

#tplContents .mian2 #productNav .navInner #sarasara2 dl li .arrow {
  border-color: transparent transparent #4081bb transparent;
  margin-top: 4px;
}





#productNav .navInner #sarasara3 {
  background-color: #222222;
}

#productNav .navInner #sarasara3 dl {
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #productNav .navInner #sarasara3 dl {
    padding-left: 20px;
  }
}

#productNav .navInner #sarasara3 dl li {
  width: 25%;
}

#productNav .navInner #sarasara3 dl li a {
  color: #ffffff;
}

#productNav .navInner #sarasara3 dl li#perfect_bb a img {
  width: 23px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara3 dl li#mist a img {
  width: 13px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara3 dl li#eyeblow_coat a img {
  width: 5px;
}

#productNav .navInner #sarasara3 dl li .arrow {
  border-color: transparent transparent #4081bb transparent;
  margin-top: 4px;
}

#productNav .navInner #sarasara4 {
  background-color: #222222;
}

#productNav .navInner #sarasara4 dl {
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #productNav .navInner #sarasara4 dl {
    padding-left: 20px;
  }
}

#productNav .navInner #sarasara4 dl li {
  width: 25%;
}

#productNav .navInner #sarasara4 dl li a {
  color: #ffffff;
}

#productNav .navInner #sarasara4 dl li#perfect_bb a img {
  width: 23px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara4 dl li#mist a img {
  width: 13px;
  margin-bottom: 12px;
}

#productNav .navInner #sarasara4 dl li#eyeblow_coat a img {
  width: 5px;
}

#productNav .navInner #sarasara4 dl li .arrow {
  border-color: transparent transparent #e73f86 transparent;
  margin-top: 4px;
}

/*
#productNav .navInner #shittori {
  background-color: #ccecf4;
} */

#productNav .navInner #shittori dl {
  float: left;
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  #productNav .navInner #shittori dl {
    padding-right: 20px;
  }
}

#productNav .navInner #shittori dl dt {
  color: #2d6aa6;
}

#productNav .navInner #shittori dl dt:before {
  border-top: solid 1px #a4cbe0;
}

#productNav .navInner #shittori dl dt span {
  background-color: #ccecf4;
}

#productNav .navInner #shittori dl li {
  width: 25%;
}

#productNav .navInner #shittori dl li a {
  color: #2d6aa6;
}

#productNav .navInner #shittori dl li#essence_uv_ab a img {
  width: 23px;
  margin-bottom: 11px;
}

#productNav .navInner #shittori dl li#essence_uv_ab_mild a img {
  width: 22px;
  margin-bottom: 11px;
}

#productNav .navInner #shittori dl li#essence_facial_uv_ab a img {
  width: 21px;
}

#productNav .navInner #shittori dl li .arrow {
  border-color: transparent transparent #40b7e0 transparent;
  margin-top: 6px;
}

#productNav button.scrollArrow {
  display: none;
}

@media only screen and (max-width: 750px) {
  #productNav button.scrollArrow {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    border: none;
    z-index: 10;
    height: 139px;
    cursor: pointer;
  }

  #productNav button.scrollArrow.is-visible {
    display: block;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #productNav button#scrollPrev {
    background: url(/common/img/arrow_bl_l.png) 10px center no-repeat #fff7a1;
    background-size: 6px auto;
    left: 0;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #productNav button#scrollNext {
    background: url(/common/img/arrow_bl_r.png) 10px center no-repeat #ccecf4;
    background-size: 6px auto;
    right: 0;
  }
}

/* button
----------------------------------------------------------- */
.comingSoon {
  margin-bottom: 18px;
}

@media only screen and (max-width: 750px) {
  .comingSoon {
    margin-bottom: 18px;
  }

  .comingSoon img {
    width: 100%;
  }
}

.shop {
  /*width: 340px;*/
  height: 60px;
  margin-bottom: 18px;
  /* perfect */
  /* essence */
}

@media only screen and (max-width: 750px) {
  .shop {
    width: 100%;
    height: 46px;
  }
}

.shop a {
  display: block;
  width: 340px;
  height: 60px;
  line-height: 58px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 750px) {
  .shop a {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    height: 46px;
    line-height: 42px;
    white-space: nowrap;
  }
}

.shop a span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  padding-left: 10px;
  white-space: nowrap;
}

.shop a span:before {
  content: "";
  width: 25px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -12px;
  padding-left: 0px;
}

.shop a span:after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -14px;
}

.perfect .shop a {
  color: #fff;
  background-color: #009fd6;
  border: 2px solid #009fd6;
}

.perfect .shop a span:before {
  background: url(/products/img/icon_shop.png) center center no-repeat;
  background-size: 25px 22px;
}
.perfect .shop a span:after {
  background: url(/common/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
}

.perfect .shop a:hover {
  background-color: #fff;
  color: #009fd6;
  border: 2px solid #009fd6;
}

.perfect .shop a:hover span:before {
  background: url(/products/img/icon_shop_bl.png) center center no-repeat;
  background-size: 25px 22px;
}

.perfect .shop a:hover span:after {
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
}
/*
.essence .shop a {
  color: #009fd6;
  background-color: #ffea04;
  border: 2px solid #ffea04;
} */

/* .essence .shop a span:before {
  background: url(/products/img/icon_shop_bl.png) center center no-repeat;
  background-size: 25px 22px;
}

.essence .shop a span:after {
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
}

.essence .shop a:hover {
  background-color: #fff;
  color: #009fd6;
  border: 2px solid #009fd6;
} */


.shop a {
  color: #fff;
  background-color: #009fd6;
  border: 2px solid #009fd6;
}

.shop a span:before {
  background: url(/products/img/icon_shop.png) center center no-repeat;
  background-size: 25px 22px;
}

.shop a span:after {
  background: url(/common/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
}

.shop a:hover {
  background-color: #fff;
  color: #009fd6;
  border: 2px solid #009fd6;
}

.shop a:hover span:before {
  background: url(/products/img/icon_shop_bl.png) center center no-repeat;
  background-size: 25px 22px;
}

.shop a:hover span:after {
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
}


.difference,
.howto {
  width: 340px;
  height: 39px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {

  .difference,
  .howto {
    width: 100%;
  }
}

.difference a,
.howto a {
  display: block;
  width: 340px;
  height: 39px;
  line-height: 35px;
  text-align: center;
  color: #009fd6;
  background-color: #fff;
  border: 2px solid #009fd6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 750px) {

  .difference a,
  .howto a {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.difference a span,
.howto a span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.difference a span:after,
.howto a span:after {
  content: "";
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -14px;
}

.difference a:hover,
.howto a:hover {
  background-color: #009fd6;
  color: #fff;
}

.difference a:hover span:after,
.howto a:hover span:after {
  background: url(/common/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
}


.btmOnlineShop {
  display: none;
}

@media only screen and (max-width: 750px) {
  .btmOnlineShop {
    display: block;
    background-color: #ffea04;
    width: 100%;
    padding: 20px 0;
  }

  .btmOnlineShop .comingSoon {
    width: 90.63%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .btmOnlineShop .comingSoon img {
    width: 100%;
    height: auto;
  }

  .btmOnlineShop .shop {
    margin-bottom: 0;
    width: 90.63%;
    margin-left: auto;
    margin-right: auto;
  }

  .btmOnlineShop .shop a {
    color: #fff;
    background-color: #009fd6;
    border: 2px solid #009fd6;
  }

  .btmOnlineShop .shop a span:before {
    background: url(/products/img/icon_shop.png) center center no-repeat;
    background-size: 25px 22px;
  }

  .btmOnlineShop .shop a span:after {
    background: url(/common/img/arrow_wh_r.png) center center no-repeat;
    background-size: 6px 10px;
  }

  .btmOnlineShop .shop a:hover {
    background-color: #fff;
    color: #009fd6;
    border: 2px solid #009fd6;
  }

  .btmOnlineShop .shop a:hover span:before {
    background: url(/products/img/icon_shop_bl.png) center center no-repeat;
    background-size: 25px 22px;
  }

  .btmOnlineShop .shop a:hover span:after {
    background: url(/common/img/arrow_bl_r.png) center center no-repeat;
    background-size: 6px 10px;
  }
}


/* #productInfo
----------------------------------------------------------- */
#productInfo {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  /* #heading
	----------------------- */
  /* perfect */
  /* essence */
  /* #detail
	----------------------- */
  /* perfect */
  /* essence */
}

#productInfo #heading {
  padding-top: 50px;
}

@media only screen and (max-width: 750px) {
  #productInfo {
    padding-bottom: 0;
  }

  #productInfo #heading {
    padding-top: 30px;
  }
}

#productInfo #heading #headingContents {
  width: 980px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents {
    width: 90.63%;
  }
}

#productInfo #heading #headingContents #productImg {
  /*width: 344px;*/
  position: absolute;
  top: 80px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents #productImg {
    position: static;
    width: 100%;
  }
}

#productInfo #heading #headingContents #productImg .img {
  /* padding-left: 70px; */
  text-align: center;
}

/*@media only screen and (max-width: 750px) {
						#productInfo #heading #headingContents #productImg .img img {
							width: 51.56%; } }*/
#productInfo #heading #headingContents #productImg .imgNote {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

#productInfo #heading #headingContents .headingInner {
  float: right;
  width: 600px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner {
    width: 100%;
    float: none;
    text-align: center;
  }
}

#productInfo #heading #headingContents .headingInner .categoryList {
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .categoryList {
    margin-top: -10px;
  }
}

#productInfo #heading #headingContents .headingInner .categoryList li {
  display: inline-block;
  padding: 5px 13px;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  margin-left: 10px;
  letter-spacing: normal;
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .categoryList li {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#productInfo #heading #headingContents .headingInner .categoryList li:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
}

#tplContents .perfect #heading #headingContents .headingInner .categoryList li {
  background-color: #fff;
}

#tplContents .mark #heading #headingContents .headingInner .categoryList li:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
  color: #e73f86;
}

#tplContents .mark2 #heading #headingContents .headingInner .categoryList li:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
  color: #4081bb;
}

#tplContents .mark3 #heading #headingContents .headingInner .categoryList li:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
  color: #e73f86;
}

#productInfo.mark2 #heading #headingContents .headingInner .feature p.ColOne {
  width: 100%;
}

#productInfo #heading #headingContents .headingInner .lead {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.13em;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .lead {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
  }
}

#productInfo #heading #headingContents .headingInner h1 {
  font-size: 18px;
  font-size: 1.8rem;
  /*font-weight: bold;*/
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner h1 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .imgNote {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
}

#productInfo #heading #headingContents .headingInner .feature {
  overflow: hidden;
  min-height: 110px;
  margin-bottom: 10px;
}

#productInfo #heading #headingContents .headingInner .feature p {
  float: left;
  display: table;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  vertical-align: middle;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .feature p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#productInfo #heading #headingContents .headingInner .feature p .cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#productInfo #heading #headingContents .headingInner .feature p .cell.icon {
  width: 40px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .feature p .cell.text {
    padding-right: 6px;
  }
}

#productInfo #heading #headingContents .headingInner .feature p img {
  vertical-align: middle;
  margin-right: 13px;
}

@media only screen and (max-width: 750px) {
  #productInfo #heading #headingContents .headingInner .feature p img {
    margin-right: 6px;
  }
}

#productInfo #heading #headingContents .headingInner .note {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  padding-bottom: 10px;
}
/*
#productInfo.perfect {
  background-color: #fffbcd;
} */

#productInfo #heading {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #784700;
  position: relative;
}
#productInfo #heading.blue-head {
  color: #009fd6;
}
.perfect_uv_ab_head_bg {background: url('/products/suncare/perfect_uv_ab/img/bg.png');}
.perfect_uv_spray_ab_head_bg {background: url('/products/suncare/perfect_uv_spray_ab/img/bg.png');}
.perfect_uv_spray_bubble_head_bg {background: url('/products/suncare/perfect_uv_spray_bubble/img/bg.png');}
.essence_uv_ab_head_bg {background: url('/products/suncare/essence_uv_ab/img/bg.png');}
.essence_uv_ab_mild_head_bg {background: url('/products/suncare/essence_uv_ab_mild/img/bg.png');}
.essence_babycare_head_bg {background: url('/products/suncare/essence_babycare/img/bg.png');}
.perfect_uv_ab_mild_head_bg {background: url('/products/suncare/perfect_uv_ab_mild/img/bg.png');}
.day_serum_head_bg {background: url('/products/suncare/day_serum/img/bg.png');}

.head_bg_spf {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.head_bg_spf .text {
  margin-left: 10px;
  color: #784700;
  padding: 5px 13px;
  border: 1px solid currentColor;
}
.blue-head .head_bg_spf .text{
  color: #009fd6;
}
#productInfo.perfect #heading #productImg .imgNote {
  color: #009fd6;
}

#productInfo.perfect #heading .headingInner .categoryList li {
  /* color: #784700; */
  border: 1px solid currentColor;
}
/*
#productInfo.perfect #heading .headingInner .lead {
  color: #784700;
} */
/*
#productInfo.perfect #heading .headingInner h1 {
  color: #784700;
} */
/*
@media only screen and (max-width: 750px) {
  #productInfo.perfect #heading .headingInner .imgNote {
    color: #784700;
  }
} */
/*
#productInfo.perfect #heading .headingInner .feature p {
  color: #784700;
} */

#productInfo.perfect #heading .headingInner .note {
  color: #784700;
}
/*
#productInfo.essence {
  background-color: #ccecf4;
} */
/*
#productInfo.essence #heading {
  background: #009fd6;
  background: -moz-linear-gradient(90deg, #48B8DF 47%, #4AD3FD 100%);
  background: -webkit-linear-gradient(90deg, #48B8DF 47%, #4AD3FD 100%);
  background: -o-linear-gradient(90deg, #48B8DF 47%, #4AD3FD 100%);
  background: -ms-linear-gradient(90deg, #48B8DF 47%, #4AD3FD 100%);
  background: linear-gradient(180deg, #48B8DF 47%, #4AD3FD 100%);
} */

#productInfo.essence #heading #productImg .imgNote {
  color: #0069a7;
}

#productInfo.essence #heading .headingInner .categoryList li {
  /* color: #fff; */
  background: white;
  border: 1px solid currentColor;
}
/*
#productInfo.essence #heading .headingInner .categoryList li:first-child {
  color: #0069a7;
} */
/*
#productInfo.essence #heading .headingInner .lead {
  color: #fff;
} */
/*
#productInfo.essence #heading .headingInner h1 {
  color: #fff;
} */
/*
@media only screen and (max-width: 750px) {
  #productInfo.essence #heading .headingInner .imgNote {
    color: #fff;
  }
} */
/*
#productInfo.essence #heading .headingInner .feature p {
  color: #fff;
} */

#productInfo.essence #heading .headingInner .note {
  color: #fff;
}

#productInfo #detail {
  width: 980px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail {
    width: 100%;
  }
}

#productInfo #detail .detailInner {
  float: right;
  letter-spacing: 0.8px;
  width: 600px;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner {
    width: 90.63%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .head_bg_spf {
    display: none;
  }
}

#productInfo #detail .detailInner .text {
  line-height: 26px;
}

#productInfo #detail .detailInner .text span {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .text {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #productInfo #detail .detailInner .text span {
    font-size: 10px;
    font-size: 1rem;
  }
}

#productInfo #detail .detailInner .tagList {
  letter-spacing: -0.4em;
  margin: 20px 100px -6px -6px;
}

#productInfo.essence #detail .detailInner .tagList {
  margin-right: 0;
}

#productInfo.mark #detail .detailInner .tagList {
  margin-right: 60px;
}

#productInfo #detail .detailInner .tagList.tag-babycare {
  margin-right: 190px;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .tagList {
    margin-right: 0;
  }
.perfect_uv_ab_head_bg {background: url('/products/suncare/perfect_uv_ab/img/bg-h5.jpg');}
.perfect_uv_spray_ab_head_bg {background: url('/products/suncare/perfect_uv_spray_ab/img/bg-h5.jpg');}
.perfect_uv_spray_bubble_head_bg {background: url('/products/suncare/perfect_uv_spray_bubble/img/bg-h5.jpg');}
.essence_uv_ab_head_bg {background: url('/products/suncare/essence_uv_ab/img/bg-h5.jpg');}
.essence_uv_ab_mild_head_bg {background: url('/products/suncare/essence_uv_ab_mild/img/bg-h5.jpg');}
.essence_babycare_head_bg {background: url('/products/suncare/essence_babycare/img/bg-h5.jpg');}
.perfect_uv_ab_mild_head_bg {background: url('/products/suncare/perfect_uv_ab_mild/img/bg-h5.jpg');}
.day_serum_head_bg {background: url('/products/suncare/day_serum/img/bg-h5.jpg');}

}

#productInfo #detail .detailInner .tagList .tag {
  display: inline-block;
  padding: 8px 13px;
  background-color: #fff;
  letter-spacing: normal;
  margin-left: 6px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .tagList .tag {
    font-size: 10px;
    font-size: 1rem;
    padding: 8px;
  }
}
/*
#productInfo #detail .detailInner .noteList {
  margin-top: 30px;
} */

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .noteList {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }

  #productInfo #detail .detailInner .noteList.open {
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    transition: all 1.4s;
    max-height: unset;
  }
}

#productInfo #detail .detailInner .noteList h3 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 15px;
  color: #009fd6;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .noteList h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#productInfo #detail .detailInner .noteList ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 26px;
}

#productInfo #detail .detailInner .noteList ul .explain {
  font-size: 12px;
  text-indent: 0;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .noteList ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}

#productInfo #detail .detailInner .noteList ul li em {
  font-weight: bold;
  color: #000;
}

#productInfo #detail .detailInner .noteList ul li span {
  font-size: 10px;
  font-size: 1rem;
}

#productInfo #detail .detailInner .noteList .readmore {
  display: none;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .noteList .readmore {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 50px;
    text-align: center;
  }

  #productInfo #detail .detailInner .noteList .readmore.hide {
    display: none;
  }

  #productInfo #detail .detailInner .noteList .readmore a {
    display: block;
    text-decoration: none;
  }

  #productInfo #detail .detailInner .noteList .readmore span {
    background: url(/common/img/icon_plus_bl.png) right center no-repeat;
    background-size: 10px 10px;
    padding-right: 16px;
  }

  #productInfo #detail .detailInner .noteList .readmore span.open {
    background: url(/common/img/icon_modal_close.png) right center no-repeat;
    background-size: 9px 9px;
    padding-right: 16px;
  }
}

#productInfo #detail .detailInner .linkAbout {
  margin-top: 20px;
}

#productInfo #detail .detailInner .linkAbout a {
  background: url(/common/img/arrow_bl_r.png) right center no-repeat;
  background-size: 6px auto;
  padding-right: 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 750px) {
  #productInfo #detail .detailInner .linkAbout a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#productInfo #detail .detailInner .linkAbout a:hover {
  opacity: 0.6;
}
/*
#productInfo.perfect #detail .detailInner {
  color: #784700;
} */

#productInfo.perfect #detail .detailInner .noteList .readmore {
  background: -moz-linear-gradient(top, rgba(255, 251, 205, 0) 0%, #fffbcd 70%, #fffbcd 100%);
  background: -webkit-linear-gradient(top, rgba(255, 251, 205, 0) 0%, #fffbcd 70%, #fffbcd 100%);
  background: linear-gradient(to bottom, rgba(255, 251, 205, 0) 0%, #fffbcd 70%, #fffbcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fffbcd', endColorstr='#fffbcd', GradientType=0);
}

@media only screen and (max-width: 750px) {
  #productInfo.perfect #detail .detailInner .noteList.open .readmore {
    background: transparent;
  }
}

/* #productInfo.essence #detail .detailInner {
  color: #0069a7;
} */

#productInfo.essence #detail .detailInner .noteList .readmore {
  background: -moz-linear-gradient(top, rgba(204, 236, 244, 0) 0%, #ccecf4 70%, #ccecf4 100%);
  background: -webkit-linear-gradient(top, rgba(204, 236, 244, 0) 0%, #ccecf4 70%, #ccecf4 100%);
  background: linear-gradient(to bottom, rgba(204, 236, 244, 0) 0%, #ccecf4 70%, #ccecf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccecf4', endColorstr='#ccecf4', GradientType=0);
}

@media only screen and (max-width: 750px) {
  #productInfo.essence #detail .detailInner .noteList.open .readmore {
    background: transparent;
  }
}

/* #onlineShop
----------------------------------------------------------- */
#onlineShop,
#onlineShop1,
#onlineShop2,
#onlineShop3 {
  background-color: #fff;
  width: 392px;
  /*width: 232px;*/
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 750px) {

  #onlineShop,
  #onlineShop1,
  #onlineShop2,
  #onlineShop3 {
    width: 71.88%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}

#onlineShop .heading {
  margin-left: 30px;
  margin-right: 30px;
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
}

#onlineShop .heading span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #444444 transparent transparent transparent;
  margin-right: 5px;
}

#onlineShop ul+.heading {
  margin-top: 20px;
}

#onlineShop ul,
#onlineShop1 ul,
#onlineShop2 ul,
#onlineShop3 ul {
  display: table;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

@media only screen and (max-width: 750px) {

  #onlineShop ul,
  #onlineShop1 ul,
  #onlineShop2 ul,
  #onlineShop3 ul {
    display: block;
    width: 78.26%;
    min-width: 180px;
  }
}

#onlineShop ul li,
#onlineShop1 ul li,
#onlineShop2 ul li,
#onlineShop3 ul li {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
  padding: 5px 7px 5px;
}

@media only screen and (max-width: 750px) {

  #onlineShop ul li,
  #onlineShop1 ul li,
  #onlineShop2 ul li,
  #onlineShop3 ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

#onlineShop ul li a,
#onlineShop1 ul li a,
#onlineShop2 ul li a,
#onlineShop3 ul li a {
  display: block;
  width: 160px;
  border: 2px solid #009fd6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  height: 90px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 750px) {

  #onlineShop ul li a,
  #onlineShop1 ul li a,
  #onlineShop2 ul li a,
  #onlineShop3 ul li a {
    width: 100%;
    opacity: 1;
  }
}

#onlineShop ul li a dl,
#onlineShop1 ul li a dl,
#onlineShop2 ul li a dl,
#onlineShop3 ul li a dl {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

#onlineShop ul li a dl dt,
#onlineShop1 ul li a dl dt,
#onlineShop2 ul li a dl dt,
#onlineShop3 ul li a dl dt {
  width: 100%;
  vertical-align: middle;
  height: 55px;
  line-height: 55px;
  margin-bottom: 5px;
}

#onlineShop ul li a dl dt img,
#onlineShop1 ul li a dl dt img,
#onlineShop2 ul li a dl dt img,
#onlineShop3 ul li a dl dt img {
  vertical-align: middle;
}

#onlineShop ul li a dl dt img,
#onlineShop1 ul li a dl dt img,
#onlineShop2 ul li a dl dt img,
#onlineShop3 ul li a dl dt img {
  max-width: 71px;
  max-height: 32px;
}

#onlineShop ul li a dl dd,
#onlineShop1 ul li a dl dd,
#onlineShop2 ul li a dl dd,
#onlineShop3 ul li a dl dd {
  white-space: nowrap;
  color: #009fd6;
}

#onlineShop ul li a dl dd span,
#onlineShop1 ul li a dl dd span,
#onlineShop2 ul li a dl dd span,
#onlineShop3 ul li a dl dd span {
  background: url(/common/img/arrow_bl_r.png) right center no-repeat;
  background-size: 5px auto;
  width: 5px;
  padding-right: 13px;
  font-weight: bold;
}

#onlineShop ul li.watashi dt img,
#onlineShop1 ul li.watashi dt img,
#onlineShop2 ul li.watashi dt img {
  width: 111px;
  height: auto;
}

#onlineShop ul li.amazon dt img,
#onlineShop1 ul li.amazon dt img,
#onlineShop2 ul li.amazon dt img {
  width: 93px;
  height: auto;
}

#onlineShop ul li.lohaco dt img,
#onlineShop1 ul li.lohaco dt img,
#onlineShop2 ul li.lohaco dt img {
  width: 105px;
  height: auto;
}

#onlineShop .mfp-close,
#onlineShop1 .mfp-close,
#onlineShop2 .mfp-close,
#onlineShop3 .mfp-close {
  width: 40px;
  height: 40px;
  background-color: #ffea04;
  opacity: 1;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #009fd6;
  top: -20px;
  right: -20px;
  line-height: 40px;
}

@media only screen and (max-width: 750px) {

  #onlineShop .mfp-close,
  #onlineShop1 .mfp-close,
  #onlineShop2 .mfp-close,
  #onlineShop3 .mfp-close {
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    top: -15px;
    right: -15px;
    line-height: 30px;
  }
}

/* #review
----------------------------------------------------------- */
#review {
  padding-top: 45px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  #review {
    padding-top: 25px;
  }
}

#review .title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 750px) {
  #review .title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

#review .reviewInfo {
  text-align: center;
  margin-bottom: 28px;
}

#review .reviewInfo .evaluation,
#review .reviewInfo .count {
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 750px) {

  #review .reviewInfo .evaluation,
  #review .reviewInfo .count {
    display: block;
  }
}

#review .reviewInfo .evaluation .heading,
#review .reviewInfo .count .heading {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

#review .reviewInfo .evaluation {
  padding-right: 30px;
}

@media only screen and (max-width: 750px) {
  #review .reviewInfo .evaluation {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

#review .reviewInfo .evaluation .heading {
  margin-right: 10px;
}

#review .reviewInfo .evaluation .starWrap {
  display: inline-block;
  width: 135px;
  height: 22px;
  position: relative;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  #review .reviewInfo .evaluation .starWrap {
    width: 110px;
  }
}

#review .reviewInfo .evaluation .starWrap .star {
  width: 60%;
  height: 22px;
  background: url(/products/img/icon_star.png) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 750px) {
  #review .reviewInfo .evaluation .starWrap .star {
    height: 18px;
    background-size: auto 18px;
  }
}

#review .reviewInfo .evaluation .starWrap .starBase {
  width: 100%;
  height: 22px;
  background: url(/products/img/bg_star_base.png) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 750px) {
  #review .reviewInfo .evaluation .starWrap .starBase {
    height: 18px;
    background-size: auto 18px;
  }
}

#review .reviewInfo .evaluation .val {
  display: inline-block;
  vertical-align: middle;

  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}

#review .reviewInfo .count {
  padding-left: 28px;
}

@media only screen and (max-width: 750px) {
  #review .reviewInfo .count {
    border: none;
    padding-left: 0;
  }
}

#review .reviewInfo .count .heading,
#review .reviewInfo .count .val {
  display: inline-block;
  vertical-align: middle;
}

#review .reviewInfo .count .val {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #009fd6;
}

#review .articleWrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap {
    width: 100%;
  }
}

#review .articleWrap article {
  width: 100%;

  padding: 30px 15px;
  overflow: hidden;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article {
    padding: 15px;
  }
}

#review .articleWrap article .heading {
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .heading {
    margin-bottom: 0px;
  }
}

#review .articleWrap article .heading .headingTitle {
  float: left;
  width: 65%;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .heading .headingTitle {
    float: none;
    width: auto;
    background: url(/common/img/icon_plus_bl.png) right center no-repeat;
    background-size: 10px 10px;
    cursor: pointer;
  }
}

#review .articleWrap article .heading .headingTitle .artTitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .heading .headingTitle .artTitle {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px;
    padding-right: 15px;
  }
}

#review .articleWrap article .heading .headingTitle .starWrap {
  width: 88px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}

#review .articleWrap article .heading .headingTitle .starWrap .star {
  width: 20%;
  height: 15px;
  background: url(/products/img/icon_star.png) left center no-repeat;
  background-size: 88px auto;
  position: absolute;
  top: 0;
  left: 0;
}

#review .articleWrap article .heading .headingTitle .starWrap .starBase {
  width: 88px;
  height: 15px;
  background: url(/products/img/bg_star_base.png) left center no-repeat;
  background-size: 88px auto;
  position: absolute;
  top: 0;
  left: 0;
}

#review .articleWrap article .heading .headingTitle .val {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

#review .articleWrap article .heading .headingNote {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .heading .headingNote {
    float: none;
    margin-top: 15px;
  }
}

#review .articleWrap article .heading .headingNote .nameDate {
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .heading .headingNote .nameDate {
    margin-bottom: 0;
  }

  #review .articleWrap article .heading .headingNote .nameDate span {
    display: block;
    white-space: nowrap;
  }

  #review .articleWrap article .heading .headingNote .nameDate .bar {
    display: none;
  }
}

#review .articleWrap article .heading .headingNote .nameDate .nickname,
#review .articleWrap article .heading .headingNote .nameDate .regist_date {
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .artContents {
    margin-top: 15px;
  }
}

#review .articleWrap article.open {
  max-height: 1000px !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#review .articleWrap article.open .heading .headingTitle {
  background: url(/common/img/icon_minus_bl.png) right center no-repeat;
  background-size: 10px auto;
}

#review .articleWrap article .close {
  display: none;
}

@media only screen and (max-width: 750px) {
  #review .articleWrap article .close {
    display: block;
    padding-top: 15px;
  }

  #review .articleWrap article .close a {
    display: block;
    text-align: center;
  }

  #review .articleWrap article .close a span {
    display: inline-block;
    background: url(/common/img/icon_modal_close.png) right center no-repeat;
    background-size: 9px 9px;
    padding-right: 16px;
    font-weight: bold;
  }
}


/**perfect**/
#review.perfect .title {
  color: #784700;
}

#review.perfect .heading {
  color: #784700;
}

#review.perfect .reviewInfo .evaluation .val {
  color: #784700;
}

#review.perfect .reviewInfo .count {
  border-left: 1px solid #885d1e;
}

#review.perfect .articleWrap {
  color: #784700;
}

#review.perfect .articleWrap article {
  border-bottom: 1px solid #784700;
}

#review.perfect .articleWrap article:first-child {
  border-top: 1px solid #784700;
}


/**essence**/
#review.essence .title {
  color: #0069a7;
}

#review.essence .heading {
  color: #0069a7;
}

#review.essence .reviewInfo .evaluation .val {
  color: #0069a7;
}

#review.essence .reviewInfo .count {
  border-left: 1px solid #0069a7;
}

#review.essence .articleWrap {
  color: #0069a7;
}

#review.essence .articleWrap article {
  border-bottom: 1px solid #0069a7;
}

#review.essence .articleWrap article:first-child {
  border-top: 1px solid #0069a7;
}




#review .all {
  width: 240px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  #review .all {
    width: 90.63%;
  }
}

#review .all a {
  display: block;
  width: 240px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  color: #009fd6;
  background-color: #fff;
  border: 2px solid #009fd6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 750px) {
  #review .all a {
    width: 100%;
    line-height: 34px;
    white-space: nowrap;
  }
}

#review .all a span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#review .all a span:after {
  content: "";
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -14px;
}

#review .all a:hover {
  background-color: #009fd6;
  color: #fff;
}

#review .all a:hover span:after {
  background: url(/common/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
}

#review .link {
  text-align: center;
}

#review .link a {
  display: inline-block;
}

#review .link a span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#review .link a span:hover {
  text-decoration: underline;
}

#review .link a span:after {
  content: "";
  background: url(/common/img/arrow_bl_r.png) center center no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -14px;
}

/**newsdd**/
#productInfo .note {
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
  line-height: 22px;
  padding: 10px 0 10px 1em;
}


#productInfo.mark {
  background-color: #fff;
}

#productInfo.mark #detail .detailInner .tagList .tag {
  background-color: #eee;
}

#productInfo.mark #heading {
  background: #e73f86;
  background: -moz-linear-gradient(90deg, #e73f86 16%, #f09bb4 100%);
  background: -webkit-linear-gradient(90deg, #e73f86 16%, #f09bb4 100%);
  background: -o-linear-gradient(90deg, #e73f86 16%, #f09bb4 100%);
  background: -ms-linear-gradient(90deg, #e73f86 16%, #f09bb4 100%);
  background: linear-gradient(180deg, #e73f86 16%, #f09bb4 100%);
}

#productInfo.mark2 #heading {
  background: #93b300;
  background: -moz-linear-gradient(90deg, #4081bb 16%, #8acad5 100%);
  background: -webkit-linear-gradient(90deg, #4081bb 16%, #8acad5 100%);
  background: -o-linear-gradient(90deg, #4081bb 16%, #8acad5 100%);
  background: -ms-linear-gradient(90deg, #4081bb 16%, #8acad5 100%);
  background: linear-gradient(180deg, #4081bb 16%, #8acad5 100%);
}

#productInfo.mark3 #heading {
  background: #93b300;
  background: -moz-linear-gradient(90deg, #e73f86 16%, #f09ab3 100%);
  background: -webkit-linear-gradient(90deg, #e73f86 16%, #f09ab3 100%);
  background: -o-linear-gradient(90deg, #e73f86 16%, #f09ab3 100%);
  background: -ms-linear-gradient(90deg, #e73f86 16%, #f09ab3 100%);
  background: linear-gradient(180deg, #e73f86 16%, #f09ab3 100%);
}

#productInfo.mark #heading #productImg .imgNote {
  color: #282825;
}

#productInfo.mark #heading .headingInner .categoryList li {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

#productInfo.mark #heading .headingInner .lead {
  color: #FFFFFF;
}

#productInfo.mark #heading .headingInner h1 {
  color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
  #productInfo.mark #heading .headingInner .imgNote {
    color: #FFFFFF;
  }
}

#productInfo.mark #heading .headingInner .feature p {
  color: #FFFFFF;
}

#productInfo.mark #heading .headingInner .note {
  color: #FFFFFF;
}
/*
#productInfo.perfect #detail .detailInner {
  color: #784700;
} */

#productInfo.mark #detail .detailInner .noteList .readmore {
  background: -moz-linear-gradient(top, rgba(255, 251, 205, 0) 0%, #fff 70%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 251, 205, 0) 0%, #fff 70%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 251, 205, 0) 0%, #fff 70%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}

@media only screen and (max-width: 750px) {
  #productInfo.mark #detail .detailInner .noteList.open .readmore {
    background: transparent;
  }
}




/*info*/
#infoBox {
  background-color: #40b7e0;
  margin: 0px auto;
  padding-top: 5px;
}


#infoBox .infoBoxAria {
  margin: 0 auto 0;
  padding: 5px 0;
  background-color: #fff;
}

#infoBox .infoBoxAria p {
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #infoBox .infoBoxAria p {
    font-size: 1.1rem;
  }
}

#infoBox .infoBoxAria p a {
  color: #000;
  text-decoration: underline;
  line-height: 1.5em;
}
