@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.
04.
--------------------*/

/*----------
01.共通
----------*/
@font-face {
font-family: 'Beyond Infinity - Demo';
src:url('../font/Beyond Infinity - Demo.woff2') format('woff2'),
url('../font/Beyond Infinity - Demo.woff') format('woff'),
url('../font/Beyond Infinity - Demo.otf')  format('opentype'); /* ttf - Safari, Android, iOS */
font-weight: 400;
font-style: normal;
}


body{
-webkit-font-smoothing: antialiased;
}

*{
box-sizing: border-box;
}

*:focus {
outline: none;
}

#wrapper{
width: 100%;
overflow: hidden;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 16px;
color: #000;
}

.pc{
display: block;
}

.sp{
display: none;
}

.cnt_in{
max-width: 960px;
width: 92%;
margin: 0 auto;
}

a{
color: #000;
}

a:hover{
color: #000;
}

a:link{
color: #000;
}

img{
width: 100%;
height: auto;
display: block;
}

.font_serif {
font-family: 'Noto Serif JP', serif;
}

textarea:focus,
input:focus {
    background-color: rgba(211, 218, 226, 1) !important;
}


@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/


}

@media only screen and (max-width:750px){
/*----------
01.共通
----------*/
.pc{
display: none;
}

.sp{
display: block;
}

.cnt_in{
max-width: 960px;
width: 91.47%;
margin: 0 auto;
}

}
