/* カスタマイズ用CSS */

/*190521*/
a {
    color: #beab80;
}

.fixed {
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ec-categoryNaviRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.4;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
    background-color: #393939;
    border-color: #202020;
    display: block;
}

.ec-itemNav {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ec-itemNav__nav li a {
    background-color: #393939;
    color: #fff;
}

.ec-itemNav__nav > li:hover > a {
    background: #fafafa;
}

.ec-itemNav__nav > li:hover > a {
    background: #202020;
}

.ec-headerNav .ec-headerNav__item.favorite_block a {
    background-color: #beab80;
    border-color: #b5a06f;
    border-radius: 5px;
    padding: 0 10px;
}

.ec-headerNav .ec-headerNav__item.favorite_block a:hover {
    color: #fff;
    background-color: #ad955e;
    border-color: #99824e;
}
.ec-headerNav .ec-headerNav__item.favorite_block a:focus {
    color: #fff;
    background-color: #ad955e;
    border-color: #6d5d38;
}

.ec-headerNav .ec-headerNav__item.favorite_block .ec-headerNav__itemLink {
    color: #fff;
    margin: 0;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    color: #333;
}

/*poplar*/
.ec-eyecatchRole {
    margin-bottom: 0;
}

.ec-newItemRole#popular, .ec-newItemRole#partner {
    padding: 10px;
    border: 1px solid #ababab;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ec-newItemRole#popular .ec-secHeading:after, .ec-newItemRole#partner .ec-secHeading:after {
    clear: both;
    content: "";
}

.ec-newItemRole#popular .ec-newItemRole__listItemPrice:last-child, .ec-newItemRole#partner .ec-newItemRole__listItemPrice:last-child {
    text-align: right;
}

span.more_btn {
    float: right;
    margin-top: 3px;
}

span.more_btn a {
    background-color: #beab80;
    border-color: #b5a06f;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.ec-layoutRole__footer {
    margin-top: 25px;
    background-color: #393939;
    color: #878787;
    overflow-x: hidden;
}

/*footer*/
.ec-footerRole {
    margin-top: 0;
    background-color: #393939;
}

.ec-footerRole ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ec-footerRole .site, .ec-footerRole .tools, .ec-footerRole .about, .ec-footerRole .brands  {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.ec-footerRole .footer-menu-column {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;  
}

/*.ec-login__link span {
    font-size: 1.3rem;
    position: absolute;
    float: right;
    text-align: right;
    right: 0;
}*/

.ec-login .ec-login__link {
    margin-top: 1em;
}

#page_entry .ec-pageHeader h1:after {
    content: "※ご入会の申し込み後、所定の審査に10日程度いただく場合が御座います。";
    font-size: 0.5em;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

.padding-tb {
    padding: 10vh 15px;
}

@media (min-width: 768px) {
    .ec-footerRole .site, .ec-footerRole .tools, .ec-footerRole .about, .ec-footerRole .brands {
        float: left;
        width: 33.3333333333%;
    }
    
    .ec-footerRole .footer-menu-column {
        float: left;
        width: 33.3333333333%;
    }

    .ec-footerRole .ec-footerRole__inner img {
        width: auto;
        height: 30px;
        display: block;
    }
    
    /*.ec-off2Grid .ec-off2Grid__cell {
        width: 100%;
        margin: auto;
    }*/
    
}

@media (min-width: 992px) {
.ec-footerRole .site, .ec-footerRole .tools, .ec-footerRole .about, .ec-footerRole .brands {
    float: left;
    width: 25%;
}
.ec-footerRole .footer-menu-column {
    float: left;
    width: 16.6%;
    width: calc(100% / 6);
}
}

.footer-menu-title {
    font-size: 1em;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
    border-bottom: none;
    margin-bottom: 10px;
    margin-top: 11px;
}

.ec-footerRole .brands ul {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.ec-footerRole .brands .row {
    margin-right: -10px;
    margin-left: -10px;
}

.ec-footerRole a, .ec-footerRole a:hover {
    color: #878787;
}

.ec-footerRole section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    min-height: 200px;
}

.ec-footerRole .copyright {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #323232;
    box-shadow: inset 1px 9px 9px -6px rgba(0,0,0,0.25);
}

.ec-footerRole .copyright .ec-footerRole__inner {
    display: flex;
}

.ec-footerRole .copyright .ec-footerTitle__logo {
    width: 20%;
    width: calc(100% / 5 * 1);
    margin-bottom: 0;
    padding-top: 10px;
}

.ec-footerRole .copyright .ec-footerTitle__copyright {
    width: 80%;
    width: calc(100% / 5 * 4);
    text-align: right;
}
.ec-footerRole .copyright .ec-footerTitle__copyright .copyright_url {
    color: #ffffff;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

.ec-secfooter {
    height: 30px;
    text-align: right;
}

/* topic関係 */
@media only screen and (min-width: 768px) {
.ec-topicRole .ec-topicRole__listItem {
	width: calc(97% / 2);
	box-sizing: content-box;
}
}

.ec-topicRole {
    padding: 0;
    background: #fff;
}

.ec-topicRole .ec-topicRole__listItem {
    margin-bottom: 40px;
}

/* topic共通 */
.spotting-prev:before, .spotting-next:before, .richlist-prev:before, .richlist-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.spotting-prev, .spotting-next, .richlist-prev, .richlist-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 37%;
	display: block;
	width: 25px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
	background: rgba(255,255,255,0.7);
	font-weight: bold;
}

.spotting-next, .richlist-next { right: 0px; }
.spotting-prev, .richlist-prev { left: 0px; }
.spotting-prev:before, .richlist-prev:before { content: '<'; }
.spotting-next:before, .richlist-next:before { content: '>'; }

.spotting.slick-initialized.slick-slider, .richlist.slick-initialized.slick-slider, .latest_storie.slick-initialized.slick-slider {
	margin-bottom: 20px;
}

#spotting .ec-secHeading, #richlist .ec-secHeading, #latest_storie .ec-secHeading {
	padding: 10px;
	margin-bottom: 0;
	color: #fff;
}

#spotting .ec-secHeading .ec-secHeading__line, #richlist .ec-secHeading .ec-secHeading__line, #latest_storie .ec-secHeading .ec-secHeading__line {
	display: inline-block;
	margin: 0 20px;
	width: 1px;
	height: 14px;
	background: #fff;
}

#spotting .details, #richlist .details, #latest_storie .details {
	padding: 0 15px;
	height: 105px;
	overflow-y: hidden;
}

#spotting .description, #richlist .description, #latest_storie .description {
	color: #393939;	
}


#spotting a, #spotting a:hover, #richlist a, #richlist a:hover, #latest_storie a, #latest_storie a:hover {
	color: #fff;
	text-decoration: none;
}

#spotting ul, #richlist ul, #latest_storie ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#spotting li, #richlist li, #latest_storie li {
	border-top: 2px dotted #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#spotting .view-all, #richlist .view-all, #latest_storie .view-all {
	border-top: 2px dotted #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#spotting img, #richlist img, #latest_storie img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/* spotting */
#spotting { background-color: #90a0a6; border-radius: 10px; }
#spotting a, #spotting a:hover { color: #fff; }
#spotting .ec-secHeading .ec-secHeading__line { display: inline-block; margin: 0 20px; width: 1px; height: 14px; background: #fff; }

/* richlist */
#richlist { background-color: #fff; border: 1px solid #ababab; border-radius: 10px; }
#richlist .ec-secHeading .ec-secHeading__line { background: #181716; }
#richlist li { border-top: 2px dotted #878787; }
#richlist .view-all { border-top: 2px dotted #878787; }
#richlist .ec-secHeading { color: #181716; }
#richlist a, #richlist a:hover { color: #181716; }

#latest_storie { background-color: #beab80; border-radius: 10px; }
#latest_storie .slick-slide { display: block; }

/* header */
.ec-layoutRole__header {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
    background: #ffffff;
}

.ec-headerTitle img {
    height: 50px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 100%;
}

.ec-headerNavSP {
    background: rgba(255,255,255,0.3);
    position: absolute;
}

/* PC 768px以上 */
@media only screen and (min-width: 768px) {
    .ec-headerTitle img {
        width: auto;
        padding: 10px 0;
    }
    
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 20px;
        margin: 0;
    }
    
    .ec-headerTitle .ec-headerTitle__title {
        text-align: left;
    }
    
    .ec-headerRole {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
        padding-top: 0;
    }
    
    .ec-itemNav {
        max-width: 1130px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ec-itemNav:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .ec-itemNav__nav {
        display: inline-block;
        float: left;
    }
    
    .ec-itemNav .ec-headerNaviRole__search {
        width: 30%;
        display: inline-block;
        float: right;
        height: 55px;
    }
    
     .ec-itemNav .ec-headerSearch {
        padding-top: 0.6em;
    }
    
    .ec-itemNav .ec-headerSearch .ec-headerSearch__category {
        float: left;
        width: 43%;
    }
    
    .ec-itemNav .ec-headerSearch .ec-headerSearch__keyword {
        float: right;
        width: 57%;
        border-bottom-left-radius: inherit;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    /*.ec-itemNav .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        display: none;
    }*/
    
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        position: relative;
        border: 0;
        background: #111;
        border-radius: 5px 0 0 5px !important;
        color: #fff;
    }
    
    .ec-itemNav .ec-headerSearch .ec-headerSearch__keyword {
        border-bottom-left-radius: inherit;
        border-radius: 0 5px 5px 0;
        background: #f6f6f6;
        border: 1px solid #878787;
    }
    
    .ec-layoutRole__contents {
        padding-top: 50px;
    }
    
    /*.ec-sliderItemRole .slideThumb {
        margin-bottom: 0;
        width: 50%;
        height: calc(525px / 3);
        overflow: hidden;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        cursor: pointer;
    }*/
    
    .ec-productRole img {
        width: 100%;
        /*height: 100%;*/
        height: 438px;
        object-fit: cover;
    }
    
    /*.slick-slider {
        margin-bottom: 30px;
        width: 50%;
        margin: 0; 
        display: inline-block;
    }*/
    
    .ec-grid2 {
        display: -ms-flexbox;
        display: block;
    }
    
    .ec-grid2 .ec-grid2__cell {
        width: 100%;
    }
    
    .ec-sliderItemRole .slideThumb img {
        width: 100%;
    }
    
    /*.ec-sliderItemRole .item_nav {
        float: right;
        width: 50%;
    }*/
    
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: calc(100% / 5);
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: calc(100% / 5 * 4);
    }
    
    .ec-headerNaviRole {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    
    
    
}


/*video関係ここから*/
#stage {
    position: relative;
    text-align: center;
    background-color: #878787;
}

/* @media (min-width: 480px){
#stage {
    height: 320px;
}
}

@media (min-width: 768px) {
#stage {
    height: 420px;
}
} 190603*/

#stage .video {
    position: relative;
    /*height: 100%; *190603*/
    padding-top: 56.25%; /*190603*/
    overflow-y: hidden;
    overflow-x: hidden;
}

#stage .video video {
    height: 100%;
    width: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

#stage .checkerboard {
    opacity: 0.4;
    background-color: #ffffff;
}

#stage .checkerboard {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#stage .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#stage .claim {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

@media (min-width: 1280px) {
	#stage .claim {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1150px;
	}
}

#stage .claim:before {
    display: table;
    content: " ";
}

/*#stage .claim__title {
    margin: 100px 0 0;
    border-bottom: none;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-weight: 300;
    font-size: 1.25em;
    background-color: rgba(50,50,50,0.5);
    padding: 13px 21px;
}*/

#stage .claim__title {
    margin: 100px 0 0 30px;
    border-bottom: none;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-weight: 300;
    font-size: 3em;
    background-color: rgba(50,50,50,0.5);
    padding: 13px 21px;
}

@media (min-width: 480px){
#view.pages.home #stage .claim__title {
    padding: 0;
    font-size: 1.75em;
    background-color: transparent;
}
}

@media (min-width: 768px){
#view.pages.home #stage .claim__title {
    font-size: 2em;
}
}

@media (min-width: 992px) {
#view.pages.home #stage .claim__title {
    font-size: 2.5em;
}
}

#stage .claim__title strong {
    font-weight: 500;
}

#stage .claim__title-divider {
    display: none;
}

@media (min-width: 480px){
#view.pages.home #stage .claim__title-divider {
    display: block;
    width: 100%;
    height: 0;
}
}

#stage .claim__title-second-line {
    display: inline;
}

@media (min-width: 480px){
#stage .claim__title-second-line {
    display: inline-block;
    /*background-color: rgba(50,50,50,0.5);*/
}
}

@media (min-width: 480px) {
#stage .claim__title-divider {
    display: block;
    width: 100%;
    height: 0;
}
}

#stage .claim:after{
    clear: both;
}

.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#stage a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop-video {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.shop-video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*video関係ここまで*/

/* カルーセルメニュー */
.ec-sliderRol-container {
    background-color: #ececec;
}
.ec-sliderRole {
    margin-bottom: 0;
}
.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -25px;
}

.slick-prev {
    left: -25px;
}

.ec-sliderRole .carousel_menu img {
    width: 100%;
    padding: 0 1em;
    height: 50px;
    object-fit: contain;
}

.ec-sliderRole .carousel_menu .name {
    text-align: center;
    color: #181716;
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 5px;
}

.item.slick-slide a img, .item.slick-slide a .name {
    opacity: 0.7;
    transition: all  0.3s ease;
}

.item.slick-slide a:hover img, .item.slick-slide a:hover .name {
    opacity: 1;
}

/* details */
.item_visual {
    /*height: 438px;*/
    object-fit: cover;
    overflow: hidden;
}

.slide-item {
    height: 438px;
}

.footer_nav_item li ul {
    padding-left: 1.5em;
    list-style-type: square;
}

.side_item, .side_item ul {
    padding: 0;
    list-style-type: none;
}

.side_nav {
    padding-left: 40px;
}

.side_nav p {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.side_item a, .side_item ul a {
    color: #333;
}

.side_nav li ul {
    list-style-type: square;
    padding-left: 1.5em;
}

.ec-footerRole .site > li, .footer_nav_item > li, .side_item > li {
    margin-bottom: 0.4em;
}

.ec-mypageRole .ec-navlistRole__item:first-child, .ec-mypageRole .ec-navlistRole__item:nth-child(4) {
    display: none;
}

@media (max-width: 1080px) { 
    .ec-sliderItemRole {
        display: block !important;
    }
    
    .slide-item {
        height: auto;
    }
    
    .item_visual {
    	width: 100%;
    	height: auto;
    }
    
    .ec-sliderItemRole .item_nav {
        display: flex;
    }
    
    .ec-sliderItemRole .slideThumb {
    	height: auto;
    	width: calc(100% / 3);
    }
    
    .ec-sliderItemRole .item_nav {
        display: flex;
        flex-wrap: wrap;
    }
    
    .ec-sliderItemRole .slideThumb:nth-child(n + 4) {
        display: block;
    }
        
    .ec-sliderItemRole .slideThumb a {
        width: 100%;
    }
    
    .ec-sliderItemRole .slideThumb img {
        width: 100%;
        max-height: 80px;
        object-fit: cover;
        object-position: center;
    }
    
    .ec-sliderItemRole {
        padding: 0;
    }
    
    .ec-grid2__cell.flex {
        display: block;
    }
    
    .ec-productRole__profile {
        width: 100%;
    }    
    
}

@media (max-width: 767px) {
    .ec-borderedDefs, .ec-reportHeading {
        border-top: none;
    }
    
    .ec-reportHeading, .ec-reportDescription {
        text-align: left;
    }
   .ec-footerRole .copyright .ec-footerRole__inner {
        display: block;
    }
    
    .ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav {
    	display: none;
    }
    
    .ec-categoryNaviRole .ec-itemNav .ec-headerSearch {
        display: none;
    }
    
    .ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li {
    	width: auto;
    }
    
    .ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a {
    	border-bottom: none;
    }
    
    .ec-categoryNaviRole .ec-sliderRol-container {
        overflow: hidden;
    }
    
    .ec-footerTitle .ec-footerTitle__logo {
        display: inline-block;
    }
    
    .ec-footerRole .copyright .ec-footerTitle__copyright {
        width: 100%;
        text-align: center;
        margin-top: 1.5em;
    }
    
    .ec-headerNav .ec-headerNav__item.favorite_block a {
        background: none;
        display: none;
    }
    .ec-headerTitle .ec-headerTitle__title h1 {
        text-align: left;
        padding-left: 0.5em;
    }
    
    .ec-headerTitle img {
        height: 30px;
        width: auto;
    }
    
    .ec-footerRole .footer-menu-column {
        padding: 20px;
    }
    
    #page_entry .ec-pageHeader h1:after {
        font-size: 0.9em;
    }
    
    #stage .claim__title {
    	font-size: 1.5em;
    }
    
    .ec-sliderItemRole .item_nav {
        display: flex;
        flex-wrap: wrap;
    }
    
    .ec-sliderItemRole .slideThumb:nth-child(n + 4) {
        display: block;
    }
        
    .ec-sliderItemRole .slideThumb a {
        width: 100%;
    }
    
    .ec-sliderItemRole .slideThumb img {
        width: 100%;
        max-height: 50px;
        object-fit: cover;
        object-position: center;
    }
    
    .ec-sliderItemRole {
        padding: 0;
    }
    
    .ec-grid2__cell.flex {
        display: block;
    }
    
    .ec-productRole__profile {
        width: 100%;
    }
    
    .sticky-menu {
        position: initial;
        margin: 0;
    }
    
    .sticky-menu {
        width: 100%;
    }
    
    .sticky-menu h3 {
        font-size: 2rem;
    }
    
    .sticky-menu .q a {
        font-size: 1.5rem;
    }
    
    .ec-headerNaviRole {
        padding-top: 0;
    }
    
    .ec-headerRole {
        padding-top: 0;
    }
    
    .ec-productRole.product-custom {
        padding-top: 3em;
    }
    
    .ec-headerTitle .ec-headerTitle__title a {
        margin: 0;
        padding: 15px 0;
    }   
    
    
    .other_page .ec-layoutRole__contents {
        padding-top: 2em;
    }
    
    .other_page .ec-pageHeader h1{
    	border-top: none;
    }
    
}

@media (max-width:479px) {
    #stage .claim__title {
        font-size: 1em;
    }

    /*.ec-login__link span {
        display: block;
        position: relative;
        text-align: left;
        width: 100%;
        padding: 1em 0;
    }*/
    .footer-menu-title {
        font-size: 1em;
    }
    
    .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 2em;
    }
    
    .ec-pageHeader h1 {
        border-top: none;
        padding: 12px 0;
    }
    
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 120px;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    height: 200px;
    max-height: 100%;
    object-fit: cover;
}

.ec-productRole .ec-productRole__code {
	border: none;
}

#page_help_privacy .ec-heading-bold:nth-child(n+2) {
    margin-top: 2em;
}

#page_help_privacy ol {
    padding-inline-start: 0;
    padding-left: 1em;
}

.ec-off1Grid .ec-off1Grid__cell:last-child {
    padding-bottom: 3em;
}

.ec-reportDescription span {
    display: inline-block;
}

.ib span {
    display: inline-block;
}


/*.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 120px;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    height: 120px;
    max-height: 100%;
    object-fit: cover;
}*/

.ec-productRole .ec-productRole__code {
	border: none;
}

.conf {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-bottom: 16px;
}

.conf tr {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 10px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conf th {
    font-weight: normal;
    width: 100%;
    padding-top: 0;
}

.conf td {
    padding: 0;
    width: 100%;
    line-height: 2.5;
}

@media only screen and (min-width: 768px) {

.conf tr {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 0 4px;
}

.conf th {
    padding-top: 14px;
    width: 30%;
}

.conf td {
    width: 70%;
    line-height: 3;
}

}