@charset "UTF-8";

/*  page - blog - list
------------------------------*/

/*  pc  */

@media screen and (min-width: 980px) {
  /*  page  */
  /*  blog  */
  #page_blog-list {
    padding: 80px;
    box-sizing: border-box;
  }
  #page_blog-list .page_title {
    width: 100%;
    height: auto;
  }
  #page_blog-list .page_title p.en {
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
    color: #FFF;
  }
  #page_blog-list .page_title p.jp {
    line-height: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
    color: #FFF;
  }
  #page_blog-list .page_blog-list {
    margin-top: 80px;
  }
  #page_blog-list .blog-entry-list {
		align-items: stretch;
		display: flex;
    flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 80px;
	}
	#page_blog-list .blog-entry-list .item {
		display: flex;
		flex-direction: column;
    margin-bottom: 40px;
		width: calc(100% / 3 - 10px);
	}
	#page_blog-list .blog-entry-list .image-wrap {
		margin-bottom: -80px;
		padding: 0 20px;
		overflow: visible;
		z-index: 2;
	}
	#page_blog-list .blog-entry-list .image-clip {
		height: 0;
    overflow: hidden;
		padding-top: 56.25%;
		position: relative;
	}
	#page_blog-list .blog-entry-list .image {
    background-position: center;
    background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
    left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#page_blog-list .blog-entry-list .item:hover .image {
    transform: scale(1.1);
  }
  #page_blog-list .blog-entry-list .detail {
		padding: 100px 20px 20px 20px;
		background-color: #335671;
		border: 1px solid #FFF;
		box-sizing: border-box;
		flex-grow: 1;
		z-index: 1;
	}
	#page_blog-list .blog-entry-list .copy {
		background: linear-gradient(135deg, #64B5F6, #FFF) left / 6px 100% no-repeat;
		color: #FFF;
		display: flex;
		font-size: 20px;
		font-weight: bold;
    padding-left: 20px;
		line-height: 30px;
	}
	#page_blog-list .blog-entry-list .text {
		color: #FFF;
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}
   /* page  */
  /*  blog  */
  /*  pagination  */
  #page_blog-list .pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  #page_blog-list .pagination .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #777;
    background-color: #FFF;
    border: 2px solid #64B5F6;
  }

  #page_blog-list .pagination a.item {
    color: #FFF;
    background-color: #64B5F6;
  }

  #page_blog-list .pagination a.item:hover {
    background-color: #92caf8;
  }
}

/*  sp  */

@media screen and (max-width: 979px) {
  /*  page  */
  /*  blog  */
  #page_blog-list {
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
  }
  #page_blog-list .page_title {
    width: 100%;
    height: auto;
  }
  #page_blog-list .page_title p.en {
    line-height: 30px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
    color: #FFF;
  }
  #page_blog-list .page_title p.jp {
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
    color: #FFF;
  }
	#page_blog-list .blog-entry-list {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	#page_blog-list .blog-entry-list > *:not(:first-child) {
		margin-top: 20px;
	}
	#page_blog-list .blog-entry-list .item {
		display: flex;
		flex-direction: column;
	}
	#page_blog-list .blog-entry-list .image-wrap {
		margin-bottom: -80px;
		padding: 0 20px;
		overflow: visible;
		z-index: 2;
	}
	#page_blog-list .blog-entry-list .image-clip {
		height: 0;
    overflow: hidden;
		padding-top: 56.25%;
		position: relative;
	}
	#page_blog-list .blog-entry-list .image {
    background-position: center;
    background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
    left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#page_blog-list .blog-entry-list .item:hover .image {
    transform: scale(1.1);
  }
  #page_blog-list .blog-entry-list .detail {
		padding: 100px 20px 20px;
		background-color: #335671;
		border: 1px solid #FFF;
		box-sizing: border-box;
		flex-grow: 1;
		z-index: 1;
	}
	#page_blog-list .blog-entry-list .copy {
		background: linear-gradient(135deg, #64B5F6, #FFF) left / 6px 100% no-repeat;
		color: #FFF;
		display: flex;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		padding: 10px 0 10px 20px;
	}
	#page_blog-list .blog-entry-list .text {
		color: #FFF;
		font-size: 10px;
		line-height: 20px;
		margin-top: 10px;
	}
  /*  page  */
  /*  blog  */
  /*  pagination  */
  #page_blog-list .pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  #page_blog-list .pagination .item {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin: 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #777;
    background-color: #FFF;
    border: 1px solid #64B5F6;
    box-sizing: border-box;
  }

  #page_blog-list .pagination a.item {
    color: #FFF;
    background-color: #64B5F6;
  }

  #page_blog-list .pagination a.item:hover {
    background-color: #92caf8;
  }
}

#page_blog-list .blog-entry-list .image, #page_blog-list .pagination .item {
	transition: 0.3s;
}
