@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,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
form,
input
{
	margin:0;
	padding:0;
	text-align: left;
	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_22{
	font-size: 22px;
}
.txt_21{
	font-size: 21px;
}
.txt_25{
	font-size: 25px;
}
.txt_18{
	font-size: 18px;
}
.container {
    width: 960px;
    margin: 0 auto;
}
/*----------------*/
.thumbnails.thumbnails-bxslider {
    background: url(https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/2/img/video_bg.png)no-repeat center/cover;
    padding: 30px 0 5px;
}
.check_point_wrap{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/2/img/checkpoint_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-bottom: 50px;
}
.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 span.block {
    display: block;
}
.check_point_top .txt_contents p{
	margin: 0 0 30px 0;
	font-size: 18px;
}
.check_point_top .txt_contents p:last-child{
	margin-bottom: 0;
}
section.check_point_top h2 {
    position: relative;
    padding: 0;
}
section.check_point_top .cnt2 h2 {
    margin: 70px 0 50px;
}
img.title_img_left {
    width: 1000px;
    display: block;
    vertical-align: middle;
    height: 360px;
}
.cnt2 img.title_img_left {
    width: 760px;
    margin: 0 auto;
          height: 130px;
}
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/2/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;
}
span.text_align {
    text-align: left;
}
section.check_point_cnt .container h3{
    color: #FFFFFF;
        font-size: 34px;
    padding: 60px 10px 0;
    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: 0 40px 30px;
}
.check_point_bottom{
	background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/2/img/checkpoint_bt_bg.png")no-repeat center/ cover;
	padding-top: 55px;
}
.check_point_bottom h2 img.title_top_img {
    display: block; 
    max-width: 1000px; 
	height: auto;
    margin: 0 auto; 
}
.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: 18px;
    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;
}
.up_show:nth-child(7){
	transition-delay: 1.5s;
}
.up_show:nth-child(8){
	transition-delay: 1.7s;
}
.up_show:nth-child(9){
	transition-delay: 1.9s;
}

.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/2/img/cmt_bg.png)no-repeat center center;
    background-size: contain;
    padding-bottom: 110px;
}
.comment_post .container {
    
	width: 900px;
	margin: 50px auto 0;
}
.present{
	 background-color: #a21400;
	padding: 25px 50px;
	position: relative;
}
.present::after{
	position: absolute;
    content: "";
    top: 99%;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 11%;
    background: url(https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/2/img/comment_here.png)no-repeat center/ 100% auto;
}
.space_25{
	margin-bottom: 25px;
}

.present p.present_txt{
	padding: 0 15px;
}
.present p.cmt{
	width: 233px;
	height: 56px;
	margin: 40px auto 0;
}
/*-------------------ファネル2話----------------------*/
.check_point_bottom {
    background: url("https://s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/2/img/checkpoint_bt_bg.png")no-repeat center/ cover;
    padding-top: 55px;
}
.red_part2{
	 color: #ffed00;
}
.check_point_bottom .txt_contents {
    width: 100%;
}
.under_yellow,
.under_line{
    position: relative;
	z-index: 3;
}
.under_line::after {
    position: absolute;
    width: 104%;
    height: 10px;
    top: 17px;
    left: 0;
    content: "";
    background-color: #ff0000;
	z-index: -1;
}
.under_yellow::after {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 13px;
    left: 0;
    content: "";
    background-color: #FFF242;
    z-index: -1;
}
.check_point_bottom {
    padding-bottom: 50px;
}
.under{
	text-decoration: underline #fff;
	}
.under_black{
	text-decoration: underline #000;
	}
.under_red{
	text-decoration: underline red;
	}
.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%;
}
span.red.txt_22.bold.block {
    padding-left: 15px;
    position: relative;
}
span.red.txt_22.bold.block::after {
    position: absolute;
    content: "";
    top: 41%;
    left: 0;
    background-color: #e50211;
    font-weight: bold;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.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%;
}