@charaset "utf-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-style: normal;
}
table{border-collapse:separate; border-spacing:0;}
caption, th, td{text-align:left; font-weight:400;}
a img{border:none;}

/* clearfix ----------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;
    clear: both; 
	visibility:hidden;
}
.clearfix{display: inline-block;min-height:1%;  /* for IE 7*/} 
/* IE Mac */
* html .clearfix{height: 1%;}
.clearfix{display:block;}

/* html5.js対応用 */
article,aside,canvas,details,figcaption,figure,header,footer,main,menu,nav,section,summary {display: block;}
/* box-sizingでサイズを統一管理 */
div,span,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,img,a,p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {max-width: 100%;height: auto;vertical-align: bottom;}
iframe.twitter-share-button {width: 100px!important;}
.fb_iframe_widget > span {vertical-align: baseline !important;}
.fb-like iframe {max-width: none !important;}

/*reset Css///////////////////////////////////////////////*/
/*################################################################################*/
body,html{height: 100%;}
body{
	color: #111;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic",YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	overflow-y: scroll;
}
a{color: #FF166C;}
a:hover{color: #ff59d2;text-decoration: none;}
.clear{clear: both;}

/*選択時の文字*/
::selection {
	color: #FFF;
	background-color: #b35fb3;
	text-shadow: #000 0px 0px 3px;
}
::-moz-selection {
	color: #FFF;
	background-color: #b35fb3;
	text-shadow: #000 0px 0px 3px;
}
.br{display: inline-block;}
.brPc { display: inline;}

/*---------------------------------------------------------*/

/*トップヘ戻る*/
#backTop{
	cursor: pointer;
	position: fixed;
	right: -170px;
	bottom: 0px;
	z-index: 999;
	line-height: 0px;
}
.border{
	border: 1px solid #ccc;
	background-color: #000;
	/*
	-webkit-box-shadow: 0px 0px 4px #333;
	box-shadow: 0px 0px 4px #333;
	*/
	margin-right: 2px;
	margin-left: 2px;
}

/*共通英語フォント*/
.enFont {
	font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
}
.enFont2 {
	font-family: "Hind", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

.commonPadding{padding-left:30px;padding-right:30px;}
.commonWidth{width: 1200px;margin: auto;position: relative;}
#all{min-width: 1200px;}

hr{border: none;border-top: 1px dotted #ccc; margin-top: 40px;margin-bottom: 0px;padding-bottom: 40px;}


/* リンクアニメ */
a, a img{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	word-wrap: break-word;
	/*opacityズレ対応*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	zoom: 1;
}

a img:hover{opacity: 0.7;}

a.linkBk{color: #001458;}
a.linkBk:hover{color: #2f4fff;}
.onSmp{display: none;}

/* youtube ------------------ */
.youtubeMovie{
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
    max-width:100%;
}
.youtubeMovie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* youtubeのスモール版 */
.youtubeSmall{width:60%;}




/* ************************************************************
ヘッダー
************************************************************ */

header.global{background-color: #000;padding-top: 10px;text-align: right;}


/* SNS /////////////////////////////////////////////// */
header.global .sns {
	background-color: #cfff6a;
	display: inline-block;
	text-align: left;
	padding: 5px 15px;
}
header.global .sns span {display: inline-block;margin-right: 5px;}
header.global .sns a {display: inline-block;width:30px;margin-left: 5px;}


/* グローバルメニュー ///////////////////////////////// */
nav.global {background-color: #ff166c;font-weight: 700; text-align: left;position: relative;z-index: 10;}
nav.global li{display: inline-block;margin-left: 6px;vertical-align: bottom;}

/* ロゴ */
nav.global .logo{float: left;width:26%;margin-top: 5px;margin-left: 10px;}

/* ボタン */
nav.global li a {
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 25px 5px 20px;
	border-bottom: 5px solid #ff166c;
	text-shadow: 0px 0px 2px #ce004f;
}
nav.global li a:hover,nav.global li a.selected  {border-bottom-color: #000;}
nav.global li a.selected {color: #000;}


/* ************************************************************
フッター
************************************************************ */
footer.global {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 20px 20px 40px;
	margin-top: 100px;
	text-align: center;
}



/*********************************************************************************
/////　　【トップ】　レスポンシブ用スマホナビ　　 ///////////////////////////////////
*********************************************************************************/
#smpNavi{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 40px;
	line-height: 1;
	padding: 0px 10px;
	color: #000;
	border: 1px solid #000;
	z-index: 5;
	cursor: pointer;
	font-weight: normal;
}
#smpNavi span{float: left;display: block;font-family: sans-serif;}
#smpNavi span:before{content: "\2261";}
#smpNavi small{font-size: 16px;display: block;margin-top: 10px;margin-left: 40px;}

#smpNavi.selected {background-color: #000;color: #FF166C;}
#smpNavi.selected span:before{content: "\D7";}

/* スマホ用サブメニュー */
nav.global .sub{display: none;}
nav.global .sub a{margin-left: 40px;font-size: 90%;padding-left: 10px;}




/* カルーセルプラグイン矢印 ******************* */
.slide .arrow {
	position: absolute;
	background-color: #000;
	height: auto;
	top: 14px;
	height:60px;
	width:20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	cursor: pointer;
}
.slide .arrow:hover {background-color: #666;}
.slide .prev{left: -30px;background-image: url(../js/slick/arrow_prev.png);}
.slide .next{right: -30px;background-image: url(../js/slick/arrow_next.png);}

.slide li{display: inline-block;width: 10%;}

/* コンタクト */
.borderBox{border: 1px solid #fd380e;border-left-width: 5px; padding: 20px 25px 5px;margin-top: 30px;margin-bottom: 30px;}
.borderBox .midashi{font-size: 200%;line-height: 1.3;margin-right:15px;color: #fd380e;}
.borderBox .cap{margin-bottom: 5px;}
.borderBox p{margin: 0px !important;}
.borderBox span{display: inline-block;}



/*################################################################################
media query
################################################################################*/

/* ***********************************************************
スマホタブレット
*********************************************************** */
@media screen and (max-width: 768px) {
	
	.brTablet { display: inline;}
	.commonPadding{padding-left:30px;padding-right:30px;}
	
}


/* ***********************************************************
スマホ専用
*********************************************************** */
@media screen and (max-width: 480px) {
	
	/* リンクアニメ */
	a, a img{
		/*opacityズレ対応*/
		backface-visibility: visible;
		-webkit-backface-visibility: visible;
	}
	
	.onSmp{display: block;}
	.brPc { display: block;}
	.brSmp { display: inline;}
	.commonPadding{padding-left:15px;padding-right:15px;}
	.commonWidth{width: auto;}
	#all{min-width: inherit;}
	
	hr{margin-top: 40px;padding-bottom: 40px;}
	
	footer.global {margin-top: 50px;}
	
	/* youtube ------------------ */
    .youtubeMovie {margin-top: 10px;}
	/* youtubeのスモール版 */
	.youtubeSmall{width:100%;}
	
	
	/*---------------------------------------------------------
	スマホ用ドロワーメニュー
	---------------------------------------------------------*/
	#smpNavi{ display: block; }
	
	
	/*----------------------------
	ナビ
	-----------------------------*/
	nav.global {padding: 10px 10px 15px;}
	nav.global ul {
		position: absolute;
		width: 260px;
		right: 0px;
		background-color: #FF166C;
		padding-top: 10px;
		display: none;
	}
	nav.global li,nav.global li a {display: block;margin: 0;}
	nav.global li a{padding: 12px 5px 12px 30px;border-bottom-color: #000;border-bottom-width: 1px;}
	
	nav.global li a.triangle{padding-left: 11px;}
	nav.global li a.triangle:before{content: "▼";}
	
	/* スマホ用サブメニュー */
	nav.global .sub{display: block;}
	nav.global .sub a:last-child{margin-left: 0px;padding-left: 50px;}
	
	/* ロゴ */
	nav.global .logo{float: none;width:60%;display: block;margin-left: 0px;}
	
	
	
}







