@charset "utf-8";
@media screen and (max-width:767px){
/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

.sp {
	display: none;
}

/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
    padding-top: 44px;
	color: #232323;
	min-width: 100%;
	font-size: 12px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	transition: .2s;
}
a:hover {
	color: #333;
}
a img,
input[type=submit],
input[type=image] {
	transition: .2s;
}

a:hover .rollover {
	opacity: 1;
}

.inner {
	margin: auto;
	width: 100%;
}

/* ----------------------------------------
	header
---------------------------------------- */

	header {
		width: 100%;
		min-width: 100%;
		height: 44px;
	}

	h1 {
		top: 5px;
		left: 9px;
		width: inherit;
		height: 39px;
	}
	
	h2 {
		padding-top: 10%;
	}
	h2 img {
		display: none;
	}
	
	header nav {
		display: none;
	}
	#sns {
		top: 5px;
		right: 44px;
	}
	#sns li {
		margin-right: 5px;
	}
	#sns li img {
		width: 33px;
	}
	
	#main {
		min-width: auto;
	}
	
	#catchcopy {
		bottom: 0;
		left: 0;
		width: 92%;
		padding: 2% 4%;
		margin-left: 0;
		font-size: 11px;
	    line-height: 1.3;
		background: rgba(0,0,0,0.3);
	}
	#catchcopy br {
		display: none;
	}
	#catchcopy strong {
		font-size: 20px;
	}
	#catchcopy p {
		margin-top: 3px;
		line-height: 1.5;
	}
	
	#main_news {
		display: none;
	}


	
#panel-btn{
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 8px;
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #9D8654;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #9D8654;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
	#panel {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0;
		padding: 70px 0 10px;
		background: rgba(121,106,86,0.8);
		text-align: center;
		z-index: 3;
	}
	#panel li {
		text-align: left;
		margin: 0 auto 25px;
		padding-bottom: 2px;
		width: 91%;
		border-bottom: 1px solid #fff;
	}
	#panel a img {
		height: 15px;
	}
	
	
/* ----------------------------------------
    container
---------------------------------------- */
	
	#container {
		padding: 0 0 20%;
	}
		
	#contents {
		float: none;
		width: 96%;
		margin: auto;
	}
	
	
/*------------- profile -------------*/ 
	#profile {
		width: 100%;
	}
	#profile h2 {
		background: url(../images/th_profile_sp.gif) no-repeat;
		background-size: cover;
	}
	.profile_main {
		padding-left: 4%;
		padding-top: 47%;
		padding-bottom: 2%;
		width: 96.2%;
		height: auto;
		background: url(../images/profile_main_sp.jpg) no-repeat #000;
		background-size: 100%;
		color: #fff;
	}
	.profile_main h3 {
		font-size: 28px;
	}
	.career {
		margin-top: 21px;
	}
	.career p {
		margin-top: 4px;
	}
	
	#profile .prof {
		margin-top: 12px;
	}
	
	#profile .data {
		margin-top: 17px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.6;
	}
	.data span {
		padding: 0 10px;
	}
	#profile .text {
		padding: 5% 3% 0;
	}
	
	h3 {
		font-size: 18px;
		line-height: 1.2;
	}
	
	
/*------------- #message -------------*/ 
	#message {
		width: 100%;
		margin-bottom: 0;
	    padding-bottom: 5%;
	}
	#message h2 {
		background: url(../images/th_message_sp.gif) no-repeat;
		background-size: cover;
	}

	.sign img {
		width: 30%;
	}
	
	
/*------------- gallery -------------*/ 
	#gallery {
		margin-top: 5%;
	}
	#gallery h2 {
	    padding-top: 3%;
		margin: 0 auto;
		width: 96%;
	}
	#gallery h2 img {
	    width: 31%;
	}
	#gallery h2 span {
		border-top: 1px solid;
		padding-left: 34.5%;
	}
	#gallery ul {
		margin: auto;
		width: 96%;
	}
	#gallery li {
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
		width: 49%;	
	}
	#gallery li:nth-child(2n) {
		margin-right: 0;
	}
	#gallery li:nth-child(4n) {
		margin-right: 0;
	}
	
/*------------- instagram -------------*/ 
	#instagram {
		margin-top: 5%;
	}
	#instagram h2 {
	    padding-top: 3%;
		margin: 0 auto;
		width: 96%;
	}
	#instagram h2 img {
	    width: 37%;
	}
	#instagram h2 span {
		border-top: 1px solid;
		padding-left: 31%;
	}
	.simply-scroll-list li {
		width: 180px;
		height: 180px;
	}
	
	
/*------------- sns -------------*/ 
	#sns_area {
		margin: 5% auto 0;
		width: 96%;
	}

	#fb_widget,
	#tw_widget {
		float: none;
		width: 100%;
	}
	#fb_widget h2,
	#tw_widget h2 {
		margin-top: 8%;
		margin-bottom: 5%;
		padding-bottom: 10px;
		border-bottom: 1px solid;
	}
	#fb_widget h2 {
		background: url(../images/th_facebook.gif) no-repeat;
		background-size: 33%;
		padding-top: 5%;
	}
	#tw_widget h2 {
		background: url(../images/th_twitter.gif) no-repeat;
		background-size: 32%;
		padding-top: 6%;
	}
	.sns_frame {
		width: 100%;
		padding: 7.2% 0;
	}
	.sns_frame:before {
		margin-top: -7.2%;
		padding-top: 7.2%;
		width: 100%;
		height: 0;
	}
	.sns_frame:after {
		margin-bottom: -7.2%;
		padding-bottom: 7.2%;
		width: 100%;
		height: 0;
	}
	
	#pageplugin {
		margin: -4.2% auto 0;
		width: 94.5%;
		overflow: hidden;
	}
	.fb_iframe_widget {
		margin-left: 0.2%;
	}
	
	#twitter-widget-0 {
		margin-top: -4.2% !important;
		margin-left: 13px;
		width: 93.5% !important;
		max-width: 93.5% !important;
	}
	
	
	#pagetop {
		width: 70px;
		height: 70px;
		background: url(../images/pagetop.png) no-repeat;
		background-size: 100%;
	}
	
/* ----------------------------------------
    side
---------------------------------------- */
	#side {
		float: none;
	}
	
	#topics {
		margin: 5% auto;
		padding-bottom: 20px;
		width: 96%;
	}
	#topics h2 {
		background: url(../images/th_topics_sp.gif) no-repeat;
		background-size: cover;
	}
	#topics li {
		padding: 8px 0;
	}
	
/* ----------------------------------------
    footer
---------------------------------------- */
	footer {
		width: 100%;
		padding: 7% 0;
	}
	footer img {
		width: 28%;
	}
	footer p {
		margin: 1% auto 0;
		padding-top: 4%;
		width: 96%;
		color: #fff;
		border-top: 1px solid #fff;
	}
	
}