/* 画面外にいる状態
.h1textcont > h1 {
	margin: 0!important;
	padding: 0!important;
    background-image: none!important;
    font-size: 1em!important;
	display: inline!important;
} */
.h1textcont > #h1_text_copy {
	margin: 0!important;
	padding: 0!important;
    background-image: none!important;
    font-size: 1em!important;
	display: inline!important;
}
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
    transform: rotate(0eg);
	}
.fadeinL {
	opacity : 0.1;
	/*
	//transform: translate(-200px, 0);
	*/
    transform: rotate(-45deg);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadeinL.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*-----------------------------------------------------------------------------------
　　　　　　　　　　　　新ヘッダー追加CSS
-----------------------------------------------------------------------------------*/
.head_area {
	height: 6px;
    margin-top: 35px;
}
@media screen and (max-width: 899px) and (min-width: 768px) {
div.wide-wrap {
    margin: 0 calc(-50vw)!important;
}
	div#head_inner_div {
		margin-left: 21%;
	}
.top_logo {
    margin: -60px 0 0 -9px!important;
}
div.xmlogo {
    background-position-x: 11px;
}
	
.g_menu {
    margin: -30px calc(50vw - 320px) 0!important;		
}
	
#pchead {
	margin: 0 7vw!important;
}
	
.g_menu {
    width: 60%!important;
}
	
.h_menu {
    width: 45%;!important;
	justify-content: start!important;
	margin: 0 3px!important;
}
	
.g_menu {
    margin: 0!important;
    height: 29px!important;
}
	
#campaign00 {
	margin: 0px 3%!important;
}
	
#pcfoot div.wide-wrap {
	margin: 0 -10px!important;
}
	
#distext {
	line-height: 1rem!important;
}
#camp_body {
	justify-content: space-around!important;
}
#camp_btn {
    width: 35%!important;
    padding: 6px 15px!important;
}
.camp_btn {
    left: -63px;
}

div#header_end.wide-wrap {
	margin-bottom: -40px!important;
}

.head_area {
	height: 6px;
    margin-top: 26px;
}
}

#gmenu_bar {
	color: #fff;
}

.Flex_row {
    display: flex;
    flex-direction: row;
}

.Flex_col {
    display: flex;
    flex-direction: column;
}

/* ヘッダーのロゴ、メニュー、カテゴリー表示を消す。*/
.keni-header_wrap, .keni-gnav_wrap, .entry_status {
    display: none;
}

/* H1のラインを消す。*/
.keni-section h1.entry_title {
    display: none;
}

/*新規ヘッダーメニュー*/
.h_menu {
    font-size: 14px;
    width: 50%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
}

.g_menu {
    font-size: 14px;
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    height: 40px;
    position: relative;
}

.h_menu {
    height: 36px;
}

.h_menu li {
    display: inline-block;
    height: 36px;
    align-self: center;
    text-align: center;
}

.h_menu li:not(li:last-child) {
margin: 0 6px 0 0;
}

.h_menu li/*:not(li:first-child)*/ span:hover {
    -webkit-box-shadow: 2px 2px 9px 2px  #ffffff4d;
    box-shadow: 2px 2px 9px 2px #ffffff4d;
    transition: 0.3s;
}

.h_menu li a {
    color: #fff;
    text-decoration: none;
}

.g_menu li {
    margin: 0;
    width: 100%;
    height: 40px;
    align-self: center;
    text-align: center;
    padding: 0px 0px 0px 0px;
	background-color: #000;
}

.g_menu li a {
	display: inline-block;
    text-decoration: none;
    color: #fff;
	width: 100%;
	height: 100%;
}

.home {
	font-size: 1.5rem;
}

.menu span {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 3px;
}

.menu span:not(.sub_menu span) {
	border-right: 1px solid #333;
}

.sub_menu li:not(li:last-of-type) a{
	width: 96%;
	border-bottom: 1px solid #333;
}

.gmenu li:not(li.home):hover {
	background-color: #333;
}
.xm_logo a, .mb_logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sub_menu {
    position: relative;
	top: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.h_menu li {
    padding: 3px 0px 0px 0px;
}


.mb_logo {
    height: 50px;
    width: 250px;
    background-image: url(https://www.sakaida1125.xsrv.jp/wp-content/uploads/2022/08/xm_xmtrading_250×50.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 10px 6px;
}
.mb_menu {
    position: relative;
    height: 50px;
    width: 50px;
}
.mb_menu:before {
    position: absolute;
    margin: 9px 6px;
    content: "\f0c9";
    font-size: 2em;
    top: 0;
    right: 15px;
    font-family: FontAwesome;
}
/* スクロールに関するCSS */
.mb_menu_bg {
	position: relative;
    top: -50px;
    right: -100vw;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
	z-index: 99;
    width: 100vw;
    background-color: transparent;
	transition: 0.6s;
}
.mb_menu_bg::-webkit-scrollbar {
 display:none;
}
.mb_menu_close_bg {
	position: relative;
    background-color: transparent;
    width: 48px;
    height: 48px;
    margin: 0 0 -48px;
    right: calc(48px - 25vw);
	z-index: 15;
}
.mb_menu_div {
    position: relative;
    top: 0px;
    padding: 0;
    right: -25vw;
    width: 75vw;
	height: auto;
    z-index: 25;
    background: #fff;
}
div.mb_menu_close_bg:before {
    position: absolute;
    content: "\f00d";
    font-size: 2em;
    top: 7px;
    left: 12px;
    font-family: FontAwesome;
    color: #fff;
}
/*新規ヘッダーメニュー*/
.mb_h_menu {
    font-size: 1em;
    font-weight: bold;
    margin: 25px 0;
    padding: 0;
    flex-wrap: nowrap;
    list-style: none;
    height: 42vw;
    justify-content: space-between;
}

.mb_g_menu {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    list-style: none;
    border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.mb_h_menu li {
    display: inline-block;
    margin: 0;
	width: 100%;
    height: 45px;
    text-align: center;
	padding: 0px 0px 0px 0px;
}

.mb_h_menu li span{
    padding-top: 3px;
	width: 100%;
	height: 100%;
	position: relative;
    left: 0;
    top: -2px;
    color: #FFF !important;
	background-color: transparent;
}

.mb_h_menu li:first-child {
	border: 1px solid #FFF;
    background-color: #000;
}

.mb_h_menu li:nth-child(2) {
	border: 1px solid #238F38;
    background-color: #3CA748;
}

.mb_h_menu li:nth-child(3) {
	border: 1px solid #B7151E;
    background-color: #B7151E;
}

.mb_h_menu li:nth-child(4) {
	border: 1px solid #238F38;
    background-color: #3CA748;
}

.mb_h_menu li span:hover {
    -webkit-box-shadow: 2px 2px 9px 2px  #ffffff4d;
    box-shadow: 2px 2px 9px 2px #ffffff4d;
    transition: 0.3s;
}

.mb_h_menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
    text-decoration: none;
	padding: 9px 0px 0px 0px;
}

.mb_g_menu li {
	position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 15px;
    background-color: #f6f7f8;
    border-bottom: solid 1px #ddd;
}
.mb_g_menu li:last-child{
	border-bottom: none;
}
.mb_g_menu > li:before, .mb_sub_menu > li:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.2rem;
    z-index: 1;
    top: 9px;
    width: 24px;
    background-color: transparent;
}

.mb_main_menu_open{
	background-color: #e7e7e7!important;
}

.mb_g_menu > li:first-child:before, .mb_sub_menu > li:before {
    content: "\f054";
	right: -2px;
}

.mb_g_menu li.mb_main_menu:before {
	content: "\f067";
	right: 0;
}

.mb_g_menu li.mb_main_menu.mb_main_menu_open:before {
	content: "\f068";
	right: 0;
}

.mb_g_menu li a {
	display: inline-block;
    text-decoration: none;
    color: #505050;
	width: 100%;
	height: 100%;
}

li.mb_main_menu:hover,  ul.mb_sub_menu li:hover{
    /*background-color: #e7e7e7;*/
}

.mb_sub_menu {
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f6f7f8;
}

.mb_sub_menu li {
	width: calc(100% + 15px);
	margin-left: -15px;
    padding-left: 30px;
	/*top: 0;*/
}

.mb_sub_menu li:first-child {
    border-top: solid 1px #ddd;
}

.mb_sub_menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.head_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.h1textcont {
    width: 50%;
    height: 36px;
    font-size: 14px;
    color: #fff;
    padding: 3px 0px;
    overflow-wrap: break-word;
    white-space: normal;
}

.top_logo {
    padding: 0 0 0 0;	
    margin: -60px 0 0 0;
    height: 60px;
    display: flex;
    flex-direction: row;
}

.xmlogo {
    width: 30%;
    content: "";
}

.xmcomment {
    height: 60px;
}
.xmcomment:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 45px;
    border-color: transparent transparent transparent #fff;
}
.xmcomment {
    background: linear-gradient(to bottom, #ab0505 0%, #d6000e 10%, #e60817 25%, #fa5861 42%, #d6000e 75%, #ab0505 90%);
    width: 65%;
}
.close {
    display: none;
}
.mb_close {
    display: none;
}

.open {
    height: 360px;
}
.open_list {
	position: relative;
}
.open_list::before {
	content: "";
	position: absolute;
	background-color: #3b3b3b;
    height: 3px;
    width: 99%;
    top: 32px;
}

.open_list::after {
	content: "";
	position: absolute;
    border: 5px solid #3b3b3b;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    height: 3px;
    width: 8%;
    top: 34px;
    left: calc(50% - 5px);
}
.noScroll {
	overflow: hidden;
	height: 110vh;
}
/*-----------------------------------------------------------------------------------
　　　　　　　　　　　　新フッター追加CSS
-----------------------------------------------------------------------------------*/
.bg_logo {
    background-repeat: no-repeat;
    background-position: right center;
    width: 18%;
    background-size: contain;
    height: 60%;
    background-position-x: center;
}
.foot_logo_cont {
    height: 66px;
    line-height: 1.6rem;;
    color: #fff;
    align-items: center;
}
.foot_logo {
    content: "";
    background-image: url(https://www.sakaida1125.xsrv.jp/wp-content/uploads/2022/01/logo02.png);
    background-position-x: left, center;
    background-position-y: center, center;
    background-size: contain;
    width: 15%;
    height: 80%;
}

.fxm {
    margin-left: 20px;
    padding-left: 20px; 
	padding-top: 5px;
    border-left: 1px solid #FFF;
    font-size: 0.75rem;
    height: 80%;
}

.fxmtext a{
    color: #fff;
}
.fxmtext a:hover {
    color: #ffffff80;
    background: #0000004d;
    transition: 0.3s;
}

.fcrflex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.funclub_logo_cont {
    height: 66px;
    line-height: 1.6rem;;
    align-items: center;
}

.funclub_logo {
    content: "";
    background-image: url(https://www.sakaida1125.xsrv.jp/wp-content/uploads/2021/04/kaigaifxfanclub_logo.png);
    background-position-x: left, center;
    background-position-y: center, center;
    background-size: contain;
    width: 15%;
    height: 80%;
}

.funclubm {
    margin-left: 20px;
    padding-left: 20px;
	padding-top: 5px;
    border-left: 1px solid #ccc;
    font-size: 0.75rem;
    height: 80%;
	letter-spacing: 0px;
}

.f_menu {
    background-color: transparent;
    font-size: 0.75rem;
    display: flex;
    padding: 0;
    margin: 0px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
}

.f_menu li {
    margin: 0;
    height: 20px;
    align-self: center;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    color: #fff;
    padding: 0 6px;
}

.f_menu li:not(li:first-child) {
    border-left: solid 1px #ccc;
}

.f_menu li span {
	display: block;
    height: 30px;
    margin-top: -6px;
}

.f_menu li a{
    color: #fff;
    text-decoration: none;
}

#comments {
    display: none;
}

nav.navigation.post-navigation, div.keni-breadcrumb-list_wrap, div.keni-footer_outer, div.keni-section_wrap.keni-section_wrap_style02, div.keni-footer-panel_outer, div.keni-gnav_btn {
    display: none!important;
}

@media screen and (max-width: 768px){
.foot_logo_cont {
    height: auto;
}
	
.foot_logo {
    background-position-x: center, center;
    background-size: contain;
    width: 100%;
	height: 30px;
	margin-bottom: 9px;
}

.fxm {
    margin: 0;
	padding-left: 6px;
    padding-top: 9px;
	border-left: none;
    border-top: 1px solid #FFF;
    width: 100%
}
.funclub_logo {
    background-position-x: center, center;
    width: 100%;
    height: 60%;
	margin-bottom: 6px;
}
.funclubm {
     margin: 0;
	padding-left: 6px;
    padding-top: 9px;
	border-left: none;
    border-top: 1px solid #ccc;
    width: 100%
}
.funclub_logo_cont {
    height: 100px;
}
.head_area {
    height: 6px;
    margin-top: -6px;
}
}
/*-----------------------------------------------------------------------------------
　　　　　　　　　　　　キャンペーン用追加CSS
-----------------------------------------------------------------------------------*/
#campaign00 {
    transition: 0.6s;
}
.campslideu {
    bottom: 0;
}
.camp_btn {
    border: 3px solid #ccc;
    background-color: #3ca748;
    line-height: 1.2em;
    height: 60px;
    text-align: center;
    position: relative;
}
.camp_btn_span:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.4rem;
    z-index: 2;
    top: 34%;
    right: 0;
    width: 24px;
    background-color: transparent;
}
.camp_btn_span:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    height: 59px;
    width: 24px;
    background-color: transparent;
}
.camp_btn_span {
    margin: 0 10%;
}
