

html{height:100%;-webkit-font-smoothing: antialiased;}

body{
	margin:0px;
	padding:0px;
	letter-spacing:0.05em;
	line-height:1.8;
	font-family: 'Noto Sans JP' , "Hiragino Sans", "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "YuGothic" , "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size : 16px ;
	-webkit-text-size-adjust: 100% ;
	font-weight : 500 ;
	overflow-x : hidden ;
	width  : 100% ;
	color : #222222 ;
}

#container{
	position : relative ;
	width : 100% ;
	height : 101vh ;
	overflow : hidden ;
	min-height: 100vh ;

}

.mincho{
	font-family:'Noto Serif JP' , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.mont{
	font-family: 'Montserrat', sans-serif;
}
.pop{
	font-family: 'Poppins', sans-serif;
}

img {
	position : relative ;
	display : block ;
	width : auto ;
	height : auto ;
	border: none;
	border-style : none ;
	-webkit-backface-visibility: hidden;
}

a img{
	border-style : none ;
}

a{
	outline: none;
	text-decoration: none ;
}
a{
	color : #222222 ;
}
a:visited{
	color : #222222 ;
}
a:link{
	color : #222222 ;
}
a:hover{
	color : #222222 ;
}
hr{
	margin : 0px ;
	border : 0px ;
	height : 6px ;
	/** background-color : #000000 ; **/
}
h1,h2,h3,h4,h5,h6{
	display : block ;
	position: relative ;
	box-sizing : border-box ;
	margin : 0px ;
	padding : 0px ;
}

p{
	position : relative ;
	margin : 0px ;
}

ul{
	padding : 0px ;
	margin : 0px ;
}

div{
	box-sizing : border-box ;
	position : relative ;
}

strong{
	font-weight : 600 ;
}

button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

pre {
	white-space: pre-wrap ;
}

table{
	width : 100% ;
	border-collapse: separate;
	border-spacing: 10px ;
	margin-top : 60px ;
}

.clearfloat{
	clear : both ;
}

.floatbreak{
	position : relative ;
	float : left ;
}
.floatjoint{
	position : relative ;
	float : none ;
	clear : both ;
}

.floatleft{
	position : relative ;
	float : left ;
}

.floatright{
	position :relative ;
	float : right ;
}

.hover{
	cursor : pointer ;
}

.op{	cursor : pointer ; }

.op:hover{
	opacity: 0.6 ;
}

.pc{ display : block !important ; }
.sp{ display : none !important ; }

.tb{ display : none ; }


.wp_fill,
.wp_fit{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : auto ;
	height: 100% ;
	z-index : 4 ;
}

.appear{
	opacity : 0.01 ;
}
.preappear{
	opacity : 0.01 ;
}


#view_size{
	position : fixed ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : 100% ;
	z-index : -100 ; 
}


.flex{
	display: -webkit-flex;
	display: flex;
	/** justify-content: space-between; **/
	justify-content: space-between ;
	flex-wrap : wrap;
}

/**
.transforn{
	transform : translate(-50%, 0);
	-webkit-transform : translate(-50%, 0);
	-ms-transform : translate(-50%, 0);
}

.rad{
	border-radius : 5px ;
	-moz-border-radius : 5px ;
	-webkit-border-radius : 5px ;
}


.scale150{
	-webkit-transform : scale(1.0) ;
	-ms-transform : scale(1.0) ;
	transform : scale(1.0) ;
}
**/

.mid{
	position: absolute ;
	top : 50% ;
	left : 50% ;
	transform: translate(-50%, -50%);
    z-index : 5 ;
}


#twitter-widget-0{
	float : left ;
}
.fb-like{
	float : left ;
	font-size : 0px ;
	line-height : 20px ;
	margin-left:  4px ;
}
.linebtn{
	float : left ;
	height : 28px ;
	margin-left : 4px ;
}


.testsite_mark{
    position: fixed ;
    box-sizing : border-box ;
    bottom : -10px ;
    left : -10px ;
    width : 80px ;
    height : 80px ;
    text-align : center ;
    background-color : #FFC600;
    border : 2px solid #FFFFFF ;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25) ;
    color : #FFFFFF ;
    font-size : 16px ;
    font-weight : 900 ;
    line-height : 20px ;
    padding : 18px 10px ;
    border-radius: 50% ;
    z-index : 64 ;
}

.marker{
	background: linear-gradient(transparent 60%, #FFF2AD 0%);
}

.spnavi_btnbox_wrap{
	position: fixed ;
	top : 0% ;
	right : 0% ;
	width : 50px ;
	height: 50px ;
	background-color: #F7F5F5 ;
	z-index: 48 ;
	opacity : 0 
}

.spnavi_btnbox{
	position : absolute ;
	top : 10px ;
	left : 50% ;
	width : 24px ;
	height : 24px ;
	transform: translate(-50%,0%);
}
.spnavi_bar01{
	width : 24px ;
	height : 24px ;
	position : absolute ;
	top : -8px ;
}
.spnavi_bar02{
	width : 24px ;
	height : 24px ;
	position : absolute ;
	bottom : -8px ;
}
.spnavi_bar03{
	width : 24px ;
	height : 24px ;
	position : absolute ;
	top : 0px ;
}
.spnavi_bar_white{
	position : absolute ;
	top : 50% ;
	left : 0% ;
	width : 100% ;
	height : 2px ;
	margin-top : -2px ;
	background-color : #222222 ;
}
.spnavi_btn_name{
	position: absolute ;
	bottom : 2px ;
	left: 0% ;
	width: 100% ;
	text-align: center ;
	font-size: 8px ;
}

.spnavi_superbox{
	position: fixed ;
	top : 0% ;
	left : 0% ;
	overflow: hidden ;
	width: 100% ;
	height: 0% ;
	z-index: 43 ;
	background-color: #F7F5F5 ;
}
.spnavi_inner{
	position: absolute;
	top : 0% ;
	left: 50% ;
	width: 350px ;
	height: 100% ;
	transform: translate(-50%,0%);
	overflow: scroll ;
	z-index: 44;
}

.spnavi_item_dummy{
	width: 100% ;
	height: 40px ;
}

.spnavi_logo{
	width: 210px ;
	margin : 0px auto 30px ;
}

.spnavi_item{
	padding : 0px 12px ;
	width: 100% ;
	height: 70px ;
	line-height: 70px ;
	border-bottom : 1px solid #D3D3D3 ;
}
.spnavi_item.first{
	border-top : 1px solid #D3D3D3 ;
}
.spnavi_item.haschild{
	height : auto ;
	padding: 0px 12px 12px ;
}
.spnavi_item.noborder{
	border-bottom : none ;
}

.spnavi_item_child{
	padding-left : 30px ;
	height: 32px ;
	line-height: 32px ;
}
.spnavi_item_child_bar{
	position: absolute;
	top : 50% ;
	left : 0px ;
	width: 22px ;
	height: 1px ;
	background-color: #9D9D9D ;
}

.spnavi_item_l{
	float : left ;
	width: 50% ;
	padding : 0px 12px ;
	height: 70px ;
	line-height: 70px ;
	border-bottom : 1px solid #D3D3D3 ;
}
.spnavi_item_r{
	float : right ;
	width: 50% ;
	padding : 0px 12px ;
	height: 70px ;
	line-height: 70px ;
	border-left : 1px solid #D3D3D3 ;
	border-bottom : 1px solid #D3D3D3 ;
}

.spnavi_item_link_jump{
	display: inline-block ;
	width: 16px ;
	margin-left : 4px ;
	margin-bottom: -3px;
}

.spnavi_mail{
	width: 100% ;
	height: 60px ;
	line-height: 60px ;
	background: linear-gradient( -30deg , #F07726 , #E43C1A  ) ;
	color : #FFFFFF ;
	text-align: center ;
	font-weight: 700 ;
	margin : 10px auto 0px ;
	border-radius: 5px ;
}
.spnavi_mail img{
	display: inline-block ;
	width: 24px ;
	margin-bottom : -6px ;
}

.spnavi_link_line{
	width: 240px ;
	margin : 30px auto 0px ;
	font-size: 17px ;
	font-weight: 700 ;
	line-height: 21px ;
	padding-left : 60px ;
}
.spnavi_link_line img{
	position: absolute;
	top : 50% ;
	left : 0% ;
	width: 50px ;
	transform: translate(0%,-50%);
}


.footer_copy_link_right_spacer{
	width: 100% ;
	height: 40px ;
}


@media screen and (max-width: 1200px) {

html{min-width:390px;}

body{
	min-width : 390px ;
	font-size : 14px ;
}

.pc{ display : none !important ; }
.sp{ display : block !important ; }

.floatjoint{
	position : relative ;
	float : left ;
	clear : none ;
}
.floatbreak{
	position : relative ;
	float : none ;
	clear : both ;
}


/**
.scale150{
	-webkit-transform : scale(1.5) ;
	-ms-transform : scale(1.5) ;
	transform : scale(1.5) ;
}
**/



}