@-webkit-keyframes dl-chara-anm {
  0% {
    background-position-y: 0;
  }

  50% {
    background-position-y: 10px;
  }

  100% {
    background-position-y: 0;
  }
}

@keyframes dl-chara-anm {
  0% {
    background-position-y: 0;
  }

  50% {
    background-position-y: 10px;
  }

  100% {
    background-position-y: 0;
  }
}

@-webkit-keyframes loading-chara-anm {
  0% {
    top: 0;
  }

  40% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}

@keyframes loading-chara-anm {
  0% {
    top: 0;
  }

  40% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes loading-shadow-anm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-shadow-anm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#header {
  background-color: #b93d39;
}

#footer {
  background-color: #b93d39;
}

#dl,
#nav,
#menu,
#loading {
  display: none;
}

.nav-share {
  width: 100%;
  padding: 0;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#cp-5th-loading {
  position: fixed;
  z-index: 5000;
  background-color: #b93d39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cp-5th-loading.on {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#cp-5th-loading>ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cp-5th-loading>ul>li {
  width: 150px;
  position: relative;
  margin: 0 2px;
  padding-bottom: 5px;
}

#cp-5th-loading>ul>li:before {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 25px;
  -webkit-animation-name: loading-shadow-anm;
  animation-name: loading-shadow-anm;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#cp-5th-loading>ul>li>img {
  position: relative;
  -webkit-animation-name: loading-chara-anm;
  animation-name: loading-chara-anm;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#cp-5th-loading>ul>li:nth-of-type(2):before,
#cp-5th-loading>ul>li:nth-of-type(2)>img {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#cp-5th-loading>ul>li:nth-of-type(3):before,
#cp-5th-loading>ul>li:nth-of-type(3)>img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#cp-5th-loading>ul>li:nth-of-type(4):before,
#cp-5th-loading>ul>li:nth-of-type(4)>img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.cp-5th-mv {
  background-color: #b93d39;
  z-index: 2;
}

.cp-5th-mv:after {
  content: "";
  display: block;
  width: 15.625%;
  padding-top: 14%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/lead_deco_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -10%;
  z-index: 2;
}

.cp-5th-mv>h1 {
  width: 21.875%;
  position: absolute;
  bottom: -4.16667%;
  left: 0;
  right: 0;
  margin: auto;
}

.cp-5th-mv>img {
  width: 100%;
}

.cp-5th-mv>ul {
  position: relative;
  padding-top: 133.33333%;
}

.cp-5th-mv>ul>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/mask.png);
  mask-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/mask.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: 0px 300%;
  mask-position: 0px 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cp-5th-mv>ul>li.on {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask-position: 0px 0%;
  mask-position: 0px 0%;
}

.cp-5th-mv>ul>li.on>div {
  -webkit-transition: 3.0s;
  transition: 3.0s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.cp-5th-mv>ul>li>div {
  position: relative;
}

.cp-5th-mv>ul>li:nth-of-type(1)>div {
  height: 160%;
  left: 0;
}

.cp-5th-mv>ul>li:nth-of-type(1)>div>img {
  position: absolute;
  right: 0;
  top: -10%;
  height: 100%;
  max-width: none;
}

.cp-5th-mv>ul>li:nth-of-type(1).on>div {
  left: 20%;
}

.cp-5th-mv>ul>li:nth-of-type(2)>div {
  height: 160%;
  left: 0;
}

.cp-5th-mv>ul>li:nth-of-type(2)>div>img {
  position: absolute;
  left: 0;
  top: -10%;
  height: 100%;
  max-width: none;
}

.cp-5th-mv>ul>li:nth-of-type(2).on>div {
  left: -20%;
}

.cp-5th-mv>ul>li:nth-of-type(3)>div {
  height: 150%;
}

.cp-5th-mv>ul>li:nth-of-type(3)>div>img {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
}

.cp-5th-mv>ul>li:nth-of-type(3).on>div {
  height: 160%;
}

.cp-5th-lead {
  padding: 60px 0 10.625%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/lead_bg.png);
  text-align: center;
}

.cp-5th-lead>h2 {
  margin: 0 auto;
}

.cp-5th-lead-text {
  padding: 0 20px;
}

.cp-5th-lead-text>ul>li {
  margin: 40px auto 0;
}

.cp-5th-lead-pv {
  position: relative;
  margin-top: 90px;
}

.cp-5th-lead-pv:before {
  content: "";
  display: block;
  width: 26.5625%;
  padding-top: 17.125%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/lead_deco_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -30%;
}

.cp-5th-lead-pv>img {
  position: relative;
  width: 100%;
}

.cp-5th-lead-movie {
  position: relative;
  margin-top: 90px;
}

.cp-5th-lead-movie:before {
  content: "";
  display: block;
  width: 26.5625%;
  padding-top: 17.125%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/lead_deco_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -15%;
}

.cp-5th-lead-movie-area {
  background-color: #281e07;
  padding-top: 56.25%;
  position: relative;
}

.cp-5th-lead-movie-area:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/top/movie_mask.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cp-5th-lead-movie-area>video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.cp-5th-lead-movie-play {
  position: absolute;
  width: 165px;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-5th-lead-movie-play>a {
  display: block;
}

.cp-5th-lead-movie-play>a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.cp-5th-pj {
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/pj_bg.png);
  padding: 14.375% 0 160px;
  margin-top: -9.375%;
}

.cp-5th-pj>h2 {
  text-align: center;
  margin: 0 auto;
}

.cp-5th-pj-list {
  width: 90.3125%;
  margin: -5% auto 0;
}

.cp-5th-pj-list>ul>li {
  position: relative;
  width: 65.0519%;
}

.cp-5th-pj-list>ul>li>img {
  width: 100%;
}

.cp-5th-pj-list>ul>li>p {
  position: absolute;
  width: 22.87234%;
  bottom: 29%;
  z-index: 2;
}

.cp-5th-pj-more {
  text-align: center;
  margin: 60px auto 0;
}

.cp-5th-app {
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/app_bg.png);
  padding: 150px 0 10.625%;
  margin-top: -95px;
}

.cp-5th-app>h2 {
  margin: 0 auto;
}

.cp-5th-app-list {
  margin-top: -3.75%;
}

.cp-5th-app-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp-5th-app-list>ul>li {
  width: 50%;
  position: relative;
}

.cp-5th-app-list>ul>li>img {
  width: 100%;
}

.cp-5th-app-list>ul>li>p {
  width: 27.5%;
  position: absolute;
  bottom: 14.92537%;
}

.cp-5th-app-list>ul>li:first-of-type>p {
  left: 41.25%;
}

.cp-5th-app-list>ul>li:last-of-type>p {
  right: 41.25%;
}

.cp-5th-app-more {
  margin-top: 60px;
}

.cp-5th-app-more>img {
  width: 100%;
}

.cp-5th-app-more>p {
  position: absolute;
  width: 13.75%;
  left: 0;
  right: 0;
  bottom: 11.9403%;
  margin: auto;
}

.cp-5th-cmt {
  text-align: center;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/cmt_bg.png);
  padding: 150px 0 9.375%;
  margin-top: -5.9375%;
}

.cp-5th-cmt:before {
  content: "";
  display: block;
  width: 19.9375%;
  padding-top: 20.3125%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/cmt_deco_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2%;
  z-index: 2;
}

.cp-5th-cmt:after {
  content: "";
  display: block;
  width: 20.3125%;
  padding-top: 25.0625%;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/cmt_deco_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 2%;
  z-index: 2;
}

.cp-5th-cmt-text {
  margin: -60px 0 auto;
}

.cp-5th-cmt-result-btn,
.cp-5th-cmt-btn {
  text-align: center;
  margin: 50px auto 0;
}

.cp-5th-cmt-attention {
  margin-top: 30px;
}

.cp-5th-cmt-attention>ul>li {
  line-height: 1.5;
  font-size: 1.3rem;
}

.cp-5th-cmt-attention>ul>li:nth-of-type(n+2) {
  margin-top: 10px;
}

.cp-5th-cmt-attention>ul>li>span {
  font-weight: bold;
  color: #b70500;
}

.cp-5th-about {
  z-index: 3;
  text-align: center;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/about_bg.png);
  padding: 140px 0 170px;
  margin-top: -5.9375%;
}

.cp-5th-about-text {
  margin: -60px auto 0;
}

.cp-5th-about-text>ul>li:nth-of-type(n+2) {
  margin-top: 40px;
}

.cp-5th-about-logo {
  width: 334px;
  margin: 60px auto 0;
}

.cp-5th-about-dl {
  margin: 70px auto 0;
}

.cp-5th-about-dl>p {
  margin: 0 auto;
}

.cp-5th-about-dl>ul {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-5th-about-dl>ul>li {
  margin: 0 10px;
}

.cp-5th-about-btn {
  margin: 40px auto 0;
}

.cp-5th-tw {
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/tw_bg.png);
  text-align: center;
  padding: 8.75% 0 70px;
  margin-top: -7.5%;
  z-index: 3;
}

.cp-5th-tw>h2 {
  text-align: center;
  margin: 0 auto;
}

.cp-5th-tw-timeline {
  max-width: 680px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.cp-5th-tw-timeline>iframe {
  height: 320px !important;
}

.cp-5th-tw-btn {
  margin: 50px auto 0;
}

.cp-5th-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}

.cp-5th-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}

.cp-5th-modal-close {
  max-width: 1200px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  cursor: pointer;
  padding-right: 20px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.cp-5th-modal-close>img {
  pointer-events: auto;
}

.cp-5th-modal-contents {
  position: relative;
}

.cp-5th-modal-body {
  -webkit-overflow-scrolling: touch;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 125px 0 100px;
}

.cp-5th-modal-body::-webkit-scrollbar {
  display: none;
}

.cp-5th-modal-body>dl>dt {
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/modal_title_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1200px 100%;
  margin-bottom: 60px;
}

.cp-5th-modal-body>dl>dt>div {
  padding: 10px 20px;
  min-height: 113px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

.cp-5th-modal-body>dl>dt>div>h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.6rem;
  line-height: 1.5;
}

.cp-5th-modal-body>dl>dd {
  padding: 0 20px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
}

.cp-5th-modal-body>dl>dd>h3 {
  margin-top: 50px;
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
}

.cp-5th-modal-body>dl>dd a {
  text-decoration: underline;
  color: #4aaef4;
}

.cp-5th-modal-body>dl>dd>h4 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: normal;
}

.cp-5th-modal-body>dl>dd>p {
  margin-top: 20px;
}

.cp-5th-modal-body>dl>dd>ul {
  margin-top: 10px;
  font-size: 1.3rem;
}

.cp-5th-modal-body>dl>dd>ul>li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.cp-5th-modal-body>dl>dd>ul>li:nth-of-type(n+2) {
  margin-top: 5px;
}

.cp-5th-modal-body>dl>dd .cp-5th-modal-pic {
  max-width: 700px;
  width: 100%;
  margin: 40px auto 0;
}

.cp-5th-modal-body>dl>dd .cp-5th-modal-share {
  display: block;
  text-align: center;
  margin: 60px auto 0;
}

.cp-5th-modal-body .modal-tw>dl:nth-of-type(n+2) {
  margin-top: 30px;
}

.cp-5th-modal-body .modal-tw>dl>dt {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.cp-5th-modal-body .modal-tw>dl>dd {
  padding: 0 20px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #cp-5th-loading>ul>li {
    width: 70px;
  }

  #cp-5th-loading>ul>li:before {
    width: 30px;
    height: 10px;
    right: 10px;
  }

  .cp-5th-mv:after {
    width: 41.66667%;
    padding-top: 37.33333%;
    right: -18%;
    bottom: -15%;
    display: none;
  }

  .cp-5th-mv>h1 {
    z-index: 2;
    width: 50.66667%;
    bottom: -8%;
  }

  .cp-5th-lead {
    padding: 50px 0 22.66667%;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/lead_bg_sp.png);
  }

  .cp-5th-lead>h2 {
    padding: 0 10px;
  }

  .cp-5th-lead-text>ul>li {
    margin-top: 30px;
  }

  .cp-5th-lead-pv {
    margin-top: 60px;
  }

  .cp-5th-lead-pv:before {
    width: 70.83333%;
    padding-top: 45.66667%;
    left: -40%;
    top: -33%;
  }

  .cp-5th-lead-movie {
    margin-top: 60px;
  }

  .cp-5th-lead-movie:before {
    width: 70.83333%;
    padding-top: 45.66667%;
    left: -40%;
    top: -33%;
  }

  .cp-5th-lead-movie-area:after {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/top/movie_mask_sp.png);
  }

  .cp-5th-lead-movie-play {
    width: 85px;
  }

  .cp-5th-pj {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/pj_bg_sp.png);
    padding: 29.33333% 0 70px;
    margin-top: -14.66667%;
  }

  .cp-5th-pj-list {
    width: 100%;
  }

  .cp-5th-pj-list>ul>li {
    width: 100%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(odd)>p {
    left: 23%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(even)>p {
    right: 23%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(n+2) {
    margin-top: -7%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(4) {
    margin-top: -16%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(4)>p {
    bottom: 26%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(6) {
    margin-top: -23%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(6)>p {
    bottom: 25%;
  }

  .cp-5th-pj-list>ul>li>p {
    width: 28.4%;
    bottom: 29%;
  }

  .cp-5th-pj-more {
    margin-top: 40px;
    width: 70%;
  }

  .cp-5th-app {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/app_bg_sp.png);
    padding: 100px 0 21.33333%;
    margin-top: -55px;
  }

  .cp-5th-app-list>ul {
    display: block;
  }

  .cp-5th-app-list>ul>li {
    width: 100%;
  }

  .cp-5th-app-list>ul>li>p {
    width: 45.33333%;
  }

  .cp-5th-app-list>ul>li:first-of-type>p {
    left: 4%;
  }

  .cp-5th-app-list>ul>li:last-of-type {
    margin-top: 10px;
  }

  .cp-5th-app-list>ul>li:last-of-type>p {
    right: 4%;
  }

  .cp-5th-app-more {
    margin-top: 20px;
  }

  .cp-5th-app-more>p {
    width: 45.33333%;
    bottom: 12.37624%;
  }

  .cp-5th-cmt {
    margin-top: -12%;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/cmt_bg_sp.png);
    padding: 80px 0 25.33333%;
  }

  .cp-5th-cmt:before {
    width: 53.16667%;
    padding-top: 54.16667%;
    left: -15%;
  }

  .cp-5th-cmt:after {
    width: 50%;
    padding-top: 61.69231%;
    bottom: -15%;
    right: -8%;
  }

  .cp-5th-cmt-text {
    margin: -30px 0 auto;
  }

  .cp-5th-cmt-result-btn,
  .cp-5th-cmt-btn {
    margin-top: 30px;
    width: 80%;
  }

  .cp-5th-cmt-attention {
    margin-top: 20px;
  }

  .cp-5th-cmt-attention>ul>li {
    font-size: 1.2rem;
  }

  .cp-5th-about {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/about_bg_sp.png);
    padding: 90px 0 80px;
    margin-top: -8.66667%;
  }

  .cp-5th-about-text {
    margin-top: -10px;
  }

  .cp-5th-about-text>ul>li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .cp-5th-about-logo {
    margin-top: 45px;
    width: 60%;
  }

  .cp-5th-about-dl {
    margin-top: 40px;
  }

  .cp-5th-about-dl>p {
    width: 80%;
  }

  .cp-5th-about-dl>ul {
    margin-top: 20px;
    width: 90%;
  }

  .cp-5th-about-dl>ul>li {
    margin: 0 5px;
  }

  .cp-5th-about-btn {
    margin-top: 30px;
    width: 80%;
  }

  .cp-5th-tw {
    margin-top: -10%;
    padding: 21.33333% 0 50px;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/tw_bg_sp.png);
  }

  .cp-5th-tw>h2 {
    width: 50%;
  }

  .cp-5th-tw-timeline {
    margin-top: 20px;
  }

  .cp-5th-tw-timeline>iframe {
    width: calc(320vw - 20px) !important;
  }

  .cp-5th-tw-btn {
    margin-top: 40px;
    width: 80%;
  }

  .cp-5th-modal-close {
    padding-top: 15px;
  }

  .cp-5th-modal-close>img {
    width: 80px;
  }

  .cp-5th-modal-body {
    padding-top: 80px;
  }

  .cp-5th-modal-body>dl>dt {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-5th/modal_title_bg_sp.png);
    background-size: 100% 100%;
    margin-bottom: 25px;
  }

  .cp-5th-modal-body>dl>dt>div {
    min-height: 73px;
  }

  .cp-5th-modal-body>dl>dt>div>h2 {
    font-size: 1.5rem;
  }

  .cp-5th-modal-body>dl>dd>h3 {
    margin-top: 30px;
    font-size: 1.7rem;
  }

  .cp-5th-modal-body>dl>dd>h4 {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .cp-5th-modal-body>dl>dd>p {
    margin-top: 15px;
    font-size: 1.3rem;
  }

  .cp-5th-modal-body>dl>dd>ul {
    font-size: 1.1rem;
  }

  .cp-5th-modal-body>dl>dd .cp-5th-modal-pic {
    margin-top: 20px;
  }

  .cp-5th-modal-body>dl>dd .cp-5th-modal-share {
    width: 80%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cp-5th-pj-list>ul>li:nth-of-type(n+2) {
    margin-top: -18%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(odd) {
    margin-left: auto;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(odd)>p {
    left: 23%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(even)>p {
    right: 23%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(1) {
    z-index: 7;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(2) {
    z-index: 6;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(3) {
    z-index: 5;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(4) {
    margin-top: -24%;
    z-index: 4;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(4)>p {
    bottom: 26%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(5) {
    z-index: 3;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(6) {
    margin-top: -27%;
    z-index: 2;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(6)>p {
    bottom: 24%;
  }

  .cp-5th-pj-list>ul>li:nth-of-type(7) {
    z-index: 1;
  }
}