@charset "utf-8";  @media (min-width: 751px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/sega/003b87f2e824e595c28d68b66ed47963.jpg);
    background-repeat: no-repeat;
    background-size: 87%;
    background-position: center center;
    }            
}
@media (max-width: 750px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/sega/84ba7256b007304ea78f3c2556271304.jpg);
        background-repeat: no-repeat;
        background-size: cover;
   　 background-position: bottom center;
    }      
}

/*アコーディオン*/
.accordion .toggle,
.accordion .Label::before,
.accordion .Label::after,
input[type="checkbox"]:checked + label:after {
	display: none;
}
.accordion .Label {
	padding: 1rem;
	display: block;
	color: #000000;
	background:#ffffff;
	border: 1px solid #000000;
}
.accordion .content {
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.accordion .toggle:checked + .Label + .content {
	height: auto;
	transition: all 3s;
}
.accordion .toggle:checked + .Label {
	display: none;
}
.accordion .toggle:checked ~ .content .history-timeline {
	padding-top: 0px;
}

.conceptContents .brand-history .history-timeline.accordion-open {
	padding-bottom: 0px;
}