html {
  scroll-behavior: smooth;
}

.s5-inStoreBackground {
	background: #000000;
}

.s5-inStoreBackground .c5-container-inner {
	background: #ffffff !important;
	color: #000000;
}

.marvel-collection {
	color: #000000;
	padding: 0 30px;
}

@media screen and (max-width: 639px) {
	.marvel-collection {
		padding: 0;
	}
}

.marvel-collection .s5-header2 {
	margin: 0 0 20px;
}
.marvel-collection .s5-inStoreFeaturesItem1B {
	margin: 0;
}

.c5-bannerbox {
	margin: 20px 0 60px !important;
}

.c5-row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.c5-row {
		flex-wrap: wrap;
	}
}
.c5-row__col4 {
	flex-basis: 28%;
	padding-right: 15px;
}
.c5-row__col4:last-child {
	padding: 0;
}
@media screen and (max-width: 767px){
	.c5-row__col4, .c5-row__col4:last-child {
		flex-basis: auto;
		padding: 0;
		margin: 0 30px 30px 0;
    width: calc(50% - 30px / 2);
	}
	.c5-row__col4:nth-child(2n) {
		margin-right: 0;
	}
	.c5-row__col4:nth-child(3n) {
		margin-right: 30px;
	}
	.c5-row__col4:nth-child(6) {
		margin-right: 0;
	}
}

.c5-row__col4 img {
	width: 100% !important;
}
@media screen and (max-width: 767px){
	.c5-row__col4 img {
		max-width: 100% !important;
	}
}

.c5-Item, .c5-imageCol {
	padding: 0 !important;
}

.marvel-collection .s5-inStoreFeaturesItem1B .s5-inStoreFeaturesItem1B__inner .s5-inStoreFeaturesItem1B__multiCol .s5-inStoreFeaturesItem1B__imageCol .s5-inStoreFeaturesItem1B__image img {
	max-width: 288px;
}

@media screen and (max-width: 767px){
	.marvel-collection .s5-inStoreFeaturesItem1B .s5-inStoreFeaturesItem1B__inner .s5-inStoreFeaturesItem1B__multiCol .s5-inStoreFeaturesItem1B__imageCol .s5-inStoreFeaturesItem1B__image img {
		max-width: 100%;
		width: 100%;
	}
}

.c5-linkV3.c5-linkV3--down-white:before {
	display: inline-block;
	content: '';
	background: url(/share5/svg/icon/down-white.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	height: .6em;
	width: .6em;
	margin: -.15em .6em 0 0;
}

a:hover, a:hover .c5-linkV3, a:hover .c5-linkV3.c5-linkV3--down-white, a:active .c5-linkV3 {
	color: #7d8794;
	text-decoration: none;
	opacity: .8;
}

a:hover .c5-linkV3:before, a:hover .c5-linkV3.c5-linkV3--down-white:before, a:active .c5-linkV3:before {
	opacity: .6;
}

.c5-title h2{
	width: 100%;
	min-height: 90px;
	position: relative;
	line-height: 1.6;
	font-size: 1.5rem;
}

.c5-title h2 .c5-centerTTLbg{
	display: table;
	width: 100%;
	min-height: 90px;
  background: #b40a0b;
}

.c5-title h2 .c5-tag-yellow{
  	background: #ddc452;
}


.c5-title h2 .c5-tag-blue{
 	 background: #0a76a9;
}

.c5-title h2 .c5-tag-navy{
 	 background: #163e7c;
}



.c5-title h2 .c5-centerTTLbg .c5-txtBox{
	vertical-align: middle;
	display: table-cell;
	padding: 20px 70px;
	color: #fff;
}

.c5-title h2 .c5-leftTTLbg{
	left: 0;
	display: block;
	position: absolute;
	width: 80px;
	min-height: 90px;
	top: 50%;
	margin-top: -40px;
	margin-left: 21px;
}

.c5-title h2 .c5-leftTTLbg img{
	max-width: 100%;
}

.c5-title h2 .c5-rightTTLtxt{
	right: 0;
	display: flex;
	align-items: center;
	position: absolute;
	width: auto;
	min-height: 90px;
	top: 50%;
	margin-top: -12px;
	margin-right: 9px;
}

@media screen and (max-width: 639px) {
	.c5-title h2 .c5-rightTTLtxt{
		bottom: -35%;
	}
}

.c5-container-inner-block {
	padding: 0 30px 40px;
}

.s5-inStoreFeaturesItem1B__textCol p{
	font-size: 21px;
}

@media screen and (max-width: 639px) {
	.c5-title h2 .c5-centerTTLbg{
		min-height: 106px;
	}

	.c5-title h2 .c5-centerTTLbg .c5-txtBox{
		padding: 20px 50px 20px 70px;
	}
	.c5-title h2 .c5-leftTTLbg{
		width: 55px;
		margin-top: -25px;
    margin-left: 11px;
	}
	.c5-title h2 .c5-rightTTLtxt{
		font-size: 14px;
		margin-top: -1%;
	}
	.s5-inStoreFeaturesItem1B__textCol{
		padding: 0 30px;
	}
	.s5-inStoreFeaturesItem1B__textCol p{
		font-size: 14px;
	}
}

.c5-official a {
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 639px) {
	.c5-official a {
		font-size: 16px;
	}
}

.c5-official a:hover, .c5-official a:focus, .c5-official a:active {
    color: #7d8794;
    text-decoration: none;
    -ms-filter: "alpha(opacity=80)";
    opacity: .8;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}


.c5-nav{
	background: #000;
}
.c5-nav ul{
    display: grid;
    grid-template-columns: 33% 33% 33% 33%;
    margin: auto;
    list-style: none;
    background: #000;
    justify-content: center;
    padding: 0;
    max-width: 77%;
}
.c5-nav.c5-nav--center ul{
    grid-template-columns: repeat(auto-fit, 300px);
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    width: 90%;
    margin: 0 auto;
}
.c5-nav.c5-nav--center li{
	display: block;
}
.c5-nav ul li{
	margin: auto;
	padding: 0 10px;
	text-align: center;
    color: #fff;
    transition: 0.5s;
    display: contents;
}
.c5-nav ul li a img{
	max-width: 100%;
	transition: 0.5s;
}
.c5-nav ul li a img:hover{
	cursor: pointer;
	opacity: 0.5;
}
/*@media screen and (max-width: 1236px) {
	.c5-nav ul{
		grid-template-columns: 33% 33% 33%;
		row-gap: 25px;
	}
}*/
@media screen and (max-width: 639px) {
	.c5-nav ul{
		display: block;
		max-width: initial;
	}
	.c5-nav ul li{
		margin: auto;
    display: block;
	    text-align: center;
	    padding: 5px 0;
	}
	.c5-nav ul li a img{
		max-width: 100%;
	}
}

.c5-top-box{
	border: 1px solid #000;
    padding: 20px;
    background-color: #fff;
}

.c5-br-sp {
 display: none;
}
@media screen and (max-width: 639px) {
 .c5-br-sp {
  display: block;
 }
}

p.c5-sale-end{
	font-size:20px;
	font-size: 1.75rem;
	font-weight: normal;
	padding:10px;
	text-align: center;
	background: rgba(0,0,0,.65);
	color: #fff;
	margin: 10px 0 20px 0;
}
@media screen and (max-width: 639px) {
	p.c5-sale-end{
		font-size: 1.28571rem;
	}
}