@charset"utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
   font-family: wfont;
   src: url('../font/FjallaOne-Regular.ttf') format("truetype");
}

/* ===================================
*
　★リセットCSS
*
===================================-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*html, body {
    height: 100%;
}*/
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    color: black;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
.wfont{
	font-family: 'wfont';
	font-weight: normal;
}
body .fw100{
    font-weight:100
    }
 
body .fw300{
    font-weight:300
    }
 
body .fw400{
    font-weight:400
    }
 
body .fw500{
    font-weight:500
    }
 
body .fw600{
    font-weight:600
    }
 
body .fw700{
    font-weight:700
    }
 
body .fw900{
    font-weight:900
    }

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
img {
    vertical-align: bottom;
}
:focus {
    outline: none;
}
.ac{
	text-align: center;
}
.al{
	text-align: left;
}
.ar{
	text-align: right;
}
.mt60{
	margin-top: 60px;
}
.mt30{
	margin-top: 30px;
}
/* ===================================
*
　リセットCSS - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	img {
	  width: 100%;
	  height: auto;
	}
	.w150{
		width:150px;
	}
}
/*===================================
max-width: 767px - SPここまで
===================================*/





/* ===================================
*
　★PC/SP 切り替え
*
===================================-*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	flex-wrap: wrap;
}
a.more{
	display: block;
    width: 210px;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    margin: 30px auto 0;
	position: relative;
}
a.more:after{
	position: absolute;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 15px;
	height: 1px;
	background: #000;
	content: "";
}
a.more:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}
a.more:hover:after{
	background: #fff;
}
/* ===================================
*
　PC/SP 切り替え - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    .flex{
        display: block;
    }
	a.more{
		margin-top: 5%;
		width: 80%;
	}
}
/*===================================
max-width: 767px - SPここまで
===================================*/





/* ===================================
*
　★footer
*
===================================-*/
body footer{
    background: #222222;
    padding: 30px 0 0;
    background-image: url(../img/footer_bg.png);
    background-size: cover;
}
body footer .inner{
    width: 1080px;
    margin: 0 auto 30px;
    justify-content: space-between;
    align-items: center;
}
body footer a{
    color: #fff;
    font-weight: normal!important;
    margin-left: 20px;
    line-height: 1;
    font-size: 1.5rem;
}
body footer div.copy{
    background: #000000;
    padding: 20px;
    position: relative;
}
body footer div.copy #top_arrow{
    position: absolute;
    top: 17px;
    right: 20px;
}
body footer div.copy p{
    font-size: 1rem;
    line-height: 1;
    color: #adadad;
    text-align: center;
    font-weight: normal!important;
}
/* ===================================
*
　footer - SP
*
===================================-*/
@media only screen and (max-width: 767px){
    body footer{
        background: #222222;
        padding: 0;
    }
    body footer .logo{
        margin: 0 auto;
        display: none;
    }
    body footer .logo img{
        width: 100%;
    }
    body footer .inner{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    body footer ul.flex li{
        display: none;
    }
    body footer a{
        color: #fff;
        font-weight: normal!important;
        margin-left: 0px;
        line-height: 1;
        font-size: 1.5rem;
    }
    body footer div.copy{
        background: #000000;
        padding: 5% 5% 50px;
        position: relative;
    }
    body footer div.copy #top_arrow{
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 22px;
        height: 14px;
        top: unset;
    }
    body footer div.copy p{
        font-size: 1rem;
        line-height: 1.5;
        color: #adadad;
        text-align: center;
        font-weight: normal!important;
    }
	body footer div.copy_img{
		padding: 5% 20%;
		background: #222222;
		background-image: none;
		background-size: auto;
		background-image: url(../img/footer_bg.png);
		background-size: cover;
		background-position-x: center;
	} 
}/*===================================
max-width: 767px - SPここまで
===================================*/




