﻿@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	font-size:16px;
	line-height:1.6;
	color:#000000;
	font-family:"メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
}

.body_link {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
	color:#ffffff;
}

img {
	vertical-align: top;
}
p, dl, ol, ul {
	margin-bottom: 0.6em;
}
ol, ul {
	margin-left: 25px;
}
li {
	list-style-type:none;
}
/*----------------------------------------------------
 main
----------------------------------------------------*/
.container {
	width:100%;
	margin: 0 auto;
	background-color:#000000;
}
#footer {
    width:100%;
	padding:1em 0 1em 0;
    margin: 0 auto;
	background-color:#565556;
}
#copy {
	margin: 0 auto;
	font-size:70%;
	color:#fff;
	text-align:center;
	line-height:1.4;
}
/*----------------------------------------------------
 mainCont
----------------------------------------------------*/
.topImg {
	width:100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.coment {
	width:100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.works {
	width:100%;
	margin: 0 auto;
	line-height: 1;
}
.kokuchi {
	width:100%;
	margin: 0 auto;
	line-height: 1;
}
.titleText {
	padding:0 0 20px 0;
	width:90%;
	margin: 0 auto;
	text-align: left;
	color:#000;
	font-size:80%;
	line-height: 1.6;
	box-sizing:border-box;
}

/*----------------------------------------------------
bt
----------------------------------------------------*/
.btn-circle-border-simple {
  display: inline-block;
  margin: 1em 1;
  text-decoration: none;
  color: #ffffff;
  width: 200px;
  height: 90px;
  line-height: 90px;
  border-radius: 3%;
  border: solid 2px #dc143c;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  font-size:70%;
  font-weight: bold;
  background: #2a2a2a;
}
.btn-circle-border-simple:hover {
  background: #fcfaf8;
  color: #ff2b2b;
}
/*----------------------------------------------------
 social
----------------------------------------------------*/
/* ボタン全体 */
.flowbtn12{
margin: 0em 0;
font-family:'Verdana',sans-serif;	
border-radius: 2px;
display:inline-block;
width:90%;
font-size:26px;
transition:.4s;	
}
/* ボタン内テキストマウスホバー時 */
.flowbtn12:hover{
color:#fff!important;
text-decoration:none;
}
/* Twitter */
.flowbtn12.fl_tw2{
border:solid 1px #55acee;
color:#55acee;
}
/* Twitterマウスホバー時 */
.flowbtn12.fl_tw2:hover{
border:solid 1px #55acee;
background:#55acee;
}
/* Facebook */
.flowbtn12.fl_fb2{
border:solid 1px #3b5998;
color:#3b5998;
}
/* Facebookマウスホバー時 */
.flowbtn12.fl_fb2:hover{
border:solid 1px #3b5998;
background:#3b5998;
}
/* LINE */
.flowbtn12.fl_li2{
border:solid 1px #00c300;
color:#00c300;
}
/* LINEマウスホバー時 */
.flowbtn12.fl_li2:hover{
border:solid 1px #00c300;
background:#00c300;
}
/* ボタン内テキスト調整 */
.flowbtn12 span{
font-size:18px;	
position:relative;
left:8px;
bottom:3px;	
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* ボタン同士の余白 */
.snsbtniti2 li{
flex:0 0 100%;
text-align:center !important;
}
/*----------------------------------------------------
clear
----------------------------------------------------*/
.clear {
    clear:both;
}

@media screen and (min-width: 320px) and (max-width: 967px) {
.mainCont {
	width:100%;
	margin: 0 auto;
	background-color:#000;
}
.social {
	width:80%;
	margin: 0 auto;
	z-index: 40;
	padding: 13px;
}
.social ul {
	font-size: 0;
	text-align: center;
}
.social li {
	display: inline-block;
	width: 14%;
	padding:4%;
}	
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
	
.mainCont {
	width:100%;
	margin: 0 auto;

	background-color:#000;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
	
.mainCont {
	width:100%;
	margin: 0 auto;
	background-color:#000;
}
}

@media screen and (min-width: 1025px) {
a.btn_over img {
  -webkit-transition: -weblit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
a.btn_over img:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.mainCont {
	width:800px;
	margin: 0 auto;
	background-color:#000;
}
}
