@charset "UTF-8";

/*
Theme Name:		CrowdFundingThemes
Description:	クラファンLP用テーマ
Author:			梶谷
Version:		1.0
License:
License URI:
*/


/*********************************************************************
******************************レイアウト******************************
**********************************************************************/

html , body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

main#main {
/*display: inline-block;*/
	width: 1000px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: center;
}

main#main img {
	max-width: 1000px;
	height: auto;
}

main#main h2 {
	padding: 0 10px;
	line-height: 1.4;
}

.marukaku {	/* サンクスページの丸角枠 */
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
}

video {
	width: 100%;
	height: auto;
	}

/***** 投稿ページ用レイアウト *****/

div#contents {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

main#single-main {
	display: inline-block;
	width: 710px;
	height: auto;
	padding: 20px;
	margin: 20px auto;
	font-size: 24px;
	line-height: 1.6;
	box-sizing: border-box;
	vertical-align: top;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

div#sub {
	display: inline-block;
	width: 300px;
	height: auto;
	padding: 20px;
	margin: 20px 0 20px 20px;
	background: #fff;
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius:10px;
}

@media screen and (max-width: 640px) { /*========= SP ==========*/

main#main {
	width: 100%;
	padding: 0;
	font-size: 20px;
	}

main#main img {
	width: 100%;
	height: auto;
	}

main#main p {
	margin-left: 20px;
	margin-right: 20px;
	}

.marukaku {	/* サンクスページの丸角枠 */
	width: 90%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 10px auto;
	padding: 0px;
}

}/* SP end */



/*********************************************************************
****************************** ヘッダー*******************************
**********************************************************************/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	}

.header nav {
	display: none !important;
}

.header.fade {
	opacity: 0;
	}

.header-top {
	display: none;
 /* display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100px;
	padding: 10px 20px;
	background: #ccc;
	transition: .3s;*/
	}

.fixed .header-top {
  /*height: 50px;
	background: rgba(100, 100, 100, .5);*/
	display: none;
	}

.header-top .header-logo {
	max-width: 200px;
	height: auto;
	}

.header-top .header-banner {
	max-width: 200px;
	height: auto;
	text-align: right;
	}

.header-top img {
	max-height: 100%;
	}

.fixed .header-top img {
	max-height: 30px;
	}

.header-nav {
	width: 100%;
	height: auto !important;
	background: #fff;
	border-bottom: 1px solid #666;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

.header-nav-list {
	display: flex;
	width: 800px;
	margin: 0 auto;
	font-size: 0;
	}

.header-nav-list li {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 16px;
	}

/*
.header-nav-list li:nth-child(4) {

}

.header-nav-list li:first-child {
	padding: 25px 10px 0 0;
	}

.header-nav-list li:first-child img {
	width: 120px;
	height: auto;
	padding: 0;
	margin: 0 !important;
	}

.flexd .header-nav-list li:first-child {
	display: inline-block !important;
}*/

.header-nav-list li a {
	display: inline-block;
	width: 100%;
	padding: 20px 10px;
	transition: .3s;
	}

.flexd .header-nav-list li a {
	padding: 10px 34px !important;
	}

.header-nav-list li a:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0.8);
}


/*.header-nav-list li:first-child a , .header-nav-list li:nth-child(2) a , .header-nav-list li:nth-child(3) a , .header-nav-list li:nth-child(4) a , 
.header-nav-list li:nth-child(5) a , .header-nav-list li:nth-child(6) a , .header-nav-list li:nth-child(7) a {
	padding: 30px 34px;
	transition: .3s;
	}

.header-nav-list li:first-child a:hover , .header-nav-list li:nth-child(2) a:hover , .header-nav-list li:nth-child(3) a:hover , .header-nav-list li:nth-child(4) a:hover , 
.header-nav-list li:nth-child(5) a:hover , .header-nav-list li:nth-child(6) a:hover , .header-nav-list li:nth-child(7) a:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0.8);
	/*border-bottom: 3px solid #f00;*/
}*/


/*.fixed .header-nav-list li:first-child {
	display: inline-block !important;
	padding-top: 8px;
	transition: .3s; */
	}

.fixed .header-nav-list li:first-child , .fixed .header-nav-list li:nth-child(2) a , .fixed .header-nav-list li:nth-child(3) a , .fixed .header-nav-list li:nth-child(4) a , 
.fixed .header-nav-list li:nth-child(5) a , .fixed .header-nav-list li:nth-child(6) a , .fixed .header-nav-list li:nth-child(7) a {
	padding: 12px 34px;
	transition: .3s;
	}

/*.fixed .header-nav-list li a {
  padding: 15px 0;
}*/


	}


@media screen and (max-width: 768px) { /********* SP **********/

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	}

.fixed .header-top {
	display: flex;
	height: auto;
	/*background: rgba(255, 255, 255 , 0.7);*/
	background: rgba(0, 0, 0 , 0.8);
	border-bottom: 2px solid #ccc;
	}

.header-top .header-logo {
	max-width: 100px;
	margin: 10px;
	}

.fixed .header-top .header-logo {
	width: 100px;
	height: 27px;
	background: url(../images/logo-white.png) no-repeat left top;
	background-size: 100%;
	text-indent: -9999px;
	}

.fixed .header-top .header-logo a {
	display: block;
	}

.header-top .header-banner {
    display: flex;
    align-items: center;
  }
  .header-top .header-banner img {
    max-width: 65%;
  }
  .header-top .header-banner .trigger {
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 10px;
	background: rgba(0,0,0,0.6);
	}

.header-top .header-banner .trigger span {
	position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.header-top .header-banner .trigger span:nth-child(1) {
    top: 8px;
    right: 5px;
}
.header-top .header-banner .trigger span:nth-child(2) {
    top: 18px;
    right: 5px;
}
.header-top .header-banner .trigger span:nth-child(3) {
    top: 28px;
    right: 5px;
}


.fixed .header-top .header-banner .trigger {
	color: #fff;
	}

.header-top .header-banner .open span {
	position: absolute;
    width: 40px;
    height: 4px;
    background: #fff;
}


.header-top .header-banner .open span:nth-child(1) {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 18px;
	right: 0px;
	}

.header-top .header-banner .open span:nth-child(2) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
	right: 0px;
	}

.header-top .header-banner .open span:nth-child(3) {
	display: none;
	}


.header-nav {
	position: fixed;
	width: 78%;
	height: 100% !important;
	right: 100%;
	top: 0% !important;
	transition: .4s;
	/*background: rgba(0,0,0,0.7);*/
	background: rgba(255,255,255,0.9);
	color: #333;
	font-size: 150%;
	font-weight: 600;
	border-bottom: none;
	}

.header-nav.open {
	right: 22%;
	height: 100% !important;
	}

.header-nav-list {
	display: block;
	width: 100%;
	height: 100%;
	}

.header-nav-list li {
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}

.header-nav-list li:first-child {
	padding: 10px !important;
	border-bottom: 2px solid #ccc !important;
	}

.header-nav-list li:first-child img {
	width: 100px;
	height: auto;
	}

.header-nav-list li:before {
	content: ">";
	position: absolute;
	top: 30px;
	right: 20px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	}

.header-nav-list li:first-child:before {
	content: "";
	}

.header-nav-list li.open:before {
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	}

.header-nav-list li a {
	padding: 15px 20px;
	}

.header-nav-list li:nth-child(2) a , .header-nav-list li:nth-child(3) a , .header-nav-list li:nth-child(4) a , 
.header-nav-list li:nth-child(5) a , .header-nav-list li:nth-child(6) a , .header-nav-list li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .0s;
	}

.header-nav-list li:nth-child(2) a:hover , .header-nav-list li:nth-child(3) a:hover , .header-nav-list li:nth-child(4) a:hover , 
.header-nav-list li:nth-child(5) a:hover , .header-nav-list li:nth-child(6) a:hover , .header-nav-list li:nth-child(7) a:hover {
	background: rgba(255,255,255,0.6);
	color: #000;
	border: none;
	}

.fixed .header-nav-list li:first-child {
	display: inline-block !important;
	padding-top: 10px !important;
	transition: .3s;
	}

.fixed .header-nav-list li:nth-child(2) a , .fixed .header-nav-list li:nth-child(3) a , .fixed .header-nav-list li:nth-child(4) a , 
.fixed .header-nav-list li:nth-child(5) a , .fixed .header-nav-list li:nth-child(6) a , .fixed .header-nav-list li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .3s;
	}

}/* sp end */

/*********************************************************************
************************ マクアケ先行案内告知 ************************
**********************************************************************/

.sale_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
}

@media screen and (max-width: 640px) { /*========= SP ==========*/

.sale_midashi {
	font-size: 45px;
	line-height: 1.2;
}


}/* SP end */

/*********************************************************************
************************* LINE友達登録エリア *************************
**********************************************************************/

.line-btnarea , .line-btnarea_white {
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: center;
}

.line-btnarea {
	background: rgba(49,173,54,0.3);
	}

table.line_qr_area {
	width: 80% !important;
	height: auto;
	padding: 0;
	margin: 20px auto;
}

table.line_qr_area td.line_qr {
	width: 40% !important;
	height: auto;
	padding: 0;
}

table.line_qr_area td.line_qr img {
	width: 100% !important;
	height: auto;
	margin: 0;
}

table.line_qr_area td.line_arrow {
	width: 20% !important;
	height: auto;
	font-weight: 600;
}

table.line_qr_area td.line_text {
	width: 40% !important;
	height: auto;
	line-height: 2.0;
}

div.line_friend {

}

div.line_add { /* 友達登録ボタン */
	width: 60%;
	height: auto;
	margin: 20px auto;
	background: rgba(0,188,25) url(parts/images/line_icon.png) no-repeat 40px center;
	background-size: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 38px;
}

div.line_add a {
	display: block;
	padding: 10px 0 10px 70px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 10px;
}

div.line_add2 { /* LINEでの先行案内はこちらより */
	width: 80%;
	height: auto;
	margin: 20px auto 10px;
	background: rgba(0,188,25);
	background-size: 55px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
}

div.line_add2 a {
	display: block;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
}

div.line_add a:hover {
	color: #f33;
}


.line_font { /* 左のアイコン */
	font-size: 34px;
}

@media screen and (min-width: 641px) { /*========= PC LINE画像背景Ver. ==========*/

.line_bn_btn {
	width: 800px;
	height: 382px;
	margin: 50px auto 0;
	position: relative;
	background: url(https://beflamboyant.jp/wp-content/themes/irie-trading/parts/images/httpsbeflamboyant_linebg.jpg) no-repeat center center;
	background-size: 100%;
	}

.line_bn_btn button {
	position: absolute;
	right: 33px;
	bottom: 33px;
	width: 452px;
	height: 75px;
	padding: 0 0 0 65px;
	background: rgba(41,184,34) url(https://beflamboyant.jp/wp-content/themes/irie-trading/parts/images/line_icon.png) no-repeat 30px center;
	background-size: 55px;
	border-radius: 10px;
	border: 0px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	}

.line_bn_btn button:hover {
	/*background: rgba(41,184,34,0.7);*/
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}

.line_bn_btn button a {
	text-decoration: none;
	color: #fff;
}

.line_bn_btn button a:active {
	color: #f33;
	}
	
}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/

.line-btnarea {
	padding: 30px 0;
}

table.line_qr_area td.line_qr {
	width: 100% !important;
	height: auto;
	padding: 0;
}

table.line_qr_area td.line_qr img {
	width: 100%;
	height: auto;
	margin: 0;
}

div.line_add { /* 友達登録ボタン */
	width: 80%;
	font-size: 28px;
}

div.line_add2 { /* LINEでの先行案内はこちらより */
	font-size: 16px;
}

.line_font { /* 左のアイコン */
	font-size: 18px;
}

}/* SP end */

/*********************************************************************
****************************** 共通要素 ******************************
**********************************************************************/

@media screen and (min-width: 641px) { /*========= PC ==========*/
	.sp {
	display: none;
	}
}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/
	.pc {
	display: none;
	}
}/* SP end */


h1 {
	font-size: 36px;
	font-weight: 600;
	background: #333;
	padding: 10px;
	margin: 30px auto 0;
	color: #fff;
}

/*太字*/
.bold{	font-weight:bold;}
 
/*文字色*/
.red{	color: rgba(255,0,0);}
.blue{	color: rgba(0,0,255);}
.green{	color: rgba(0,204,0);}
.orange{	color: rgba(255,102,0);}
.purple{	color: rgba(102,0,255);}
.pink{	color: rgba(255,0,204);}

.left {	text-align: left;}
.right {	text-align: right;}
.center {	text-align: center;}

/*********************************************************************
*************************** 投稿ページ専用 ***************************
**********************************************************************/

@media screen and (min-width: 641px) { /*========= PC ==========*/
h1.single-h1 {
	font-size: 32px;
	font-weight: 600;
	background: #333;
	padding: 10px 20px;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/
	.pc {
	display: none;
	}
}/* SP end */

/*********************************************************************
*************************** 動画レスポンシブ *************************
**********************************************************************/
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border: none;
}


/*********************************************************************
**************************** サイドカラム ****************************
**********************************************************************/

h3.widget-title {
    margin: 0 0 15px 0;
    line-height: 200%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ccc;
}

ul#category-posts-2-internal , ul#category-posts-3-internal , ul#category-posts-4-internal ,
ul#category-posts-5-internal , ul#category-posts-6-internal {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

li.cat-post-item {
	list-style: none !important;
	padding: 10px 0 !important;
	border-bottom: 1px dotted #ccc !important;
}

li.cat-post-item span.cat-post-thumbnail img {
	display: inline-block !important;
	width: 80px !important;
	height: auto !important;
	vertical-align: top !important;
}

li.cat-post-item span.cat-post-title {
	display: inline-block !important;
	width: 200px !important;
	height: auto !important;
	vertical-align: top !important;
}

/*********************************************************************
****************************** フッター ******************************
**********************************************************************/
main footer {
	display: none;
	}

footer#site-footer {
	width: 100%;
	height: auto;
	background: #000;
	padding: 50px 0 20px 0;
}

/***** フッターSNS *****/

ul.f_sns {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0;
}

ul.f_sns li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px;
	font-size: 100px;
}

ul.f_sns li a {
	display: block;
	width: 100px;
	padding: 0;
	margin: 0;
	color: #fff;
}

ul.f_sns li a:hover {
	color: #aaa;
}

@media screen and (max-width: 640px) { /*========= SP ==========*/

}/* SP end */


/***** 特定商・コピーライト *****/

p.tokutei , p#copyright {
	text-align: center;
	color: #fff;
}

p#copyright {
	margin-bottom: 100px;
	}

p.tokutei a , p#copyright a {
	color: #fff;
}

p.tokutei a:hover , p#copyright a:hover {
	color: #f33;
	text-decoration: none;
}


/***** ページトップへ *****/

#page_top {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	opacity: 0.8;
	}

#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 70px;
	text-decoration: none;
	}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -20px;
	bottom: 0;
	right: 7px;
	left: 0;
	margin: auto;
	text-align: center;
	}


#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 8px;
	left: 0;
	margin: auto;
	text-align: center;
	}

/***** 追尾ウィジェット *****/



#Tracking_area {
	position: fixed;
	width: 100%;
	height: 100px;
	padding: 10px 0;
	left: 0px;
	overflow: hidden;
	transition: 0.5s;
	background: rgba(255,255,255,0.95);
	border-bottom: 2px solid #fff;
	}

#Tracking_area ul {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
	}

#Tracking_area ul li {
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}

#Tracking_area ul li:first-child {
	width: 20%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:first-child img {
	width: 90%;
	height: auto;
	padding-top: 14px;
}

#Tracking_area ul li:nth-child(2) {
	width: 40%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:nth-child(2) img {
	width: 100%;
	height: auto;
}

#Tracking_area ul li:nth-child(2) p.txt1 {
	margin: 0;
	padding: 1px 0;
	font-weight: 600;
	color: #f33;
	font-size: 20px;
}

#Tracking_area ul li:nth-child(2) p.txt2 {
	margin: 0;
	padding: 1px 0;
	font-weight: 600;
	color: #2a2a2a;
	font-size: 17px;
}

#Tracking_area ul li:last-child {
	width: 40%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:last-child div {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}

#Tracking_area ul li:last-child div img {
	width: 80%;
	height: auto;
}

#Tracking_area ul li:last-child button {
	width: 78%;
	height: auto;
	margin: 10px auto 0;
	background: rgba(26,115,232);
	border: 0;
	border-radius: 5px;
	padding: 5px 0;
}

#Tracking_area ul li:last-child button a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	}

@media screen and (min-width: 769px) { /********* PC **********/


#Tracking_area_sp {
	display: none;
	}
}


@media screen and (max-width: 768px) { /********* SP **********/


#Tracking_area {
	display: none;
	}

#Tracking_area_sp {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	box-sizing: border-box;
	}

#Tracking_area_sp ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0;
	}

#Tracking_area_sp ul li {
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	font-size: 12px;
	}

#Tracking_area_sp ul li:first-child {
	width: 30%;
	background: #222222;
	}
/*
#Tracking_area_sp ul li:first-child a:before {
	content: "<";
	position: absolute;
	top: -5px;
	left: 40%;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 20;
}

#Tracking_area_sp ul li:first-child a:after {
	content: "ページTOPへ";
	position: absolute;
	top: 40px;
	left: 25%;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
}

#Tracking_area_sp ul li:last-child {
	width: 70%;
	background: url(images/linebtn_sp.jpg);
	}*/

#Tracking_area_sp ul li.green {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #fff;
	}

#Tracking_area_sp ul li:first-child a , #Tracking_area_sp ul li:last-child a {
	display: block;
	height: 55px;
    padding: 15px 0 0 20%;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
	}

#Tracking_area_sp ul li:last-child a {
	background: #11ce11 url(images/line_icon.png) no-repeat 25% center;
	background-size: 15%;
	}

#Tracking_area_sp ul li.green a {
		padding: 0%;
		}

#Tracking_area_sp ul li.green a {
	background: #fff;
	background-image: none;
	text-align: center;
	}

#Tracking_area_sp ul li.green img {
	width: 80%;
	height: auto;
	}

}/* sp end */

@media screen  and (max-width: 480px) { /********* SP **********/

#ft_Tracking_area {
	position: fixed;
	width: 65%;
	height: 90px;
	padding: 10px 0;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-weight: 600;
	color: #f00;
	background: #fff;
	/*border: 1px solid #f00;*/
	}

#ft_Tracking_area a {
	height: 50px;
	}

#ft_linearea a::before {
	top: -18px;
	right: 8px;
	}

#ft_Tracking_area a::after{
	display: none;
	content: '';
	top: 40px;
	right: 9px;
	}

#ft_Tracking_area a img {
	width: 90%;
	max-width: 230px;
	height: auto;
}

}

/*@media screen and (max-width: 768px) { /********* SP **********


	li#page_top {
		width: 30% !important;
		height: 65px !important;
		right: 0;
		bottom: 0;
		}
	
	li#page_top a {
		width: 100% !important;
		height: 65% !important;
		padding: 0 !important;
		}
	
	li#page_top a::before {
		width: 10px;
		height: 10px;
		font-size: 40px;
		top: -30px;
		left: -3px;
		}
	
	li#page_top a::after{
		top: 60px;
		left: 15px;
		}
	
	}*/

/****************************************************************
////////////////// 特定商取引法に基づく表記 /////////////////////
****************************************************************/

@media screen and (min-width: 641px) { /*========= PC ==========*/

table.company {
	width: 100%;
	height: auto;
	margin: 50px auto;
	box-sizing: border-box;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	}
	
table.company th {
	width: 30%;
	background: #333;
	padding: 30px 20px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}

table.company td {
	width: 70%;
	background: #fff;
	text-align: left;
	padding: 30px 20px;
	box-sizing: border-box;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/
table.company {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	}
	
table.company th {
	display: block;
	width: 100%;
	background: #333;
	padding: 10px 20px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	}

table.company td {
	display: block;
	width: 100%;
	background: #fff;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	}

}/* SP end */

/****************************************************************
//////////////////////// ● ///////////////////////////
****************************************************************/

@media screen and (min-width: 641px) { /*========= PC ==========*/
	
}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/
	
}/* SP end */





