@charset "Shift_JIS";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "?½?½?½C?½?½?½I", "Meiryo", verdana, "?½q?½?½?½M?½m?½p?½S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "?½l?½r ?½o?½S?½V?½b?½N", "MS PGothic", Sans-Serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  color: #000;
  background: #FFF;
}

#page {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  top: 0;
  right: 0;
  z-index: 10;
}

#overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  -webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -o-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  tap-highlight-color: transparent rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  color: #3b0e5a;
}

a:hover img,
button:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.sp img {
  width: 100%;
  height: auto;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textbold {
  font-weight: bold;
}

.textitalic {
  font-style: italic;
}

.textmini {
  font-size: 14px;
  font-size: 1.4rem;
}

.conte_wrap {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  max-width: 1068px;
  width: 100%;
}

.inner_top {
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

.inner {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

header {
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 10000;
  background-color: rgb(256, 256, 256);
  background: rgba(256, 256, 256, 0.9);
}

.margin0 {
  margin-bottom: 0px !important;
}

.margin5 {
  margin-bottom: 5px !important;
}

.margin10 {
  margin-bottom: 10px !important;
}

.margin15 {
  margin-bottom: 15px !important;
}

.margin20 {
  margin-bottom: 20px !important;
}

.margin25 {
  margin-bottom: 25px !important;
}

.margin30 {
  margin-bottom: 30px !important;
}

.margin40 {
  margin-bottom: 40px !important;
}

.margin80 {
  margin-bottom: 80px !important;
}

.colorred {
  color: #e60012 !important;
}

input {
  font-size: 1.3em;
  padding: 1px;
}

textarea,
select,
input[type="text"],
input[type="tel"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"] {
  font-size: 1.3em;
  margin: 1px;
  padding: 2px;
  border: 1px solid;
  border-color: #778888 #99aaaa #99aaaa #778888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 95%;
}

textarea {
  width: 95%;
}

ul {
  list-style: none;
}

ul.list_disc {
  list-style: disc !important;
  padding-left: 2em !important;
}

ul.list_num {
  list-style: decimal !important;
  padding-left: 2em !important;
}

ul.katakana {
  list-style: katakana !important;
  padding-left: 1em !important;
}

ul.no_list {
  list-style: none !important;
  padding-left: 0 !important;
}

ul.list_roman {
  list-style: upper-roman !important;
  padding-left: 1em !important;
}

ul.square {
  list-style: square !important;
  padding-left: 2em !important;
}

/************  ?½w?½b?½_?½[  ************/
/* headerTop
---------------------------------------------*/
header a {
  text-decoration: none;
}

#inner-header {
  display: block
}

#headerTop {
  height: 35px;
  background: #009e5d;
  color: #fff;
  font-size: 12px;
}

#headerTop .inner {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 0;
}

#headerTop p {
  padding-top: 6px;
  float: left;
}

#headerTop ul {
  float: right;
  padding-top: 6px;
}

#headerTop ul li {
  display: inline-block;
  margin-left: 16px;
}

#headerTop ul li a {
  color: #fff;
  padding-left: 10px;
  background: url(../images/common/icon_arrow01.png) left 3px no-repeat;
  position: relative;
}

#headerTop ul li a:hover {
  text-decoration: underline;
}

#headerTop ul li:first-child a {
  padding-left: 16px;
  background: url(../images/common/icon_home.png) left 2px no-repeat;
}

#headerTop ul li:nth-child(2) a {
  padding-right: 10px;
}

#headerTop ul li:nth-child(3) a {
  padding-right: 15px;
}

#headerTop ul li:nth-child(2) a:after,
#headerTop ul li:nth-child(3) a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/common/icon_blank01.gif) left top no-repeat;
  position: absolute;
  right: 0;
  top: 3px;
}

/* headerBtm
---------------------------------------------*/
#headerBtm {
  position: relative;
}

#headerBtm:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #eee;
}

#headerBtm .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerBtm .header__logo {
  width: 8.3333333333333%;
}

#headerBtm .header__menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#headerBtm h1 {
  padding: 15px 0;
  width: 140px;
  text-align: left;
}

#headerBtm h1 img {
  width: 100%;
  height: auto;
}

#headerBtm p {
  padding: 22px 0;
  width: 100px;
  text-align: left;
}

#headerBtm p img {
  width: 100%;
  height: auto;
}

#headerBtm nav {
  width: 89.5%;
  list-style: none;
}

#headerBtm nav ul {
  list-style: none;
}

#headerBtm nav>ul>li {
  border-left: 1px solid #fff;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

#headerBtm nav>ul>li>a {
  height: 108px;
  padding: 0 11px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

#headerBtm nav>ul>li:hover>a,
#headerBtm nav>ul>li.active:not(.anchor)>a {
  color: #009e5d;
}

#headerBtm nav>ul>li:hover:before,
#headerBtm nav>ul>li.active:not(.anchor):before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #009e5d;
}

#inner-header-small {
  height: 60px;
  display: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#inner-header-small .logo {
  max-width: 100px;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 10px;
}

#inner-header-small .logo img {
  width: 100%;
  height: auto;
}

header p#menu {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url(/brand/eaudemuge/sp/img/btn_menu.png) no-repeat center #009e5d;
  background-size: 37px auto;
  -webkit-background-size: 37px auto;
}

header p#menu.open {
  background: url(/brand/eaudemuge/sp/img/btn_menu_close.png) no-repeat center #009e5d;
  background-size: 16px auto;
  -webkit-background-size: 16px auto;
}

header #store {
  width: auto;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 61px;
  background-color: #fff;
}

header #store img {
  height: 60px;
  width: auto;
}

#inner-header-small #menu_wrap {
  display: none;
  margin-top: 0;
  position: absolute;
  top: 100%;
  right: 0%;
  background: #009e5d;
}

#inner-header-small #menu_wrap.nav--open {
  display: block;
}

#inner-header-small ul#menu_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

#inner-header-small #menu_wrap li {
  border-bottom: 1px solid #cdcdcd;
}

#inner-header-small #menu_wrap li.active {
  border-bottom: 1px solid #FF0000;
}

#inner-header-small #menu_wrap a {
  font-size: 0.85em;
  color: #fff;
  display: block;
  padding: 0.8em 4em 0.8em 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

#inner-header-small .menu-toggle {
  padding-left: 18px;
  padding-top: 28px;
  position: absolute;
  top: 0em;
  right: 0em;
  cursor: pointer;
  background: #009e5d;
  width: 58px;
  height: 58px;
}

#inner-header-small .hamburger,
#inner-header-small .hamburger::before,
#inner-header-small .hamburger::after {
  content: '';
  display: block !important;
  background: #fff;
  height: 3px;
  width: 24px;
  border-radius: 3px;
  transition: all ease-in-out 500ms;
}

#inner-header-small .hamburger::before {
  transform: translateY(-8px);
}

#inner-header-small .hamburger::after {
  transform: translateY(5px);
}

#inner-header-small .open .hamburger {
  transform: rotate(45deg);
  background: #fff;
}

#inner-header-small .open .hamburger::before {
  opacity: 0;
}

#inner-header-small .open .hamburger::after {
  transform: translateY(-3px) rotate(-90deg);
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  #headerBtm nav>ul>li {
    /* font-size: 9px;
  font-size: 0.9rem; */
    font-size: 1.1666666666666667vw;
  }

  #headerBtm nav>ul>li a {
    padding: 0 1vw;
  }
}

/* ?½i?½r?½Q?½[?½V?½?½?½?½
------------------------------------------------------------------*/

#sideNavi {
  width: 84%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 35px;
  background: #fff;
  border-left: 1px solid #b4b4b4;
}

#sideNavi>div {
  width: 100%;
  border-bottom: 1px solid #009e5d;
  box-sizing: border-box;
}

#sideNavi>div p {
  width: 100%;
  max-width: 100px;
  text-align: center;
  margin: 7px auto;
}

#sideNavi>div p img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

#sideNavi .siteNavi li {
  width: 100%;
  font-size: 15px;
  position: relative;
}

#sideNavi .siteNavi li a {
  display: block;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  font-size: 15px;
  color: #000;
  padding: 17px 35px 17px 17px;
  position: relative;
  text-decoration: none;
}

#sideNavi .siteNavi li a.current:not(.anchor) {
  background-color: #bdeeda;
  color: #009e5d;
  font-weight: bold;
}

#sideNavi .siteNavi li a.other {
  background-color: #fafafa;
}

#sideNavi .siteNavi li:nth-child(2) a {
  letter-spacing: -.04em;
}

#sideNavi .siteNavi li a:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  background: url(../images/common/navi_arrow.png) no-repeat center #009e5d;
  right: 15px;
  background-size: 5px auto;
  -webkit-background-size: 5px auto;
}

#sideNavi .productNavi {
  padding-left: 6%;
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
}

#sideNavi .productNavi li {
  margin-bottom: 15px;
}

#sideNavi .productNavi li a {
  display: block;
  padding-left: 15px;
  background: url(../images/common/common_arrow02.png) no-repeat left center;
  background-size: 5px;
  -webkit-background-size: 5px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

#sideNavi p.close {
  width: 190px;
  padding: 10px;
  border: 1px solid #009e5d;
  font-size: 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  position: relative;
  color: #000;
}

#sideNavi p.close:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  background: url(../images/common/navi_icon_close_navi.png) no-repeat center #009e5d;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
}

@media only screen and (max-width: 800px) {
  #inner-header {
    display: none;
  }

  #inner-header-small {
    display: block;
  }
}

/* ?½?½?½?½?½O?½Z?½?½?½[?½?½b
--------------------------------------------*/

#brandtalk_wrap {
  background: url(../images/common/bg_brandtalk.png);
  padding: 50px 10px;
  text-align: center;
}

#brandtalk_wrap img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* ?½V?½F?½A
--------------------------------------------*/
#share_wrap {
  background: url(../images/common/bg_share_wrap.png);
  padding: 50px 0 0;
}

#share_wrap .share {
  overflow: hidden;
  position: relative;
  max-width: 1028px;
  width: 100%;
  margin: 0 auto 40px;
}

#share_wrap .share dt,
#share_wrap .share dd {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#share_wrap .share dt {
  background: url(../images/common/bg_share_box.png);
  color: #fff;
  width: 31.91%;
  max-width: 328px;
}

#share_wrap .share dd {
  background: #fefefe;
  width: 34.05%;
  max-width: 350px;
  position: relative;
}

#share_wrap .share dd a {
  display: table-cell;
  height: 60px;
  width: 350px;
  vertical-align: middle;
}

#share_wrap .share dd a:hover {
  background: #fafafa;
}

#share_wrap .share dd img {
  padding-right: 5px;
  box-sizing: content-box;
}

#share_wrap .share dd:nth-child(2) a:after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #dbdbdb;
  position: absolute;
  top: 13px;
  right: 0;
}

#share_wrap_sp #shareArea {
  background-color: #ececec;
  overflow: hidden;
  position: relative;
}

#share_wrap_sp #shareArea p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background: url(../images/common/bg_share_box.png);
  color: #fff;
  font-weight: bold;
}

#share_wrap_sp #shareArea ul {
  float: left;
  margin: 0;
  padding: 15px 0;
  position: relative;
  left: 50%;
  list-style: none;
}

#share_wrap_sp #shareArea ul li {
  width: 50px;
  float: left;
  margin-right: 20px;
  position: relative;
  left: -50%;
}

#share_wrap_sp #shareArea ul li:last-child {
  margin-right: 0;
}

/* ?½y?½[?½W?½g?½b?½v
---------------------------------------------*/
.pageTopWrap {}

.pageTop {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  text-align: right;
}

.pageTop img:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

/* -----------------------------------------------------------------------------

	PC?½t?½b?½^?½[

----------------------------------------------------------------------------- */
footer {
  border-top: 2px solid #0080cc;
}

footer .pc .inner {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 20px 0 30px;
  font-size: 12px;
}

footer .pc ul {
  margin-bottom: 16px;
}

footer .pc ul li {
  display: inline-block;
  padding: 1px 9px 1px 11px;
  border-left: 1px solid #0080cc;
  line-height: 1;
}

footer .pc ul li:first-child {
  border: none;
  padding-left: 0;
}

footer .pc ul li a {
  color: #0080cc !important;
}

footer .pc ul li a:hover {
  text-decoration: underline;
}

footer .pc p {
  float: right;
  margin-right: 28px;
}

footer .pc small {
  color: #5c5c5c;
  float: right;
  margin-right: 28px;
}

/* SP?½t?½b?½^?½[
--------------------------------------------*/
footer .sp {
  padding: 35px 0;
}

footer .sp ul {
  overflow: hidden;
  position: relative;
}

footer .sp ul {
  /* \: 100%; */
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

footer .sp ul li {
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
}

footer .sp ul li :nth-child(2n+1) {
  margin-right: 5px;
}

footer .sp ul li a {
  display: inline;
  color: #333;
  margin-bottom: 15px;
}

footer .sp ul li a span {
  background: url(../images/common/common_arrow01.png) left center no-repeat;
  background-size: 5px auto;
  -moz-background-size: 5px auto;
  -webkit-background-size: 5px auto;
  -o-background-size: 5px auto;
  padding: 0 0 0 10px;
  font-size: 12px;
}

footer .sp p {
  clear: both;
  padding: 10px 0;
  text-align: center;
  width: 42.8125%;
  margin: 0 auto;
}

footer .sp p img {
  width: 100% !important;
  height: auto !important;
}

footer .sp small {
  display: block;
  text-align: center;
  font-size: 9px;
}

#page_overview {
  background: #4dbb8e;
  padding: 40px 0 50px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 800px) {
  #page_overview {
    padding: 25px 0;
  }
}

#page_overview h2 {
  width: 100%;
  color: #fff;
  text-align: center;
}

/* title
---------------------------------------------*/
.ttl01 {
  margin-bottom: 40px;
  text-align: center;
  color: #009e5d;
  font-size: 24px;
  font-weight: normal;
  position: relative;
}

.ttl01:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background: #009e5d;
}

.ttl01 span {
  background: #fff;
  padding: 0 30px;
  position: relative;
}

.ttl02 {
  margin-bottom: 25px;
  text-align: center;
  color: #007cc6;
  font-size: 24px;
  font-weight: normal;
  position: relative;
}

.ttl02:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background: #007cc6;
}

.ttl02 span {
  background: #fff;
  padding: 0 30px;
  position: relative;
}

#main_visual {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#slider_wrap {
  background: url(../images/common/bg_product_image.png) top center no-repeat;
}

#main_visual img {
  width: 100%;
  height: auto;
}

.cont_sec {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 800px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* Contents
------------------------------------------------------------------*/
.contents {
  padding: 60px 0;
}

.contents .inner {
  width: 1028px;
  margin: 0 auto;
}

.contents li {
  float: left;
  width: 50%;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.contents li:nth-child(3),
.contents li:nth-child(4) {
  border-top: none;
}

.contents li:hover {
  box-shadow: 0 0 0 5px #f1f1f1 inset;
}

.contents li:nth-child(2n) {
  margin-right: 0;
  border-left: none;
}

.contents li a {
  display: block;
  height: 100%;
}

.contents li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.contents li img {
  float: left;
  padding: 20px;
  width: 200px;
  height: 200px;
}

.contents li div {
  padding: 20px 60px 20px 0px;
  background: url(/brand/eaudemuge/images/top/btn_more.png) 250px center no-repeat;
  display: table;
  width: 290px;
  height: 200px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5;
  color: #333;
}

.contents li h3 {
  display: table-cell;
  vertical-align: middle;
}

.contents li h3 b {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #009e5d;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  padding-right: 18px;
}

.contents li.blank b:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(/brand/eaudemuge/images/common/icon_blank02.gif) left top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  .contents {
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 0 0 30px 0;
  }

  .contents .inner {
    padding: 0 10px;
    width: auto;
  }

  .contents .ttl01 {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0;
    color: #009e5d;
    text-align: center;
    font-weight: bold;
  }

  .contents .ttl01:before {
    display: none;
  }

  .contents ul li {
    float: left;
    width: 49%;
    margin: 0 2% 10px 0;
    background-color: #009e5d;
    border: 2px solid #009e5d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents li:nth-child(2n) {
    border: 2px solid #009e5d;
  }

  .contents ul li:hover {
    box-shadow: none;
  }

  .contents ul li a {
    display: block;
    height: 100%;
  }

  .contents ul li a img {
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
  }

  .contents ul li div {
    padding: 20px 25px 20px 10px;
    background: url(/brand/eaudemuge/images/common/top_arrow01.png) no-repeat 95% center;
    background-size: 13px;
    -webkit-background-size: 13px;
    color: #fff;
    display: table;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.5;
  }

  .contents ul li div b {
    color: #fff;
  }

  .contents li.blank b:after {
    background: url(/brand/eaudemuge/images/common/icon_blank01.gif) left top no-repeat;

  }
}

/* banner barriergel */
.bnr_barriergel {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto 14vw;
  background: #fff;
}

.bnr_barriergel img {
  width: 100%;
}

@media screen and (min-width: 1028px) {
  .bnr_barriergel {
    width: 100%;
    margin-bottom: 95px;
  }
}

/* btn */
.btn_round {
  text-align: center;
}

.btn_round.type_h_60 a {
  height: 5.83658vw;
}

@media screen and (min-width: 1028px) {
  .btn_round.type_h_60 a {
    height: 60px;
  }
}

.btn_round a {
  position: relative;
  display: block;
  width: 44.74708vw;
  height: 8.75486vw;
  font-size: 1.75097vw;
  font-weight: 700;
  color: #fff;
  background: #5ec390;
  border: 1px solid #5ec390;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 1028px) {
  .btn_round a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 460px;
    height: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .btn_round a {
    /* SP */
  }

  .btn_round a:hover {
    color: #fff;
    opacity: 0.7;
  }

  .btn_round a:hover i {
    opacity: 0.7;
  }
}

.btn_round a i {
  content: '';
  display: block;
  position: absolute;
  width: 2.52918vw;
  height: 2.52918vw;
  background: #fff;
  border: 1px solid #eeeeee;
  top: 50%;
  right: 1.94553vw;
  margin-top: -1.26459vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 1028px) {
  .btn_round a i {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    right: 20px;
  }
}

.btn_round a i::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.77821vw;
  height: 0.77821vw;
  border-top: 2px solid #5ec390;
  border-right: 2px solid #5ec390;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -0.38911vw;
  margin-left: -0.48638vw;
}

@media screen and (min-width: 1028px) {
  .btn_round a i::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 800px) {

  /* SP */
  .btn_round.type_h_60 a {
    height: 13.33333vw;
  }

  .btn_round.type_h_60.type_sp_pr a {
    padding-right: 4vw;
  }

  .btn_round a {
    margin-top: 10vw;
    width: 89.33333vw;
    height: 20vw;
    font-size: 3.73333vw;
    border: 2px solid #5ec390;
    -webkit-border-radius: 1.06667vw;
    -moz-border-radius: 1.06667vw;
    -ms-border-radius: 1.06667vw;
    -o-border-radius: 1.06667vw;
    border-radius: 1.06667vw;
  }

  .btn_round a i {
    width: 5.6vw;
    height: 5.6vw;
    border: 0.26667vw solid #eeeeee;
    right: 4.66667vw;
    margin-top: -2.8vw;
  }

  .btn_round a i::after {
    width: 2.13333vw;
    height: 2.13333vw;
    margin-top: -1.06667vw;
    margin-left: -1.33333vw;
  }
}

/* cart_area
------------------------------------------------------------------*/
.cart_area {
  width: 90vw;
  margin: 0 auto;
  padding: 2.5vw;
  background: rgb(71, 183, 126);
  background: linear-gradient(90deg, rgba(71, 183, 126, 1) 0%, rgba(189, 214, 48, 1) 100%);
  text-align: center;
}

.cart_area .cart_ttl {
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1vw;
}

.cart_area .cart_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_area .cart_list li {
  width: 30vw;
}

.cart_area .cart_list li a {
  background: #fff;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.cart_area .cart_list li a:hover {
  opacity: 0.7;
}

.cart_area .cart_list li a:hover img {
  opacity: 1;
}

@media screen and (min-width: 1028px) {
  .cart_area {
    width: 1028px;
    padding: 25px 30px 30px;
  }

  .cart_area .cart_ttl {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }

  .cart_area .cart_list li {
    width: 360px;
  }
}

@media only screen and (max-width: 800px) {
  .cart_area {
    width: 89.333vw;
    padding: 5.333vw;
  }

  .cart_area .cart_ttl {
    font-size: 4.267vw;
    margin-bottom: 2.933vw;
  }

  .cart_area .cart_list li {
    width: 64vw;
  }

  .cart_area .cart_list li a {
    border-radius: 4px;
  }

  .cart_area .cart_list li a:hover {
    opacity: 1;
  }
}