.footer {
  padding: 60px 0 10px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  /* background-image: url(/wp-content/themes/ikemen/title/prince/2nd/images/footer_bg.png); */
  background-position: center center;
  position: relative;
  z-index: 10;
}

.footer .footer-body {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.footer .footer-nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-logo {
  margin-top: -23px;
}

.footer .footer-links>dl>dt {
  font-weight: bold;
}

.footer .footer-links>dl>dd {
  margin-top: 20px;
}

.footer .footer-links>dl>dd>ul>li {
  padding: 0 10px;
}

.footer .footer-links>dl>dd>ul>li>a {
  font-size: 1.3rem;
  color: #fff;
}

.footer .footer-links>dl>dd>ul>li>a:before {
  content: "・";
}

.footer .footer-links>dl>dd>ul>li:nth-of-type(n+2) {
  margin-top: 10px;
}

.footer .footer-copy {
  margin-top: 40px;
}

.footer .footer-copy>p {
  font-size: 1.2rem;
  text-align: center;
}

#menu {
  position: fixed;
  width: 347px;
  height: 100%;
  z-index: 1000;
  right: -280px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

#menu.on {
  right: 0;
}

#menu.on .menu-btn>img {
  visibility: hidden;
}

#menu.on .menu-body>dl>dt {
  left: 0;
  opacity: 1;
}

#menu.on .menu-body>dl>dd>ul>li {
  left: 0;
  opacity: 1;
}

#menu .menu-btn {
  position: absolute;
  top: 237px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: initial;
}

#menu .menu-body {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/menu_bg.png);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  visibility: hidden;
}

#menu .menu-body>dl {
  width: 280px;
  margin-left: auto;
  pointer-events: initial;
}

#menu .menu-body>dl>dt {
  text-align: center;
  position: relative;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}

#menu .menu-body>dl>dd {
  margin-top: 30px;
}

#menu .menu-body>dl>dd>ul {
  width: 160px;
  margin: 0 auto;
}

#menu .menu-body>dl>dd>ul>li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  opacity: 0;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#menu .menu-body>dl>dd>ul>li:nth-of-type(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu .menu-body>dl>dd>ul>li>a {
  display: table;
  width: 100%;
  height: 56px;
}

#menu .menu-body>dl>dd>ul>li>a>span {
  display: table-cell;
  vertical-align: middle;
}

#resist-fix {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/resist_fix_bg.png);
  background-repeat: no-repeat;
  width: 508px;
  height: 112px;
  position: fixed;
  left: 0;
  bottom: -30px;
  padding-top: 33px;
  padding-left: 33px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

#resist-fix.on {
  opacity: 1;
  bottom: -10px;
  visibility: visible;
}

#resist-fix .resist-fix-body {
  position: relative;
}

#resist-fix .resist-fix-body>p {
  width: 86px;
  position: absolute;
  top: -24px;
  left: 120px;
}

#resist-fix .store-buttons {
  text-align: left;
}

#resist-fix .store-buttons img {
  height: 45px;
  margin: 10px 5px;
}

#resist-fix .resist-fix-body>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#resist-fix .resist-fix-body>ul>li:not(:last-of-type) {
  padding-bottom: 6px;
}

.nav-head {
  padding-bottom: 50px;
  text-align: center;
}

.nav-foot {
  padding-top: 60px;
  text-align: center;
}

.nav-share {
  text-align: center;
  margin: 0 auto 85px;
}

.nav-menu {
  padding-top: 80px;
}

.nav-resist {
  padding: 0 20px;
  max-width: 870px;
  margin: 0 auto;
}

.nav-resist>p {
  text-align: center;
}

.nav-resist>ul {
  margin-top: 40px;
  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;
}

.nav-resist>ul>li {
  width: 48.55422%;
  position: relative;
}

.nav-resist>ul>li:nth-of-type(n+3) {
  margin-top: 30px;
}

.nav-resist>ul>li:last-of-type:after {
  content: "";
  display: block;
  width: 176px;
  height: 38px;
  position: absolute;
  top: -18px;
  right: 0;
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/nav_resist_mail_balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-resist>div {
  text-align: center;
  margin-top: -20px;
}

.nav-sns {
  margin-top: 50px;
}

.nav-sns>p {
  text-align: center;
}

.nav-sns>ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-sns>ul>li {
  margin: 0 15px;
}

.nav-links {
  margin-top: 60px;
  padding: 0 0 90px;
}

.nav-links-body {
  max-width: 870px;
  margin: 0 auto;
}

.nav-links-body>ul {
  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;
}

.nav-links-body>ul>li {
  width: 48.27586%;
}

.nav-links-body>ul>li:nth-of-type(n+3) {
  margin-top: 15px;
}

.nav-links-body>ul>li>a {
  height: 50px;
  width: 100%;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.1);
}

.nav-links-body>ul>li>a>span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  #wrapper {
    background-size: 69px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }

  /* .pc {
      display: none;
    }
    .sp {
      display: block;
    } */
  .layout-body {
    padding: 0 15px;
  }

  .bg {
    background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_sp.jpg);
  }

  .bg-pattern {
    background-size: 69px;
  }

  .bg-pattern02 {
    background-size: 50px;
  }

  .bg-deco-head {
    background-size: 165px;
  }

  .bg-deco-foot {
    margin-top: 30px;
    padding: 0 0 55px;
    background-size: 165px;
  }

  .elem-news-list>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .elem-news-list>ul>li {
    width: 48%;
  }

  .elem-news-list>ul>li:nth-of-type(n+3) {
    margin-top: 4%;
  }

  .elem-news-list>ul>li>a>dl>dd {
    padding: 10px;
  }

  .elem-news-list>ul>li>a>dl>dd>time {
    font-size: 1.1rem;
  }

  .elem-news-list>ul>li>a>dl>dd>p {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  #loading {
    background-size: 100px;
  }

  #header .header-body {
    padding: 0 8px;
  }

  #header .header-links>ul>li {
    margin-left: 10px;
  }

  #header .header-links>ul>li>a {
    font-size: 1.0rem;
  }

  .footer {
    background-size: 13px;
    padding: 0 0 10px;
  }

  .footer .footer-body {
    padding: 0;
  }

  .footer .footer-nav>ul {
    display: block;
  }

  .footer .footer-nav>ul>li:first-of-type {
    display: none;
  }

  .footer .footer-links>dl>dt {
    padding: 10px 15px;
    font-size: 1.1rem;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .footer .footer-links>dl>dd {
    margin-top: 0;
  }

  .footer .footer-links>dl>dd>ul>li>a {
    font-size: 0.9rem;
    display: block;
    padding: 10px 0;
  }

  .footer .footer-links>dl>dd>ul>li:nth-of-type(n+2) {
    margin-top: 0;
  }

  .footer .footer-links>dl>dd>ul>li:nth-of-type(n+2)>a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer .footer-copy {
    margin-top: 0;
    padding: 0 10px;
  }

  .footer .footer-copy>p {
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0 0;
  }

  #menu {
    width: 227px;
    right: -190px;
  }

  #menu .menu-btn {
    top: auto;
    bottom: 85px;
    width: 37px;
  }

  #menu .menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/menu_bg_sp.png);
    background-position: bottom;
    background-size: 100%;
    padding: 0 0 60px;
  }

  #menu .menu-body>dl {
    width: 186px;
  }

  #menu .menu-body>dl>dt {
    width: 120px;
    margin: 0 auto;
  }

  #menu .menu-body>dl>dd {
    margin-top: 15px;
  }

  #menu .menu-body>dl>dd>ul {
    width: 125px;
  }

  #menu .menu-body>dl>dd>ul>li>a {
    height: 40px;
    padding: 0 10px;
  }

  #resist-fix {
    padding: 30px 0 0;
    bottom: -5px;
    width: 100%;
    height: 90px;
    background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/resist_fix_bg_sp.png);
    background-repeat: repeat-x;
    background-size: contain;
  }

  #resist-fix .resist-fix-body {
    max-width: 350px;
    margin: 0 auto;
  }

  #resist-fix .resist-fix-body>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #resist-fix .resist-fix-body>ul>li:not(:last-of-type) {
    width: 28px;
    padding-bottom: 3px;
  }

  #resist-fix .resist-fix-body>ul>li:last-of-type {
    width: 184px;
  }

  #resist-fix .store-buttons {
    text-align: center;
  }

  #resist-fix .store-buttons img {
    height: 40px;
    margin: 0 5px;
  }

  .nav-head {
    padding-bottom: 25px;
  }

  .nav-foot {
    padding-top: 20px;
  }

  .nav-share {
    padding: 0 60px;
    margin: 0 auto 30px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .nav-resist {
    padding: 0;
  }

  .nav-resist>p {
    width: 145px;
    margin: 0 auto;
  }

  .nav-resist>ul {
    margin-top: 15px;
  }

  .nav-resist>ul>li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .nav-resist>ul>li:last-of-type:after {
    top: -11px;
    width: 98px;
  }

  .nav-resist>div {
    margin-top: 0px;
  }

  .nav-sns {
    margin-top: 25px;
  }

  .nav-sns>p {
    width: 45px;
    margin: 0 auto;
  }

  .nav-sns>ul {
    margin-top: 15px;
  }

  .nav-sns>ul>li {
    height: 45px;
    margin: 0 10px;
  }

  .nav-sns>ul>li img {
    height: 100%;
    max-width: none;
  }

  .nav-links-body>ul>li {
    width: 47.82609%;
  }

  .nav-links-body>ul>li>a {
    height: 35px;
  }

  .nav-links-body>ul>li>a>span>img {
    width: 90px;
  }
}

@media screen and (min-width: 768px) {
  .elem-news-list>ul>li {
    margin-right: 2%;
  }

  .elem-news-list>ul>li:nth-of-type(4n) {
    margin-right: 0;
  }

  .elem-news-list>ul>li:nth-of-type(n+5) {
    margin-top: 2%;
  }

  #resist-fix .resist-fix-body>ul>li:nth-of-type(n+2) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 960px) {
  .footer .footer-nav>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer-nav>ul>li:first-of-type {
    width: 100%;
  }

  .footer .footer-logo {
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  #menu .menu-body {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) and (max-height: 550px) {
  #menu .menu-body {
    padding-bottom: 20px;
  }
}

.store-buttons p {
  margin-bottom: 30px;
}

.store-buttons p img {
  height: 30px;
}

.store-buttons .store-button {
  height: 65px;
  margin: 0px 10px;
}

@media only screen and (max-width: 780px) {


  .store-buttons p {
    margin-bottom: 20px;
  }

  .store-buttons p img {
    height: 24px;
  }

  .store-buttons .store-button {
    height: 43px;
    margin: 0px 3px 20px;
  }
}