@charset "UTF-8";
.pc {
    display: none !important;
}

.sp {
    display: inherit;
}

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

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

html {
    min-width: 0;
}

body {
    min-width: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha(opacity=100)" !important;
    -moz-opacity: 1.0 !important;
    -khtml-opacity: 1.0 !important;
}


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

#wrap {
    min-width: 100%;
}

#wrapInner {
    /*padding-bottom: 40px;*/
    padding-bottom: 0;
}


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

#header {
    width: 100%;
    height: 62px;
    padding: 10px;
    -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: #151A4E;
    display: table;
}

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

#header .sp {
    width: 100%;
}

.containerLogo {
    display: table-cell;
    height: 42px;
    vertical-align: middle;
}

.containerLogo img {
    display: inline-block;
   /* width: 126px;
    height: 22px;*/
	width: 60%;
    height: auto;
    margin: 4px 0;
}

.logo20year{
    width: 23%!important;
}

.containerLogo span {
    color: #FFF;
    font-size: 11px;
    line-height: 1.3;
    padding-right: 1em;
    display: block;
    letter-spacing: .1em;
}

.containerLogo+ul {
    list-style: none;
    width: 99px;
    height: 42px;
    float: right;
}

.containerLogo+ul li {
    width: 45px;
    display: block;
    float: left;
}

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

.containerLogo+ul li a {
    display: block;
    width: 45px;
    height: 42px;
    padding-top: 29px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #151A4E;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -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-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: -.05em;
}
.containerLogo+ul li.headerBottomBtn.syahanlist {
    width: auto;
    padding-top: 0px;
}
.containerLogo+ul li.headerBottomBtn.syahanlist a {
    width: 40px;
    font-size: 13px;
    padding: 7px 0px 5px;
    border-bottom: inherit;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0px;
}

#btnLoginSp.logout a {
    background-image: url(../../img/common/iconKeyClose_sp.png);
    background-size: 25px 20px;
    letter-spacing: -2px;
}

#btnLoginSp.login a {
    background-image: url(../../img/common/iconKeyOpen_sp.png);
    background-size: 25px 20px;
}

#btnMenuSp a {
    background-image: url(../../img/common/iconMenu.png);
    background-size: 25px 20px;
}


/* ==============================
 sidr
================================= */

.sidr {
    width: 256px;
    background-color: #393E61;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sidr ul,
.sidr ul li {
    border: none;
}

.sidrInner {
    position: relative;
    padding: 22px 0 48px;
}

.sidr #navSideHome {
    display: block;
    height: 15px;
    font-size: 15px;
    margin: 0 0 26px 10px;
    color: #FFF;
    padding-left: 19px;
    background-image: url(../../img/common/iconSideNavHome.png);
    background-repeat: no-repeat;
    background-size: 12px 13px;
    background-position: left top;
}

.sidr ul.navSideTop {
    list-style: none;
    border: none;
    margin: 10px;
}

.sidr ul.navSideTop li {
    width: 100%;
    border: none;
}

.sidr ul.navSideTop li+li {
    margin-top: 15px;
}

.sidr ul.navSideTop li a {
    position: relative;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding: 0 20px 0 40px;
    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;
    font-size: 15px;
    color: #393D60;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.sidr ul.navSideTop li#sideNavTopSummary a {
    background-image: url(../../img/common/iconSideNavTopSummary.png);
    background-size: 26px 20px;
}

.sidr ul.navSideTop li#sideNavTopFlyer a {
    background-image: url(../../img/common/iconSideNavTopFlyer.png);
    background-size: 26px 20px;
}

.sidr ul.navSideTop li#sideNavTopGuide a {
    background-image: url(../../img/common/iconSideNavTopGuide.png);
    background-size: 26px 20px;
}

.sidr ul.navSideTop li#sideNavTopAbout a {
    background-image: url(../../img/common/iconSideNavTopAbout.png);
    background-size: 26px 20px;
}

.sidr ul.navSideTop li a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../img/common/arrowSideNavTop.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.sidr ul.navSideLanguage {
    list-style: none;
    margin: 14px 10px 20px;
    position: relative;
    border: none;
}

.sidr ul.navSideLanguage>li {
    width: 120px;
    float: right;
    position: relative;
}

.sidr ul.navSideLanguage li>span {
    display: block;
    border: solid 1px #FFF;
    width: 120px;
    height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sidr ul.navSideLanguage #navSideJa {
    background-image: url(../../img/common/imgFlagJa.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 14px 11px;
    padding-left: 29px;
    line-height: 29px;
    color: #FFF;
    font-size: 12px;
}

.sidr ul.navSideLanguage #navSideJa:after {
    content: '';
    width: 21px;
    height: 29px;
    border-left: solid 1px #FFF;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../img/common/arrowNavSideJa.png);
    background-repeat: no-repeat;
    background-size: 6px 5px;
    background-position: 7px 13px;
}

.sidr ul.navSideLanguage ul {
    position: absolute;
    top: 30px;
    right: 0;
    width: 120px;
    border: solid 1px #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;
    background-color: #393E61;
    display: none;
}

.sidr ul.navSideLanguage ul li+li {
    border-top: solid 1px #FFF;
}

.sidr ul.navSideLanguage ul li a {
    display: block;
    background-repeat: no-repeat;
    background-position: 6px center;
    color: #FFF;
    padding-left: 29px;
    line-height: 29px;
    font-size: 12px;
}


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

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

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


.sidr ul.navSideBottom {
    list-style: none;
    border-top: solid 1px #9C9FB1;
    border-bottom: none;
}

.sidr ul.navSideBottom li {
    width: 100%;
    display: 38px;
    border-style: solid;
    border-color: #9C9FB1;
    border-width: 0 0 1px;
}

.sidr ul.navSideBottom li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btnMenuClose {
    display: block;
    width: 89px;
    height: 29px;
    line-height: 29px;
    background-color: #666;
    color: #FFF;
    font-size: 14px;
    padding-left: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-decoration: none;
    background-image: url(../../img/common/btnMenuClose.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

#navSideHome+.btnMenuClose {
    top: 16px;
    right: 0;
}

.navSideBottom+.btnMenuClose {
    bottom: 18px;
    right: 0;
}


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

#navGlobal {
    width: 100%;
    height: 54px;
    border: none;
    /*position: absolute;*/
    top: 62px;
    left: 0;
    background: #fff;
    z-index: 100;
}

/* .fixed */
#navGlobal.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

#navGlobal ul {
    list-style: none;
    height: 54px;
}

#navGlobal li {
    display: block;
    float: left;
    width: 25%;
    height: 54px;
    box-sizing: border-box;
}

/* .fixed */
#navGlobal.fixed li {
    width: 22%;
}

#navGlobal li#navHomeSp {
    width: 0;
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    -o-transition: width 0s;
    transition: width 0s;
}

/* .fixed */
#navGlobal.fixed li#navHomeSp {
    width: 12%;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

#navGlobal li+li {
    border-left: solid 1px #CCC;
}

#navGlobal li a {
    display: block;
    width: 100%;
    height: 54px;
    padding-top: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center 8px;
    box-sizing: border-box;
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    -o-transition: width 0s;
    transition: width 0s;
}

#navGlobal li#navHomeSp a {
    width: 0;
    background-image: url(../../img/common/iconNavHomeSp.png);
    background-size: 22px 29px;
/*    background-size: 90%;*/
    background-position: center center;
    height: 0;
    padding-top: 54px;
    overflow: hidden;
    line-height: 1.6;
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    -o-transition: width 0s;
    transition: width 0s;
}

/* .fixed */
#navGlobal.fixed li#navHomeSp a {
    width: 100%;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

#navSearchSp a {
    background-image: url(../../img/common/iconNavSearchSp.png);
    background-size: 25px 23px;
}

#navCampaignSp a {
    background-image: url(../../img/common/iconNavCampaignS.png);
    background-size: 25px 23px;
}

/* .fixed */
#navGlobal.fixed #navCampaignSp a {
    letter-spacing: -.1em;
}

#navMypageSp a {
    background-image: url(../../img/common/iconNavMypageS.png);
    background-size: 25px 23px;
}

#navCartSp a {
    background-image: url(../../img/common/iconNavCartS.png);
    background-size: 25px 23px;
}


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

#breadcrumbsInner {
    padding-bottom: 0 !important;
}

#breadcrumbsInner ul {
    width: 100%;
    padding: 0 14px 14px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


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

#main {
    padding: 0 0 60px;
}

.mainInner {
    width: 100%;
}


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

.ranking {
    margin-top: 40px;
}

.ranking h3 {
    font-size: 18px;
    color: #000066;
    padding-bottom: 30px;
    text-align: center;
}

.containerRanking {
    width: 100%;
    height: 257px;
    overflow: scroll;
    padding: 0;
}

.containerRanking .slides {
    width: auto;
    display: table;
    border-collapse: separate;
    border-spacing: 14px 0;
    padding: 23px 0px 17px;
}

.containerRanking .slides li {
    display: table-cell;
    float: none;
    margin: 0 10px;
    width: 108px;
    height: 211px;
    box-shadow: 3px 3px 6px 4px #e2e2e2;
    -moz-box-shadow: 3px 3px 6px 4px #e2e2e2;
    -webkit-box-shadow: 3px 3px 6px 4px #e2e2e2;
    background-color: #fff;
}

.containerRanking .slides li a {
    padding: 20px 7px 0;
    width: 108px;
    height: 211px;
}

.containerRanking .slides .price {
    color: #AAA;
}


/* ==============================
 history
================================= */

.viewHistory .slides .name {
    margin-left: 0 !important;
}

.viewHistory .slides .price {
    margin-left: 0 !important;
}


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

.searchProducts {
    padding: 0;
    margin-top: 0;
}

.searchProducts ul {
    float: none;
    border-bottom: solid 1px #DDD;
}

.searchProducts li {
    width: 33%;
}

.searchProducts li+li {
    margin-left: 0;
}

.searchProducts li:nth-child(2) {
    width: 33%;
    border-style: solid;
    border-width: 0 1px;
    border-color: #DDD;
}

.searchProducts li a {
    text-decoration: none;
    color: #46438C;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 74px;
    padding-left: 0;
    background-color: inherit;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.searchProducts li a span {
    letter-spacing: 0;
    font-size: 16px;
}


/* ==============================
 beauty_advice input
================================= */

#beautyAdvice input {
    font-size: 140%;
    width: 94%;
    margin: 10px 3%;
}


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

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

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

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


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

.btnBack {
    margin: 30px 5%;
}


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

#pager {
    padding: 5% 0;
    margin: 0;
}

#pager .pageNumber {
    display: none;
}


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

.modal {
    /*position: absolute;
  top: 100px;
  left: 5%;
  margin: 0;*/
    padding: 8% 5% 5%;
    width: 90%;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

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

.modal .textBox {
    margin: 0 0 20px 0;
}

.modal .textBox p {
    font-size: 14px;
}

.modal .modalIcon {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
}

.modal .modalArrow {
    width: 40px;
    height: 32px;
    margin: 0 18px;
}

.modal .modalBtnBox {
    margin-top: 10px;
}

.modal .modalBtnBox input {
    min-width: inherit;
    padding: 14px;
    margin: 10px 5px 0;
    width: 44%;
    font-size: 12px;
    letter-spacing: 0;
}

.modal .modalBtnBox.recess input {
    line-height: 23px;
    padding: 14px 0;
    letter-spacing: 0;
}

.modal .modalClose {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    background-position: 10px center;
    background-size: 20px;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    line-height: 1em;
    background-color: #444;
}

#item .itemBox>img {
    float: left;
    width: 102px;
    border: solid 1px #CCC;
    margin-right: 10px;
}

#item .modal .itemInfo {
    width: 100%;
    float: none;
    padding-top: 0;
    display: table-cell;
}

#item .modal .itemInfo .name {
    font-size: 15px;
    line-height: 1.2;
}

#item .modal .itemInfo .price {
    margin-top: 14px;
    font-size: 12px;
    color: #666;
    border: none;
    padding-bottom: 0;
    text-align: left;
}

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

.noteBox {
    padding: 10px;
}

.noteBox p {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}


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

#pageTop {
    width: 50px;
    height: 55px;
    position: fixed;
    right: 10px;
    z-index: 3;
}

#pageTop a {
    display: block;
    width: 50px;
    padding-top: 50px;
    height: 0;
    background-size: 50px;
}

#pageTop a img {
    /*width: 82px;*/
    height: auto;
}


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

#footer {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: relative;
    border-top: solid 2px #14184F;
}

#footer ul {
    list-style: none;
}

.footerBanner {
    width: 100%;
}

.footerBanner ul {
    margin: 0 1%;
}

.footerBanner ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.footerBanner ul li:first-child {
  width: 98%;
}
.footerBanner ul li img {
    width: 100%;
}

.footerContact {
    width: 100%;
    margin: 20px auto;
}

#footer .footerContact h2 {
    background: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #000066;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1;
}

#footer .footerContact a {
    display: block;
    text-align: center;
    margin: 12px auto 14px;
    font-size: 25px;
    font-weight: bold;
    color: #FF3366;
    text-decoration: underline;
    vertical-align: baseline;
}

.footerContact a img {
    width: 47px;
    height: 36px;
    margin-right: 12px;
    vertical-align: middle;
}

.footerContact p {
    color: #000066;
    font-size: 13px;
    text-align: center;
}
#footer .footerContact .mail h2 {
  margin-top: 30px;
}
.footerContact .mail a {
  display: inline;
  font-size: 18px;
}

#footerSns {
    width: 100%;
    height: 52px;
    background-color: #2A2C63;
}

#footerSns li {
    display: block;
    float: left;
    width: 52px;
}

#footerSns li a {
    display: block;
    width: 52px;
    height: 0;
    padding-top: 52px;
    overflow: hidden;
    line-height: 1.6;
    background-repeat: no-repeat;
}

#iconFooterFacebookS {
    background-image: url(../../img/common/iconFooterFacebookS.png);
    background-size: 52px 52px;
}

#iconFooterTwitterS {
    background-image: url(../../img/common/iconFooterXS.png);
    background-size: 52px 52px;
}

#iconFooterInstagramS {
    background-image: url(../../img/common/iconFooterInstagramS.png);
    background-size: 52px 52px;
}

#footerNav {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: solid 1px #CCC;
    background-color: #FFF;
}

#footerNav li {
    float: left;
    width: 50%;
    border: solid 1px #CCC;
    background-image: url(../../img/common/arrowFooterNav.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px auto;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#footerNav li a {
    text-decoration: none;
    color: #555;
    font-size: 12px;
    height: 28px;
    display: block;
    line-height: 28px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 28px;
    padding-left: 25px;
}

#footerNav li:nth-child(2) a,
#footerNav li:nth-child(5) a{
    line-height: 14px;
}

#footerNav li:nth-child(odd) {
    border-width: 0px 1px 1px 0;
}

#footerNav li:nth-child(even) {
    border-width: 0px 0 1px 0;
}

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

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

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

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

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

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


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

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

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

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

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

.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;
    background: #FFF;
}

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

.copyright {
    background-color: #24286A;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    font-family: Verdana, Helvetica, sans-serif;
}


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


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


/*ヘッダー*/

.christmas #header {
    background: url(../../img/common/season/December_SPheaderTopBg.png) repeat-x bottom right;
    background-size: auto 62px;
}

.christmas #btnLoginSp.logout a {
    background-image: url(../../img/common/season/iconKeyClose_sp.png);
    color: #00698C;
}

.christmas #btnLoginSp.login a {
    background-image: url(../../img/common/season/iconKeyOpen_sp.png);
    color: #00698C;
}

.christmas #btnMenuSp a {
    background-image: url(../../img/common/season/iconMenu.png);
    color: #00698C;
}


/*コンテンツ*/

.christmas #wrapInner {
    padding-bottom: 0;
}

.christmas .containerRecommend {
    background: url(../../img/common/season/December_bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}


/*フッター*/

.christmas #footer {
    border-top: solid 2px #14184F;
    background: #FFF;
}

.christmas #footer::before {
    display: none;
}

.christmas .footerContact {
    padding-bottom: 60px;
    margin-bottom: 0;
    background: url(../../img/common/season/December_SPfooterImg.png) repeat-x bottom center;
    background-size: auto 45px;
}

.christmas .btnSwitchDevice {
    background: url(../../img/common/season/December_footerBg.png) repeat;
}

.christmas #footerSns,
.christmas .copyright {
    background: #18599B;
}


/*ページトップ*/

.christmas #pageTop {
    height: 85px;
    /*画像の高さ+5px*/
    width: 50px;
}

.christmas #pageTop a {
    padding-top: 80px;
    background-size: 50px;
}


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


/*ヘッダー*/

.January #header {
    background: url(../../img/common/season/January/January_SPheaderTopBg.png) repeat-x bottom right;
    background-size: auto 62px;
}

.January #btnLoginSp.logout a {
    background-image: url(../../img/common/season/January/iconKeyClose_sp.png);
    color: #4E713A;
}

.January #btnLoginSp.login a {
    background-image: url(../../img/common/season/January/iconKeyOpen_sp.png);
    color: #4E713A;
}

.January #btnMenuSp a {
    background-image: url(../../img/common/season/January/iconMenu.png);
    color: #4E713A;
}


/*コンテンツ*/

.January #wrapInner {
    padding-bottom: 0;
}

.January .containerRecommend {
    background: url(../../img/common/season/January/January_bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}


/*フッター*/

.January #footer {
    border-top: solid 2px #648C4E;
    background: #FFF;
}

.January #footer::before {
    display: none;
}

.January .footerContact {
    padding-bottom: 75px;
    margin-bottom: 0;
    background: url(../../img/common/season/January/January_SPfooterImg.png) repeat-x bottom center;
    background-size: auto 50px;
}

.January .btnSwitchDevice {
    background: url(../../img/common/season/January/January_footerBg.png) repeat;
}

.January #footerSns,
.January .copyright {
    background: #648C4E;
}


/*ページトップ*/

.January #pageTop {
    height: 85px;
    /*画像の高さ+5px*/
    width: 80px;
}

.January #pageTop a {
    padding-top: 80px;
    background-size: 80px;
    width: 80px;
}


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


/*ヘッダー*/

.February #header {
    background: url(../../img/common/season/February/February_SPheaderTopBg.png) repeat-x bottom right;
    background-size: auto 62px;
}

.February #btnLoginSp.logout a {
    background-image: url(../../img/common/season/February/iconKeyClose_sp.png);
    color: #43899F;
}

.February #btnLoginSp.login a {
    background-image: url(../../img/common/season/February/iconKeyOpen_sp.png);
    color: #43899F;
}

.February #btnMenuSp a {
    background-image: url(../../img/common/season/February/iconMenu.png);
    color: #43899F;
}


/*コンテンツ*/

.February #wrapInner {
    padding-bottom: 0;
}

.February .containerRecommend {
    background: url(../../img/common/season/February/February_bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}


/*フッター*/

.February #footer {
    border-top: solid 2px #7598C1;
    background: #FFF;
}

.February #footer::before {
    display: none;
}

.February .footerContact {
    padding-bottom: 60px;
    margin-bottom: 0;
    background: url(../../img/common/season/February/February_SPfooterImg.png) repeat-x bottom center;
    background-size: auto 45px;
}

.February .btnSwitchDevice {
    background: url(../../img/common/season/February/February_footerBg.png) repeat;
}

.February #footerSns,
.February .copyright {
    background: #7598C1;
}


/*ページトップ*/

.February #pageTop {
    height: 94px;
    /*画像の高さ+5px*/
    width: 50px;
}

.February #pageTop a {
    padding-top: 89px;
    background-size: 50px;
}

/*
  バレンタイン
====================*/
/*ヘッダー*/
.Valentine #header {
    background:#0A0E68 url(../../img/common/season/Valentine/headerTopBg.png);
	background-repeat: no-repeat;
	background-position:bottom right;
    background-size: auto 62px;
}
.Valentine #btnLoginSp.logout a {
  background-image: url(../../img/common/season/Valentine/iconKeyClose_sp.png);
  color:#0A0E68;
}
.Valentine #btnLoginSp.login a {
  background-image: url(../../img/common/season/Valentine/iconKeyOpen_sp.png);
  color:#Valentine;
}
.Valentine #btnMenuSp a {
  background-image: url(../../img/common/season/Valentine/iconMenu.png);
  color:#Valentine;
}
/*コンテンツ*/
.Valentine #wrapInner {
    padding-bottom: 0;
}
.Valentine .containerRecommend {
    background: url(../../img/common/season/Valentine/bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}
/*フッター*/
.Valentine #footer {
    border-top: solid 2px #648C4E;
    background:#FFF;
}
.Valentine #footer::before {
    display:none;
}
.Valentine .footerContact {
    padding-bottom: 75px;
    margin-bottom: 0;
    background: url(../../img/common/season/Valentine/footerImg.png) repeat-x bottom 10px center;
    background-size: auto 50px;
}
.Valentine .btnSwitchDevice {
   background:url(../../img/common/season/Valentine/backImg.png) repeat;
}
.Valentine #footerSns,
.Valentine .copyright {
    background:#FFB3AC;
}
/*ページトップ*/
.Valentine #pageTop {
  height: 116px;/*画像の高さ+5px*/
  width: 60px;
}
.Valentine #pageTop a {
    padding-top: 111px;
    background-size: 60px;
    width: 60px;
}
/*
  3月　ひな祭り
====================*/


/*ヘッダー*/

.Doll #header {
    background: url(../../img/common/season/Doll/Doll_SPheaderTopBg.png) repeat-x bottom left;
    background-size: auto 63px;
}


/*コンテンツ*/

.Doll #wrapInner {
    padding-bottom: 0;
}

.Doll .containerRecommend {
    background: url(../../img/common/season/Doll/Doll_bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}


/*フッター*/

.Doll #footer {
    background: none;
}

.Doll #footer .btnSwitchDevice {
    background: url(../../img/common/season/Doll/Doll_footerBg.png);
    background-repeat: repeat;
}

.Doll #footer::before {
    display: none;
}

.Doll #footer .footerContact {
    padding-bottom: 70px;
    margin-bottom: 15px;
    background: url(../../img/common/season/Doll/Doll_footerImg.png) repeat-x bottom;
}


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

.Cherry #header {
    background: #14184F url(../../img/common/season/Cherry/Cherry_SPheaderBg.png) no-repeat bottom right;
    background-size: auto 62px;
}

.Cherry .containerRecommend {
    background: url(../../img/common/season/Cherry/Cherry_bgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}

.Cherry #footer::before {
    display: none;
}

.Cherry #footer .footerContact {
    background: url(../../img/common/season/Cherry/Cherry_SPfooterBg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.Cherry .btnSwitchDevice {
    background: url(../../img/common/season/Cherry/Cherry_SPsearchBg.png);
    background-size: cover;
}


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

.May #header {
    background: #14184F url(../../img/common/season/May/May_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
}

.May .containerRecommend {
    padding-bottom: 60px;
    background: url(../../img/common/season/May/May_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 60px;
}

.May #footer::before {
    display: none;
}

.May #footer .footerContact {
    background: url(../../img/common/season/May/May_SPfooterImg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.May .btnSwitchDevice {
    background: url(../../img/common/season/May/May_SPfooterBg.png);
    background-size: cover;
}


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

.June #header {
    background: url(../../img/common/season/June/June_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.June .containerRecommend {
    padding-bottom: 60px;
    background: url(../../img/common/season/June/June_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 60px;
}

.June #footer::before {
    display: none;
}

.June #footer .footerContact {
    background: url(../../img/common/season/June/June_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 68px;
    margin-bottom: -5px;
    padding-bottom: 80px;
}

.June #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.June #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.June #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.June .containerLogo img {
    width: 145px;
}


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

.July #header {
    background: url(../../img/common/season/July/July_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.July .containerRecommend {
    padding-bottom: 50px;
    background: url(../../img/common/season/July/July_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}

.July #footer::before {
   display: none;
}

.July #footer .footerContact {
    background: url(../../img/common/season/July/July_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 68px;
    margin-bottom: -5px;
    padding-bottom: 80px;
}

.July #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.July #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.July #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.July .containerLogo img {
    width: 145px;
}
.July .containerLogo span {
    color: #333;
}


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

.Sea #header {
    background: url(../../img/common/season/Sea/Sea_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.Sea .containerRecommend {
    padding-bottom: 50px;
    background: url(../../img/common/season/Sea/Sea_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}
.Sea #footer::before {
    display: none;
}

.Sea #footer .footerContact {
    background: url(../../img/common/season/Sea/Sea_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 96px;
    margin-bottom: -5px;
    padding-bottom: 100px;
}

.Sea #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.Sea #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.Sea #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.Sea .containerLogo img {
    width: 145px;
}
.Sea .containerLogo span {
    color: #333;
}

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

p.infoImportant {
    text-align: left;
    padding: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
}

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

.August #header {
    background: url(../../img/common/season/August/Festival_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.August .containerRecommend {
    padding-bottom: 50px;
    background: url(../../img/common/season/August/Festival_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}
.August #footer::before {
    display: none;
}

.August #footer .footerContact {
    background: url(../../img/common/season/August/Festival_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 96px;
    margin-bottom: -5px;
    padding-bottom: 100px;
}

.August #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.August #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.August #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.August .containerLogo img {
    width: 145px;
}
.August .containerLogo span {
    color: #333;
}


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

.September #header {
    background: url(../../img/common/season/September/September_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.September .containerRecommend {
    padding-bottom: 50px;
    background: url(../../img/common/season/September/September_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}
.September #footer::before {
    display: none;
}

.September #footer .footerContact {
    background: url(../../img/common/season/September/September_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto;
    margin-bottom: -5px;
    padding-bottom: 100px;
}

.September #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.September #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.September #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.September .containerLogo img {
    width: 145px;
    height: auto;
}
.September .containerLogo span {
    color: #333;
}



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

.October #header {
    background: url(../../img/common/season/October/October_SPheaderTopBg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    border-bottom: 5px #151A4E solid;
}

.October .containerRecommend {
    padding-bottom: 50px;
    background: url(../../img/common/season/October/October_SPbgContainerRecommend.png) repeat-x center bottom;
    background-size: auto 50px;
}
.October #footer::before {
    display: none;
}

.October #footer .footerContact {
    background: url(../../img/common/season/October/October_SPfooterImg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto;
    margin-bottom: -5px;
    padding-bottom: 100px;
}

.October #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.October #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.October #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.October .containerLogo img {
    width: 145px;
    height: auto;
}
.October .containerLogo span {
    color: #333;
}
.October #pageTop{
    width: 60px;
    height: 90px;
}

.October #pageTop a{
    width: 60px;
    padding-top: 73px;
}

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

.November #header .pc{ background: none;}
.November #header{
    padding: 7px 10px;
    height: 45px;
    background: url(../../img/common/season/November/November_SPheaderTopBg.png);
    border-bottom: 5px #151A4E solid;
}

.November .containerRecommend {
    background: url(../../img/common/season/November/November_SPbgContainerRecommend.png) no-repeat left bottom;
}
.November #footer::before {display: none;}

.November #footer .footerContact {
    background: url(../../img/common/season/November/November_SPfooterImg.png) no-repeat left bottom;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.November #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.November #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.November #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.November .containerLogo img {
    width: 145px;
}
.November .containerLogo span {
    color: #333;
}

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

.December2017 #header .pc{ background: none;}
.December2017 #header{
    padding: 7px 10px;
    height: 45px;
    background: url(../../img/common/season/December2017/December2017_SPheaderTopBg.png);
    background-size: auto 55px;
    border-bottom: 5px #151A4E solid;
}

.December2017 .containerRecommend {
    background: url(../../img/common/season/December2017/December2017_SPbgContainerRecommend.png) no-repeat left bottom;
    background-size: auto 50px;
}
.December2017 #footer::before {display: none;}

.December2017 #footer .footerContact {
    background: url(../../img/common/season/December2017/December2017_SPfooterImg.png) no-repeat left bottom;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.December2017 #btnMenuSp a {
    background: #151A4E url(../../img/common/season/June/iconMenu.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.December2017 #btnLoginSp.login a {
    background: #151A4E url(../../img/common/season/June/iconKeyOpen_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.December2017 #btnLoginSp.logout a {
    background: #151A4E url(../../img/common/season/June/iconKeyClose_sp.png);
    background-size: 25px 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
}

.December2017 .containerLogo img {
    width: 145px;
}
.December2017 .containerLogo span {
    color: #333;
}
.December2017 #pageTop{
    right: 10px;
    width: 50px;
    height: 60px;
}
.December2017 #pageTop a{
    width: 50px;
    padding-top: 50px;
}


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

#iconFooterLineS {
    background-image: url(../../img/common/iconFooterLineS.png);
    background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
}

#iconFooterInstagramS{
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;

}




/*   20180724 jadma   */


.ost {
    margin: 0 auto;
    float: none;
    width: 60%;
    text-align: center;
}


.ost img {
    margin: 15px 0 25px;
}

.janoma{
    width: 62%!important;
/*    margin: 0 20px 35px 0!important;*/
}

.p-mark{
    width: 33%!important;
    float: none!important;
}

/* Pmark */
#pmarkPolicy {
    width: auto;
/*
    margin: 5%!important;
    padding: 3%!important;
*/
    margin: 15px auto;
    background: #F3F3F3;
    border: none;
    padding: 50px 40px;
    border-radius: 5px;
}

#pmarkPolicy {
  padding:50px 20px
}

.pmarkPolicyContainer{
    width: 90%;
    margin: 30px auto;
}


#cart #pmarkPolicy {
    padding: 50px 40px;
}


#pmarkPolicy .iframe-content {
    width:100%;
    height: 250px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
#pmarkPolicy iframe {
    width:100%;
    height:100%;
    border:none;
    display:block;
}
#pmarkPolicy .iframe-content::-webkit-scrollbar {
  background: #cccccc;
  width: 10px;
}
#pmarkPolicy .iframe-content::-webkit-scrollbar-thumb{
  background: #aaaaaa;
}

.btn.cart.solid.notTeiki{
    background-size: 23px auto;
    background-position: center 12px;
}

@media screen and (min-width:400px) {
.pmarkPolicyMargin{
    width: 90%;
    margin: 0 auto;
}
}

/*　2022/04/01 個人情報のチェックボックスのスタイル調整　*/
#pmarkPolicy,
#cart #pmarkPolicy {
  padding: 20px 10px;
}
#NoConfirmedPrivacy {
    text-align: left;
    width: 100%;
}
/*　2022/05/06 個人情報のチェックボックスの必須の位置調整　*/
#PrivacyConfirmArea .must {
  display: block;
  width: 20px;
  text-align: right;
  margin: 0 0 0 auto;
}


.fontMincho .sponly{
    display: block;
}

/* 20230629チャットアイコン */
@media (max-width: 414px) {
    span.i18n::before {
      content : " お問合せ\a(チャット)";
    }
  
    div.cx-window-manager>div:nth-of-type(2) {
      transform : rotate(0deg);
      right : 60%;
    }
  
    div.cx-side-button-group {
      left : 9px !important;
      z-index : 4 !important;
    }
  
    .cx-widget.cx-webchat-chat-button {
      top : inherit;
    }
  }
  .cx-dock  .cx-common-container.cx-mobile .cx-buttons-window-control{
    top: 2px;
  }


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

#footer .footerContact p {
    color: #000066;
    font-size: 13px;
    text-align: center;
}

  #footer .footerContact .sp_h {
    background: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #000066;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1;
}

#footer .footerContact .mail p {
    margin-top: 30px;
}

#footer .footerContact .mail a {
    display: inline;
    font-size: 18px;
}

