﻿


/* story_page
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.story_page #Sec01{
  padding: 80px 0 150px;
  position: relative;
}
.story_page #Sec01 .inner{
  max-width: 1120px;
  margin: 0 auto;
}
.story_page #Sec01 h2{
  font-size: 2rem;
  text-align: center;
}

.story_page #Sec01 .story_list{

}
.story_page #Sec01 .story_list li{
  position: relative;
  margin-top: 90px;
}
.story_page #Sec01 .story_list li .flex{
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.story_page #Sec01 .story_list li .flex .img_box{
  width: 47%;
  position: relative;
  margin-right: auto;
  z-index: 2;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.story_page #Sec01 .story_list li .flex .img_box a:hover{
	opacity: 1;
}
.story_page #Sec01 .story_list li .flex .img_box img{
  width: 100%;
  height: 22vw;
  max-height: 250px;
  object-fit: cover;
}
.story_page #Sec01 .story_list li .flex .img_box .cat{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C60813;
  color: #ffffff;
  text-align: center;
  padding: 5px 20px;
}
.story_page #Sec01 .story_list li .flex .txt{
  width: 53%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  font-size: 2.2rem;
}

.story_page #Sec01 .story_link_btn{
  text-align: center;
  max-width: 1020px;
  width: 100%;
  height: 74px;
  line-height: 74px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -460px;
  z-index: 1;
  align-items: center;

  background: #C60813;
}
.story_page #Sec01 .story_link_btn a{
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 1.6rem;
  font-family: "Marcellus", serif;

  color: #ffffff;
  background-image: url(../image/arrow_on.png);
  background-position: right 50px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.story_page #Sec01 .story_link_btn a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  display: block;
  transition: .2s;
  z-index: -1;

  background: #FC4E4E;
  background-image: url(../image/arrow_on.png);
  background-position: right 50px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.story_page #Sec01 .story_link_btn a:hover{
  opacity: 1;
}
.story_page #Sec01 .story_link_btn a:hover:before{
  width: 100%;
}

.story_page #Sec01 .story_link_btn .posi{
  margin-right: 50px;
}
.story_page #Sec01 .story_link_btn .name{
  margin-right: 120px;
  font-size: 2.4rem;
}

.pagenation{
  padding-top: 50px;
}

@media screen and (max-width: 970px) {
.story_page #Sec01 .story_link_btn{
  bottom: -65px;
}
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.story_page #Sec01{
  padding: 80px 0 20px;
  position: relative;
}
.story_page #Sec01 .inner{
  max-width: 480px;
  margin: 0 auto;
}
.story_page #Sec01 h2{
  font-size: 1.6rem;
  text-align: center;
}

.story_page #Sec01 .story_list{

}
.story_page #Sec01 .story_list li{
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}
.story_page #Sec01 .story_list li .flex{
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
}
.story_page #Sec01 .story_list li .flex .img_box{
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-top: 15px;
  z-index: 2;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.story_page #Sec01 .story_list li .flex .img_box img{
  width: 100%;
  height: 46vw;
  max-height: 180px;
  object-fit: cover;
}
.story_page #Sec01 .story_list li .flex .img_box .cat{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C60813;
  color: #ffffff;
  text-align: center;
  padding: 5px 20px;
  font-size: 1rem;
}
.story_page #Sec01 .story_list li .flex .txt{
  width: 100%;
  padding: 0 ;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.story_page #Sec01 .story_link_btn{
  text-align: left;
  max-width: 440px;
  width: calc(100% - 40px);
  height: 85px;
  line-height: 1.9;
  position: absolute;
  bottom: 0;
  left: 40px;
  margin-left: 0;
  z-index: 1;
  align-items: center;

  background: #C60813;
}
.story_page #Sec01 .story_link_btn a{
  display: block;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 1.1rem;
  font-family: "Marcellus", serif;

  color: #ffffff;
  background-image: url(../image/arrow_on.png);
  background-position: right 20px bottom 12px;
  background-size: 36px auto;
  background-repeat: no-repeat;
}
.story_page #Sec01 .story_link_btn a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  display: block;
  transition: .2s;
  z-index: -1;

  background: #FC4E4E;
  background-image: url(../image/arrow_on.png);
  background-position: right 20px bottom 12px;
  background-size: 36px auto;
  background-repeat: no-repeat;
}
.story_page #Sec01 .story_link_btn a:hover{
  opacity: 1;
}
.story_page #Sec01 .story_link_btn a:hover:before{
  width: 100%;
}

.story_page #Sec01 .story_link_btn .posi{
  margin-right: 0;
  padding-top: 25px;
  padding-left: 20px;
}
.story_page #Sec01 .story_link_btn .name{
  margin-right: 0;
  font-size: 1.6rem;
  padding-left: 20px;
}


/* 767pxまでの幅の場合に適応される */
}