
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 85%;
	margin: 0 auto 60px;
}
.news-ttl {
}
.news-ttl .day {
	font-size: 10px;
}
.news-ttl h3 {
	line-height: 150%;
	font-size: 1.4em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: #ccc 1px solid;
	margin-bottom: 40px;
}
#sec01 .inner {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
#sec01 .inner p {
	margin-bottom: 30px;
}
#sec01 .inner .banner01 {
	display: block;
	max-width: 500px;
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec01 .block {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	border-bottom: rgba(0,0,0,.1) 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#sec01 .block .ph {
	width: 320px;
	flex-shrink: 0;
}
#sec01 .block .ph a {
	display: block;
	position: relative;
	padding-top: 135%;
	overflow: hidden;
}
#sec01 .block .ph a img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition: transform 0.5s ease;
    transform-origin: center center;
}
#sec01 .block .ph a:hover {
}
#sec01 .block .ph a:hover img {
    transform: scale(1.08);
}
#sec01 .block .data {
	flex: 1;
}
#sec01 .block .data {
}
#sec01 .block .data .day {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-size: 11px;
}
#sec01 .block .data .ttl {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 400;
	transform: rotate(0.03deg);
	letter-spacing: 4px;
	margin-bottom: 15px;
}
#sec01 .block .data .ttl a:hover {
}
#sec01 .block .data p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
#sec01 .block .data .btn-set {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	width: 100%;
}
#sec01 .block .data .btn-set li {
	padding: 0;
	width: 49%;
	border-bottom: none;
}
#sec01 .block .data .btn-set li a {
	display: block;
	text-align: center;
	border: rgba(0,0,0,.2) 1px solid;
	padding: 15px 0;
	position: relative;
}
#sec01 .block .data .btn-set li a::after {
    content: "keyboard_arrow_right";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
	right: 10px;
    transform: translate(0%, -50%);
	opacity: .6;
	transition: .3s;
}
#sec01 .block .data .btn-set li a:hover {
	border: rgba(0,0,0,.6) 1px solid;
	color: #333;
}
#sec01 .block .data .btn-set li a:hover::after {
	opacity: 1;
}
@media screen and (max-width: 1100px) {
	#sec01 .block {
		gap: 30px;
	}
	#sec01 .block .ph {
        width: 280px;
    }
	#sec01 .block .data .ttl {
        font-size: 1.2em;
    }
	#sec01 .block .data p {
		font-size: 13px;
	}
	#sec01 .block .data .btn-set {
        display: block;
        max-width: 500px;
    }
    #sec01 .block .data .btn-set li {
        width: 100%;
		margin-bottom: 8px;
    }
	#sec01 .block .data .btn-set li a {
		padding: 12px 0;
	}
}
@media screen and (max-width: 680px) {
	#sec01 .inner2 {
        width: 100%;
    }
	#sec01 .inner2 .ttl-style02 {
		margin-left: 5%;
	}
	#sec01 .block {
		display: block;
		gap: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#sec01 .block .ph {
        max-width: 460px;
		width: 100%;
		margin: 0 auto 20px;
    }
	#sec01 .block .ph a {
		pointer-events: none;
	}
	#sec01 .block .ph a:hover img {
        transform: scale(1.00);
    }
    #sec01 .block .data {
        flex: none;
		width: 100%;
		padding: 0 6%;
    }
	#sec01 .block .data .btn-set {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/* --------------------------------------------------- */
.pagination{
  margin: 0 auto;
  width: calc(100% - 100px);
  padding: 20px;
}
.pagination ul{
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  margin: 0;
}
.pagination ul li{
  padding: 0 5px;
	text-align: center;
}
.pagination ul li p {
	text-align: center;
}
.pagination .btn{
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
.pagination .btn:hover{
  border-bottom: 1px solid #000;
}
.pagination ul li:first-child .btn{
  position:absolute;
  left: 0;
	text-align: center;
}
.pagination ul li:last-child .btn{
  position:absolute;
  right: 0;
	text-align: center;
}
.pagination .opt{
  color: #000;
  width: 30px;
  border: 0;
  margin: 0 20px;
	text-align: center;
}
.pagination .active{
   color: #FFF;
   background: #000;
	text-align: center;
}
.pagination .dots:hover{
   border: 0;
}
.pagination .animation{
  transition: all .3s ease;
	text-align: center;
}


