@charset "utf-8";

/* hypertext
-------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #888;
  text-decoration: underline;
}


/* Image
-------------------- */
.home_main_img{
/*
    height: 0;
    padding-top: 42.5%;
    background: url('../img/home/main_img.jpg') 0 0 no-repeat;
    background-size: contain;
	margin-top: 86px;
*/
/*
    background: url('../img/home/main_img.jpg') 0 0 no-repeat;
*/
    background-size: contain;
	margin-top: 86px;
	text-align:center;
}
.home_main_img img{
	width:100%;
}

@keyframes flip {
  from {
    background-position: 0 top;
  }
  to {
    background-position: 0 bottom;
  }
}

.home_bg_img1{
    height: 0;
    padding-top: 12.5%;
    background: url('../img/home/home_01.jpg') 0 0 no-repeat;
    background-size: contain;
}

.home_bg_img2{
    height: 930px;
    background: url('../img/home/home_09.jpg') 0 0 no-repeat;
    background-size: cover;
}

/* Main
-------------------- */
.contents h2 {
    font-size: 3rem;
    font-family: 'Helvetiva' , 'Arial' , 'Swiss721 BT' , sans-serif;
    letter-spacing: 2px;
line-height: 1;
}


/* News
-------------------- */
#News{
margin:6rem auto;
}
#News h2{
	text-align:center;
}
#News ul.news_inner > li {
display:inline-block;
vertical-align: top;
}
#News ul.news_inner > li:first-child {
padding-top: 20px;
width: 180px;
box-sizing: border-box;
}
#News ul.news_inner > li.kiji-block {
/*
border-left:1px solid #000;
padding-left:70px;
*/
width: 560px;
box-sizing: border-box;
}
#News ul.post-list li{
margin-bottom:1.5rem;
}
#News ul.post-list li span{
display:inline-block;
}
#News ul.post-list li .date{
margin-right:1rem;
}
#News ul.news_inner{
width: 750px;
margin: 0 auto;
}
#News .news_list_link{
text-align:left;
}

#News .news_list_link a{
    background: url('../img/common/icon_arrow.png') left center no-repeat;
color:#0089b7;
padding-left: 22px;
}

/* PickUp
-------------------- */
#Pickup{
margin:6rem auto 12rem;
}
#Pickup h2{
	text-align:center;
}
#Pickup ul.pickup_inner > li {
display:inline-block;
vertical-align: top;
}
#Pickup ul.pickup_inner > li:first-child {
padding-top: 20px;
width: 180px;
box-sizing: border-box;
}
#Pickup ul.pickup_inner > li.kiji-block {
width: 560px;
box-sizing: border-box;

}
#Pickup ul.post-list li{
margin-bottom:1.5rem;
}
#Pickup ul.post-list li span{
display:inline-block;
}
#Pickup ul.post-list li .date{
margin-right:1rem;
}
#Pickup ul.pickup_inner{
width: 750px;
margin: 0 auto;
}
#Pickup .pickup_list_link{
text-align:left;
}

#Pickup .pickup_list_link a{
background: url('../img/common/icon_arrow.png') left center no-repeat;
color:#0089b7;
padding-left: 22px;
}

/* works
-------------------- */
#Works {
margin:5rem auto 3rem;
}
#Works h2 {
text-align:center;
margin-bottom:4rem;
line-height: 1.5em;
    font-size: 4.5rem;
}

#Works p {
text-align:center;
margin-bottom:6rem;
font-size:1.7rem;
}

#Works .img-box {
position: relative;
width: 1000px;
height: 1500px;
}

/* マスク STR */
#Works .img-box .banner {
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
#Works .img-box .banner .mask{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    overflow: hidden;
width:100%;
height:100%;
    top: 0;
    left: 0;
padding:10px;
box-sizing: border-box;
}

#Works .img-box .banner .mask .mask-inner{
border: 1px solid #FFF;
width: 100%;
height: 100%;
display: table;
}

#Works .img-box .banner span {
    font-size: 2rem;
    position: relative;
    color: #fff;
    text-align: center;
font-style: oblique;
display: table-cell;
vertical-align: middle;
width: 100%;
}


#Works .img-box .banner-view .mask {
    opacity: 0;
}
 
#Works .img-box .banner-view:hover .mask {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


#Works .img-box .banner-view span {
    transform: translateY(100px);
}
 
#Works .img-box .banner-view:hover span {
    transition-delay: 0.1s;
    transition: all 0.2s linear;
transform: translateY(0px);
}


/* マスク 画像毎の設定 */
#Works .img-box .banner {
    overflow: hidden;
    position: relative;
}

#Works .img-box .banner img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
max-width: none;
}

#Works .img-box .img1 .banner img{
width: 100%;
height: auto;
}

#Works .img-box .img1 .banner {
    width: 530px;
height: 500px;
}
 
#Works .img-box .img2 .banner {
    width: 350px;
height: 530px;
}


#Works .img-box .img3 .banner {
    width: 300px;
height: 530px;
}


#Works .img-box .img4 .banner img{
width: 100%;
height: auto;
}
#Works .img-box .img4 .banner {
    width: 530px;
height: 320px;
}


#Works .img-box .img5 .banner {
    width: 350px;
height: 350px;
}

/* マスク END */

#Works .img-box .img1{
position:absolute;
top:0;
left:0;
}

#Works .img-box .img2{
position:absolute;
top: 40px;
right: 0;
}

#Works .img-box .img3{
position:absolute;
top:525px;
left:0;
}

#Works .img-box .img4{
position:absolute;
top: 620px;
right:0;
}

#Works .img-box .img5{
position:absolute;
top: 1000px;
right: 180px;
}

/* msg
-------------------- */
#Msg {
margin:3rem auto;
}

#Msg .img-box {
position: relative;
width: 1000px;
height: 930px;
}


#Msg .img-box .msg-box {
width:410px;
padding:3rem;
border:1px solid #FFF;
box-sizing: border-box;

}

#Msg .img-box .msg-box .title{
margin-bottom:1rem;
color:#FFF;
font-size:2rem;
}

#Msg .img-box .msg-box .msg{
margin-bottom:1.5rem;
color:#FFF;
font-size:1.5rem;
}

#Msg .img-box .msg-box .link{
text-align:center;
}
#Msg .img-box .msg-box .link a{
padding: 10px 50px;
border: 1px solid #FFF;
color:#FFF;
    background-color: rgba(255,255,255,0.2);
}

#Msg .img-box .msg-box .link a:hover{
text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,0.7);
}

#Msg .img-box .msg-box.box1{
position:absolute;
top:13%;
right:0;

}
#Msg .img-box .msg-box.box2{
position:absolute;
bottom:10%;
left: 0;

}

#Msg .img-box img.img1{
position:absolute;
top:10%;
left:0;
}

#Msg .img-box img.img2{
position:absolute;
bottom: 18%;
right: 0;
}

/* Shopping */
#Shopping{
margin:3rem auto;
}

#Shopping a:hover{
opacity:0.5;
}

#Shopping ul li{
	float:left;
}

#Shopping ul li:last-child{
	float:right;
}