@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500');
/* CSS Document */
body,
td,
p {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 2.8;
       letter-spacing: 0.06em 
}
body,html{
    height: 100%
}

a {
    color: #656565;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: none !important;
    color: #7C7C7C;
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
	z-index: 1100;
}

.header{
    background: #fff  center center / cover no-repeat ;
    background-size: cover;
    width: 100vw;
/*   height: 100vh;
    height: calc(var(--vh, 1vh) * 100);*/
    text-align: center;
}
.mb40{
    margin-bottom: 50px;
}
.point{
   cursor:pointer
}
h1{
    position: relative;
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
    padding-left: 30px !important;
      z-index: 1000;
}
h1::after {
  position: absolute;
  bottom: -4px;
  left: 30px;
  z-index: 2;
  content: '';
  width: 70px;
  height: 2px;
  background-color: #000;
}
h1 a{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
h1:hover{
    opacity: 0.7
}
.sns {
    margin-left: 30px;
    margin-top: 50px;
}
.sns img{
    margin-right:10px; }

.slink a{
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 40px;
    margin-left: 30px;
    line-height: 36px;
    height: 40px;
    border: solid 2px #000;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.14em
}
.slink a:hover{
    background-color: #000;
    color: #fff;
}
.title1{
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.08em;
    margin: 240px 0px 130px;
 
}
.title1::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
    margin-left: -30px;
  z-index: 2;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #000;
}
.slick-prev::before, .slick-next::before {
     color: #000 !important;
}
.slick-prev {
    top:-40px !important;
    left: 50% !important;
    margin-left: -22px;
}
.slick-prev, .slick-next{
    width: 75px !important;
height: 45px !important;
}
.slick-prev::before{
    left: 3px;
    top:20;
    margin-top: 20px;
width: 45px !important;
height: 45px !important;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
    font-size: 0px !important;
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.slick-prev:hover::before{
    margin-top: 10px;
    opacity: 0.4 !important
}

.slick-next {
    bottom:-40px !important;
    left: 50% !important;
    margin-left: -22px;
    right: 50% !important;
    
}
.slick-next::before{
        left: 0px;
    top:-10px;
    margin-top: 0px;
width: 45px !important;
height: 45px !important;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
    font-size: 0px !important;
    display: block;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 10
}

.slick-next:hover::before{
    margin-top: 7px;
    opacity: 0.4 !important
}
.slick-next {
    top:auto !important;
    bottom:-65px !important;
    left: 50% !important;
    z-index: 500
}

.work_L{
    width: 40%;
    margin: 40px 3% 70px 7%;
    float: left;
    text-align: center;
    position: relative;
}
.work_R{
    width: 40%;
    margin: 40px 7% 70px 3%;
    float: left;
    text-align: center;
    position: relative;
}
.work_L img,.work_R img{
    max-width: 100%;
    height: auto;
}
.work_L h3,.work_R h3{
     position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    color: #fff;
    z-index: 100;
    font-weight: 300;
    letter-spacing: 0.05em
}
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.navall{
      position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.clr:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}


.button1 {
	display: inline-block;
	width: 86%;
	height: 64px;
	text-align: center;
	text-decoration: none;
	line-height:62px;
	outline: none;
	box-sizing:border-box;
	font-size:16px;
	margin-top:60px;
	margin-left:7%;
	margin-right: 7%;
	font-weight: normal
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button1 {
		color: #000 !important;
	border: 1px solid #000;
	background-color: #fff;
	box-sizing:border-box;
}
.button1:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #000;
	box-sizing:border-box
}



.button3{
	display: inline-block;
	width: 86%;
	height: 164px;
	text-align: center;
	text-decoration: none;
	line-height:162px;
	outline: none;
	box-sizing:border-box;
	font-size:16px;
	margin-top:10px;
	margin-left:7%;
	margin-right: 7%;
	font-weight: normal
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button3 {
		color: #000 !important;
	border: 1px solid #000;
	background-color: #fff;
	box-sizing:border-box;
}
.button3:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #000;
	box-sizing:border-box
}

.about_box p{
  letter-spacing: 0.03em;
    margin-bottom: 5px;
}
.about_en{
    margin-top: 55px;
    color: #929292;
    font-weight: 300;
}
.about_en p{
    font-weight: 300;
}
#CONTACT{
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #999;
    padding-top: 130px;
    margin-top: 130px;
}
#CONTACT h5{
    margin-bottom: 20px;
}

.contact_L{
    width: 45%;
    float: left;
}
.contact_R{
    width: 45%;
    float: right;
    margin-top: 70px;
}

#NEWS a{
    position: relative;
     display: inline-block;
}
#NEWS a::after {
   position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #747474;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
}
#NEWS a:hover::after {
 transform-origin: left top;
  transform: scale(1, 1);
}
.button2 {
	display: inline-block;
	width: 80px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	box-sizing:border-box;
	font-size:11px;
	margin-top:20px;
	margin-left:20px;
	margin-right: auto;
	font-weight: normal
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
		color: #fff;
	border: 1px solid #4b4b4b;
	background-color: #000;
	box-sizing:border-box;
}
.button2:hover {
	background-color: rgba(75,75,75,0.00);
	text-decoration: none;
	color: #000;
	border: 1px solid #4b4b4b;
	box-sizing:border-box
}
.ta_c{
    text-align: center
}
.ta_r{
    text-align: right
}

footer{
    margin-top: 280px;
    background-color: #f2f2f2;
    padding: 180px 0px;
    text-align: center;
    color: #000;
  font-family: 'EB Garamond', serif;
}
footer p{
      font-family: 'EB Garamond', serif;
}
footer a:hover{
    color: #fac6c2;
}

.sub_teaser{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 130px 10px;
}
.sub_teaser1{
     background-image: url("../images/kodawari/back01@2x.jpg");
}
.sub_teaser2{
     background-image: url("../images/shop/back02.jpg");
}
.sub_teaser3{
     background-image: url("../images/back03.jpg");
}
.sub_teaser5{
     background-image: url("../images/back05.jpg");
}
.sub_teaser6{
     background-image: url("../images/back06.jpg");
}
.sub_teaser h2{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 34px;
    font-weight: 300;
}
.pagetitle{
    background-color: #a62c24;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
.breadcrumb{
    font-size: 12px;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 60px;
}
.plink1{
    margin: 40px 0px 
}
.plink1 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.plink1 li{
    float: left;
    margin-right: 20px;
}
.plink1 li:last-child{
    margin-right: 0px;
}
.plink1 li a{
    border: solid 1px #383838;
    padding: 15px;
    width: 260px;
    display: block;
    color: #383838;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.plink1 li a:hover,li.onkink a{
    background-color: rgba(74,74,74,1.00);
    color: #fff;
}
.mt40{
    margin-top: 60px;
}
.mt60{
    margin-top: 60px;
}
.mt80{
    margin-top: 80px;
}


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #434343;
}


.table1 {
  border-collapse: collapse;
  width: 100%;
}
.table1 p{
    margin-bottom: 0px;
}
.table1 tbody{}

.table1 td{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding: 20px;
}

.table1 th {
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 10px;
text-align: center;
	width: 20%;
}

.shop_btn{
    background-image: url("../images/shop.png");
    background-size: 50% auto;
    background-position: center left ;
    background-repeat: no-repeat;
    padding: 140px;
    margin-left: 7%;
    margin-top: 7%;
    width: 86%;
      position: relative;
    z-index: 1; 
    background-color: #f2f2f2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.shop_btn:hover{
    opacity: 0.8;
}
.shop_btn a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.shop_name{
      position: aboslute;
    width: 50%;
    float: right;
    text-align: center;
}
.shop_in{
      width: 50%;
    color: #000 ;
      position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);    
}
.shop_in p{
 font-family: 'EB Garamond', serif;
    position: relative;
      display: inline-block;
    padding: 8px 0px;
       font-size: 20px;}

.shop_in p::after {
  position: absolute;
  bottom: -4px;
  right: 0;
  
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;

    transition: .3s;}
    
.shop_btn:hover .shop_in p::after {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.header{
    position: relative;
}
.header img{
     position: absolute;
  top: 50%;
  left:150px;
    margin-top: -12px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    color: #fff;
}

.mt0{
    margin-top: 0px;
}
.filter{
       width: 70%;
    margin: 0px  auto 100px;
    text-align: center;
}
.filter a {
padding: 20px;
  position: relative;
    text-align: center;
}

.filter a.active:after {
  content: '';
  position: absolute;
  left: 50%;
    margin-left: -10px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 2px 0;
  border-color: #333;
}

.boxes {

}

.boxes div {
  width: 900px;
  margin: 0 auto 70px auto;
}
.hover-parent img{
    max-width: 100%;
    height: auto;
}


figure.hover-parent {
width:900px;
height: 700px;
position: relative;
margin-bottom: 50px;
overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
figure.hover-parent img{
    overflow: hidden;
    height: 600px;
}
figcaption.hover-mask {
width:900px;
height: 600px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,0.8);
opacity: 0;
color: #000;
display: flex;
align-items: center;
text-align: center;
padding: 30px;
}
figure.hover-parent:hover .hover-mask {
opacity: 1;
}
figcaption.hover-mask {
opacity: 0;
transition: all 0.8s ease;
padding-bottom: 0;
}
figure.hover-parent:hover .hover-mask {
padding-bottom: 30px;
}
figcaption.hover-mask p{
    font-size: 14px; 
    width: 100%;
font-weight: 300;
}
figcaption.hover-mask h4{display: block;
font-size: 16px;
}
.hover-parent{
cursor:pointer;
}
.workmore{
display:none;
    width:900px;
}
.workmore img{
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.arrow{
left: 0%;
top: 0px;
margin-top: 0px;
width: 45px !important;
height: 45px !important;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
font-size: 0px !important;
display: block;
position: relative;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 10;
}
.arrow2{
left: 0%;
top: 20px;
margin-top: 50px !important;
width: 45px !important;
height: 45px !important;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
font-size: 0px !important;
display: block;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
   cursor:pointer; 
}
figure.hover-parent:hover .arrow{
    opacity: 0.2;
    top: 5px;
}
.active2 .arrow{
    opacity: 0;
}
figure.hover-parent.active2{
    height: 600px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.top100{
    margin-top: 100px
}
@keyframes fade-in {
  0% {
   opacity:0 
  }
  100% {
    opacity:1 
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

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


@media screen and (min-width: 1000px) {
.fix-header {
	background-color:rgba(33,33,33,0.88);
	
	top: -63px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:0px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}
  .container{
width: 1100px;
margin-left: auto;
margin-right: auto;}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値では非表示 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
 -ms- transition: opacity .8s ease;
 -moz- transition: opacity .8s ease;
  transition: opacity .8s ease;
}
 

 
body.fadeout::after {
  opacity: 1;
}
    .sp__sec{
        display: none
    }
}


@media screen and (max-width: 780px) {
    logo{
        display: none
    }
    .work_L,.work_R{
        float: none;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .work_L{
        margin-top: 0px;
    }
     .work_R{
        margin-top: 130px;
         position: relative
    }
    .work_R:before{
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 2;
  content: '';
  width: 120px;
        margin-left: -60px;
  height: 1px;
  background-color: #ccc;
}
    
    .mt40{
        margin-top: 20px;
    }
    img{
        max-width: 100%;
        height: auto;
    }
.shop_btn {
    background-image: url(../images/shop.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 2%;
    margin-left: 7%;
    margin-top: 0%;
    margin-bottom: 100px;
    width: 86%;
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.shop_name {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
}
/*html,
body{
	width:100%;
    height:100%; }*/
.shop_in{
    width: 100%;
    margin-top: 12px;
}
.shop_in p{
    color: #fff;
}
footer{
    margin-top: 100px
}
.title1 {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.08em;
    margin: 100px 0px 70px;
}
    .button1 {
margin-top: 30px
}
.contact_L,.contact_R{
         float: none;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .button3 {
    display: inline-block;
    width: 100%;
    height: 64px;
    text-align: center;
    text-decoration: none;
    line-height: 62px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    font-weight: normal;
}
    .about_box{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .top-main img {
    width: auto !important;
         max-width: 160%;
        margin-left: -30%;
    height: auto;
}
    .top_copy{
         display: none
    }
    .accordion2 p {
    cursor: pointer;
        font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #fff;
}
    h1{
        width: 130px;
   
    }
h1{
    position: relative;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    padding-left: 30px !important;
      z-index: 1000;
}
h1::after {
  position: absolute;
  bottom: -4px;
  left: 30px;
  z-index: 2;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #000;
}
    .accordion2 ul a{
        font-size: 12px;
    }
    .top_section1 h3 {
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
}
    .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 14px;
    letter-spacing: 0.15em;
    font-weight: 200;
    margin-bottom: 5px;
}
    .sns {
    margin-left: 30px;
    margin-top: 20px;
}
    .sec_in {
    float: right;
    width: 78%;
}
    .top_section1 p {
    font-size: 14px;
    line-height: 1.8;
}
    .midashi1 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin: 45px 0px 20px;

}
    .top_bn li {
    width: 50%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
        padding: 5px;
}
    .slick-slide img {
    display: block;
        margin-left: auto;
        margin-right: auto
}
    .slick-slide{
        text-align: center
    }
    .top_sl2 div p {
    padding-right: 0px;
}
    .td31 li {
    float: none;
    width: 100%;
    margin-right: 0px;
        padding-right: 3%;
        padding-left: 3%;
}

    footer {
    margin-top: 50px;
    padding: 30px 20px;
 }
    .container{
        padding-left: 2%;
        padding-right: 2%
    }
    figcaption.hover-mask {
width:100%;
height: auto;
    }
    figure.hover-parent {
width:100%;
height: auto;
    }
    .boxes div {
    width: 100%;
    margin: 0 auto 70px auto;
}
    figure.hover-parent img {
    overflow: hidden;
    height: auto;
}
figcaption.hover-mask p {
    line-height: 1.5;
}
    figcaption.hover-mask {
    width: 100%;
    height: 50px;
        padding-top: 10px
}
    figure.hover-parent.active2 {
    height:280px;
    }
    .arrow {
    top: -40px;
    }
    figure.hover-parent {
    height: 310px;
}
    figure.hover-parent {
    margin-bottom: 0px;
    }
    .workmore img {
    margin-bottom: 14px;
}
    figcaption.hover-mask {
    height: 60px;
    padding-top: 20px;
}
    figcaption.hover-mask{}
    figcaption.hover-mask {
opacity: 1;
transition: all 0.8s ease;
padding-bottom: 40;
}
figure.hover-parent:hover .hover-mask {
padding-bottom: 0px;
}
    figure.hover-parent .hover-mask{
        display: none
    }
.shop_in p::after{
      background: #fff;
}
.about_box p{
    font-size: 12px;
}
.mb40{
    margin-bottom: 40px;
}
    .sp__sec{
        display: block;
        text-align: center;
       margin-top: 40px
    }
    .sp__sec p{
        line-height: 1.8;
        font-size: 11px;
    }
}