/**
 * contents03.css
 * updatedAt: 2016.09.28
 * createdAt: 2016.09.27
 */

/*========================================

  contents03

========================================*/
.p03-fukuda-txt {
  float: left;
  margin: 5% 0 0;
  width: 50%;
}
.p03-fukuda-img {
  float: right;
  width: 47%;
}

@media(max-width:960px) {
  .p03-fukuda-txt {
    margin: 0 0 0;
  }
}
@media(max-width:640px) {
  .p03-fukuda-txt {
    float: none;
    margin: 20px 0 0;
    width: auto;
  }
  .p03-fukuda-img {
    float: none;
    width: auto;
  }
}

/*----------------------------------------
  .article-heading
----------------------------------------*/
#N01 .article-heading {
  background-image: url(../img/p03_heading_01.jpg);
}
#N02 .article-heading {
  background-image: url(../img/p03_heading_02.jpg);
}
#N03 .article-heading {
  background-image: url(../img/p03_heading_03.jpg);
}
#N04 .article-heading {
  background-image: url(../img/p03_heading_04.jpg);
}
#N05 .article-heading {
  background-image: url(../img/p03_heading_05.jpg);
}
#N06 .article-heading {
  background-image: url(../img/p03_heading_06.jpg);
}

/*----------------------------------------
  .point
----------------------------------------*/
.point {
  position: relative;
  box-sizing: border-box;
  display: table;
}
.point strong {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 160px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  background: #333;
}
.point .list-box {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.4;
  color: #444;
  background: #eaeaea;
}
.point .list-box p {
  position: relative;
  margin-top: 6px;
  padding-left: 22px;
}
.point .list-box p:first-child {
  margin-top: 0;
}
.point .list-box p span {
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:640px) {
  .point {
    display: block;
  }
  .point strong {
    display: block;
    padding: 6px 0;
    font-size: 125%;
    width: auto;
  }
  .point .list-box {
    display: block;
  }
}

/*----------------------------------------
  article
----------------------------------------*/
article {
  margin-top: 60px;
}
article.no-margin {
  margin-top: 0;
}
header + article {
  margin-top: 0;
}
article .img-box.w470 {
  width: 47.1%;
}
article .img-box.leftfix {
  float: left;
}
article .img-box.rightfix {
  float: right;
}
article .img-box.w470 img + img {
  margin-top: 10px;
}

article .txt-box.w500 {
  margin-top: -5px;
  width: 50%;
}
article .txt-box.leftfix {
  float: left;
}
article .txt-box.rightfix {
  float: right;
}
article .txt-box p.txt:first-child {
  margin-top: 0;
}

article .img-box.full.shadow img {
  margin: -15px 0 0 -3.5%;
  width: 107%;
}
article .img-box.vertical.shadow {
  margin: 0 auto;
  width: 55.6%;
}
article .img-box.vertical.shadow img {
  margin: -15px 0 0 -6.4748201%;
  width: 112.9496402%;
}

article .img-box.full.shadow .exif,
article .img-box.vertical.shadow .exif {
  display: block;
  margin-top: -15px;
}
article .img-box.full + .txt-box,
article .img-box.vertical + .txt-box {
  margin-top: 30px;
}

article .icn-toy {
  position: relative;
  top: 6px;
  margin: -10px 5px 0;
  width: 33px;
  height: auto;
}

@media(max-width:960px) {
  article .icn-toy {
    width: 30px;
  }
}
@media(max-width:640px) {
  article .img-box.w470 {
    width: auto;
  }
  article .img-box.leftfix {
    float: none;
  }
  article .img-box.rightfix {
    float: none;
  }
  article .txt-box.w500 {
    margin-top: 0;
    width: auto;
  }
  article .txt-box.leftfix {
    float: none;
  }
  article .txt-box.rightfix {
    float: none;
  }
  article .img-box.vertical.shadow {
    width: 80%;
  }
  article .img-box.full.shadow .exif,
  article .img-box.vertical.shadow .exif {
    margin-top: 0;
  }
  article .txt-box.w500 + .img-box.w470,
  article .img-box.w470 + .txt-box.w500,
  article .img-box.full + .txt-box.full {
    margin-top: 20px;
  }
}

/*----------------------------------------
  article.lineup
----------------------------------------*/
.lineup-heading {
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  border-bottom: 1px dotted #000;
}

article.lineup section {
  display: table;
  /*margin-top: 65px;*/
}
article.lineup .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 29.8%;
}
article.lineup .img-box img {
  max-width: 320px;
}
article.lineup a:hover .img-box img,
article.lineup a:hover .txt-box  {
  opacity:0.7;
}
article.lineup .txt-box {
  display: table-cell;
  vertical-align: middle;
  width: 63.2%;
  padding-left: 5%;
  color: #333;
}
article.lineup a:hover {
	text-decoration:none;
}
article.lineup h3,
article.lineup .txt-box h3 {
  font-size: 127%;
  font-weight: 900;
  line-height: 1.2;
}
article.lineup.column3 h3 {
  display: table-caption;
}
article.lineup .txt-box p {
  margin-top: 20px;
  font-size: 100%;
  line-height: 2.0;
}
article.lineup .txt-box strong {
  margin-top: 30px;
  display: block;
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}
article.lineup .txt-box h4 {
  font-size: 147%;
  font-weight: 900;
  line-height: 1.2;
}
article.lineup .txt-box .s5-button {
  margin-top: 20px;
}

article.lineup.column2,
article.lineup.column3  {
  display: table;
  margin: 60px auto;
  max-width: 1000px;
  width: 93.5%;
  padding-top: 60px;
  border-top: 1px dotted #000;
}
article.lineup.column3  {
  padding-top: 0px;
  border-top: none;
}
article.lineup.column2 section {
  display: table-cell;
  width: 33.3%;
}
article.lineup.column3 section {
  display: table-cell;
  width: 33.3%;
}
article.lineup.column2 .img-box,
article.lineup.column3 .img-box  {
  width: 100%;
  display:block;
  text-align: center;
}
article.lineup.column2 .img-box {
  margin-top: 20px;
}
article.lineup.column2 .txt-box,
article.lineup.column3 .txt-box {
  padding-left: 0;
  width: 100%;
  display:block;
}
article.lineup.column2 .txt-box strong,
article.lineup.column3 .txt-box strong {
  margin-top: 0px;
}


@media(max-width:960px) {
  .lineup-heading {
    font-size: 175%;
  }
   article.lineup{
    margin-top: 0px;
  }
  article.lineup .txt-box p br {
    display: none;
  }
}
@media(max-width:640px) {
  .lineup-heading {
    font-size: 162.5%;
  }
  article.lineup.column2 {
    padding-top: 0px;
	margin-bottom: 0px;
  }
  article.lineup.column3 {
	margin-top: 0px;
  }
  article.lineup section {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  article.lineup h2 + section {
    padding-top: 0;
    border-top: none;
  }
  article.lineup .img-box {
    display: block;
    width: auto;
    text-align: center;
  }
  article.lineup .txt-box {
    display: block;
    margin: 15px auto 0;
    width: 94%;
	padding-left: 0%;
  }
  article.lineup.column3 h3 {
    display: block;
    margin: 15px auto 0;
    width: 94%;
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
  }
  
  article.lineup .txt-box p {
    margin-top: 10px;
    line-height: 1.8;
  }
  article.lineup .txt-box .s5-button {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  article.lineup.column2 section {
    display: block;
    width: 94%;
	padding-top: 0px;
  }
  article.lineup.column3 section {
    display: block;
    width: 94%;
	padding-top: 0px;
  }
  article.lineup.column2 section:nth-child(1) {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
  article.lineup.column2 .img-box {
    margin-top: 0px;
  }
}

.s5-button::before {
	content: "\0025B8";
}