@charset "UTF-8";
/* CSS Document */
.page_h1_title {
  font-size: min(4vw,40px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}
.page_h1_title span {
  font-size: min(1.8vw,18px);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 11px;
  position: relative;
}

@media screen and (max-width: 768px){
.page_h1_title {
  font-size: 32px;
}
.page_h1_title span {
  font-size: 16px;
}
}


#subpage {
  margin-top: 100px;
}
#subpage .section_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#subpage .colmun01_list_li a {
  display: flex;
  justify-content: space-between;
}
#subpage .title_h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 16px 24px;
  background: #d7000f;
  border-radius: 8px;
  margin-bottom: 24px;
}
#subpage .colmun01_list .img {
  width: 272px;
}
#subpage .colmun01_list .detais {
  width: calc(100% - (272px + 20px));
}
#subpage .colmun01_list_li {
  padding: 32px 24px;
  border-radius: 12px;
  background: #fafafa;	 	
}

#subpage .colmun03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#subpage .colmun03_list_li {
  width: calc((100% - 80px)/3);
  margin-bottom: 40px;
  position: relative;	
}
#subpage .colmun03_list_li .h3_title {
  font-size: 16px;
  margin-bottom: 0;	
}
#subpage .colmun03_list_li .img img {
  width: 100%;
  height: auto;
}
#subpage .colmun03_list_li .img {
  margin-bottom: 11px;
  position: relative;
overflow: hidden;	
}
#subpage .colmun03_list_li a {
  color: #000;
  text-decoration: none;
}
#subpage .colmun03_list_li .txt {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
#subpage .colmun03_list_li .hidden_txt{
opacity: 0;
transition: 0.5s;
z-index: -1;
padding: 10px 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
overflow: hidden;
height: calc(100% - 32px);	
}
#subpage .colmun03_list_li.show .hidden_txt {
opacity: 1;	
  z-index: 2;
  background: rgba(0,0,0,0.5);
}
#subpage .colmun03_list_li .img::after {
   opacity: 0;
	transition: 0.5s;
}
#subpage .colmun03_list_li.show .img::after {
  opacity: 1;	
  content: "詳しく見る";
  font-size: 12px;
  background: #cb0918;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
height: 32px;
line-height: 32px;
}

#subpage .colmun01_list_li:nth-child(2n) {
  background: #fff;
  margin-top: 20px;	
}
#subpage .colmun01_list a {
  color: #000;
  text-decoration: none;
}
#subpage .h3_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;	
  margin-bottom: 20px;
}
#subpage .txt {
  font-size: 15px;
  line-height: 1.6;
}
#subpage .colmun01_list a:hover{
	opacity: 0.6;
	transition: 0.5s;
}

@media screen and (max-width:768px){
#subpage .title_h2 {
  font-size: 21px;
  padding: 12px 20px;
	}		
#subpage {
  margin-top: 40px;
  padding: 0 20px;
}
#subpage .colmun01_list a {
  display: block;
	}
#subpage .colmun01_list .img {
  width: 100%;
  margin-bottom: 20px;	
  text-align: center;	
}	
#subpage .colmun01_list .detais {
  width: 100%;
}	
#subpage .h3_title {
  font-size: 18px;
  margin-bottom: 16px;
}	
#subpage .colmun01_list_li {
  padding: 24px 20px;
  border-radius: 8px;
	}
#subpage .colmun03_list_li {
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
}	
#subpage .colmun03_list_li .h3_title {
  font-size: 14px;
	}
#subpage .colmun03_list_li .img {
  margin-bottom: 8px;
	}
#subpage .colmun03_list_li .h3_title span {
  display: block;
}
#subpage .colmun03_list_li.show .img::after {
  display: none;
}
#subpage .colmun03_list_li.show .hidden_txt {
  display: none;
}	
}


#subpage .colmun02_list {
  display: flex;
  flex-wrap: wrap;
}

/* 3カラム */
 
 #subpage .colmun02_list_li {
  width: calc((100% - 80px)/3);
  margin-bottom: 40px;	
  margin-right: 40px;	
} 

 #subpage .colmun02_list_li:nth-child(3n) {
  margin-right: 0;	
}  


/* 4カラム */
/*
 #subpage .colmun02_list_li {
  width: calc((100% - 60px)/4);
  margin-bottom: 40px;	
  margin-right: 20px;	
}  

 #subpage .colmun02_list_li:nth-child(4n) {
  margin-right: 0;	
} 

#subpage .colmun02_list_li a {
  text-decoration: none;
  color: #000;
}
*/

/* 3カラム */

#subpage .colmun02_list_li .h3_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
} 


/* 4カラム */
/*
 #subpage .colmun02_list_li .h3_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
} 
*/




#subpage .colmun02_list_li .img {
  margin-bottom: 11px;
}
#subpage .movie_title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: solid 2px #d7000f;
  margin-bottom: 40px;
  margin-top: 80px;	
}
#subpage .note{
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
}
#subpage .main_movie_wrap {
  margin-bottom: 80px;
}
#subpage .main_movie_wrap .title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
}
#subpage .title img {
  margin-right: 16px;
}


@media screen and (max-width:768px){
#subpage .main_movie_wrap .title {
  display: block;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
}
#subpage .main_movie_wrap .title img {
  margin-right: 0;
  display: block;
  margin-bottom: 10px;
}
#subpage .movie_title {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 32px;
  margin-top: 40px;
}	
#subpage .colmun02_list_li {
  width: calc((100% - 20px)/2);
  margin-bottom: 40px;
  margin-right: 20px;	
}
#subpage .colmun02_list_li:nth-child(3n) {
  margin-right: 20px;
}
#subpage .colmun02_list_li:nth-child(2n) {
  margin-right: 0;
}
#subpage .colmun02_list_li .h3_title {
  font-size: 16px;
  margin-bottom: 0;	
	}
#subpage .note {
  font-size: 12px;
	}
#subpage .main_movie_wrap {
  margin-bottom: 50px;
}	
}


