@charset "UTF-8";

/*--------------------
  全体用
---------------------*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Noto+Sans+JP|Noto+Serif+JP&display=swap');

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}

body{
    padding-top: 81px; /* 固定ヘッダの高さ分 */
	color:#333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
	font-size: 1.6rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
}

a{
    transition: 0.5s;
    color: inherit;
    text-decoration: none; 
}
  
a:hover{
    opacity: 0.5; 
}

a:visited{
    color: inherit; 
}

.container{
    max-width: 1140px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}  

li{
    list-style: none;
}

.clear{
    clear: both;
}

/*---------------------------------
  ヘッダー用
----------------------------------*/

header{
    width: 100%;
    height: 81px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	border-bottom: solid 1px #e2dede;
    background: rgba(255,255,255,0.95);
}

header h1{
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    line-height: 80px;
}

.logo{
    max-width: 80px;
    height: 80px;
    float: left;
}

header .container{
    display: flex;
    justify-content: space-between;
    height: 80px;
}

nav ul{
    display: flex;
    justify-content: auto;
    line-height: 80px;
}

nav li{
    flex: auto;
    font-size: 14px;
    height: 80px;
}

nav li a{
    padding: 30px 5px;
    color: #000;
}

nav li:hover:nth-child(-n+5) {
    background-color: #fef9fb;
}

nav .icon{
    width: 20px;
    height: 20px;
    padding-top: 30px;
}

.sp-nav{
    display: none;
  }


/*---------------------------------
  ヒーローイメージ用
----------------------------------*/

#hero{
    margin-bottom: 100px;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
  
#hero img{
    width: 100%;
    height: auto;
    position: absolute;
}


/*---------------------------------
  Works/Original/insta/twitter見出し用
----------------------------------*/

h2{
    text-align: center;
    font-size: 32px;
    font-family: 'Lora', serif;
    position: relative;
    padding: 0 0 18px;
    margin-bottom: 50px;
}

h2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    margin: auto;
    border-bottom: 5px solid #000;
    border-radius: 5px;
  }


/*---------------------------------
  Works用
----------------------------------*/

.work-wrapper{
    text-align: center;
    margin-bottom: 100px;
}

.works{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.work{
    border-radius: 25px;
    box-shadow: 0px 0px 20px 10px #d3d2d3;
    margin: 0 15px 30px 15px;
}

.work-img{
    width: 250px;
    border-radius: 25px 25px 0 0;
}

.work-text{
    font-size: 12px;
    padding: 10px 10px;
}

.work:hover {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.20);
    transform: translateY(-0.1875em);
    transition: 0.6s;
}

.works a:hover{
    opacity: 1.0;
}

/*---------------------------------
  Original用
----------------------------------*/

.original-wrapper{
    text-align: center;
    margin-bottom: 100px;
}

.originals{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.original{
    background-color: #fff;
    border-radius: 25px;
    box-shadow:0px 0px 20px 9px #d3d2d3;
    margin: 0 15px 30px 15px;
}

.original-img{
    width: 250px;
    border-radius: 25px 25px 0 0;
}

.original-text{
    font-size: 12px;
    padding: 10px 10px;
}

.original:hover {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.20);
    transform: translateY(-0.1875em);
    transition: 0.6s;
}

.originals a:hover{
    opacity: 1.0;
}



/*---------------------------------
  Insta用
----------------------------------*/

.insta-wrapper{
    text-align: center;
    margin-bottom: 100px;
}

#instafeed{
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 auto;
    padding: 0;
 }

 #instafeed img{
    max-width: 100%;
    height: auto;
}

.instafeed-inner{
  justify-content: space-between;
  width: 225px;
  height: 225px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 10px;
 /*   flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;*/
}

#instafeed > .instafeed-inner:nth-child(4n){  
  margin-right: 0;
}


/*---------------------------------
  Twitter用
----------------------------------*/

.twitter-wrapper{
    text-align: center;
    margin-bottom: 100px;
}


/*---------------------------------
  Message用
----------------------------------*/

.message-wrapper{
    text-align: center;
    line-height: 1.3;
    background-color: #fffff0;
    padding: 80px 0;
}




/*--------------------
  footer
---------------------*/
footer{
    background-color: #000000;
    padding: 15px 15px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}


/*---------------------------------
  ボタン用
----------------------------------*/

.btn-left,
.btn-right{
    width: 300px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    background-color: #583822;
    margin: 20px auto 0;
    border-radius: 25px;
    text-align: center;
}

.btn-left:hover{
    transition: 0.4s;
    color: #bc8f8f;
}

.btn-right:hover{
    transition: 0.4s;
    color: #bc8f8f;
}

.btn-left i{
    margin-right: 10px;
}

.btn-right i{
    margin-left: 10px;
}


/*--------------------
  ページトップボタン用
---------------------*/

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #999;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


/*---------------------------------
  個別ページ用
----------------------------------*/

.single-wrap{
    margin-top: 50px;
}

.single-s:nth-child(4n) {
    margin-right: 0;
}

.comment{
    line-height: 1.3;
    margin-bottom: 80px;
}



/*-------------profile個別ページ用----------------*/

.profile-wrapper{
    text-align: center;
    margin-bottom: 100px;
}

.profile-1{
    width: 690px;
    background-color: #f5f5f5;
    border-radius: 25px;
    margin: 0 auto 50px;

}

.profile-img{
    float: left;
    margin: 30px 15px 30px 30px;
}

.profile-img img{
    width: 300px;
}

.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;

}


/*-------------works/original個別ページ用----------------*/

.single-works,
.single-original{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

/*-------------works個別ページ主な取引先用----------------*/

.lists-wrap{
    height: 200px;
    margin-bottom: 100px;
}

.lists-wrap h3{
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #888;
    margin-bottom: 8px;
    text-align: center;
}

.flex-lists{
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-lists li{
    list-style: circle;
    align-self: flex-start;
    margin-bottom: 3px;
}

/*-------------contact個別ページ用----------------*/

.contact-wrapper{
    width: 660px;
    margin: 50px auto 100px;
}

.contact-comment{
    width: 600px;
    border: 1px solid #000;
    padding: 30px;
    font-size: 14px;
    margin: 0 auto 100px;
}

.contact-comment p{
    text-align: center;
    margin-bottom: 30px;
}

.contact-comment ul{
    margin-left: 30px;
}

.contact-comment li{
    list-style-type: disc;
    margin-top: 10px;
}

.contact-wrapper h3{
    position: relative;
    width: 660px;
    text-align: center;
    padding: 1em 0;
    margin: 80px auto 30px;

}

.contact-wrapper h3::before,
h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.contact-wrapper h3::before {
  top: 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.contact-wrapper h3::after {
  bottom: 0;
  border-top: 1px solid #000;
}

.contact-mail p{
    text-align: center;
    line-height: 1.3;
}

.contact-list,
.contact-list2{
    line-height: 1.3;
    padding: 10px 20px 20px 50px;
    margin: 10px 0 0;
}

.contact-list{
    background-color: ivory;
}

.contact-list p{
    color: #dc143c;
    font-weight: bold;
}

.contact-list li{
    list-style-type: decimal;
    margin-top: 10px;
}

.contact-list2 li{
    list-style-type: disc;
    margin-bottom: 10px;
}























