.p-category_nav {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#container {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  background: url("../img/lineup_bg.png");
}
@media screen and (max-width: 768px) {
  #container {
    margin: 0;
  }
}
#container * {
  box-sizing: border-box;
}
#container .contents-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 50px 50px;
  background-color: #F1F1F1;
}
#container .contents-wrap > div {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #container .contents-wrap {
    width: 100%;
    padding: 25px;
  }
}
#container .contents-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  border: 1px solid #282828;
  border-top: none;
  box-sizing: border-box;
}
#container .contents-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  border: 2px solid #282828;
  border-top: none;
  box-sizing: border-box;
}
#container .mv {
  background-color: #F4F5F3;
}
#container .mv .mv-inner {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#container .mv .text {
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #container .mv .text {
    left: 15px;
  }
}
#container .mv img {
  width: 100%;
}
#container .section {
  background: #fff;
}
#container .section .section-inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container .section .section-inner {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  #container .section .section-inner {
    padding: 0 20px;
  }
}
#container .sec01 {
  padding: 60px 0 80px;
}
@media screen and (max-width: 500px) {
  #container .sec01 {
    padding: 40px 0;
  }
}
#container .sec01 .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .sec01 .text img {
    width: 80%;
    max-width: 354px;
  }
}
#container .sec01 .index {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  #container .sec01 .index {
    margin-top: 25px;
  }
}
#container .sec01 .index li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #container .sec01 .index li {
    text-align: center;
  }
}
#container .sec01 .index img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #container .sec01 .index img {
    max-width: 549px;
    width: 100%;
  }
}
#container .sec02 {
  margin-top: 15px;
  padding: 75px 0 90px;
}
@media screen and (max-width: 500px) {
  #container .sec02 {
    padding: 40px 0;
  }
}
#container .sec02 .headline {
  position: relative;
}
@media screen and (min-width: 769px) {
  #container .sec02 .headline img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #container .sec02 .headline img {
    width: 100%;
    max-width: 661px;
  }
}
#container .sec02 .sub-title {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .sec02 .sub-title {
    margin-top: 25px;
  }
}
#container .sec02 .sub-title.s-title01 {
  margin-top: 0;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #container .sec02 .sub-title.s-title01 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  #container .sec02 .sub-title.s-title01 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #container .sec02 .sub-title img {
    width: 100%;
    max-width: 573px;
  }
}
#container .sec02 .img {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .sec02 .img {
    margin-top: 30px;
  }
}
#container .sec02 .img img {
  max-width: 100%;
}
#container .sec02 .text {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #container .sec02 .text {
    margin-top: 50px;
    font-size: 14px;
  }
}
#container .sec02 .talk-list {
  width: calc(100% + 230px);
  margin-top: 60px;
  margin-left: -150px;
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  #container .sec02 .talk-list {
    margin-top: 50px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #container .sec02 .talk-list {
    margin-top: 40px;
  }
}
#container .sec02 .talk-list .talk-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #container .sec02 .talk-list .talk-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #container .sec02 .talk-list .talk-item {
    font-size: 12px !important;
    max-height: 100%;
  }
}
#container .sec02 .talk-list .talk-item:not(:nth-of-type(1)) {
  margin-top: 30px;
}
#container .sec02 .talk-list .talk-item .name {
  flex-shrink: 0;
  width: 85px;
}
@media screen and (max-width: 768px) {
  #container .sec02 .talk-list .talk-item .name {
    width: 60px;
  }
}
#container .sec02 .talk-list .talk-item .sentence {
  flex-grow: 1;
}
#container .sec02 .talk-list .talk-item .sentence .text-bold {
  font-weight: bold;
}
#container .sec02 .continue {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .sec02 .continue {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #container .sec02 .continue img {
    width: 90%;
    max-width: 572px;
  }
}
#container .contents-box {
  padding: 70px 0 100px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #container .contents-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  #container .contents-box {
    padding: 40px 20px;
  }
}
#container .contents-box .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .contents-box .title img {
    width: 30%;
    max-width: 111px;
  }
}
#container .contents-box ul {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #container .contents-box ul {
    margin-top: 20px;
  }
}
#container .contents-box ul li {
  margin-top: 20px;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  #container .contents-box ul li {
    margin-top: 10px;
  }
}
#container .contents-box ul li a {
  display: block;
  padding: 20px 0;
  background: url("../img/icn-arrow-right.png") no-repeat calc(100% - 10px) center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #container .contents-box ul li a {
    padding: 10px 0;
    background-size: 4px auto;
  }
}
#container .contents-box ul li a:hover {
  opacity: 0.5;
}
#container .contents-box ul li a img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #container .contents-box ul li a img {
    width: calc(100% - 30px);
    max-width: 620px;
  }
}
