@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*overflow-x: hidden;*/
	overflow-y: scroll;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #202020;
}

#container {
	background-size: auto;
	background-repeat: no-repeat;
	background-image: url(images/main-image.jpg);
	background-position: top;
	z-index: 5;
}
#header{
	background-color: rgba(2,5,16,0.7);
	color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#logo img {
	vertical-align:top;
	height: 70px;
	padding: 10px;
}
#page_title{
	height: 300px;
}

#page_title header {
	z-index: 6;
	background-color: rgba(2,5,16,0.7);
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 140px;
	color: #fff;
	padding: 20px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#page_title header h3{
	font-size: 1.8rem;
	text-align: center;
}
#page_title header p{
	text-align: center;
}

#contents{
	background-color: #fff;
	padding: 30px 0;
}
#contents section{
	margin: 0 auto;
	max-width: 1170px;
	margin-bottom: 30px;
}
#contents section:last-child{
	margin-bottom: 0;
}
footer{
	background-image: url(images/footer.jpg);
	padding: 20px 0;
}
footer > .clearfix{
	display: flex;
	width: 1170px;
	margin: auto;
	margin-bottom: 20px;
}
footer > .clearfix > h2{
	width: 30%;
}
footer > .clearfix > ul{
	margin-top: 10px;
	width: 70%;
	display: flex;
	justify-content: center;
}
footer > .clearfix > ul li{
	width: 20%;
}
footer > .clearfix > ul li a{
	color: #fff;
	display: block;
	width: 150px;
	height: 110px;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	text-align: center;
}
footer > .clearfix > ul li a.twitter{
	background-image: url(images/twitter.png);
}
footer > .clearfix > ul li a.youtube{
	background-image: url(images/youtube.png);
}
footer > .clearfix > ul li.text{
	width: 60%;
	height: 110px;
	line-height: 110px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	font-family: 'Caveat', cursive;
}

footer h2 img{
	max-width: 300px;
}
footer p{
	color: #fff;
	text-align: center;
}

/* -------------------------------------------------------------------- pc -------------------------------------------------------------------- */

@media print, screen and (min-width: 737px) {

/* ----------------------------------------- header ----------------------------------------- */
#header > .clearfix {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}
#logo{
	width: 30%;
}
#gnavi{
	width: 70%;
}
#menu{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#menu ul{
	display: flex;
	justify-content: flex-end;
}
#menu ul li{
	margin: 0;
	margin-right: 40px;
}
#menu a	{
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	position: relative;
	height: 85px;
	line-height: 85px;
}
#menu a:hover::after {
	opacity:1;
}
#menu a::after{
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background-color: #ff5aa7;
	transition:all .2s cubic-bezier(.45,0,.55,1);
	opacity:0;
}


}

/* -------------------------------------------------------------------- sp -------------------------------------------------------------------- */

@media print, screen and (max-width: 737px) {

#logo{
	width: 100%;
	text-align: center;
}
#logo img {
	vertical-align:top;
	height: 60px;
	padding: 10px;
}
.pushy h2{
	text-align: center;
}
.pushy h2 img{
	vertical-align:top;
	height: 60px;
	padding: 10px;
}

#menu .sp{
    z-index: 5001;
    top: 15px;
    color: #FFF;
    left: 15px;
    background-color: #d52276;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   	position: fixed;
}
#menu .sp .menu-btn{
	display: table;
	position: relative;
	height: 50px;
	width: 50px;
}
#menu .sp .menu-btn div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#menu .sp .menu-btn div h5{
    font-style: normal;
    font-size: 0.7rem;
    text-align: center;
    color: #FFF;
    line-height: 13px;
    padding-top: 2px;
    font-variant: normal;
    font-weight: normal;
}
#menu .sp .menu-btn div span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    height: 2px;
    margin: 4px auto;
    width: 30px;
    background-color: #fff;
}
#page_title{
	height: 250px;
}
#page_title header{
	top: 120px;
	padding: 12px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#page_title header h3{
	font-size: 1.5rem;
	text-align: center;
}
#contents section{
	margin: 0 15px;
	max-width: auto;
	margin-bottom: 30px;
}

footer > .clearfix{
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
footer > .clearfix > h2{
	width: 100%;
	text-align: center;
}
footer > .clearfix > ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
footer > .clearfix > ul li{
	width: 150px;
	text-align: center;
}

footer > .clearfix > ul li.text{
	display: none;
}

}