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

home202004.css
topページ追加部分

*****************************************************************************/

/*****************************************************************************
home_diary
*****************************************************************************/
section.home_diary::after {
	background: rgba(255, 255, 255, .6);
}
.home_diary {
	/*display: flex;*/
	background: url("../images/home/201902/heroBg.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.home_diary_inner{
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home_diary .list {
  overflow: hidden;
  margin-bottom: 50px;
}
.home_diary .list .box{
  max-width: 80vw;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 25px;
  width: 300px;
  position: relative;
  z-index: 3;
}

.home_diary .photos_cover .img{
	padding: 70% 0 0;
  position: relative;
  overflow: hidden;
  display: block;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home_diary .photos_cover .img:hover{
  opacity: .85;
}
.home_diary .photos_cover .img img{
  border-radius: 10px 10px 0 0;
	width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_diary .shop_tag{
    background-color: #000;
    color: #fff;
    font-size: 0.8125rem;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 2;
}
.home_diary .list .box .under_txt{
  padding-left: 17px;
  padding-right: 17px;
}
/*
.home_diary .list .box .under_txt .txt_box{
	min-height: 150px;
}
*/
.home_diary .list .box .under_txt a{
  text-decoration: none;
}
.home_diary .list .box .under_txt .date {
	font-size: 0.9375rem;
  line-height: 2;
	color: #686868;
  padding-top: 10px;
  letter-spacing: 0.2em;
}
.home_diary .list .box .under_txt .title{
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  padding-top: 2px;
  letter-spacing: 0.2em;
}
.home_diary .list .box .under_txt .txt{
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000000;
  padding-top: 8px;
  letter-spacing: 0.2em;
}


.home_diary .list .box .under_txt .tags_cover{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.home_diary .list .box .under_txt .tags_cover a{
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 6px;
  text-decoration: none;
  background-color: #DC0002;
	border: 1px solid #DC0002;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 2px 15px;
  min-width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8125rem;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home_diary .list .box .under_txt .tags_cover a:hover{
	background-color: #fff;
	color: #DC0002;
}
.home_diary .tags_contents .tags_cover{
  display: flex;
  flex-wrap: wrap;
	padding: 40px 20px;
  box-sizing: border-box;
}
.home_diary .tags_contents{
	width: 100%;
  max-width: 1100px;
  margin: 30px auto 10px;
	box-sizing: border-box;
	padding: 0 10px;
}
.home_diary .tags_contents .tags_cover a{
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 6px;
  text-decoration: none;
  background-color: #DC0002;
	border: 1px solid #DC0002;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 2px 15px;
  min-width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8125rem;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home_diary .tags_contents .tags_cover a:hover{
	background-color: #fff;
	color: #DC0002;
}

/*開閉ボタン*/
.tags_box{
width: auto;
margin: 30px auto 5px;
padding: 0 10%;
}

.tags_box label{
max-width: 400px;
font-size: 1rem;
text-align: center;
background: #DC0002;
margin: auto;
line-height: 42px;
position: relative;
display: block;
border-radius: 22px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
}

.tags_box label:hover{
	background: #df817e;
	border-color: #df817e;
	color: #fff;
}

.tags_box input{
display: none;
}

.tags_box label:after{
	content: "\f0a9";
	font-family: FontAwesome !important;
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
}


.tags_box .tags_contents{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.tags_box input:checked ~ div{
height: auto;
background: #F8EFE2;
opacity: 1;
}

.tags_box div p{
color: #777;
line-height: 23px;
font-size: 14px;
padding: 20px;
text-align: justify;
}
.tags_contents p{
margin-bottom: 0px;
}

@media screen and (max-width: 600px){
	.home_diary .tags_contents .tags_cover a{
		padding: 2px 8px;
	}
	/*開閉ボタン*/
	.tags_box label{
		width: auto;
	}
	.tags_box label{
		line-height: 36px;
    border-radius: 19px;
    font-size: 0.9rem;
	}
	.tags_box label:after{
		font-size: 23px;
    right: 8px;
	}
	.home_diary .list {
		margin-bottom: 40px;
	}
}
