@charset "UTF-8";
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

html {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 1020px;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    height: 100%;
    position: relative;
    transition: opacity .3s ease;
    opacity: 0;
    width: 100%;
    min-width: 1020px;
    /*-webkit-text-size-adjust: none;*/
    -webkit-text-size-adjust: 100%;
}

body.show {
    opacity: 1;
}

.fontMincho {
    font-family: Reimin Y30 Medium;
}

a {
    color: #191E7F;

}

a,button,input{
    /* 202403 a11y フォーカスインジケータ対応 */
    outline-offset: 3px;
}

img {
    border: none;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.pc {
    display: inherit;
}

.sp,
.btn.sp {
    display: none;
}


/* ================================================================
 wrap
=================================================================== */

#wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

#wrapInner {
/*	padding-bottom: 600px;*/
    padding-bottom: 691px;
    /* footer.height */
}


/* ================================================================
 header
=================================================================== */

#header {
    width: 100%;
    height: 100px;
}

#header.navFixed {
    margin: 0 0 53px 0;
}

.pc #headerTop {
    width: 100%;
    background-color: #14184F;
    height: 35px;
}

.pc #headerTopInner {
    width: 1000px;
    height: 35px;
    margin: 0 auto;
    position: relative;
}

.pc #headerTopInner p {
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    line-height: 1;
    position: absolute;
    top: 13px;
    left: 0;
}

.pc #headerTopInner>ul {
    list-style: none;
    float: right;
    color: #FFF;
}

.pc #headerTopInner>ul>li {
    float: left;
    border-right: solid 1px #737596;
    font-size: 13px;
    color: #FFF;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
}

.pc #headerTopInner>ul>li+li {
    margin-left: 10px;
}

.pc #headerTopInner>ul>li>a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    color: #FFF;
}

.pc #headerTopInner>ul>li.navLanguage {
    position: relative;
    width: 80px;
    padding: 0;
    margin: 0;
}

.navLanguage span {
    display: block;
    width: 80px;
    height: 0;
    padding-top: 35px;
    overflow: hidden;
    line-height: 1.6;
    background: url(../../img/common/btnFlagJa.png) no-repeat;
    cursor: pointer;
}

.navLanguage ul {
    position: absolute;
    top: 35px;
    right: 40px;
    z-index: 2;
    display: none;
}

.navLanguage:hover ul {
    display: block;
    width: 40px;
    background-color: #151A4E;
}

.navLanguage li {
    width: 80px;
    list-style: none;
    height: 31px;
    background-color: #14184F;
}

.navLanguage li a {
    display: inline-block;
    list-style: none;
    width: 80px;
    height: 0;
    padding-top: 31px;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: 1.6;
}

.navLanguage li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

#btnFlagUs a {
    background-image: url(../../img/common/btnFlagUs.png);
}

#btnFlagCn a {
    background-image: url(../../img/common/btnFlagCn.png);
}

#btnFlagEu a {
    background-image: url(../../img/common/btnFlagEu.png);
}

.pc #headerBottom {
    width: 1000px;
    height: 65px;
    margin: 0 auto;
    position: relative;
}
/* 202403 a11y フォーカスインジケータ対応 */
.pc #headerBottom a:focus-visible .imgHeaderLogo{
    outline:auto;
    outline-color: -webkit-focus-ring-color;
    outline-offset: 3px;
}
.pc #headerBottom .imgHeaderLogo {
    position: absolute;
    /*top: 17px;*/
	top: 11px;
    left: 0;
    width: 244px;
}

.pc #headerBottom .imgHeaderyearLogo {
    position: absolute;
    /*top: 17px;*/
	top: 11px;
    left: 250px;
}

.pc #headerBottom ul {
    float: right;
    list-style: none;
}

.pc #headerBottom li {
    float: left;
}

.headerBottomBnr {
    width: 190px;
    margin: 14px 14px 0 0;
}

.headerBottomBnr a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.headerBottomBnr img {
    width: 100%;
    border: solid 1px #CCC;
}

.headerBottomTel {
    width: 211px;
    text-align: center;
    padding-top: 6px;
    margin-right: 15px;
    padding-left: 52px;
    background: url(../../img/common/iconTelHeaderPc.png) no-repeat left 20px;
}

.headerBottomTel p {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0;
}

.headerBottomBtn {
    width: 80px;
    padding-top: 6px;
}

.headerBottomBtn+.headerBottomBtn {
    margin-left: 6px;
}

.headerBottomBtn a {
    width: 100%;
    font-size: 12px;
    padding: 31px 0 5px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 22px 18px;
}

.headerBottomBtn .mypage {
    background-image: url(../../img/common/iconMypage.png);
}

.headerBottomBtn .cart {
    background-image: url(../../img/common/iconCart.png);
}

.headerBottomBtn.syahanlist {
    width: 70px;
}
.headerBottomBtn.syahanlist a.btn {
    display: inline-block;
    max-height: 52px;
    padding: 12px 0 5px;
    font-size: 16px;
    background-color: #F4837B;
    color: #FFF;
    border-bottom: solid 4px #8b4513;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.headerBottomBtn.syahanlist a.btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* ==============================
 navGlobal
================================= */

#navGlobal {
  font-family: Hiragino UD Sans W3 JIS2004;
  height: auto;
  border-top: solid 1px #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* .fixed */
#navGlobal.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

#navGlobal .pc > ul {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  border-right: solid 1px #CCC;
  box-sizing: border-box;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

/* .fixed */
#navGlobal.fixed .pc > ul {
  width: 1100px;
  padding-left: 130px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#navGlobal .pc > ul > li {
  display: block;
  float: left;
  width: 144px;
  height: 52px;
  text-align: center;
  position: relative;
  border-left: solid 1px #CCC;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

/* .fixed */
#navGlobal.fixed .pc > ul > li {
  width: 138px;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

/* .fixed */
#navGlobal .pc #navHome {
  position: absolute;
  left: 130px;
  top: 0;
  width: 0;
  height: 52px;
  overflow: hidden;
  border: none;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* .fixed */
#navGlobal.fixed .pc #navHome {
  left: 0;
  width: 130px;
  border-left: solid 1px #CCC;
  box-sizing: border-box;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

#navGlobal .pc #navHome a {
  display: block;
  width: 0;
  padding-top: 52px;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

/* .fixed */
#navGlobal.fixed .pc #navHome a {
  width: 129px;
  height: 0;
  padding-top: 52px;
  overflow: hidden;
  line-height: 1.6;
  background-image: url(../../img/common/logoNavHome.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

/* 202403 a11y フォーカスインジケータ対応 */
#navGlobal.fixed .pc #navHome a {
	outline-offset: -2px;
}

/* .fixed */
#navGlobal.fixed .pc > ul > li#navHome a:hover {
  background-position: 0 -52px;
}

#navGlobal .pc > ul > li#navSearch {
  width: 136px;
}

#navGlobal .pc > ul > li#navCampaign {
  width: 135px;
}

#navGlobal .pc > ul > li > a {
  display: block;
  color: #333;
  font-size: 13px;
  letter-spacing: .02em;
  text-decoration: none;
  line-height: 52px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

/* 202403 a11y フォーカスインジケータ対応 */
#navGlobal .pc > ul > li > a {
    outline-offset: -2px;
}

/* .fixed */
#navGlobal.fixed .pc > ul > li > a {
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}



#navGlobal .pc > ul > li#navSearch a,
#navGlobal .pc > ul > li#navCampaign a {
  font-size: 15px;
  color: #191E80;
  font-weight: bold;
}

#navGlobal .pc > ul > li#navSearch a {
  padding-left: 20px;
}

#navGlobal .pc > ul > li#navCampaign a {
  padding-left: 25px;
}

/* 202403 a11y フォーカスインジケータ対応 */
#navGlobal .pc > ul > li#navCampaign a {
  outline-offset: -2px;
}


#navGlobal .pc > ul > li#navSearch a:before,
#navGlobal .pc > ul > li#navCampaign a:before {
  position: absolute;
  top: 18px;
  content: '';
  width: 21px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#navGlobal .pc > ul > li#navSearch a:before {
  left: 13px;
  background-image: url(../../img/common/iconNavSearch.png);
}

#navGlobal .pc > ul > li#navCampaign a:before {
  left: 9px;
  background-image: url(../../img/common/iconNavCampaign.png);
}

#navGlobal .pc > ul > li > a:hover,
#navGlobal .pc > ul > li#navSearch a:hover,
#navGlobal .pc > ul > li#navCampaign a:hover {
  color: #FFF !important;
  background-color: #494284 !important;
}

#navGlobal .pc > ul > li#navSearch a:hover:before,
#navGlobal .pc > ul > li#navCampaign a:hover:before {
  background-position: 0 -17px;
}

#navGlobal .pc > ul > li > ul {
  list-style: none;
  position: absolute;
  top: 52px;
  width: 1000px;
  padding: 9px 35px;
  background-color: #494284;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

#navGlobal .pc > ul > li:hover ul.megaMenu {
  display: block;
  z-index: 3;
}

/*#navGlobal .pc > ul > li ul.megaMenu {  表示確認用・後で消す
  display: block;
}*/

li#navSearch > ul {
  left: 0;
}

li#navCampaign > ul {
  left: -137px;
}

li#navSkinCare > ul {
  left: -274px;
}

/* .fixed */
#navGlobal.fixed li#navSkinCare > ul {
  left: -354px;
}

li#navBaseMake > ul {
  left: -419px;
}

/* .fixed */
#navGlobal.fixed li#navBaseMake > ul {
  left: -493px;
}

li#navHairBodyCare > ul {
  left: -564px;
}

/* .fixed */
#navGlobal.fixed li#navHairBodyCare > ul {
  left: -632px;
}

li#navSupplements > ul {
  left: -709px;
}

/* .fixed */
#navGlobal.fixed li#navSupplements > ul {
  left: -771px;
}

li#navFoods > ul {
  left: -757px;
}

li#navSupplies > ul {
  left: -878px;
}

#navGlobal .pc > ul > li#navBaseMake > ul > li,
#navGlobal .pc > ul > li#navHairBodyCare > ul > li,
#navGlobal .pc > ul > li#navSupplements > ul > li {
  display: block;
  float: left;
  width: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 9px;
  z-index: 5;
}

#navGlobal .pc > ul ul.megaMenu > li > a > img {
  width: 62px;
  height: 62px;
  margin-right: 16px;
  float: left;
}

#navGlobal .pc > ul > li#navSkinCare > ul > li > a > img {
  width: 70px;
  height: 70px;
  margin-right: 18px;
}

#navGlobal .pc > ul ul li img + div {
  display: table-cell;
  height: 62px;
  vertical-align: middle;
  text-align: left;
}

#navGlobal .pc > ul > li#navSkinCare > ul.megaMenu > li img + div {
  height: 70px;
}

#navGlobal .pc > ul ul li p + p {
  margin-top: 5px;
}

#navGlobal .pc > ul ul li .copy {
  font-size: 13px;
  line-height: 1.3;
}

#navGlobal .pc > ul ul li .name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

#navGlobal .pc > ul li#navSkinCare ul li .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu {
  padding: 26px 30px;
  z-index: 5;
}

#navGlobal .pc > ul ul.megaMenu li {
  float: none;
  margin: 0;
  width: 353px;
}

ul.megaMenu > li > a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  display: block;
  width: 353px;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu > li {
  position: relative;
  width: 440px;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu > li:nth-of-type(odd) {
  float: left;
  clear: left;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu > li:nth-of-type(even) {
  float: right;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu > li > a {
  display: block;
  position: relative;
  width: auto;
  text-decoration: none;
  padding: 9px;
}

#navGlobal .pc > ul li#navSkinCare ul.megaMenu > li:hover {
  background-color: #7A79A3;
}

/*#navGlobal .pc > ul li#navSkinCare ul.megaMenu > a:hover,
#navGlobal .pc > ul li#navSkinCare ul.megaMenu > a:hover img {
  opacity: 1;
}*/

#navGlobal .megaMenuInner {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 15px 20px 0;
  background-color: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 5;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  pointer-events: none;
	-webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
#navGlobal #megaMenuPremium .megaMenuInner,
#navGlobal #megaMenuDeep .megaMenuInner,
#navGlobal #megaMenuCleansing .megaMenuInner,
#navGlobal #megaMenuSpecial .megaMenuInner,
#navGlobal #megaMenuAccessory .megaMenuInner {
  height: 184px;
}
#navGlobal #megaMenuMoisture .megaMenuInner,
#navGlobal #megaMenuAcpoless .megaMenuInner,
#navGlobal #megaMenuWhite .megaMenuInner {
  height: 168px;
}
#navGlobal #megaMenuSpecial .megaMenuInner {
  top: auto;
  bottom: 88px;
}
#navGlobal #megaMenuAccessory .megaMenuInner {
  top: auto;
  bottom: 88px;
  left: auto;
  right: -90px;
  transform: none;
}

#navGlobal li.show .megaMenuInner {
  pointer-events: auto;
  opacity: 1;
}

.megaMenuInner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navGlobal .pc > ul ul.megaMenu .megaMenuInner li {
  width: 100px;
  margin: 0 10px;
}

.megaMenuInner a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.megaMenuInner ul li .photo {
  position: relative;
  padding-bottom: 13px;
}

.megaMenuInner ul li .photo:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #EEE;
}

.megaMenuInner ul li:hover .photo:after {
  background-color: #494680;
}

.megaMenuInner ul li p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 1em;
  text-align: center;
}
#navGlobal .pc > ul li#navSkinCare ul li .name p {
  font-weight: bold;
}



/* ================================================================
 breadcrumbs
=================================================================== */

#breadcrumbsInner {
    width: 100%;
    padding: 20px 0 50px;
    box-shadow: 0 8px 12px -8px #DDD inset;
}

#breadcrumbsInner ul {
    list-style: none;
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
}

#breadcrumbsInner ul li {
    display: inline-block;
}

#breadcrumbsInner ul li+li {
    margin-left: 4px;
    padding-left: 10px;
    background: url(../../img/common/arrowBreadcrumbs.png) no-repeat left center;
}

#breadcrumbsInner ul li a {
    text-decoration: underline;
}

#breadcrumbsInner ul li a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}


/* ================================================================
 main
=================================================================== */

#main {
    width: 100%;
    /*padding: 0 0 80px;*/
	padding: 0 0 30px;
}

.mainInner {
    width: 1000px;
    margin: 0 auto;
}

.mainInnerFullBg {
    width: 100%;
    background-color: #EEE;
}


/* ==============================
 ranking
================================= */

.ranking {
    margin-top: 40px;
}

.ranking h3 {
    font-size: 19px;
    color: #000066;
    padding-bottom: 21px;
}

.containerRanking {
    position: relative;
    background-color: #EEE;
    padding: 0 25px;
    box-sizing: border-box;
}

.containerRanking .slides {
    list-style: none;
    width: 100%;
    background-color: #EEE;
    padding: 23px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.containerRanking .slides li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 20%;
    height: 211px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}

.containerRanking .slides li a {
    display: block;
    text-decoration: none;
    padding: 20px 14px 0;
    width: 100%;
    height: 211px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
}

.containerRanking .slides li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.containerRanking .slides li img {
    width: 100%;
}

.containerRanking .slides li:before {
    position: absolute;
    left: 50%;
    z-index: 2;
}

.containerRanking .slides li:nth-child(1):before {
    content: '';
    top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../../img/common/iconRank01.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

.containerRanking .slides li:nth-child(2):before {
    content: '';
    top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../../img/common/iconRank02.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

.containerRanking .slides li:nth-child(3):before {
    content: '';
    top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../../img/common/iconRank03.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

.containerRanking .slides li:nth-child(n+4):before {
    top: -11px;
    margin-left: -11px;
    width: 22px;
    height: 22px;
    content: '';
    background-color: #000066;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    line-height: 22px;
}

.containerRanking .slides li:nth-child(4):before {
    content: '4';
}

.containerRanking .slides li:nth-child(5):before {
    content: '5';
}

.containerRanking .slides li:nth-child(6):before {
    content: '6';
}

.containerRanking .slides li:nth-child(7):before {
    content: '7';
}

.containerRanking .slides li:nth-child(8):before {
    content: '8';
}

.containerRanking .slides li:nth-child(9):before {
    content: '9';
}

.containerRanking .slides li:nth-child(10):before {
    content: '10';
}

.containerRanking .slides p {
    color: #000066;
}

.containerRanking .slides .name {
    font-size: 13px;
    line-height: 1.2;
    margin-top: .6em;
}

.containerRanking .slides .price {
    font-size: 11px;
    line-height: 1.2;
    margin-top: .4em;
}

.containerRanking>a {
    display: block;
    width: 11px;
    height: 0;
    padding-top: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: 1.6;
}

.containerRanking>a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.containerRanking .flex-direction-nav a {
    opacity: 1;
    width: 25px;
}

.containerRanking .flex-direction-nav .flex-prev {
    background: url(../../img/common/btnRankingPrev.png) no-repeat left;
    background-position: center;
}

.containerRanking .flex-direction-nav .flex-next {
    background: url(../../img/common/btnRankingNext.png) no-repeat left;
    background-position: center;
}


/* ==============================
 searchProducts
================================= */

.searchProducts {
    background-color: #EDF0F6;
    padding: 17px;
    margin-top: 15px;
}

.searchProducts h3 {
    float: left;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    padding-left: 47px;
    margin: 23px 0;
    color: #46438C;
    background: url(../../img/home/iconSearch.png) no-repeat left center;
    letter-spacing: .1em;
}

.searchProducts ul {
    list-style: none;
    float: right;
}

.searchProducts li {
    float: left;
    display: table;
}

.searchProducts li+li {
    margin-left: 9px;
}

.searchProducts li.allProducts {
    border-left: solid 2px #FFF;
    margin-left: 15px;
    padding-left: 15px;
}

.searchProducts li a {
    text-decoration: none;
    color: #46438C;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 83px;
    padding-left: 20px;
    background-color: #FFF;
    background-image: url(../../img/home/arrowSearchProducts.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 2px #e2e2e2;
    -moz-box-shadow: 1px 1px 2px 2px #e2e2e2;
    -webkit-box-shadow: 1px 1px 2px 2px #e2e2e2;
    letter-spacing: .1em;
}

.searchProducts li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.searchProducts li a span {
    display: block;
    font-size: 19px;
    margin-bottom: 6px;
}

.searchProducts li.allProducts a {
    font-size: 17px;
}


/* ==============================
 searchOtherProducts
================================= */

.searchOtherProducts {
    margin-top: 34px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #000066;
    text-align: center;
    background: url(../../img/common/arrowSearchOtherProducts.png) no-repeat right center;
}

.searchOtherProducts:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.searchOtherProducts a {
    display: block;
    color: #000066;
    text-decoration: none;
}


/* ==============================
 btn
================================= */

.btn {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 14px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.btn.thin {
    font-size: 12px;
    padding: 6px 0;
    font-weight: normal;
}

.btn.mypage {
    background-color: #454C96;
}

.btn.cart {
    background-color: #EE7394;
}

.btn.regular {
    background-color: #FD9900;
}

.btn.supplement {
    background-color: #87BA00;
}

.btn.set {
    background-color: #008B8B;
}

.btn.default {
    background-color: #6B729B;
}

.btn.cancel {
    background-color: #BBB;
}

.btn.mypage.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #2D3165;
    -moz-box-shadow: 0px 4px #2D3165;
    -webkit-box-shadow: 0px 4px #2D3165;
}

.btn.cart.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #BF5573;
    -moz-box-shadow: 0px 4px #BF5573;
    -webkit-box-shadow: 0px 4px #BF5573;
}

.btn.cart.solid.notTeiki{
    float: right;
    background: url(../../img/common/iconRegular.png) #bbb no-repeat;
    background-size: 25px auto;
    background-position: center 20px;
    box-shadow: 0px 4px #aaa;
    -moz-box-shadow: 0px 4px #aaa;
    -webkit-box-shadow: 0px 4px #aaa;
    cursor: auto;
}

.btn.cart.solid.notTeiki:hover{
    opacity: 1;
}

.btn.regular.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #D07616;
    -moz-box-shadow: 0px 4px #D07616;
    -webkit-box-shadow: 0px 4px #D07616;
}

.btn.supplement.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #6D9A00;
    -moz-box-shadow: 0px 4px #6D9A00;
    -webkit-box-shadow: 0px 4px #6D9A00;
}

.btn.set.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #006364;
    -moz-box-shadow: 0px 4px #006364;
    -webkit-box-shadow: 0px 4px #006364;
}

.btn.default.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #4B5374;
    -moz-box-shadow: 0px 4px #4B5374;
    -webkit-box-shadow: 0px 4px #4B5374;
}

.btn.cancel.solid {
    margin-bottom: 4px;
    box-shadow: 0px 4px #999;
    -moz-box-shadow: 0px 4px #999;
    -webkit-box-shadow: 0px 4px #999;
}

.btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    cursor: pointer;
}


/* ==============================
 btn -デフォルトリンク
================================= */

.btnBack {
    margin: 30px 0;
}

.btnBack a {
    display: block;
    border: 1px solid #13194C;
    text-align: center;
    background: url(../../img/common/arrowDefaultLeft.png) no-repeat center left #FFF;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.btnBack a:hover {
    background-color: #F6F7F9;
}


/* ==============================
  pager
================================= */

#pager {
    margin: 20px 0;
}

#pager .pageNumber {
    float: left;
}

#pager .pageNumber li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

#pager .pageArrow {
    float: right;
}

#pager .pageArrow li {
    list-style-type: none;
    float: left;
    margin-left: 10px;
}

#pager .pageNumber li a,
#pager .pageArrow li a {
    display: block;
    padding-top: 11px;
    height: 29px;
    font-size: 16px;
    text-align: center;
    background: #FFF;
    text-decoration: none;
    border: 1px solid #292867;
}

#pager .pageNumber li a:hover,
#pager .pageArrow li.next a:hover,
#pager .pageArrow li.previous a:hover {
    background-color: #EDEEF3;
}

#pager .pageNumber li.current a {
    background-color: #292867;
    color: #FFF;
}

#pager .pageNumber li a {
    width: 40px;
}

#pager .pageArrow li a {
    padding: 11px 15px 0;
}

#pager .pageArrow li.next a {
    background: url(../../img/common/arrowDefaultRight.png) no-repeat center right #FFF;
    padding-right: 28px;
}

#pager .pageArrow li.previous a {
    background: url(../../img/common/arrowDefaultLeft.png) no-repeat center left #FFF;
    padding-left: 28px;
}


/* ==============================
  tag
================================= */

.tag li {
    list-style-type: none;
    background: #6B719C;
    font-size: 12px;
    line-height: 1em;
    color: #FFF;
    float: left;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}


/* ==============================
 star
================================= */

.star {
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

.star li {
    display: inline-block;
    color: #f5b733;
    font-size: 12px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ================================================================
 modal
=================================================================== */

#modals {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal {
    width: 600px;
    padding: 40px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 1000;
}

.modal .title {
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
}

.modal .textBox {
    margin-left: 90px;
    margin-bottom: 20px;
}

.modal .textBox p {
    line-height: 1.6em;
    font-size: 16px;
}

.modal .modalIconBox {
    margin: 0;
    text-align: center;
}

.modal .modalIconBox>div {
    display: inline-table;
}

.modal .modalIcon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.modal .modalIcon.positive {
    background-color: #FF9800;
}

.modal .modalIcon.negative {
    background-color: #6B729B;
}

.modal .modalArrow {
    width: 60px;
    height: 48px;
    margin: 0 30px;
}

.modal .modalArrow img {
    width: 100%;
    vertical-align: middle;
}

.modalIcon img {
    width: 100%;
    vertical-align: middle;
}

.modal .modalBtnBox {
    margin-top: 30px;
    text-align: center;
}

.modal .modalBtnBox input {
    min-width: 150px;
    padding: 14px;
    margin: 0 10px;
    letter-spacing: 0.1em;
}

.modal .modalClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 0;
    padding-top: 30px;
    background: url(../../img/common/btnModalClose.png) no-repeat #555 center;
    background-size: 60%;
    overflow: hidden;
    line-height: 2em;
    cursor: pointer;
}

#item .wrapTitle {
    text-align: center;
}

#item .modal h2 {
    font-size: 16px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding-bottom: 10px;
    border-width: 3px;
}

#item .modal h2 span {
    font-size: 16px;
    margin-left: 0;
    vertical-align: inherit;
}

#item .modal h2 span.regular {
    color: #FF9900;
}

#item .itemBox {
    margin: 20px 0 0;
}

#item .itemBox>img {
    float: left;
    width: 130px;
    border: solid 1px #CCC;
}

#item .itemInfo {
    width: 440px;
    float: right;
    padding-top: 20px;
}

#item .itemInfo .name {
    font-size: 16px;
}

#item .itemInfo .price {
    margin-top: 16px;
    font-size: 12px;
    color: #666;
}

#item .itemInfo .price.strikethrough {
    margin-top: 26px;
}

#item .itemInfo .price.discount {
    margin-top: 6px;
}

#item .itemInfo .subtotal {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 14px;
    border-top: dotted 1px #333;
    float: none;
}

.noteBox {
    border: solid 2px #FF9900;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0;
}

.noteBox p {
    font-size: 13px;
    line-height: 1.7;
}

.noteBox p strong {
    color: #FF9900;
    font-weight: normal;
}


/* ================================================================
 pageTop
=================================================================== */

#pageTop {
    width: 70px;
    height: 90px;
    position: fixed;
    right: 3%;
    z-index: 3;
}

#pageTop a {
    display: block;
    width: 70px;
    height: 0;
    padding-top: 70px;
    line-height: 2em;
    background: url(../../img/common/btnPageTop.png) no-repeat;
    background-size: 70px;
    overflow: hidden;
}


/* ================================================================
 footer
=================================================================== */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #EDF0F6;
    border-top: solid 10px #292A65;
}

.footerInner {
    width: 1000px;
    margin: 0 auto;
}

.footerInnerTop {
    padding: 30px 0 12px;
}

#footer .footerInnerTop h2 {
    border: none;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #14184F;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: bold;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footerProductLineup h2 {
    background-image: url(../../img/common/iconFooterProductLineup.png);
}

.footerAbout h2 {
    background-image: url(../../img/common/iconFooterAbout.png);
}

.footerGuide h2 {
    background-image: url(../../img/common/iconFooterGuide.png);
}


/*------------20170130-----------*/

.footerAbout .footerCommunity {
    background-image: url(../../img/common/iconFooterCommunity.png);
    background-size: contain;
    margin-top: 30px;
}


/*------------20170130 end-----------*/

.footerInnerTop>div {
    float: left;
    padding-left: 20px;
    height: 376px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footerInnerTop>div.footerProductLineup {
    padding: 0 20px 0 0;
}

.footerInnerTop>div+div {
    border-left: solid 1px #FFF;
}

.footerProductLineup {
    width: 235px;
}

.footerAbout {
    width: 230px;
}

.footerGuide {
    width: 195px;
}

.footerInfo {
    width: 340px;
}

.footerInnerTop ul {
    list-style: none;
}

.footerProductLineup ul,
.footerAbout ul,
.footerGuide ul {
    font-size: 13px;
    line-height: 2;
}

.footerProductLineup ul a,
.footerAbout ul a,
.footerGuide ul a {
    color: #13184E;
    text-decoration: none;
}

.footerProductLineup ul a:hover,
.footerAbout ul a:hover,
.footerGuide ul a:hover {
    color: #13184E;
    text-decoration: underline;
}

.footerInfo h3 {
    padding-right: 20px;
}

.footerInfo .tel,
.footerInfo .mail {
    width: 100%;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footerInfo .tel {
    padding: 20px 0 20px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footerInfo .tel>div {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 52px;
    background: url(../../img/common/iconTelPc.png) no-repeat left top;
}

.footerInfo .tel>div+h3 {
    margin-top: 30px;
}

.footerInfo a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footerInfo a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.footerInfo a h3 {
    color: #24266A;
}

.footerInfo h3 {
    color: #24266A;
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.footerInfo .tel img {
    display: block;
    margin: 8px 0 0;
}

.footerInfo .tel p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 150%;
}

.footerInfo .mail {
    margin-top: 12px;
}

.footerSns {
    float: right;
    margin-top: 20px;
}

.footerSns li {
    float: left;
}

.footerSns li+li {
    margin-left: 20px;
}

.footerSns a {
    padding: 0;
}

.footerSns a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.footerInnerBunner {
    padding-bottom: 30px;
}

.footerInnerBunner ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
}

.footerInnerBunner ul li:last-child {
    margin-right: 0;
}

.footerInnerBottom {
    width: 100%;
    border-top: solid 1px #FFF;
    padding: 30px 0 0;
}

.footerInnerBottom .info {
    float: left;
    overflow: hidden;
}

.footerInnerBottom .sign {
    margin-top: -47px;
    float: right;
}

.footerInnerBottom .info h2,
.footerInnerBottom .info ul {
    float: left;
    overflow: hidden;
}

#footer .footerInnerBottom .info h2 {
    padding: 0 20px 0 0;
    margin: 0;
    border: none;
	width: inherit;
}
/* 202403 a11y フォーカスインジケータ対応 */
#footer .footerInnerBottom .info h2 a:focus-visible{
    outline-offset: 0px;
}

.footerInnerBottom .info ul {
    padding: 9px 0;
    list-style: none;
}

.footerInnerBottom .info li {
    float: left;
}

.footerInnerBottom .info li+li {
    margin-left: 10px;
}

.footerInnerBottom .info li a {
    background: url(../../img/common/arrowFooterInfo.png) no-repeat left center;
    display: block;
    height: 15px;
    padding-left: 13px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}
/* 202403 a11y フォーカスインジケータ対応 */
.footerInnerBottom .info li a:focus-visible{
    outline-offset: 0px;
}
.footerInnerBottom .info li a:hover {
    text-decoration: underline;
}

.footerInnerBottom .sign .copyright {
    /*padding-right: 20px;*/
    font-size: 11px;
}

.footerInnerBottom .sign img {
    vertical-align: middle;
}

p.copyrightNotice {
    clear: both;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.6;
}

.btnSwitchDevice {
    list-style: none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -.40em;
}

.btnSwitchDevice li {
    display: inline-block;
    font-size: 0;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
}

.btnSwitchDevice li * {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
}

.btnSwitchDevice li:first-child * {
    border: solid 1px #CCC;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
}

.btnSwitchDevice li:last-child * {
    border: solid 1px #CCC;
    border-left: none;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 25px;
}

.btnSwitchDevice li a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #ccc), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #ccc 75%);
    background: -moz-linear-gradient(top, #fff 0%, #ccc 75%);
    background: -o-linear-gradient(top, #fff 0%, #ccc 75%);
    background: -ms-linear-gradient(top, #fff 0%, #ccc 75%);
    background: linear-gradient(to bottom, #fff 0%, #ccc 75%);
}

.btnSwitchDevice li span {
    color: #CCC;
}


/* ================================================================
 季節のフォーマット
=================================================================== */


/*
  クリスマス
====================*/

.christmas #header {}

.christmas #header .pc {
    background: url(../../img/common/season/December_headerImg.png) repeat-x bottom center;
}

.christmas #header .pc #headerTop {
    background: url(../../img/common/season/December_headerTopBg.png) repeat top center;
}

.christmas #wrapInner {
    padding-bottom: 736px;
}

.christmas #footer {
    border-top: solid 10px #144890;
    background: url(../../img/common/season/December_footerBg.png) repeat;
}

.christmas #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -575px;
    width: 1150px;
    padding-top: 45px;
    height: 0;
    background: url(../../img/common/season/December_footerImg.png) repeat;
}

.christmas #pageTop {
    width: 70px;
    height: 130px;
    /*画像の高さ+20px*/
}

.christmas #pageTop a {
    display: block;
    padding-top: 110px;
    line-height: 2em;
    background: url(../../img/common/season/December_pageTop.png) no-repeat;
    background-size: 70px;
}


/*
  1月
====================*/

.January #header {}

.January #header .pc {
    background: url(../../img/common/season/January/January_headerImg.png) repeat-x bottom center;
}

.January #header .pc #headerTop {
    background: url(../../img/common/season/January/January_headerTopBg.png) repeat top center;
}

.January #wrapInner {
    padding-bottom: 736px;
}

.January #footer {
    border-top: solid 10px #648C4E;
    background: url(../../img/common/season/January/January_footerBg.png) repeat;
}

.January #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -575px;
    width: 1150px;
    padding-top: 60px;
    height: 0;
    background: url(../../img/common/season/January/January_footerImg.png) repeat;
}

.January #pageTop {
    width: 97px;
    height: 130px;
    /*画像の高さ+20px*/
}

.January #pageTop a {
    display: block;
    padding-top: 110px;
    line-height: 2em;
    background: url(../../img/common/season/January/January_pageTop.png) no-repeat;
    background-size: 97px;
    width: 97px;
}

.January .pc #headerTopInner>ul>li {
    border-right: solid 1px #fff;
}


/*
  2月　節分
====================*/

.February #header .pc #headerTopInner h1 {
    top: 0;
    height: 35px;
    line-height: 35px;
    background: #7598C1;
}

.February .pc #headerTopInner>ul {
    background: #7598C1;
}

.February #header .pc {
    background: #F2F3F7 url(../../img/common/season/February/February_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.February #header .pc #headerTop {
    background: #7598C1 url(../../img/common/season/February/February_headerTopBg.png);
    background-repeat: repeat-x;
}

.February #wrapInner {
    padding-bottom: 736px;
}

.February #footer {
    border-top: solid 10px #144890;
    background: url(../../img/common/season/February/February_footerBg.png) repeat;
}

.February #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -554px;
    width: 1108px;
    padding-top: 65px;
    height: 0;
    background: url(../../img/common/season/February/February_footerImg.png) no-repeat;
}

.February #pageTop {
    width: 70px;
    height: 146px;
    /*画像の高さ+20px*/
}

.February #pageTop a {
    display: block;
    padding-top: 126px;
    line-height: 2em;
    background: url(../../img/common/season/February/February_pageTop.png) no-repeat;
    background-size: 70px;
}

/*
  バレンタイン
====================*/
.Valentine #header {
}
.Valentine #header .pc {
	background-image: url(../../img/common/season/Valentine/headerImg.png),url(../../img/common/season/Valentine/backImg.png);
	 background-repeat: no-repeat , repeat;
    background-position: bottom center;
    background-size: auto 65px , 31px 31px;

}
.Valentine #header .pc #headerTop {
    background:#0A0E68;
}
.Valentine #wrapInner {
    padding-bottom:736px;
}
.Valentine #main {
  padding-bottom: 130px;
}
.Valentine #footer {
    border:none;
    background:#F6F6F1 url(../../img/common/season/Valentine/footerBg.png);
	background-repeat:repeat-x;
	padding-top:50px;
}
.Valentine #footer::before {
    content:"";
    display:block;
    position:absolute;
    top: -70px;
    left:0;
    width:100%;
    padding-top:60px;
    height:0;
    background:url(../../img/common/season/Valentine/footerImg.png) repeat;
    background-size: auto 60px;
}
.Valentine #pageTop {
  width: 80px;
  height: 167px;/*画像の高さ+20px*/
}
.Valentine #pageTop a {
  display: block;
  padding-top:147px;
  line-height:2em;
  background:url(../../img/common/season/Valentine/pageTop.png) no-repeat;
  background-size:80px;
  width:80px;
}

.Valentine .pc #headerTopInner > ul > li{
	border-right: solid 1px #fff;
}

/*
  3月　ひな祭り
====================*/

.Doll #header .pc #headerTopInner h1 {
    top: 0;
    height: 35px;
    line-height: 35px;
    background: #0C1466;
}

.Doll .pc #headerTopInner>ul {
    background: #0C1466;
}

.Doll #header .pc {
    background: #ffffff url(../../img/common/season/Doll/Doll_headerImg.png);
    background-repeat: repeat-x;
    background-position: center bottom 6px;
}

.Doll #header .pc #headerTop {
    background: #0C1466;
    background-repeat: repeat-x;
}

.Doll #wrapInner {
    padding-bottom: 736px;
}

.Doll #footer {
    border-top: none;
    background: #F7FAFF url(../../img/common/season/Doll/Doll_footerBg.png);
    background-repeat: repeat-x;
}

.Doll .footerInnerTop {
    padding-top: 50px;
}

.Doll #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -71px;
    left: 0;
    width: 100%;
    padding-top: 65px;
    height: 0;
    background: url(../../img/common/season/Doll/Doll_footerImg.png) repeat-x;
}

.Doll #pageTop {
    width: 77px;
    height: 96px;
    /*画像の高さ+20px*/
}

.Doll #pageTop a {
    display: block;
    width: 77px;
    padding-top: 77px;
    background: url(../../img/common/season/Doll/Doll_pageTop.png) no-repeat;
    background-size: 77px auto;
}


/*
  4月　お花見
====================*/

.Cherry #header .pc {
    background: url(../../img/common/season/Cherry/Cherry_headerBg.png), url(../../img/common/season/Cherry/Cherry_headerImg.png);
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center bottom;
}

.Cherry #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -86px;
    left: 0;
    width: 100%;
    padding-top: 76px;
    height: 0;
    background: url(../../img/common/season/Cherry/Cherry_footerBg.png), url(../../img/common/season/Cherry/Cherry_footerImg.png);
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center bottom;
}

.Cherry #pageTop {
    width: 77px;
    height: 97px;
    /*画像の高さ+20px*/
}

.Cherry #pageTop a {
    display: block;
    width: 77px;
    padding-top: 77px;
    background: url(../../img/common/season/Cherry/Cherry_pageTop.png) no-repeat;
    background-size: 77px auto;
}


/*
  5月　端午の節句
====================*/

.May #header .pc {
    background: url(../../img/common/season/May/May_headerImg.png), url(../../img/common/season/May/May_headerBg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left bottom;
}

.May #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -86px;
    left: 0;
    width: 100%;
    padding-top: 76px;
    height: 0;
    background: url(../../img/common/season/May/May_footerImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.May #pageTop {
    width: 65px;
    height: 120px;
    /*画像の高さ+20px*/
}

.May #pageTop a {
    display: block;
    width: 65px;
    padding-top: 100px;
    background: url(../../img/common/season/May/May_pageTop.png) no-repeat;
    background-size: 64px auto;
}


/*
  6月　梅雨・紫陽花
====================*/

.June #header .pc {
    background: url(../../img/common/season/June/June_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.June #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -86px;
    left: 0;
    width: 100%;
    padding-top: 76px;
    height: 0;
    background: url(../../img/common/season/June/June_footerImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.June #pageTop {
    width: 72px;
    height: 92px;
    /*画像の高さ+20px*/
}

.June #pageTop a {
    display: block;
    width: 72px;
    padding-top: 72px;
    background: url(../../img/common/season/June/June_pageTop.png) no-repeat;
    background-size: 72px auto;
}


/*
  7月　七夕
====================*/

.July #header .pc {
    background: url(../../img/common/season/July/July_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.July #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    padding-top: 109px;
    height: 0;
    background: url(../../img/common/season/July/July_footerImg.png) no-repeat center bottom;
}
.July #pageTop {
    width: 72px;
    height: 149px;
    /*画像の高さ+20px*/
}

.July #pageTop a {
    display: block;
    width: 72px;
    padding-top: 129px;
    background: url(../../img/common/season/July/July_pageTop.png) no-repeat;
    background-size: 72px auto;
}

.July #main {
  padding-bottom: 110px;
}

/*
  7月　海
====================*/

.Sea #header .pc {
    background: url(../../img/common/season/Sea/Sea_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.Sea #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    padding-top: 109px;
    height: 0;
    background: url(../../img/common/season/Sea/Sea_footerImg.png) no-repeat center bottom;
}
.Sea #main{
    padding-bottom: 120px;
}

/*
  九州集中豪雨
====================*/

p.infoImportant {
  text-align: center;
  padding: 20px 0;
}


/*
  8月　夏祭り
====================*/

.August #header .pc {
    background: url(../../img/common/season/August/Festival_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.August #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    padding-top: 109px;
    height: 0;
    background: url(../../img/common/season/August/Festival_footerImg.png) no-repeat center bottom;
}
.August #main{
    padding-bottom: 120px;
}
.August #pageTop {
    width: 85px;
    height: 120px;
    /*画像の高さ+20px*/
}

.August #pageTop a {
    display: block;
    width: 85px;
    padding-top: 101px;
    background: url(../../img/common/season/August/Festival_pageTop.png) no-repeat;
    background-size: 100% auto;
}

/*


/*
9月　十五夜
====================*/

.September #header .pc {
    background: url(../../img/common/season/September/September_headerImg.png), url(../../img/common/season/September/September_headerBack.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center top 35px, left top 35px;
}
.September #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    padding-top: 87px;
    height: 0;
    background: url(../../img/common/season/September/September_footerImg.png), url(../../img/common/season/September/September_footerBack.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left bottom;
}
.September #main{
    padding-bottom: 120px;
}

/*


/*
10月　ハロウィン
====================*/

.October #header .pc {
    background: url(../../img/common/season/October/October_headerImg.png), url(../../img/common/season/October/October_headerBack.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center top 35px, left top 35px;
}
.October #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    padding-top: 87px;
    height: 0;
    background: url(../../img/common/season/October/October_footerImg.png), url(../../img/common/season/October/October_footerBack.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left bottom;
}
.October #main{
    padding-bottom: 120px;
}
.October #pageTop {
    width: 110px;
    height: 110px;
    /*画像の高さ+20px*/
}

.October #pageTop a {
    display: block;
    width: 110px;
    padding-top: 90px;
    background: url(../../img/common/season/October/October_pageTop.png) no-repeat;
    background-size: contain;
}

/*
11月　紅葉
====================*/

.November #header .pc {
    background: #F3E4AD url(../../img/common/season/November/November_headerImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.November #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    padding-top: 109px;
    height: 0;
    background: url(../../img/common/season/November/November_footerImg.png) no-repeat center bottom;
}
.November #main{
    padding-bottom: 120px;
}

/*
2017 12月　クリスマス
====================*/

.December2017 #header .pc {
    background: #E38A89 url(../../img/common/season/December2017/December2017_headerImg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.December2017 #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    padding-top: 109px;
    height: 0;
    background: url(../../img/common/season/December2017/December2017_footerImg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.December2017 #main{
    padding-bottom: 120px;
}
.December2017 #pageTop {
    width: 90px;
    height: 90px;
    /*画像の高さ+20px*/
}
.December2017 #pageTop a {
    display: block;
    width: 70px;
    padding-top: 70px;
    background: url(../../img/common/season/December2017/December2017_pagetop.png) no-repeat;
    background-size: contain;
}


/*

/*
ミルクdeプロファイバー終了
====================*/
p.milkdeInfo {
  width: 100%;
	font-size: 1.2em;
	font-weight: bold;
  text-align: center;
  margin: 10px 0;
  text-decoration: underline;
}




/* 20180521 フッター　LINEicon追加 */


.footerSns li {
    float: left;
    width: 20px;
    height: 20px;
}


.footerSns li img{
	width: 100%;
	height: auto;
}



/*   20180724 jadma   */


.ost {
    margin-left: 20px;
    float: right;
	width: 120px;
}

.ost img {
    width: 100%;
}

.p-mark{
    width: 80px;
    margin: -45px 0 0 20px;
    float: right;
}

.p-mark img{
    width: 100%;
}


/*　20180920　h3レイアウト崩れ対応　*/

#footerInfo h3.call{
	color: #24266A;
    margin: 0;
    text-align: center;
    font-size: 14px;
}


/*　20181018　h2にともなうレイアウト崩れ対応　*/

#footer h2.footer_h2{
	width: 100%;
}

/* Pmark */
#pmarkPolicy {
    display: table-cell;
    width: 720px;
    background: #F3F3F3;
    border: none;
    padding: 50px 40px;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

#pmarkPolicy iframe {
    width:100%;
    height: 180px;
}

#call #pmarkPolicy {
    width: 100%!important;
    display: block!important;
    padding: 50px 0!important;
    background: none;
}
#pmarkPolicy iframe::-webkit-scrollbar {
    height: 10px;
}
#pmarkPolicy iframe::-webkit-scrollbar-thumb{
    background: #999999;
    border-radius: 5px;
}
#pmarkPolicy iframe::-webkit-scrollbar-track-piece {
    background: #efefef;
}

/*　2022/04/01 美容雑貨削除に伴うグローバルナビ調整　*/
#navGlobal .pc > ul > #navFoods a{
    width: 146px;
}

#navGlobal.fixed .pc > ul > #navFoods a{
    width: 139px;
}

/*　2022/04/01 個人情報のチェックボックスのスタイル調整　*/
#pmarkPolicy,
#cart #pmarkPolicy {
  padding: 20px 10px;
}
#PrivacyConfirmArea {
  text-align: center;
  margin: 20px auto 0px auto;
  display: block;
}
#PrivacyConfirmArea label {
  padding: 4px;
  color: #333;
}
#PrivacyConfirmArea label:before {
  display: none;
}

/* 202403 a11y フォーカスインジケータ対応 */
#PrivacyConfirmArea label:focus-within{
	outline:auto;
	outline-offset:3px;
}

#PrivacyConfirmArea label input {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  vertical-align: middle;

  /* 202403 a11y フォーカスインジケータ対応 */
  outline:none;
}

#NoConfirmedPrivacy {
    font-size: 14px;
    line-height: 1.65;
    width: 65%;
    margin: 0 auto;
}


.fontMincho .sponly{
    display: none;
}

/* 20230629チャットアイコン */
div.cx-window-manager>div:nth-of-type(2) {
  transform : rotate(0deg);
  left : 6%;
  position : fixed;
  display : flex;
  top : inherit;
  bottom : 0px;
  line-height : 15px;
  height : 66px !important;
}

div.cx-window-manager>div:nth-of-type(2)>div {
  top : 0px;
  border-radius : 100px;
  background-color : rgb(25, 30, 127);
  width : 105px;
  height : 54px;
}

div.cx-window-manager>div:nth-of-type(2)>div>span:nth-of-type(2) {
  font-weight : bold;
  font-family : "Noto Sans JP";
  position : relative;
  top: -25px;
}

.cx-icon {
  transform : translate(0px, 4px);
}

span.i18n {
  top : 0px;
  font-size : 0px;
}

span.i18n::before {
  font-size : 13px;
  color : rgb(255, 255, 255);
  line-height : 15px;
  content : "\00a0お問合せ\a(チャット)";
  white-space : pre;
  display: block;
  padding-left: 22px;
}

div.cx-common-container {
  right : inherit;
  left : 55px;
}

.cx-window-manager .cx-widget.cx-webchat-chat-button{
    padding: 12px 10px 4px!important;
}
/* 202403 a11y フォーカスインジケータ対応 */
.cx-window-manager .cx-widget.cx-webchat-chat-button:focus-visible{
	outline:auto;
	outline-offset:3px;
}

.cx-dock .cx-common-container .cx-titlebar .cx-icon{
    margin-top: -5px;
  }

  .cx-dock .cx-common-container .cx-titlebar .cx-title {
    margin: 2px 0px 0 8px;
  }
  .cx-widget .cx-common-container .cx-buttons-window-control{
    font-size: 1.3em;
  }


  /* 230928 .noteスタイル追加 */
  .note {
    font-size: 14px;
    color: #777;
    line-height: 1.5em;
    padding: 20px 15px 0;
    display: block;
}


  /* 241115 口コミツール調整 */
.containerRanking .slides .name {
    height: 50px;
}
.containerRanking .review-summary-container, .review-summary-container .starRating span {
    font-size: 11px !important;
}

/* .containerRanking .review-summary-container div.fl.ukomi_stars_rating_tooltip {
    color: red !important;
    text-align: left;
    border-radius: 6px;
    padding: 0px !important;
    position: absolute;
    z-index: 1 !important;
    top: 28px;
    left: -10px;
    font-size: 12px !important;
    border: none!important;
    line-height: 16px !important;
    font-weight: 400;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: none;
    background-size: 33px auto;
    background-position: 10px center;
    opacity: 0;
    transition: visibility 0s linear .4s, opacity .4s;
    background-color: #6eaf24;
    z-index: 1000;
    min-height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
.containerRanking .review-summary-container div.fl.ukomi_stars_rating_tooltip {
    color: #3a3a3a !important;
    text-align: left;
    border-radius: 6px;
    padding: 0 !important;
    position: absolute;
    z-index: 1000!important;
    top: 28px;
    left: -10px;
    font-size: 12px !important;
    border: 1px solid #a5a5a5 !important;
    line-height: 16px !important;
    font-weight: 400;
    /* -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1); */
    /* background-size: 10px auto; */
    /* background-position: 10px center; */
    /* visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .4s, opacity .4s; */
    background-color: #fff;
    z-index: 1000;
    height: 30px;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.containerRanking .ukomi_stars_rating_tooltip {
    min-width: 100px !important;
}

.containerRanking .ratingDetailAvgReview {
    margin: 0 auto;
    padding: 7px;
    width: 105px;
    font-size: 12px;
    line-height: 12px;
    clear: both;
    font-weight: 400;
}
.containerRanking .tooltipGotoRating.hastooltipGotoRating{
    display: none !important;
}

/* ================================================================
 202503 見出し構造修正
=================================================================== */

#footer p.footer_h2 {
    width: 100%;
}

#footer .footerInnerTop .footer_h2 {
    border: none;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #14184F;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: bold;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footerProductLineup .footer_h2 {
    background-image: url(../../img/common/iconFooterProductLineup.png);
}

.footerAbout .footer_h2 {
    background-image: url(../../img/common/iconFooterAbout.png);
}

.footerGuide .footer_h2 {
    background-image: url(../../img/common/iconFooterGuide.png);
}

#footerInfo p.call {
    color: #24266A;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding-right: 20px;
    font-weight: bold;
    line-height: 1;
}

#footer .footerInnerBottom .info p {
    padding: 0 20px 0 0;
    margin: 0;
    border: none;
    width: inherit;
}

.footerInnerBottom .info p{
    float: left;
    overflow: hidden;
}