@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

select {
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 150px;
  padding: 5px 20px 5px 10px;
}

a {
  text-decoration: none;
}

a,
input[type=submit],
button {
  cursor: pointer;
}

input[type=radio] {
  margin-right: 5px;
}

label {
  margin-right: 15px;
}

p {
  margin-bottom: 20px;
}

.p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input[type=submit].wpcf7-submit, .btn--base, .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 0.25rem;
  margin: 10px auto 0 auto;
  background: #e85298;
  color: #eee;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input[type=submit].wpcf7-submit, .btn--base, .btn {
    padding: 10px 20px;
  }
}
.p-postItemComment__list .comment-reply-link:hover, .p-postItemComment .comment-form .form-submit .submit:hover, input[type=submit].wpcf7-submit:hover, .btn--base:hover, .btn:hover {
  color: #eee;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.p-postItemComment__list .comment-reply-link i, .p-postItemComment .comment-form .form-submit .submit i, input[type=submit].wpcf7-submit i, .btn--base i, .btn i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 28.8px;
}

.btn--base {
  background: #231815;
}

.scrollHide {
  opacity: 0 !important;
}

.scrollShow {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fa-twitter {
  background: #1da1f2;
  color: #eee;
}
.fa-instagram {
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  color: #eee;
}

section {
  padding-top: 10px;
  padding-bottom: 60px;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}
h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

h2 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

h3 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

small {
  font-size: 80%;
  font-weight: 400;
}

ul {
  margin-bottom: 0;
}

textarea,
input[type=text] {
  padding: 8px 15px;
}

small {
  font-size: 80%;
  font-weight: 400;
}

code {
  font-family: monospace;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

iframe {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.wp-block-table {
  overflow-x: scroll;
}
.wp-block-table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}

a {
  color: #e85298;
}
a:hover {
  color: #e85298;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  table {
    width: 75%;
    padding: 0;
  }
}

th,
td {
  border: 1px #ddd solid;
  padding: 15px;
  vertical-align: middle;
}

th {
  background: #e85298;
  color: #eee;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-bottom: 20px;
}

.p-page ul,
.p-postMain ul {
  list-style-type: disc;
  padding-left: 30px;
}
.p-page ol,
.p-postMain ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.p-page blockquote,
.p-postMain blockquote {
  position: relative;
  background: #231815;
  padding: 45px 20px 8px 20px;
  font-style: italic;
}
.p-page blockquote:before,
.p-postMain blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.p-page blockquote cite,
.p-postMain blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.c-section--color {
  background: #231815;
  color: #eee;
}

.c-paginate {
  margin-top: 100px;
  margin-left: -15px;
  margin-right: -15px;
}
.c-paginate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-paginate__item a,
.c-paginate__item span {
  text-align: center;
  display: block;
  border: 1px solid #e85298;
  width: 37px;
  padding: 5px 0px;
  margin: 0 4px;
  line-height: 25px;
}
@media screen and (min-width: 576px) {
  .c-paginate__item a,
  .c-paginate__item span {
    width: 44px;
    padding: 5px 0px;
    margin: 0 7.5px;
    line-height: 32px;
  }
}
.c-paginate__item a {
  color: #e85298;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-paginate__item a:hover {
  background: #e85298;
  color: #eee;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-paginate__item--active span {
  background: #e85298;
  color: #eee;
}

.c-overlay {
  display: none;
}
.c-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: rgba(17, 17, 17, 0.5);
}

.c-h, .p-header__siteTitle, .p-index h1, .p-index h2, .p-index h3, .p-index h4, .p-index h5, .p-index h6, .c-h6, .c-h5, .c-h4, .c-h3, .c-h2, .c-h1 {
  border: none;
  position: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  padding: 0;
  margin: 0;
}
.c-h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}
.c-h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}
.c-h2 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}
.c-h3 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}
.c-h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}
.c-h5 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
.c-h::after, .p-header__siteTitle::after, .p-index h1::after, .p-index h2::after, .p-index h3::after, .p-index h4::after, .p-index h5::after, .p-index h6::after, .c-h1::after, .c-h2::after, .c-h3::after, .c-h4::after, .c-h5::after, .c-h6::after {
  content: none;
}

.c-card {
  padding-bottom: 10px;
  background: #f4f5f7;
  border-radius: 2px;
}
.c-card__no {
  font-family: "Italianno", cursive;
  color: #b49531;
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  .c-card__no {
    font-size: 28px;
  }
}
.c-card__no i {
  line-height: 32.4px;
}
.c-card__img {
  position: relative;
}
.c-card__img:before {
  padding-top: 150%;
  content: "";
  display: block;
}
.c-card__imgInner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-card__img:hover .c-card__imgOverlay {
  background: rgba(35, 24, 21, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-card__imgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(35, 24, 21, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-card__imgNoImg {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .c-card__imgNoImg {
    font-size: 26px;
  }
}
.c-card__tag {
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  .c-card__tag {
    font-size: 15px;
  }
}
.c-card__title {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  bottom: 0;
  background: rgba(35, 24, 21, 0.7);
  color: #eee;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .c-card__title {
    font-size: 20px;
  }
}
.c-card__text--s {
  font-size: 10px;
  color: #111;
}
@media screen and (min-width: 576px) {
  .c-card__text--s {
    font-size: 13.5px;
  }
}

.c-bg--accent {
  background: #e85298;
  color: #eee !important;
}
.c-bg--accent a {
  color: #eee !important;
}
.c-bg--base {
  background: #231815;
  color: #eee !important;
}
.c-bg--base a {
  color: #eee !important;
}

.c-barmenu {
  cursor: pointer;
}
.c-barmenu i.fa-bars {
  font-size: 30px;
}

.c-arrowTop {
  position: fixed;
  bottom: calc(-26px * 1.6 - 10px);
  right: 40px;
  padding: 5px 20px;
  border-radius: 50%;
  font-size: 26px;
  background-color: rgba(232, 82, 152, 0.8);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 576px) {
  .c-arrowTop {
    right: 20px;
  }
}
.c-arrowTop i {
  color: #eee;
}
.c-arrowTop.active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateY(calc(-26px * 1.6 - 10px - 5px));
          transform: translateY(calc(-26px * 1.6 - 10px - 5px));
}

.wpcf7 {
  width: 90%;
  min-width: auto;
  margin: 0 auto !important;
  font-weight: 600;
}
.wpcf7 label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7 {
    width: 60%;
    min-width: 640px;
  }
}
.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

.must,
.free {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 20px;
}

.must {
  background: #f92931;
}

.free {
  background: #424242;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-age {
  width: 150px;
}

span.wpcf7-list-item.first {
  margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-file {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

input[type=submit].wpcf7-submit {
  margin-top: 40px;
  display: block;
  padding: 15px 40px;
  font-size: 22.5px;
  font-weight: bold;
}
input[type=submit].wpcf7-submit:hover {
  opacity: 0.8;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}

.p-scheduleDate__list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-scheduleDate__list a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.p-postSide > ul > li {
  margin-bottom: 30px;
}
.p-postSide label {
  display: block;
}
.p-post__date i {
  font-size: 18px;
}
.p-postListItem__inner {
  min-height: 100px;
  background: #f4f5f7;
  border-radius: 3px;
  color: #666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-postListItem__inner {
    min-height: 210px;
  }
}
.p-postListItem__inner:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.p-postListItem img {
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .p-postListItem img {
    max-height: 210px;
  }
}
.p-postListItem__noimg {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .p-postListItem__noimg {
    font-size: 30px;
  }
}
.p-postListItem__excerpt {
  font-size: 14px;
}
.p-postItem img {
  display: block;
  margin: 0 auto;
  max-height: 50vh;
}
.p-postItemComment {
  padding-bottom: 0;
}
.p-postItemComment ul {
  list-style-type: none !important;
}
.p-postItemComment__list .comment {
  margin-bottom: 20px;
}
.p-postItemComment__list .comment .reply {
  margin-top: -10px;
}
.p-postItemComment__list .comment:last-child {
  margin-bottom: 40px;
}
.p-postItemComment__list .comment-author img {
  width: 40px;
  height: 40px;
}
.p-postItemComment__list .comment-reply-link {
  margin-top: 0;
}
.p-postItemComment__list .comment-body {
  margin-bottom: 25px;
}
.p-postItemComment__list .comment ul.children {
  padding-left: 35px;
}
.p-postItemComment__list img.avatar {
  display: inline-block;
}
.p-postItemComment__list .commentmetadata {
  margin-bottom: 5px;
}
.p-postItemComment .comment-form {
  padding: 0 5px;
}
.p-postItemComment .comment-form label {
  display: block;
  margin-bottom: 10px;
}
.p-postItemComment .comment-form label .required {
  font-size: 26px;
  color: red;
}
.p-postItemComment .comment-form label[for=wp-comment-cookies-consent] {
  display: inline-block;
  font-size: 0.95rem;
}
.p-postItemComment .comment-form textarea,
.p-postItemComment .comment-form input[type=text] {
  width: 100%;
}
.p-postItemComment .comment-form input[type=checkbox] {
  margin-right: 5px;
}
.p-postItemComment .comment-form .form-submit {
  text-align: right;
}
.p-index h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}
.p-index h2:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}
.p-index h3 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #e85298 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}
.p-index h4 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #e85298 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-index h5 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #e85298 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}
.p-index h6 {
  font-size: 20px;
  color: #e85298;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-index section {
  padding-top: 45px;
  padding-bottom: 100px;
}

.p-imgSlider {
  position: relative;
  background: #231815;
  width: 100%;
  padding-top: 56%;
}
@media screen and (min-width: 768px) {
  .p-imgSlider {
    padding-top: 50%;
  }
}
.p-imgSlider__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.p-imgSlider__item {
  position: relative;
  overflow: hidden;
}
.p-imgSlider__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-height: none;
}
.p-imgSliderPager {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
}
.p-imgSliderPager__item {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: #eee;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .p-imgSliderPager__item {
    width: 20px;
    height: 20px;
    margin-right: 25px;
  }
}
.p-imgSliderPager__item:focus {
  outline: none;
}
.p-imgSliderPager__item:last-child {
  margin-right: 0;
}
.p-imgSliderPager__item.active {
  background: #e85298;
}
.p-imgSliderArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  z-index: 1;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .p-imgSliderArrow {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-imgSliderArrow {
    padding: 0 10px;
  }
}
.p-imgSliderArrow__item {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  background: #e85298;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-imgSliderArrow__item {
    width: 60px;
  }
}
.p-imgSliderArrow__item:focus {
  outline: none;
}
.p-imgSliderArrow__item i {
  color: #eee;
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  .p-imgSliderArrow__item i {
    font-size: 60px;
  }
}

.p-header__siteTitle {
  font-weight: bold;
  font-size: 30px;
  padding: 3px 0;
  line-height: 1.2;
}
.p-header__siteTitle a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}
.p-header__siteTitle a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.9;
}
.p-header__snsIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__snsIcon li {
  margin-right: 13px;
}
.p-header__snsIcon li:last-child {
  margin-right: 0;
}
.p-header__snsIcon li a {
  display: block;
  height: 26px;
}
.p-header__snsIcon i {
  font-size: 20.8px;
  padding: 2.6px 0;
  width: 26px;
  border-radius: 8px;
  text-align: center;
}
.p-header__snsIcon img {
  width: 26px;
  height: 26px;
}
.p-header__tel tel,
.p-header__tel a {
  margin-left: 5px;
  font-size: 115%;
}
.p-headerNav {
  background: #231815;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.p-headerNav.active {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.p-headerNav nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-headerNav nav {
    display: block;
  }
}
.p-headerNav li {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .p-headerNav li {
    position: relative;
    border-right: 1px #eee solid;
  }
  .p-headerNav li:last-child {
    border-right: none;
  }
}
.p-headerNav li a {
  color: #eee;
  padding: 0.25rem 2rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-headerNav li a span {
  z-index: 2;
  position: relative;
}
.p-headerNav li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  text-decoration: none;
}
.p-headerNav li a:hover:after {
  height: 100%;
}
.p-headerNav li a:after {
  z-index: 1;
  background: #e85298;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: none;
}
@media screen and (min-width: 992px) {
  .p-headerNav li a:after {
    content: "";
  }
}
.p-headerNav li ul {
  font-size: 80%;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .p-headerNav li ul {
    z-index: 3;
    position: absolute;
    top: 100%;
    left: 10px;
    display: none;
    background: #e85298;
    padding-left: 0;
  }
}
.p-headerNav li ul li {
  border-right: none;
}
.p-headerNav li ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 180px;
}
@media screen and (min-width: 992px) {
  .p-headerNav li ul li a {
    padding: 10px;
    background: #231815;
  }
}
.p-headerNav li ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .p-headerNav li ul li a:hover {
    background: #e85298;
    color: #eee;
  }
}
.p-headerNav li ul li a:after {
  content: none;
}

.p-footer {
  background: rgba(232, 82, 152, 0.6);
  color: #eee;
}
.p-footer a {
  color: #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-footer a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}
.p-footerNav__inner li {
  margin: 0 15px 5px;
}
@media screen and (min-width: 768px) {
  .p-footerNav__inner li {
    margin-bottom: 0;
  }
}
.p-footer__snsIcon {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}
.p-footer__snsIcon li {
  display: inline-block;
  margin-right: 25px;
}
.p-footer__snsIcon li:last-child {
  margin-right: 0;
}
.p-footer__snsIcon i {
  padding: 5px 0;
  width: 60px;
  border-radius: 5px;
}

.p-castItemName {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.p-castItemName:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e85298;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}
.p-castItemName h1 {
  display: inline-block;
}
.p-castItemName__age {
  font-size: 26px;
}
.p-castItem__table th {
  width: 40%;
}
.p-castItem__table td {
  width: 60%;
}
.p-castItemImg__slider {
  position: relative;
}
.p-castItemImg__slider:before {
  content: "";
  padding-top: 150%;
  display: block;
}
.p-castItemImg__slider .top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-castItemImg__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-castItemImg__slider .noImg {
  font-size: 30px;
}
.p-castItemImg__thmbs {
  position: relative;
}
.p-castItemImg__thmbs:before {
  content: "";
  padding-top: calc(37.5% - 11.25px);
  display: block;
}
.p-castItemImg__thmbs .thumbs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-castItemImg__thmbs .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-castItemImg__thmbs .noImg {
  font-size: 11px;
}

.p-breadcrumb a {
  color: #666;
}
.p-breadcrumb a:hover {
  text-decoration: none;
}
