/*
Theme Name: SKY PICNIC
Author: EmiToda todaemi.com
*/

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lobster);
html, body {
	height: 100%;
}
body {
	font-family: "游ゴシック", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
.mincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}
p, .p, li {
	margin: 0;
	line-height: 1.6em;
	letter-spacing: .1em;
}
button, input, textarea{
	color:#000!important;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
 50% {
 -webkit-transform: scale(1.05);
}
}
@keyframes zoom {
 50% {
 transform: scale(1.05);
}
}
p a, table a, .line a, .frame a, .cat-item a {
	border-bottom: 1px solid #777;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.img-centered {
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", YuGothic, Meiryo, sans-serif;
	font-weight: bold;
	line-height: 2em;
}
h4 {
	font-size: 120%!important;
	line-height: 1.5em!important;
}
.normal {
	font-weight: normal;
	font-style: normal;
}
.bold {
	font-weight: bold
}
.italic {
	font-style: italic
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
/* size */
.f8 {
	font-size: 8px
}
.f10 {
	font-size: 10px
}
/* margin */
.m0 {
	margin: 0
}
.m10 {
	margin: 10px 0
}
.m20 {
	margin: 20px 0
}
.m30 {
	margin: 30px 0
}
.m40 {
	margin: 40px 0
}
.m50 {
	margin: 50px 0
}
.m60 {
	margin: 60px 0
}
.m70 {
	margin: 70px 0
}
.m80 {
	margin: 80px 0
}
.m90 {
	margin: 90px 0
}
.m100 {
	margin: 100px 0
}
/* margin-top */
.mt0 {
	margin-top: 0px
}
.mt10 {
	margin-top: 10px
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px
}
.mt40 {
	margin-top: 40px
}
.mt50 {
	margin-top: 50px
}
.mt60 {
	margin-top: 60px
}
.mt70 {
	margin-top: 70px
}
.mt80 {
	margin-top: 80px
}
.mt90 {
	margin-top: 90px
}
.mt100 {
	margin-top: 100px
}
/* margin-bottom */
.mb0 {
	margin-bottom: 0px
}
.mb10 {
	margin-bottom: 10px
}
.mb20 {
	margin-bottom: 20px
}
.mb30 {
	margin-bottom: 30px
}
.mb40 {
	margin-bottom: 40px
}
.mb50 {
	margin-bottom: 50px
}
.mb60 {
	margin-bottom: 60px
}
.mb70 {
	margin-bottom: 70px
}
.mb80 {
	margin-bottom: 80px
}
.mb90 {
	margin-bottom: 90px
}
.mb100 {
	margin-bottom: 100px
}
.mb15 {
	margin-bottom: 15px
}
/* padding */
.p0 {
	padding: 0
}
.p10 {
	padding: 10px 0
}
.p20 {
	padding: 20px 0
}
.p30 {
	padding: 30px 0
}
.p40 {
	padding: 40px 0
}
.p50 {
	padding: 50px 0
}
.p60 {
	padding: 60px 0
}
.p70 {
	padding: 70px 0
}
.p80 {
	padding: 80px 0
}
.p90 {
	padding: 90px 0
}
.p100 {
	padding: 100px 0
}
/* padding top */
.pt0 {
	padding-top: 0px
}
.pt10 {
	padding-top: 10px
}
.pt20 {
	padding-top: 20px
}
.pt30 {
	padding-top: 30px
}
.pt40 {
	padding-top: 40px
}
.pt50 {
	padding-top: 50px
}
.pt60 {
	padding-top: 60px
}
.pt70 {
	padding-top: 70px
}
.pt80 {
	padding-top: 80px
}
.pt90 {
	padding-top: 90px
}
.pt100 {
	padding-top: 100px
}
/* padding bottom */
.pb0 {
	padding-bottom: 0px
}
.pb5 {
	padding-bottom: 5px
}
.pb10 {
	padding-bottom: 10px
}
.pb20 {
	padding-bottom: 20px
}
.pb30 {
	padding-bottom: 30px
}
.pb40 {
	padding-bottom: 40px
}
.pb50 {
	padding-bottom: 50px
}
.pb60 {
	padding-bottom: 60px
}
.pb70 {
	padding-bottom: 70px
}
.pb80 {
	padding-bottom: 80px
}
.pb90 {
	padding-bottom: 90px
}
.pb100 {
	padding-bottom: 100px
}
/* width */
.w10 {
	max-width: 10%
}
.w20 {
	max-width: 20%
}
.w30 {
	max-width: 30%
}
.w40 {
	max-width: 40%
}
.w50 {
	max-width: 50%
}
.w60 {
	max-width: 60%
}
.w70 {
	max-width: 70%
}
.w80 {
	max-width: 80%
}
.w90 {
	max-width: 90%
}
.w100 {
	max-width: 100%
}
/* list */

ul.line li {
	position: relative;
	list-style: none;
}
ul.line li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1em;
	left: -1.5em;
	width: 8px;
	height: 1px;
	background-color: #000;
}
/* img */

img.resp {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
/* header */
.navbar-fixed-top {
	margin: 20px 0;
}
.navbar-collapse.collapse {
    display: block;
}
#slide {
	height: 0;
	padding-top:69%;
	background-size:contain;
	background-repeat: no-repeat;
	background-image: url(images/01bg.png);
}

#slide #picmag{
	bottom: 30%;
	right: 10%;
	float: right;
	position: absolute;
}	
#slide #picmag a img{
width:100px;
}
.title {
	display:none;
	font-family: 'A-OTF 新ゴ Pro', sans-serif;
	font-size: 30px;
	font-weight: 900;
	opacity: 0.8;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 100px;
	text-align: center;
	z-index: 100;
	left: 10%;
}
#bg {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#header a, #header a:hover {
	text-decoration: none
}
/* navbar */
ul#menu {
	padding: 20px;
}
ul.lang {
	padding: 0;
	margin: 0;
	float: left;
}
ul.lang li {
	padding: 0 10px!important;
	font-size: 12px;
	float: left;
	list-style: none;
}
ul.lang li a{
	display: inline-block;
}
ul.lang li a img{
	width: 20px!important;
	height: auto!important;
}
.navbar {
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
/* section */

section {
	padding: 100px 0 0 0;
}
section h2 {
	margin: 30px 0 20px 0;
	font-size: 2em;
	font-family: 'Lobster', cursive;
	letter-spacing: 0.1em;
}
section#works .works-item {
	float: left;
    width: calc((100% - 80px)/ 2);
    margin: 30px 20px;
	background-color: #f1f1f1;
}
section#works .works-item a{
	color: #333;
	text-decoration: none;
}
section#works .works-item a:hover{
    filter:alpha(opacity=80); /* IE 6,7*/
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
    -moz-opacity:0.5; /* FF , Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity:0.5;
    zoom:1; /*IE*/
}
section#works h4{
    letter-spacing: 0.1em;
    font-weight: normal;
}
section#works img{
	height: auto;
    width: 100%;
    height: 340px;
    object-fit: cover;
    margin-bottom: 15px;
}
section#concept {
	padding: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/03bg.jpg);
no-repeat scroll center center transparent;
	height:950px;
}
section#concept p {
	text-align: center;
	margin: 0 auto;
	width:80%;
	background-color: #FFF;
	padding: 60px;
	background: rgba(255, 255, 255, 0.8);
}
section#games{
	text-align: center;
}
section#games a{
	border:none;
}
section#games a img{
	width: 100%;
}
section#info {
	padding: 0;
	background: #242733;
}
section#info.container {
	padding-top: 100px;
}

/*--------------------
works
--------------------*/
.article{
	margin: 130px 0 50px 0;
}
.article p{
    line-height: 1.7em;
    font-weight: normal;
    letter-spacing: .1em;
    font-size: 110%;
}
.article a{
	color: #000;
}
.article a:hover {
    filter:alpha(opacity=80); /* IE 6,7*/
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
    -moz-opacity:0.5; /* FF , Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity:0.5;
    zoom:1; /*IE*/
    text-decoration: none;
}
.article img{
	max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
}
.article h2{
    text-align: center;
    margin:0 auto  10px  auto;
} 
.article h3{
    text-align: center;
    margin: 100px auto 20px auto;
}
.nexprev{
    text-align: center;
    margin:20px auto 50px auto;
}
.nexprev a{
    display: block;
    margin: 10px auto 50px auto;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}
/* footer */

footer {
	color: #fff;
}
footer .footer-above {
	padding-top: 60px;
	background-color: #fff;
}
footer .footer-col {
	margin-bottom: 30px;
}
footer .footer-below {
	padding: 30px 0;
	background-color: #000;
}
section#info {
	background-color: #242733;
}
section#info div.container {
	overflow: hidden;
	padding-top: 100px;
	background-color: #242733;
	color: #fff;
}
textarea,button, html input[type=button], input[type=reset], input[type=submit]{
	color: #222!important;
}
.wpcf7 input[type="submit"] {
    font-size: 100%;
    padding: 0.2em 0.4em;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #222;
    width: 120px;
    height: 40px;
	margin-top: 20px;
}
.mail {
	background-color: #fda323;
	padding: 0;
	margin: 0;
}
.mail img {
	padding: 30px;
	text-align: center;
	margin: 0 auto;
	width:120px;
}
.mail a:hover {
	opacity: 0.5;
}
.facebook {
	background-color: #37457d;
	padding: 0;
	margin: 0;
}
.facebook img {
	padding: 30px;
	text-align: center;
	margin: 0 auto;
	width:120px;
}
.facebook a:hover {
	opacity: 0.5;
}
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
@media(max-width: 1000px){
.collapse{display:none!important;}
}
 @media (max-width: 767px) {
.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
section h2{
	text-align:center;
}
p{
	text-align:left;
}
#slide {
	height: 50vh;
	background-size: cover;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}
.title {
	font-size: 25px;
	top: 35%;
}
#bg {
	padding-top: 60px;
}
.navbar-fixed-top {
	margin: 0;
}
section#info div.container {
	padding: 20px 0 0 0;
}
section#info div.container p {
	text-align:center;
	padding-right: 15px;
	padding-left: 15px;
}
.section-title {
	padding-bottom: 10px;
}
section {
	padding: 0;
}
section.first {
	padding-top: 75px;
}
section#about{
	padding-top:20px;
}
section#about img {
	width: 70%;
}
section#about .membericon{
	height:250px;
}
section#concept {
	background-image: url(images/03bg_smp.png);
	background-color: #06193f;
	padding: 40px 10px;
	background-size: 170%;
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
	height: auto;
}
section#concept p {
	text-align:left;
	width:100%;
	padding: 30px 10px;
	margin: 0 0 61px 0;
}
section#works .works-item {
	float: none;
    width: 90%;
}
section#works h4 {
	font-weight: normal;
    padding: 0 10px 20px 10px;
}
.article {
    margin: 80px 0 50px 0;
}
}
@media(min-width:768px) {
.title {
	font-size: 50px;
	text-align: left;
	top: 40%;
	left: 10%;
	border-bottom: 1px double #fff;
}
section#concept {
	padding: 80px 0 120px 0!important;
	background-position: bottom!important;
}
}
@media(max-width:1200px) {
header .container {
	padding-top: 5px;
	padding-bottom: 50px;
}
header .intro-text .name {
	font-size: 60px;
}
header .intro-text .lead-in {
	font-size: 30px;
	margin-bottom: 60px;
}
}