@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * html/body
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*
html {visibility: hidden;}

html.wf-active {visibility: visible;}
*/

/* リンクなどの要素をタップした時の色を消す */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 行頭禁則文字 */
* {
	word-break: break-word;
	word-wrap: break-word;
}

body {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #17192e;
	line-height: 1.5;
	font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
}

.is-ie body {
	font-family: "dnp-shuei-gothic-gin-std", "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * display
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.disp {
	display: block !important;
}

.disp-none {
	display: none !important;
}

.disp-table {
	display: table !important;
}

.disp-inline {
	display: inline !important;
}

.disp-inline-block {
	display: inline-block !important;
}

.disp-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * visibility
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.visibility-hidden {
	visibility: hidden !important;
}

.visibility-visibile {
	visibility: visible !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * header
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.header-page {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #17192e;
}

.header-page.eng {
	background: none;
}

.header-page-logo {
	position:absolute;
	top: 10px;
	left: 50%;
	margin:0 0 0 -14px;
	padding:0;
}

.header-page-tokyo-logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}

.header-page-tokyo-logo.eng {
	top: 30px;
	left: auto;
	right: 30px;
}

.header-page-menu {
	position: absolute;
	top: 0;
	right: 15px;
	height: 50px;
	white-space: nowrap;
	line-height: 50px;
	z-index: 10;
	text-align: right;
	font-size: 12px;
}

.header-page-menu a {
	position: relative;
	margin-left: 15px;
	padding-left: 7px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-page-menu a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 4px;
	height: 7px;
	background: url('../images/icon-angle-right-white.png') 0 0 no-repeat;
	background-size: 4px 7px;
}

.header-page-menu.eng a:before {
	top: 2px;
}

.header-page-menu a:hover {
	opacity: 0.7;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * main-visual
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main-visual {
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
	background: #17192e;
}

.main-visual-loader-wrap {
    position: absolute;
	width: 100%;
	height: 100vh;
}

.tatenaga .main-visual-loader-wrap {
    position: absolute;
	width: 100%;
	height: 100%;
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
    margin: auto;
    text-align: center;
}

.circle-border {
    width: 100px;
    height: 100px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    animation: spin .5s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #17192e;
  border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

.main-visual-tokyo-logo {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 11;
}

.main-visual-header-menu {
	display: none;
	position: absolute;
	top: 35px;
	right: 230px;
	z-index: 11;
	height: 30px;
	white-space: nowrap;
	line-height: 30px;
	text-align: right;
	font-size: 11px;
}

.main-visual-header-menu a {
	position: relative;
	margin-left: 15px;
	padding-left: 7px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-visual-header-menu a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 4px;
	height: 7px;
	background: url('../images/icon-arrow-right-white.svg') 0 0 no-repeat;
	background-size: 4px 7px;
}

.main-visual-header-menu a:hover {
	opacity: 0.7;
}

.main-visual-upper {
	position: relative;
	z-index: 1;
	height: auto;
    margin: 0;
    padding: 250px 0 150px;
}

.main-visual-tagline-reveal-wrap {
    position: relative;
	display: block;
	width: 60%;
    margin: 0 auto 50px;
    overflow: hidden;
}

.main-visual-tagline-reveal {
	display: block;
    position: relative;
    overflow: hidden;
}

/* 最初は消しておく */
.main-visual-tagline {
	margin-bottom: 0;
	text-align: left;
	opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .main-visual-tagline {
    position:relative;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
    pointer-events: none; /*画像をドラッグ&ドロップさせない*/
}

/* before擬似要素の黒いblockにanimationをつけておく */
.main-visual-tagline-reveal.revealActive:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
	margin: 1px;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
	-webkit-animation: hideFromLeft 0.8s forwards, showFromLeft .3s forwards .3s;
	animation: hideFromLeft 0.8s forwards, showFromLeft .3s forwards .3s;
}

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
       -webkit-transform: translateX(100%);
    }
}
@keyframes hideFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.main-visual-tsg-logo-wrap {
    display: table;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    opacity: 0;
}

.main-visual-tsg-logo-left {
	position: relative;
	width: 18%;
    padding-right: 0%;
}

.main-visual-tsg-logo-left img {
    height: 100%;
    width: auto;
}

.main-visual-tsg-logo-right {
	position: relative;
	width: 82%;
    padding-left: 6%;
}

.main-visual-tsg-logo-right img {
    height: 100%;
    width: auto;
}

.main-visual-scroll-arrow {
	display: none;
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 80px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.1);
    overflow: hidden;
}

.main-visual-scroll-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 40px;
	margin: 0 auto;
	background-color: rgba(255,255,2554,1);
	-webkit-animation: moveDown 1.3s ease-in-out infinite;
	animation: moveDown 1.3s ease-in-out infinite;
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes moveDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

.main-visual-lower {
	position: relative;
	width: 100%;
	height: auto;
    margin-bottom: 50px;
    padding: 0 50px;
}

.main-visual-movie-wrap {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.main-visual-movie-wrap:before {
	content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

#main-visual-movie {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.main-visual-overlay {
	z-index: 5;
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1920px) {
     .main-visual-overlay {
        background: url('../images/pattern.png') 0 0 repeat;
    }   
}

.main-visual-tagline-ja {
    z-index: 6;
    position: absolute;
    top: 10%;
    right: 5%;
    bottom: 80px;
    width: auto;
	margin-bottom: 0;
    opacity: 0;
}

.main-visual-tagline-ja img {
    height: 60%;
    min-height: 400px;
    width: auto;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
    pointer-events: none;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * nav
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

nav {
	position: relative;
	z-index: 3;
	height: 80px;
	margin: 0 50px;
	padding: 0;
    border-radius: 10px;
    background: #222545;
}

.nav-page {
	z-index: 3;
    margin: 0;
    border-radius: 0;
}

.fixednav {
	position: fixed;
	top: 20px;
    left: 50%;
	z-index: 1000;
	width: 1200px;
	height: 70px;
	margin: 0;
    margin-left: -600px;
	padding: 0;
	border-top: none;
	border-bottom: none;
    border-radius: 100px;
    background-color: rgba(34,37,69, 0.5);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /*background: rgba(34,37,69,0.8);*/
    /*box-shadow: 0 0 0 1px rgba(255,255,255,0.1);*/
	text-align: center;
	line-height: 70px;
}

nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fixednav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;	
}

nav ul li {
	display: block;
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

nav ul li.home-icon {
	display: none;
    margin-right: -20px;
}

.fixednav ul li {
	display: block;
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 0 0;
	line-height: 1.5;
	font-size: 11px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

nav ul li a span {
    font-family: "proxima-nova-extra-wide", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
}

nav ul li a i {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background: url('../images/icon-popup-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(23, 25, 46, 0.5));
    filter: drop-shadow(0px 1px 3px rgba(23, 25, 46, 0.5));
}

nav ul li.home-icon a {
	padding-top: 20px;
}

nav ul li.home-icon a img {
	-webkit-filter: drop-shadow(0px 1px 3px rgba(23, 25, 46, 0.5));
    filter: drop-shadow(0px 1px 3px rgba(23, 25, 46, 0.5));
}

nav ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 100%;
	margin-left: -50%;
	background: rgb(255,117,255);
    background: -moz-linear-gradient(90deg, rgba(255,117,255,1) 0%, rgba(255,118,59,1) 50%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,117,255,1) 0%, rgba(255,118,59,1) 50%, rgba(0,216,75,1) 100%);
    background: linear-gradient(90deg, rgba(255,117,255,1) 0%, rgba(255,118,59,1) 50%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff75ff",endColorstr="#00d84b",GradientType=1);
    -moz-transition: all .15s ease-in-out 0s;
    -webkit-transition: all .15s ease-in-out 0s;
    -ms-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
  	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
  	transform: scaleX(0);
}

.fixednav ul li a:before {
	top: auto;
	bottom: 0;
	left: 50%;
}

.fixednav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	line-height: 70px;
	font-size: 14px;
	color: #ffffff;
    text-shadow: 
       2px  2px 1px rgba(23, 25, 46, 0.22),
      -2px  2px 1px rgba(23, 25, 46, 0.22),
       2px -2px 1px rgba(23, 25, 46, 0.22),
      -2px -2px 1px rgba(23, 25, 46, 0.22),
       2px  0px 1px rgba(23, 25, 46, 0.22),
       0px  2px 1px rgba(23, 25, 46, 0.22),
      -2px  0px 1px rgba(23, 25, 46, 0.22),
       0px -2px 1px rgba(23, 25, 46, 0.22);
}

/*
.fixednav ul li.page-entry a {
    width: 100px;
    height: 30px;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 30px;
    background: rgb(0,106,204);
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
    line-height: 30px;
    text-shadow: none;
}
*/

.fixednav ul li a span {
	display: none;
}

.fixednav ul li a br {
	display: none;
}

nav ul li.current_on a,
nav ul li a:hover {
	position: relative;
	text-decoration: none;
}

nav ul li.home-icon a:hover {
    opacity: 0.7;
}

/*
nav ul li.page-entry.current_on a,
nav ul li.page-entry a:hover {
    color: #ffffff;
}
*/

.fixednav ul li.page-entry a:hover {
    color: #ffffff;
    opacity: 0.7;
}

nav ul li.current_on a:before,
nav ul li a:hover:before {
	-moz-transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-o-transform: scaleX(0.8);
	transform: scaleX(0.8);
}

.fixednav ul li.current_on a:before,
.fixednav ul li a:hover:before {
	-moz-transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-o-transform: scaleX(0.8);
	transform: scaleX(0.8);
}

.fixednav ul li.home-icon.current_on a:before,
.fixednav ul li.home-icon a:hover:before {
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

/*
.fixednav ul li.page-entry.current_on a:before,
.fixednav ul li.page-entry a:hover:before {
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * footer
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.fixed-entry-wrap {
    display: none;
	position: fixed;
    top: 50%;
	right: 0;
	z-index: 10;
	width: 70px;
    height: 280px;
	margin: 0;
}

.fixed-entry {
	position: relative;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	width: 100%;
    height: 100%;
}

.fixed-entry-btn {
	position: relative;
    display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 155px 0 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgb(0,106,204);
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
    text-align: center;
    color: #ffffff;
	transition: all 0.3s;
}

.fixed-entry-btn:before {
    content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	width: 12px;
	height: 10px;
    margin-left: -6px;
	background: url('../images/triangle-lightblue.svg') 0 0 no-repeat;
	background-size: 12px 10px;
}

.fixed-entry-btn:after {
    content: "ENTRY";
	position: absolute;
	top: 37px;
	left: 80%;
    text-align: left;
    white-space: nowrap;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 28px;
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.fixed-entry-btn:hover {
    box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
    color: #ffffff;
}

.fixed-entry-btn .ja {
    display: inline-block;
    font-size: 12px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fixed-youtube {
    display: none;
	position: fixed;
	z-index: 20;
	bottom: 50px;
	right: 50px;
	width: 15%;
}

.fixed-youtube img {
	width: 100%;
	height: 100%;
}

footer {
	position: relative;
	z-index: 0;
	width: 100%;
	background: #222545;
	overflow: hidden;
}

footer a {
	color: #b2ccea;
}

footer a:hover {
	color: #b2ccea;
}

.footer-inner-bn {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.footer-inner-bn img {
    width: 1000px;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.6);
    transition: all 0.3s;
}

.footer-inner-bn img:hover {
    opacity: 0.7;
}

.footer-inner1 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-inner2 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #2e325b;
}

.footer-inner3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #2e325b;
}

.footer-bn {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
}

.footer-bn.half,
.footer-bn.one-third {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

.footer-bn img {
	border-radius: 3px;
	/*box-shadow: 0 0 0 1px rgba(255,255,255,0.5);*/
}

.footer-bn-half {
	display: table;
	width: 50%;
	vertical-align: top;
}

.footer-bn-one-third {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}

.footer-bn-half.left {
	text-align: left;
}

.footer-bn-half.right {
	text-align: right;
}

.footer-bn-one-third.first {
	padding-right: 20px;
	text-align: left;
}

.footer-bn-one-third.second {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.footer-bn-one-third.third {
	padding-left: 20px;
	text-align: right;
}

.footer-bn-one-third img {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.footer-bn-one-third img:hover {
	opacity: 0.7;
}

.footer-content {
	position: relative;
	text-align: left;
	width: 1200px;
	margin: 0 auto;
}

.footer-content.dis-flex {
	display: table;
	position: relative;
	text-align: left;
	width: 1200px;
	margin: 0 auto;
}

.footer-mm-ttl {
	display: table-cell;
	position: relative;
	z-index: 0;
	width: 360px;
	height: 150px;
	vertical-align: middle;
}

.footer-mm-ttl-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.footer-mm-ttl-inner > div {
	position: absolute;
	top: 44px;
	left: 0;
	height: 60px;
	margin: 0;
	padding-left: 120px;
}

.footer-mm-ttl-inner > div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 91px;
	height: 58px;
	margin-top: -29px;
	background: url('../images/footer-mail-white.svg') no-repeat center center;
	background-size: 91px 58px;
}

.footer-mm-ttl-inner  p {
	line-height: 1.2;
	font-size: 14px;
	font-weight: lighter;
}

.footer-mm-ttl-inner .eng {
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 30px;
}

.footer-mm-form {
	display: table-cell;
	width: 840px;
	padding-left: 40px;
	vertical-align: middle;
}

.link-btn-mailnews {
    position: relative;
	display: inline-block;
    width: 400px;
    height: 68px;
	margin: 0;
	padding: 0 30px;
    border-radius: 80px;
    border: 1px solid rgba(255,255,255,0.2);
    background: #17192e;
    line-height: 64px;
    text-align: left;
	font-size: 16px;
	color: #ffffff;
}

.link-btn-mailnews:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 30px;
	margin: 0;
	padding: 0;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    background: #282b50 url("../images/arrow-readmore.svg");
    background-size: 30px 8px;
    background-position: center 6px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn-mailnews:hover {
    color: #ffffff;
}

.link-btn-mailnews:hover:after {
    position: absolute;
    top: 21px;
    right: 20px;
}

.footer-sns {
	position: relative;
	width: 35%;
    padding: 50px 0;
}

.footer-sns-title {
    margin-bottom: 30px;
    line-height: 1.5;
	font-size: 14px;
}

.footer-sns-title span {
    line-height: 1;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
}

.footer-sns-icon {
    margin: 0 auto;
}

.footer-sns-icon a {
	position: relative;
    z-index: 0;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
	margin: 0 30px 0 0;
    border-radius: 50%;
    line-height: 60px;
	transition: all 0.3s;
}

.footer-sns-icon a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    /*animation: spin .5s linear 0s infinite;*/
}

.footer-sns-icon a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    animation: spin .5s linear 0s infinite;
}

.footer-sns-icon a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    width: 58px;
    height: 58px;
    background-color: #222545;
    border-radius: 50%;
}

.footer-sns-icon a img {
    position: relative;
    z-index: 3;
	width: auto;
	height: 20px;
}

.footer-sns-icon a img.line-icon {
	width: auto;
	height: 26px;
}

.footer-menu {
	position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	width: 65%;
    padding: 45px 0 50px;
}

.footer-menu > ul {
	margin: 0 80px 0 0;
	padding: 0;
}

.footer-menu li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0 0 50px;
}

.footer-menu li a {
    display: inline-block;
	position: relative;
    padding-left: 10px; 
    font-size: 12px;
    color: #ffffff;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.footer-menu li a i {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background: url('../images/icon-popup-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.footer-menu li a:before {
    content: "-";
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-menu li a span {
    position: relative;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.footer-menu li a:hover {
    color: #ffffff;
    opacity: 0.7;
}

.footer-sub-menu {
    margin-top: 50px;
    margin-bottom: 0;
}

.footer-sub-menu a {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    line-height: 2.5;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.footer-sub-menu a:hover {
    color: #ffffff;
    opacity: 0.7;
}

.footer-archive {
    width: 100%;
	margin: 0;
	padding: 0;
    text-align: center;
    line-height: 18px;
}

.footer-archive li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0 8px;
}

.footer-archive li.title {
	position: relative;
	padding-left: 16px;
	padding-right: 20px;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
    color: #ffffff;
}

.footer-archive li a {
	display: inline-block;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
    color: #ffffff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.footer-archive li a:hover {
	opacity: 0.7;
}

.copyright {
	position: relative;
	clear: both;
	padding: 20px 0;
	width: 100%;
	background: #ffffff;
}

.copyright-inner {
	display: table;
	position: relative;
	width: 1200px;
	height: 54px;
	margin: 0 auto;
	line-height: 54px;
    color: #17192e;
}

.footer-tokyo-logo {
	display: table-cell;
	width: 250px;
	height: 54px;
	margin: 0; 
	padding: 0;
}

.footer-etic-logo {
	display: table-cell;
	width: 250px;
	height: 54px;
	margin: 0; 
	padding: 0;
}

.copyright small {
	display: table-cell;
	width: 580px;
	height: 54px;
	margin: 0;
	padding: 0;
	line-height: 54px;
	text-align: right;
	font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 11px;
}

.footer-to-top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 77px;
	z-index: 10;
	width: 60px;
	height: auto;
}

.footer-to-top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #0033ff;
}

.footer-to-top a span {
	display: inline-block;;
	position: absolute;
	top: 50%;
	left: 40px;
	width: 150px;
	margin-top: -50px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.footer-to-top a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 37px;
	margin-top: -90px;
	margin-left: -3px;
	background: url('../images/to-top-arrow.svg') 0 0 no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-to-top a:hover:before {
	margin-top: -120px;
}

#fixed-bn-wrap {
    display: none;
    z-index: 100;
    position: fixed;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    width: 400px;
    margin: 0;
    padding: 2px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#fixed-bn-wrap img {
    border-radius: 8px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * article/section
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

article {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #17192e;
}

article.final {
	background: #17192e;
}

section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.section-header {
	position: relative;
	padding: 100px 0;
	color: #ffffff;
}

.section-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:url('../images/pattern.png') 0 0 repeat;
}

.section-header h2 {
	line-height: 1.8;
	font-size: 24px;
	color: #ffffff;
}

.section-header-inner {
	position: relative;
	z-index: 3;
	width: 1000px;
	margin: 0 auto;
}

.section-inner800 {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.section-inner1000 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.section-inner1080 {
	position: relative;
	width: 1080px;
	margin: 0 auto;
    padding: 0;
}

.section-inner1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.section-inner-narrow {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.section-inner-wide {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * heading
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.en-title-vertical {
	position: relative;
    line-height: 1;
    white-space: nowrap;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 18px;
    color: #ffffff;
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.en-title-vertical.black {
    color: #17192e;
}

.en-title-vertical.en-title-vertical-right {
    position: absolute;
    top: 0;
    right: -100px;
}

.en-title-vertical span {
    font-weight: 500;
}

.en-title-vertical:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -118px;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,0.3);
}

.en-title-vertical.black:before {
    background: rgba(0,0,0,0.3);
}

.top-h2 {
    position: relative;
	margin-bottom: 50px;
	line-height: 1;
    font-weight: 400;
    color: #ffffff;
}

.top-h2.black {
    color: #17192e;
}

.top-h2.lh-15 {
	line-height: 1.5;
}

.top-h2 span {
    position: relative;
    padding-right: 20px;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size: 40px;
}

.top-h2.center {
    text-align: center;
}

.top-h2.center span {
    display: inline-block;
    margin: 0 auto 10px;
    padding-right: 0;
}

.top-h3 {
	position: relative;
	margin-bottom: 50px;
	line-height: 1.8;
	font-size: 18px;
    font-weight: 400;
}

.top-h4 {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.page-h1 {
	position: relative;
	margin-bottom: 50px;
	line-height: 2.5;
	font-size: 20px;
	color: #ffffff;
}

.page-h1 span {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 50px;
}

.page-h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}

/*
.page-h2:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 14px;
	background: url('../images/icon-page-h2-ver2.svg') 0 0 repeat;
	background-size: 18px 14px;
}
*/

.page-h2 span.mark {
	letter-spacing: 0;
	font-size: 12px;
}

.page-h2-small {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.page-h2-small:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	background: rgba(255,255,255,1);
}

.page-h3 {
	position: relative;
	margin: 60px auto 20px;
	font-size: 20px;
    font-weight: bold;
	color: #00badf;
}

.page-h3-white {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin: 60px 0 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
	line-height: 1.3;
}

.page-h4 {
	position: relative;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #ff75ff;
}

.page-h4:after {
	content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 15px;
    background-image: url('../images/triangle-pink.svg');
    background-size: 18px 15px;
    background-repeat: no-repeat;
}

.page-h4.blue {
    color: #00badf;
}

.page-h4.blue:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 15px;
    background-image: url('../images/triangle-lightblue.svg');
    background-size: 18px 15px;
    background-repeat: no-repeat;
}

.page-h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ff75ff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * common parts
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.page-breadcrumbs {
    position: absolute;
    top: 100px;
    left: 30px;
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media screen and (max-width: 1366px) {
    .page-breadcrumbs {
        display: none;
    }
}

.page-breadcrumbs:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -60px;
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.3);
}

.page-breadcrumbs a {
    color: #ffffff;
}

.page-breadcrumbs a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

.page-breadcrumbs span {
    position: relative;
    margin-left: 30px;
}

.page-breadcrumbs span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    width: 4px;
	height: 7px;
	background: url('../images/icon-angle-right-white.png') 0 0 no-repeat;
	background-size: 4px 7px;
}

.page-section-header {
	width: 100%;
    margin: 0 auto;
    padding: 0 0 150px;
}

.page-section-header-pic {
    width: 100%;
    margin-bottom: 50px;
}

.page-section-header-pic img {
    border-radius: 10px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	background-color: rgba(178,204,234,0.5);
	border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

.link-readmore {
    position: relative;
	display: inline-block;
    width: 300px;
    height: 68px;
	margin: 0;
	padding: 0 30px;
    border-radius: 80px;
    border: 1px solid rgba(255,255,255,0.2);
    background: #222545;
    line-height: 64px;
    text-align: left;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-readmore.dark {
    background: #17192e;
}

.link-readmore:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 30px;
	margin: 0;
	padding: 0;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    background: #111323 url("../images/arrow-readmore.svg");
    background-size: 30px 8px;
    background-position: center 6px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-readmore.dark:after {
    background: #282b50 url("../images/arrow-readmore.svg");
    background-size: 30px 8px;
    background-position: center 6px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-readmore:hover:after {
    position: absolute;
    top: 21px;
    right: 20px;
}

.link-btn-white-small {
	position: relative;
	padding: 10px 40px 10px 45px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 60px;
    background: #222545;
	text-decoration: none;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.link-btn-white-small.back {
	padding: 10px 40px 10px 70px;
}

.link-btn-white-small:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 10px;
	height: 10px;
	background: url('../images/icon-pop-white.svg') 0 0 no-repeat;
	background-size: 10px 10px;
}

.link-btn-white-small.back:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 15px;
	width: 30px;
	height: 8px;
	background: url('../images/icon-link-btn-arrow-white.svg') 0 0 no-repeat;
	background-size: 30px 8px;
}

.link-btn-white-small:hover {
	background: #17192e;
}

.link-btn-grey-medium {
	position: relative;
	padding:15px 15px 15px 48px;
	border: 1px solid rgba(77,83,93,1);
	background: rgba(77,83,93,0.7);
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.link-btn-grey-medium:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 30px;
	height: 8px;
	margin-top: -7px;
	background: url('../images/icon-link-btn-arrow-white.svg') 0 0 no-repeat;
	background-size: 30px 8px;
}

.link-btn-grey-medium:hover {
	opacity: 0.7;
}

.link-btn-grey-small {
	position: relative;
    display: inline-block;
	margin-left: 10px;
    margin-top: -7px;
	padding: 5px 5px 5px 15px;
	border: 1px solid rgba(115,125,139,0.8);
	border-radius:2px;
	background: rgba(115,125,139,0.5);
	text-decoration: none;
    line-height: 11px;
	font-size: 11px;
	color: #ffffff;
	cursor:pointer;
}

.link-btn-grey-small:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: url('../images/icon-popup-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
}

.link-btn-grey-small:hover {
	opacity: 0.7;
}

.movie-btn {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 50px;
	padding-left: 30px;
	border-radius: 50px;
	border: 1px solid rgba(115,125,139,0.8);
	background: rgba(115,125,139,0.5);
	line-height: 48px;
	text-align: center;
	font-size: 15px;
    font-weight: bold;
	color: #ffffff !important;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.movie-btn:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 30px;
	width: 26px;
	height: 20px;
	background: url('../images/icon-video.png') 0 0 no-repeat;
	background-size: 26px 20px;
}

.movie-btn:hover {
	color: #ffffff !important;
	opacity: 0.7;
}

blockquote {
	width: 90%;
	margin: 20px auto;
	padding: 30px;
	background: #fafafa;
	line-height: 1.5;
	border: 3px solid #dddddd;
	border-radius: 6px;
}

.note {
	margin: 20px auto;
	line-height: 1.5em;
}

.note dt {
	position: relative;
}

.note dt span {
	position: absolute;
}

.note dd {
	padding-left: 1em;
	padding-bottom: 10px;
}

.note2 {
	width: 80%;
	padding: 0 60px;
	margin: 40px auto;
	line-height: 1.5em;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.note2 dt {
  position: relative;
}

.note2 dt span {
  position: absolute;
}

.note2 dd {
  padding-left: 1em;
  padding-bottom: 10px;
}

.note3 {
	margin: 10px auto 0;
	line-height: 1.5em;
	font-size: 12px;
}

.note3 dt {
  position: relative;
}

.note3 dt span {
  position: absolute;
}

.note3 dd {
  padding-left: 1em;
  padding-bottom: 10px;
}

.address-org {
	width: 100%;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #555555;
    border-radius: 10px;
	background: rgba(0,0,0,0.5);
	line-height: 1.5em;
	color: #ffffff;
}

.address-org.black {
	background: rgba(0,0,0,0.3);
}

.address-org.white {
	border: 1px solid #dddddd;
	background: #fafafa;
	color: #000000;
}

.address-org.white2 {
	border: 1px solid rgba(78,71,214,0.3);
	background: none;
	color: #4e47d6;
}

.address-org-final {
	width: 100%;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid rgba(10,232,246,0.3);
	background: none;
	line-height: 1.5em;
	color: #07bac6;
}

.address-org-final a {
	color: #07bac6;
}

.atten {
	position: relative;
    margin: 20px auto;
    padding: 30px;
	border: 1px solid #555555;
    border-radius: 10px;
	background: rgba(0,0,0,0.2);
}

.atten.white-bg {
	border: 1px solid #dddddd;
    border-radius: 10px;
	background: #f7f7f7;
}

.caution {
	vertical-align:super;
	font-size:10px;
}

.day {
	font-size: 1.8em;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.remarks {
    font-size: 0.8em;
    font-weight: lighter;
}

.dwf-num {
	line-height: 1px;
	font-family: 'FFDINWebProMedium', sans-serif;
	font-weight: normal;
	font-style: normal;
}

/*-------------------------  modal ------------------------- */

.lock {
    overflow: hidden;
}

.modal-overlay {
    z-index: 10000;
    position: fixed;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 120%;
	background: rgba(34,37,69,0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	opacity: 0;
}

.is-ie .modal-overlay,
.is-edge .modal-overlay {
	background: #000000;
	opacity: 1 !important;
}

.modal-wrap {
    z-index: 10010;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    display: none;
	position: relative;
	z-index: 10002;
    width: 50%;
    margin: 30px;
	padding-top: 10px;
	color: #ffffff;
}

.modal-close {
	display: block;
	position: fixed;
	top: 20px;
	right: 20%;
	width: 50px;
	height: 50px;
	padding-top: 12px;
	text-align: center;
	cursor: pointer;
}

.modal-close img {
	width: 26px;
	height: 26px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *top page
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*-------------------------  top-wrapper ------------------------- */

.top-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.top-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.top-section-border-anime {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right,  rgb(23,25,46) 0%, rgb(0,186,223) 15%,rgb(255,117,255) 33%,rgb(255,118,59) 66%,rgb(0,216,75) 85%, rgb(23,25,46) 100%);
	transition: all 1s;
  	transform: scaleX(0);
    transform-origin: top left;
}

.top-section-border-anime.visible {
	transform: scaleX(1);
    /*background-size: 200% 200%;
	animation: bggradient 2s ease infinite;*/
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*-------------------------  section bn ------------------------- */

#section-top-bn {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

.top-banner-wrap {
	position: relative;
    height: auto;
	width: 1100px;
	margin: 0 auto;
    padding: 0;
    text-align: center;
}

.top-banner-wrap-long {
	position: relative;
    height: auto;
	width: 1100px;
	margin: 0 auto;
    padding: 0;
    text-align: center;
}

.top-banner-wrap-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	width: 1100px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-banner,
.top-banner-long {
	position: relative;
    margin: 0 20px;
    padding: 1px 0;
}

.top-banner-half {
	position: relative;
    width: 500px;
    margin: 0 20px;
    padding: 1px 0;
}

.top-banner img,
.top-banner-long img,
.top-banner-half img {
    width: 100%;
	border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.top-banner img:hover,
.top-banner-long img:hover,
.top-banner-half img:hover {
	opacity: 0.7;
}

.top-banner a,
.top-banner-long a,
.top-banner-half a {
	outline: none;
}

.top-banner-wrap .slick-list {
	overflow: hidden;
}

.top-banner-wrap .slick-prev,
.top-banner-wrap .slick-next {
    margin-top: 0;
}

.top-banner-wrap .slick-prev {
    left: -50px;
}

.top-banner-wrap .slick-next {
    right: -50px;
}


/*-------------------------  section about ------------------------- */

#section-top-about {
	overflow: hidden;
	position: relative;
	z-index: auto;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 125px;
}

.section-top-about-content-wrap {
	display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    align-items: flex-start;
	width: 100%;
}

.section-top-about-content-left {
    position: relative;
    width: 100px;
}

.section-top-about-content-center {
    position: relative;
    width: 720px;
    padding-right: 100px;
}

.section-top-about-content-right {
    position: relative;
    width: 380px;
}

.section-top-about-point-head {
    position:  relative;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1;
    color: #00badf;
}

.section-top-about-point-head .num {
    position:  relative;
    display: table-cell;
    width: 12%;
    vertical-align: middle;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size: 50px;
}

.section-top-about-point-head .text {
    position:  relative;
    display: table-cell;
    width: 88%;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}

.section-top-about-pic {
    width: calc(50vw - 220px); /*600px - 380px = 220px*/
}

.section-top-about-pic img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    pointer-events: none;
}

/*-------------------------  section school ------------------------- */

#section-top-school {
	overflow: hidden;
	position: relative;
	z-index: auto;
	width: 100%;
	margin: 0 auto;
	padding: 150px 0;
	background-color: #1d1f39;
    box-shadow: inset 0 0 5px #000000;
}

.school-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	width: 1200px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/* display:flexで最後の要素だけ左寄せする */
.school-wrap:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.school-wrap.clm2:after {
    content: "";
    display: block;
    width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.school-wrap.clm1:after {
	display: none;
}

.school {
	width: 30%;
	height: auto;
	border: 1px solid #9b5af4;
	background: #17192e;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.school:hover {
	box-shadow: 0 0 10px #9b5af4;
}

.school.clm2 {
	width: 48%;
}

.school.clm1 {
	width: 60%;
	margin: 0 auto;
}

.school-head {
	position: relative;
	width: 100%;
	padding: 15px 20px;
	line-height: 1;
	border-bottom: 1px solid #9b5af4;
    color: #9b5af4;
}

.school-head .date {
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 300;
	font-size: 36px;
}

.school-head .youbi {
	display: inline-block;
	vertical-align: 1px;
	font-size: 16px;
}

.school-head .time {
	display: inline-block;
	vertical-align: 2px;
	font-size: 16px;
}

.school-title-wrap {
	padding: 15px 20px 20px;
	border-top: none;
	line-height: 1.5;
	font-size: 11px;
}

.school-title-wrap a {
	text-decoration: none;
	color: #ffffff;
}

.school-status {
	display: inline-block;
	height: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 0 5px;
	line-height: 18px;
	font-weight: 600;
	font-size: 11px;
}

.school-status.now {
	background: #9b5af4;
	color: #ffffff;
}

.school-status.end {
	background: #abb1b9;
	color: #ffffff;
}

.school-title {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
}

.school-subttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 14px;
}

.school-lecturer {
	display: table;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #2e325b;
}

.school-lecturer-left,
.school-lecturer-right {
	display: table-cell;
	vertical-align: top;
}

.school-lecturer-right {
	width: 90px;
	padding-left: 10px;
}

.school-lecturer-right img {
	box-shadow: 0 0 2px #cccccc;
}

/*-------------------------  section mentor ------------------------- */

#section-top-mentor {
	overflow: hidden;
	position: relative;
	z-index: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 125px;
}

.section-top-mentor-content-wrap {
    position: relative;
    width: auto;
    margin-right: calc((100vw - 1200px)/2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #222545;
}

.top-section-border-anime.mentor {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 10;
    width: 3px;
    height: auto;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(180deg, rgba(34,37,69) 0%, rgba(0,186,223,1) 15%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(34,37,69) 100%);
    background: -webkit-linear-gradient(180deg, rgba(34,37,69) 0%, rgba(0,186,223,1) 15%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(34,37,69) 100%);
    background: linear-gradient(180deg, rgba(34,37,69) 0%, rgba(0,186,223,1) 15%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(34,37,69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
	transition: all 3s;
  	transform: scaleY(0);
    transform-origin: top left;
    transition-delay: 1s;
}

.top-section-border-anime.mentor.visible {
	transform: scaleY(1);
    /*background-size: 150% 150%;
	animation: bggradientVertical 2s ease infinite;*/
}

@keyframes bggradientVertical {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

#section-inner-top-mentor {
    margin: 0;
    margin-left: calc((100vw - 1200px)/2);
    padding: 100px 50px 125px 0;
}

.en-title-vertical.en-title-vertical-mentor {
    position: absolute;
    top: 100px;
    right: -50px;
}

.top-mentors-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	width: 1150px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* display:flexで最後の要素だけ左寄せする */
.top-mentors-table:after {
    content: "";
    display: block;
    width: 1150px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.top-mentors-table.page {
	width: 1200px;
}

/* display:flexで最後の要素だけ左寄せする */
.top-mentors-table.page:after {
    content: "";
    display: block;
    width: 1200px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.top-mentors-cell {
	position: relative;
	width: 50%;
	height: auto;
	margin-bottom: 80px;
}

.top-mentors {
    display: table;
	position: relative;
	width: 100%;
	height: 250px;
}

.top-mentors-pic {
    display: table-cell;
	position: relative;
	width: 250px;
	height: 250px;
}

.top-mentors-pic img {
	position: relative;
	width: 250px;
	height: 250px;
    border-radius: 10px;
}

.top-mentors-text-wrap {
	display: table-cell;
    position: relative;
	vertical-align: top;
}

.top-mentors-text {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 20px 20px 30px;
}

.top-mentors-name-en {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 36px;
	color: #00d84b;
}

.top-mentors-name {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.top-mentors-org {
	position: relative;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 12px;
	color: #ffffff;
}

.top-mentors-plus {
	position: absolute;
    bottom: 20px;
	left: 30px;
}

.top-mentors-plus a {
    position: relative;
    height: 30px;
    padding-left: 40px;
    line-height: 30px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
    color: #ffffff;
    cursor: pointer;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.top-mentors-plus.purple a {
    color: #ffffff;
}

.top-mentors-plus a:before {
    content: "";
	position: absolute;
    top: -0;
	left: 0;
    width: 30px;
    height: 30px;
    background: url('../images/icon-plus.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.top-mentors-plus a:hover:before  {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}

.pop-mentor-wrap {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 23px auto 40px;
	padding: 1px;
	border-radius: 14px;
}

.pop-mentor-pic {
	width: 100%;
    height: 100%;
	text-align: center;
}

.pop-mentor-pic img {
	width: 100%;
    height: 100%;
    border-radius: 10px;
}

.pop-mentor-name {
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}

.pop-mentor-name .small {
	font-size: 14px;
	font-weight: lighter;
}

.pop-mentor-cat {
	position: relative;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

.pop-mentor-cat:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
}

.pop-mentor-cat:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
}

/*-------------------------  section band ------------------------- */

.section-top-band {
    overflow: hidden;
    position: relative;
    z-index: 1;
	width: 100%;
    height: 400px;
	margin: 0 auto;
}

.section-top-band-overlay {
    z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png') 0 0 repeat;
    box-shadow: inset 0 0 5px #000000;
}

.section-top-band-overlay-gra {
    z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,186,223);
    background: -moz-linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(90deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    opacity: 0.4;
}

#section-top-band-movie,
#section-top-band-movie2 {
    width: 100%;
    z-index: 2;
}

/*-------------------------  section supporters ------------------------- */

#section-top-supporters {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 125px 0;
}

.supporter-content-wrap {
    position: relative;
	width: 1200px;
    padding: 100px 50px 125px;
    border-radius: 10px;
    background: #222545;
}

.top-supporter-wrap {
    position: relative;
    height: auto;
	width: 1000px;
	margin: 0 auto;
    padding: 0;
}

.supporter-content-border-anime {
    width: 100%;
    height: 2px;
    margin-bottom: 40px;
    background: linear-gradient(to right,  rgb(34,37,69), rgb(0,186,223) 15%,rgb(255,117,255) 33%,rgb(255,118,59) 66%,rgb(0,216,75) 85%, rgb(34,37,69) 100%);
	transition: all 1s;
  	transform: scaleX(0);
    transform-origin: top left;
}

.supporter-content-border-anime.visible {
	transform: scaleX(1);
    /*background-size: 150% 150%;
	animation: bggradient 1s ease infinite;*/
}

.top-supporter {
	position: relative;
    margin: 0 20px;
    padding: 1px 0;
}

.top-supporter img {
    width: 100%;
	border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.top-supporter img:hover {
	opacity: 0.7;
}

.top-supporter a {
	outline: none;
}

.top-supporter-wrap .slick-list {
	overflow: hidden;
}

.top-supporter-wrap .slick-prev,
.top-supporter-wrap .slick-next {
    margin-top: 0;
    top: 50px;
}

.top-supporter-wrap .slick-prev {
    left: -50px;
}

.top-supporter-wrap .slick-next {
    right: -50px;
}

.supporter {
	position: relative;
	float: left;
	width: 228px;
	margin-right: 158px;
	margin-bottom: 30px;
}

.supporter:nth-of-type(3n) {
	margin-right: 0;
}

.supporter:nth-of-type(3n+1) {
	clear: left;
}

.supporter-page {
	position: relative;
	float: left;
	width: 228px;
	margin-right: 96px;
	margin-bottom: 30px;
}

.supporter-page:nth-of-type(4n) {
	margin-right: 0;
}

.supporter-page:nth-of-type(4n+1) {
	clear: left;
}

.supporter-pic {
	z-index: auto;
	position: relative;
	margin: 0 auto 15px;
}

.supporter-pic a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.supporter-pic a:hover {
}

.supporter-pic a img {
	position: relative;
	width: 100%;
    border-radius: 10px;
}

.supporter-name {
	margin: 0 auto 10px;
	padding: 0;
	font-weight: 600;
	line-height: 1.5;
}

.supporter-name.small {
	font-size: 12px;
}

.supporter-desc {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 12px;
}

.supporter-sp-name {
	font-size: 10px;
	font-weight: lighter;
}

.supporters-h3 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.supporters-h3.left {
    text-align: left;
}

.supporters-h3 span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    line-height: 1;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 28px;
    color: #ff75ff;
}

.supporters-h3 span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 15px;
    background-image: url('../images/triangle-pink.svg');
    background-size: 18px 15px;
    background-repeat: no-repeat;
}

.supporters-h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #ff75ff;
}

.supporters-h4.left {
    text-align: left;
}

/*-------------------------  section timeline ------------------------- */

#section-top-timeline {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 125px;
}

.top-timeline-table {
	display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -ms-flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
	width: 100%;
}

.top-timeline-cell {
	position: relative;
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	width: 47%;
}

.top-timeline-content {
	position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	z-index: 0;
	width: 100%;
	height: 650px;
	padding: 40px 20px 20px;
    border-radius: 10px;
	background: #222545;
}

.top-timeline-h3 {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
    text-align: center;
    line-height: 1;
}

.top-timeline-h3 span {
	position: relative;
	padding-left: 54px;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 24px;
	color: #00badf;
}

.top-timeline-h3 .insta:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 42px;
	height: 42px;
	margin-top: -20px;
	background: url('../images/icon-insta-mizuiro.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.top-timeline-h3 .tw:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 38px;
	height: 38px;
	margin-top: -20px;
	background: url('../images/icon-x-mizuiro.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
}

.tsg-instagram {
	width: 100%;
	padding: 0;
}

.twitter-hashtag-timeline {
	width: 100%;
    height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
    padding: 15px;
    background: #17192e;
	text-align: left;
	color: #ffffff;
}

/*-------------------------  section sns ------------------------- */

#section-top-sns {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 125px;
	background: #222545;
}

.top-sns-btn-wrap {
    margin-bottom: 0;
    text-align: center;
}

.top-sns-btn {
    display: inline-block;
    margin: 0 50px;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    white-space: nowrap;
}

.top-sns-btn img {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.top-sns-btn img:hover {
    opacity: 0.7;
}

.top-youtube-short-area {
    width: 100%;
    margin-top: 150px;
    padding: 50px;
    border-radius: 6px;
    background: #17192e;
}

.top-youtube-short-scroll-area {
    padding-bottom: 20px;
    overflow-x: auto !important;
}

.simplebar-track {
    height: 3px !important;
    padding: 0;
    background: rgba(255,255,255,0.5); /*バーの背景色を設定できます*/
    border-radius: 8px; /*バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity: 1; /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before{
    height: 3px !important;
    margin-top: -2px;
    background: #222545; /* ここでバーの色を設定 */
    background: #ffffff; /* ここでバーの色を設定 */
}

.top-youtube-short-wrap {
    width: 300%;
}

.top-youtube-short-inner {
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.top-youtube-short {
    position: relative;
    width: 6.5%;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.7);
}

.top-youtube-short div {
    position: relative;
    width: 100%;
    padding-top: 177.75%;
    border-radius: 7px;
    overflow: hidden;
}
  
.top-youtube-short div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------  section guidebook ------------------------- */

#section-top-guidebook {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 125px 0 125px;
    background: rgb(0,186,223);
    background: linear-gradient(90deg, #00badf, #ff75ff, #ff763b, #00d84b);
    background-size: 400% 400%;
	-webkit-animation: bgTopGuidebook 5s ease infinite;
    -moz-animation: bgTopGuidebook 5s ease infinite;
    animation: bgTopGuidebook 5s ease infinite;
}

@-webkit-keyframes bgTopGuidebook {
    0%{background-position: 0% 50%}
    50%{background-position: 100% 50%}
    100%{background-position: 0% 50%}
}

@-moz-keyframes bgTopGuidebook {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes bgTopGuidebook {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#section-top-guidebook:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
	background: url('../images/pattern.png') 0 0 repeat;
    box-shadow: inset 0 0 5px #000000;
}

.section-top-guidebook-content-wrap {
    position: relative;
    z-index: 3;
    width: auto;
    margin-left: calc((100vw - 1200px)/2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #222545;
}

#section-inner-top-guidebook {
    position: relative;
    margin: 0;
    margin-right: calc((100vw - 1200px)/2);
    padding: 100px 0 125px 50px;
}

.en-title-vertical.en-title-vertical-guidebook {
    position: absolute;
    top: 100px;
    right: -120px;
}

.top-guidebook-table {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    width: 1150px;
	height: auto;
	margin: 0 auto;
}

.top-guidebook-cell {
    position: relative;
	width: 31.5%;
    background: #ffffff;
    padding: 0 20px 40px 30px;
    border-radius: 10px;
    color: #17192e;
}

.top-guidebook-cell:nth-of-type(1) {
    top: 60px;
}

.top-guidebook-cell:nth-of-type(2) {
    top: 30px;
}

.top-guidebook-pic {
    width: auto;
    margin-right: -20px;
    margin-bottom: 20px;
}

.top-guidebook-pic img {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-guidebook-title {
    margin-bottom: 10px;
    line-height: 1;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.top-guidebook-title-ja {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 18px;
}

.top-guidebook-desc {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
}


/*-------------------------  section info ------------------------- */

#section-top-info {
	position: relative;
	width: 100%;
    min-height: 400px;
	margin: 0 auto;
	padding: 125px 50px;
}

.info-content-wrap {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    align-items: flex-start;
	width: 100%;
    padding: 100px;
    border-radius: 10px;
    background: #ffffff;
}

.info-content-left {
    position: relative;
    padding: 0;
    width: 6%;
}

.info-content-center {
    position: relative;
    width: 47%;
    padding-right: 50px;
    white-space: nowrap;
}

.info-content-right {
    position: relative;
    width: 47%;
}

.top-info {
    display: table;
	position: relative;
	width: 100%;
    margin: 0;
    padding: 30px 135px 30px 0;
    border-top: 1px solid #cccccc;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.top-info:nth-last-of-type(1) {
    border-bottom: 1px solid #cccccc;
}

.top-info:hover {
    background: #f7f7f7;
}

.top-info:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
	margin: 0;
    margin-top: -13px;
	padding: 0;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    background: #ffffff url("../images/arrow-readmore-black.svg");
    background-size: 30px 8px;
    background-position: center 5px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top-info:hover:after {
    position: absolute;
    top: 50%;
    right: 20px;
}

.top-info-date {
    display: table-cell;
    width: 20%;
    padding-right: 20px;
    vertical-align: middle;
    color: #17192e;
    white-space: nowrap;
}

.top-info-title {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

.top-info a {
    font-size: 16px;
	color: #17192e;
	text-decoration: none;
}

.top-info a:hover {
	color: #17192e;
	text-decoration: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *page
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*-------------------------  Common parts ------------------------- */

.page-section {
	position: relative;
    padding: 150px 0;
	background: #17192e;
    overflow-x: hidden;
}

.page-section-top-line-top1 {
	position: absolute;
	top: 0;
	right: -265px;
	width: 900px;
	height: 900px;
    /*background: rgb(23,25,46);
    background: -moz-linear-gradient(180deg, rgba(23,25,46,1) 0%, rgba(0,186,223,1) 15%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(23,25,46,1) 0%, rgba(0,186,223,1) 15%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,1) 100%);
    background: linear-gradient(180deg, rgba(23,25,46,0.2) 0%, rgba(0,186,223,0.2) 15%, rgba(255,117,255,0.2) 33%, rgba(255,118,59,0.2) 66%, rgba(0,216,75,0.2) 85%, rgba(23,25,46,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17192e",endColorstr="#17192e",GradientType=1);*/
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.page-section-top-line-top1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 900px;
	background: rgb(23,25,46);
    background: -moz-linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    background: linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17192e",endColorstr="#17192e",GradientType=1);
	-webkit-animation: pageTopLine 1s forwards;
	animation: pageTopLine 1s forwards;
}

.page-section-top-line-top2 {
	position: absolute;
	top: 200px;
	right: -800px;
	width: 800px;
	height: 800px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.page-section-top-line-top2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 800px;
	background: rgb(23,25,46);
    background: -moz-linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    background: linear-gradient(180deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 85%, rgba(23,25,46,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17192e",endColorstr="#17192e",GradientType=1);
	-webkit-animation: pageTopLine 1.5s forwards;
	animation: pageTopLine 1.5s forwards;
}

/* before擬似要素を左から右にスライドイン */
@keyframes pageTopLine {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


.page-section.white-bg {
	background: #ffffff;
}

table {
	border-collapse : collapse ;
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	border-top: 1px solid #555555;
}

table.eng {	
	border-top: 1px solid #385066;
}

table.eng2 {	
	border-top: 1px solid #a2a2a2;
}

.table-black-wrap {
	overflow: hidden;
	margin-bottom: 50px;
	border: 1px solid #555555;
    border-radius: 10px;
}

.table-black {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top: none;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
}

.is-ie .table-black {
	background: #000000;
}

.table-gray {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid  #dddddd;
}

.course-table {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	border: 1px solid  #4e6275;
}

.left-td {
	position: relative;
	width: 25%;
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid #555555;
	vertical-align: middle;
}

.left-td.eng {
	border-bottom: 1px solid #385066;
}

.left-td.eng2 {
	border-bottom: 1px solid #a2a2a2;
}

.right-td {
	position: relative;
	width: 75%;
	padding: 15px 0;
	border-bottom: 1px solid #555555;
	vertical-align: middle;
}

.right-td.eng {
	border-bottom: 1px solid #385066;
}

.right-td.eng2 {
	border-bottom: 1px solid #a2a2a2;
}

.left-td2 {
	position: relative;
	width: 25%;
	padding: 20px;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	vertical-align: middle;
}

.right-td2 {
	position: relative;
	width: 75%;
	padding: 20px;
	border-bottom: 1px solid #555555;
	vertical-align: middle;
}

.left-td3 {
	position: relative;
	width: 20%;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

.right-td3 {
	position: relative;
	width: 80%;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

.left-td4 {
	position: relative;
	width: 25%;
	padding: 20px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

.right-td4 {
	position: relative;
	width: 75%;
	padding: 20px;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

.center-td {
	position: relative;
	width: 100%;
	padding: 20px 0 20px 26px;
	border-bottom: 1px solid #424955;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.center-td:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 10px;
	width: 3px;
	background: #9b5af4;
}

.center-td4 {
	position: relative;
	width: 100%;
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #dddddd;
	background: #f7f7f7;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
}

.center-td-last {
	position: relative;
	width: 100%;
	padding: 0 20px;
	vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
	clear: both;
	overflow: auto;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	line-height: 38px;
	font-size: 14px;
}

label {
	padding-left: 7px;
	cursor: pointer;
}

textarea {
	clear: both;
	width: 400px;
	margin: 0;
	padding: 10px;
	resize: none;
	font-size: 14px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  	outline: none;
  	border: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

#courses-priority-pass input[type=password] {
	border: 1px solid #dddddd;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #cccccc;
}

.table-gray input[type=text],
.table-gray input[type=tel],
.table-gray input[type=email],
.table-gray textarea {
  	border: 1px solid #dddddd;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #cccccc;
}

.table-gray input[type=text],
.table-gray input[type=tel],
.table-gray input[type=email],
.table-gray textarea {
  	border: 1px solid #dddddd;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #cccccc;
}
 
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
	box-shadow: 0px 0px 5px #7bc1f7;
	background: #dbeefd;
}

:placeholder-shown { color: #999999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder { color: #999999; }

/* Firefox 18- */
:-moz-placeholder { color: #999999; }

/* Firefox 19+ */
::-moz-placeholder { color: #999999; }

/* IE 10+ */
:-ms-input-placeholder { color: #999999; }

select {
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
	width: 120px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background: #eeeeee;
	text-align: left;
	font-size: 14px;
	color: #333333;
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: inline-block;
	outline: none;
	border: none;	
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.submit {
	margin: 40px 0;
	text-align: center;
}

.submit button {
	outline:none;
	width: 150px;
	height: 40px;
	border: none;
	background: #5c05cd;
	font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.submit button.small {
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 14px;
}

.is-ie .submit button {
	font-family: "dnp-shuei-gothic-gin-std", "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.submit button:hover {
	background: #9b5af4;
}

.submit button.small:hover {
	background: none;
}

.submit button:disabled {
	background: #5c646f;
	color: #7c8693;
}

.button.final-button {
	height: 54px;
	padding: 0 80px;
	border-radius: 3px;
	background: rgba(10,232,246,0.2);
	border: 1px solid #07bac6;
	font-size: 16px;
	font-weight: 600;
	color: #0ae8f6;
}

.button.final-button:hover {
	background: rgba(10,232,246,0.4);
	box-shadow: 0 0 10px #0ae8f6;
	color: #0ae8f6;
}

.check-form-wrap {
	margin: 0 auto;
	text-align: center;
}

.check-submit-wrap {
	margin: 40px 0;
	text-align: center;
}

.check-submit {
    display: inline;
}

.check-submit-final {
    display: inline;
}

.check-submit button {
	outline: none;
	width: 150px;
	height: 40px;
	margin: 0 20px;
	border: none;
	background: #5c05cd;
	font-family: "neue-haas-grotesk-display","dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.is-ie .check-submit button {
	font-family: "neue-haas-grotesk-display","dnp-shuei-gothic-gin-std", "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.check-submit button:hover {
	background: #9b5af4;
}

.check-submit button:disabled {
	background: #5c646f;
	color: #7c8693;
}

.check-submit-final .button.final-event-btn {
	height: 54px;
	padding: 0 80px;
	border-radius: 3px;
	background: rgba(10,232,246,0.2);
	border: 1px solid #07bac6;
	font-size: 16px;
	font-weight: 600;
	color: #0ae8f6;
}

.check-submit-final .button.final-event-btn:hover {
	background: rgba(10,232,246,0.4);
	box-shadow: 0 0 10px #0ae8f6;
	color: #0ae8f6;
}

.form-required {
	color: #de6890;
	font-weight: lighter;
}

.form-required2 {
	color: #be00be;
	font-weight: lighter;
}

.str-count-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	text-align: right;
}

.str-count-wrap.short {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.str-count {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #cccccc;
}

.str-count-subscript {
	font-size: 12px;
	color: #cccccc;
}

.clear_btn_wrap {
     display: none;
}

.clear_btn {
    cursor: pointer;
}

.tablenav {
	clear: both;
	height: 40px;
	margin: 40px auto 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

.page-numbers,
.tablenav .current,
.tablenav .next,
.tablenav .prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	line-height: 37px;
	border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
	text-align: center;
	text-decoration: none;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.tablenav .next {
	background: rgba(255,255,255,0) url('../images/icon-angle-right-white.png') center no-repeat;
	background-size: 7px 13px;
	text-indent: -9999px;
}

.tablenav .prev {
	background: rgba(255,255,255,0) url('../images/icon-arrow-left-white.png') center no-repeat;
	background-size: 7px 13px;
	text-indent: -9999px;
}

.page-numbers:hover {
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	color: #ffffff;
}

.tablenav .next:hover {
	background: rgba(255,255,255,0.2) url('../images/icon-angle-right-white.png') center no-repeat;
	background-size: 7px 13px;
}

.tablenav .prev:hover {
	background: rgba(255,255,255,0.2) url('../images/icon-arrow-left-white.png') center no-repeat;
	background-size: 7px 13px;
}

.tablenav .current {
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	color: #ffffff;
}

.crumbs {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.crumbs a,
.crumbs a:hover {
	color: #ffffff;
}

.crumbs-white {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.crumbs-white a,
.crumbs-white a:hover {
	color: #ffffff;
}

/*------------------------- about page ------------------------- */

#about-section {
    position: relative;
	padding: 150px 0;
    background: #17192e;
}

#about-tagline {
    position: relative;
    pointer-events: none;
}

.about-section-content {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    align-items: flex-start;
	width: 100%;
    margin: 0 auto;
}

.about-section-content-left {
    z-index: 2;
    position: relative;
    width: 50%;
}

.about-section-content-right {
    z-index: 1;
    position: relative;
    width: 50%;
    padding-left: 100px;
}

.about-section-content-pic {
    width: calc(50vw - 100px);
}

.about-section-content-pic img {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    pointer-events: none;
}

.about-body-copy {
	margin: 0 auto 40px;
	line-height: 2;
	letter-spacing: 1px;
    font-weight: bold;
	font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rubi1,
.rubi2 {
    position: relative;
}

.rubi1:after {
    content: "ほ";
    position: absolute;
    bottom: -13px;
    left: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 9px;
}

.rubi2:after {
    content: "し";
    position: absolute;
    bottom: -13px;
    left: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 9px;
}

.about-body-copy.big {
	font-size: 24px;
}

.ac-menu {
	position: relative;
	width: 1200px;
    margin: 0 auto;
}

.ac-menu h2 {
	position: relative;
    display: block;
    width: 100%;
    height: 70px;
	margin-bottom: 20px;
	padding: 0;
    border-radius: 10px;
    background: #111323;
    line-height: 68px;
    cursor: pointer;
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ac-menu h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: transform 0.7s linear, border-width 0.7s linear, border-radius 0.7s linear, filter 0.7s linear;
    /* ショートハンド(一括指定) */
    background-image: linear-gradient(135deg, #00badf 0%, #ff75ff 33%, #ff763b 66%, #00d84b 100%);
    background-origin: border-box;
    /* 背景の基準位置はボーダーも含める */
    background-clip: border-box;
    /* 背景の適用範囲はボーダーも含める */
    /* ショートハンド(一括指定) */
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box, border-box;
    -webkit-mask-composite: destination-out;
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-clip: padding-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.ac-menu h2:hover:before {
    border-width: 2px;
    background-image: linear-gradient(135deg, #00d84b 0%, #ff763bf 33%, #ff75f 66%, #00badf 100%);
    filter: hue-rotate(360deg);
}

.ac-menu h2.active:before {
    border-width: 1px;
}

.ac-menu h2.active:hover:before {
    border-width: 2px;
    background-image: linear-gradient(135deg, #00d84b 0%, #ff763bf 33%, #ff75f 66%, #00badf 100%);
    filter: hue-rotate(360deg);
}

.ac-menu h2 span {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0 0 0 65px;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ac-menu h2 span:before {
    content: "";
	position: absolute;
	top: 50%;
	left: 20px;
    width: 30px;
    height: 30px;
	margin-top: -15px;
    border-radius: 50%;
	background: rgb(0,106,204);
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
}

.ac-menu h2 span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
    width: 14px;
    height: 14px;
	margin-top: -7px;
	margin-left: 8px;
	background: url('../images/icon-plus-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	text-align: center;
    cursor: pointer;
	-webkit-transition:all 0.3s cubic-bezier(0.4, 0, 0.5, 1) 0s;
	-moz-transition:all 0.3s cubic-bezier(0.4, 0, 0.5, 1) 0s;
	-o-transition:all 0.3s cubic-bezier(0.4, 0, 0.5, 1) 0s;
	-ms-transition:all 0.3s cubic-bezier(0.4, 0, 0.5, 1) 0s;
  	transition:all 0.3s cubic-bezier(0.4, 0, 0.5, 1) 0s;
}

.ac-menu h2.active span:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ac-menu-date {
	font-size: 14px;
}

.ac-menu-content {
    width: 1160px;
    margin: 0 auto 20px;
	padding: 30px 30px 40px;
    display: none;
}

.ac-menu-content-narrow {
	padding: 30px 60px 40px;
}

.page-about-point-wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto 20px;
}

.page-about-point {
	float: left;
	position: relative;
	width: 320px;
	margin: 0 20px 0 0;
	padding: 15px 15px 30px;
	font-size: 13px;
}

.page-about-point-pic {
	position: relative;
	z-index: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.page-about-point-pic img {
	width: 100px;
	height: 100px;
}

.page-about-h3 {
	position: relative;
	margin: 10px 0;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
	color: #ff75ff;
}

.with-youtube-wrap {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.with-youtube-left {
    width: auto;
    padding-right: 50px;
}

.with-youtube-right {
    width: 400px;
}

.schedule-table {
    border-collapse : collapse ;
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	border-top: 1px solid #555555;
}

.schedule-table-left-td {
	position: relative;
	width: 10%;
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
	vertical-align: middle;
    text-align: center;
}

.schedule-table-right-td {
	position: relative;
	width: 90%;
	padding: 15px 15px;
	border-bottom: 1px solid #555555;
	vertical-align: middle;
}

.schedule-table-right-td p {
    margin-bottom: 0;
    line-height: 1;
}

.schedule-table-right-td .even-day {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 5px;
    border-radius: 3px;
    background: #111323;
    box-shadow: 0 0 0 1px rgba(0,186,223,0.5);
    color: #00badf;
}

.schedule-entry-period {
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    display: inline-block;
    height: 110px;
    padding-top: 35px;
    border-radius: 3px;
    background: #111323;
    box-shadow: 0 0 0 1px rgba(0,186,223,0.5);
    text-align: center;
    color: #ffffff;
}

.schedule-entry-period .period-date {
    color: #00badf;
}

.schedule-acceleration-period {
    position: absolute;
    top: 15px;
    left: 60%;
    right: 15px;
    display: inline-block;
    height: 340px;
    padding-top: 130px;
    border-radius: 3px;
    background: #111323;
    box-shadow: 0 0 0 1px rgba(0,186,223,0.5);
    text-align: center;
    color: #ffffff;
}

.schedule-acceleration-period .period-date {
    color: #00badf;
}

/*------------------------- mentor page ------------------------- */

.obog-mark {
	display: inline-block;
	width: auto;
	height: 18px;
	margin-right: 3px;
	padding: 0 5px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.3);
	vertical-align: 3px;
	line-height: 16px;
	text-align: center;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
	font-size: 12px !important;
	color: #ffffff;
}

/*------------------------- TSG GUIDE page ------------------------- */

.page-tsg-guide {
    padding: 100px 0;
    border-top: 1px solid #555555;
}

.page-tsg-guide-cat {
    display: inline-block;
    height: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 50px;
    background: #ffffff;
    line-height: 20px;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #17192e;
}

.page-tsg-guide-title {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 24px;
}

.page-tsg-guide-title.pink {
    color: #ff75ff;
}

.page-tsg-guide-title.green {
    color: #00d84b;
}

.page-tsg-guide-title.orange {
    color: #ff763b;
}

.page-tsg-guide-title span {
    margin-right: 20px;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50px;
}

.page-tsg-guide-desc {
    font-size: 18px;
}

.page-tsg-guide-contents-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 100px auto 0;
	padding: 0px;  
    /*justify-content: center;
    align-items:center;*/
}

.page-tsg-guide-contents-text {
    width: 55%;
    color: #ffffff;
}

.page-tsg-guide-contents-text.pright {
    padding-right: 100px;
}

.page-tsg-guide-contents-text.pleft {
    padding-left: 100px;
}

.page-tsg-guide-contents-pic {
    width: 45%;
}

.page-tsg-guide-contents-pic img {
    border-radius: 10px;
}

.page-tsg-guide-program-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 28px;
}

.page-tsg-guide-program-title span {
    font-size: 20px;
}

/*------------------------- entry page ------------------------- */

.link-entry {
    position: relative;
	display: inline-block;
    width: 400px;
    height: 68px;
	margin: 0;
	padding: 0 30px;
    border-radius: 80px;
    border: 1px solid rgba(255,255,255,1);
    background: #222545;
    line-height: 64px;
    text-align: left;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-entry.entry {
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
}

.link-entry span {
	font-size: 11px;
}

.link-entry:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 20px;
	margin: 0;
	padding: 0;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    background: #111323 url("../images/arrow-readmore.svg");
    background-size: 30px 8px;
    background-position: center 6px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-entry:hover:after {
    position: absolute;
    top: 21px;
    right: 15px;
}

/*------------------------- privacy page ------------------------- */

.list-none li {
    list-style: none;
    text-indent: -20px;
}

.list-none2 li {
    list-style: none;
    text-indent: -30px;
}

/*------------------------- english page ------------------------- */

#english-section {
	position: relative;
	z-index: auto;
	padding-top: 100px;
	background: url('../images/bg-page-english-2023.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}

#english-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('../images/dot.png') 0 0 repeat;
}

#english-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(92,5,205,0.6);
}

.tatenaga #english-section {
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.h2-eng {
	margin-bottom: 100px;
	text-align: center;
	font-size: 46px;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	color: #ffffff;
}

.h3-eng {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	text-align: center;
	font-size: 27px;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	color: #ffffff;	
}

.h3-eng:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
}

.h3-eng span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.h4-eng {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #385066;
	font-size: 20px;
	font-family: 'FFDINWebProMedium', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.h4-eng.has-icon {
	padding-left: 20px;
}

.h4-eng.bb-none {
	padding-bottom: 0;
	border-bottom: none;
}

.h4-eng.has-icon:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 12px;
	height: 6px;
	background: url('../images/icon-arrow-down-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 6px;
}

.icon-wrap-eng {
	float: right;
	width: 80px;
	height: 80px;
    margin: 0 0 0 20px;
    text-align: center;
}

.icon-wrap-eng img {
	width: 70px;
	height: 70px;
}

.border-wrap-eng {
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px 30px 30px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}

.sns-eng {
	margin: 100px auto 50px;
	text-align: center;
}

.sns-eng span {
	display: inline-block;
    font-size: 20px;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	color: #ffffff;
}

.sns-eng a {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	padding-top: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.6);
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sns-eng a img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.sns-eng a:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.6);
	color: #ffffff;
}

.copyright-eng {
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

/*------------------------- meetup page ------------------------- */

#meetup-section {
	position: relative;
	padding-top: 100px;
	background: #000000 url('../images/meetup/bg-meetup.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.tatenaga #meetup-section {
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/*
#meetup-section:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgb(219,255,92);
	background: rgb(0,168,212);
	background: -moz-linear-gradient(90deg, rgba(0,168,212,1) 0%, rgba(242,42,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,168,212,1) 0%, rgba(242,42,255,1) 100%);
	background: linear-gradient(90deg, rgba(0,168,212,1) 0%, rgba(242,42,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a8d4",endColorstr="#f22aff",GradientType=1);
	opacity: 0.7;
}
*/

.h2-meetup {
	margin-bottom: 150px;
	text-align: center;
	font-size: 18px;
	color: #dbff5c;
}

.h3-meetup {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #dbff5c;
}

.h3-meetup:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(219,255,92,0.5);
}

.wrap-meetup {
	width: 100%;
	margin: 0 auto 20px;
	padding: 40px 50px 40px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}

.h4-meetup {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #385066;
	font-size: 16px;
	font-weight: bold;
}

.h5-meetup {
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.catch-meetup {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: bold;
}

.intro-meetup {
	text-align: center;
	line-height: 2.5;
	font-size: 16px;
}

.meetup-member {
	margin-bottom: 40px;
	padding-left: 20px;
	border-left: 5px solid #f22aff;
}

.sns-link-meetup {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.sns-link-meetup a {
	color: #ffffff;
}

.sns-link-meetup a:hover {
	text-decoration: underline;
}

.sns-meetup {
	margin: 100px auto 50px;
	text-align: center;
}

.sns-meetup span {
	display: inline-block;
	color: #ffffff;
}

.sns-meetup a {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	padding-top: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.6);
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sns-meetup a img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.sns-eng a:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.6);
	color: #ffffff;
}

/*------------------------- 400guide page ------------------------- */

#guide400-section {
	position: relative;
    padding: 0;
	background: #ffffff;
}

#guide400-section:before {
	display: none;
}

#guide400-section:after {
	display: none;
}

.guide400-contents {
	padding: 0 30px;
    color: #17192e;
}

.guide400-h1 {
	margin: 40px auto;
	padding-bottom: 40px;
	border-bottom: 2px solid #17192e;
	text-align: center;
}

.guide400-btn {
	position: relative;
	display: block;
	width: 420px;
	height: 60px;
	margin: 0 auto;
	padding-left: 30px;
	border-radius: 4px;
	border: 1px solid #5c05cd;
	background: #9b5af4;
	box-shadow: inset 1px 1px 1px #dcc2fe, 1px 1px 1px #5c05cd;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.guide400-btn:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 27px;
	height: 25px;
	background: url('../images/icon-dl-white.png') 0 0 no-repeat;
	background-size: 27px 25px;
}

.guide400-btn:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
}

.guide400-sns {
	margin: 50px auto 50px;
	padding-top: 50px;
	border-top: 2px solid #17192e;
	text-align: center;
}

.guide400-sns span {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
    color: #17192e;
}

.guide400-sns a {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	margin-left: 10px;
	padding-top: 5px;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.guide400-sns a.fb {
	background: #0866ff;
}

.guide400-sns a.tw {
	background: #000000;
}

.guide400-sns a.line {
    padding-top: 10px;
	background: #06c755;
}

.guide400-sns a img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.guide400-sns a.line img {
	width: 26px;
	height: 26px;
}

.guide400-sns a:hover {
	opacity: 0.7;
}

.copyright-guide400 {
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 500;
    color: #17192e;
	font-size: 11px;
}


/*------------------------- plan-maker page ------------------------- */

#plan-maker-section {
	position: relative;
	padding: 50px 0;
	background: #00bb74;
}

#plan-maker-section:before {
	display: none;
}

#plan-maker-section:after {
	display: none;
}

.plan-maker-contents {
	padding: 30px 30px 10px;
	border-radius: 10px;
	background: #ffffff;
}

.plan-maker-h1 {
	margin: 0 auto 60px;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #000000;
	text-align: center;
}

.config-title {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 600;
}

.config-title span {
	display: inline-block;
	width: 80px;
	height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 3px;
	background: #000000;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

.plan-maker-input {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0;
}

.plan-maker-contents input[type=text],
.plan-maker-contents input[type=tel],
.plan-maker-contents input[type=email],
.plan-maker-contents textarea {
	width: 300px;
  	border: 1px solid #dddddd;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #cccccc;
}

.plan-maker-submit-wrap {
	margin: 40px 0;
	text-align: center;
}

.plan-maker-submit {
    display: inline;
}

.plan-maker-button {
	outline:none;
	position: relative;
	display: inline-block;
	width: 300px;
	height: 60px;
	margin: 0 10px;
	border-radius: 4px;
	border: 1px solid #ff4496;
	background: #ff66a9;
	box-shadow: inset 1px 1px 1px #ffbbd9, 1px 1px 1px #990043;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-shindan:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
}

.plan-maker-result {
	position: relative;
	width: 100%;
	min-height: 494px;
	border: 15px solid #00bb74;
	background: #f7f7f7;
	padding: 20px 20px 90px 20px;
	font-size: 22px;
}

.plan-maker-result-title {
	display: inline-block;
	margin-left: -10px;
	font-size: 24px;
	font-weight: 600;
}

.plan-maker-result-logo {
	position: absolute;
    bottom: -1px; 
    right: -1px;
	margin-bottom: 0;
}

/*------------------------- shindan page ------------------------- */

.ques-title {
	display: inline-block;
	width: 80px;
	height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	border-radius: 3px;
	background: #000000;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

.shindan-result-title {
	text-align: center;
	line-height: 1.8;
}

.shindan-result-title span {
	font-size: 32px;
	font-weight: 600;
}

.shindan-result-pic {
	text-align: center;
}

.shindan-result-pic img {
	border-radius: 50%;
	border: 3px solid #ffffff;
	box-shadow: 0 0 7px #cccccc;
}

.button-shindan {
	outline:none;
	position: relative;
	display: block;
	width: 360px;
	height: 60px;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #ff4496;
	background: #ff66a9;
	box-shadow: inset 1px 1px 1px #ffbbd9, 1px 1px 1px #990043;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-shindan:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
}

/*------------------------- zoom-bg page ------------------------- */

.page-zoom-body {
	position: relative;
	background: #000000 url('../images/bg-page-mentor-2020.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.tatenaga .page-zoom-body {
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#page-zoom-section {
	position: relative;
	padding: 50px 0;
	background: none !important;
	background-color: transparent !important;
}

#page-zoom-section:before {
	display: none;
}

.zoom-maker-h1 {
	margin: 0 auto 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #000000;
	text-align: center;
}

.zoom-style-selecter {
	display: inline-block;
	height: 73px;
	line-height: 73px;
}

.zoom-bg-result {
	position: relative;
	width: 940px;
	min-height: 529px;
	background: #f7f7f7;
}

.zoom-keyword-wrap {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 330px;
	line-height: 1.1;
	font-size: 35px;
	font-family: "FOT-筑紫ゴシック Pro E","TsukuGoPro-E","YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
}

.zoom-keyword-table {
	width: 100%;
	border: none;
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
}

.zoom-keyword-td-left {
	width: 27px;
	vertical-align: top;
	line-height: 1.1;
}

.zoom-keyword-td-left {
	vertical-align: top;
	line-height: 1.1;
}

.zoom-atten {
	position: relative;
    margin: 20px 100px;
    padding: 20px;
	border-radius: 4px;
	border: 1px solid #dddddd;
	background: #fafafa;
}

/*------------------------- qualifiers page ------------------------- */

.qualifiers-sns {
	position: relative;
    margin-bottom: 150px;
    text-align: center;
}

.qualifiers-sns-title {
    margin-bottom: 30px;
    line-height: 1.5;
	font-size: 14px;
}

.qualifiers-sns-title span {
    line-height: 1;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
}

.qualifiers-sns-icon a {
	position: relative;
    z-index: 0;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
	margin: 0 30px 0 0;
    border-radius: 50%;
    line-height: 60px;
	transition: all 0.3s;
}

.qualifiers-sns-icon a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(0deg, rgba(0,186,223,1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    /*animation: spin .5s linear 0s infinite;*/
}

.qualifiers-sns-icon a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0,186,223);
    background: -moz-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    background: linear-gradient(0deg, rgba(0,186,223,0.1) 0%, rgba(255,117,255,1) 33%, rgba(255,118,59,1) 66%, rgba(0,216,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00badf",endColorstr="#00d84b",GradientType=1);
    animation: spin .5s linear 0s infinite;
}

.qualifiers-sns-icon a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    width: 58px;
    height: 58px;
    background-color: #17192e;
    border-radius: 50%;
}

.qualifiers-sns-icon a img {
    position: relative;
    z-index: 3;
	width: auto;
	height: 20px;
}

.qualifiers-sns-icon a img.line-icon {
	width: auto;
	height: 26px;
}

.qualifiers-h3 {
	display: block;
	position: relative;
	margin: 60px auto 40px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	color: #ffffff;
}

.qualifiers-h3 > .en {
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 50px;
}

.qualifiers-wrap {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
}

.qualifiers-icon {
	display: table-cell;
	width: 50%;
	padding: 50px;
	vertical-align: top;
}

.qualifiers-icon p {
	font-size: 14px;
}

.qualifiers-presen-title {
	position: relative;
}

.qualifiers-h4 {
	display: table;
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 20px;
	line-height: 1.5;
	font-size: 22px;
    font-weight: bold;
	color: #ffffff;
}

.qualifiers-h4-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgb(0,106,204);
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
	-moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
  	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
  	transform: scaleX(0);
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}

.qualifiers-h4-bg.visible {
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.qualifiers-h4 .big {
	display: table-cell;
	padding-right: 2px;
	background: none !important;
	vertical-align: middle;
	font-size: 2.8em;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.qualifiers-h4 .small {
	display: table-cell;
	background: none !important;
	vertical-align: middle;
}

.qualifiers-h4:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.7);
	border-bottom: none;
	border-right: none;
}

.qualifiers-h4:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.7);
	border-bottom: none;
	border-left: none;
}

.qualifiers-h4-under-border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.qualifiers-h4-under-border:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.7);
	border-top: none;
	border-right: none;
}

.qualifiers-h4-under-border:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.7);
	border-top: none;
	border-left: none;
}

.qualifiers-pic {
	display: table-cell;
	position: relative;
	z-index: 0;
	width: 150px;
	height: 150px;
	vertical-align: top;
}

.qualifiers-pic img {
	width: 150px;
	height: 150px;
	border-radius: 4px;
}

.qualifiers-desc {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
	font-size: 12px;
}

.qualifiers-desc-title {
	display: inline-block;
	position: relative;
	margin-right: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 14px;
    font-style:  normal;
    font-weight: 500;
    color: #00badf;
}

.is-ie .qualifiers-desc-title {
	background: none;
}

.qualifiers-desc-title::after {
	content: "：";
	position: absolute;
	right: -12px;
	top: 0px;
	color: #00badf;
}

.qualifiers-name {
	margin-bottom: 5px;
}

.qualifiers-name .big {
	font-size: 18px;
	font-weight: 600;
}

.qualifiers-name .en {
	margin-left: 5px;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: normal;
	font-weight: 600;
	font-size: 14px;
}

.finalist-mark {
	display: inline-block;
	width: 100px;
	height: 20px;
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #C6C6C6 70%, #9E9E9E 85%, #757575 90% 100%);
	line-height: 20px;
	text-align: center;
	font-size: 10px !important;
	font-weight: bold;
	color: #000000;
}

.finalist-mark.gold {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FDDD6E 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #000000;
}

/*------------------------- information page ------------------------- */
#info-section {
	position: relative;
	padding: 0 0 50px;
	background: #000000 url('../images/bg-page-info-2022.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.tatenaga #info-section {
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.news-all-wrap {
	overflow: hidden;
	min-height: 500px;
	margin-bottom: 50px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
	background: rgba(0,0,0,0.5);
}

.news-all-list {
	position: relative;
	padding: 20px 50px 20px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-all-list:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 20px;
	background: url('../images/icon-arrow-right-white.svg') center no-repeat;
	background-size: 11px 20px;
	margin-top: -10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-all-list:nth-of-type(1) {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.news-all-list:hover {
	background: rgba(255,255,255,0.1);
}

.news-all-list:hover:before {
	position: absolute;
	top: 50%;
	right: 10px;
}

.news-all-list dt {
	margin-bottom: 10px;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 16px;
	color: #00d84b;
}

.news-all-list dd {
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: lighter;
}

.news-all-list a,
.news-all-list a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*------------------------- page sitemap ------------------------- */

.tatenaga #sitemap-section {
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.sitemap,
.sitemap ul {
    sitemap-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}

.sitemap ul {
    position: relative;
    margin-left: 40px;
}

.sitemap ul:before {
    content: "";
    display: block;
	position: absolute;
    top: 0;
    bottom: 23px;
    left: 0;
    width: 0;
    border-left: 1px solid #ffffff;
}

.sitemap li {
    list-style-type:none;
    position: relative;
    margin: 0;
    padding: 3px 0 3px 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    font-size:16px;
}

.sitemap li a {
    position:relative;
    padding: 5px 20px;
	border: 1px solid #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;  
	color: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sitemap li a i {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url('../images/icon-popup-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.sitemap li ul li ul li a {
    padding: 0;
    border: none;
    font-size: 14px;
}

.sitemap li a:hover {
	border: 1px solid #00badf;
    color: #ffffff;
}

.sitemap li ul li ul li a:hover {
	border: none;
    background: none;
    text-decoration: none;
    color: #00badf;
}

.sitemap ul li:before {
    content: "";
    display: block;
	position: absolute;
    top: 23px;
    left: 0;
    width: 55px;
    height: 0;
    border-top: 1px solid #ffffff;
}

/*
.sitemap ul li:last-child:before {
	top: 23px;
    bottom: 0;
    background: #000000;
    height: auto;
}
*/

/*-------------------------404 page ------------------------- */

.not-found-message {
	margin: 150px auto;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.not-found-num {
	line-height: 1;
	text-align: center;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	font-size: 300px;
}

.not-found-message a {
	margin: 0 20px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.not-found-message a:hover {
	text-decoration: underline;
}

/*------------------------- winning page ------------------------- */
#winning-section01{
	padding: 100px 0 70px;
	background: #000000 url('../images/bg-page-winning-2024.jpg');
	background-position: bottom center;
	background-size:cover;
	color: #ffffff;
}

#winning-section01:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:url('../images/pattern.png') 0 0 repeat;
}

#page-h2-winning {
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

#page-h2-winning:before,
#page-h2-winning:after {
	display: none;
}

.winning-desc {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
	font-size: 16px;
	text-shadow : 
	1px  1px 1px #000000,
	-1px  1px 1px #000000,
	1px -1px 1px #000000,
	-1px -1px 1px #000000,
	1px  0px 1px #000000,
	0px  1px 1px #000000,
	-1px  0px 1px #000000,
	0px -1px 1px #000000;
}

.winning-sns {
	position: relative;
    margin-bottom: 150px;
    text-align: center;
}

.winning-sns-title {
    margin-bottom: 30px;
    line-height: 1.5;
	font-size: 14px;
}

.winning-sns-title span {
    line-height: 1;
    font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
    text-shadow : 
	1px  1px 1px #000000,
	-1px  1px 1px #000000,
	1px -1px 1px #000000,
	-1px -1px 1px #000000,
	1px  0px 1px #000000,
	0px  1px 1px #000000,
	-1px  0px 1px #000000,
	0px -1px 1px #000000;
}

.winning-sns-icon a {
	position: relative;
    z-index: 0;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
	margin: 0 30px 0 0;
    border-radius: 50%;
    background-color: #17192e;
    box-shadow: 0 0 3px #ffffff;
    line-height: 60px;
	transition: all 0.3s;
}

.winning-sns-icon a img {
    position: relative;
    z-index: 3;
	width: auto;
	height: 20px;
}

.winning-sns-icon a img.line-icon {
	width: auto;
	height: 26px;
}

#winning-section02 {
	padding: 60px 0 60px;
	background: #17192e;
	color: #ffffff;
}

.winning-obi {
	width: 100%;
	height: 120px;
	margin-bottom: 60px;
	background:url('../images/pic-final-obi2023.jpg');
	background-position: center center;
	background-size: 1080px 120px;
	background-repeat: repeat-x;
}

.win-ttl {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.win-ttl.small {
	margin: 0 auto 10px;
	text-align: left;
	color: #ff2ecf;
	font-size: 16px;
	font-weight: 600;
}

.win-name {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.win-name.audience {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
}

.win-name .small {
	font-size: 14px;
}

.win-name .eng {
	margin-left: 5px;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 14px;
    font-style:  normal;
    font-weight: 600;
}

.win-h4 {
	margin-bottom: 5px;
}

.win-h4 span {
	display: inline-block;
	height: 20px;
	width: 100px;
	padding: 0;
	border-radius: 2px;
	background: rgb(0,106,204);
    background: -moz-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    background: linear-gradient(45deg, rgba(0,106,204,1) 0%, rgba(89,55,195,1) 50%, rgba(185,0,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006acc",endColorstr="#b900b9",GradientType=1);
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.win-pics {
	display: table;
	width: 100%;
}

.win-pic {
	display: table-cell;
	width: 50%;
	margin-bottom: 0;
	vertical-align: top;
}

.win-pic img {
	width: 100%;
}

/*------------------------- partners page ------------------------- */

.partners-wrap {
    border-bottom: 1px solid #dddddd;
}

.partners {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    align-items: center;
	width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #dddddd;
}

.partners-name {
    width: 385px;
    padding: 0 15px;
}

.partners-url {
    width: 385px;
    padding: 0 15px;
}

.partners-qr {
    width: 230px;
    text-align: center;
}

.partners-url a {
    color: #000000;
}

.partners-url a:hover {
    text-decoration: underline;
    color: #000000;
}

/*------------------------- single ------------------------- */

.single-section {
	padding-bottom: 50px;
}

.single-h2 {
	padding: 0 0 50px;
	text-align: left;
	line-height: 1.5em;
	font-size: 24px;
	font-weight: 600;
	word-break: normal;
    word-wrap: break-word;
	color: #ffffff;
}

.single-h2-int {
	padding: 30px 0 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-align: left;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
	word-break: normal;
    word-wrap: break-word;
	color: #ffffff;
}

.single-h2-int span.cat {
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	font-size: 40px;
	color: #9b5af4;
}

.single-h2-int span.cat.report {
	color: #abf03a;
}

.single-date {
	margin-bottom: 5px;
	padding: 50px 0 0;
	font-family: proxima-nova-extra-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 20px;
	color: #00d84b;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.cat-icon {
	margin-left: 5px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 11px;
}

.info-news-icon {
	background: #00bb74;
}

.info-media-icon {
	background: #4e48ab;
}

.single-name-int {
	font-size: 16px;
	color: #ffffff;
}

.single-contents {
    width: 800px;
    margin: 40px auto;
	font-size: 16px;
	color: #ffffff;
}

.single-contents a {
	color: #00d84b;
}

.single-contents a:hover {
    text-decoration: underline;
	color: #00d84b;
}

.single-contents h5 {
	position: relative;
	margin: 50px auto 15px;
	padding-left: 13px;
	border-left: 3px solid #ffffff;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.single-contents img {
	display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
	border-radius: 6px;
    clear: both;
}

.single-int-profile-wrap {
	display: table;
	width: 100%;
	margin: 60px auto 0;
	padding: 20px;
	border: 1px solid #2a2a2a;
    border-radius: 10px;
	background: #111111;
	font-size: 12px;
}

.single-int-profile-head {
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 20px;
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
    font-weight: normal;
	font-style: normal;
}

.single-int-pic {
	display: table-cell;
	width: 120px;
	padding-right: 20px;
	vertical-align: top;
}

.single-int-cont {
	display: table-cell;
	vertical-align: top;
}

.single-int-pic img {
	margin: 0;
	border-radius: 50%;
}

.single-sns-wrap {
	padding: 0 10px 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	line-height: 1;
	text-align: right;
}

.single-sns-wrap a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 15px;
    border-radius: 50%;
    border: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.single-sns-wrap a:hover {
	opacity: 0.7;
}

.single-sns-wrap a.first {
	margin-left: 0;
}

.single-sns-wrap a span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.single-sns-wrap a img {
	display: inline-block;
	margin: 0;
	width: 34px;
	height: 34px;
}

.single-int-footer-sns-wrap {
    width: 100%;
    margin-top: 50px;
	padding: 20px 0;
    text-align: center;
	border: 1px solid #2a2a2a;
    border-radius: 10px;
	background: #111111;
	color: #ffffff;
}

.single-int-footer-sns {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}

.single-int-footer-sns-tw {
	width: 75px;
	margin: 0 auto 15px;
	font-size: 11px;
}
 
.single-int-footer-sns-tw-box {
	display: block;
	position: relative;
	width: 87px;
	height: 36px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

.single-int-footer-sns-tw-box:after,
.single-int-footer-sns-tw-box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
}
 
.single-int-footer-sns-tw-box:after {
	margin-left: -3px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 3px;
}

.single-int-footer-sns-tw-box:before {
	margin-left: -4px;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ccc;
	border-width: 4px;
}

.relation-int-unit {
    width: 100%;
}

.relation-int-unit .relation-int {
    overflow: hidden;
	display: table;
    position: relative;
    float: left;
    width: 49%;
    height: auto;
    margin:0 2% 10px 0;
    padding: 10px;
	border: 1px solid #2a2a2a;
    border-radius: 10px;
	background: #111111;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.relation-int-unit .relation-int:hover {
    border: 1px solid #ffffff;
}

.relation-int-unit .relation-int-pic {
	display: table-cell;
    position: relative;
    width: 25%;
	vertical-align: top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.relation-int-unit .relation-int-pic img {
	margin: 0;
	border-radius: 0;
}

.relation-int-unit .relation-int-text {
    display: table-cell;
    width: 75%;
    padding-left: 10px;
	vertical-align: top;
	word-break: normal;
    word-wrap: break-word;
}

.relation-int-cat {
    margin-bottom: 0;
	font-family: "neue-haas-grotesk-display", sans-serif;
    font-style:  normal;
    font-weight: 600;
	font-size: 20px;
	color: #9b5af4;
}

.relation-int-cat.report {
	color: #abf03a;
}

.relation-int-ttl {
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.relation-int-name {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	margin-bottom: 20px;
    height: 0;
/*  overflow: hidden; */
}
  
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *Wordpress Settings
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.alignnone {
	text-align: left;
	margin: 0 auto;
	clear: both;
	display: block;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	text-align: left;
	margin: 0 auto;
	clear: both;
	display: block;
	max-width: 100%;
	height: auto;
}

.alignleft {
	text-align: left;
	margin: 0 auto;
	clear: both;
	display: block;
	max-width: 100%;
	height: auto;
}

.alignright {
	text-align: left;
	margin: 0 auto;
	clear: both;
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption-text {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

#ctf .ctf-author-box {
    width: 100% !important;
}

#ctf .ctf-author-box-link {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
}

#ctf .ctf-author-name {
    height: 48px;
    line-height: 48px;
    display: inline-block !important;
    margin-top: 0;
    vertical-align: middle;
}

#ctf .ctf-author-name {
    height: 48px;
    width: 240px; /* 要素の横幅を指定 */
    display: inline-block !important;
    margin-top: 0 !important;
    vertical-align: middle;
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
	overflow: hidden; /* ハミ出した部分を隠す */
	text-overflow: ellipsis; /* 「…」と省略 */
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

#ctf .ctf-author-screenname {
    height: 48px;
    line-height: 48px;
    display: inline-block !important;
    margin-top: 0 !important;
    vertical-align: middle;
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
}

#ctf .ctf-screename-sep {
    display: none !important;
}

#ctf .ctf-tweet-meta {
    height: 48px;
    line-height: 48px;
    display: inline-block !important;
    margin-top: 0 !important;
    vertical-align: middle;
}

#ctf .ctf-out-of-tweets {
    display: none !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 *Google reCAPTCHA
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.g-recaptcha {
	margin: 40px auto 0;
	width: 300px;
}