@charset "UTF-8";
.pe {
    display: none;
}

@font-face {
    font-family: 'Round';
    src: url('./font/rounded-mgenplus-1c-medium.ttf') format('truetype');
    font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');*/
h2 {
    /*font-family: "Kiwi Maru", serif;*/
    font-family: 'Round', serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 769px) {
    .video_fr {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9のアスペクト比 */
        height: 0;
    }

    .video_fr iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .pc {
        display: none;
    }

    .pe {
        display: block;
    }
}

/*-------------------------------------------*/

.sec_div {
	width: 80vw;
	display: flex;
	justify-content: center;
	margin: 10vh auto;
	flex-direction: column;
}

.sec_div_caption {
	text-align: center;
	font-weight: normal;
}

.pc_div {
	width: 80vw;
	margin: 5vh auto;
	display: flex;
	justify-content: center;
}

.pe_patch {
	flex-direction: column;
}

.ver_patch {
	align-items: center;
}

.pc_vtitle {
	margin: auto 3vw;
	width: 30vw;
}

.pe_vtitle {
	margin: 1vh auto auto;
	width: 80vw;
	font-size: 2vh;
}

.ver_data {
	margin: auto 3vw;
	padding: 1vh 0;
	width: 50vw;
	text-align: center;
	font-size: 2.5vh;
}

.ver_text {
	margin: 0.5vh auto;
	text-align: left;
	font-size: 2.2vh;
}

.linkdiv {
	margin: auto auto 15vh;
}

.linkdev_atextstyle {
	text-align: center;
	text-decoration: underline;
	font-size: 2vh;
	color: #666;
}

