@charset "UTF-8";




@media screen and (max-width: 781px) {
/*スマホ用のcssを記述*/
	
	
body{
		padding-top: 51px;
}

.container{
  padding-left: 5px;
  padding-right: 5px;
 
}

/*--------------------
header
---------------------*/
header{
  height: 51px;
}

header h1{
  font-size: 30px;
  line-height: 50px;
}

.logo{
  max-width: 50px;
  height: 50px;
}

header .container{
  display: block;
  height: 50px;
}

nav ul{
  display: inline;
  line-height: 50px;
}

.header-right{
  display: none;
}

.sp-nav{
  display: contents;
}

/*----------------------------------SPグローバルナビ用ｃｓｓここから*/

nav.sp-menu{
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background: #efefef;
  color: #000;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  width: 50%;
  height: 100%;
}

nav.sp-menu ul{
  display: inline-block;
  background: #efefef;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.sp-menu ul li{
  font-size: 1.1rem;
  list-style-type: none;
  padding: 10px 0 10px;
  width: 100%;
  border-bottom: 1px dotted #333;
}
  
  /*最後はラインを書かない*/
nav.sp-menu ul li:last-child{
  padding:  10px 0 10px;
  border-bottom: none;
}

nav.sp-menu ul li a{
  display: block;
  color: #000;
  padding: 0;
}

/*このクラスをjQueryで付与・削除する*/
nav.sp-menu.active{
  transform: translateY(0%);
}



/*---------------------------------
  ヒーローイメージ用
----------------------------------*/

#hero{
  width: 100%;
  margin-bottom: 10px;
  height: 150px;
}







/*------------------------------*/

/*----------------------------------SPグローバルナビ用ｃｓｓここから*/
nav.sp-menu{
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background: #efefef;
  color: #000;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  width: 50%;
  height: 100%;
}

nav.sp-menu ul{
  display: inline-block;
  background: #efefef;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.sp-menu ul li{
  font-size: 1.1rem;
  list-style-type: none;
  padding: 10px 0 10px;
  width: 100%;
  border-bottom: 1px dotted #333;
}
  
  /*最後はラインを書かない*/
nav.sp-menu ul li:last-child{
  padding:  10px 0 10px;
  border-bottom: none;
}

nav.sp-menu ul li a{
  display: block;
  color: #000;
  padding: 0;
}

/*このクラスをjQueryで付与・削除する*/
nav.sp-menu.active{
  transform: translateY(0%);
}

/*---------------------------------------------ハンバーガー用ｃｓｓ*/
.sp-humberger{
  display: block;
  position: fixed;
  top: 0px;
  right: 16px;
  width: 42px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  text-align: center;
}

.sp-humberger span{
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

/*-------------------------------------------------三本線の配置*/
.sp-humberger span:nth-child(1){
  top: 9px;
}

.sp-humberger span:nth-child(2){
  top: 18px;
}

.sp-humberger span:nth-child(3){
  top: 27px;
}

.sp-humberger span:nth-child(4){
  border: none;
  color: #000;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/*------------------------------------------バツの設定*/
/*最初のspanを45度にの設定*/
.sp-humberger.active span:nth-child(1){
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*二番目と三番目のspanを45度にの設定*/
.sp-humberger.active span:nth-child(2),
.sp-humberger.active span:nth-child(3){
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);  
}


/*--------------------
hero-image
---------------------*/

#hero{
  height: 150px;
}

/*--------------------
section
---------------------*/

h2{
  font-size: 32px;
  margin-bottom: 30px;
}

h3{
  font-size: 10px;
  padding: 10px 0 5px;
  text-align: center;
}

.comment{
  font-size: 20px;
}


/*---------------------------------
  btn用
----------------------------------*/

.btn-left,
.btn-right{
  width: 100%;
}



/*---------------------------------
  Works用
----------------------------------*/

.work-wrapper{
  margin-bottom: 80px;
}

.works{
  margin-bottom: 30px;
}

.work{
  border-radius: 10px;
  margin: 0 5px 10px 5px;
  height: 100%;
}

.work-img{
  border-radius: 10px 10px 0 0;
}

.work-text{
  font-size: 14px;
  padding: 8px 8px;
}

/*---------------------------------
  Original用
----------------------------------*/

.original-wrapper{
  margin-bottom: 80px;
}

.originals{
  margin-bottom: 30px;
}

.original{
  border-radius: 10px;
  margin: 0 5px 10px 5px;
  height: 100%;
}

.original-img{
  border-radius: 10px 10px 0 0;
}

.original-text{
  font-size: 14px;
  padding: 8px 8px;
}

/*---------------------------------
  Insta用
----------------------------------*/

.insta-wrapper{
  margin-bottom: 80px;
}

#instafeed{
  width: 320px;
}

.instafeed-inner{
width: 75px;
height: 75px;
margin-right: 5px;
margin-bottom: 5px;
}

/*---------------------------------
  Twitter用
----------------------------------*/

.twitter-wrapper{
  margin-bottom: 80px;
}

/*---------------------------------
  Message用
----------------------------------*/

.message-wrapper{
  font-size: 20px;
  padding: 40px 0;
}

/*--------------------
  footer
---------------------*/
footer{
  font-size: 18px;
}


  
  
/*--------------------
Works+Original
---------------------*/

.sub-text{
  width: 100%;
  line-height: 1.5em;
  margin: 56px auto;
}

.gallary-wrapper{
  margin: 28px auto;
  max-width: 100%;
}

.gallary-outer{
   justify-content: space-around; 
}

/*----------------------------画像の折り返しを左寄せにする*/
.gallary-outer::after{
  content:"";
  display: block;
  width: 160px;
}
/*----------------------------/画像の折り返しを左寄せにする*/
.gallary-outer > li{
  box-sizing: border-box;
  width: 160px;
  margin-right: 0;
}

.gallary-img{
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

.gallary-img img{
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
}

.gallary-img-inner{
  position: relative;
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}

/*--------------------
instagram
---------------------*/

.instagram-outer{
  margin: 28px auto;
}

img{
    max-width: 100%;
    height: auto;
}
  
#instafeed{
    width: 320px;/*920px*/
 }
  
.instafeed-inner{
  justify-content: space-between;
  width: 75px;/*225px*/
  height: 75px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*--------------------
twitter
---------------------*/

.twitter-outer{
  margin: 28px auto;
}

/*--------------------
profile個別ページ用　　　　　　いまここ編集中
---------------------*/

.profile-wrapper{
  text-align: center;
  margin-bottom: 100px;
}

.profile-1{
  width: 100%;
  margin: 0;
}

.profile-img{
  float: none;
  margin: 50px 30px 15px 30px;
}

.profile-img img{
  width: 100%;
}

.profile-name{
  float: right;
  width: 300px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  margin: 30px 30px 30px 15px;
}

.profile-name h3{
  margin: 20px 0 30px;
}

.name-br{
  display: block;
  font-size: 1.5em;
}

.profile-2{
  width: 690px;
  line-height: 1.75;
  text-align: left;
  margin: 0 auto;
}

.profile-2 figure{
  text-align: center;
  margin: 60px 0;
}

.profile-2 img{
  width: 500px;

}
	
/*--------------------
contact
---------------------*/


.contact-wrapper{
  margin: 24px auto;
}

.contact-title{
  font-size: 1.5rem;
}

.contact-outer{
  max-width: 100%;
}

.contact-box{
  padding: 10px 10px 10px 30px;
  line-height: 2em;
}

  .contact-SP-left{
    display: block;
    margin-left: -20px;
  }
  
.contact-list > li{
  padding: 10px 0;
  line-height: 2em;
}
  
.contact-mail-SP{
  display: contents;
  color: #c9171e;
  text-align: center;
  top: 20px;
}

/* btn-contact */

.contact-btn-outer{
  display: none;
}



/*--------------------
under-contact-text
---------------------*/

.under-contact-text_bg{
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  padding-top: 28px;
  padding-left: 14px;
  padding-right: 14px;
}

/*--------------------
footer
---------------------*/
#footer{
	height: 24px;
}

#footer p{
  font-size: 10px;
  line-height: 24px;
}

  
  
  
  
  
  

  
}