@charset "UTF-8";

.top::before	{
	filter: none;
    transition-duration: 0.3s;
}

.top.scroll::before	{
	filter: blur(0.2em);
}

.top_logo	{
    width: 60%;
    max-width: 400px;
    margin: 2em auto 0;
}

.top_section	{
    background: none;
    border: none;
    box-shadow: none;
    margin: 1em 0;
}

.top_section h2	{
	color: #fff;
    padding: 0;
    background: none;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.5em;
    display: table;
    margin: 0 auto;
    filter: drop-shadow(0 0.1em 0.1em #000);
    font-size: 1.2em;
    border-bottom: 2px #fff solid;
    margin-bottom: 0.75em;
    padding: 0 0.5em 0 1em;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
}

.top_section h2::before	{
	content: none;
}

.top_section h2::after	{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.5em 0 0.5em;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -0.5em;
}

.top_section h2 ~ div	{
	padding: 0;

}

.top_section-timeline ul	{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_section-timeline ul li	{
    width: 7.6em;
	margin-bottom: 0.25em;
}

.top_section-timeline ul li a	{
    display: flex;
    align-items: center;
    height: 7.6em;
    background-image: url(../img/scope01.png);
    background-size: 98%;
	background-position: center;
    text-align: center;
}

.top_section-timeline ul li a dl	{
    text-align: center;
    width: 100%;
}

.top_section-timeline ul li a dl dt	{
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    font-size: 1.8em;
    position: relative;
    padding-top: 0.9rem;
    margin-bottom: 0.2rem;
}

.top_section-timeline ul li a dl dt::before	{
    content: "予想公開中";
    position: absolute;
    font-size: 40%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7.5em;
/*    background-color: #fff; */
/*    color: #000; */
}

.top_section-timeline ul li a dl dd span	{
    margin-left: 0.2em;
    padding: 0 0.2em;
    background-color: rgba(0,0,0,0.8);
    font-weight: bold;
    border: 2px #fff solid;
}

.top_section-timeline ul li a dl dd em	{
    background: none;
    color: #fff;
}

.top_contents li a	{
	padding-left: 6em;
}

.top_contents li a figure	{
	position: absolute;
    left: 0.5em;
    top: 0.5em;
    width: 4.5em;
}

.top_contents li dt	{
	font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    letter-spacing: 0.1em;
}

.top_contents li dd	{
    color: #2cccfa;
}

.top_data	{
    margin: 1em auto;
}

.top_data ul	{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top_data ul li	{
    width: 33.3333%;
    background-image: url(../img/scope02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.top_data ul li a	{
    width: 100%;
    height: 100%;
    padding: 1em 0;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    line-height: 1;
    font-size: 1.2em;
    /* padding-left: 3rem; */
    align-items: center;
}

.top_data ul li a i	{
	font-size: 1.8em;
    line-height: 1;
    padding-right: 0.3rem;
}

/*■■TAB■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width:768px)	{

.top_section-timeline ul {
    font-size: 1.2em;
}

.top_section-timeline ul li{
    width: 6em;
}



}/*■■PC■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width:1280px)	{








}/*■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
