@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* ================================================================== */
/* General */
/* ================================================================== */
.cnt, .speaker { width: 100%; max-width: 1080px; box-sizing: border-box; }

/* ========================================================= */
/* カラー */
/* ========================================================= */
.red { color: #c00033; }

.pink { color: #f00f69; }

.yellow { color: #fff799; }

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base { font-family: 'Roboto',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; }

.f_noto, body, p, li, dt, dd, table, th, td, .drawer-nav ul li a, .flow-navi ul li a, .fv-info h1, .fv-info .fv-copy, .fv-info .fv-subcopy, .fv-mv .target, .speaker .sp-info h2 { font-family: 'Roboto',"Noto Sans JP", sans-serif; }

.f_robo { font-family: 'Roboto', sans-serif; }

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b, .bold { font-weight: bold; }

.normal { font-weight: normal; }

em { font-weight: bold; font-weight: 900; }

strong { font-weight: bold; }

.marker_btm { background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffff00 0%); }

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp { text-indent: -9999px; }

.disp_none { display: none; }

.br-pc { display: block; }

.br-tb { display: none; }

.br-sp { display: none; }

.ani, .app-btn, .app-btn::before, .app-btn::after, .bg, .bg figure, .bg::after, .speaker .sp-info, .speaker .sp-info::before { -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.ani_05, .fv-info { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

.ani_075 { -webkit-transition: 0.75s ease-in-out; -moz-transition: 0.75s ease-in-out; -o-transition: 0.75s ease-in-out; transition: 0.75s ease-in-out; }

.ani_1 { -webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; -o-transition: 1s ease-in-out; transition: 1s ease-in-out; }

@keyframes ani01 { 0% { transform: translateY(0); }
  10% { transform: translateY(-6px); }
  20% { transform: translateY(0); }
  100% { transform: translateY(0); } }
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r { text-align: right; }

.al-l { text-align: left; }

.al-c { text-align: center; }

.f_left { float: left; }

.f_right { float: right; }

.i_left { margin: 50px 50px 50px 0; float: left; }

.valign-t { vertical-align: top; }

.valign-b { vertical-align: bottom; }

.valign-m { vertical-align: middle; }

.mauto, .speaker, article .mauto, article .speaker { margin-left: auto; margin-right: auto; }

.scrollbox { position: relative; width: 100%; overflow: auto; scrollbar-base-color: #fff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #f1f1f1; scrollbar-highlight-color: #f1f1f1; scrollbar-shadow-color: #f1f1f1; scrollbar-track-color: #ffffff; }

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar { width: 10px; }

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal { height: 10px; }

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button { width: 10px; height: 10px; }

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb { background: #f1f1f1; }

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner { background-color: transparent; }

html { font-size: 62.5%; }

body { text-align: center; color: #1e1e1e; font-family: 'Roboto',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; font-size: 1.6rem; overflow-x: hidden; background-color: white; position: relative; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

p, li, dt, dd, table, th, td { line-height: 1.8; }

img { margin: 0; padding: 0; border: none; vertical-align: bottom; }

a { color: #0192e0; text-decoration: none; }
a.noborder { text-decoration: none; }
a:visited { color: #0192e0; }
a:hover { color: #ff6102; text-decoration: underline; }

a:hover, input[type="submit"]:hover, input[type="reset"]:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }

a.nohover:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

input[type="submit"], input[type="button"], input[type="reset"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus { outline-offset: -2px; }

/* ====================================================================== */
/* BG */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
.d_nav { display: none; }

.drawer-hamburger { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 32px; height: 32px; padding: 0; top: 15px; right: 10px !important; background-color: transparent; box-sizing: border-box; }

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after { width: 25px; height: 2px; background-color: white; }

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after { left: 50%; transform: translateX(-50%); }

.drawer-hamburger-icon:before { top: -10px; }

.drawer-hamburger-icon:after { top: 10px; }

.drawer-close .drawer-hamburger .drawer-hamburger-icon { background-color: white; }
.drawer-close .drawer-hamburger .drawer-hamburger-icon:before { background-color: white; }
.drawer-close .drawer-hamburger .drawer-hamburger-icon:after { background-color: white; }

.drawer-open .drawer-hamburger { top: 5px; }
.drawer-open .drawer-hamburger:hover { background-color: transparent !important; }
.drawer-open .drawer-hamburger .drawer-hamburger-icon, .drawer-open .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger .drawer-hamburger-icon:after { width: 80%; height: 2px; }
.drawer-open .drawer-hamburger .drawer-hamburger-icon:before { background-color: rgba(14, 47, 142, 0.9); transform: translateX(-50%) rotate(45deg); }
.drawer-open .drawer-hamburger .drawer-hamburger-icon:after { background-color: rgba(14, 47, 142, 0.9); transform: translateX(-50%) rotate(-45deg); }

.drawer-nav { width: 22rem; background-color: white; }

.drawer--right .drawer-nav { right: -22rem; }

.drawer--right.drawer-open .drawer-hamburger { right: 22rem; }

.drawer-overlay { background-color: rgba(255, 255, 255, 0); }

.drawer-nav ul { display: block; width: 85%; margin: 0 auto; text-align: center; padding-top: 50px; }
.drawer-nav ul li { margin: 0; padding: 0; position: relative; text-align: center; border-bottom: 1px solid #1e1e1e; }
.drawer-nav ul li a { display: block; padding: 0.5em 1em; margin: 0; text-decoration: none; position: relative; font-size: 1.6rem; font-weight: 700; color: #1e1e1e; text-align: left; }
.drawer-nav ul li a:hover { text-decoration: none; }

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article { text-align: left; position: relative; z-index: 10; }
article#ct_form { padding-bottom: 100px; }

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
p { margin-top: 50px; }

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
table { margin-top: 50px; }

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
ul, ol { margin-top: 50px; }

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer { padding: 150px 0 30px; position: relative; z-index: 10; }
footer .copyright { display: block; text-align: center; font-size: 1.1rem; color: white; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }

.is_flow { display: none; position: relative; z-index: 1000; }

.flow-navi { position: fixed; left: 0; bottom: 0; width: 100%; box-sizing: border-box; display: none; }
.flow-navi ul { width: 100%; margin: 0; display: -webkit-flex; display: flex; }
.flow-navi ul li { width: 100%; }
.flow-navi ul li a { width: 100%; max-width: 100%; height: 70px; padding-left: 30px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: white; background-color: #f00f69; line-height: 1.3; font-size: 2rem; font-weight: 700; box-sizing: border-box; position: relative; }
.flow-navi ul li a::before { content: ""; display: inline-block; width: 30px; height: 30px; position: absolute; top: 50%; left: 20px; transform: translateY(-50%); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; }
.flow-navi ul li a small { font-size: 1.4rem; font-weight: normal; line-height: 1.1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.flow-navi ul li a:hover { text-decoration: none; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.flow-navi ul li a.phone { background-color: #1853b5; }
.flow-navi ul li a.phone::before { background: url(../img/phone_w.svg) no-repeat center; background-size: contain; }
.flow-navi ul li a.consul { background-color: #c00033; }
.flow-navi ul li a.consul::before { left: 50px; background: url(../img/email.svg) no-repeat center; background-size: contain; }

/* ================================================================== */
/* Parts */
/* ================================================================== */
.app-btn { margin: 50px auto 0; display: table; padding: 1em 2em; background-color: #c00033; color: white; font-size: 2rem; position: relative; }
.app-btn::before, .app-btn::after { content: ""; display: block; width: 0%; height: 0%; position: absolute; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; box-sizing: border-box; }
.app-btn::before { border-top: 1px solid white; border-left: 1px solid white; top: 0; left: 0; }
.app-btn::after { border-bottom: 1px solid white; border-right: 1px solid white; top: 0; right: 0; }
.app-btn i { margin-left: 1.5em; }
.app-btn:hover { padding: 1em 3em; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; text-decoration: none; color: white; }
.app-btn:hover::before, .app-btn:hover::after { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.app-btn:visited { color: white; }

/* ================================================================== */
/* BG */
/* ================================================================== */
.bg { width: 100%; height: 100vh; position: fixed; }
.bg figure { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.bg figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bg figure.bg-1 { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.bg figure.bg-2 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.bg::after { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; z-index: 1; }
.bg.is-eff::after { background-color: rgba(0, 0, 0, 0.7); }
.bg.is-eff2 figure.bg-1 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.bg.is-eff2 figure.bg-2 { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

/* ================================================================== */
/* FV */
/* ================================================================== */
.fv { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; width: 100%; max-width: 100%; height: 100vh; padding: 0 3% 0 8%; position: relative; z-index: 5; color: white; box-sizing: border-box; }
.fv::before { content: ""; display: block; width: 20%; height: 70%; background-color: black; position: absolute; bottom: 0; right: 0; z-index: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; display: none; }
.fv::after { content: ""; display: inline-block; width: 1px; height: 80%; background-color: white; position: absolute; top: 50%; left: 60%; transform: translateX(-40%) translateY(-50%) rotate(15deg); z-index: 5; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; display: none; }
.fv-info { margin-left: -15px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition-delay: 0.25s; }
.fv-info h1 { display: inline-block; padding: .5em 1em; font-size: 2.4rem; font-weight: 700; background-color: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.5); position: relative; }
.fv-info h1::before { content: ""; display: inline-block; margin-right: .25em; width: 24px; height: 24px; background: url(../img/mt.svg) no-repeat center; background-size: contain; vertical-align: middle; }
.fv-info .fv-copy { margin-top: 30px; font-size: 9rem; font-weight: 900; letter-spacing: .015em; }
.fv-info .fv-copy span { /*        display: inline-block; @extend .f_noto; font-size: 8rem; font-weight: 700; opacity: 0; animation: leftRight 0.75s forwards;
 &:nth-of-type(2) { animation-delay: 0.05s; } &:nth-of-type(3) { animation-delay: 0.1s; } &:nth-of-type(4) { animation-delay: 0.15s; } &:nth-of-type(5) { animation-delay: 0.2s; } &:nth-of-type(6) { animation-delay: 0.25s; } &:nth-of-type(7) { animation-delay: 0.3s; } &:nth-of-type(8) { animation-delay: 0.35s; } &:nth-of-type(9) { animation-delay: 0.4s; } &:nth-of-type(10) { animation-delay: 0.45s; } &:nth-of-type(11) { animation-delay: 0.5s; } &:nth-of-type(12) { animation-delay: 0.55s; }*/ }
@keyframes leftRight { 40% { transform: translate(50px, 0) scale(0.8); opacity: 0; }
  70% { transform: translate(0) scale(1.5); opacity: 0; }
  100% { transform: translate(0) scale(1); opacity: 1; } }
.fv-info .fv-subcopy { margin-top: 15px; font-size: 4rem; font-weight: 700; line-height: 1.5; position: relative; }
.fv-info .fv-subcopy::before, .fv-info .fv-subcopy::after { content: "～"; display: inline-block; font-size: 2.4rem; font-weight: normal; vertical-align: middle; }
.fv-info .fv-subcopy::before { margin-right: 0.35em; }
.fv-info .fv-subcopy::after { margin-left: 0.35em; }
.fv-info .date { display: table; margin: 50px 0 0; font-size: 3rem; letter-spacing: 0.15em; }
.fv-info .app-btn { margin: 50px 0 0 0; }
.fv-mv { position: relative; z-index: 5; }
.fv-mv .target { display: table; margin: 50px auto 0; padding: 1em 1.5em; font-size: 2rem; border: 1px solid white; }
.fv-mv .mv { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 500px; height: 280px; background-color: black; -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5); color: white; position: relative; }
.fv-mv .mv.prep::after { content: ""; display: block; width: 100%; height: 100%; background-color: black; position: absolute; top: 0; left: 0; z-index: 100; }
.fv.is-show .fv-info { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; margin-left: 0; }

/* ================================================================== */
/* Speaker */
/* ================================================================== */
.speaker { padding: 50px 0; }
.speaker .sp-info { padding: 50px 100px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; color: white; position: relative; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transition-delay: 0.25s; }
.speaker .sp-info-low::before { height: calc(100% - 90px); top: 140px !important; }
.speaker .sp-info::before { content: ""; display: inline-block; width: 1px; height: calc(100% - 170px); height: 0; background-color: white; position: absolute; top: 220px; left: 190px; z-index: 5; transition-delay: 0.5s; }
.speaker .sp-info::after { content: ""; display: inline-block; width: 60%; height: 1px; background-color: white; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
.speaker .sp-info .time { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 170px; height: 170px; border: 1px solid white; font-size: 1.8rem; box-sizing: border-box; }
.speaker .sp-info .time-2 { height: 90px; }
.speaker .sp-info figure { display: block; width: 250px; }
.speaker .sp-info figure img { display: block; margin: 0 auto; width: 150px; height: 150px; object-fit: cover; -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); }
.speaker .sp-info figure img + img { margin-top: 20px; }
.speaker .sp-info figure figcaption { display: block; margin-bottom: 15px; text-align: center; line-height: 1.5; font-size: 1.4rem; }
.speaker .sp-info-ct { width: calc(100% - 170px - 250px - 100px); }
.speaker .sp-info h2 { font-size: 2.2rem; font-size: 2rem; font-weight: 700; line-height: 1.3; }
.speaker .sp-info h2 small { font-size: 1.8rem; }
.speaker .sp-info ul { margin: 20px 0 0 60px; }
.speaker .sp-info ul li { margin-bottom: .5em; padding-left: 1em; position: relative; font-size: 1.4rem; }
.speaker .sp-info ul li::before { content: ""; display: inline-block; width: 6px; height: 6px; background-color: white; position: absolute; top: 0.75em; left: 0; }
.speaker .sp-info ul li strong { font-size: 1.6rem; font-weight: 700; }
.speaker .sp-info ul li i { color: #c00033; }
.speaker .sp-info ul li:last-child { margin-bottom: 0; }
.speaker .sp-info ul.list-1 li { padding-left: 0; }
.speaker .sp-info ul.list-1 li::before { display: none; }
.speaker .sp-info dl { margin: 30px 30px 0; }
.speaker .sp-info dl i { margin-right: 0.5em; vertical-align: middle; }
.speaker .sp-info dl dt { font-weight: bold; }
.speaker .sp-info dl dd { padding: 10px 0 0 30px; font-size: 1.8rem; }
.speaker .sp-info dl dd ul { margin-top: 0; }
.speaker .sp-info dl dd ul li { margin-bottom: 1em; padding-left: 1em; position: relative; font-size: 1.4rem; }
.speaker .sp-info dl dd ul li::before { content: ""; display: inline-block; width: 6px; height: 6px; background-color: white; position: absolute; top: 0.75em; left: 0; }
.speaker .sp-info dl dd ul li strong { font-size: 1.6rem; font-weight: 700; }
.speaker .sp-info dl dd ul li i { color: #c00033; }
.speaker .sp-info dl dd ul li a { color: white; color: #fff799; position: relative; }
.speaker .sp-info dl dd ul li a::after { margin-left: 0.5em; font-family: "Font Awesome 5 Pro"; content: "\f08e"; font-weight: normal; }
.speaker .sp-info dl dd ul li:last-child { margin-bottom: 0; }
.speaker .sp-info dl dd ul.note-list li::before { content: "※"; width: auto; height: auto; background-color: transparent; top: 0; }
.speaker .sp-info:last-child { padding-bottom: 0; }
.speaker .sp-info:last-child::before, .speaker .sp-info:last-child::after { display: none; }
.speaker .sp-info.is-show { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.speaker .sp-info.is-show.sp-info-low::before { height: calc(100% - 90px); }
.speaker .sp-info.is-show::before { height: calc(100% - 170px); }

/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) { .cnt, .speaker { width: 85%; max-width: initial; }
  .br-pc { display: none; }
  .br-tb { display: none; }
  .br-sp { display: block; }
  body { font-family: sans-serif; min-width: initial; font-size: 1.4rem; background-color: black; }
  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  /* ================================================================== */
  /* Parts */
  /* ================================================================== */
  .app-btn { margin: 50px auto 0; display: table; padding: 1em 2em; background-color: #c00033; color: white; font-size: 1.8rem; position: relative; }
  .app-btn::before, .app-btn::after { content: ""; display: block; width: 0%; height: 0%; position: absolute; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; box-sizing: border-box; }
  .app-btn::before { border-top: 1px solid white; border-left: 1px solid white; top: 0; left: 0; }
  .app-btn::after { border-bottom: 1px solid white; border-right: 1px solid white; top: 0; right: 0; }
  .app-btn i { margin-left: 1.5em; }
  .app-btn:hover { padding: 1em 3em; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; text-decoration: none; color: white; }
  .app-btn:hover::before, .app-btn:hover::after { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
  /* ================================================================== */
  /* BG */
  /* ================================================================== */
  .bg { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; }
  .bg figure { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
  .bg figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .bg figure.bg-1 { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
  .bg figure.bg-2 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
  .bg::after { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; z-index: 1; }
  .bg.is-eff::after { background-color: rgba(0, 0, 0, 0.7); }
  .bg.is-eff2 figure.bg-1 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
  .bg.is-eff2 figure.bg-2 { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
  /* ================================================================== */
  /* FV */
  /* ================================================================== */
  .fv { -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; height: auto; padding: 20px; }
  .fv::after { content: ""; display: inline-block; width: 80%; height: 1px; background-color: white; position: absolute; top: 400px; left: 50%; transform: translateX(-50%) translateY(0) rotate(-6deg); z-index: 5; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; display: none; }
  .fv-info { margin-left: 0; padding-bottom: 0; text-align: center; }
  .fv-info h1 { margin-top: 30px; font-size: 1.8rem; }
  .fv-info .fv-copy { margin-top: 30px; letter-spacing: 0.2em; font-size: 3.5rem; }
  .fv-info .fv-subcopy { font-size: 2.1rem; }
  .fv-info .fv-subcopy::before, .fv-info .fv-subcopy::after { content: "～"; font-size: 1.6rem; }
  .fv-info .fv-subcopy::before { margin-right: 0.25em; }
  .fv-info .fv-subcopy::after { margin-left: 0.25em; }
  .fv-info .date { margin: 30px auto 0; font-size: 2rem; letter-spacing: 0.1em; }
  .fv-info .app-btn { margin: 50px auto 0; }
  .fv-mv { position: relative; z-index: 5; width: 100%; }
  .fv-mv .target { display: table; margin: 50px auto 0; padding: 1em 1.5em; font-size: 1.6rem; }
  .fv-mv .mv { margin-top: 50px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 190px; background-color: black; -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); color: white; }
  /* ================================================================== */
  /* Speaker */
  /* ================================================================== */
  .speaker { padding: 50px 0; }
  .speaker .sp-info { padding: 40px 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; color: white; position: relative; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; }
  .speaker .sp-info-low::before { top: 77px !important; }
  .speaker .sp-info::before { content: ""; display: inline-block; width: 1px; background-color: white; position: absolute; top: 77px; left: 20px; z-index: 5; transition-delay: 0.5s; }
  .speaker .sp-info::after { content: ""; display: inline-block; width: 30%; height: 1px; background-color: white; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; display: none; }
  .speaker .sp-info .time { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 30px; padding: 1em; border: 1px solid white; font-size: 1.5rem; box-sizing: border-box; margin: 0 auto; }
  .speaker .sp-info figure { display: block; margin: 30px 0 0 auto; width: 85%; }
  .speaker .sp-info figure img { display: block; width: 120px; height: 120px; margin: 0 auto; }
  .speaker .sp-info figure img + img { margin-top: 0; }
  .speaker .sp-info-ct { width: 85%; max-width: 85%; margin: 30px 0 0 auto; box-sizing: border-box; text-align: left; }
  .speaker .sp-info h2 { font-size: 1.6rem; }
  .speaker .sp-info h2 small { font-size: 1.6rem; }
  .speaker .sp-info ul { margin: 20px 0 0 20px; }
  .speaker .sp-info dl { margin: 30px 0 0; }
  .speaker .sp-info dl i { margin-right: 0.5em; vertical-align: middle; }
  .speaker .sp-info dl dd { padding: 10px 0 0 25px; font-size: 1.5rem; }
  .speaker .sp-info dl dd ul { margin-top: 0; }
  .speaker .sp-info dl dd ul li { padding-left: 1em; position: relative; font-size: 1.3rem; }
  .speaker .sp-info dl dd ul li::before { content: ""; display: inline-block; width: 6px; height: 6px; background-color: white; position: absolute; top: 0.75em; left: 0; }
  .speaker .sp-info dl dd ul li strong { font-size: 1.4rem; }
  .speaker .sp-info dl dd ul li i { color: #c00033; }
  .speaker .sp-info dl dd ul li a { color: white; color: #fff799; }
  .speaker .sp-info:last-child { padding-bottom: 0; }
  .speaker .sp-info:last-child::before, .speaker .sp-info:last-child::after { display: none; }
  .speaker .sp-info.is-show { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
  .speaker .sp-info.is-show.sp-info-low::before { height: calc(100% - 36px); }
  .speaker .sp-info.is-show::before { height: calc(100% - 36px); } }
