@charaset "UTF-8";


body, div, table, tr, td, p {
	color: #444444;
	font-family:
    -apple-system,       
    BlinkMacSystemFont,  
    "Helvetica Neue",
    Meiryo,   
    "Yu Gothic",         
    YuGothic,           
    sans-serif;
}

body {
margin: 0;
padding: 0;
background-color:#ffffff;
}

/* ---------- 全体レイアウト -----------*/

header {
  margin: 0;
  padding:20px 0 20px;
  text-align:center;
  /* box-shadow:0 0px 4px 0 rgba(0, 0, 0, .4); */
}


footer {
  margin: 60px auto 60px;
  text-align: center;
  background-color:#ffffff;
  font-size:0.9rem;
}

.wrap {
  display: flex;            /* 全体を横並びに */
  flex-wrap: wrap;          /* 下に回り込む設定 */
  justify-content: center;  /* flexboxの要素をセンターに寄せる */
  margin: 20px auto 10px;
  max-width: 950px;
  height: auto;
  padding-bottom: 30px;
  border-bottom:solid 1px #cccccc;
}

.movie_column {
  width: 66%;
}

.info_column {
  width: 34%;
  padding:0 0 0 40px;
}

.main_column {
  width: 66%;
  background-color:#ffffff;
}


.side_column {
  text-align:center;
  width: 34%;
  padding: 0 0 0 40px;;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}


.movie_wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 border-radius: 10px;
}

.info_wrap {
  display: flex;
  flex-wrap: wrap;          /* 下に回り込む設定 */
}

.info_status {
  width: 100%;
  margin: 0px 0 20px;
}

.info_notice {
  width: 100%;
  margin: 10px 0 10px;
}


.main_column .movie_wrap {
  width: 90%;
  padding-bottom: 50.625%;
  margin-left:auto;
  margin-right:auto;
}

 @media screen and (max-width: 959px) {

  
  .movie_column {
    width: 100%;
    padding: 0 40px 0;
  }
  
  .main_column, .info_column {
    width: 100%;
    padding: 0px 40px 0;
  }
  
  .main_column {
    padding-bottom: 30px;
    border-bottom:solid 1px #cccccc;
  }

  .side_column {
    width: 100%;
    padding: 0px 40px 0;
  }
  
  .info_column{
    margin-top:20px;
  }
  
   .info_status:first-child {
    width: 100%;
  }
   
   .info_status:nth-child(n+2) {
    width: 50%;
    text-align:center;
  }
  
 }
 
 @media screen and (max-width: 559px) {
 
  .main_column, .info_column, .side_column {
    width: 100%;
    padding: 0px 20px 0;
  }
  
  .movie_column {
    width: 100%;
    padding: 0;
  }
  
  .movie {
    border-radius: 0px;
   }
   
  .info_status:nth-child(n+2) {
    width: 100%;
    text-align:center;
  }
 }
 
 
/* ---------- 見出し・テキスト -----------*/

.icon {
width: 100px;
}

header div {
font-size: 1.4rem;
text-align:center;
margin:0 auto 0;
padding:12px 0 0;
font-weight:700;
}

h1 {
font-size: 2.5rem;
text-align:center;
margin:0 auto 0;
padding:0;
font-weight:700;
}

@media screen and (max-width: 959px) {
  h1  {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 559px) {
  header div {
    font-size: 1rem;
  }
  h1  {
    font-size: 1.2rem;
  }
}
 
h2 {
width:100%;
margin:10px 0 10px;
}

h3 {
text-align:left;
line-height:3rem;
margin:40px 0 30px;
padding-left:10px;
border-bottom: solid 2px #444444;
}

h4 {
text-align:left;
line-height:2rem;
margin:0;
}

.rtn_box h4 {
text-align:center;
background-color:#333333;
color:#ffffff;
}

.main_column > p {
margin-top:2rem;
line-height:2rem;
margin-bottom:2rem;
}

.addendum {
border:solid 1px #aaaaaa;
padding:20px;
line-height:2;
border-radius:10px;
margin:20px 10px 20px;
}


.marker{
 background:linear-gradient(transparent 75%, #ff9393 75%);
font-weight:bold; 
}

.annotation {
text-align:right;
margin-top:0;
padding:0;
line-height:1;
font-size:0.8rem;
}

.img_wrap {
width:90%;
margin:0 auto 0;
}

.img_wrap img {
width:100%;
}

.jacket_wrap {
margin:20px 0 20px;
display:flex;
flex-wrap: wrap;
justify-content: space-around;
}


.jacket_wrap div {
width:30%;
}

.jacket_wrap img {
max-width:100%;
}


.list_wrap {
margin-bottom:20px;
padding:20px 30px 20px;
background-color:#eeeeee;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.song_image {
width:30%;
}

.song_image img {
width:100%;
}

.song_list {
width:65%;
}

.song_list p {
margin:0;
}

 @media screen and (max-width: 559px) {
.song_image {
width:50%;
margin-left:auto;
margin-right:auto;
}
.song_list {
width:100%;
}
 }
 
 
 

.face_wrap {
display:flex;
flex-wrap: wrap;
  align-items: center;
}

.face {
width:100px;
margin-left:20px;
margin-right:20px;
}

.face img {
width:100%;
}

/* ---------- リンクボタン -----------*/


.button {
display: block;
border-radius:6px;
width: 100%;
line-height:3rem;
font-size:1rem;
font-weight:700;
background-color:#cc3333;
color:#ffffff;
text-align: center;
vertical-align:middle; 
cursor: pointer;   
transition:.3s;
text-decoration:none;
}

.button:hover {
  background-color: #ff6666;
}

/* ---------- インフォ -----------*/


.info_status div {
margin: 0;
font-size:0.6rem;
line-height:1;
color:#808080;
font-weight: 400;
}

.info_notice div {
margin: 10px 0 0;
font-size:0.6rem;
line-height:1.5;
font-weight: 400;
}

.info_status div:nth-child(2) {
font-size:2.5rem;
font-weight: 900;
line-height:1.2;
color:#444444;
font-family: 'Roboto', sans-serif;
}

.info_status div span {
font-size:1.2rem;
}



div.goal {
text-align:right;
font-size:0.7rem;
}


div.bar_grey {
margin-top:3px;
width: 100%;
padding:0;
background-color: #eeeeee;
border-radius:20px;
}

.info_status .bar_grey .bar_blue {
color: #ffffff;
width: 20%;
background-color: #3399ee;
border-radius:20px;
font-size: 0.8rem;
padding: 4px 10px 4px;
white-space: nowrap;
}


 @media screen and (max-width: 959px) {
    .info_status div {
    text-align:center;
  }
 }

/* ---------- リターン -----------*/

.rtn_box {
box-shadow:0 0px 4px 0 rgba(0, 0, 0, .4);
border-radius:5px;
padding: 5px 0px 10px;
margin:0 0 20px;
text-align:left;
width:100%;
background-color:#ffffff;
}

 @media screen and (max-width: 959px) {
  .rtn_box {
    width: 48%;
  }
 }
 @media screen and (max-width: 559px) {
  .rtn_box {
    width: 100%;
    margin:0px 0px 20px;
  }
 }

.rtn_price {
font-family: 'Roboto', sans-serif;
font-size: 1.8rem;
margin-left:20px;
}

.rtn_price span {
font-size:0.9rem;
}

.rtn_sold_out{
font-family: 'Roboto', sans-serif;
font-size: 1.2rem;
line-height:1;
margin-left:20px;
color: #cc0000;
margin-top:0;
padding:0;
}


.rtn_img img {
width:100%
}

.rtn_text {
font-size:0.8rem;
padding-bottom:15px;
border-bottom:solid 1px #cccccc;
margin:15px 20px 10px;
line-height: 1.6rem;
}

.rtn_status {
font-size:0.8rem;
font-weight: bold;
margin:5px 20px 5px;
}

.rtn_status span {
font-size:0.6rem;
color:#808080;
}

.rtn_buy {
width:auto;
margin:10px 20px 10px;
/*準備中の期間のみ有効にする
background-color:#999999;
font-size:0.8rem;
ここまで*/
}

/*準備中の期間のみ有効にする
.rtn_buy:hover {
background-color:#999999;
}
ここまで*/

/* ---------- footer -----------*/

#footer a {
text-decoration: none;
color: #333399;
}
#footer a:hover { color: #333399; }
#footerWrap{ width:100%; height:200px; padding:20px 0 20px 0; background-color:#EFEFEF;}
#footer{ width:768px; margin:auto;}
#footer ul{overflow:hidden; padding:0px; width:640px; margin:auto;}
#footer ul li{ float:left; font-size:12px;  margin-right:20px; list-style:none; text-align:center;}
#footer p{ font-size:12px; text-align:center;}
