@charset "UTF-8";
.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 140px 0 100px;
  position: relative; 
}
@media only screen and (max-width: 767px) {
  .mv_area {
    padding: 40px 0; 
  } 
}
.mv_area .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; 
}
.mv_area .inr h2 {
  font-size: 2em;
  font-family: "EB Garamond", serif;
  letter-spacing: .2em;
  text-align: center;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr h2 {
    font-size: 1.4em; 
  } 
}
.mv_area .inr h2 span {
  display: block;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: .4em;
  letter-spacing: .1em;
  position: relative;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr h2 span {
    font-size: .6em; 
  } 
}
.mv_area .inr h2 span::before {
  content: '';
  display: inline-block;
  width: 160px;
  height: 15px;
  background-image: url(../../img/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.mv_area .inr p {
  text-align: center; 
}
.mv_area .inr p span {
  display: block;
  margin-top: 10px;
  padding-top: 60px;
  position: relative;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr p span {
    padding-top: 40px;
    margin-top: 5px;
    font-size: .9em; 
  } 
}


.backs .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; 
}
.backs .inr .back {
  font-size: 1.1em;
  font-family: "EB Garamond", serif;
  font-style: italic;
  margin: 40px 0; 
}
@media only screen and (max-width: 767px) {
  .backs .inr .back {
    margin-top: 20px; 
  } 
}
.backs .inr .back a {
  position: relative;
  display: block; 
}
.backs .inr .back a::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 49px;
  background-image: url(../img/back_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; 
}
.backs .inr .back a:hover::before {
  background-image: url(../img/back_icon_hover.png);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; 
}
.sp_none{
  display: block;
}
@media only screen and (max-width: 767px) {
.sp_none{
  display: none;
}
}