@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	line-height:1.6;
	font-size: 100%;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #000;
}
*{
	box-sizing: border-box;
}
h1,
h3,
h4,
h5,
h6,
ul,
li,
a,
form,
input
{
	margin:0;
	padding:0;
	text-align: left;
	font-family: "helvetica neue";
}
h2{
	margin:0;
	padding:0;
	text-align: center;
	font-family: "helvetica neue";	
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.flex_box{
	display: flex;
}
.sp{
	display: none!important;
	visibility: hidden;
}
#tmp_wrap {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.bold{
	font-weight: bold;
}
.red{
	color: #e50012;
}
.blue{
	color: #0071ba;
}
.pink{
	color: #ff7baa;
}
.txt_23{
	font-size: 23px;
}
.txt_25{
	font-size: 25px;
}
.txt_18{
	font-size: 18px;
}
#tmp_wrap .container {
    width: 1000px!important;
}
/*----------------*/
div#tmp_header{
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/header_bg.png")no-repeat top center/ 100% auto;
}
div#tmp_header h2 img {
    max-width: 1000px;
    display: block;
    height: auto;
    margin: 0 auto;
}
div#tmp_header h2{
	margin: 0 0 30px;
	padding-top: 40px;
}
img.h4 {
    margin-top: -11px;
}
.video_content h3 img {
    display: block;
    max-width: 351px;
    margin: 0 auto;
    height: auto;
}
.video_list{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/video_bg.png")no-repeat center/cover;
	margin-top: 35px;
}
.thumbnails.thumbnails-bxslider {
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/video_bg.png")no-repeat center/cover;
    padding: 30px 0 5px;
}
iframe#video-content {
    display: block;
    width: 854px;
    margin: 0 auto;
}
.video_content h3 {
    margin-bottom: 40px;
}
.video_list ul{
    max-width: 790px;
    margin: 0 auto;
	flex-wrap: nowrap;
	padding: 30px 0 30px;
}
.video_list ul li{
	width: 33.33%;
	padding: 0 20px;
}
.video_list ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.check_point_wrap{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/checkpoint_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-bottom: 30px;
}
.check_point_top .txt_contents {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 7px solid #dcbf6b;
    padding: 45px 87px;
}
.check_point_top .txt_contents p{
	margin: 0 0 40px 0;
	font-size: 18px;
}
.check_point_top .txt_contents p:last-child{
	margin-bottom: 0;
}
section.check_point_top h2 {
    position: relative;	
    padding-top: 60px;
}
img.title_img_left {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 10px;
}
img.title_img_right {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
    width: 276px;
    height: auto;
    margin-left: -18px;
}
.check_point_cnt{
	position: relative;
}
.check_point_cnt::after{
	position: absolute;
	content: "";
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/checkpoint.png")no-repeat center/ 100% auto;
	width: 260px;
	height: 67px;
	top: -24px;
	left: 50%;
	transform: translate(-50%, 0);
}
section.check_point_cnt .container {
    width: 960px;
    border: 7px solid #dcbf6b;
    margin: 75px auto 0;
}
section.check_point_cnt .container h3{
    color: #FFFFFF;
	font-size: 34px;
	text-align: center;
    padding-top: 40px;
    letter-spacing: -2px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section.check_point_cnt .container img{
	width: 100%;
    height: auto;
    padding: 20px 40px 30px;
}
.check_point_bottom{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/checkpoint_bt_bg.png")no-repeat center/ cover;
	padding: 30px 0 10px;
}
.check_point_bottom h2 img.title_top_img {
    display: block; 
    max-width: 900px; 
    margin: 0 auto 50px; 
}
.check_point_bottom h2 img.title_bottom_img {
    width: 851px;
    display: block;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
}
.check_point_bottom .txt_contents{
    color: #fff;
    font-size: 24px;
    width: 527px;
	padding-top: 52px;
}
.check_point_bottom .txt_contents p:nth-child(2){
	position: relative;
}
.check_point_bottom .txt_contents p:nth-child(2)::after{
	position: absolute;
	width: 100%;
	height: 10px;
	top: 25px;
	left: 0;
	z-index: -1;
	content: "";
	background-color: #ff0000;
}
.check_point_bottom img{
	display: block;
	width: calc(100% - 590px);
	height: auto;
}
.check_point_bottom .container .txt_contents p {
    margin: 0 0 34px 0;
}
.comment_post h2 img {
    display: block;
    width: 100%;
    height: auto;
}
.parallax1{
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.6s linear;
}
.right_show{
	transform: translateX(0);
	opacity: 1;
	transition: all 0.6s linear;
}
.parallax2{
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.6s linear;
}
.left_show{
	transform: translateX(0);
	opacity: 1;
	transition: all 0.6s linear;
	transition-delay: 0.5s;
}
.parallax-ready,
.parallax4{
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.6s linear;
}
.ready-show,
.opa_show{
	opacity: 1;
	transform: scale(1);
	transition: all 0.6s linear;
}
.parallax3{
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.6s linear;
}
.up_show{
	transform: translateY(0);
	opacity: 1;
	transition: all 0.6s linear;
}
.up_show:nth-child(2),
.opa_show:nth-child(2){
	transition-delay: 0.5s;
}
.opa_show:nth-child(3),
.up_show:nth-child(3){
	transition-delay: 0.7s;
}
.up_show:nth-child(4){
	transition-delay: 0.9s;
}
.up_show:nth-child(5){
	transition-delay: 1.1s;
}
.up_show:nth-child(6){
	transition-delay: 1.3s;
}
.check_point_bottom h2 .opa_show:nth-child(1),
.check_point_bottom h2 .opa_show:nth-child(2){
	transition-delay: 0;
}
.check_point_bottom h2 .opa_show:nth-child(3),
.check_point_bottom h2 .opa_show:nth-child(4){
	transition-delay: 0.5s;
}
.comment_post h2 img {
    display: block;
    width: 100%;
    height: auto;
}
.present img{
	width: 100%;
	height: auto;
	display: block;
}
.comment_post{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/cmt_bg.png")no-repeat center center;
	background-size: contain;
	padding-bottom: 100px;
}
.comment_post .container {
	width: 900px;
	margin: 50px auto 0;
}
.present{
	 background-color: #a21400;
	padding: 25px 50px;
	position: relative;
}
.present::after{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/comment_here.png")no-repeat center/ 100% auto;
	position: absolute;
	content: "";
	top: 98%;
	left: 0;
	width: 100%;
    height: 0;
    padding-bottom: 11%;
}
.space_25{
	margin-bottom: 25px;
}

.present p.present_txt{
	padding: 0 15px;
}
.present p.cmt{
	width: 233px;
	height: 56px;
	margin: 40px auto 0;
}
.video-back {
    position: relative;
}
.video-back::after{
    position: absolute;
    content: "";
    top: -104px;
    right: -488px;
    z-index: -1;
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/right_c.png")no-repeat center/ 100% auto;
    width: 680px;
    height: 400px;
}
.video-back::before{
    position: absolute;
    content: "";
    top: -98px;
    left: -500px;
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/left_c.png")no-repeat center/ 100% auto;
    width: 683px;
    height: 400px;
    z-index: -1;
}
.new_comment input[name="commit"] {
    margin: 0 auto;
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/1/img/com-btn1.png") no-repeat;
    background-size: 100%;
    color: rgba(255,255,255,0);
    cursor: pointer;
    width: 440px;
    height: 104px;
    border: none;
    max-width: 100%;
}
.txt_point{
	font-size: 1.3em;
	line-height: 1.5;
}
.txt_pc {
	display: block;
}
.txt_sp {
	display: none;
}
.question{
	justify-content: center;
}
.question img{
	max-width: 1000px;
	height: auto;
	display: block;
	margin:50px auto 0;
}
.midokoro {
    text-align: center;
}
.midokoro img {
    margin: 30px auto 20px;
    width: 800px;
    max-width: 90%;
}
.result{
	margin-bottom: 30px;
}
.result .result_box{
	margin: 40px auto 60px;
}
.result img{
	margin:10px auto;
	width: 100%;
}
.check_point_top .txt_contents .result h3{
	font-size: 25px;
	font-weight: bold;
}
.check_point_top .txt_contents .result p{
	font-size: 20px;
}
