@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: #1b1b1b;
	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: 14px;
	color: #ffffff;
}

body.white-bg {
	background: #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: 70px;
	margin: 0 auto;
	padding: 0;
	background: #1b1b1b;
}

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

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

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

.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%;
    padding-bottom: 5vw;
	background: #1b1b1b;
}

.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: #FF69F9;
    background: -webkit-linear-gradient(left, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 0.3) 100%);
    animation: spin .5s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  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-tokyo-logo img {
	width: 150px;
    height: 40px;
    -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));
}

@media (max-width: 1024px) {
     .main-visual-tokyo-logo {
        top: 30px;
	    right: 30px;
    }
    
    .main-visual-tokyo-logo img {
        width: 100px;
        height: 27px;
    }
}

.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;
}

@media (max-width: 1024px) {
    .main-visual-header-menu {
        top: 30px;
        right: 170px;
    }
}

.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: 150px 0 80px 7%;
}

.main-visual-tagline-reveal-wrap {
    position: relative;
	display: block;
	width: 40%;
    margin: 0 0 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: #FF69F9;
    background: -webkit-linear-gradient(left, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 105, 249, 1) 0%, rgba(178, 111, 248, 1) 35%, rgba(21, 212, 255, 1) 100%);
    -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-subtagline {
    display: block;
    width: 33%;
    margin: 0;
    opacity: 0;
}

.main-visual-subtagline img {
    width: 100%;
    width: auto;
}

.main-visual-upper-triangle {
	z-index: 1;
	position: absolute;
	top: 0;
    right: 0;
	width: 50%;
    aspect-ratio: 1 / 1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-image: linear-gradient(135deg, #ff69f9, #b26ff8 35%, #15d4ff 65%, #032890);
    opacity: 0;
    transition: all .5s;
}

.main-visual-upper-triangle:before {
    content: "";
	z-index: 9;
	position: absolute;
	top: -2px;
    left: -2px;
	width: 103%;
    background-image: repeating-linear-gradient(#1b1b1b, #1b1b1b 5px, transparent 5px, transparent 6px);
    aspect-ratio: 1 / 1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.main-visual-upper-triangle.visible {
	opacity: 1;
}

.main-visual-upper-triangle:after {
    content: "";
	z-index: 10;
	position: absolute;
	top: -1px;
    left: -1px;
	width: 103%;
    aspect-ratio: 1 / 1;
    background: #1b1b1b;
    transition: all 1s;
  	/*transform: scaleX(0);
    transform-origin: top left;*/
}

.main-visual-upper-triangle.visible:after {
	top: -1px;
    left: 103%;
}

.main-visual-tagline-ja {
    z-index: 11;
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 25%;
	margin-bottom: 0;
    opacity: 0;
}

.main-visual-tagline-ja img {
    width: 100%;
    /*-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;*/
}

.main-visual-lower {
	position: relative;
    z-index: 2;
	width: 100%;
	height: auto;
    padding: 0 0 0 7%;
}

.main-visual-movie-wrap {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    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;
    z-index: 0;
}

/*
.main-visual-movie-triangle-upper {
	z-index: 6;
	display: none;
	position: absolute;
	top: 0;
    left: 0;
	width: 48px;
	height: 48px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #1b1b1b;
}

.main-visual-movie-triangle-under {
	z-index: 6;
	display: none;
	position: absolute;
	bottom: 0;
    left: 0;
	width: 48px;
	height: 48px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #1b1b1b;
}
*/

.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-scroll-arrow-text {
	display: none;
	position: absolute;
	top: 48px;
    left: calc(3.5% - 4px);
	width: 8px;
	height: 76px;
	margin: 0;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
}

.main-visual-scroll-arrow {
    visibility: hidden;
	content: '';
	position: absolute;
	top: 134px;
	left: calc(3.5% - 3px);
	width: 6px;
	height: 5px;
	margin: 0 auto;
	background: url('../images/icon-triangle-downward.svg') 0 0 no-repeat;
	background-size: 6px 5px;
	-webkit-animation: moveDown 1.5s ease-in-out infinite;
	animation: moveDown 1.5s ease-in-out infinite;
}

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

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

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

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

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

.nav {
	position: relative;
	z-index: 3;
	height: 80px;
	margin: 0;
	padding: 0;
    background: #121212;
}

.nav ul {
	display: flex;
	width: 100%;
    max-width: 1500px;
	height: 100%;
	margin: 0 auto;
	padding: 0 7%;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.nav ul.page {
    max-width: none;
}

.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 a {
	position: relative;
    z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 0 0;
	line-height: 1.5;
	font-size: 11px;
	color: #ffffff;
	transition: all 0.3s;
}

.nav ul li a span {
    font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 14px;
}

.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.current_on a,
.nav ul li a:hover {
	position: relative;
	text-decoration: none;
}

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

.nav ul li a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
    right: 0;
    bottom:10px;
    z-index: -1;
    border-radius: 4px;
	background: rgba(34,34,34,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 {
	position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: inline-block; 
	width: auto;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	border-bottom: none;
    border-radius: 100px;
    background-color: transparent;
	text-align: center;
	line-height: 60px;
    pointer-events: none;
}

.fixednav.active {
    pointer-events: all;
}

.fixednav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    height: 20px;
    width: 20px;
    border-radius: 100vh;
    background: #ffffff;
    transform: translate(-50%, calc(-50% - 100px));
    transition-property: transform, height, width;
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-delay: 0.7s, 0s, 0s;
}

.fixednav.active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 100vh;
    transform: translate(-50%, -50%);
    transition-property: transform, height, width;
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-delay: 0s, 0.5s, 0.5s;    
}

.fixednav ul {
	display: flex;
    z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
    border-radius: 100px;
    background-color: rgba(255,255,255, 1);
	flex-wrap: nowrap;
    opacity: 0;
}

.fixednav.active ul {
    opacity: 1;
    transition: all 0.2s;
    -webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

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

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

.fixednav ul li a {
	position: relative;
    z-index: 0;
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 30px;
    white-space: nowrap;
	line-height: 60px;
	font-size: 14px;
    font-weight: 500;
	color: #000000;
}

.fixednav ul li.home-icon img {
    position: absolute;
	top: 15px;
    left: 50%;
}

.fixednav ul li.page-entry {
    padding-right: 20px;
}

.fixednav ul li.page-entry a {
    height: 30px;
    margin-top: 15px;
    margin-right: 30px;
    padding: 0;
    border-radius: 30px;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s;
}

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

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

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

.fixednav ul li.current_on a:after,
.fixednav ul li a:hover:after {
	-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 a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
    right: 0;
    bottom:10px;
    z-index: -1;
    border-radius: 4px;
	background: rgba(241,241,241,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.home-icon.current_on a:after,
.fixednav ul li.home-icon a:hover:after {
	-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:after,
.fixednav ul li.page-entry a:hover:after {
	-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: 310px;
	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: 4px;
    border-bottom-left-radius: 4px;
    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/icon-triangle-downward.svg') 0 0 no-repeat;
	background-size: 12px 10px;
}

.fixed-entry-btn:after {
    content: "ENTRY";
	position: absolute;
	top: 37px;
	left: 93%;
    text-align: left;
    white-space: nowrap;
	font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 34px;
    -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: #121212;
	overflow: hidden;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ffffff;
}

.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-rfadius: 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: 60px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-inner3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.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: 100%;
	margin: 0 auto;
    padding: 0 7%;
    max-width: 1500px;
}

@media (max-width: 1280px) {
    .footer-content {
        padding: 0 3%;
    } 
}

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

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

@media (max-width: 1280px) {
    .footer-mm-ttl {
        width: 40%;
    }  
}

.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: widescreen-ex, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 30px;
}

@media (max-width: 1280px) {
    .footer-mm-ttl-inner .eng {
        font-size: 24px;
    }
}

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

@media (max-width: 1280px) {
    .footer-mm-form {
        width: 60%;
    }
    
    .footer-mm-form br {
        display: none;
    } 
}

.footer-related-wrap {
    display : flex;
    justify-content: flex-start;
    width: 100%;
}

.footer-related {
    width: 30%;
    padding: 20px 0 0;
    font-size: 14px;
}

.footer-related img {
    transition: all 0.3s;
}

.footer-related img:hover {
    opacity: 0.7;
}

.footer-sns {
	position: relative;
	width: 40%;
    padding: 0;
}

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

.footer-sns-title span {
    line-height: 1;
    font-family: widescreen-ex, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 30px;
}

@media (max-width: 1280px) {
    .footer-sns-title span {
        font-size: 22px;
    }
}

.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: 50px;
    height: 50px;
	margin: 0 20px 0 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    line-height: 50px;
	transition: all 0.3s;
}

.footer-sns-icon a:hover {
    opacity: 0.7;
}

@media (max-width: 1280px) {
     .footer-sns-icon a {
        margin: 0 5px 0 0;
    }   
}

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

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

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

.footer-menu > ul {
	margin: 0;
	padding: 0;
    width: 33%;
}

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

.footer-menu li a {
    display: inline-block;
	position: relative;
    padding-left: 10px; 
    font-size: 11px;
    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: 8px;
    left: 0;
    width: 5px;
    height: 6px;
    background: url("../images/icon-triangle-right.svg");
    background-size: 5px 6px;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-menu li a span {
    position: relative;
	font-family: widescreen-ex, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

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

.footer-flowing {
    position: relative;
    z-index: 0;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    padding: 70px 0 0;
    overflow-x: hidden;   
}

.infiniteslide div {
    height: 200px;
    width: auto;
}

.infiniteslide div img {
    height: 100%;
    width: auto;
    opacity: 0.3;
}

.infiniteslide div video {
    height: 100%;
    width: auto;
    border-radius: 4px;
}

.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: 11px;
    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;
    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: 0;
	padding-right: 20px;
	font-family: widescreen-ex, sans-serif;
    font-weight: 300;
    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: 100%;
    max-width: 1500px;
	height: 54px;
	margin: 0 auto;
    padding: 0 7%;
	line-height: 54px;
    color: #1b1b1b;
}

.footer-tokyo-logo {
	display: table-cell;
    vertical-align: middle;
	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: auto;
	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: #1b1b1b;
}

article.final {
	background: #1b1b1b;
}

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

.section-inner-normal {
	position: relative;
	width: 100%;
    max-width: 1500px;
	margin: 0 auto;
	padding: 0 7%;
}

@media (max-width: 1280px) {
    .section-inner-normal {
        padding: 0 2%;
    }  
}

.section-inner-normal.flow {
	position: relative;
	width: 100%;
    max-width: 1500px;
	margin: 0 auto;
	padding: 0 7%;
}

@media (max-width: 1280px) {
    .section-inner-normal.flow {
        padding: 0 2%;
    }  
}

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

.section-inner-narrow {
	position: relative;
	width: 100%;
    max-width: 1500px;
    min-width: 1200px;
	margin: 0 auto;
	padding: 0 13%;
}

@media (max-width: 1280px) {
    .section-inner-narrow {
        min-width: auto;
        padding: 0 7%;
    }  
}

.section-inner-morenarrow {
	position: relative;
	max-width: 1500px;
    min-width: 800px;
	margin: 0 auto;
	padding: 0 20%;
}

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

.top-h2 {
    position: relative;
	margin-bottom: 50px;
	line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
}

.top-h2 span {
    position: relative;
    padding-right: 20px;
	font-family: "widescreen-ex", sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 72px;
}

.top-h2.black {
    color: #000000;
}

.top-h2.big {
    margin-bottom: 100px;
    white-space: nowrap;
    line-height: 1.2;
    text-shadow: 
       3px  3px 5px rgba(0, 0, 0, 0.2),
      -3px  3px 5px rgba(0, 0, 0, 0.2),
       3px -3px 5px rgba(0, 0, 0, 0.2),
      -3px -3px 5px rgba(0, 0, 0, 0.2),
       3px  0px 5px rgba(0, 0, 0, 0.2),
       0px  3px 5px rgba(0, 0, 0, 0.2),
      -3px  0px 5px rgba(0, 0, 0, 0.2),
       0px -3px 5px rgba(0, 0, 0, 0.2);
}

.top-h2.big .scroll-shrink {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 30vw;
    transition: font-size 0.3s; /* スムーズな変化 */
}

.top-h2-wrap-vertical {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
    white-space: nowrap;
    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 top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.top-h2-vertical {
    display: inline-block;
    position: relative;
	margin-bottom: 0;
    padding: 0;
    line-height: 2;
    white-space: nowrap;
    font-size: 16px;
}

.en-title-vertical {
	position: relative;
    line-height: 1;
    white-space: nowrap;
	font-family: "widescreen-ex", sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 72px;
    color: #ffffff;
}

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

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

.page-h1 {
    position: relative;
	margin-bottom: 10px;
    padding: 0;
    line-height: 1.2;
    font-size: 18px;
}

.page-h1 span {
    font-family: "widescreen-ex", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3vw;
    white-space: nowrap;
}

.en-disc {
    display: block;
	position: relative;
    width: 50%;
    margin: 0;
    line-height: 1.3;
	font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 0.5vw;
}

.page-h2 {
	position: relative;
    margin-top: 10px;
	margin-bottom: 0;
	line-height: 1;
	font-size: 30px;
}

.page-h2 span {
    display: inline-block;
    margin-top: 15px;
	font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    white-space: nowrap;
}

.page-h3 {
    display: inline-block;
	position: relative;
    width: 200px;
	margin: 0 auto 20px;
    padding: 5px 0;
    border: 1px solid #ff69f9;
    border-radius: 3px;
    background: rgba(0,0,0,0.2);
    text-align: center;
	font-size: 16px;
    color: #ff69f9;
}

.page-h3.border-none {
    display: block;
	position: relative;
    width: 100%;
	margin: 0 auto 20px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    text-align: left !important;
	font-size: 18px;
    color: #ff69f9;
}

.page-h4 {
	position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

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

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * common parts
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-section-header {
    position: sticky;
    top: 0;
    display : flex;
    align-items: center;
	width: 100%;
    margin: 0 auto;
    padding: 0 7%;
}

.page-section-header.about {
    position: relative;
    top: 0;
    display : flex;
    align-items: flex-start;
	width: 100%;
    margin: 0 auto;
    padding: 150px 7%;
}

.page-section-header-left {
    position: relative;
    width: 65%;
}

.page-section-header-right {
    position: relative;
    width: 35%;
}

.page-section-header-pic {
    width: calc(100vw*0.86*0.35 + 100vw*0.07);
}

.page-section-contents {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: rgba(27,27,27,0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255,255,255,0.1);
}

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

.link-readmore {
    position: relative;
	display: inline-block;
    width: auto;
    height: 70px;
	margin: 0;
    padding-right: 60px;
    border-radius: 4px;
    border: 1px solid #666666;
    background: #000000;
    line-height: 68px;
    text-align: left;
    font-family: widescreen-ex, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s;
}

.link-readmore.none-shadow {
    border: none;
}

.link-readmore:hover {
    box-shadow: 0 0 20px #000000;
}

.link-readmore.none-shadow:hover {
    box-shadow: none;
}

.link-readmore span {
    position: relative;
	display: inline-block;
    width: auto;
    height: 70px;
	margin: 0;
	padding: 0 50px;
}

.link-readmore span:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 40px;
    background: #333;
}

.link-readmore:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
	margin: 0;
	padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/arrow-white-right.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

.link-readmore:hover:before {
    position: absolute;
    top: 25px;
    right: 10px;
    opacity: 0;
}

.link-readmore:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 40px;
	margin: 0;
	padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/arrow-white-right.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
	transition: all 0.5s;
}

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

.link-btn-small {
	position: relative;
	padding: 8px 40px 10px 45px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    background: #1b1b1b;
	text-decoration: none;
    line-height: 1;
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

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

.link-btn-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-small:hover {
	background: #000000;
}

.link-btn-white-small {
	position: relative;
	padding: 20px 20px 20px 45px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 60px;
    background: rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.link-btn-white-small:before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
	margin: 0;
	padding: 0;
    width: 14px;
    height: 14px;
    background: url("../images/arrow-white-right.svg");
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.link-btn-white-small:hover {
	background: rgba(0,0,0,1);
}

.link-btn-gra {
    position: relative;
    display: inline-block;
    height: 30px;
    padding:0 20px 0 30px;
    border-radius: 50px;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.link-btn-gra:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
	margin: 0;
	padding: 0;
    width: 10px;
    height: 10px;
    background: url("../images/arrow-white-right.svg");
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

.link-btn-gra:hover {
    color: #ffffff;
    opacity: 0.7;
}

.link-btn-ja {
    position: relative;
	display: inline-block;
    width: auto;
    height: 70px;
	margin: 0;
    padding-right: 60px;
    border-radius: 4px;
    border: 1px solid #666666;
    background: #000000;
    line-height: 68px;
    text-align: center;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s;
}

.link-btn-ja.gra {
    position: relative;
    display: inline-block;
    width: auto;
    height: 70px;
    margin: 0;
    padding-right: 60px;
    border-radius: 4px;
    border: 1px solid #999999;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
}

.link-btn-ja:hover {
    box-shadow: 0 0 20px #000000;
}

.link-btn-ja span {
    position: relative;
	display: inline-block;
    width: 320px;
    height: 70px;
	margin: 0 auto;
	padding: 0;
}

.link-btn-ja span:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 40px;
    background: #333;
}

.link-btn-ja.gra span:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 40px;
    background: #999;
}

.link-btn-ja:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
	margin: 0;
	padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/arrow-white-right.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

.link-btn-ja:hover:before {
    position: absolute;
    top: 25px;
    right: 10px;
    opacity: 0;
}

.link-btn-ja:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 40px;
	margin: 0;
	padding: 0;
    width: 20px;
    height: 20px;
    background: url("../images/arrow-white-right.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
	transition: all 0.5s;
}

.link-btn-ja:hover:after {
    position: absolute;
    top: 25px;
    right: 20px;
    opacity: 1;
}

.link-btn-ja font {
    font-size: 11px;
}

.link-btn-big {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 100px;
    margin: 0;
    padding-left: 80px;
    border-radius: 120px;
    border: 1px solid #ffffff;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    line-height: 95px;
    text-align: left;
    color: #ffffff;
    transition: all 0.3s;
}

.link-btn-big span {
    display: inline-block;
    margin-right: 15px;
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 34px;
}

.link-btn-big font {
    display: inline-block;
    vertical-align: 5px;
    font-weight: 500;
    font-size: 18px;
}

.link-btn-big:hover {
    box-shadow: 0 0 20px #000000;
}

.link-btn-big:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 30px;
	margin: 0;
	padding: 0;
    width: 30px;
    height: 30px;
    background: url("../images/arrow-white-right.svg");
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

.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;
}

.text-shadow {
    text-shadow: 
       2px  2px 3px rgba(0, 0, 0, 0.2),
      -2px  2px 3px rgba(0, 0, 0, 0.2),
       2px -2px 3px rgba(0, 0, 0, 0.2),
      -2px -2px 3px rgba(0, 0, 0, 0.2),
       2px  0px 3px rgba(0, 0, 0, 0.2),
       0px  2px 3px rgba(0, 0, 0, 0.2),
      -2px  0px 3px rgba(0, 0, 0, 0.2),
       0px -2px 3px rgba(0, 0, 0, 0.2);
}

.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: 0 auto;
    padding: 30px;
	border: 1px solid #555555;
    border-radius: 4px;
	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(0,0,0,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: rgba(255,255,255,0.2);
	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 flow ------------------------- */

#section-top-flow {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    box-shadow: inset 0 0 5px #000000;
    text-align: center;
}

.top-flow-wrap {
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 100%;
    /*background: rgba(255,255,255,0.2);*/
}

.top-flow {
    position: relative;
    width: 18%;
    padding: 30px 30px 30px 10px;
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.top-flow.first {
    width: 28%;
    padding: 30px 100px 30px 0;
    text-align: left;
}

@media (max-width: 1280px) {
    .top-flow {
        width: 20%;
        padding: 20px 30px 20px 10px;
        font-size: 12px;
    }

    .top-flow.first {
        width: 20%;
        padding: 20px 40px 20px 0;
    }
}

.top-flow i {
    content: '';
	position: absolute;
	top: 30px;
	left: calc(50% - 25px);
	width: 10px;
	height: 9px;
	margin: 0 auto;
	background: url('../images/icon-triangle-downward.svg') 0 0 no-repeat;
	background-size: 10px 9px;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5)); /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5)); 
}

@media (max-width: 1280px) {
    .top-flow i {
        content: '';
        position: absolute;
        top: 20px;
        left: calc(50% - 25px);
    }
}

.top-flow span {
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}

.top-flow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 67.5px;
	border-right: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 5px #000000;
	background: none;
    transform: skew(30deg);
}

.top-flow:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 1px;
    height: 67.5px;
	border-right: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 5px #000000;
	background: none;
    transform: skew(-30deg);
}

@media (max-width: 1280px) {
    .top-flow:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        width: 1px;
        height: 53px;
        border-right: 1px solid rgba(255,255,255,0.5);
        box-shadow: 0 0 5px #000000;
        background: none;
        transform: skew(30deg);
    }

    .top-flow:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 1px;
        height: 53px;
        border-right: 1px solid rgba(255,255,255,0.5);
        box-shadow: 0 0 5px #000000;
        background: none;
        transform: skew(-30deg);
    }
}

.top-flow-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 4px;
    background: #1b1b1b;
    line-height: 1;
    font-size: 10px;
}

.top-flow-title span {
	font-family: "widescreen-ex", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}

@media (max-width: 1280px) {
    .top-flow-title {
        font-size: 9px;
    }

    .top-flow-title span {
        font-family: "widescreen-ex", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
    }
}

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

#section-top-bn {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
    border-bottom: 1px solid #333;
	text-align: center;
}

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

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

@media (max-width: 1280px) {
    .top-banner-wrap {
        position: relative;
        height: auto;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    } 
    
    .top-banner-wrap-long {
        position: relative;
        height: auto;
        width: 90%;
        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: 1200px;
	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: 4px;
    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 info ------------------------- */

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

.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: 0;
}

.info-content-left {
    position: relative;
    padding: 0;
    width: 15%;
    background: #ff0000;
}

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

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

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

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

.top-info:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
	margin: 0;
    margin-top: -13px;
	padding: 0;
    width: 50px;
    height: 25px;
    border-radius: 30px;
    border: 1px solid #333;
    background: url("../images/icon-triangle-right.svg");
    background-size: 5px 6px;
    background-position: center center;
    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-pic {
	display: table-cell;
    position: relative;
    width: 100px;
	padding: 15px 0 15px 15px;
}

.top-info-pic span {
	display: block;
	position: relative;
	z-index: 0;
}

.top-info-pic img {
    width: 100%;
    border-radius: 4px;
}

.top-info-ttl {
	display: table-cell;
	padding: 15px 95px 15px 15px;
	vertical-align: middle;
    line-height: 1.5;
}

.top-info-date {
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}

.top-info-title {
    vertical-align: middle;
}

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

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

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

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

.section-top-about-header {
    position: relative;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
	padding: 500px 0 100px;
    background: url("../images/bg-sec-top-about.jpg");
    background-size: 200%;
    background-position: top center;
    background-repeat: no-repeat;
}

.section-top-about-header:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.3) 100%);
}

.top-about-intro {
    width: 60%;
    margin: 0 auto 50px;
}

.section-top-about-content-wrap {
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

.section-top-about-content {
    width: 32%;
    border-radius: 4px;
    background: #242424;
    padding: 30px;
}

.top-about-feature-num {
    position: relative;
    padding-left: 10px;
    font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}

.top-about-feature-num.pink {
    color: #ff69f9;
}

.top-about-feature-num.pink:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 5px;
    background: url('../images/icon-triangle-downward-pink.svg') 0 0 no-repeat;
	background-size: 6px 5px;
}

.top-about-feature-num.purple {
    color: #b26ff8;
}

.top-about-feature-num.purple:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 5px;
    background: url('../images/icon-triangle-downward-purple.svg') 0 0 no-repeat;
	background-size: 6px 5px;
}

.top-about-feature-num.light-blue {
    color: #15d4ff;
}

.top-about-feature-num.light-blue:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 5px;
    background: url('../images/icon-triangle-downward-light-blue.svg') 0 0 no-repeat;
	background-size: 6px 5px;
}

.top-about-feature-num span {
    font-size: 20px;
}

.top-about-feature-title {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1230px) {
    .top-about-feature-title {
        font-size: 14px;
    } 
}

/*-------------------------  section guidelines ------------------------- */

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

.guidelines-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: 0;
}

.guidelines-content-left {
    position: relative;
    padding: 0;
    width: 25%;
}

.guidelines-content-right {
    position: relative;
    width: 75%;
}

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

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

.top-mentor-wrap {
    position: relative;
    width: auto;
    margin: 0 20px;
    padding: 0 50px;
    overflow: hidden;
}

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

.top-mentor-wrap .slick-prev,
.top-mentor-wrap .slick-next {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.top-mentor-wrap .slick-prev {
    left: 0px;
}

.top-mentor-wrap .slick-next {
    right: 0px;
}

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

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

.top-mentors-pic {
    display: table-cell;
	position: relative;
    z-index: 0;
	width: 15vw;
	aspect-ratio: 1 / 1;
   /* clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);*/
}

.top-mentors-pic img {
	position: relative;
	width: 15vw;
	aspect-ratio: 1 / 1;
    border-radius: 4px;
}

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

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

.top-mentors-name-en {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 30px;
}

@media (max-width: 1320px) {
     .top-mentors-name-en {
        font-size: 24px;
    }   
}

@media (max-width: 1230px) {
     .top-mentors-name-en {
        font-size: 22px;
    }   
}

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

.top-mentors-org {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 11px;
}

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

.top-mentors-plus a {
    position: relative;
    display: inline-block;
    height: 22px;
    padding-left: 25px;
    line-height: 20px;
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 20px;
    color: #000000;
    cursor: pointer;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

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

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

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

@media (max-width: 1230px) {
    .top-mentors-plus a {
        font-size: 15px;
    }
}

.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);
}

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

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

.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;
    /*clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);*/
}

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

.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: #444444;
}

.pop-mentor-cat:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #444444;
}

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

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

.section-top-supporters-bg {
    z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-top-supporters-bg-gra {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B900B9;
    background: -webkit-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    background: linear-gradient(to right, rgba(185, 0, 185, 1) 0%, rgba(89, 55, 195, 1) 50%, rgba(0, 106, 204, 1) 100%);
    opacity: 0.8;
}

.top-supporter-wrap {
    position: relative;
    width: auto;
    margin: 0 20px;
    padding: 0 50px;
    overflow: hidden;
}

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

.top-supporter-wrap .slick-prev,
.top-supporter-wrap .slick-next {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
}

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

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

.supporter-pic {
	z-index: auto;
	position: relative;
	margin: 0 15px;
    padding: 20px;
    border-radius: 4px;
    background: #ffffff;
}

.supporter-pic.page {
	margin: 0 auto 20px;
    padding: 20px;
    border-radius: 4px;
    background: #ffffff;
}

.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 {
    opacity: 0.7;
}

.supporter-pic a img {
	position: relative;
	width: 100%;
}

.supporter-page-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap; /* 折返し可 */ 
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.supporter-page-wrap.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 親要素の疑似要素 */
.supporter-page-wrap:after {
    content: "";
    display: block;
    width: 21%; /* 子要素と同じ幅 */
}
.supporter-page-wrap:before { 
    content: ""; 
    display: block; 
    width: 21%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}

.supporter-page {
	position: relative;
	width: 21%;
	margin-bottom: 30px;
}

.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: 10px;
    text-align: center;
    line-height: 1;
    color: #ff69f9;
}

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

.supporters-h3 span {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 33px;
}

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

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

/*-------------------------  section past-data  ------------------------- */

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

.past-data-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: 0;
}

.past-data-content-left {
    position: relative;
    padding: 0;
    width: 15%;
}

.past-data-content-right {
    position: relative;
    width: 85%;
}

.past-data-subttl {
    position: relative;
    margin-bottom: 30px;
    padding-left: 10px;
    line-height: 1;
    font-family: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #ff69f9;
}

.past-data-subttl:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 5px;
    background: url('../images/icon-triangle-downward-pink.svg') 0 0 no-repeat;
	background-size: 6px 5px;
}

.past-data-subttl:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 120px;
    right: 0;
    width: auto;
    height: 1px;
    background: #ff69f9;
}

.past-data-ttl {
    margin-bottom: 50px;
    line-height: 1;
    font-size: 24px;
    color: #ff69f9;
}

.canvas-container {
    position: relative;
    width:  100%;
    height: 400px;
    overflow: hidden;
}

.past-data-circle-wrap {
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

.past-data-circle {
    width: 30%;
    padding: 0 30px;
}

@media (max-width: 1280px) {
    .past-data-circle {
        width: 32%;
        padding: 0 10px;
    }
}

.past-data-circle-ttl {
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1280px) {
    .past-data-circle-ttl {
        font-size: 14px;
    }  
}

.past-data-archive {
    width: 100%;
	margin: 0;
	padding: 0;
    line-height: 18px;
}

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

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

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

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

#section-top-voices {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
    background: #121212;
}

.section-top-voices-content-wrap {
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

.section-top-voices-content {
    width: 32%;
    border-radius: 4px;
    background: #242424;
    padding: 30px 20px 20px;
}

.section-top-voices-content:nth-child(1),
.section-top-voices-content:nth-child(2),
.section-top-voices-content:nth-child(3) {
    margin-bottom: 30px;
}

.section-top-voices {
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

.section-top-voices-pic {
    width: 35%;
}

.section-top-voices-pic img {
    width: 80%;
    border-radius: 50%;
}

.section-top-voices-text {
    width: 65%;
}

.top-voices-name {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

.top-voices-name span {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1230px) {
    .top-voices-name {
        font-size: 14px;
    } 
    
    .top-voices-name span {
        font-size: 12px;
    }
}

.top-voices-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
}

/*-------------------------  section slide ------------------------- */

#section-top-slide {
    overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
    background: #121212;
}

.top-slide-wrap {
    position: relative;
    display : flex;
    justify-content: center;
    width: 130%;
    margin-left: -30%; 
    padding: 0;
}

.top-slide {
    width: 20%;
    padding: 0 20px;
}

.top-slide:nth-child(even) {
    padding-top: 40px;
}

.top-slide img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    /*clip-path: polygon(7% 0, 100% 0, 100% 90%, 93% 100%, 0 100%, 0 10%);*/
}


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

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

.top-timeline-table {
    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: 45%;
}

@media (max-width: 1230px) {
    .top-timeline-cell {
        width: 48%;
    } 
}

.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: 4px;
	background: #242424;
    /*background:
    linear-gradient(135deg, transparent 20px, #242424 0) top left,
    linear-gradient(0deg, #242424 0, #242424 0) top right,
    linear-gradient(-45deg, transparent 20px, #242424 0) bottom right,
    linear-gradient(0deg, #242424 0, #242424 0) bottom left;
    background-size: 50% 50%;
	background-repeat: no-repeat;*/
}

.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: "widescreen-ex", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 24px;
}

.top-timeline-h3 .insta:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 42px;
	height: 42px;
	margin-top: -20px;
	background: url('../images/icon-insta-white-big.png');
	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-white-big.png');
	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: 0;
    /*background: #1b1b1b;*/
	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: #1b1b1b;
}

.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%;
}

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

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

.page-section {
	position: relative;
	background: #1b1b1b;
}

.page-contents-wrap {
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.page-contents-wrap.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.page-contents-wrap-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.page-contents-wrap-flex.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.page-contents-left {
    width: 30%;
}

.page-contents-right {
    width: 70%;
    padding-left: 10%;
}

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

.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;
}

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

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

.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: #c429bf;
	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 {
	opacity: 0.7;
}

.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: #c429bf;
	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 {
	opacity: 0.7;
}

.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: 36px;
	border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
	text-align: center;
	text-decoration: none;
	font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	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(0,0,0,0) url('../images/icon-angle-right-white.png') center no-repeat;
	background-size: 7px 13px;
	text-indent: -9999px;
}

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

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

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

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

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

.pink {
    color: #ff69f9;
}

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

#about-section {
    position: relative;
	padding: 0;
    background: #1b1b1b;
}

#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: 1.5;
    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: 26px;
}

.page-about-point-wrap {
	position: relative;
    display: flex;
    justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.page-about-point-wrap.center {
    width: 77%;
    justify-content: space-between;
}

.page-about-point {
	position: relative;
	width: 23%;
	margin: 0 auto;
	padding: 20px;
    border: 1px solid #555555;
    border-radius: 4px;
	background: rgba(0,0,0,0.2);
	font-size: 13px;
}

.page-about-point.triple {
	width: 31%;
}

.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: 14px;
	font-weight: 600;
	color: #ff69f9;
}

.page-about-h3 br {
	display: none;
}

@media (max-width: 1349px) {
    .page-about-h3 br {
        display: inline;
    } 
    
    .page-about-h3.line-two {
        line-height: 2.5;
    }
}

.with-youtube-wrap {
    display : flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

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

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

.schedule-wrap {
	display : table;
    position: relative;
    width: 100%;
}

.schedule-flowchart {
    display: table-cell;
    position: relative;
    z-index: 1;
    width: 20%;
    padding-bottom: 10px;
    border-radius: 4px;
    border: unset;
    background-image: unset;
    background-color: #555555;
    clip-path: polygon(0% 0%, 100% 0, 100% 100px, 50% 100%, 0 100px);
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}

.schedule-flowchart::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background: rgba(0,0,0,1);
    clip-path: polygon(0% 0%, 100% 0, 100% 98px, 50% 100%, 0 98px);
}

.schedule-flowchart.last {
    padding-bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.schedule-contents {
    display: table-cell;
    position: relative;
    width: 80%;
    padding-left: 50px;
    vertical-align: top;
}

/*------------------------- 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;
}

/*------------------------- 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: #1b1b1b;
}

.guide400-h1 {
	margin: 40px auto;
	padding-bottom: 40px;
	border-bottom: 2px solid #1b1b1b;
	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-image: -webkit-linear-gradient(left, #c429bf, #843ec5 50%, #00809c);
    background-image: -o-linear-gradient(left, #c429bf, #843ec5 50%, #00809c);
    background-image: linear-gradient(to right, #c429bf, #843ec5 50%, #00809c);
	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 #1b1b1b;
	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: #1b1b1b;
}

.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: #1b1b1b;
	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: #1b1b1b;
    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 {}

/*------------------------- 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 #ff69f9;
    color: #ffffff;
}

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

.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: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	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: #1b1b1b;
    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: #1b1b1b;
	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 30px;
	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: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 20px;
}

.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: #15d4ff;
}

.single-contents a:hover {
    text-decoration: underline;
	color: #15d4ff;
}

.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.1);
	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 rgba(255,255,255,0.5);
	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;
}