html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body { width: 100%; height: 100dvh; margin: 0; padding: 0; font-size: 14px; font-family: "Noto Sans JP", sans-serif; color: #070707; font-weight: 400; }

.pc-display { display: inline; }

.sp-display { display: none; }

a { text-decoration: none; color: #070707; }

.container { width: 80%; height: auto; max-width: 1280px; margin: 0 auto; }

.flex-box { display: flex; }

header { width: 100%; height: auto; margin: 0 auto; }
header h1 { font-size: 11px; font-weight: 300; padding: 0; margin: 10px 0 0 10px; }
header .flex-box { justify-content: space-between; gap: 1; }
header .flex-box #header_logo img { width: 420px; height: 90px; }
header .flex-box #header_logo a span { display: block; font-size: 10px; margin: -25px 0 0 130px; }
header .flex-box #link-icon { width: 400px; display: flex; align-items: flex-start; }
header .flex-box #link-icon span { display: inline-block; width: 100%; }
header .flex-box #link-icon span figure { margin-left: 5px; display: block; position: relative; }
header .flex-box #link-icon span figure img { width: 40px; height: 40px; position: relative; top: 0; left: 50%; transform: translateX(-50%); }
header .flex-box #link-icon span figure figcaption { text-align: center; font-size: 8px; }

#prologue { margin: 50px 0 20vh 0; position: relative; }
#prologue h2 { font-size: 40px; display: flex; align-items: flex-start; justify-content: center; position: relative; z-index: 1; }
#prologue h2 img { width: auto; height: 82px; }
#prologue h3 { position: relative; text-align: center; font-size: 32px; font-weight: 900; letter-spacing: 1px; color: #ff0000; padding-bottom: 20px; margin-bottom: 40px; position: relative; z-index: 2; }
#prologue h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #a3a3a3 10%, #292929 25%, #292929 75%, #a3a3a3 90%, rgba(255, 255, 255, 0) 100%); }
#prologue h4 { width: 30%; height: auto; margin: 0 auto; padding: 0; box-sizing: border-box; font-size: 24px; font-weight: 600; line-height: 1.5; }
#prologue #character-box { width: 100%; height: auto; position: absolute; z-index: 3; top: 0; display: flex; justify-content: space-between; }
#prologue #character-box #character-l { width: 35%; height: auto; position: relative; top: 0; }
#prologue #character-box #character-l img { width: 100%; height: auto; }
#prologue #character-box #character-r { width: 35%; height: auto; position: relative; top: 0; }
#prologue #character-box #character-r img { width: 100%; height: auto; }

.index_character { width: 100%; height: auto; margin: 0; padding: 0; position: relative; }
.index_character .character-title { width: 100%; height: 70px; background-image: linear-gradient(45deg, #444444 25%, transparent 25%, transparent 50%, #444444 50%, #444444 75%, transparent 75%, transparent); background-size: 20px 20px; background-color: #000000; color: #fff; }
.index_character .character-title .character-container { width: 80%; height: 70px !important; max-width: 1000px; margin: 0 auto; display: flex; align-items: center; position: relative; }
.index_character .character-title .character-container .character-names { font-size: 36px; font-weight: 900; margin: 0 40px 0 51%; line-height: 70px; white-space: nowrap; }
.index_character .character-title .character-container .cv-name { font-size: 18px; font-weight: 600; margin-right: 10px; }
.index_character .character-title .character-container .name-kana { font-size: 12px; font-weight: 600; }
.index_character .character-title .character-container .youtube-bana { width: auto; height: 70px; margin: 0; padding: 0; position: absolute; right: 0; }
.index_character .character-info { width: 100%; margin: 0 auto; }
.index_character .character-info .container { position: relative; display: flex; }
.index_character .character-info .container .profile { width: 50%; height: auto; }
.index_character .character-info .container .profile figure { position: relative; top: -70px; left: 50%; transform: translateX(-25%); }
.index_character .character-info .container .profile figure figcaption { text-align: center; font-size: 16px; font-weight: 600; color: #070707; line-height: 1.5; position: relative; top: 95%; right: 25%; white-space: nowrap; }
.index_character .character-info .container .profile .h6-sp { display: none; }
.index_character .character-info .container .profile .character-img { width: 400px; height: 400px; }
.index_character .character-info .container .profile .character-img img { width: 100%; height: auto; }
.index_character .character-info .container .profile .car-img-sp { display: none; }
.index_character .character-info .container .profile .acter-profile { width: 55%; height: auto; display: block; position: relative; left: 50%; transform: translateX(-50%); bottom: 40px; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .acter-img { display: inline; position: absolute; right: 20px; top: -30px; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .cv { display: flex; flex-direction: row; font-size: 26px; font-family: "M PLUS Rounded 1c"; font-weight: 600; align-items: center; margin: 0; line-height: 0; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .cv img { width: auto; height: 26px; margin-right: 5px; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .furi { font-size: 16px; margin: 0 0 10px 27px; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .vd { align-items: center; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .vd img { width: auto; height: 26px; margin-right: 5px; padding: 0; align-items: center; vertical-align: middle; }
.index_character .character-info .container .profile .acter-profile .acter-profile-link .vd .font-large { font-size: 1.0rem; font-weight: 600; display: block; margin: -5px 0 0 22px; white-space: nowrap; }
.index_character .character-info .container .car-profile { width: 50%; height: auto; padding: 20px 0 80px 20px; background-color: #fff; }
.index_character .character-info .container .car-profile h6 { margin: 0 0 10px 0; font-size: 32px; font-weight: 900; color: #0066ff; }
.index_character .character-info .container .car-profile .car-img { width: 400px; height: auto; }
.index_character .character-info .container .car-profile .car-img img { width: 100%; height: auto; }
.index_character .character-info .container .car-profile table.car-profile-list { width: 96%; height: auto; }
.index_character .character-info .container .car-profile table.car-profile-list tr th { width: auto; font-weight: 600; white-space: nowrap; vertical-align: top; padding-bottom: 10px; }
.index_character .character-info .container .car-profile table.car-profile-list tr td.sub-th { width: auto; white-space: nowrap; vertical-align: top; }
.index_character .character-info .container .car-profile table.car-profile-list tr td { width: auto; valign: top; vertical-align: top; padding-bottom: 10px; }

#bk-sky { background: linear-gradient(to right, rgba(255, 255, 0, 0.15) 0%, rgba(255, 255, 0, 0.15) 50%, #ffffff 50%, #ffffff 100%); }

#character-names-sky { color: yellow; }

#bk-unica { background: linear-gradient(to right, rgba(255, 153, 204, 0.15) 0%, rgba(255, 153, 204, 0.15) 50%, #ffffff 50%, #ffffff 100%); }

#character-names-unica { color: #ff99cc; }

#bk-elena { background: linear-gradient(to right, rgba(255, 165, 0, 0.15) 0%, rgba(255, 165, 0, 0.15) 50%, #ffffff 50%, #ffffff 100%); }

#character-names-elena { color: orange; }

#bk-base { background: linear-gradient(to right, rgba(0, 204, 0, 0.15) 0%, rgba(0, 204, 0, 0.15) 50%, #ffffff 50%, #ffffff 100%); }

#character-names-base { color: #00cc00; }

#voice { width: 640px; height: auto; margin: 100px auto; padding: 180px 40px 40px 40px; background: #fff; border-radius: 6px; border-right: solid 0.9px #333; border-bottom: solid 0.9px #333; box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1); position: relative; display: block; z-index: -1; }
#voice #voice-title { width: 640px; height: auto; padding: 40px; border-radius: 6px 6px 0 0; display: block; font-size: 30px; font-weight: 900; color: #fff; text-align: center; margin-bottom: 40px; background-color: deepskyblue; background-image: linear-gradient(135deg, #30cfd0, #3143d1 69%, #330867); position: absolute; left: 0; top: 0; }
#voice .voice-thumbnail { width: 240px; height: auto; margin: 0 auto 30px auto; }
#voice .voice-thumbnail img { width: 240px; height: auto; }
#voice .voice-link { width: 60%; height: 80px; display: flex; justify-content: space-between; margin: 0 auto 30px auto; box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); position: relative; }
#voice .voice-link .mp-name { width: 70%; height: 100%; font-size: 20px; font-weight: 100; padding: 0 0 0 40px; box-sizing: border-box; line-height: 80px; white-space: nowrap; }
#voice .voice-link .mp-link { width: 30%; height: 80px; background-color: deepskyblue; background-image: linear-gradient(135deg, #30cfd0, #3143d1 69%, #330867); color: #fff; position: absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; }
#voice .voice-link .mp-link img { width: 40px; height: 40px; }

footer { width: 100%; height: 50px; }

#pagetop { position: fixed; right: 0; bottom: 5%; z-index: 100; }
#pagetop img { width: 80px; height: auto; }
