@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap");
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, sub, sup, 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;
  box-sizing: border-box;
}

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

ol, 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;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #000;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
  background: #000;
  -webkit-text-size-adjust: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 108%;
  line-height: 1.7;
  border: 0;
  padding: 8px;
  background: #FFF;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}

select {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  width: 100%;
  color: #FFF;
  border: 0;
  padding: 8px;
  border: 1px solid #FFF;
  background: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  cursor: pointer;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #E4007F;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #E4007F;
  border-radius: 50%;
}

input::placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

a:link,
a:visited {
  color: #E4007F;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #E4007F;
  text-decoration: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  color: #E4007F !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #333;
  }
}

.l-header-inner {
  position: relative;
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    justify-content: space-between;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-global-nav {
    display: block !important;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(80, 0, 180, 0.9), rgba(140, 0, 180, 0.9));
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .l-global-nav.active {
    transform: scale(1);
  }
  .l-global-nav-inner {
    width: 100%;
    height: 100%;
    display: table;
  }
}
.l-mainvisual {
  position: relative;
  padding: 120px 30px 0 30px;
  background: url("../img/bg_mainvisual.jpg") no-repeat center top fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    padding: 0;
    background: #000;
  }
}
.l-mainvisual::before {
  position: absolute;
  content: "";
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767px) {
  .l-mainvisual::before {
    display: none;
  }
}

.l-mainvisual-inner {
  position: relative;
  text-align: center;
}

.l-pagename {
  position: relative;
  padding-top: 150px;
  background: url("../img/bg_mainvisual.jpg") no-repeat center top fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-pagename {
    padding-top: 20px;
    background: none;
  }
}
.l-pagename::before {
  position: absolute;
  content: "";
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}

.l-container-fluid {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container {
    margin-bottom: 30px;
  }
}
.l-container:last-child {
  margin-bottom: 0;
}

.l-container-narrow {
  max-width: 880px;
  margin: 0 auto 60px auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container-narrow {
    margin-bottom: 30px;
  }
}
.l-container-narrow:last-child {
  margin-bottom: 0;
}

.l-contents {
  max-width: 1100px;
  display: table;
}
@media screen and (max-width: 1024px) {
  .l-contents {
    display: block;
  }
}

.l-main {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    display: block;
    padding-right: 0;
  }
}

.l-side {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .l-side {
    display: block;
    width: auto;
    min-width: auto;
    margin-top: 30px;
  }
}

.l-side-group {
  margin-bottom: 30px;
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-footer {
  position: relative;
  background: #000;
}
.l-footer::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(45deg, #05D5FC, #6825FF, #E4007F);
}

.l-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
    padding: 20px 10px;
  }
}

a.c-btn-pink {
  position: relative;
  display: inline-block;
  padding: 8px;
  width: 300px;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 139%;
  color: #E4007F;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  border: 2px solid #E4007F;
  border-radius: 100px;
  transition: all 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  a.c-btn-pink {
    font-size: 124%;
    padding: 6px;
    width: 100%;
  }
}
a.c-btn-pink:hover {
  color: #FFF;
  background: #E4007F;
  box-shadow: 0 0 30px #E4007F;
  text-shadow: 0 0 2px #FFF;
}
a.c-btn-pink:hover::before {
  border-color: #FFF;
}
a.c-btn-pink::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E4007F;
  border-right: 2px solid #E4007F;
  transform: rotate(45deg);
  transition: all 0.3s;
}

a.c-btn-pink-jpn {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 300px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 116%;
  font-weight: bold;
  color: #E4007F;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E4007F;
  border-radius: 100px;
  transition: all 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  a.c-btn-pink-jpn {
    font-size: 108%;
    padding: 8px;
    width: 100%;
  }
}
a.c-btn-pink-jpn:hover {
  color: #FFF;
  background: #E4007F;
  box-shadow: 0 0 30px #E4007F;
  text-shadow: 0 0 2px #FFF;
}
a.c-btn-pink-jpn:hover::before {
  border-color: #FFF;
}
a.c-btn-pink-jpn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E4007F;
  border-right: 2px solid #E4007F;
  transform: rotate(45deg);
  transition: all 0.3s;
}

a.c-btn-yellow {
  position: relative;
  display: inline-block;
  padding: 8px;
  width: 300px;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 139%;
  color: #FFF100;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  border: 2px solid #FFF100;
  border-radius: 100px;
  transition: all 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  a.c-btn-yellow {
    font-size: 124%;
    padding: 6px;
    width: 100%;
  }
}
a.c-btn-yellow:hover {
  color: #E4007F;
  background: #FFF100;
  box-shadow: 0 0 30px #FFF100;
}
a.c-btn-yellow:hover::before {
  border-color: #E4007F;
}
a.c-btn-yellow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF100;
  border-right: 2px solid #FFF100;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.c-btn-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px -2% 0 -2%;
}
@media screen and (max-width: 767px) {
  .c-btn-social {
    margin-top: 30px;
  }
}
.c-btn-social li {
  width: 31.33%;
  margin: 0 2%;
}
.c-btn-social li a {
  display: block;
  line-height: 45px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-btn-social li a {
    font-size: 85%;
    line-height: 35px;
  }
}
.c-btn-social li a:hover {
  opacity: 0.8;
}
.c-btn-social li.twitter a {
  background: #55ACEE;
}
.c-btn-social li.facebook a {
  background: #3B5998;
}
.c-btn-social li.hatena a {
  background: #2C6EBD;
}
.c-btn-social li.pocket a {
  background: #EE4056;
}
.c-btn-social li.line a {
  background: #25AF00;
}

.c-btn-send {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-send {
    margin-top: 30px;
  }
}
.c-btn-send input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 12px;
  width: 300px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 124%;
  font-weight: bold;
  color: #E4007F;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  border: 2px solid #E4007F;
  border-radius: 100px;
  transition: all 0.2s;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-send input[type=submit] {
    font-size: 108%;
    padding: 10px;
    width: 100%;
  }
}
.c-btn-send input[type=submit]:hover {
  color: #FFF;
  background: #E4007F;
  box-shadow: 0 0 30px #E4007F;
  text-shadow: 0 0 2px #FFF;
}
.c-btn-send input[type=submit]:hover::before {
  border-color: #FFF;
}

.c-grid::after {
  content: "";
  display: block;
  clear: both;
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-1-r {
  width: 3.75%;
}

.c-grid-2-r {
  width: 12.5%;
}

.c-grid-3-r {
  width: 21.2%;
}

.c-grid-4-r {
  width: 30%;
}

.c-grid-5-r {
  width: 40%;
}

.c-grid-6-r {
  width: 47.5%;
}

.c-grid-7-r {
  width: 55%;
}

.c-grid-8-r {
  width: 65%;
}

.c-grid-9-r {
  width: 73.8%;
}

.c-grid-10-r {
  width: 82.5%;
}

.c-grid-11-r {
  width: 91.2%;
}

.c-grid-12-r {
  width: 100%;
}

.c-grid-1-r,
.c-grid-2-r,
.c-grid-3-r,
.c-grid-4-r,
.c-grid-5-r,
.c-grid-6-r,
.c-grid-7-r,
.c-grid-8-r,
.c-grid-9-r,
.c-grid-10-r,
.c-grid-11-r {
  float: right;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .c-grid-1-r,
  .c-grid-2-r,
  .c-grid-3-r,
  .c-grid-4-r,
  .c-grid-5-r,
  .c-grid-6-r,
  .c-grid-7-r,
  .c-grid-8-r,
  .c-grid-9-r,
  .c-grid-10-r,
  .c-grid-11-r {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1-r:last-child,
.c-grid-2-r:last-child,
.c-grid-3-r:last-child,
.c-grid-4-r:last-child,
.c-grid-5-r:last-child,
.c-grid-6-r:last-child,
.c-grid-7-r:last-child,
.c-grid-8-r:last-child,
.c-grid-9-r:last-child,
.c-grid-10-r:last-child,
.c-grid-11-r:last-child {
  float: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1-r:last-child,
  .c-grid-2-r:last-child,
  .c-grid-3-r:last-child,
  .c-grid-4-r:last-child,
  .c-grid-5-r:last-child,
  .c-grid-6-r:last-child,
  .c-grid-7-r:last-child,
  .c-grid-8-r:last-child,
  .c-grid-9-r:last-child,
  .c-grid-10-r:last-child,
  .c-grid-11-r:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-video {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-video {
    margin-top: 30px;
    display: block;
  }
}
.c-grid-video__left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid-video__left {
    width: auto;
    margin-bottom: 30px;
  }
}
.c-grid-video__right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid-video__right {
    width: auto;
  }
}

.c-label-category {
  display: inline-block;
  min-width: 110px;
  padding: 8px 10px;
  font-size: 85%;
  line-height: 1;
  color: #FFF100;
  text-align: center;
  border: 1px solid #FFF100;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-label-category {
    min-width: 75px;
    font-size: 70%;
    padding: 5px 10px;
  }
}

.u-label-hissu {
  float: right;
  background: #E4007F;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  padding: 6px;
}

.p-logo {
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-logo {
    position: static;
  }
}
.p-logo img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    width: 120px;
  }
}

.p-footer-logo {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.p-footer-logo img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo img {
    width: 180px;
  }
}

.p-address {
  margin-right: 35px;
  font-size: 93%;
  color: #999;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-address {
    margin: 0 0 20px 0;
    font-size: 85%;
    text-align: center;
  }
}

.p-footer-banner {
  display: flex;
  justify-content: space-between;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .p-footer-banner {
    display: block;
    width: auto;
    text-align: center;
  }
}
.p-footer-banner li {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .p-footer-banner li {
    margin: 0 0 20px 0;
  }
}
.p-footer-banner li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-footer-banner li:last-child {
    margin: 0;
  }
}
.p-footer-banner li img {
  width: 100%;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-footer-banner li img {
    width: 70%;
  }
}
.p-footer-banner li a:hover img {
  opacity: 0.8;
}

.p-copyright {
  text-align: center;
  padding: 22px;
  color: #999;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    padding: 14px;
    font-size: 85%;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 15px;
  bottom: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  background: #E4007F;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 30px;
    height: 30px;
  }
}
.p-pagetop a:hover {
  opacity: 0.7;
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex;
    margin-right: 25px;
  }
  .p-global-nav li {
    margin-right: 1em;
  }
  .p-global-nav li:last-child {
    margin-right: 0;
  }
  .p-global-nav li a {
    font-family: "Dosis", "Noto Sans JP", sans-serif;
    font-size: 131%;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .p-global-nav li a:hover {
    color: #E4007F;
  }
}
@media screen and (min-width: 768px) {
  .home .nav1 a,
  .page-template-archive-event .nav2 a,
  .single-event .nav2 a,
  .page-id-9 .nav3 a,
  .page-id-12 .nav4 a,
  .page-id-14 .nav5 a,
  .page-id-16 .nav6 a,
  .page-id-18 .nav7 a,
  .page-id-20 .nav8 a {
    color: #E4007F !important;
  }
}
@media screen and (max-width: 767px) {
  .home .nav1 a,
  .page-template-archive-event .nav2 a,
  .single-event .nav2 a,
  .page-id-9 .nav3 a,
  .page-id-12 .nav4 a,
  .page-id-14 .nav5 a,
  .page-id-16 .nav6 a,
  .page-id-18 .nav7 a,
  .page-id-20 .nav8 a {
    color: #FFF100 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav {
    display: table-cell;
    vertical-align: middle;
  }
  .p-global-nav li {
    padding: 5px 0;
    text-align: center;
  }
  .p-global-nav li a {
    font-family: "Dosis", "Noto Sans JP", sans-serif;
    font-size: 170%;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 10000;
    touch-action: manipulation;
    overflow: hidden;
  }
  .hamburger_icon {
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
  }
  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #E4007F;
  }
  .hamburger_icon::before,
  .hamburger_icon::after {
    position: absolute;
    content: "";
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .hamburger_icon::before {
    top: -10px;
  }
  .hamburger_icon::after {
    top: 10px;
  }
  .hamburger.active .hamburger_icon,
  .hamburger.active .hamburger_icon::before,
  .hamburger.active .hamburger_icon::after {
    background-color: #FFF;
  }
  .hamburger.active .hamburger_icon {
    background-color: transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .hamburger.active .hamburger_icon::before {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger_icon::after {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.p-global-sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-global-sns {
    margin-top: 2px;
    margin-right: 65px;
  }
}
.p-global-sns li {
  margin-right: 12px;
}
.p-global-sns li:last-child {
  margin-right: 0;
}
.p-global-sns li img {
  display: block;
  min-width: 22px;
  height: 22px;
  transition: all 0.2s;
}
.p-global-sns li img:hover {
  opacity: 0.7;
}

.wp-pagenavi {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 93%;
    margin-top: 26px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  background: #000;
  border: 1px solid #E4007F;
  padding: 13px 16px;
  margin: 4px 2px 0 2px;
  line-height: 1;
  color: #E4007F;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 12px;
  }
}
.wp-pagenavi a:hover {
  background: rgba(228, 0, 127, 0.3);
}
.wp-pagenavi span.current {
  color: #FFF;
  background: #E4007F;
}

.p-pager {
  display: table;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li a {
  display: block;
  width: 150px;
  padding: 12px 0;
  line-height: 1.5;
  color: #E4007F;
  text-align: center;
  text-decoration: none;
  border: 2px solid #E4007F;
  border-radius: 100px;
  transition: all 0.2s;
}
.p-pager li a:hover {
  background: rgba(228, 0, 127, 0.3);
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: 110px;
    padding: 8px 0;
    font-size: 93%;
  }
}

.p-title-underbar {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 293%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
}
.p-title-underbar::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(45deg, #05D5FC, #6825FF, #E4007F);
}
@media screen and (max-width: 767px) {
  .p-title-underbar {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 200%;
  }
  .p-title-underbar::before {
    width: 50px;
  }
}

.p-title-shine-yellow {
  margin-bottom: 20px;
  font-size: 231%;
  line-height: 1.5;
  color: #FFF100;
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.7);
}
.p-title-shine-yellow br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-title-shine-yellow {
    margin-bottom: 10px;
    font-size: 139%;
  }
  .p-title-shine-yellow br {
    display: inline;
  }
}

.p-title-pagename {
  position: relative;
  padding-bottom: 12px;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 293%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
}
.p-title-pagename::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(45deg, #05D5FC, #6825FF, #E4007F);
}
@media screen and (max-width: 767px) {
  .p-title-pagename {
    padding-bottom: 10px;
    font-size: 200%;
  }
  .p-title-pagename::before {
    width: 50px;
  }
}

.p-title-event {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-title-event {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.p-title-event h1 {
  margin-top: 40px;
  font-size: 231%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-title-event h1 {
    margin-top: 20px;
    font-size: 185%;
  }
}
.p-title-event p {
  margin-top: 5px;
  font-size: 108%;
  color: #E4007F;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-title-event p {
    font-size: 93%;
  }
}

.p-title-info {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-title-info {
    margin-bottom: 30px;
  }
}
.p-title-info ul {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-info ul {
    margin-bottom: 5px;
  }
}
.p-title-info ul li {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-info ul li:last-child {
    font-size: 93%;
    line-height: 1.5;
  }
}
.p-title-info h1 {
  margin-bottom: 30px;
  font-size: 216%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-title-info h1 {
    font-size: 154%;
  }
}

.p-title-list {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 154%;
  line-height: 1.5;
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-title-list {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 108%;
  }
}

.p-title-side {
  margin-bottom: 12px;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 170%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: normal;
}

.p-title-center {
  margin-bottom: 30px;
  font-size: 139%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-center {
    margin-bottom: 20px;
    font-size: 116%;
  }
}

.p-title-underline {
  margin: 30px 0;
  padding: 0 0 15px 0;
  font-size: 139%;
  line-height: 1.5;
  color: #FFF;
  border-bottom: 1px solid #E4007F;
}

.p-title-leftline {
  margin: 30px 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 124%;
  line-height: 1.5;
  position: relative;
}
.p-title-leftline::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 32px;
  background: #E4007F;
}

.p-rental-catch {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/rental1.jpg") no-repeat center center;
  background-size: cover;
  border: 1px solid #333;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .p-rental-catch {
    margin-bottom: 0;
    height: 240px;
  }
}
.p-rental-catch::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-rental-catch__inner-title {
  position: relative;
  font-size: 247%;
  line-height: 1.1;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-rental-catch__inner-title {
    font-size: 185%;
  }
}
.p-rental-catch__inner-text {
  position: relative;
  font-size: 108%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  margin-top: 18px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-rental-catch__inner-text {
    font-size: 93%;
    margin-top: 15px;
  }
}

.p-neon-blue {
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #37ddfd;
  box-shadow: inset 0 0 0.8em #05D5FC, 0 0 0.8em #05D5FC;
}
@media screen and (max-width: 767px) {
  .p-neon-blue {
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
  }
}

.p-lead-concept {
  font-size: 108%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead-concept {
    font-size: 100%;
    line-height: 1.8;
    text-align: left;
  }
}

.p-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.p-info li a {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #FFF;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-info li a {
    display: block;
    padding: 15px 30px 15px 10px;
  }
}
.p-info li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-info li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E4007F;
  border-right: 2px solid #E4007F;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-info li a::before {
    right: 15px;
  }
}
.p-info__time {
  margin-right: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__time {
    margin-right: 15px;
    font-size: 93%;
  }
}
.p-info__category {
  margin-right: 25px;
  display: inline-block;
  min-width: 110px;
  padding: 8px 10px;
  font-size: 85%;
  line-height: 1;
  color: #FFF100;
  text-align: center;
  border: 1px solid #FFF100;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-info__category {
    margin-top: -2px;
    min-width: 75px;
    font-size: 70%;
    padding: 5px 10px;
    vertical-align: middle;
  }
}
.p-info__title {
  color: #E4007F;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    display: block;
    margin-top: 8px;
    font-size: 108%;
    line-height: 1.7;
  }
}
.p-info__title:hover {
  text-decoration: none;
}

.p-feature {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -2% -2%;
}
@media screen and (max-width: 767px) {
  .p-feature {
    display: block;
    margin: 0;
  }
}
.p-feature li {
  margin: 0 0 2% 2%;
  list-style: none;
  width: 31.33%;
}
@media screen and (max-width: 767px) {
  .p-feature li {
    margin: 0 0 15px 0;
    width: auto;
  }
  .p-feature li:last-child {
    margin-bottom: 0;
  }
}
.p-feature li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-feature li a {
    height: 180px;
  }
}
.p-feature li a::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-feature li a::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.p-feature li a:hover {
  box-shadow: 0 0 15px 2px #FFF100;
}
.p-feature li a:hover::before {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-feature li a:hover {
    box-shadow: none;
  }
  .p-feature li a:hover::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.p-feature li:nth-child(1), .p-feature li:nth-child(2) {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-feature li:nth-child(1), .p-feature li:nth-child(2) {
    width: auto;
  }
}
.p-feature li:nth-child(1) a {
  background: url("../img/feature1.jpg") no-repeat center center/cover;
}
.p-feature li:nth-child(2) a {
  background: url("../img/feature2.jpg") no-repeat center center/cover;
}
.p-feature li:nth-child(3) a {
  background: url("../img/feature3.jpg") no-repeat center center/cover;
}
.p-feature li:nth-child(4) a {
  background: url("../img/feature4.jpg") no-repeat center center/cover;
}
.p-feature li:nth-child(5) a {
  background: url("../img/feature5.jpg") no-repeat center center/cover;
}
.p-feature__text {
  position: relative;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.p-feature__text dt {
  position: relative;
  font-family: "Dosis", "Noto Sans JP", sans-serif;
  font-size: 231%;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature__text dt {
    font-size: 185%;
  }
}
.p-feature__text dt::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #FFF100;
}
.p-feature__text dd {
  font-size: 108%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-feature__text dd {
    font-size: 100%;
  }
}

.p-gmap iframe {
  margin-top: 60px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-gmap iframe {
    margin-top: 30px;
    height: 300px;
  }
}

.p-event-list {
  margin: -4% 0 0 -4%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-event-list {
    margin: 0;
    display: block;
  }
}
.p-event-list li {
  width: 29.33%;
  margin: 4% 0 0 4%;
}
@media screen and (max-width: 767px) {
  .p-event-list li {
    width: auto;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }
  .p-event-list li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-event-list li a {
  color: #FFF;
  text-decoration: none;
}
.p-event-list__thumb img {
  transition: all 0.2s;
}
.p-event-list__thumb img:hover {
  opacity: 0.7;
}
.p-event-list__caption {
  margin-top: 15px;
}
.p-event-list__title {
  font-size: 124%;
  line-height: 1.6;
}
.p-event-list__date {
  margin-top: 5px;
  color: #E4007F;
  text-decoration: none;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-event-list__date {
    font-size: 93%;
  }
}

.p-info-list {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .p-info-list {
    margin-top: -20px;
  }
}
.p-info-list li a {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #333;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info-list li a {
    padding: 20px 0;
  }
}
.p-info-list li a figure {
  float: right;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-info-list li a figure {
    margin: 0 0 10px 10px;
  }
}
.p-info-list li a figure img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-info-list li a figure img {
    width: 150px;
  }
}
.p-info-list li a ul {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-info-list li a ul {
    margin-bottom: 8px;
  }
}
.p-info-list li a ul li {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-info-list li a ul li:last-child {
    font-size: 93%;
    line-height: 1.5;
  }
}
.p-info-list li a h2 {
  font-size: 154%;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-info-list li a h2 {
    font-size: 108%;
    margin-bottom: 8px;
  }
}
.p-info-list li a h2:hover {
  text-decoration: underline;
}
.p-info-list li a p {
  font-size: 93%;
  line-height: 1.6;
  color: #A69F9A;
}
@media screen and (max-width: 767px) {
  .p-info-list li a p {
    font-size: 77%;
  }
}

.p-list-side {
  border-top: 1px dotted #333;
}
.p-list-side li {
  padding: 12px 10px;
  line-height: 1.6;
  border-bottom: 1px dotted #333;
}

.p-table-type1 {
  width: 100%;
}
.p-table-type1 caption {
  border: 1px solid #333;
  background: #151515;
  border-bottom: 0;
  padding: 10px;
  font-weight: bold;
}
.p-table-type1 th {
  border: 1px solid #333;
  padding: 15px;
  background: #151515;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-table-type1 th {
    width: 35%;
    padding: 10px;
  }
}
.p-table-type1 td {
  border: 1px solid #333;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-table-type1 td {
    padding: 10px;
  }
}

.p-table-form {
  width: 100%;
  margin-top: -30px;
}
.p-table-form th {
  width: 30%;
  vertical-align: top;
  padding-top: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    width: auto;
    display: block;
    padding-top: 0;
    padding-right: 0;
    margin: 30px 0 8px 0;
  }
}
.p-table-form td {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    padding-top: 0;
  }
}

.p-box-pink {
  padding: 30px;
  border: 3px solid rgba(228, 0, 127, 0.3);
  background: rgba(228, 0, 127, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-box-pink {
    padding: 20px;
  }
}

a.p-phone-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 216%;
  line-height: 1.1;
  color: #E4007F;
  text-decoration: none;
  background: url("../img/icon_tel.png") no-repeat left center;
  background-size: 24px 24px;
  padding-left: 27px;
}

.p-list-disc li {
  position: relative;
  padding-left: 1.5em;
}
.p-list-disc li::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E4007F;
}

.p-list-disc-left {
  overflow: hidden;
}
.p-list-disc-left li {
  float: left;
  width: 33.33%;
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-list-disc-left li {
    float: none;
    width: auto;
  }
}
.p-list-disc-left li::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E4007F;
}

.p-list-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 767px) {
  .p-list-menu {
    display: block;
    margin: 0;
  }
}
.p-list-menu li {
  width: 46%;
  margin: 0 0 4% 4%;
}
@media screen and (max-width: 767px) {
  .p-list-menu li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .p-list-menu li:last-child {
    margin-bottom: 0;
  }
}
.p-list-menu li img {
  border: 1px solid #E4007F;
  box-sizing: border-box;
}

.entry p {
  margin: 1em 0;
  line-height: 1.9;
}

.entry h2 {
  margin: 2em 0 1.2em 0;
  padding: 0 0 15px 0;
  font-size: 139%;
  line-height: 1.5;
  color: #FFF;
  border-bottom: 1px solid #E4007F;
}

.entry h3 {
  margin: 2em 0 1.2em 0;
  padding: 0 0 0 20px;
  font-size: 124%;
  line-height: 1.5;
  position: relative;
}
.entry h3::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 32px;
  background: #E4007F;
}

.entry h4 {
  margin: 2em 0 1em 0;
  font-size: 116%;
  line-height: 1.5;
}

.entry h5 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  line-height: 1.5;
}

.entry h6 {
  margin: 2em 0 1em 0;
  font-size: 100%;
  line-height: 1.5;
}

.entry table {
  width: 100%;
  margin: 1.8em 0;
}
.entry table th {
  border: 1px solid #333;
  padding: 15px;
  background: #151515;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .entry table th {
    width: 30%;
    padding: 10px;
  }
}
.entry table td {
  border: 1px solid #333;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 10px;
  }
}

.entry ul {
  list-style: none;
  margin: 1em 0;
}
.entry ul li {
  position: relative;
  padding-left: 2em;
}
.entry ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 15px;
  top: 12px;
  border-radius: 50%;
  background: #E4007F;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.flex-control-nav {
  bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .flex-control-nav {
    bottom: 10px !important;
  }
}
.flex-control-nav li a {
  width: 12px !important;
  height: 12px !important;
}
@media screen and (max-width: 767px) {
  .flex-control-nav li a {
    width: 10px !important;
    height: 10px !important;
  }
}

.u-bgimg-feature {
  position: relative;
  background: url("../img/bg_feature.jpg") no-repeat center center fixed;
  background-size: cover;
  z-index: 0;
}
.u-bgimg-feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(140, 0, 180, 0.7), rgba(80, 0, 180, 0.9));
  z-index: -1;
}

.u-bgimg-brick {
  position: relative;
  background: url("../img/bg_brick.jpg") repeat center top;
  background-size: 100% auto;
  z-index: 0;
}
.u-bgimg-brick::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
  z-index: -1;
}
.u-bgimg-brick::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
  z-index: -1;
}

a.u-arrow {
  position: relative;
  padding-left: 15px;
}
a.u-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #E4007F;
  border-right: 2px solid #E4007F;
  transform: rotate(45deg);
}

.u-space {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-space {
    margin-top: 30px;
  }
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}