﻿.elton_lp{
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}
.elton_lp img{
  width: 100%;
}

/*イントロ*/
.elton_lp .top{
  width: 1000px;
  margin: 0 auto 80px;
}
.elton_lp .top p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.elton_lp .top p.sub_title{
  font-size: 16px;
  margin: 60px auto 55px;
}
.elton_lp .top > img{
  width: 380px;
  display: block;
  margin: 0 auto 60px;
}
.elton_lp .box .flex{
  display: flex;
}

/*コンテンツ*/
.elton_lp .contents{
  font-family: 'EB Garamond', serif;
}
.elton_lp .contents > span{
  font-size: 30px;
  letter-spacing: 0.03em;
  background-color: #8C8C8C;
  color: #fff;
  line-height: 48px;
  width: 460px;
  display: block;
  margin: 0 auto 80px;
}
.elton_lp .contents h3{
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
.elton_lp .contents h3 .vol{
  display: flex;
    align-items: center;
    width: 165px;
    margin: 0 auto 25px;
    letter-spacing: 0.08em;
    font-size: 36px;
}
.elton_lp .contents h3 .vol:before, .elton_lp .contents h3 .vol:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
  display: block;
}
.elton_lp .contents h3 .vol:before {
  margin-right: 15px;
}
.elton_lp .contents h3 .vol:after {
  margin-left: 15px;
}
.elton_lp .contents h3 .small{
  font-size: 16px;
}

/*box*/
.elton_lp .contents .box > div{
  margin: 0 auto 100px;
}
.elton_lp .contents .box .credit{
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 21px;
  color: #58595b;
  margin-top: 15px;
}

/*01*/
.elton_lp .contents .box._01 .items{
  width: 703px;
}
/*.elton_lp .contents .box._01 .items img{
  width: 351px;
  height: auto;
}*/
.elton_lp .contents .box._01 .images{
  width: 300px;
}
/*02*/
.elton_lp .contents .box._02 .items{
  width: 512px;
}
.elton_lp .contents .box._02 .images{
  width: 300px;
}
/*03*/
.elton_lp .contents .box._03 .items{
  width: 1016px;
}
.elton_lp .contents .box._03 .images{
  width: 360px;
}
/*04*/
.elton_lp .contents .box._04 .items{
  width: 758px;
}
.elton_lp .contents .box._04 .images{
  width: 300px;
}
/*05*/
.elton_lp .contents .box._05 .items{
  width: 502px;
}
.elton_lp .contents .box._05 .images{
  width: 360px;
}
/*06*/
.elton_lp .contents .box._06 .items{
  display: flex;
  justify-content: space-between;
  width: 960px;
}
.elton_lp .contents .box._06 .items div:nth-child(1){
  width: 689px;
}
.elton_lp .contents .box._06 .items div:nth-child(2){
 width: 220px;
 margin-top: 10px;
}
.elton_lp .contents .box._06 .images{
  width: 300px;
}
/*07*/
.elton_lp .contents .box._07 .items{
  width: 482px;
}
/*08*/
.elton_lp .contents .box._08 .items{
  width: 502px;
}

/*bottom*/
.elton_lp .bottom .history{
  width: 1000px;
  padding: 45px 0;
  background-color: #F7F7F7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.elton_lp .bottom .history h4{
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.elton_lp .bottom .history h4 span{
  font-family: 'EB Garamond', serif;
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.elton_lp .bottom .history > p{
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.elton_lp .bottom .movie{
  margin: 100px auto 140px;
}
.elton_lp .bottom .movie img{
  width: 400px;
  display: block;
  margin: 0 auto;
}
.elton_lp .bottom .movie p{
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin: 25px auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.elton_lp .bottom .movie p span{
  display: block;
  font-weight: 600;
  margin-bottom: 20px;

}
.elton_lp .bottom .movie > a{
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;

}