/* CSS Document */
@font-face {
  font-family: 'Ailerons';
  src: url('lib/Ailerons.woff') format('woff');
       url('lib/Ailerons.ttf') format('truetype');
       url('lib/Ailerons.otf') format("opentype");
       url('lib/Ailerons.svg') format('svg');
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
body {
	line-height : 1.2em;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color:#231815;
}
a {
	color: #231815;
	transition-duration: 0.6s;
}
a:hover img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*改行等表示・非表示*/	
.spv {
	display: none;
}
/*全体文字サイズ*/
body {
	font-size: 1.5em;
	line-height : 1.2em;
}

.link_hl, .link_hr, .link_bl, .link_br{
	position:fixed;
}
.link_hl:hover, .link_hr:hover, .link_bl:hover, .link_br:hover{
	opacity:0.7;
}
.link_hl{
	top:0;
	left:0;
}
.link_hr{
	top:0;
	right:0;
}
.link_bl{
	bottom:0;
	left:0;
}
.link_br{
	bottom:0;
	right:0;
}
.link_con img{
	height:70px;
	width:auto;
}


/*ここにcss*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
* {
	box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv {
	display: none;
}
/*全体文字サイズ*/
body {
	width: 100%;
	max-width: 100%;
	font-size: 1em;
	line-height : 1.2em;
}
img {
	max-width: 100%;
}
.link_hl, .link_hr, .link_bl, .link_br{
	position:fixed;
}
.link_hl img, .link_hr img, .link_bl img, .link_br img{
	height:44px;
	width:auto;
}
.link_hl:hover, .link_hr:hover, .link_bl:hover, .link_br:hover{
	opacity:0.7;
}
.link_hl{
	top:0;
	left:0;
}
.link_hr{
	top:0;
	right:0;
}
.link_bl{
	bottom:0;
	left:0;
}
.link_br{
	bottom:0;
	right:0;
}	


/*ここにcss*/
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
