@charset "UTF-8";


/* mv
----------------------------------------*/
.mv{
	padding: 60px 5%;
	background-color: #000;
}
.mv-inner{
	max-width: 1000px;
  margin: 0 auto;
}
.mv-series{
  max-width: 800px;
  margin: 40px auto 20px;
  padding: 10px;
  background: linear-gradient(90deg,#63c4e4,#d467a1,#f1c155);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.mv-detail{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
	max-width: 800px;
  margin: 0 auto;
}
.mv-detail-item{
  display: flex;
  flex-wrap: wrap;
  width: 62.5%;
  font-feature-settings: "palt";
}
.mv-detail-item dt,
.mv-detail-item dd{
	display: flex;
  align-items: center;
}
.mv-detail-item dt{
  justify-content: center;
  width: 7em;
  margin: 10px 15px 0 0;
  padding: 5px 10px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.mv-detail-item dd{
  width: calc(100% - 7em);
  margin-top: 10px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
}
.mv-image{
  width: 31.25%;
}

@media screen and (max-width: 767px){
  .mv{
    padding: 30px 5%;
  }
  .mv-series{
    font-size: 2.0rem;
  }
  .mv-detail-item{
    width: 100%;
  }
	.mv-detail-item dt{
    width: 6em;
    margin: 10px 10px 0 0;
		font-size: 1.4rem;
	}
	.mv-detail-item dd{
		font-size: 1.6rem;
	}
  .mv-image{
    width: 80%;
    margin: 20px auto 0;
  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 800px;
  margin: 0 auto;
}
.lead p{
  margin-bottom: 1em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2;
}
.lead p:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .lead p{
    font-size: 1.6rem;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
  max-width: 800px;
  margin: 60px auto 0;
}
.section:first-of-type{
  margin: 50px auto 0;
}
.section-inner{
  padding: 30px 7.5% 0;
}
.section-category{
  padding: 20px 10px;
  background-color: #fcece3;
  color: #df5c1b;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.section-heading{
  margin: 30px 0 20px;
  padding: 15px 0 15px 25px;
  border-left: solid 3px #df5c1b;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-text p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-text p:last-of-type{
  margin-bottom: 0;
}
.section.pickup{
  padding: 0 30px 30px;
  background-color: #fcece3;
}
.section-pickup-inner{
  padding: 30px;
  background-color: #fff;
}
.section-pickup-inner .section-text{
  padding-top: 20px;
  border-top: solid 1px #bfbecc;
}
.section-person{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 25px;
}
.section-person-image{
  width: 41.17647058823529%;
}
.section-person-caption{
  width: 55.88235294117647%;
  font-size: 1.5rem;
  line-height: 1.8;
}
.section-text + .section-person{
  position: relative;
  margin: 40px auto 20px;
  padding-top: 40px;
}
.section-text + .section-person::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b6c6cc;
  content: "";
}
.section-person-caption span{
  font-size: 150%;
}
.readmore{
  max-width: 230px;
  margin: 30px auto 0;
}
.readmore a{
  display: block;
  padding: 15px;
  background-color: #df5c1b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
}
.readmore a:hover{
  opacity: 0.7;
}
.section-lead p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-lead p:last-of-type {
  margin-bottom: 0;
}
.section-image{
  max-width: 580px;
  margin: 30px auto;
}
.section-inner + .section-text:first-of-type{
  border-top: none;
}
.section-person.noimage{
  margin: 40px auto 10px;
  padding-top: 30px;
}
.section-person.noimage .section-person-caption{
  width: 100%;
}

@media screen and (max-width: 767px){
  .section{
    margin: 50px auto 0;
  }
  .section-inner{
    padding: 15px 0 0;
  }
  .section.pickup{
    padding: 0 10px 10px;
  }
  .section-category{
    font-size: 2.5rem;
  }
  .section-pickup-inner{
    padding: 15px;
  }
  .section-heading{
    margin: 20px 0;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem;
  }
  .section-person{
    margin: 0 auto 15px;
  }
  .section-person-image{
    width: 100%;
  }
  .section-person-caption{
    width: 100%;
    margin-top: 15px;
  }
  .section-person.noimage .section-person-caption{
    margin-top: 0;
  }
}

