@charset "utf-8";



/* history */
#history_area video {
    z-index: 1;
	width:100%;
	overflow:hidden;
	position: absolute;
    top: 50%;
    left: 50%;
    text-align:center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	min-height:300px;
    min-width: 1290px;
	opacity: 0.9;
}
#history_area .video_all{
    position: relative;
	box-shadow: 15px 15px 25px rgba(0, 0, 0, .1);
}
#history_area .video_file{
    position: relative;
	height: 300px;
	overflow: hidden;
	background:#000;
}
#history_area .his_title .his_txt01 {
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: rgba(0,0,0,0.4);
    font-family: 'Play';
    font-size: 1.2em;
}
#history_area .his_title .his_txt02 {
    color: rgba(255,255,255,1);
    font-weight: 500;
    letter-spacing: -0.01rem;
	margin-top:1rem;
}
#history_area .his_title .his_txt03 {
    font-size: 1.3em;
    color: rgba(255,255,255,1);
    font-weight: 500;
}
#history_area .his_title .his_img {
    position: relative;
    z-index: 0;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
}
#history_area .video_all:before {
    display: block;
    content: 'HISTORY';
    font-family: "Play";
    position: absolute;
    right: 0px;
    left: 0px;
    top: -1.5rem;
    letter-spacing: -0.05rem;
    color: rgba(0, 0, 0, 0.05);
    font-size: 9rem;
    font-weight: 500;
	text-align:center;
	z-index:10;
}
#history_area .top_txt .txt01{
    font-family: "Play";
    color: #1f77da;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0rem;
    line-height: 1;
}
#history_area .top_txt .txt02{
    color: #000;
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: -0.09em;
    line-height: 1.2;
}
.his_listbox .his_box {
    width: 100%;
    padding: 30px 0px;
    display: table;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.his_listbox .his_box p {
    width: 14%;
    color: #468ed2;
    font-weight: 600;
    font-size: 2.3em;
    float: left;
    letter-spacing: 0px;
    position: relative;
    font-family: 'Play';
}


.his_listbox .his_box p::before {
    display: block;
    content: "";
    height: 2px;
    background: #468ed2;
    width: 38px;
    margin-bottom: 0.5rem;
}


.his_listbox .his_box dl {
    width: 82%;
    float: right;
    margin-top: 0.2em;
    padding-bottom: 0.2em;
    /* border-bottom:1px dashed #eee; */
}

.his_listbox .his_box dl:last-child {
    border-bottom: none;
}

.his_listbox .his_box dl dt {
    width: 15%;
    float: left;
	color: #000;
	font-family: 'Play';
    font-weight: 500;
	font-size: 1.1em;
}

.his_listbox .his_box dl dt a {
    color: #000;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-family: 'Play';
}

.his_listbox .his_box dl dd {
    width: 83%;
    float: right;
    letter-spacing: -0.04em;
    line-height: 130%;
	font-size: 0.95em;
}


@media screen and (max-width:768px) {
    #history_area .his_cont {
        width: 100%;
        /*border-top: 2px solid #000;*/
    }

    .his_listbox .his_box p {
        width: 18%;
    }

    .his_listbox .his_box dl {
        width: 77%;
    }
}


@media screen and (max-width:690px) {
    .his_listbox .his_box p {
        width: 22%;
    }

}

@media screen and (max-width:600px) {

    .his_listbox .his_box {
        width: 100%;
        padding: 20px 0;
    }

    .his_listbox .his_box p {
        width: 100%;
        padding-bottom: 25px;
        position: relative;
        border-right: 0;
    }

    /*
    .his_listbox .his_box p::after {
        display: block;
        content: "";
        background: #000;
        height: 2px;
        width: 150px;
        margin: 10px 0 0;
        position: absolute;
    }
*/

    .his_listbox .his_box dl {
        width: 100%;
    }
	.his_listbox .his_box dl dt {
		width: 23%;
	}
	.his_listbox .his_box dl dd {
		width: 74%;
	}
}