@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.6rem;
  color: #3b3b3b;
  position: relative;
  width: 100%;
  height: 100%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
  color: #1b63a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}

time {
  display: inline-block;
}

section {
  position: relative;
}

section:last-of-type {
  margin-bottom: 0;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_pattern.png);
  background-position: center center;
}

.layout-body {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-pattern {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_pattern.png);
  background-position: center center;
}

.bg-pattern02 {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_pattern_02.png);
  background-position: center center;
}

.bg-deco-head {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_deco_head.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.bg-deco-foot {
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/bg_deco_foot.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.elem-news-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.elem-news-list>ul>li>a {
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #8d7160;
  padding: 2px;
  background-color: #c0baaf;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.elem-news-list>ul>li>a>dl {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3c4659;
  height: 100%;
  background-color: #fdf5e6;
}

.elem-news-list>ul>li>a>dl>dt {
  position: relative;
  padding-top: 80%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.elem-news-list>ul>li>a>dl>dd {
  background-color: #fdf5e6;
  padding: 20px;
}

.elem-news-list>ul>li>a>dl>dd>time {
  font-size: 1.2rem;
  color: #777777;
}

.elem-news-list>ul>li>a>dl>dd>p {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #3b3b3b;
  line-height: 1.4;
}

.elem-contents-title {
  text-align: center;
  margin: 0 auto;
  width: 86.95652%;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  background-image: url(/wp-content/themes/ikemen/title/prince/original/img/common/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
}

.redirect-msg {
  width: 100%;
  height: 100%;
  background-color: #172244;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.redirect-msg>a {
  text-decoration: underline;
  color: #fff;
  line-height: 1.5;
}

#header {
  background-color: #192f60;
  position: relative;
  z-index: 10;
}

#header .header-body {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

#header .header-links {
  padding: 5px 0;
}

#header .header-links>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.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;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }
}

.sp {
  display: none;
}