@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: rgb(10, 10, 10);
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight:bold;
	display     : inline-block;
  font-size   : 160%;
  font-weight : bold;
  color       : #ffffff;
	text-shadow: 10px 10px 10px rgb(12, 12, 12);
}

#slogan h2{
	font-size: 30px;
	font-weight:normal;
	text-shadow: 2px 2px 10px rgb(32, 31, 31);
}

span#text {
	font-size: 60px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


	.btn-social-long-insta {
		/*ボタンの下地*/
		color: #FFF;/*文字・アイコン色*/
		border-radius: 7px;/*角丸に*/
		position: relative;
		display: inline-block;
		height: 50px;/*高さ*/
		width: 190px;/*幅*/
		text-align: center;/*中身を中央寄せ*/
		font-size: 25px;/*文字のサイズ*/
		line-height: 50px;/*高さと合わせる*/
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
		overflow: hidden;/*はみ出た部分を隠す*/
		text-decoration:none;/*下線は消す*/
	}
	
	.btn-social-long-insta:before {
		/*グラデーション②*/
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;/*全体を覆う*/
		height: 100%;/*全体を覆う*/
		background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	}
	
	.btn-social-long-insta .fa-instagram {
		/*アイコン*/
		font-size: 35px;/*アイコンサイズ*/
		position: relative;
		top: 4px;/*アイコン位置の微調整*/
	}
	
	.btn-social-long-insta span {
		/*テキスト*/
		display:inline-block;
		position: relative;
		transition: .5s}
	
	.btn-social-long-insta:hover span {
		/*ホバーで一周回転*/
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}	

	.sns {
		text-align: center;
	}

	.sns h1 {
		color: white;
		background: #808688;/*背景色*/
		padding: 0.5em;/*文字まわり（上下左右）の余白*/
		margin-bottom: 15px;
		}

	.sns2 {
		text-align: center;
	}

	.sns3 {
		text-align: center;
	}

	.btn-social-long-twitter {
		color: #FFF;/*文字・アイコン色*/
		border-radius: 7px;/*角丸に*/
		display: inline-block;
		height: 50px;/*高さ*/
		width: 190px;/*幅*/
		text-align: center;/*中身を中央寄せ*/
		font-size: 25px;/*文字のサイズ*/
		line-height: 50px;/*高さと合わせる*/
		background: #1da1f3;
		overflow: hidden;/*はみ出た部分を隠す*/
		text-decoration:none;/*下線は消す*/
	}
	
	.btn-social-long-twitter .fa-twitter {
		text-shadow: 2px 2px 0px #4287d6;
		font-size: 30px;
	}
	
	.btn-social-long-twitter span {
		display:inline-block;
		transition: .5s;
	}
	
	.btn-social-long-twitter:hover span {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}

	.btn-social-long-line {
		color: #FFF;/*文字・アイコン色*/
		border-radius: 7px;/*角丸に*/
		display: inline-block;
		height: 50px;/*高さ*/
		width: 190px;/*幅*/
		text-align: center;/*中身を中央寄せ*/
		font-size: 25px;/*文字のサイズ*/
		line-height: 50px;/*高さと合わせる*/
		background: #18ec94;
		overflow: hidden;/*はみ出た部分を隠す*/
		text-decoration:none;/*下線は消す*/
	}
	
	.btn-social-long-line .fa-line {
		text-shadow: 2px 2px 0px #4287d6;
		font-size: 30px;
	}
	
	.btn-social-long-line span {
		display:inline-block;
		transition: .5s;
	}
	
	.btn-social-long-line:hover span {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	
/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

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

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
	background-size: cover;
}

.bg img {
	border-radius: 10%;
}

.txt h2{
	padding: 0 0 20px !important;
}

.btn03 {
  display: inline-block;
  padding: 16px 32px;
  background-image: linear-gradient(45deg, #f190cc 0%, #cc199f 100%);
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .8s;
	transition: .8s;
}

.btn03:hover {
  background-image: linear-gradient(45deg, #bb4040 100%, #ee1035 100%);
}


.btn04 {
  display: inline-block;
  padding: 16px 32px;
  background-image: linear-gradient(45deg, #b3149d 0%, #76d4b0 100%);
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .8s;
	transition: .8s;
}

.btn04:hover {
  background-image: linear-gradient(45deg, #aa9414 100%, #d47676 100%);
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 li p {
	margin-bottom: 40px;
}

.col3 a.cp_btn {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.cp_btn:active {
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../skin\ 03.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

.col2 a.cp_btn {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #e23b08;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border: double 4px #FF5722;
	border-radius: 50%;
	overflow: hidden;
	transition: .6s;
}
a.cp_btn:hover {
	transform: rotateY(360deg);
}

.col2 li p {
	margin-bottom: 40px;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* system.htmlのcss
------------------------------------------------------------*/


.systemimage {
	display: flex;
	justify-content: center;
	background-image: url(../kabegami.dairiseki.JPG);
}

.systemimage img {
	max-height: 800px;
	max-width: 600px;
	padding-top: 50px;
	background-size: cover;
}

.home2 {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url(../kabegami.dairiseki.JPG);
}

.home3 {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 60px;
	/* background-image: url(../kabegami.dairiseki.JPG); */
}

a.cp_btn04 {
	position: relative;
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #8f5e15;
	transition: .4s;
	border-radius: 4px;
}
a.cp_btn04:hover {
	text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
	transition: .4s;
}

/* cast.htmlのcss
------------------------------------------------------------*/

.container {
	margin: 0 auto;
	padding: 10px 5px;
	background-image: url(../kabegami.dairiseki.JPG);
	background-size: 96%;
}

.container h1 {
	padding-top: 50px;
	font-size: 50px;
	font-family: serif;
	color: rgb(90, 87, 87);
}

.container h2 {
	padding-top: 50px;
	font-size: 30px;
	font-family: serif;
	color: rgb(71, 67, 67);
}

.characterinfo {
	text-align: center;
	padding: 10px;
}
.gallery {
	list-style: none;
	font-size: 0;
	text-align: center;
}
.item {   
	margin: 5px;
	display: inline-block;
}
.item img {
	width: 200px;
	height: 300px;
	border: 9px solid gray;
	padding: 10px;
	border-radius: 10%;
}
figcaption {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}


/* galery.htmlのcss
------------------------------------------------------------*/

.containergallery {
	margin: 0 auto;
	padding: 10px 5px;
	background-image: url(../kabegami.dairiseki.JPG);
}

.containergallery h1 {
	padding-top: 50px;
	font-size: 50px;
	font-family: serif;
	color: rgb(161, 149, 37);
}

.characterinfometion {
	text-align: center;
	padding: 10px;	
}

.galleryex {
	list-style: none;
	font-size: 0;
	text-align: center;
}

.item01 {
	margin: 5px;
	display: inline-block;
}

.item01 img {
	width: 400px;
	height: 300px;
	border: 9px solid rgb(158, 124, 13);
	padding: 10px;
}

figcaption {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

/* Luxury.htmlのcss
------------------------------------------------------------*/

.container01 h1 {
	text-align: center;
	font-size: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f6f6f6;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1200px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
	#header img {
		width: 100%;
	}

}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: rgb(252, 247, 247);
	}
	
	#mainnav.changeNav{
		background: rgba(128, 119, 119, 0.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	border-radius: 6%;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: rgb(226, 79, 79);
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: rgb(230, 88, 88);
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: rgb(8, 8, 8);
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 430px){
.item01 img {
	width: 250px;
	height: 200px;
	border: 9px solid rgb(158, 124, 13);
	padding: 10px;
	}
}
