@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;
}
.profile_cnt img{
    display: block;
    width: 100%;
    height: auto;
}
.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;
}
.under_line{
	text-decoration: underline;
}
.container {
    width: 960px;
    margin: 0 auto;
}
/*----------------*/
.thumbnails.thumbnails-bxslider {
    background: url(//s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/3/img/video_bg.png)no-repeat center/cover;
    padding: 30px 0 5px;
}
.community_wrap{
	background: url(//s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/3/img/checkpoint_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-bottom: 50px;
	padding-top: 20px;
}
section.community_box ul li{
    padding: 40px;
	padding-bottom: 0;
    background-color: #f2f2f2;
    margin-bottom: 30px;
}
.community_box .txt_contents p span {
    line-height: 35px;
}
section.community_box ul li:nth-child(2n+1) .left_box{
	padding-right: 70px;
}
section.community_box ul li:nth-child(2n) .left_box{
	padding-left: 70px;
}
section.community_box ul li:nth-child(2n){
	flex-direction: row-reverse;
}
section.community_box ul li .left_box{
    width: calc(100% - 200px);
}
section.community_box ul li .left_box .ttl_box{
    border-bottom: 1px solid #d9d8d8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
section.community_box ul li .left_box img{
	display: block;
    width: 335px;
    height: auto;
}
section.community_box ul li .right_box{
    width: 200px;
}
section.community_box ul li .right_box img{
    display: block;
	width: 100%;
	height: auto;
}
section.community_box ul li:last-child .right_box img{
	width: 232px;
    position: relative;
    bottom: 0;
    right: 30px;
}
section.community_box ul li .left_box .cnt_box{
    font-size: 18px;
    line-height: 30px;
}
.community_box .txt_contents ul li .cnt_box p{
	margin-bottom: 20px;
}
.community_box .txt_contents {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 7px solid #dcbf6b;
    padding: 30px 80px;
}
.community_box .txt_contents p span.block {
    display: block;
}
.community_box .txt_contents p{
	margin: 0 0 30px 0;
	font-size: 18px;
}
.community_box .txt_contents p:last-child{
	margin-bottom: 0;
}
section.community_box h2 {
    position: relative;
    padding: 0;
	text-align: center;
}
section.community_box h2 img {
    display: block;
    width: 850px;
    margin: 0 auto 30px;
    padding-top: 70px;
}
section.community_box .cnt2 .txt_contents img {
    width: 100%;
    display: block;
	height: auto;
    margin-bottom: 30px;
}
section.community_box .cnt2 h2 {
    margin: 45px 0 35px;
}
img.title_img_left {
    width: 1000px;
    display: block;
    vertical-align: middle;
    height: auto;
}
.cnt2 img.title_img_left {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
img.title_img_right {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
    width: 276px;
    height: auto;
    margin-left: -18px;
}
.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;
}
.up_show:nth-child(10){
	transition-delay: 2.1s;
}
.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(//s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/3/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(//s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/3/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;
}
/*------profile----------*/
#tmp_profile{
	background: url(//s3.ap-northeast-1.amazonaws.com/fxism-tribe.com/fn/3/img/profile_bg.png) no-repeat center top/100% auto #000;
}
#tmp_profile .container {
    width: 800px!important;
    margin: 0 auto;
}
.profile_cnt h2{
    width: 100%;
    padding: 50px 20px 0;
    margin: 0 auto 35px;
}
.profile_box{
	background: #fff;
	padding: 45px 45px 30px 45px;
	margin-bottom: 35px;
}
.profile_box.flex_box{
	display: flex;
	flex-wrap: wrap;
}
.profile_box .left_box{
	width: 63%;
}
.left_box .title_box {
    margin-bottom: 25px;
}
.profile_box .left_box h4{
	margin-bottom: 30px;
    padding-right: 203px;
}
.left_box .box_text_cnt p {
    font-size: 16px!important;
	margin-bottom: 30px;
}
.profile_box .right_box{
	width: 37%;
}
.right_box p{
	padding-left: 75px;
}
.left_box .box_text_cnt p.txt_14{
	font-size: 14px;
}
span.under_yellow {
    background: linear-gradient(transparent 59%, #fff700 0%);
    padding-bottom: 5px;
}
.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%;
}

/*動画の見どころ*/
.midokoro {
    text-align: center;
}
.midokoro img {
    margin: 30px auto 20px;
    width: 800px;
    max-width: 90%;
}

/*3種の神器box*/
.god-box{
	border: 3px solid #000;
    padding: 50px 70px 10px;
    margin: 20px auto 20px;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.god-box img{
	margin:10px auto 50px;
	width: 100%;
}
.god-box p{
	font-size: 20px;
}
/*
.god-title{
    font-weight: bold;
    font-size: 25px;
    font-style: italic;	
    color: #e50012;
    display: inline-block;
    margin-bottom: 12px;
    text-decoration-line: underline;
}

/*3神器と3理由の見出し*/
.subtitle{
    background-color: yellow;
    font-weight: bold;
    font-size: 1.5rem;
    font-style: italic;
    display: inline-block;
    padding: 0 10px 0 5px;
    margin: 10px auto;
}

/*3つのステップ*/
.step-box {
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 30px;
    margin: 50px auto;
    background-color: #f9f9f9;
}
.step-box img{
	margin:10px auto;
	width: 100%;
}
/*
.step-title{
    font-weight: bold;
    font-size: 25px;
    font-style: italic;	
    color: #e50012;
    display: inline-block;
    margin-bottom: 12px;
    text-decoration-line: underline;
}
*/
.step-title img{
	margin: 40px auto 10px;
	width: 120%;
}

/*なぜそんなことができるのか？*/
.why{
	margin-top: 50px;
}
.why img{
	margin:10px auto -60px;
	width: 100%;
}
.why-box{
	border: 3px solid #000;
    padding: 50px 30px 30px;
    margin: 20px 0;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.reason{
	margin: 30px auto 0;
}
.reason img{
	display: block;
	margin:50px auto;
	width: 100%;
	max-width: 850px;
}

/*コメント特典質問*/
.question{
	justify-content: center;
}
.question img{
	max-width: 1000px;
	height: auto;
	display: block;
	margin:50px auto 0;
}

.gold-line{
	border: none;
    height: 1px;
    background-color: #d4af37;
    margin: 20px 0;
    border-radius: 2px;
}

/*追従バナー*/
.banner {
    position: fixed;
    right: 0;
    bottom: 2px;
    z-index: 99;
}