@charset "UTF-8";
.main_contents h2 {
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.main_contents h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url("../img/pc/common/line.png") repeat-x center;
  position: absolute;
  bottom: -1px;
}

.pc_mode .main_contents {
  background: url("../img/pc/common/bg_logo.png") fixed no-repeat -180px center, url("../img/pc/common/bg_logo.png") fixed no-repeat right -180px center;
}
.pc_mode .main_contents h2 {
  background-image: url("../img/pc/common/bg_title.jpg");
  padding: 110px 0 47px;
}
.pc_mode .main_contents h2 img {
  width: auto;
  height: 80px;
}

.sp_mode .main_contents h2 {
  background-image: url("../img/sp/common/bg_title.jpg");
  padding: 155px 0 47px;
}
.sp_mode .main_contents {
  position: relative;
}
.sp_mode .main_contents::before {
  background: url("../img/sp/common/bg_logo.png") no-repeat center center;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sp_mode .main_contents h2 img {
  width: 100%;
}

.main_contents h2 {
  margin-bottom: 80px;
}
.main_contents .list_story {
  padding-bottom: 150px;
}
.main_contents .list_story li {
  position: relative;
  margin-bottom: 45px;
}
.main_contents .list_story li img {
  width: 100%;
}
.main_contents .list_story li p {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.main_contents .list_story li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pc_mode .main_contents .lead {
  background: url("../img/pc/in_world/txt_world.png");
  width: 624px;
  height: 440px;
  margin: 0 auto 90px;
}
.pc_mode .main_contents .list_story {
  min-width: 1120px;
}
.pc_mode .main_contents .list_story .first p {
  background: url("../img/pc/in_world/label01.jpg");
  width: 267px;
  height: 40px;
}
.pc_mode .main_contents .list_story .eor p {
  background: url("../img/pc/in_world/label02.jpg");
  width: 355px;
  height: 40px;
}
.pc_mode .main_contents .list_story .cil p {
  background: url("../img/pc/in_world/label03.jpg");
  width: 408px;
  height: 40px;
}
.pc_mode .main_contents .list_story .oc p {
  background: url("../img/pc/in_world/label04.jpg");
  width: 510px;
  height: 40px;
}

.sp_mode .main_contents .lead {
  background: url("../img/sp/in_world/txt_world.png");
  width: 690px;
  height: 1058px;
  margin: 0 auto 80px;
}
.sp_mode .main_contents .list_story {
  width: 750px;
}
.sp_mode .main_contents .list_story .first p {
  background: url("../img/sp/in_world/label01.jpg");
  width: 375px;
  height: 56px;
}
.sp_mode .main_contents .list_story .eor p {
  background: url("../img/sp/in_world/label02.jpg");
  width: 510px;
  height: 56px;
}
.sp_mode .main_contents .list_story .cil p {
  background: url("../img/sp/in_world/label03.jpg");
  width: 580px;
  height: 56px;
}
.sp_mode .main_contents .list_story .oc p {
  background: url("../img/sp/in_world/label04.jpg");
  width: 720px;
  height: 56px;
}
