#main-content a {
    color: var(--textBlack);
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}
#main-content a:hover {
    color: var(--primary);
}

.badge.youtube {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	background: none !important;
    color: #9e9e9e !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
	border-radius: .125rem;
	box-shadow: none;
    margin-left: .5rem !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .7;
}

/* Mobile */
@media (max-width: 576px) {
    .fancybox-slide {
        padding: 44px 6px;
    }
}

/* 新商品等 icon img */
[category-3] > li {
    line-height: 48px;
}
[category-3] > li > img {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}

/* .text-link.text-blank => .text-link-blank icon */
.text-link-blank {
    position: relative;
    display: inline;
}
.text-link-blank::after {
    content: url('data:image/svg+xml,<svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23FC1B1C"></circle><rect x="6.75" y="10.75" width="6.5" height="6.5" stroke="white" stroke-width="1.5" stroke-linejoin="round"></rect><path d="M17 15V7H9" stroke="white" stroke-width="1.5" stroke-linecap="round"></path></svg>');;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    transition: all .3s;
    transform: translateY(6px);
}
.text-link-blank:hover::after {
    transform: translateY(6px) scale(1.5);
}

/* .text-link.text-normal => text-link-normal icon */
.text-link-normal {
    position: relative;
    display: inline;
}
.text-link-normal::after {
    content: url('data:image/svg+xml,<svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23FC1B1C"></circle><path d="M10 8L14 12L10 16" stroke="white" stroke-width="2" stroke-linecap="round"></path></svg>');
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    transition: all .3s;
    transform: translateY(6px);
}
.text-link-normal:hover::after {
    transform: translateY(6px) scale(1.5);
}

iframe #ot-sdk-btn-floating.ot-floating-button {
    /**/
}

span.roman {
    font-family: 'Roboto Slab', serif;
    letter-spacing: -0.1em;
    margin-right: .1em;
}

sub {
    top: unset;
    font-size: 0.8em;
    position: relative;
    bottom: -0.1em;
    vertical-align: baseline;
}
