﻿@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px){
/* メディアクエリー */

*{
	margin:0;
	padding:0;
	
	box-sizing: border-box;
}

body{
	font: 18px/1.5 'Quicksand', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#353535;
	min-width:1100px;
}

header, article, footer, aside, time ,nav ,small ,section{
	 display: block;
}
p,ul,table,h1,h2,h3,h4,h5,h6{
	margin-bottom:1.2em;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
}
ul li, ol li{
	list-style-type: none;
}
a img{
    border-style:none;
}
a{
	color:#e62879;
	text-decoration:none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	text-decoration:none;
}
img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table{
	width:100%;
}
table th,table td{
	vertical-align:top;
}



a[href^="tel:"] {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
}




/*----------------------------------------------------------------


	clearfix


----------------------------------------------------------------*/

.CF:before,
.CF:after,
.inner:before,
.inner:after,
ul:before,
ul:after,
section:before,
section:after,
.inner-block:before,
.inner-block:after,
#contents:before,
#contents:after,
.innerRep:before,
.innerRep:after,
.kaiketsuBLK:before,
.kaiketsuBLK:after{
    content: " ";
    display: table;
}

.CF:after,
.inner:after,
ul:after,
section:after,
.inner-block:after,
#contents:after,
.innerRep:after,
.kaiketsuBLK:after{
    clear: both;
}

.CF,
.inner,
ul,
section,
.inner-block,
#contents,
.innerRep,
.kaiketsuBLK{
    *zoom: 1;
}






/*----------------------------------------------------------------


	Selected Text


----------------------------------------------------------------*/

::selection {
	background:#e62879; /* Safari */
	color:#fff;
}

::-moz-selection {
	background:#e62879; /* Firefox */
	color:#fff;
}





/*----------------------------------------------------------------


	PC非表示


----------------------------------------------------------------*/

.PCDN{
	display:none;
}






/*----------------------------------------------------------------


	レイアウト


----------------------------------------------------------------*/

#contents{
	padding:0 0 40px;
}

/*----------------------------------------------------------------


	ヘッダー


----------------------------------------------------------------*/

#globalHeader{
	padding:20px;
}
#globalHeader > .inner{
	width:1100px;
	margin:0 auto;
}
#globalHeader .logo{
	margin:0;
	float: left;
	width:198px;
}
#globalHeader h1{
	color:#422a14;
	float: left;
	font-size:12px;
	padding:23px 0 0 25px;
	margin:0;
}
#globalHeader .CTA{
	float: right;
}
#globalHeader .CTA a{
	background:#eb6f13;
	color:#fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width:210px;
	height:50px;
	padding-top:12px;
}
#globalHeader .CTA a:hover{
	background:#ff6d00;
}


/*----------------------------------------------------------------


	ナビゲーション


----------------------------------------------------------------*/

#globalNav{
	background:#e62879;
}
#globalNav ul {
	width:1100px;
	margin:0 auto;
}
#globalNav ul li {
	float: left;
	width:156px;
	position: relative;
}
#globalNav ul li.profile{
	width:164px;
}
#globalNav ul li:first-child:before{
	content:"";
	display: block;
	width:1px;
	height:28px;
	background:#f394bc;
	position: absolute;
	left:0;
	top:30px;
}
#globalNav ul li:after{
	content:"";
	display: block;
	width:1px;
	height:28px;
	background:#f394bc;
	position: absolute;
	right:0;
	top:30px;
}
#globalNav ul li a{
	color:#ffffff;
	padding:20px 0;
	display: block;
}
#globalNav ul li a:hover{
	color:#fffb00;
}

#globalNav ul li a span{
	display: block;
	font-size:16px;
	text-align: center;
}
#globalNav ul li a span.JP{
	font-weight: bold;
}

#globalNav ul li.privacy-policy{
	display: none;
}


/*----------------------------------------------------------------


	スライダー


----------------------------------------------------------------*/

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





/*----------------------------------------------------------------


	ドロワートグルボタン


----------------------------------------------------------------*/

.h_nav {
	display: none;
}





/*----------------------------------------------------------------


	ページタイトル


----------------------------------------------------------------*/

#pageTitle{
	background:url("../images/mv/bg-title.jpg") no-repeat center center;
	background-size:cover;
	height:240px;
	margin-bottom:40px;
}
#pageTitle h2{
	text-align: center;
	color:#e62879;
	padding-top:80px;
	text-shadow:0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff;
}
#pageTitle h2 .JP{
	display: block;
	font-size:36px;
	margin-bottom:10px;
}
#pageTitle h2 .EN{
	display: block;
	font-size:24px;
	text-transform: uppercase;
	font-weight: normal;
}



/*----------------------------------------------------------------


	フッター


----------------------------------------------------------------*/


#pagetop{
	position: fixed;
	right:30px;
	bottom:30px;
}
#pagetop a{
	display: block;
	text-align: center;
	width:54px;
	height:54px;
	border:3px solid #e62879;
	padding-top:12px;
	background:#ffffff;
	color:#e62879;
	font-size:20px;
	line-height: 1;
	
-webkit-border-radius: 27px;
-moz-border-radius: 27px;
border-radius: 27px;
}
#pagetop a:hover{
	background:#e62879;
	color:#ffffff;
}



#globalFooter {
	text-align: center;
	background: #e62879;
	color:#fff;
	padding:50px;
	font-size:14px;
}


#footerNav{
	font-size:14px;
}
#footerNav ul{
	margin:0 0 30px;
}
#footerNav ul li{
	display: inline-block;
	margin:0 10px;
}
#footerNav ul li a{
	color:#fff;
}
#footerNav ul li a:hover{
	color:#aaa;
}
#footerNav ul li a span:before {
	content: "\f138";
	font-family: FontAwesome;
	font-weight:normal;
	font-size:80%;
	margin-right:5px;
	position:relative;
	top:-1px;
}
#footerNav ul li a span.EN{
	display: none;
}



#globalFooter > .lowerArea{
}
#globalFooter .logo{
	width:240px;
	margin:0 auto 10px;
}

#COPYRIGHT {
	margin:0;
}
#COPYRIGHT small{
	font-size:12px;
}


   


}
/* メディアクエリー閉じタグ */



		  
		  