@charset "SHIFT-JIS";

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/05
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/* reset.cssから移行　start */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
  margin: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,dt,dd {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
}

input,select {
  vertical-align: middle;
}

a {
  display: block;
  text-decoration: none;
  background: transparent;
  color: #333;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

section,
aside,
header,
footer {
  display: block;
  background-color: #fff;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  word-break: break-all;
}

iframe {
  border: 0;
}

video {
  -webkit-transform-style: preserve-3d;
}

/* reset.cssから移行　end */

#document{
padding:0;
background:#fff;
position:relative;
overflow:hidden;
min-width:320px;
}
/*float時*/
div#document.float {
padding-top: 56px;
}

/* 当初のセレクタはbutton,input,select,textarea{}だったが、全体に影響が出るため
必要箇所にのみ適用されるようにセレクタを変更。　ここから
※select,textareaはtopページに適用箇所が存在しないため、とりあえず#gheaderを設定 */
#gnav button, #main-contents .view-all button,
#gheader input, #gnav input,
#gheader select,
#gheader textarea{
font-size:12px;
font-size:1.2rem;
vertical-align:middle;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#gnav button, #main-contents .view-all button{
display:inline;
margin:0;
border:none;
border-radius:0;
padding:0;
background:none;
cursor:pointer;
}
#gnav button:active, #gnav button:hover, #gnav button:active > span, #gnav button:hover > span,
#main-contents .view-all button:active,
#main-contents .view-all button:hover,
#main-contents .view-all button:active > span,
#main-contents .view-all button:hover > span{
position:relative;
}

#gheader input[type="text"], #gnav input[type="text"]{
font-size:14px !important;
}

#gnav button::-moz-focus-inner, #main-contents .view-all button::-moz-focus-inner{
padding:0;
border:0;
}
/* セレクタ変更　ここまで */

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader{
border-top:2px solid #e4007f;
border-bottom:1px solid #ddd;
padding:10px;
background:#f8f8f8;

/* EP-2623 追加 */
display: flex;
gap: 0 15px;
}
/* #gheader:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
} */
#gheader .gheader-logo{
/* EP-2623 追加 */
flex-grow: 0;

/* float:left; */
margin:0;
}
#gheader .gheader-logo span{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:60px;
height:39px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -334px;
}
#gheader .gheader-search{
overflow:hidden;
/* float:right; */
margin:2px 0;
border:1px solid #959595;
border-radius:6px;
/* width:75%; */
/* width:calc(100% - 70px); */
background:#ffffff;

/* EP-2623 追加 */
flex-grow: 1;
}
#gheader .gheader-search:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
}
#gheader .gheader-search .jsc-box-flex{
float:left;
width:84%;
width:calc(100% - 34px);
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
box-flex: 1;
}
#gheader .gheader-search .suggestion, #gheader .gheader-search .submit{
display:block;
border:none;
}
#gheader .gheader-search .suggestion{
box-sizing:border-box;
-webkit-box-sizing: border-box;
border-radius:6px 0 0 6px;
padding:0 10px;
width:100%;
height:33px;
background:#ffffff;
}
#gheader .gheader-search .submit{
float:right;
padding:0;
border-radius:0;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:34px;
height:33px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -296px;
background-color:#bbb;
}
#gheader .gheader-search .submit.enable{
background-color:#e4007f;
}
#gheader .gheader-menu {
  /* background: red; */
  /* EP-2623 追加 */
  flex-grow: 0;
  height: 37px;
  margin-top: 2px;
  position: relative;
}
#gheader .gheader-menu button {
  background: #f8f8f8;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 5px 0;
}
#gheader .gheader-menu button > span:first-of-type {
  color: #333;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
#gheader .gheader-menu button .gnav-counter {
  position: absolute;
  top: -5px;
  right: 0;
  border-radius: 50%;
  width: 20px;
  background: #f17fbf;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
#gheader .gheader-menu .menu-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 20px;
}
#gheader .gheader-menu .menu-line div {
  background: #bbb;
  border-radius: 4px;
  width: 25px;
  height: 3px;
  position: relative;
}
#gheader .gheader-menu .menu-line div::before,
#gheader .gheader-menu .menu-line div::after{
  background: #bbb;
  border-radius: 4px;
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
}
#gheader .gheader-menu .menu-line div::before {
  top: -7px;
}
#gheader .gheader-menu .menu-line div::after {
  top: 7px;
}
.ac_results{
top:48px;
left:80px;
right:10px;
border-color:#ddd !important;
width:auto !important;
}
.ac_results ul > li{
border-top:1px dotted #ddd;
padding:10px 15px;
}
.ac_results ul > li:first-child{
border-top:none;
}
.is_gnavOpen .ac_results{
top:154px !important;
left:20px !important;
right:36px !important;
}
.is_gnavOpen #document{
position:relative;
z-index:0;
}
/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav{
display: block;
position: static;
background:#fff;
z-index:10000;
line-height: 1.428571429;
}
/*float時*/
div#gnav.float {
position: fixed;
top:0;
bottom:auto;
right:0;
left:0;
}
#gnav > ul{
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
width:100%;
}
#gnav > ul:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
}
#gnav > ul > li{
position:relative;
float:left;
display:table;
box-sizing:border-box;
-webkit-box-sizing: border-box;
border-left:1px solid #ddd;
width:20%;
height:53px;
}
#gnav > ul > li:nth-of-type(1){
border-left:none;
}
#gnav > ul > li > a, #gnav > ul > li > button{
display:table-cell;
width:100%;
height:53px;
color:#333;
font-size:11px;
font-size:1.1rem;
font-weight:bold;
text-align:center;
vertical-align:middle;
}
#gnav > ul > li > a::before, #gnav > ul > li > button::before{
content:"";
}
#gnav > ul > li > a span:nth-of-type(1)::before, #gnav > ul > li > button span:nth-of-type(1)::before{
content:"\A";
white-space:pre;
}
#gnav > ul > li > a .gnav-counter, #gnav > ul > li > button .gnav-counter{
position:absolute;
top:4px;
right:5px;
border-radius:50%;
width:20px;
background:#f17fbf;
color:#ffffff;
line-height:20px;
text-align:center;
}
/* EP-2623 削除予定 */
#gnav > ul > li.gnav-mymenu > *:first-child::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:30px;
height:26px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -107px;
}
/* EP-2623 削除予定 */
#gnav > ul .gnav-mymenu .gnav-submenu .gnav-subheading {
  border-top: none;
  padding-top: 0;
}
#gnav > ul .gnav-mymenu .gnav-submenu .gnav-subheading span::before {
  top: 5px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link.gnav-logout {
  margin-top: 50px;
}
/* EP-2623 追加 */
#gheader .gheader-menu .gnav-submenu .gnav-subheading {
  border-top: none;
  padding-top: 0;
}
#gheader .gheader-menu .gnav-submenu .gnav-subheading span::before {
  top: 5px;
}
#gheader .gheader-menu .gnav-submenu-link.gnav-logout {
  margin-top: 50px;
}


#gnav > ul > li.gnav-cart > *:first-child::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:30px;
height:26px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -45px;
}
#gnav > ul > li.gnav-program > *:first-child::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:30px;
height:26px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -138px;
}
#gnav > ul > li.gnav-todays-item > *:first-child::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:30px;
height:26px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -212px;
}
#gnav > ul > li.gnav-item-search > *:first-child::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:30px;
height:26px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -76px;
}
/* EP-2623 セレクタ追加 */
#gnav > ul > li.gnav-ss > *:first-child::before{
  overflow:hidden;
  display:inline-block;
  text-indent:200%;
  white-space:nowrap;
  vertical-align:middle;
  line-height:1;
  background-image:url('/sp/images/ss/people_icon.png');
  background-repeat:no-repeat;
  width:34px;
  height:26px;
  background-size:34px 26px;
}
#gnav > ul .gnav-submenu,
#gheader .gnav-submenu {
overflow:auto;
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
background:#ffffff;
z-index:200;
-webkit-overflow-scrolling: touch;
line-height: 1.428571429;
}
#gnav > ul .gnav-submenu .gnav-submenu-inner,
#gheader .gnav-submenu .gnav-submenu-inner {
border:solid #e4007f;
border-width:2px 0;
padding:60px 20px;
}
#gnav > ul .gnav-submenu .gnav-submenu-close,
#gheader .gnav-submenu .gnav-submenu-close {
position:absolute;
top:15px;
right:15px;
background:none;
}
#gnav > ul .gnav-submenu .gnav-submenu-close span,
#gheader .gnav-submenu .gnav-submenu-close span{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:40px;
height:40px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 0;
}
#gnav > ul .gnav-submenu .gnav-heading,
#gheader .gnav-submenu .gnav-heading {
margin:0 0 15px;
font-weight:bold;
font-size:20px;
font-size:2rem;
}
#gnav > ul .gnav-submenu .gnav-subheading,
#gheader .gnav-submenu .gnav-subheading {
margin:40px -5px 15px;
border-top:4px dotted #e4007f;
padding:30px 10px 0;
}
#gnav > ul .gnav-submenu .gnav-subheading span,
#gheader .gnav-submenu .gnav-subheading span{
position:relative;
display:block;
padding-left:18px;
font-weight:bold;
font-size:20px;
font-size:2rem;
}
#gnav > ul .gnav-submenu .gnav-subheading span::before,
#gheader .gnav-submenu .gnav-subheading span::before{
position:absolute;
top:10px;
left:0;
border-left:3px solid #e4007f;
height:20px;
content:"";
}
#gnav > ul .gnav-submenu .gnav-coupon,
#gheader .gnav-submenu .gnav-coupon {
margin:30px 0 25px 20px;
line-height:20px;
}
#gnav > ul .gnav-submenu .gnav-coupon .gnav-coupon-link,
#gheader .gnav-submenu .gnav-coupon .gnav-coupon-link {
position:relative;
text-align:left;
z-index:2;
font-size:16px;
color:#e4007f;
text-shadow:#fff -4px -4px, #fff -3px -4px, #fff -2px -4px, #fff -1px -4px, #fff 0px -4px, #fff 1px -4px, #fff 2px -4px, #fff 3px -4px, #fff 4px -4px, #fff 4px -3px, #fff 4px -2px, #fff 4px -1px, #fff 4px 0, #fff 4px 1px, #fff 4px 2px, #fff 4px 3px, #fff 4px 4px, #fff 3px 4px, #fff 2px 4px, #fff 1px 4px, #fff 0 4px, #fff -1px 4px, #fff -2px 4px, #fff -3px 4px, #fff -4px 4px, #fff -4px 3px, #fff -4px 2px, #fff -4px 1px, #fff -4px 0, #fff -4px -1px, #fff -4px -2px, #fff -4px -3px;
text-decoration:none;
padding-bottom:4px;
border-bottom:solid 1px #e4007f;
display:inline;
}
#gnav > ul .gnav-submenu .gnav-coupon .gnav-coupon-link:before,
#gheader .gnav-submenu .gnav-coupon .gnav-coupon-link:before {
content:"";
display:block;
margin:0 auto;
width:86px;
height:72px;
background-image:url(/sp/images/s_smy_coupon.png);
position:absolute;
top:-35px;
left:-40px;
z-index:-1;
background-size:93px 72px;
background-position:-7px 0;
}
#gnav > ul .gnav-submenu .gnav-submenu-link,
#gheader .gnav-submenu .gnav-submenu-link {
margin:0 -20px;
border-bottom:1px solid #ddd;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > a, #gnav > ul .gnav-submenu .gnav-submenu-link > li > span,
#gheader .gnav-submenu .gnav-submenu-link > li > a, #gheader .gnav-submenu .gnav-submenu-link > li > span {
position:relative;
display:block;
border-top: 1px solid #ddd;
padding:10px 30px 11px;
color:#333;
font-size:16px;
font-size:1.6rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > a > span, #gnav > ul .gnav-submenu .gnav-submenu-link > li > span > span,
#gheader .gnav-submenu .gnav-submenu-link > li > a > span, #gheader .gnav-submenu .gnav-submenu-link > li > span > span {
display:block;
font-size:11px;
font-size:1.1rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > a::after,
#gheader .gnav-submenu .gnav-submenu-link > li > a::after {
position:absolute;
right:20px;
top:50%;
margin-top:-7.5px;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:8px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -442px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > a .gnav-counter,
#gheader .gnav-submenu .gnav-submenu-link > li > a .gnav-counter {
display:inline-block;
vertical-align:middle;
margin:-10px 0 -10px 10px;
border-radius:50%;
width:20px;
background:#f17fbf;
color:#ffffff;
line-height:20px;
text-align:center;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ssv a{
padding:13px 30px 12px;
color:#ffd601;
color:#fbaf18;
min-height: 44px;
font-size: 16px;
font-size: 1.6rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ssv a::after{
/* background-position: 0 -442px; */
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ssv a span{
display: block;
line-height: 1;
font-size: 15px;
font-size: 1.5rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ssv a span:before{
content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(/sp/images/sp_icon_ssv_series.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 34px;
    top: 8px;
    width: 85px;
    height: 26px;
    -moz-background-size: 80px auto;
    -o-background-size: 80px auto;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
    background-position: 0 0;
    z-index: 2;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ggv a{
color:#be2a2b;
padding:16px 30px;
min-height: 44px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ggv a::after{
/* background-position: 0 -442px; */
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ggv a::after{
border-color:#fff;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ggv a span{
  display: block;
line-height: 1;
font-size: 15px;
font-size: 1.5rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li.item-sertch-ggv a span:before{
    content: "";
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(/sp/images/sp_icon_ssv_series.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 34px;
    top: 10px;
    width: 85px;
    height: 26px;
    -moz-background-size: 80px auto;
    -o-background-size: 80px auto;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
    background-position: 0 -25px;
    z-index: 2;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > ul{
margin:0 0 15px;
padding:0 30px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > ul > li{
margin:0 0 10px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > ul > li a{
position:relative;
display:block;
border-radius:6px;
padding:7px 14px;
background:#f17fbf;
color:#fff;
font-size:14px;
font-size:1.4rem;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li > ul > li a::after{
position:absolute;
right:15px;
position:absolute;
top:50%;
margin-top:-7.5px;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:8px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -462px;
content:"";
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li a.gnav-shipping-link{
  font-size:16px;
  color:#e4007f;
  line-height:20px;
  padding-left:69px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li a.gnav-shipping-link::before {
  content:"";
  display:block;
  margin:0 auto;
  width:50px;
  height:45px;
  background-image:url(/sp/images/smy_shipping_sp.png);
  background-size:50px;
  position:absolute;
  top:5px;
  left:28px;
}
#gnav > ul .gnav-submenu .gnav-submenu-link > li a.gnav-shipping-link span {
  font-size:16px;
  margin-left:9px;
}
#gnav .gnav-search{
overflow:hidden;
margin:0 0 30px;
border:1px solid #959595;
border-radius:6px;
background:#fff;
}
#gnav .gnav-search:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
}
#gnav .gnav-search .jsc-box-flex{
float:left;
width:100%;
margin-right:-40px;
}
#gnav .gnav-search .suggestion, #gnav .gnav-search .submit{
display:block;
border:none;
}
#gnav .gnav-search .suggestion{
box-sizing:border-box;
-webkit-box-sizing: border-box;
border-radius:6px 0 0 6px;
padding:0 15px;
height:38px;
width:86%;
width:calc(100% - 40px);
background:#fff;
}
#gnav .gnav-search .submit{
float:right;
border-radius:0;
overflow:hidden;
display:inline-block;
text-indent:500%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:39px;
height:38px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -169px;
background-color:#bbb;
}
#gnav .gnav-search .submit.enable{
  background-color:#e4007f;
}
/* Contents
--------------------------------------------------------------------------------------------------- */
.pagetop{
position:fixed;
right:10px;
bottom:66px;
z-index:100;
}
.pagetop a{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:40px;
height:40px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -378px;
}

#main-contents{
padding:0 20px;
}
/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter .gfooter-banner{
padding:30px 20px;
}
#gfooter .gfooter-banner li img{
width:100%;
height:auto;
vertical-align:top;
}
#gfooter .gfooter-unav{
padding:10px 25px;
background:#f8f8f8;
letter-spacing:-0.4em;
}
#gfooter .gfooter-unav > li{
position:relative;
display:inline-block;
vertical-align:middle;
margin:0 35px 0 0;
padding:0 0 0 16px;
font-size:14px;
font-size:1.4rem;
line-height:2.4;
letter-spacing:0;
}
#gfooter .gfooter-unav > li a{
color:#333;
}
#gfooter .gfooter-unav > li a::before{
position:absolute;
top:13px;
left:0;
content:"";
display:block;
border:solid #a0a0a0;
border-color:transparent transparent transparent #a0a0a0;
border-width:4px 0 4px 6px;
width:0;
}
#gfooter .gfooter-copyright{
background:#a0a0a0;
color:#ffffff;
text-align:center;
font-family:Arial, sans-serif;
}
#gfooter .gfooter-copyright small{
font-size:11px;
font-size:1.1rem;
line-height:40px;
}

#big-event-banner img, #event-banner img, #maintenance img{
vertical-align: bottom;
}
/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
/* heading module
--------------------------------------------------------------------------------------------------- */
.mod-pagetitle{
position:relative;
margin:0 0 20px;
padding:0 0 10px;
font-weight:bold;
font-size:22px;
font-size:2.2rem;
}
.mod-pagetitle span{
font-weight:normal;
font-size:14px;
font-size:1.4rem;
vertical-align:middle;
}
/* m-bulletクラス廃止に伴いコメントアウト
.mod-pagetitle[class*="-bullet"]{
padding:0 0 0 19px;
border-bottom:0;
}
.mod-pagetitle[class*="-bullet"]::before{
position:absolute;
top:8px;
bottom:0;
left:0;
content:"";
display:block;
border-left:4px solid #e4007f;
height:20px;
}
*/
.mod-borderHeading{
margin:0 0 15px;
border-bottom:1px solid #dddddd;
padding:0 0 10px;
font-weight:bold;
font-size:16px;
font-size:1.6rem;
}

/* box module
--------------------------------------------------------------------------------------------------- */
.mod-box{
margin:0 0 20px;
padding:15px 0;
}
.mod-box > *:last-child{
margin-bottom:0 !important;
}
.mod-box[class*="-bg01"]{
position:relative;
z-index:0;
}
.mod-box[class*="-bg01"]:before{
position:absolute;
top:0;
right:-1000%;
bottom:0;
left:-1000%;
content:"";
display:block;
background:#f8f8f8;
z-index:-1;
}

.mod-headingBox{
position:relative;
padding:0 0 20px;
z-index:0;
}
.mod-headingBox > *:last-child{
margin-bottom:0 !important;
}
.mod-headingBox::before{
position:absolute;
top:0;
right:-20px;
bottom:0;
left:-20px;
content:"";
display:block;
background:#fef7fb;
border-bottom:1px solid #f17fbf;
z-index:-1;
}
.mod-headingBox > .heading{
position:relative;
margin:0 0 20px;
padding:6px 0;
color:#fff;
font-weight:bold;
font-size:16px;
font-size:1.6rem;
text-align:center;
z-index:0;
}
.mod-headingBox > .heading::before{
position:absolute;
top:0;
right:-20px;
bottom:0;
left:-20px;
content:"";
display:block;
background:#f17fbf;
z-index:-1;
}

.mod-mediaBox{
display:table;
margin:0 0 10px;
}
.mod-mediaBox-attribute {
  padding-bottom: 20px;
}
.mod-mediaBox .image, .mod-mediaBox .body{
display:table-cell;
vertical-align:top;
}
.mod-mediaBox .image > *:last-child, .mod-mediaBox .body > *:last-child{
margin-bottom:0 !important;
}
.mod-mediaBox .image{
width: 88px;
}
.mod-mediaBox .image img{
-webkit-box-sizing:border-box;
box-sizing:border-box;
border:1px solid #ddd;
}
.mod-mediaBox .image + .body{
padding-left:15px;
width: 100%;
}
.mod-mediaBox[class*="-flipped"]{
direction:rtl;
}
.mod-mediaBox[class*="-flipped"] .image, .mod-mediaBox[class*="-flipped"] .body{
direction:ltr;
}
.mod-mediaBox[class*="-flipped"] .image + .body{
padding:0 15px 0 0;
}

.mod-item{
margin:0 0 20px;
position: relative;
}
.mod-item .image{
margin:0 0 8px;
position: relative;
}
.mod-item .image .image-inner{
    position: relative;
}
.mod-item .image img{
box-sizing:border-box;
-webkit-box-sizing: border-box;
width:100%;
height:auto;
vertical-align:middle;
}
/*在庫無デザイン修正のためコメントアウト
.mod-item .image .no-item {
position: absolute;
top: 0;
right: calc(50% + 10px);
bottom: 0;
left: 0;
padding: 21% 0 0;
background: rgba(51, 51, 51, 0.4);
color: #fff;
text-align: center;
line-height: 1;
}*/
.mod-item .image .no-item{
position: absolute;
top: 0;
left: 25%;
bottom: 0;
background-color: #808080;
color: #fff;
text-align: center;
border-radius: 4px;
font-size: 14px;
margin: auto;
height: 24px;
width: 70px;
}
.mod-item .body > *:last-child{
margin-bottom:0 !important;
}
.mod-item .body .item-name{
margin:0 0 5px;
font-size:14px;
font-size:1.4rem;
line-height:1.5;
word-wrap: break-word;
}
.mod-item .body .item-name a{
color:#333;
text-decoration:underline;
}
.mod-item .body .item-name .presale {
  background: #ffe88e;
  display: table;
  font-weight: bold;
  padding: 4px 9px;
  line-height: 120%;
  margin-bottom: 8px;
}
.mod-item .body .item-price{
font-size:10px;
font-size:1rem;
line-height:1.2;
}
.mod-item .body .item-price .comparison-label{
display:flex;
justify-content:flex-end;
flex-flow: column;
}
.mod-item .body .item-price .comparison-label span{
width:100%;
}
.mod-item .body .item-price .comparison-label .period-notice{
font-size: 11px;
font-weight: bold;
}
.mod-item .body .item-price .price{
color:#e4007f;
font-weight:bold;
font-size:18px;
font-size:1.8rem;
}
.wprice, .monthly{
display:block;
}
.wpriceLine{
text-decoration: line-through;
}
.mod-item .body .item-price .priceB{
color:#333;
font-weight:bold;
font-size:18px;
font-size:1.8rem;
}
.mod-item .body .item-price .plusTax{
font-size: 10px;
color:#333;
}
.mod-item .body .item-price .num{
display:block;
}
.mod-item .body .item-price .price[class*="-million"],
.mod-item .body .item-price .priceB[class*="-million"]{
font-size:16px;
font-size:1.6rem;
}
.mod-item .body .item-price .price[class*="-10million"],
.mod-item .body .item-price .priceB[class*="-10million"]{
font-size:14px;
font-size:1.4rem;
}
.mod-item .body .item-price .price[class*="-10million"] + .tax,
.mod-item .body .item-price .priceB[class*="-10million"] + .tax{
font-size:10px;
font-size:1rem;
}
.mod-item .body .item-price .ico-off{
display:inline-block;
vertical-align:middle;
margin:5px 0 0;
padding:0 10px;
border-radius:3px;
background:#f17fbf;
color:#ffffff;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:12px;
font-size:1.2rem;
line-height:17px;
}
.mod-item[class*="-horizontal"], .mod-itemList[class*="-list"] .mod-item{
display:table;
width:100%;
table-layout:fixed;
}
.mod-item[class*="-horizontal"] .image,
.mod-item[class*="-horizontal"] body,
.mod-itemList[class*="-list"] .mod-item .image, .mod-itemList[class*="-list"] .mod-item body{
display:table-cell;
vertical-align:top;
text-align:left;
}
#today .mod-item[class*="-horizontal"] .image, .mod-itemList[class*="-list"] .mod-item .image, #weeklypush .mod-item[class*="-horizontal"] .image{
padding-right:10px;
position:relative;
}
.mod-item[class*="-horizontal"] .body, .mod-itemList[class*="-list"] .mod-item .body{
padding-left:10px;
}

.mod-program{
position:relative;
border-top:1px solid #999;
margin:0 -20px;
padding:50px 20px 0;
background:#ffffff;
}
.mod-program > *:last-child{
margin-bottom:0 !important;
}
.mod-program .program-time{
position:absolute;
top:-1px;
left:0;
padding: 0 10px 0 20px;
min-width: 60px;
white-space: nowrap;
background:#999;
color:#fff;
font-weight:bold;
font-size:16px;
font-size:1.6rem;
line-height:29px;
text-align:center;
z-index:1;
}
.mod-program .program-category{
margin:0 0 15px;
font-weight:bold;
font-size:14px;
font-size:1.4rem;
color:#e93399;
}
.mod-program .program-category::before{
margin-right:5px;
content:"";
}
.mod-program[class*="-category01"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -596px;
}
.mod-program[class*="-category02"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -620px;
}
.mod-program[class*="-category03"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -644px;
}
.mod-program[class*="-category04"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -668px;
}
.mod-program[class*="-category05"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -692px;
}
.mod-program[class*="-category06"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -716px;
}
.mod-program[class*="-category07"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -740px;
}
.mod-program[class*="-category08"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -764px;
}
.mod-program[class*="-category09"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -788px;
}
.mod-program[class*="-category10"] .program-category:before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:20px;
height:19px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -812px;
}
.mod-program .program-name{
margin:0 0 18px;
font-weight:bold;
font-size:16px;
font-size:1.6rem;
line-height:1.4;
}
.mod-program .program-name span{
  display: block;
}
.mod-program .program-name a{
margin-top: 10px;
font-weight:400;
font-size:14px;
font-size:1.4rem;
text-shadow: none;
text-align:left;
text-decoration: underline;
}
.mod-program .brandList {
margin: -15px -20px 20px 10px;
}
.mod-program .brandList .brand{
font-weight:400;
font-size:14px;
font-size:1.4rem;
text-shadow: none;
text-align:left;
text-decoration: underline;
line-height:1.4;
margin-right: 20px;
}
.mod-program .brandList .brand+.brand{
  margin-top: 10px;
}
.mod-program .program-name .label{
font-size:12px;
font-size:1.2rem;
color:#e93399;
}
.mod-program .mod-mediaBox .program-name{
margin-bottom:10px;
padding:0;
}
.mod-program .program-cast{
/* EP-3034
margin:0 0 10px;
*/
margin-bottom: 10px;
}
.mod-mediaBox-attribute .program-cast {
  margin-bottom: 20px;
}
.mod-program .program-cast dt, .mod-program .program-cast dd{
margin:0;

/* EP-3034 */
display: inline-block;
font-size: 14px;
line-height: 2;
}
.mod-program .program-cast dt a, .mod-program .program-cast dd a{
  display: inline;
  text-decoration: underline;
}

.mod-program .program-cast dt::after{
content:"\FF1A";
}

/* EP-3034
.mod-program .program-cast dd + dt::before{
content:"\A";
white-space:pre;
}
*/

/* EP-3034 */
.mod-program .program-cast dd + dt {
  margin-left: 1em;
}

.mod-program .program-cast dd + dd::before{
content:"\3001";

/* EP-3034 */
margin-right: .5em;
}
.mod-program .program-item{
position:relative;
padding:20px 0 10px;
z-index:0;
}
.mod-program .program-item::before{
position:absolute;
top:0;
right:-20px;
bottom:0;
left:-20px;
content:"";
display:block;
background:#f4f4f4;
z-index:-1;
}
.mod-program .program-link a, .mod-program .program-link button,
.mod-program .program-reserve a, .mod-program .program-reserve button{
display:inline-block;
vertical-align:middle;
border:1px solid;
border-radius:4px;
padding:0 14px;
min-width:120px;
line-height:33px;
text-align:center;
}
.mod-program .program-link a{
border-color:#d0d0d0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
background: -moz-linear-gradient(top, #fff 20%, #eee 97%);
background: linear-gradient(to bottom, #fff 20%, #eee 97%);
color:#666666;
font-size:14px;
font-size:1.4rem;
}
.mod-program .program-link a::before, .mod-program .program-link a::after{
content:"";
}
.mod-program .program-link a::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-5px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:22px;
height:22px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1500px;
margin-right:5px;
}
.mod-program .program-reserve, .mod-program .program-link{
float: right;
display: inline-block;
}
.mod-program .program-reserve button{
color:#77b716;
border:1px solid #d0d0d0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
background: -moz-linear-gradient(top, #fff 20%, #eee 97%);
background: linear-gradient(to bottom, #fff 20%, #eee 97%);
font-size:12px;
font-size:1.2rem;
}
.mod-program .program-reserve button::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
width:16px;
height:12px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
margin-right:5px;
content:none;
}
.mod-program .mod-mediaBox-attribute .program-reserve,
.mod-program .mod-mediaBox-attribute .program-link {
  float: none;
  display: flex;
  justify-content: flex-end;
}
.mod-program .mod-mediaBox .program-reserve .program-notice-balloon-message .program-notice-list-message {
left: -8px;
}
.mod-program .mod-mediaBox:last-child{
padding-bottom:20px;
width: 100%;
}
.mod-program.is-nowOnAir{
border-top-color:#e60012;
border-bottom:1px solid #e60012;
}
.mod-program.is-nowOnAir .program-time{
background:#e60012;
}
.mod-program.is-nowOnAir .program-name .ico{
position:relative;
display:block;
margin:0 0 14px;
}
.mod-program.is-nowOnAir .program-name .ico span{
position:relative;
display:inline-block;
vertical-align:middle;
border-radius:4px;
padding:0 11px 0 13px;
background:#e60012;
color:#ffffff;
font-weight:bold;
font-size:14px;
font-size:1.4rem;
line-height:25px;
}
.mod-program.is-nowOnAir .program-name .ico span::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-2px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:16px;
height:16px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1399px;
margin:0 8px 0 0;
content:"";
}
.mod-program.is-nowOnAir .program-name .ico span::after{
position:absolute;
bottom:-7px;
left:50%;
margin-left:-4px;
content:"";
display:block;
border:solid #e60012;
border-color:#e60012 transparent transparent;
border-width:7px 4px 0;
width:0;
}
.mod-program.is-nowOnAir .program-item::before{
background:#fef7fb;
}
.mod-program[class*="-ssv"] .program-item, .mod-program[class*="-ggv"] .program-item, .mod-program[class*="-weeklypush"] .program-item{
padding-top:30px;
}
.mod-program[class*="-ssv"]::after, .mod-program[class*="-ggv"]::after, .mod-program[class*="-weeklypush"]::after{
position:absolute;
top:10px;
right:10px;
content:"";
}
.mod-program .program-item .mod-itemList.l-image > ul > li[class*="-ico"] a::before{
position:absolute;
top: -5px;
left: -5px;
content:"";
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
}
.mod-program[class*="-ssv"]::after{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
right: 2px;
top: 2px;
width: 90px;
height: 30px;
-moz-background-size: 90px auto;
-o-background-size: 90px auto;
-webkit-background-size: 90px auto;
background-size: 90px auto;
background-position: 0 0;
}
.mod-program[class*="-ssv"] .program-time{
background:url(/sp/images/mod-bg-ssv.gif);
background-size:15px auto;
color:#763e20;
}
.mod-program[class*="-ssv"] .program-item::before{
background:#fff9d9;
}
.program-item .mod-itemList.l-image > ul > li[class*="-ssv"] a::before{
width: 90px;
height: 32px;
-moz-background-size: 100px auto;
-o-background-size: 100px auto;
-webkit-background-size: 100px auto;
background-size: 90px auto;
}
.program-item .mod-itemList.l-image > ul > li[class*="-ssv-net"] a::before{
width: 120px;
height: 22px;
-moz-background-size: 100px auto;
-o-background-size: 100px auto;
-webkit-background-size: 100px auto;
background-size: 100px auto;
background-position: 0 -64px;
}
.mod-program[class*="-ggv"]::after{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
right: 2px;
top: 2px;
width: 90px;
height: 30px;
-moz-background-size: 90px auto;
-o-background-size: 90px auto;
-webkit-background-size: 90px auto;
background-size: 90px auto;
background-position: 0px -26px;
}
.mod-program[class*="-ggv"] .program-time{
background:url(/sp/images/mod-bg-ggv.gif);
background-size:12px auto;
color:#fff;
}
.mod-program[class*="-ggv"] .program-item::before{
background:#f8e9e9;
}
.program-item .mod-itemList.l-image > ul > li[class*="-ggv"] a::before{
width: 90px;
height: 29px;
-moz-background-size: 90px auto;
-o-background-size: 90px auto;
-webkit-background-size: 90px auto;
background-size: 90px auto;
background-position: 0px -31px;
}
.program-item .mod-itemList.l-image > ul > li[class*="-ggv-net"] a::before{
width: 100px;
height: 24px;
-moz-background-size: 100px auto;
-o-background-size: 100px auto;
-webkit-background-size: 100px auto;
background-size: 100px auto;
background-position: 0 -88px;

}
.program-item .mod-itemList.l-image > ul > li[class*="-7daysvalue"] a::before{
width: 100px;
height: 24px;
-moz-background-size: 105px auto;
-o-background-size: 105px auto;
-webkit-background-size: 105px auto;
background-size: 105px auto;
background-position: 0 -115px;
}
.mod-program[class*="-weeklypush"]::after{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:101px;
height:21px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -2139px;
}
.mod-program[class*="-weeklypush"] .program-time{
background:url(/sp/images/mod-bg-weeklypush.gif);
background-size:15px auto;
color:#763e20;
}
.mod-program[class*="-weeklypush"] .program-item::before{
background:#e1eee1;
}
.program-item .mod-itemList.l-image > ul > li[class*="-weeklypush"] a::before{
width:59px;
height:34px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1862px;
}
.program-item .mod-itemList.l-image > ul > li[class*="-hpv"] a::before{
width:90px;
height:27px;
-moz-background-size:90px auto;
-o-background-size:90px auto;
-webkit-background-size:90px auto;
background-size:90px auto;
background-position:0 -140px;
}
.program-item .mod-itemList.l-image > ul > li[class*="-pressv"] a::before{
width:90px;
height:35px;
background-size:90px auto;
background-position:0 -186px;
}
.mod-program:last-child{
border-bottom:1px solid #999;
}
.mod-program .no-program-item{
margin:0 0 20px !important;
font-size: 1.4rem;
}

.mod-value .mod-itemList ul{
margin-right:0;
}
.mod-value .mod-itemList ul > li{
display:block;
margin-right:0;
width:100%;
padding:15px;
}
.mod-value .mod-itemList ul > li[class*="-ico"]{
padding-top:25px;
}
.mod-value .mod-itemList ul > li[class*="-ico"] .mod-item .item-ico{
/* top:5px;
left:15px; */
}
.mod-value .mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="02"],
.mod-value .mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-7daysvalue"]{
/* top:-5px; */
}
.mod-value .mod-itemList ul > li.legendstars{
  background: linear-gradient(115deg,#f7dd90 0% 30%, #fee9b4 60% 100%);
} 
.mod-value .mod-itemList ul > li.SSV,
.mod-value .mod-itemList ul > li.netSSV,
.mod-value .mod-itemList ul > li.preSSV{
background:#fff9d9;
}
.mod-value .mod-itemList ul > li.GGV,
.mod-value .mod-itemList ul > li.netGGV{
background:#f8e9e9;
}
.mod-value .mod-itemList ul > li.sevendays{
  background:#ebf5eb;
  }
.mod-value[class*="-weeklypush"] .mod-itemList ul > li{
background:#f2f2f2;
}
.mod-value .mod-itemList ul > li.hpv{
  background:#ffebd9;
}
.mod-relation-link{
margin:0 0 .5em;
font-size:12px;
}
.mod-relation-link .label, .mod-relation-link ul{
display:table-cell;
vertical-align:top;
}
.mod-relation-link .label{
white-space:nowrap;
}
.mod-relation-link ul > li{
display:inline;
margin-right:.8em;
}
.mod-relation-link ul > li a{
display:inline;
color:#333;
text-decoration:underline;
}
.mod-relation-link ul > li a:hover{
text-decoration:none;
}

.mod-view-mode{
position:relative;
right:-20px;
left:-20px;
margin:0;
width:115%;
width:calc(100% + 40px);
z-index:9100;
}
.mod-view-mode:before{
position:absolute;
top:0;
right:-1000%;
bottom:0;
left:-1000%;
content:"";
display:block;
background:#f8f8f8;
z-index:-1;
}
.mod-view-mode .view-nav{
display:table;
width:100%;
}
.mod-view-mode .view-nav-sort, .mod-view-mode .view-nav-switch{
display:table-cell;
width:50%;
vertical-align:middle;
font-size:12px;
font-size:1.2rem;
letter-spacing:-0.5em;
}
.mod-view-mode .view-nav-sort > li{
position:relative;
display:inline-block;
vertical-align:middle;
width:50%;
text-align:center;
letter-spacing:0;
z-index:0;
}
.mod-view-mode .view-nav-sort > li button{
padding:13px 0 10px;
width:100%;
color:#333;
}

.mod-view-mode .view-nav-sort > li button::before{
margin:0 auto 5px;
content:"";
}
.mod-view-mode .view-nav-sort > li.refine button::before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:29px;
height:24px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1583px;
}
.mod-view-mode .view-nav-sort > li.sort button::before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:29px;
height:24px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1655px;
}
.mod-view-mode .view-nav-sort > li::before{
position:absolute;
top:10px;
right:0;
bottom:10px;
content:"";
display:block;
border-right:1px solid #ddd;
z-index:-1;
}
.mod-view-mode .view-nav-sort > li.is-open::before{
top:0;
left:0;
bottom:-1px;
border-top:1px solid #ddd;
background:#fff;
}
.mod-view-mode .view-nav-sort > li.sort.is-open::before{
left:-1px;
border-left:1px solid #ddd;
}
.mod-view-mode .view-nav-switch{
padding:10px 0;
text-align:left;
}
.mod-view-mode .view-nav-switch > span{
display:inline-block;
vertical-align:middle;
width:54px;
letter-spacing:0;
text-align:center;
}
.mod-view-mode .view-nav-switch > ul{
display:inline-block;
vertical-align:middle;
width:90px;
}
.mod-view-mode .view-nav-switch > ul > li{
display:inline-block;
vertical-align:middle;
letter-spacing:0;
}
.mod-view-mode .view-nav-switch > ul > li.tile a{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:40px;
height:40px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1940px;
}
.mod-view-mode .view-nav-switch > ul > li.tile.is-active a{
background-position:0 -1985px;
}
.mod-view-mode .view-nav-switch > ul > li.list a{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:40px;
height:40px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1283px;
}
.mod-view-mode .view-nav-switch > ul > li.list.is-active a{
background-position:0 -1328px;
}
.mod-view-mode .view-nav-switch > ul > li:first-child{
margin-right:10px;
}
.mod-view-mode .refine-nav{
background:#fff;
border-top:1px solid #ddd;
}
.mod-view-mode .refine-nav ul > li{
border-bottom:1px solid #ddd;
}
.mod-view-mode .refine-nav ul > li button{
position:relative;
display:table;
width:100%;
text-align:left;
color: #333;
}
.mod-view-mode .refine-nav ul > li button::after{
position:absolute;
top:0;
bottom:0;
margin:auto;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:8px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -442px;
right:20px;
}
.mod-view-mode .refine-nav ul > li button span{
display:table-cell;
vertical-align:middle;
padding:15px 0;
}
.mod-view-mode .refine-nav ul > li button .label{
padding-left:20px;
width:125px;
font-weight:bold;
font-size:16px;
font-size:1.6rem;
}
.mod-view-mode .refine-nav ul > li button .condition{
padding-right:35px;
font-size:14px;
font-size:1.4rem;
}
.mod-view-mode .sort-nav{
border:solid #ddd;
border-width:1px 0;
padding:20px;
background:#fff;
}
.mod-view-mode .sort-nav ul > li{
margin-top:10px;
}
.mod-view-mode .sort-nav ul > li:first-child{
margin-top:0;
}
.mod-view-mode .sort-nav ul > li button{
position:relative;
display:block;
border:1px solid #ccc;
border-radius:4px;
padding:0 25px 0 15px;
width:100%;
height:38px;
text-align:left;
font-weight:bold;
color:#666666;
font-size:14px;
font-size:1.4rem;
}
.mod-view-mode .sort-nav ul > li button::after{
position:absolute;
top:0;
bottom:0;
margin:auto;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:8px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -442px;
right:14px;
}
.mod-view-mode .sort-nav ul > li .is-selected{
border-color:#f17fbf;
background:#f17fbf;
color:#fff;
}
.mod-view-mode .sort-nav ul > li .is-selected::after{
display:none;
}

/* to_search-result.css
.mod-view-mode .refine-detail*****
*/

#viewed .heading, #recommend .heading, #today .heading, #weeklypush .heading{
position:relative;
margin:0 0 18px;
font-weight:bold;
font-size:14px;
font-size:1.4rem;
text-align:center;
z-index:0;
letter-spacing:0.05em;
}
#viewed .heading::before, #recommend .heading::before, #today .heading::before, #weeklypush .heading::before{
box-sizing:content-box;
-webkit-box-sizing:content-box;
margin:0 auto 5px;
border:solid #fff;
border-width:0 15px;
background-color:#fff;
content:"";
}
#viewed .heading::after, #recommend .heading::after, #today .heading::after{
position:absolute;
top:31px;
right:-20px;
left:-20px;
content:"";
display:block;
border-bottom:1px solid #333;
z-index:-1;
}
#viewed > .heading::before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:156px;
height:17px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -2212px;
}
#viewed .mod-itemList ul > li,
#recommend .mod-itemList ul > li{
margin:0 10px 10px 0;
width:calc(50% - 10px);
padding:15px;
background:#f8f8f8;
}

#viewed .mod-itemList ul > li .mod-item .body .item-price .comparison-label .period-notice,
#recommend .mod-itemList ul > li .mod-item .body .item-price .comparison-label .period-notice{
font-weight:bold;
font-size:1.1rem;
font-size:11px;
}

#recommend > .heading::before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:158px;
height:17px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -2191px;
}
#today > .heading::before{
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/top/top-img-sprite.png');
background-repeat:no-repeat;
width:188px;
height:17px;
-moz-background-size:188px auto;
-o-background-size:188px auto;
-webkit-background-size:188px auto;
background-size:188px auto;
background-position:0 -178px;
}
#weeklypush > .heading::before{
overflow: hidden;
display: block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(/sp/images/top/weekly_push_title_sp2.png);
background-repeat: no-repeat;
width: 100%;
background-size: cover;
background-position: 0 0;
border-width:0;
padding-top:13%;
}
.mod-word-search > *:last-child{
margin-bottom:0 !important;
}
.mod-word-search .recommend-brand{
margin-top:30px;
}
.mod-word-search .searchFloat{
margin:0 0 20px;
padding:10px 0;
}
.mod-word-search .word-anc{
margin:20px 0 0;
width:calc(100% + 8px);
letter-spacing:-0.5em;
}
.mod-word-search .word-anc > li{
display:inline-block;
vertical-align:middle;
margin:8px 8px 0 0;
width:40px;
font-size:16px;
font-size:1.6rem;
line-height:38px;
letter-spacing:0;
text-align:center;
}
.mod-word-search .word-anc > li a{
display:block;
border:1px solid #ccc;
border-radius:4px;
color:#666;
}
.mod-word-search .word-anc > li[class*="-col2"]{
width:88px;
}
.mod-word-search .word-anc > li.is-active a{
border-color:#f17fbf;
background-color:#f17fbf;
color:#fff;
font-weight:bold;
}

.mod-langBox > section > .heading{
position:relative;
margin:0;
padding:4px 0;
color:#fff;
font-weight:normal;
font-size:20px;
font-size:2rem;
z-index:0;
}
.mod-langBox > section > .heading:before{
position:absolute;
top:0;
right:-20px;
bottom:0;
left:-20px;
content:"";
display:block;
background:#f17fbf;
z-index:-1;
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
/* list module
--------------------------------------------------------------------------------------------------- */
.mod-list > li{
position:relative;
padding-left:1em;
}
.mod-list > li > *:last-child{
margin-bottom:0 !important;
}
.mod-list > li:before{
position:absolute;
left:0;
right:0;
content:"\30FB";
}
.mod-list .l-unsytled > li:before{
display:none;
}

.mod-notesList > li{
position:relative;
padding-left:1em;
}
.mod-notesList > li > *:last-child{
margin-bottom:0 !important;
}
.mod-notesList > li .mark{
position:absolute;
left:0;
right:0;
}
.mod-linkList > li{
font-size:14px;
font-size:1.4rem;
}
.mod-linkList > li a{
display:inline;
color:#333;
font-weight:bold;
text-decoration:underline;
}
.mod-linkList > li[class*="-ico"]::after{
margin:0 0 0 5px;
content:"";
}
.mod-linkList > li[class*="-tv"]::after{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:15px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1480px;
}
.mod-linkList[class*="-horizontal"] > li{
display:inline-block;
vertical-align:middle;
margin: 0 20px 10px 0;
}
.mod-linkList[class*="-block"]{
margin:0 -20px;
}
.mod-linkList[class*="-block"] > li{
position:relative;
padding-bottom:1px;
}
.mod-linkList[class*="-block"] > li::before{
position:absolute;
right:-20px;
bottom:0;
left:-20px;
content:"";
display:block;
border-bottom:1px solid #ddd;
}
.mod-linkList[class*="-block"] > li a{
position:relative;
display:block;
padding:12px 40px 12px 20px;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1.5;
text-decoration:none;
z-index:0;
}
.mod-linkList[class*="-block"] > li a::before{
position:absolute;
top:0;
bottom:0;
margin:auto;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:8px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -442px;
right:20px;
}
.mod-linkList[class*="-block"] > li[class*="-ico"]::after{
display:none;
margin:0;
}
.mod-linkList[class*="-block"] > li[class*="-ico"] a::after{
margin:0 0 0 5px;
content:"";
}
.mod-linkList[class*="-block"] > li[class*="-tv"] a::after{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:15px;
height:15px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1480px;
}

.mod-itemList ul{
margin:0 -20px 0 0;
letter-spacing:-0.5em;
}
.mod-itemList ul > li{
position:relative;
display:inline-block;
vertical-align:top;
margin:0 20px 30px 0;
width:43.2%;
width:calc(50% - 20px);
letter-spacing:0;
}
.mod-itemList ul > li > *:last-child{
margin-bottom:0 !important;
}
.mod-itemList ul > li a{
color:#333;
}
.mod-itemList ul > li a > *:last-child{
margin-bottom:0 !important;
}

.mod-itemList ul > li .item-ico{
margin:0;
}
.mod-itemList ul > li.m-ico .item-ico{
margin-bottom: 10px;
}
.mod-itemList ul > li .item-ico > li{
display:inline-block;
vertical-align:middle;
margin:0 5px 10px 0;
width:71px;
line-height:1;
}
.mod-itemList ul > li .item-ico > li img{
width:100%;
height:auto;
vertical-align:top;
}
.mod-itemList ul > li .item-evaluation-wrap{
position:relative;
margin-bottom:15px;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation{
border-radius:4px;
background:#fdebf5;
text-align:center;
letter-spacing:-0.5em;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation .star-rank, .mod-itemList ul > li .item-evaluation-wrap .item-evaluation > a{
display:inline-block;
vertical-align:middle;
letter-spacing:0;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation .star-rank{
position:relative;
margin-right:5px;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation .star-rank .star-range{
position:relative;
width:61px;
height:12px;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation .star-rank .star-range::before{
position:absolute;
top:0;
left:0;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:61px;
height:12px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -2081px;
content:"";
z-index:0;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation .star-rank .star-selected{
position:relative;
overflow:hidden;
display:block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:61px;
height:12px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -2064px;
z-index:1;
}
.mod-itemList ul > li .item-evaluation-wrap .item-evaluation a{
font-size:12px;
font-size:1.2rem;
color:#666;
}
.mod-itemList ul > li .item-wish-list-button{
position:relative;
margin:0;
}
.mod-itemList ul > li .item-wish-list-button button,
.mod-itemList ul > li .item-wish-list-button a,
#buyBtn .btn-wishlist{
display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
color:#e4007f;
border:1px solid #d0d0d0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
background: -moz-linear-gradient(top, #fff 20%, #eee 97%);
background: linear-gradient(to bottom, #fff 20%, #eee 97%);
border-radius:4px;
width:100%;
font-size:12px;
font-size:1.2rem;
text-align:center;
text-decoration:none;
line-height:28px;
}
.mod-itemList ul > li .item-wish-list-button button::before,
.mod-itemList ul > li .item-wish-list-button a span::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:-4px;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:14px;
height:14px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
margin-right:3px;
content:"";
}
.mod-itemList ul > li .item-wish-list-button.is-selected button, .mod-itemList ul > li .item-wish-list-button.is-selected a{
background:#f17fbf;
color:#fff;
}
.mod-itemList ul > li .item-wish-list-button button::before,
.mod-itemList ul > li .item-wish-list-button a span.button-wishlist::before{
background-position:0 -2048px;
}
.mod-itemList ul > li .item-wish-list-button.is-selected button::before,
.mod-itemList ul > li .item-wish-list-button.is-selected a span.button-wishlist-on::before{
background-position:0 -2030px;
}
.mod-itemList ul > li .item-wish-list-button .wish-list-response{
display:none;
}
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip{
position:absolute;
bottom:41px;
/*top:8px;*/
color:#000;
font-size:14px;
}
/*.mod-itemList ul > li .item-wish-list-button .wish-list-response .wish-list-message*/
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip .wishlist-tooltip-inner{
position:static;
/*top:-48px;
right:0;
left:0;*/
margin:auto;
padding:9px 3px;
border:1px solid #333333;
border-radius:6px;
line-height: 18px;
background:#ffffff;
text-align:center;
z-index:10;
width:100%;
}
/*.mod-itemList ul > li .item-wish-list-button .wish-list-response .wish-list-message::before,
.mod-itemList ul > li .item-wish-list-button .wish-list-response .wish-list-message::after*/
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip .wishlist-tooltip-inner::before,
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip .wishlist-tooltip-inner::after{
position:absolute;
right:0;
left:0;
margin:auto;
z-index:11;
}
/*.mod-itemList ul > li .item-wish-list-button .wish-list-response .wish-list-message::before*/
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip .wishlist-tooltip-inner::before{
bottom:-9px;
content:"";
display:block;
border:solid #000;
border-color:#000 transparent transparent;
border-width:8px 4px 0;
width:0;
}
/*.mod-itemList ul > li .item-wish-list-button .wish-list-response .wish-list-message::after*/
.mod-itemList ul > li .item-wish-list-button .wishlist-tooltip .wishlist-tooltip-inner::after{
bottom:-7px;
content:"";
display:block;
border:solid #fff;
border-color:#fff transparent transparent;
border-width:8px 4px 0;
width:0;
}
.mod-itemList ul > li[class*="-ico"]{
position:relative;
padding-top:15px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico{
  overflow:hidden;
  display:inline-block;
  text-indent:200%;
  white-space:nowrap;
  vertical-align:middle;
  line-height:1;
  background-image:url('../../sp/images/sp_icon_ssv_series.png');
  background-repeat:no-repeat;
  position:absolute;
  top:-15px;
  left:-10px;
  width: 120px;
  height: 30px;
  -moz-background-size: 100px auto;
  -o-background-size: 100px auto;
  -webkit-background-size: 100px auto;
  background-size: 100px auto;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-ssv"]{
background-position:0 0;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-ssv02"]{
width: 130px;
-moz-background-size: 130px auto;
-o-background-size: 130px auto;
-webkit-background-size: 130px auto;
background-size: 130px auto;
background-position:0 -90px;
background-position:0 -82px;
left:-10px
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-ggv"]{
background-position:0 -32px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-ggv02"]{
width: 130px;
-moz-background-size: 130px auto;
-o-background-size: 130px auto;
-webkit-background-size: 130px auto;
background-size: 130px auto;
background-position:0 -114px;
left:-10px
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-7daysvalue"]{
width: 130px;
-moz-background-size: 130px auto;
-o-background-size: 130px auto;
-webkit-background-size: 130px auto;
background-size: 130px auto;
background-position: 0px -142px;
left:-10px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-weeklypush"]{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-repeat:no-repeat;
width:109px;
height:23px;
top:-10px;
-moz-background-size:130px auto;
-o-background-size:130px auto;
-webkit-background-size:130px auto;
background-size:130px auto;
background-position:0 -177px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-hpv"]{
  background-position:0 -156px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-pressv"]{
  background-position: 0px -204px;
  height: 42px;
  top: -25px;
}
.mod-itemList ul > li[class*="-ico"] .mod-item .item-ico[class*="-legendstars"]{
  background-position: inherit;
  background-size: 80px;
  height: 35px;
  background-image: url(/sp/images/sp_icon_anniversary_ssv.png);
} 
.mod-itemList ul > li[class*="-ico"]:nth-of-type(2n+1) + li:not([class*="-ico"]){
padding-top:15px;
}
.mod-itemList .view-all{
margin:0 0 20px;
}
#main-contents .mod-itemList .view-all button{
display:block;
box-sizing:border-box;
-webkit-box-sizing: border-box;
border:1px solid #ccc;
border-radius:4px;
width:100%;
height:40px;
background:#fff;
color:#666;
font-size:14px;
font-size:1.4rem;
text-align:center;
}
#main-contents .mod-itemList .view-all button::before{
margin:0 10px 0 0;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:15px;
height:8px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -502px;
content:"";
}
#main-contents .mod-itemList .view-all button.is-open::before{
margin:0 10px 0 0;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:15px;
height:8px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -528px;
content:"";
}
#main-contents .mod-itemList .view-all button span{
font-weight:bold;
letter-spacing:0.05em;
}
.mod-itemList .view-all button.is-open::before{
background-position:0 -528px;
}
.mod-itemList[class*="-tile"] ul > li .item-ico, .mod-itemList[class*="-tile"] ul > li .item-catch{
display:none;
}
.mod-itemList[class*="-tile"] ul > li .item-evaluation-wrap{
margin-bottom:10px;
}
.mod-itemList[class*="-tile"] ul > li .mod-item > .image/*, .mod-itemList[class*="-list"] ul > li .mod-item > .image*/{
position:relative;
}
/*/*在庫無デザイン修正のためコメントアウト
.mod-itemList[class*="-tile"] ul > li .mod-item > .image .no-item{
right:0;
padding:47% 0 0;
}
*/
.mod-itemList[class*="-vertical"] ul, .mod-itemList[class*="-list"] ul{
margin-right:0;
}
.mod-itemList[class*="-vertical"] ul > li, .mod-itemList[class*="-list"] ul > li{
display:block;
width:100%;
}
.mod-itemList[class*="-list"] > ul > li{
margin-bottom:20px;
border-bottom:1px solid #ddd;
padding-bottom:20px;
}
.mod-itemList[class*="-list"] > ul > li .mod-item,
.mod-itemList[class*="-tile"] > ul > li .mod-item{
margin-bottom:10px !important;
}
.mod-itemList[class*="-list"] > ul > li .item-evaluation-wrap{
margin-right:54%;
margin-right:calc(50% + 10px);
}
.mod-itemList[class*="-list"] > ul > li .item-wish-list-button{
margin-left:54%;
margin-left:calc(50% + 10px);
margin-top:10px;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ico"] .mod-item .image::before, .mod-itemList[class*="-list"] ul > li[class*="-ico"] .mod-item .image::before{
position:absolute;
top:-3px;
left:-3px;
content:"";
z-index:1;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ico"][class*="-ssv"], .mod-itemList[class*="-tile"] ul > li[class*="-ico"][class*="-ssv-net"], .mod-itemList[class*="-tile"] ul > li[class*="-ico"][class*="-ggv"], .mod-itemList[class*="-tile"] ul > li[class*="-ico"][class*="-ggv-net"], .mod-itemList[class*="-list"] ul > li[class*="-ico"][class*="-ssv"], .mod-itemList[class*="-list"] ul > li[class*="-ico"][class*="-ssv-net"], .mod-itemList[class*="-list"] ul > li[class*="-ico"][class*="-ggv"], .mod-itemList[class*="-list"] ul > li[class*="-ico"][class*="-ggv-net"]{
padding-top:0;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ssv"] .mod-item .image::before, .mod-itemList[class*="-list"] ul > li[class*="-ssv"] .mod-item .image::before{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
top: -15px;
left: -10px;
width: 120px;
height: 32px;
-moz-background-size: 100px auto;
-o-background-size: 100px auto;
-webkit-background-size: 100px auto;
background-size: 100px auto;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ssv-net"] .mod-item .image::before, .mod-itemList[class*="-list"] ul > li[class*="-ssv-net"] .mod-item .image::before{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
top: -15px;
left: -5px;
width: 120px;
height: 30px;
-moz-background-size: 120px auto;
-o-background-size: 120px auto;
-webkit-background-size: 120px auto;
background-size: 120px auto;
background-position: 0 -76px;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ggv"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-ggv"] .mod-item .image::before{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
top: -15px;
left: -10px;
width: 120px;
height: 32px;
-moz-background-size: 100px auto;
-o-background-size: 100px auto;
-webkit-background-size: 100px auto;
background-size: 100px auto;
background-position: 0 -32px;
}
.mod-itemList[class*="-tile"] ul > li[class*="-ggv-net"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-ggv-net"] .mod-item .image::before{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
top: -15px;
left: -5px;
width: 120px;
height: 30px;
-moz-background-size: 120px auto;
-o-background-size: 120px auto;
-webkit-background-size: 120px auto;
background-size: 120px auto;
background-position: 0 -104px;
}
.mod-itemList[class*="-tile"] ul > li[class*="-7daysvalue"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-7daysvalue"] .mod-item .image::before{
overflow: hidden;
display: inline-block;
text-indent: 200%;
white-space: nowrap;
vertical-align: middle;
line-height: 1;
background-image: url(../../sp/images/sp_icon_ssv_series.png);
background-repeat: no-repeat;
position: absolute;
top: -15px;
left: -5px;
width: 130px;
height: 30px;
-moz-background-size: 130px auto;
-o-background-size: 130px auto;
-webkit-background-size: 130px auto;
background-size: 130px auto;
background-position: 0px -142px;
}
.mod-itemList[class*="-tile"] ul > li[class*="-weeklypush"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-weeklypush"] .mod-item .image::before,
.mod-itemList[class*="-tile"] ul > li[class*="-monthlypush"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-monthlypush"] .mod-item .image::before,
.mod-itemList[class*="-tile"] ul > li[class*="-hpv"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-hpv"] .mod-item .image::before,
.mod-itemList[class*="-tile"] ul > li[class*="-pressv"] .mod-item .image::before,
.mod-itemList[class*="-list"] ul > li[class*="-pressv"] .mod-item .image::before{
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/sp_icon_ssv_series.png');
background-repeat:no-repeat;
width:111px;
height:26px;
background-size:130px auto;
background-position:0 -175px;
top: -10px;
left: -10px;
}
.mod-itemList[class*="-image"] > ul{
margin:0 -5px 15px 0;
}
.mod-itemList[class*="-image"] > ul > li{
margin:0 5px 5px 0;
padding-top:0;
width:90px;
}
.mod-itemList[class*="-image"] > ul > li img{
border:1px solid #ddd;
width:88px;
height:auto;
vertical-align:top;
}
.mod-view-mode + .mod-itemList{
margin:30px 0 0;
}
/* table module
--------------------------------------------------------------------------------------------------- */
/* navigation module
--------------------------------------------------------------------------------------------------- */
.mod-button{
letter-spacing:0;
text-align:center;
}
.mod-button a{
display:block;
border-bottom:4px solid #2ca009;
border-radius:10px;
padding:13px 0;
background:#7fbe26;
color:#fff !important;
font-weight:bold;
font-size:20px;
font-size:2rem;
text-decoration:none !important;
letter-spacing:0.05em;
}

.mod-tab{
position:relative;
margin:0 -15px;
letter-spacing:-0.4em;
text-align:center;
z-index:0;
}
.mod-tab::before{
position:absolute;
right:-15px;
left:-15px;
content:"";
display:block;
border:solid #e4007f;
z-index:-1;
}
.mod-tab > li{
position:relative;
display:inline-block;
vertical-align:middle;
margin:0 5px;
width:45.4%;
width:calc(50% - 15px);
font-weight:bold;
font-size:16px;
font-size:1.6rem;
text-align:center;
letter-spacing:0;
z-index:1;
}
.mod-tab > li > a{
display:block;
border:solid #e4007f;
padding:4px 0;
background:#ffffff;
color:#e4007f;
}
.mod-tab > li > a span{
font-size:14px;
font-size:1.4rem;
}
.mod-tab > li > a .count{
color:#666;
}
.mod-tab > li.is-active{
font-size:18px;
font-size:1.8rem;
}
.mod-tab > li.is-active span{
font-size:14px;
font-size:1.4rem;
vertical-align:middle;
}
.mod-tab > li.is-active.is-onair::after{
position:absolute;
right:-1000%;
left:-1000%;
content:"";
display:block;
height:25px;
background:#fdebf5;
z-index:10;
}
.mod-tab > li.is-onair a{
background:#fdebf5;
}
.mod-tab > li .now{
position:absolute;
top:-25px;
right:-5px;
z-index:0;
line-height: 1.83333;
min-width:170px;
}
.mod-tab > li .now::before, .mod-tab > li .now::after{
position:absolute;
left:0;
right:0;
margin:auto;
}
.mod-tab > li .now::before{
content:"";
display:block;
border:solid #e60012;
border-color:#e60012 transparent transparent;
border-width:6px 3px 0;
width:0;
bottom:-6px;
z-index:1;
}
.mod-tab > li .now::after{
content:"";
display:block;
border:solid #fff;
border-color:#fff transparent transparent;
border-width:10px 5px 0;
width:0;
bottom:-10px;
z-index:0;
}
.mod-tab > li .now > a{
position:relative;
display:block;
border-radius:50px;
color:#fff;
background:#e60012;
font-size:12px;
font-size:1.2rem;
white-space:nowrap;
padding: 0 20px;
}
.mod-tab > li .now > a::before, .mod-tab > li .now > a::after{
position:absolute;
margin:auto;
content:"";
}
.mod-tab > li .now > a::before{
top:4px;
left:5px;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:12px;
height:12px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1446px;
}
.mod-tab > li .now > a::after{
top:0;
bottom:0;
right:6px;
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:11px;
height:11px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -561px;
}
.mod-tab[class*="-top"]::before{
bottom:0;
border-width:0 0 2px;
}
.mod-tab[class*="-top"] > li{
vertical-align: bottom;
}
.mod-tab[class*="-top"] > li > a{
border-width:1px 1px 2px;
border-radius:6px 6px 0 0;
}
.mod-tab[class*="-top"] > .is-active > a{
border-width:2px 2px 0;
padding:5px 0 7px;
}
.mod-tab[class*="-top"] > .is-active::before{
position:absolute;
right:33px;
bottom:0;
left:33px;
content:"";
display:block;
border-bottom:2px solid #e4007f;
}
.mod-tab[class*="-top"] > .is-active.is-onair::after{
bottom:-25px;
}
.mod-tab[class*="-bottom"]::before{
top:0;
border-width:2px 0 0;
}
.mod-tab[class*="-bottom"] > li{
vertical-align: top;
}
.mod-tab[class*="-bottom"] > li a{
border-width:2px 1px 1px;
border-radius:0 0 6px 6px;
}
.mod-tab[class*="-bottom"] > .is-active a{
border-width:0 2px 2px;
padding:7px 0 5px;
}
.mod-tab[class*="-bottom"] > .is-active::before{
position:absolute;
top:0;
right:33px;
left:33px;
content:"";
display:block;
border-top:2px solid #e4007f;
}
.mod-tab[class*="-bottom"] > .is-active.is-onair::after{
top:-25px;
}

.mod-pagetitle + .mod-tab[class*="-top"]{
margin-top:40px;
}
.mod-relation-link + .mod-tab[class*="-top"]{
margin-top:30px;
}
.mod-tabContent{
padding:25px 0;
}
.mod-pager{
margin:40px 0 50px;
}
.mod-pager .pages{
margin:0 0 25px;
text-align:center;
}
.mod-pager ul{
text-align:center;
letter-spacing:-0.5em;
}
.mod-pager ul > li{
position:relative;
display:inline-block;
vertical-align:middle;
margin:0 5px;
letter-spacing:0;
}
.mod-pager ul > li a{
display:inline-block;
vertical-align:middle;
border:1px solid #959595;
border-radius:4px;
width:30px;
color:#666;
line-height:30px;
}
.mod-pager ul > li.prev{
margin-left:0;
}
.mod-pager ul > li.prev a::before{
content:"";
display:block;
border:solid #a0a0a0;
border-color:transparent #a0a0a0 transparent transparent;
border-width:7px 8px 7px 0;
width:0;
}
.mod-pager ul > li.next{
margin-right:0;
}
.mod-pager ul > li.next a::before{
content:"";
display:block;
border:solid #a0a0a0;
border-color:transparent transparent transparent #a0a0a0;
border-width:7px 0 7px 8px;
width:0;
}
.mod-pager ul > li.prev a, .mod-pager ul > li.next a{
overflow:hidden;
white-space:nowrap;
text-indent:200%;
}
.mod-pager ul > li.prev a::before, .mod-pager ul > li.next a::before{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
}
.mod-pager ul > li.is-active span{
border-color:#f17fbf;
background:#f17fbf;
color:#fff;
font-weight:bold;
display:inline-block;
vertical-align:middle;
border:1px solid #959595;
border-radius:4px;
width:30px;
line-height:30px;
}

.mod-select{
position:relative;
overflow:hidden;
border:1px solid #959595;
border-radius:4px;
background:#ffffff;
width:100%;
z-index:0;
}
.mod-select::before{
position:absolute;
top:0;
bottom:0;
margin:auto;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:15px;
height:8px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -515px;
right:9px;
z-index:1;
}
.mod-select::after{
position:absolute;
top:0;
right:0;
bottom:0;
width:34px;
content:"";
background:#a0a0a0;
z-index:0;
}
.mod-select > select{
position:relative;
padding:0 10px;
width:125%;
height:33px;
border:none;
background:transparent;
color:#a0a0a0;
font-size:16px;
font-size:1.6rem;
line-height:33px;
z-index:2;
}

.mod-inputText{
position:relative;
}
.mod-inputText input{
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:0 10px;
border:1px solid #959595;
border-radius:4px;
width:100%;
height:42px;
background:#fff;
}
.mod-inputText[class*="-search"]::before{
position:absolute;
top:0;
bottom:0;
margin:auto;
content:"";
overflow:hidden;
display:inline-block;
text-indent:200%;
white-space:nowrap;
vertical-align:middle;
line-height:1;
background-image:url('/sp/images/common-img-sprite.png?ver=3.75.2');
background-repeat:no-repeat;
width:17px;
height:17px;
-moz-background-size:158px auto;
-o-background-size:158px auto;
-webkit-background-size:158px auto;
background-size:158px auto;
background-position:0 -1633px;
left:14px;
}
.mod-inputText[class*="-search"] input{
padding-left:41px;
color:#a0a0a0;
}
#rankingArea {
  margin: 0 auto;
  width: 95%;
}
#rankingArea h2.heading {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  padding: 0;
  position: relative;
}
#rankingArea h2:after {
  content: '';
  display: block;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid #333;
}
#rankingArea h2 .title {
  font-size: 21px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 5px 20px;
}
#rankingArea .subtitle {
  font-size: 16px;
  text-align: center;
}
#rankingArea .lead {
  text-align: center;
  font-size: 14px;
  padding: 3px 0 10px;
}
.mod-ranking{
    margin-top:10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
}
.mod-ranking>li{
    background-color:#fff;
    position:relative;
    text-align:center;
    width:33%;
    font-size:14px;
}
.mod-ranking>li .rank{
    display: block;
    margin: 0 0 5px 5px;
    padding: 3px 0;
    width: 36px;
    background: #e0e0e0;
    color: #666;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.mod-ranking>li .image {
    padding: 0 5px;
}
.mod-ranking>li .image img {
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.mod-ranking>li .program-time{
    display: block;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #333;
}
.mod-ranking>li .item-name{
    display: block;
    padding: 0 5px 30px 5px;
    text-align: left;
    text-decoration: underline;
    color: #333;
}



/* inline module
--------------------------------------------------------------------------------------------------- */
/* modifire module
--------------------------------------------------------------------------------------------------- */
/* text align */
.m_alignLeft{
text-align:left !important;
}

.m_alignCenter{
text-align:center !important;
}

.m_alignRight{
text-align:right !important;
}

.m_alignTop{
vertical-align:top !important;
}

.m_alignMiddle{
vertical-align:middle !important;
}

.m_alignBottom{
vertical-align:bottom !important;
}

/* font style */
.m_fontBold{
font-weight:bold;
}

.m_fontItalic{
font-style:italic;
}

.m_fontNormal{
font-style:normal !important;
font-weight:normal !important;
}

/* fontColor */
.m_colorType01{
color:#333;
}

.m_colorType02{
color:#e4007f;
}
@media screen and (max-width: 320px){
  #gnav .gnav-mymenu > button > span{
    font-size: 10px;
    font-size: 1.0rem;
  }
  .mod-tab > li .now{
  min-width:auto;
  }
}
.jsc-border-top-gray .gfooter-copyright{
padding: 10px;
text-align: center;
background-color: #f3f3f3;
font-size: 9px;
}
#gfooter #jsc-top-btn{
height: 60px;
width: 60px;
bottom: 110px;
right: 5px;
font-size: 14px;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
box-shadow: none;
color: #fff;
background-color: #9a9a9a;
border-radius: 5px;
position: fixed;
z-index: 9999;
text-align: center;
border: solid 1px #ccc;
}
#gfooter #jsc-top-btn span {
  transform: scale(1.5, 1);
  display: block;
}
/*EP-772 ADD end*/

.jsc-breadcrumb #BreadCrumb,
.jsc-breadcrumb > ul{
background-color: #fef7fb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
clear: both;
font-size: 12px;
letter-spacing: 2px;
line-height: 1.8;
padding: 8px 16px;
}
#noResult{
font-size: 14px;
margin: 10px 0;
}

/*EP-1333 ADD start*/
#accessSiteBackFooter .accessSiteBack {
    padding: 20px;
    border-top: 1px solid #ddd;
}

#accessSiteBackThanks .accessSiteBack{
    padding: 20px;
}

.accessSiteBackBtn {
  display: block;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  z-index: 128;
}

.accessSiteBackBtn::before{
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  content: "";
  margin-right: 10px;
}

.accesssiteBackBtn.arrowLeft::before {
  width: 8px;
  height: 15px;
  background-position: 0 -541px;
}
/*EP-1333 ADD end*/

/*EP-1442 ADD start*/

h2 {
  font-size: 12px;
  padding: 10px 0 10px 10px;
}
.jsc-breadcrumb {
line-height: 17px;
border-top: 1px solid #fff;
border-bottom: 1px solid #dcdcdc;
font-size: 80%;
}

.jsc-breadcrumb ul {
padding: 0 5px;
}

.jsc-breadcrumb li {
display: inline;
word-break: break-all;
}

.jsc-breadcrumb a {
display: inline;
text-decoration: underline;
}

.jsc-breadcrumb-path:after {
margin-left: 2px;
content: '>';
display: inline-block;
}
.jsc-btn {
border: 1px solid #d0d0d0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
background: linear-gradient(to bottom, #fff 20%, #eee 97%);
display: inline-block;
height: 42px;
margin: 10px 0;
outline: none;
position: relative;
border-radius:4px;
}
.jsc-btn a {
display: block;
padding: 8px 5px 0;
width: 100%;
height: 100%;
}
.jsc-btn-normal {
color: #333;
background-color: #fff;
}
.jsc-content-normal {
  padding: 10px;
}
.jsc-w-100 {
width: 100%;
}
select {
font-size: 16px;
}
input[type='checkbox'] {
height: 20px;
width: 20px;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='date'],
input[type='tel'] {
  width: 100%;
  font-size: 16px;
  height: 32px;
  border: solid 1px #333;
  border-radius: 5px;
}
.jsc-table-select {
  margin: 10px 0;
  width: 100%;
}

.jsc-table-select tbody {
  border-top: solid 2px #aaa;
}

.jsc-table-select th {
  background-color: #f0f0f0;
}

.jsc-table-select td,
.jsc-table-select th {
  padding: 5px;
  border: 1px solid #ccc;
}

.jsc-table {
  width: 100%;
  border: solid 1px #808080;
}

.jsc-table thead {
  text-align: left;
  background-color: #e6e6e6;
  font-size: 12px;
}

.jsc-table th {
  padding: 5px;
  border-bottom: solid 1px #ccc;
}

.jsc-table td {
  padding: 5px;
}

/* マイページアプリ枠用（古い） */
.jsc-font-bold {
  font-weight: 800;
}
.jsc-text-link {
display: inline;
color: #333;
text-decoration: underline;
}
.jsc-bgcolor-gray {
background-color: #f3f3f3;
}
.jsc-border-top-gray-1 {
border-top: solid 1px #ccc;
}
.jsc-touch-list {
background: #fff;
border-bottom: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
background-color: #fff;
}
.jsc-touch-list > a:first-child {
min-height: 36px;
display: block;
overflow: hidden;
position: relative;
}
.jsc-touch-list > a:first-child:after {
content: '';
float: right;
position: absolute;
top: 50%;
right: 5px;
margin-top: -7px;
display: block;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-image: url("../images/splite@2x.png?ver=3.16.1");
-webkit-background-size: 250px 500px;
-moz-background-size: 250px 500px;
-o-background-size: 250px 500px;
-ms-background-size: 250px 500px;
background-position: -76px -158px;
}
.jsc-touch-list > a:first-child > p {
margin-top: 10px;
}
.jsc-touch-list > a:first-child > p:first-child {
font-size: 12px;
margin-left: 10px;
float: left;
}
.jsc-row {
overflow: hidden;
}
.jsc-col-6 {
width: 50%;
}
.jsc-col-1,.jsc-col-2,.jsc-col-3,.jsc-col-4,.jsc-col-5,.jsc-col-6,
.jsc-col-7,.jsc-col-8,.jsc-col-9,.jsc-col-10,.jsc-col-11,.jsc-col-12 {
float: left;
}
.jsc-align-left {
text-align: left;
}
.jsc-p-10 {
padding: 10px;
}
.jsc-p-lr-10 {
padding: 0 10px;
}
.jsc-p-l-10 {
padding-left: 10px;
}
.jsc-p-tb-5 {
padding: 5px 0;
}
.jsc-view-list dl {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
}
.jsc-view-list dt {
width: 100px;
}
.jsc-view-list dd {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
box-flex: 1;
padding-left: 10px;
font-size: 12px;
padding-right: 10px;
}
ul.jsc-row li.jsc-col-6.jsc-touch-list:nth-child(odd) {
position: relative;
}
ul.jsc-row li.jsc-col-6.jsc-touch-list:nth-child(even) {
margin-right: -2px;
}
@media screen and (device-aspect-ratio: 40/71) {
  ul.jsc-row li.jsc-col-6.jsc-touch-list:nth-child(odd) {
  position: static;
  }
  ul.jsc-row li.jsc-col-6.jsc-touch-list:nth-child(even) {
  margin-right: 0;
  }
}
.jsc-display-box h2{
  font-size:12px;
}
.jsc-border-top-gray {
  border-top: solid 1px #ccc;
}
.jsc-border-bottom-gray {
  border-bottom: solid 1px #ccc;
}
.jsc-item-status-icon img {
  height: 20px;
  width: auto;
  pointer-events: none;
}
.jsc-font-14 {
  font-size:14px;
}
.jsc-font-normal {
  font-weight:normal;
}
footer .jsc-bgcolor-gray {
  font-size:9px;
  text-align:center;
}
/* auかんたん決済ヘッダーのロゴ */
.jsc-logo {
  margin: 0 auto;
  text-indent: -800px;
  background-repeat: no-repeat;
  background-image: url("../images/splite@2x.png?ver=3.16.1");
  -webkit-background-size: 250px 500px;
  -moz-background-size: 250px 500px;
  -o-background-size: 250px 500px;
  -ms-background-size: 250px 500px;
  background-position: -90px 0;
  width: 62px;
  height: 40px;
}
.jsc-logo-min {
  background-repeat: no-repeat;
  background-image: url("../images/splite@2x.png?ver=3.16.1");
  -webkit-background-size: 250px 500px;
  -moz-background-size: 250px 500px;
  -o-background-size: 250px 500px;
  -ms-background-size: 250px 500px;
  background-position: -76px -158px;
}
/* 「注文処理中…」メッセージ */
.FreezePaneOn {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 900;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -ms-filter: alpha(opacity=0);
  opacity: 0;
}
.InnerFreezePaneOn {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 100px;
}
.InnerFreezePaneOn p {
  height: 100px;
  width: 95%;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  background-color: rgba(255,255,255,0.8);
  border-color: #404040;
  border-style: solid;
  border-width: 1px;
}
.InnerFreezePaneOnArea {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
/* クチコミ商品が存在しない場合画面　旧SSVGGV帯 */
.li-ttl1 {
  background: url("/sp/images/SsvPrdShow/bg_ssv_header.gif") repeat-x left top;
  background-size: 17px 75px;
  padding: 0 5px;
}

.li-ttl1 p {
  color: #57301f;
}

.li-ttl1 .jsc-netssv-header {
  padding: 14px 0;
}

.li-ttl3 {
  background: url("/sp/images/SsvPrdShow/bg_ggv_header.gif") repeat-x left top;
  background-size: 17px 78px;
  padding: 0 5px;
}

.li-ttl3 p {
  color: #fff;
}

.li-ttl3 .jsc-netggv-header {
  padding: 5px 0;
}

.li-ttl5 {
  background: url("/sp/images/SsvPrdShow/bg_7days_header.png") repeat-x left top;
  -webkit-background-size: 17px 78px;
  background-size: 17px 78px;
  padding: 0 5px;
}
.li-ttl5 p {
  color: #fff;
}

.li-ttl6 {
  background: url("/sp/images/SsvPrdShow/bg_weeklypush_header.gif") repeat-x left top;
  -webkit-background-size: 17px 78px;
  background-size: 17px 78px;
  padding: 0 5px;
}

.li-ttl6 p {
  color: #fff;
}

.li-ttl1 p,
.li-ttl3 p,
.li-ttl6 p,
.li-ttl5 p {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.li-ttl1 .jsc-ssv-header,
.li-ttl3 .jsc-ggv-header,
.li-ttl5 .jsc-netssv-header,
.li-ttl6 .jsc-weeklypush-header {
  padding: 14px 0;
}

.li-ttl1-logo {
  padding-top: 12px;
}

.li-ttl1-logo img {
  width: 120px;
}

.li-ttl2-logo {
  padding-top: 7px;
}

.li-ttl2-logo img {
  width: 163px;
}

.li-ttl3-logo {
  padding-top: 16px;
}

.li-ttl3-logo img {
  width: 120px;
}

.li-ttl4-logo {
  padding-top: 7px;
}

.li-ttl4-logo img {
  width: 163px;
}

.li-ttl5-logo {
  padding-top: 7px;
  text-align: left;
}

.li-ttl5-logo img {
  width: 120px;
}

.li-ttl6-logo {
  padding-top: 16px;
}

.li-ttl6-logo img {
  width: 180px;
}

.jsc-display-box {
  display: -webkit-box;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
}
.jsc-box-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
.jsc-view-list .jsc-item-rcptno {
  color: #808080;
}

.jsc-view-list .jsc-item-rcptno:before {
  content: '商品No.';
}

.jsc-view-list .jsc-item-name {
  color: #333;
}

.jsc-view-list .jsc-item-price {
  font-size: 14px;
  color: #666;
}

.jsc-view-list .jsc-item-favorite {
  color: #d45000;
}

.jsc-view-list .jsc-item-caption {
  color: #f00;
}

.jsc-view-list .jsc-period {
  color: #808080;
  font-weight: bold;
}

.jsc-view-list .jsc-dc-percent {
  color: #eb0000;
  font-weight: bold;
}

.jsc-view-list .jsc-item-period {
  color: #808080;
  font-weight: bold;
}

.jsc-view-list .jsc-wprice-wrap .jsc-wprice {
  font-weight: bold;
  color: #808080;
  margin-right: 5px;
}

.jsc-view-list .jsc-wprice-wrap .jsc-text-through .jsc-wprice {
  margin-right: 0;
}

.jsc-item-period {
  color: #808080;
  font-weight: bold;
}

.jsc-period,
.jsc-wprice-wrap {
  font-weight: bold;
  color: #808080;
}

.jsc-wprice-wrap .jsc-price-text {
  margin-right: 5px;
}

.jsc-wprice-wrap .jsc-text-through {
  color: #eb0000;
  text-decoration: line-through;
  margin-right: 5px;
}

.jsc-wprice-wrap .jsc-wprice,
.jsc-period {
  color: #808080;
}

.todays-special .jsc-period {
  font-size: 10px;
}

.jsc-price-red {
  font-size: 16px;
  color: #eb0000;
  font-weight: 800;
}

.jsc-price-red .yen-mark {
  font-size: 12px;
}

.jsc-price-black {
  font-size: 14px;
  color: #333;
  font-weight: 800;
}

.jsc-price-black .yen-mark {
  font-size: 12px;
}

.jsc-plus-tax {
  font-size: 11px;
  font-weight: normal;
  color: #808080;
  margin-right: 5px;
}

.jsc-dc-percent {
  word-break: keep-all;
  font-size: 14px;
  color: #eb0000;
  font-weight: 800;
}

.todays-special .jsc-dc-percent {
  font-size: 12px;
}

.jsc-carousel-wrapper .jsc-price-area {
  text-align: left;
  margin-top: 2px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-period {
  color: #808080;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-wprice-line {
  color: #eb0000;
  padding-right: 3px;
  text-decoration: line-through;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-price {
  font-size: 16px;
  font-weight: bold;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-price-red {
  font-size: 16px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-saletype-txt {
  color: #333;
  font-size: 11px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-yen-mark {
  font-size: 11px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-present-price {
  font-size: 16px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-plus-tax {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-discount-percent {
  color: #eb0000;
  font-weight: bold;
}

.jsc-carousel-wrapper .kuchikomiItemList {
  margin-top: 2px;
}

.jsc-carousel-wrapper .kuchikomiItemList .star-rank {
  float: left;
}

.jsc-carousel-wrapper .kuchikomiItemList .star-s {
  width: 90px;
  height: 17px;
}

.jsc-carousel-wrapper .kuchikomiItemList .star-range {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 85px;
  height: 100%;
  background: url("/sp/images/kuchikomi_star_s02.png") repeat-x;
}

.jsc-carousel-wrapper .kuchikomiItemList .star-selected {
  position: absolute;
  width: 0;
  height: 100%;
  font-size: 1px;
  background: url("/sp/images/kuchikomi_star_s01.png") repeat-x;
}

.jsc-carousel-wrapper .kuchikomiItemList .qty {
  color: #808080;
  font-size: 14px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-wprice-wrapper,
.jsc-carousel-wrapper .jsc-price-area .jsc-wprice {
  color: #808080;
}

.jsc-price-area .jsc-discount-percent .jsc-num {
  font-size: 16px;
}

.jsc-price-area .jsc-discount-percent .jsc-percent {
  font-size: 14px;
}

.jsc-carousel-wrapper .jsc-price-area .jsc-price-red,
.jsc-carousel-wrapper .jsc-price-area .jsc-discount-percent {
  line-height: 1em;
}

.jsc-touch-list-normal {
  background: #fff;
}

.jsc-touch-list-normal .jsc-carousel-wrapper h3 {
  padding-bottom: 0;
}

.jsc-touch-list-normal .jsc-carousel-wrapper .jsc-carousel-list {
  overflow: hidden;
  padding-right: 8px;
  padding-bottom: 10px;
}

.jsc-touch-list-normal .jsc-carousel-wrapper .jsc-carousel-item .jsc-item-status-icon {
  text-align: left;
  height: 26px;
}

.jsc-touch-list-normal .jsc-carousel-wrapper .owl-carousel {
  padding: 10px;
}



.jsc-carousel-wrapper .owl-carousel .owl-wrapper .jsc-carousel-item dt,
.jsc-carousel-wrapper .owl-carousel .jsc-carousel-wrapper .jsc-carousel-item dt {
  min-height: 120px;
}

.jsc-carousel-wrapper .owl-carousel .owl-wrapper .jsc-carousel-item dd.jsc-text-link,
.jsc-carousel-wrapper .owl-carousel .jsc-carousel-wrapper .jsc-carousel-item dd.jsc-text-link {
  display: block;
  text-align: left;
}

.jsc-carousel-wrapper .owl-carousel .owl-wrapper .jsc-carousel-item .jsc-item-status-icon,
.jsc-carousel-wrapper .owl-carousel .jsc-carousel-wrapper .jsc-carousel-item .jsc-item-status-icon {
  text-align: left;
  height: 26px;
}

.jsc-carousel-wrapper .owl-theme .owl-controls {
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.jsc-carousel-wrapper .owl-theme .owl-controls .owl-buttons div {
  background: url("../images/splite@2x.png?ver=3.16.1") no-repeat;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-background-size: 250px 500px;
}

.jsc-carousel-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-position: -92px -365px;
  left: 0;
}

.jsc-carousel-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -92px -395px;
  right: 0;
}

.jsc-carousel-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev,
.jsc-carousel-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  top: 0;
  width: 50px;
  position: absolute;
}

.jsc-carousel-list .jsc-text-link {
  text-align: left;
}

.jsc-carousel-list .jsc-item-status-icon {
  height: 26px;
}

#RecommendCarouselTarget,
#HistoryCarouselTarget,
#WishListCarouselTarget,
#RelatedProdListCarouselTarget,
#SsvGgvListCarouselTarget,
#ThanksSsvGgvListCarouselTarget {
  font-size: 14px;
}

#RecommendCarouselTarget h2,
#HistoryCarouselTarget h2,
#WishListCarouselTarget h2,
#RelatedProdListCarouselTarget h2,
#SsvGgvListCarouselTarget h2,
#ThanksSsvGgvListCarouselTarget h2 {
  font-size: 12px;
}

#RecommendCarouselTarget .jsc-text-link,
#HistoryCarouselTarget .jsc-text-link,
#WishListCarouselTarget .jsc-text-link,
#RelatedProdListCarouselTarget .jsc-text-link,
#SsvGgvListCarouselTarget .jsc-text-link,
#ThanksSsvGgvListCarouselTarget .jsc-text-link {
  font-size: 14px;
}

#RecommendCarouselTarget .ignore-br br,
#HistoryCarouselTarget .ignore-br br,
#WishListCarouselTarget .ignore-br br,
#RelatedProdListCarouselTarget .ignore-br br,
#SsvGgvListCarouselTarget .ignore-br br,
#ThanksSsvGgvListCarouselTarget .ignore-br br {
  display: none;
}

#wpriceitems {
  font-size: 14px;
  width: auto;
}

#wpriceitems .jsc-carousel-list {
  padding-right: 12px;
}

#wpriceitems .jsc-carousel-list dt {
  min-height: 120px;
  text-align: center;
}

#wpriceitems .jsc-text-link {
  font-size: 14px;
}

.jsc-wait-list {
  background-color: #f5e1ff;
}

.jsc-font-18 {
  font-size: 18px;
}
.jsc-icon-crown-1st {
  content: '';
  display: inline-block;
  height: 17px;
  width: 23px;
  background-repeat: no-repeat;
  background-image: url("../images/splite@2x.png?ver=3.16.1");
  -webkit-background-size: 250px 500px;
  -moz-background-size: 250px 500px;
  -o-background-size: 250px 500px;
  -ms-background-size: 250px 500px;
  background-position: -91px -200px;
}

.jsc-icon-crown-2nd {
  content: '';
  display: inline-block;
  height: 17px;
  width: 23px;
  background-repeat: no-repeat;
  background-image: url("../images/splite@2x.png?ver=3.16.1");
  -webkit-background-size: 250px 500px;
  -moz-background-size: 250px 500px;
  -o-background-size: 250px 500px;
  -ms-background-size: 250px 500px;
  background-position: -91px -216px;
}

.jsc-icon-crown-3rd {
  content: '';
  display: inline-block;
  height: 17px;
  width: 23px;
  background-repeat: no-repeat;
  background-image: url("../images/splite@2x.png?ver=3.16.1");
  -webkit-background-size: 250px 500px;
  -moz-background-size: 250px 500px;
  -o-background-size: 250px 500px;
  -ms-background-size: 250px 500px;
  background-position: -91px -233px;
}
/*EP-1442 ADD end*/

#weeklypush .mod-itemList {
  padding: 0;
  position: relative;
  margin: 0 -20px;
}
#weeklypush .mod-itemList ul {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#weeklypush .mod-itemList ul li {
  width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0;
  padding: 2% 4% 2% 0;
}
#weeklypush .mod-itemList ul li:first-child {
  margin-left:20px;
}
#weeklypush .mod-itemList ul .li:nth-child(n+3) {
  margin-top: 0;
}
#weeklypush .mod-itemList ul > li .mod-item .item-ico{
  overflow:hidden;
  display:inline-block;
  text-indent:200%;
  white-space:nowrap;
  vertical-align:middle;
  line-height:1;
  background-image:url('/sp/images/sp_icon_ssv_series.png');
  background-repeat:no-repeat;
  position:absolute;
  top:-6px;
  left:-10px;
  width: 120px;
  height: 15px;
  background-size: 80px auto;
}
#weeklypush .mod-itemList ul > li .mod-item .item-ico.m-weeklypush{
  background-position: 0 -109px;
}
#weeklypush .mod-itemList ul > li .mod-item .item-ico.m-monthlypush {
  background-position: 0 -149px;
}

.input-wrapper-password {
  position: relative;
}

input#password::-ms-reveal{
  display: none;
}

.passChgChk {
  margin-bottom: 10px;
}

.toggle-password {
  display:none;
}

.toggle-password + label {
  position: absolute;
  right: 0;
  margin: 10px 10px;
  z-index: 1;
  overflow: hidden;
  display:inline-block;
  width: 25px;
  height: 21px;
  background-color: #6b6b6b;
  -webkit-mask-image: url(/com/images/eye-slash-solid.svg);
  -webkit-mask-size: cover;
  mask-image: url(/com/images/eye-slash-solid.svg);
  mask-size: cover;
}

.toggle-password:checked + label {
  -webkit-mask-image: url(/com/images/eye-solid.svg);
  mask-image: url(/com/images/eye-solid.svg);
}

/* チャットボットのボタン位置 */
body .krkr-button-img {
  right: 10px;
  bottom: 180px;
}

/*ショップチャンネルサイトのみで表示させる*/
.shopchOnly{
  display: none;
}
/*ショップチャンネルサイト以外で表示させる*/
.socialECOnly{
  display: none;
}