@-webkit-keyframes string-anm {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }
}

@keyframes string-anm {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes string-anm-sp {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }
}

@keyframes string-anm-sp {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 0deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 180deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(5, 5, 1);
    transform: rotate3d(0, 0, 1, 360deg) skew(0deg, 0deg) scale3d(5, 5, 1);
  }
}

body {
  position: fixed;
}

#header {
  background-color: #bf2d27;
}

#footer {
  background-color: #bf2d27;
}

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

#wrapper {
  background-position: center top;
}

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

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

.cp-6th-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  z-index: 1000;
  background-color: #ede6e8;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-6th-loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  opacity: 0;
}

.cp-6th-loading.fade:after {
  opacity: 1;
}

.cp-6th-loading>dl {
  max-width: 940px;
  margin: 0 auto;
}

.cp-6th-loading>dl>dt {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  text-align: center;
  top: 20px;
}

.cp-6th-loading>dl>dt.on {
  top: 0;
  opacity: 1;
}

.cp-6th-loading>dl>dd {
  margin-top: 70px;
  position: relative;
}

.cp-6th-loading>dl>dd>img {
  display: block;
  visibility: hidden;
}

.cp-6th-loading>dl>dd>div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.cp-6th-loading>dl>dd>div>img {
  height: 100%;
  max-width: none;
}

.cp-6th-mv {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/mv_bg.jpg);
  overflow: hidden;
}

.cp-6th-mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #221815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.cp-6th-mv>h1 {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 18.75%;
  margin-bottom: 17%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

.cp-6th-mv>h1.on {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.cp-6th-mv-chara {
  position: relative;
  margin: -2.5% 0 -1%;
}

.cp-6th-mv-chara>ul.pc>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -10%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cp-6th-mv-chara>ul.pc>li:first-of-type {
  margin-top: 0;
}

.cp-6th-mv-chara>ul.pc>li:nth-of-type(3)>img:nth-of-type(2) {
  margin-right: 23.75%;
}

.cp-6th-mv-chara>ul.pc>li>img {
  width: 16.875%;
  margin-right: 3.75%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cp-6th-mv-chara>ul.pc>li>img:last-of-type {
  margin-right: 0;
}

.cp-6th-mv-chara>ul.pc>li>img.on {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.cp-6th-mv-chara>ul.sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cp-6th-mv-chara>ul.sp>li {
  width: 48%;
  position: relative;
}

.cp-6th-mv-chara>ul.sp>li:nth-of-type(1),
.cp-6th-mv-chara>ul.sp>li:nth-of-type(2) {
  margin-top: -6%;
}

.cp-6th-mv-chara>ul.sp>li:nth-of-type(3) {
  width: 50%;
  margin: -25% 25% -24%;
}

.cp-6th-mv-chara>ul.sp>li>img {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cp-6th-mv-chara>ul.sp>li>img:nth-of-type(n+2) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cp-6th-mv-chara>ul.sp>li>img.on {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.cp-6th-lead {
  overflow: hidden;
}

.cp-6th-lead-string {
  position: absolute;
  width: 100%;
  max-width: 760px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cp-6th-lead-string-obj {
  position: absolute;
  width: 400%;
  padding-top: 400%;
  border-radius: 48%;
  border: 2px solid #fff;
  position: absolute;
  top: -230%;
  left: 20%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: string-anm;
  animation-name: string-anm;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-box-shadow: 0 0 12px #f00, 0 0 12px #f00 inset;
  box-shadow: 0 0 12px #f00, 0 0 12px #f00 inset;
}

.cp-6th-lead-string-obj:nth-of-type(1) {
  border: 3px solid #fff;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  border-radius: 40%;
  z-index: 5;
}

.cp-6th-lead-string-obj:nth-of-type(2) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d02019;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  border-radius: 45%;
  left: -310%;
}

.cp-6th-lead-string-obj:nth-of-type(3) {
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  opacity: 0.6;
  left: -320%;
  top: -170%;
}

.cp-6th-lead-string-obj:nth-of-type(4) {
  border-radius: 45%;
  opacity: 0.5;
  border: 1px solid #d02019;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 20%;
  top: -180%;
}

.cp-6th-lead-string-obj:nth-of-type(5) {
  animation-direction: reverse;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
  border-radius: 47%;
  opacity: 0.3;
  top: -280%;
  left: -320%;
}

.cp-6th-lead-text {
  position: relative;
  padding: 160px 0 170px;
  z-index: 10;
}

.cp-6th-lead-text>p {
  margin: 30px auto 0;
}

.cp-6th-lead-text>p:nth-of-type(1) {
  width: 500px;
}

.cp-6th-lead-text>p:nth-of-type(2) {
  width: 560px;
}

.cp-6th-lead-text>p:nth-of-type(3) {
  width: 370px;
}

.cp-6th-msg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/msg_bg.jpg);
  padding: 120px 0;
}

.cp-6th-msg-deco01 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  margin-top: -72px;
}

.cp-6th-msg-deco02 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: right;
}

.cp-6th-msg>img {
  position: absolute;
  left: 0;
  width: 100%;
}

.cp-6th-msg>img:nth-of-type(1) {
  top: 0;
}

.cp-6th-msg>img:nth-of-type(2) {
  bottom: 0;
}

.cp-6th-msg>h2 {
  margin: 0 auto;
  position: relative;
  width: 500px;
}

.cp-6th-msg-list {
  margin: 20px auto 0;
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
}

.cp-6th-msg-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cp-6th-msg-list.pc>ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-6th-msg-list.pc>ul:nth-of-type(n+2) {
  margin-top: -8%;
}

.cp-6th-msg-list.pc>ul>li {
  width: 14%;
}

.cp-6th-msg-list.pc>ul>li:nth-of-type(n+2) {
  margin-left: 14.6%;
}

.cp-6th-msg-list.sp>ul {
  padding: 19% 0 0;
}

.cp-6th-pj {
  overflow: hidden;
  padding: 110px 0 100px;
}

.cp-6th-pj-line01 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cp-6th-pj-line02 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cp-6th-pj>h2 {
  margin: 0 auto;
  position: relative;
  width: 460px;
}

.cp-6th-pj>h3 {
  margin: 60px auto 0;
  position: relative;
  width: 460px;
}

.cp-6th-pj-list {
  margin: 30px auto 0;
  position: relative;
  max-width: 940px;
  padding: 0 20px;
}

.cp-6th-pj-list>ul>li {
  width: 49.5%;
}

.cp-6th-pj-list>ul>li>a[href=""] {
  pointer-events: none;
}

.cp-6th-tw {
  padding: 65px 0 120px;
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/tw_bg.png);
}

.cp-6th-tw-deco01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  margin-top: -95px;
}

.cp-6th-tw-deco02 {
  position: absolute;
  bottom: 0;
  width: 600px;
}

.cp-6th-tw>h2 {
  margin: 0 auto;
  position: relative;
  width: 500px;
}

.cp-6th-tw-copy {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}

.cp-6th-tw-lead {
  margin: 45px auto 0;
  position: relative;
  text-align: center;
}

.cp-6th-tw-list {
  position: relative;
  margin-top: 30px;
}

.cp-6th-tw-list>img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -20%;
  width: 30%;
  max-width: 350px;
}

.cp-6th-tw-list>ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cp-6th-tw-list>ul>li {
  width: 11%;
}

.cp-6th-tw-term {
  position: relative;
  margin-top: 60px;
  padding: 0 20px;
}

.cp-6th-tw-term>dl:nth-of-type(n+2) {
  margin-top: 60px;
}

.cp-6th-tw-term>dl:nth-of-type(2)>dd {
  width: 600px;
}

.cp-6th-tw-term>dl:nth-of-type(2)>dd>a {
  position: absolute;
  display: block;
  width: 315px;
  height: 36px;
  top: 40px;
  left: 70px;
}

.cp-6th-tw-term>dl>dt {
  margin: 0 auto;
  width: 330px;
}

.cp-6th-tw-term>dl>dd {
  margin: 30px auto 0;
  position: relative;
  text-align: center;
}

.cp-6th-tw-tweet {
  position: relative;
  margin-top: 60px;
}

.cp-6th-tw-tweet>h3 {
  margin: 0 auto;
  width: 300px;
}

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

.cp-6th-tw-tweet-timeline>iframe {
  height: 480px !important;
}

.cp-6th-tw-tweet-btn {
  margin: 50px auto 0;
  width: 560px;
}

.cp-6th-about {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/about_bg.jpg);
  padding: 90px 0 140px;
}

.cp-6th-about>h2 {
  margin: 0 auto;
  width: 450px;
}

.cp-6th-about-text>p {
  margin: 60px auto 0;
  text-align: center;
}

.cp-6th-about-text>p:nth-of-type(1) {
  width: 540px;
}

.cp-6th-about-text>p:nth-of-type(2) {
  width: 660px;
}

.cp-6th-about-text>p:nth-of-type(3) {
  width: 655px;
}

.cp-6th-about-text>p:nth-of-type(4) {
  width: 640px;
}

.cp-6th-about-text>p:nth-of-type(6) {
  width: 570px;
}

.cp-6th-about-logo {
  margin: 45px auto 0;
  width: 300px;
}

.cp-6th-about-copy {
  margin: 180px auto 0;
  width: 490px;
}

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

.cp-6th-about-dl>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-6th-about-dl>ul>li:last-of-type {
  margin-left: 20px;
}

.cp-6th-about-top {
  margin: 60px auto 0;
  width: 550px;
}

.cp-6th-menu {
  position: fixed;
  z-index: 150;
  width: 360px;
  height: 100%;
  top: 0;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp-6th-menu.on {
  opacity: 1;
  visibility: visible;
}

.cp-6th-menu-bg {
  position: absolute;
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cp-6th-menu-body {
  position: relative;
}

.cp-6th-menu-contents {
  position: relative;
}

.cp-6th-menu-close {
  width: 60px;
  margin-left: auto;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}

.cp-6th-menu-logo {
  position: relative;
  margin: 0 auto;
  width: 150px;
}

.cp-6th-menu-list {
  position: relative;
  margin: 40px auto 0;
  width: 280px;
}

.cp-6th-menu-list>ul>li:first-of-type>a {
  padding-top: 0;
}

.cp-6th-menu-list>ul>li:last-of-type>a {
  padding-bottom: 0;
  background-image: none;
}

.cp-6th-menu-list>ul>li>a {
  display: block;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/menu_line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding: 20px 0;
}

.cp-6th-menu-bgm {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/menu_bgm_text.png);
  background-position: 20px center;
  background-size: 30px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 30px;
  left: 30px;
  width: 90px;
  height: 35px;
  padding-right: 15px;
}

.cp-6th-menu-bgm.on {
  background-color: rgba(204, 49, 43, 0.9);
}

.cp-6th-menu-bgm.on>p>img:first-of-type {
  opacity: 1;
}

.cp-6th-menu-bgm.on>p>img:last-of-type {
  opacity: 0;
}

.cp-6th-menu-bgm.hide {
  visibility: hidden;
  bottom: 0;
  opacity: 0;
}

.cp-6th-menu-bgm>p {
  margin-left: auto;
  width: 18px;
  position: relative;
}

.cp-6th-menu-bgm>p>img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp-6th-menu-bgm>p>img:first-of-type {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cp-6th-menu-btn {
  position: fixed;
  z-index: 100;
  width: 52px;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp-6th-menu-btn.hide {
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}

.cp-6th-modal {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.cp-6th-modal.on {
  opacity: 1;
  visibility: visible;
}

.cp-6th-modal-bg {
  position: absolute;
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cp-6th-modal-body {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  max-width: 1000px;
}

.cp-6th-modal-close {
  margin-left: auto;
  width: 80px;
  cursor: pointer;
}

.cp-6th-modal-contents {
  position: relative;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 670px;
}

.cp-6th-modal-img {
  margin-top: 15px;
}

.cp-6th-modal-img li {
  display: flex;
  width: 50%;
}

.cp-6th-modal-title {
  line-height: 1.3;
  font-size: 3.0rem;
  margin-bottom: 15px;
}

.cp-6th-modal-subtitle {
  line-height: 1.3;
  font-size: 2.0rem;
  margin: 20px 0 0;
}

.cp-6th-modal-text {
  line-height: 1.7;
  margin-top: 10px;
}

.cp-6th-modal-text>p>a {
  color: #ff6c66;
  text-decoration: underline;
}

.cp-6th-modal-tweet {
  margin: 40px auto 0;
  width: 400px;
}

.cp-6th-modal-top {
  margin: 20px auto 0;
  width: 300px;
}

.cp-6th-modal-msg {
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp-6th-modal-msg.on {
  opacity: 1;
  visibility: visible;
}

.cp-6th-modal-msg-bg {
  position: absolute;
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cp-6th-modal-msg-body {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.cp-6th-modal-msg-close {
  width: 9%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  margin-top: 5%;
  cursor: pointer;
}

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

.cp-6th-modal-msg-contents .cp-6th-modal-msg-close+dl>dt {
  position: relative;
}

.cp-6th-modal-msg-contents .cp-6th-modal-msg-close+dl>dt>img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 23%;
}

.cp-6th-modal-msg-contents .cp-6th-modal-msg-close+dl>dd {
  position: relative;
  background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/msg_modal_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 40px;
  text-align: center;
}

.cp-6th-modal-msg-contents .cp-6th-modal-msg-close+dl>dd>img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.cp-6th-modal-msg-frame {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cp-6th-modal-msg-prev,
.cp-6th-modal-msg-next {
  position: absolute;
  width: 40px;
  bottom: 0;
  margin-bottom: 10%;
}

.cp-6th-modal-msg-prev.off,
.cp-6th-modal-msg-next.off {
  opacity: 0.5;
  pointer-events: none;
}

.cp-6th-modal-msg-prev {
  left: 15px;
}

.cp-6th-modal-msg-next {
  right: 15px;
}

.cp-6th-modal-msg-share {
  margin-top: 40px;
}

.cp-6th-modal-msg-share>dl>dt {
  margin: 0 auto;
  text-align: center;
}

.cp-6th-modal-msg-share>dl>dd {
  margin-top: 20px;
}

.cp-6th-modal-msg-share>dl>dd>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cp-6th-modal-msg-share>dl>dd>ul>li {
  width: 49.5%;
}

@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }

  .sp {
    display: none !important;
  }

  .cp-6th-mv-chara>ul.sp {
    display: none;
  }

  .cp-6th-lead {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/bg.jpg);
  }

  .cp-6th-pj {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/bg.jpg);
  }

  .cp-6th-pj-line01 {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/pj_line_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 100%;
  }

  .cp-6th-pj-line01>img {
    display: none;
  }

  .cp-6th-pj-line02 {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/pj_line_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 100%;
  }

  .cp-6th-pj-line02>img {
    display: none;
  }

  .cp-6th-pj-list>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cp-6th-pj-list>ul>li:nth-of-type(n+3) {
    margin-top: 1%;
  }

  .cp-6th-tw-deco02 {
    right: 0;
  }

  .cp-6th-tw-list>ul {
    max-width: 900px;
  }

  .cp-6th-tw-list>ul>li:nth-of-type(n+10) {
    margin-top: -2%;
  }

  .cp-6th-tw-term>dl:nth-of-type(2)>dd>a {
    opacity: 0;
    background-color: #fff;
  }

  .cp-6th-tw-term>dl:nth-of-type(2)>dd>a:hover {
    opacity: 0.3;
  }

  .cp-6th-menu.on {
    right: 0;
  }

  .cp-6th-menu-body {
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-links>dl>dt {
    background-color: #802520;
  }

  #wrapper {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/bg_sp.jpg);
  }

  .pc {
    display: none !important;
  }

  .cp-6th-loading {
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/bg_sp.jpg);
  }

  .cp-6th-loading>dl>dt {
    top: 10px;
    width: 86.66667%;
  }

  .cp-6th-loading>dl>dd {
    margin-top: 35px;
  }

  .cp-6th-mv {
    background-position: center top;
    background-size: cover;
    overflow: visible;
    padding-bottom: 40px;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/mv_bg_sp.jpg);
  }

  .cp-6th-mv>h1 {
    margin-bottom: -16%;
    width: 50.66667%;
  }

  .cp-6th-mv-chara {
    margin: 0%;
    padding: 0 2.66667%;
  }

  .cp-6th-mv-chara>ul.pc {
    display: none;
  }

  .cp-6th-lead-string-obj {
    -webkit-box-shadow: 0 0 6px #f00, 0 0 6px #f00 inset;
    box-shadow: 0 0 6px #f00, 0 0 6px #f00 inset;
    -webkit-animation-name: string-anm-sp;
    animation-name: string-anm-sp;
    padding: 0;
    top: -30%;
    left: 250%;
    width: 100%;
    height: 100%;
    border: 0.1px solid #fff;
  }

  .cp-6th-lead-string-obj:nth-of-type(1) {
    top: -30%;
    left: 220%;
    border: 0.2px solid #fff;
  }

  .cp-6th-lead-string-obj:nth-of-type(2) {
    left: -220%;
    border: 0.05px solid #d02019;
  }

  .cp-6th-lead-string-obj:nth-of-type(3) {
    top: -50%;
    left: -230%;
  }

  .cp-6th-lead-string-obj:nth-of-type(4) {
    left: 220%;
    top: -40%;
    border: 0.05px solid #d02019;
  }

  .cp-6th-lead-string-obj:nth-of-type(5) {
    top: 30%;
    left: -243%;
  }

  .cp-6th-lead-text {
    padding: 120px 0 110px;
  }

  .cp-6th-lead-text>p {
    margin-top: 25px;
  }

  .cp-6th-lead-text>p:nth-of-type(1) {
    width: 74.13333%;
  }

  .cp-6th-lead-text>p:nth-of-type(2) {
    width: 84.53333%;
  }

  .cp-6th-lead-text>p:nth-of-type(3) {
    width: 60%;
  }

  .cp-6th-msg {
    padding: 14.66667% 0;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/msg_bg_sp.jpg);
  }

  .cp-6th-msg-deco01 {
    margin-top: -10%;
  }

  .cp-6th-msg>img:nth-of-type(1) {
    margin-top: -10%;
  }

  .cp-6th-msg>h2 {
    width: 78.66667%;
  }

  .cp-6th-msg-list {
    margin-top: 15px;
    max-width: 90%;
    padding: 0;
  }

  .cp-6th-msg-list.sp>ul>li {
    width: 32%;
    margin-right: 2%;
  }

  .cp-6th-msg-list.sp>ul>li:nth-of-type(3n + 2) {
    margin-top: -19%;
  }

  .cp-6th-msg-list.sp>ul>li:nth-of-type(3n) {
    margin-right: 0;
  }

  .cp-6th-pj {
    padding: 55px 0 20%;
  }

  .cp-6th-pj>h2 {
    width: 74.66667%;
  }

  .cp-6th-pj>h3 {
    margin-top: 45px;
    width: 72%;
  }

  .cp-6th-pj-list {
    padding: 0;
    margin-top: 25px;
    width: 92%;
  }

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

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

  .cp-6th-tw {
    padding: 16% 0 75px;
    background-repeat: repeat-y;
    background-size: contain;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/tw_bg_sp.png);
  }

  .cp-6th-tw-deco01 {
    top: 0;
    margin-top: -17%;
  }

  .cp-6th-tw-deco02 {
    width: 100%;
    left: 0;
  }

  .cp-6th-tw>h2 {
    width: 82.66667%;
  }

  .cp-6th-tw-copy {
    margin-top: 35px;
    width: 62.13333%;
  }

  .cp-6th-tw-lead {
    margin-top: 25px;
    width: 81.33333%;
  }

  .cp-6th-tw-list {
    padding: 0 20px;
    margin-top: 20px;
  }

  .cp-6th-tw-list>img {
    margin-bottom: -7%;
    width: 100%;
  }

  .cp-6th-tw-list>ul>li {
    width: 22%;
    margin-right: 4%;
  }

  .cp-6th-tw-list>ul>li:nth-of-type(4n),
  .cp-6th-tw-list>ul>li:last-of-type {
    margin-right: 0;
  }

  .cp-6th-tw-list>ul>li:nth-of-type(13) {
    margin-left: 13%;
  }

  .cp-6th-tw-list>ul>li:nth-of-type(15) {
    margin-right: 13%;
  }

  .cp-6th-tw-list>ul>li:nth-of-type(16) {
    margin-right: 4%;
  }

  .cp-6th-tw-term {
    padding: 0;
    margin-top: 40px;
  }

  .cp-6th-tw-term>dl:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .cp-6th-tw-term>dl:nth-of-type(1)>dd {
    width: 52%;
  }

  .cp-6th-tw-term>dl:nth-of-type(2)>dd {
    width: 86.66667%;
  }

  .cp-6th-tw-term>dl:nth-of-type(2)>dd>a {
    width: 59%;
    height: 16%;
    top: 15%;
    left: 8%;
  }

  .cp-6th-tw-term>dl:nth-of-type(3)>dd {
    width: 89.33333%;
  }

  .cp-6th-tw-term>dl>dt {
    width: 52%;
  }

  .cp-6th-tw-term>dl>dd {
    margin-top: 20px;
  }

  .cp-6th-tw-tweet {
    margin-top: 45px;
  }

  .cp-6th-tw-tweet>h3 {
    width: 50.66667%;
  }

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

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

  .cp-6th-tw-tweet-btn {
    margin-top: 30px;
    width: 76%;
  }

  .cp-6th-about {
    padding: 60px 0 80px;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/about_bg_sp.jpg);
  }

  .cp-6th-about>h2 {
    width: 72%;
  }

  .cp-6th-about-text>p {
    margin-top: 30px;
  }

  .cp-6th-about-text>p:nth-of-type(1) {
    width: 66.93333%;
  }

  .cp-6th-about-text>p:nth-of-type(2) {
    width: 87.33333%;
  }

  .cp-6th-about-text>p:nth-of-type(3) {
    width: 86.8%;
  }

  .cp-6th-about-text>p:nth-of-type(4) {
    width: 84.8%;
  }

  .cp-6th-about-text>p:nth-of-type(5) {
    width: 49.33333%;
  }

  .cp-6th-about-text>p:nth-of-type(6) {
    width: 75.46667%;
  }

  .cp-6th-about-logo {
    margin-top: 50px;
    width: 41.86667%;
  }

  .cp-6th-about-copy {
    margin-top: 15px;
    width: 72.4%;
  }

  .cp-6th-about-dl {
    margin-top: 20px;
  }

  .cp-6th-about-dl>ul>li:last-of-type {
    margin-left: 10px;
  }

  .cp-6th-about-dl>ul>li>a>img {
    height: 50px;
    max-width: none;
  }

  .cp-6th-about-top {
    margin-top: 30px;
    width: 280px;
  }

  .cp-6th-menu {
    right: 0;
    z-index: 50;
    width: 100%;
    padding-top: 60px;
  }

  .cp-6th-menu-logo {
    width: 45.33333%;
  }

  .cp-6th-menu-list {
    width: 53.33333%;
  }

  .cp-6th-menu-list>ul>li>a {
    background-size: 100% 1px;
    padding: 15px 0;
  }

  .cp-6th-menu-bgm {
    border-left: none;
    bottom: 30px;
    left: 0;
    width: 90px;
    height: 35px;
  }

  .cp-6th-menu-btn {
    bottom: 15px;
    right: 15px;
    width: 55px;
  }

  .cp-6th-menu-btn>img {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .cp-6th-menu-btn>img:first-of-type {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .cp-6th-menu-btn.on>img:first-of-type {
    opacity: 1;
  }

  .cp-6th-menu-btn.on>img:last-of-type {
    opacity: 0;
  }

  .cp-6th-modal-body {
    padding-top: 30px;
    width: 90%;
  }

  .cp-6th-modal-close {
    width: 40px;
  }

  .cp-6th-modal-contents {
    padding-bottom: 30px;
  }

  .cp-6th-modal-title {
    font-size: 2.0rem;
  }

  .cp-6th-modal-subtitle {
    margin: 30px 0 0;
    font-size: 1.6rem;
  }

  .cp-6th-modal-tweet {
    margin-top: 25px;
    width: 80%;
  }

  .cp-6th-modal-top {
    margin-top: 15px;
    width: 80%;
  }

  .cp-6th-modal-msg-body {
    padding: 30px 0 0;
  }

  .cp-6th-modal-msg-close {
    top: -20px;
    right: 20px;
    width: 40px;
  }

  .cp-6th-modal-msg-contents .cp-6th-modal-msg-close+dl>dd {
    padding: 20px 0 40px;
    background-image: url(/wp-content/themes/ikemen/title/sengoku/original/renew/img/cp-6th/msg_modal_bg_sp.png);
  }

  .cp-6th-modal-msg-frame {
    margin-bottom: -3%;
  }

  .cp-6th-modal-msg-prev,
  .cp-6th-modal-msg-next {
    width: 8.26667%;
    margin-bottom: 15%;
  }

  .cp-6th-modal-msg-prev {
    left: 10px;
  }

  .cp-6th-modal-msg-next {
    right: 10px;
  }

  .cp-6th-modal-msg-share>dl>dt {
    width: 72%;
  }

  .cp-6th-modal-msg-share>dl>dd {
    margin-top: 10px;
  }

  .cp-6th-modal-msg-share>dl>dd>ul {
    display: block;
  }

  .cp-6th-modal-msg-share>dl>dd>ul>li {
    margin: 0 auto;
    width: 76%;
  }

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

@media screen and (min-width: 768px) and (max-width: 1454px) {
  .cp-6th-msg-deco01 {
    margin-top: -5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .cp-6th-tw-deco01 {
    margin-top: -7.5%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .cp-6th-menu {
    padding-top: 10px;
  }

  .cp-6th-menu-body {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 30px;
  }
}