@charset "UTF-8";
/* CSS Document */

/*基本設定ここから*/
*{
	box-sizing: border-box;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
.container {
	width:960px;
	margin:0 auto;
}
.clear {
	clear: both;
}
::selection {
    background: #DD7228;
    color: #FFF;
}
/*pcとmobileの表示非表示設定*/
.pcmenu{display:inherit;}
.mobilemenu{display:none;}

/*TOPへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background-color: #888;
	text-decoration: none;
	color: white;
	width: 60px;
	height:60px;
	padding-top:19px;
	text-align: center;
	display: block;
	border-radius:30px;
}
#page-top a:hover {
    text-decoration: none;
	color: #fff;
    background: rgba(55,55,55,1.00);
}
/*基本設定ここまで*/

/*ヘッダーここから*/
nav {
    position: fixed; 
    top: 0; 
    left: 0; 
    background-color: rgba(255,255,255,0.40);
    z-index: 9999;
}
.g-menu{
    height:60px;
    width:100vw;
}
.g-menu h1 img{
    float:left;
    display: block;
    width:auto;
    height:50px;
    margin:5px 0 0 20px;
}
.menu-content{
    position: fixed; 
    top: 0; 
    right: 30px; 
}
.g-menu ul{
    float:left;
    text-align: center;
    margin:9px 0 0 30px;
}
.g-menu ul dt{
    font-size: 0.9em;
}
.g-menu ul dd{
    font-size: 0.6em;
}
.menu-content a{
    text-decoration: none;
    color: #252525;
    transition: 0.7s ;
}
.menu-content a:hover{
    color: #30A0D0;
}
/*ヘッダーここまで*/

/*SNS用モーダルここから*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px 80px 20px 80px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content img{
    display: block;
    height:36px;
    width:auto;
}
.modal__content ul dt a:hover{
    opacity: 0.7;
}
.modal__content dt{
    float: left;
}
.modal__content ul{
    clear: both;
    padding:10px 0;
}
.modal__content dd{
    padding:7px 0 0 45px;
}
.js-modal-close p{
    background-color: #252525;
    color: #fff;text-align: center;
    padding:10px;
    margin:15px 0 0 0;
}
.js-modal-close a{
    text-decoration: none;
}
.snsintro{
    text-align: center;
    padding:0 0 10px 0;
}
/*SNS用モーダルここまで*/

/*index-mainimageここから*/
.index-mainimage{
    margin:60px 0 20px 0;
}
.index-mainimage img{
    width:100vw;
    height:auto;
}
/*index-mainimageここまで*/


/*トップページフィルターここから*/
.filter  {
    text-align: center;
}
.filter a{
    display: inline-block;
    margin:30px 10px 50px 10px;
    text-decoration: none;
    position: relative;
    color: #252525;
}
.filter a:hover{
    font-weight: bold;
    cursor : pointer;
}
.filter a.active:before {
  content: '';
  position: absolute;
  left: calc( 50% - 5px );
  top: -10px;
  border:solid medium #252525;
}


.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}

.works-container a{
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.index-worksgrid:hover{
    transform: scale(1.04, 1.04);
}
/*トップページフィルターここまで*/

/*トップページグリッドデザインここから*/
.works-container {
    margin: 0 auto;
    width: 90%;
    max-width: 2500px;
    column-count: 3;
    column-gap: 0;
}
.index-worksgrid {
    padding: 20px 10px 20px;
    margin:0px 10px 60px 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: #ECECEC;
    transition: 1.3s ;  
    border-radius: 8px;
}
.index-worksgrid img{
    width:100%;
    height:auto;
}
.index-workstext h2{
    font-size: 1.5em;
    padding:0 5px 0;
    color: #252525;
}
.index-workstext ul dt{
    font-size: 0.9em;
    padding:0 5px 0;
    color: #5E5E5E
}
.index-workstext ul dd{
    font-size: 0.9em;
    padding:10px 5px 20px;
    color: #252525;
}
.index-workscategory {
    font-size: 0.9em;
    padding:10px 5px 0;
    color: #252525;
}
.index-workscategory {
    font-size: 0.9em;
    padding:10px 10px 0 0;
    color: #252525;
    text-align: right;
}

.index-worksdesigner-okuyama {
    font-size: 0.9em;
    padding:0px 10px 0;
    text-align: right;
    color: #30A0D0;
}

.index-howtosell-online {
    display: inline;
    float:right;
    font-size: 0.9em;
    padding:5px 5px;
    color: #252525;
    border: thin solid #252525;
    margin:10px 10px 10px  5px;
    text-align: right;
}
.index-howtosell-shop {
    display: inline;
    float:right;
    font-size: 0.9em;
    padding:5px 5px;
    color: #252525;
    border: thin solid #252525;
    margin:10px 10px 10px 5px ;
    text-align: right;
}
.index-worksdate {
    font-size: 0.8em;
    padding:0px 10px 0;
    color: #252525;
    text-align: right;
    clear: both;
}
.index-worksgrid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/*トップページグリッドデザインここまで*/

/*フッターここから*/
footer{
    margin:60px 0 0 0 ;
    height:200px;
    clear: both;
}
.footersns li{
    float:left;
}
.footersns p{
    padding:20px 0 0 40px;
}
.footersns img{
    float:left;
    margin:20px 0px 0 30px;
    height:32px;
    width:auto;
}
.footersns {
    height:70px;
    border-bottom: #7C7C7C solid thin;
    border-top:#7C7C7C solid thin;
}
.footercontent{
    margin:0 0 40px 0;
}
.footercontent img{
    display: block;
    width:170px;
    height:auto;
    margin:40px auto 15px;
}
.footercontent ul dt{
    font-size: 1.4em;
    color: #252525;
    text-align: center;
}
.footercontent ul dd{
    font-size: 0.8em;
    color: #DD7228;
    text-align: center;
}
.footercontent small p{
    font-size: 0.7em;
    text-align: center;
    color: #5B5B5B;
    padding:40px 0 40px 0;
}
.footercontent dd a{
    text-decoration: none;
    color: #5bb531;
    transition: all 300ms linear;
}
.footercontent dd a:hover{
    color: #B0DD28;
}
.footerinfoicon {
    display: block;
    width:600px;
    margin:0 auto;
}
.footerinfo ul dd a{
    text-decoration: none;
    float:left;
    text-align: center;
    font-size: 1.0em;
    display: block;
    border:#fff solid thin;
    width:180px;
    margin:0 10px 0;
    height:100px;
    color: #fff;
    padding:25px 0 20px 0;
}
.footerinfo a:hover{
    background-color: #B0DD28;
    transition: all 300ms linear;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*フッターここまで*/