@charset "UTF-8";
/*--------------------------------------------------------------
  Color
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  Common
-------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix .left_area {
  float: left;
}
.clearfix .right_area {
  float: right;
}

.common_wovn-languages {
  display: inline-block !important;
  width: 138px;
  height: 36px;
  color: #E3007E;
  text-align: left;
  vertical-align: bottom;
  background: #FFF;
}
.common_wovn-languages .wovn-lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common_wovn-languages .wovn-switch {
  display: none;
  width: 100%;
  margin: 0 0 1px 0;
  line-height: 37px;
  cursor: pointer;
  background: #FFF;
}
.common_wovn-languages .wovn-switch.selected {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1;
  display: block !important;
  background: url("../images/2018/arrow_header_lang.png") no-repeat 95%;
}

/*--------------------------------------------------------------
  Header
-------------------------------------------------------------- */
.header {
  min-width: 1130px;
}
.header__top, .header__under {
  padding: 0 12px;
}
.header__top {
  position: relative;
  background: #E3007E;
  z-index: 10;
}
.header__top .tag {
  position: absolute;
  top: 19px;
  left: 0;
}
.header__top .title {
  width: 358px;
  margin: 54px 0 0 0;
}
.header__top .right_area {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  align-items: center;
  max-width: 490px;
  margin: 30px 0;
  text-align: right;
}
.header__top .right_area .wovn_desc {
  color: #FFF;
  text-align: left;
}
.header__top .sns {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.header__top .sns li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.header__top .sns img {
  max-width: 45px;
  max-height: 21px;
}
.header__top .select_lang,
.header__top .logo {
  display: inline-block;
}
.header__under {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 40px;
  background: #e61941;
}
.header__under a {
  color: #FFF;
  font-weight: bold;
}
.header__under .title {
  margin: 11px 0 0 0;
}
.header__under .menu li {
  display: inline-block;
  vertical-align: top;
}
.header__under .menu {
  font-size: 0;
}
.header__under .menu li {
  text-align: center;
  border-right: 1px solid #b04949;
}
.header__under .menu li a {
  display: block;
  min-width: 100px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
@media all and (-ms-high-contrast: none) {
  .header__under .menu li a {
    width: 100px;
  }
}
.header__under .menu li a.active {
  background: #E3007E;
}
.header__under .menu .pull_down {
  position: relative;
}
.header__under .menu .pull_down > a {
  pointer-events: none;
  cursor: pointer;
}
.header__under .menu .pull_down .child_menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: 0;
  z-index: 100;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.header__under .menu .pull_down .child_menu li {
  display: block;
  width: 100%;
  margin: 0 0 1px 0;
  background: #e61941;
}
.header__under .menu .pull_down .child_menu a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: none;
}
.header__under .menu .pull_down:hover .child_menu {
  display: block;
  height: auto;
}

/*--------------------------------------------------------------
  Footer
-------------------------------------------------------------- */
.footer__top {
  padding: 25px 25px 80px;
}
.footer__top.background_image_00 {
  background: url("../images/2018/footer_top_background00.png") no-repeat center/cover;
}
.footer__top.background_image_01 {
  background: url("../images/2018/footer_top_background01.png") no-repeat center/cover;
}
.footer__top.background_image_02 {
  background: url("../images/2018/footer_top_background02.png") no-repeat center/cover;
}
.footer__top.background_image_03 {
  background: url("../images/2018/footer_top_background05.png") no-repeat center/cover;
}
.footer__top.background_image_04 {
  background: url("../images/2018/footer_top_background04.png") no-repeat center/cover;
}
.footer__top .sns {
  font-size: 0;
  text-align: right;
}
.footer__top .sns__item {
  display: inline-block;
  margin: 0 0 0 30px;
}
.footer__top .sns img {
  max-width: 66px;
  max-height: 30px;
}
.footer__top .title {
  margin: 0 0 63px 0;
  text-align: center;
}
.footer__top .menu {
  font-size: 0;
  text-align: center;
}
.footer__top .menu__item {
  display: inline-block;
  margin: 0 15px;
}
.footer__top .menu a {
  color: #FFF;
  font-size: 18px;
}
.footer__under {
  color: #FFF;
  padding: 14px 0 9px;
  text-align: center;
  background: #e61941;
}
.footer__under .logo {
  margin: 0 0 9px 0;
}
.footer__under .copyright {
  font-size: 11px;
}

/*--------------------------------------------------------------
  Home
-------------------------------------------------------------- */
.home .main {
  margin: 0 0 20px 0;
}
.home .main.youtube_wrapper {
  position: relative;
  width: 100%;
  width: 1200px;
  padding: 41.25% 0 0 0;
  margin: 15px auto 0;
}
.home .main.youtube_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home .main .bx-wrapper {
  height: auto;
}
.home .main .bx-wrapper .bx-viewport {
  left: -1px;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.home .main .bx-wrapper img {
  width: 100% !important;
  height: auto;
}
.home .main .bx-next,
.home .main .bx-prev {
  width: 72px;
  color: #FFF;
  font-size: 100px;
  text-indent: 0;
  line-height: 32px;
  background: none;
}
.home .main .bx-prev {
  text-align: right;
}
.home .main .slider_item {
  text-align: center;
}
.home .main .slider_item img {
  max-width: 100%;
  height: auto;
}
.home .main .slider_item.only img {
  width: 100%;
}
.home__top {
  width: 100%;
  width: 1200px;
  margin: 0 auto 50px;
}
.home__top .left_area {
  width: calc(100% - 540px);
}
.home__top .youtube {
  font-size: 0;
  margin: 0 -10px;
}
.home__top .youtube__item {
  display: inline-block;
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px 10px;
}
.home__top .youtube__item iframe {
  width: 100% !important;
}
.home__top .news_list {
  border: 1px solid #EEE;
}
.home__top .news_list .title {
  width: 100%;
  min-height: 80px;
  color: #E3007E;
  font-size: 25px;
  padding: 22px 0 0 50px;
  background-color: #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home__top .news_list dl {
  padding: 20px;
}
.home__top .news_list dt,
.home__top .news_list dd {
  display: inline-block;
  font-size: 100%;
  margin: 0 0 15px 0;
}
.home__top .news_list dt {
  width: 100px;
}
.home__top .news_list dd {
  width: calc(100% - 110px);
}
.home__top .news_list .program_list_more {
  padding: 20px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home__top .news_list .program_list_more a {
  margin: 0;
}
.home__under {
  margin: 0 auto 50px;
}
.home__under .inner {
  width: 100%;
  width: 1200px;
  margin: 0 auto;
}
.home__under .left_area {
  width: calc(100% - 290px - 20px);
}
.home__under .right_area {
  width: 290px;
}
.home .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .banner__box {
  display: block;
  width: calc(100% / 5);
  margin: 10px 5px;
}
.home .banner__box img {
  width: 100%;
  height: auto;
}
.home .event {
  margin: 0 -5px;
}
.home .event__item {
  display: inline-block;
  width: calc(100% / 3 - 10px);
  margin: 0 5px;
  vertical-align: top;
}
.home .event__item .image {
  height: 190px;
  text-align: center;
  background: #727071;
}
.home .event__item .image img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.home .event__item .date_wrapper,
.home .event__item .title {
  text-align: center;
}
.home .event .program_list_more {
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .event .program_list_more a {
  margin: 0;
}
.home .sponsors_box {
  margin: 0 auto;
  text-align: center;
}
.home .sponsors_box h2 {
  width: 90%;
  height: 60px;
  margin: 0 auto;
  background: url("../images/sponsor_line.png") repeat-x left 18px;
}
.home .sponsors_box h2 img {
  padding: 0 15px;
  background-color: #fff;
}
.home .gold_sponsors img,
.home .silver_sponsors img,
.home .bronze_sponsors img {
  vertical-align: middle;
}
.home .gold_sponsors {
  max-width: 1150px;
  font-size: 0;
  padding: 60px 0 20px;
}
.home .gold_sponsors img {
  margin: 20px 0 10px;
}
.home .gold_sponsors a {
  display: inline-block;
  width: calc(100% / 4);
  text-align: center;
}
.home .silver_sponsors {
  max-width: 1040px;
  font-size: 0;
  padding: 10px 0 20px;
}
.home .silver_sponsors img {
  margin: 20px 0 10px;
}
.home .silver_sponsors a {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}
.home .bronze_sponsors {
  max-width: 790px;
  font-size: 0;
  padding: 10px 0 20px;
}
.home .bronze_sponsors a {
  display: inline-block;
  width: calc(100% / 4);
  text-align: center;
}
.home .bronze_sponsors img {
  margin: 20px 0 10px;
}
.home .other_sponsors {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0 20px;
  text-align: center;
  border-top: 1px solid #EFD3E0;
}
.home .other_sponsors .title {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.home .other_sponsors .inner {
  margin: 0 0 30px 0;
}
.home .other_sponsors .inner a {
  color: #000;
}
.home .other_sponsors .assistance {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 10px 20px;
  text-align: center;
  vertical-align: top;
}
.home .other_sponsors .assistance:first-child {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.home .other_sponsors .assistance:first-child span {
  display: inline-block;
  color: #000;
  font-weight: bold;
  margin: 0 0 0 1em;
  line-height: 74px;
  vertical-align: top;
}
.home .other_sponsors .assistance:first-child img {
  width: auto;
  height: auto;
}
.home .other_sponsors .assistance:nth-child(2) img {
  margin: 0 0 -5px 0;
}
.home .other_sponsors .assistance:nth-child(2) p {
  color: #000;
  font-size: 14px;
  margin: 0 -50px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.home .other_sponsors .assistance:nth-child(3) {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
}
.home .other_sponsors .assistance:nth-child(4) img, .home .other_sponsors .assistance:nth-child(5) img {
  width: 40%;
  height: auto;
}

/*--------------------------------------------------------------
  Greeting
-------------------------------------------------------------- */
.greeting .greeting_contents_inner {
  width: 1024px;
  padding: 30px 0;
  margin: 0 auto;
}
.greeting .greeting_content {
  padding: 30px 0;
  font-size: 16px;
}
.greeting .greeting_coment_title {
  font-size: 20px;
  padding-bottom: 30px;
}
.greeting .greeting_out_box {
  width: 48%;
  display: inline-block;
  margin: 0 0 30px 0;
  text-align: center;
}
.greeting .greeting_out_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.greeting .greeting_out_box:nth-child(odd) {
  margin: 0 2% 0 0;
}
.greeting .greeting_image {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.greeting_single .bottom .right_img_box {
  width: 200px;
  overflow: hidden;
}
.greeting_single .bottom .right_img_box img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
  ポカヨコ
-------------------------------------------------------------- */
.recruitment .red_text {
  color: red;
}
.recruitment .line_text {
  text-decoration: line-through;
}
.recruitment__contents > dl > dt {
  font-weight: bold;
}
.recruitment__contents > dl > dd {
  margin: 0 0 30px 0;
}
.recruitment__contents > dl > dd dl dd {
  margin: 0 0 15px 0;
}
.recruitment__contents > dl > dd ul {
  list-style: inside;
}
.recruitment.style {
  color: #0065b6;
}
.recruitment.style .blue_slanting {
  position: relative;
}
.recruitment.style .blue_slanting:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0 -10% 0;
  background: #0065b6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 1;
}
.recruitment.style .blue_slanting__inner {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 10px 120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.recruitment.style .main_visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  background: url("../images/recruitment_main_visual.png") no-repeat center/cover;
  z-index: -1;
}
.recruitment.style #contents {
  width: 1200px;
  font-size: 14px;
  margin: -80px auto 100px;
  padding: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 101, 182, 0.7);
  -moz-box-shadow: 0 0 40px rgba(0, 101, 182, 0.7);
  box-shadow: 0 0 40px rgba(0, 101, 182, 0.7);
  overflow: hidden;
}
.recruitment.style .recruitment__heading {
  text-align: center;
  margin: 0;
}
.recruitment.style .recruitment__heading .date {
  font-size: 22px;
  font-weight: bold;
}
.recruitment.style .recruitment__heading .comments {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.recruitment.style .recruitment__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.recruitment.style .movie_area {
  width: 1000px;
  font-size: 0;
  padding: 0 0 120px 0;
  margin: 0 auto;
}
.recruitment.style .movie_thumbnail {
  display: inline-block;
  width: calc(50% - 20px);
}
.recruitment.style .movie_thumbnail:first-child {
  margin: 0 40px 0 0;
}
.recruitment.style .movie_thumbnail img {
  width: 100% !important;
}
.recruitment.style .catch_copy {
  margin: 0 0 120px 0;
}
.recruitment.style .catch_copy .blue_slanting__inner {
  font-size: 22px;
  font-weight: bold;
  padding: 80px 0;
  letter-spacing: 0.05em;
  text-align: center;
  overflow-y: visible;
}
.recruitment.style .catch_copy .blue_slanting__inner:before {
  top: 50%;
}
.recruitment.style .recruitment__overview {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 70px;
  text-align: center;
  line-height: 1.8;
}
.recruitment.style .recruitment__contents {
  width: 840px;
  margin: 0 auto;
}
.recruitment.style .parent_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px 0;
}
.recruitment.style .parent_item > dt, .recruitment.style .parent_item > dd {
  font-size: 16px;
  padding: 20px;
  margin: 0;
  vertical-align: bottom;
  border-bottom: 1px solid #0065b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recruitment.style .parent_item > dt {
  width: 25%;
}
.recruitment.style .parent_item > dd {
  width: 75%;
}
.recruitment.style .parent_item > dd * {
  line-height: 2;
}
.recruitment.style .parent_item > dd .how_to {
  margin: 30px 0 0 0;
}
.recruitment.style .parent_item > dd dt {
  font-weight: bold;
}
.recruitment.style .parent_item > dd ul {
  list-style: none;
}
.recruitment.style .parent_item > dd ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.recruitment.style .parent_item > dd ul li:before {
  position: absolute;
  content: "・";
  display: inline-block;
  left: 0;
}
.recruitment.style .parent_item > dd ul.list_style li:before {
  content: none;
}
.recruitment.style .about_item {
  padding: 30px 60px;
  margin: 0 0 30px 0;
  border: 8px solid #0065b6;
}
.recruitment.style .recruitment__about {
  margin: 0 0 120px 0;
  line-height: 2;
}
.recruitment.style .recruitment__about h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.recruitment.style .recruitment__about .icon {
  color: #FFF;
  padding: 0 10px;
  margin: 0 20px 0 0;
  background: #0065b6;
}
.recruitment.style .under_comments .blue_slanting__inner {
  font-size: 14px;
  padding: 120px 0 20px;
  text-align: center;
}
.recruitment.style .under_comments.blue_slanting:before {
  bottom: -150%;
  height: 180%;
}
.recruitment.style .under_comments.blue_slanting.list_style li:before {
  content: none;
}
.recruitment.style .about_item {
  padding: 30px 60px;
  margin: 0 0 30px 0;
  border: 8px solid #0065b6;
}
.recruitment.style .recruitment__about {
  margin: 0 0 120px 0;
  line-height: 2;
}
.recruitment.style .recruitment__about h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.recruitment.style .recruitment__about .icon {
  color: #FFF;
  padding: 0 10px;
  margin: 0 20px 0 0;
  background: #0065b6;
}
.recruitment.style .under_comments .blue_slanting__inner {
  font-size: 14px;
  padding: 120px 0 20px;
  text-align: center;
}
.recruitment.style .under_comments.blue_slanting:before {
  bottom: -150%;
  height: 180%;
}
.recruitment.style a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
  固定ページ　イベント詳細
-------------------------------------------------------------- */
.preceding_band {
  background: #000033;
}
.preceding_band h2 {
  width: 1024px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 0 auto;
  letter-spacing: 0.5em;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.event_box {
  width: 976px;
  margin: 50px auto;
  padding-left: 50px;
}
.event_box_sec {
  margin-bottom: 24px;
}
.event_box_image {
  text-align: center;
}
.event_box_image img {
  display: inline-block;
  width: auto;
  height: 533px;
}
.event_box_images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.event_box_images_list {
  width: 30%;
}
.event_box_images_list img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.event_box_images_list--02 {
  width: 100%;
}
.event_box_images a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
  固定ページ　イベント詳細
-------------------------------------------------------------- */
.preceding_band {
  background: #000033;
}
.preceding_band .inner {
  width: 1024px;
  color: #FFF;
  padding: 10px 0 10px 50px;
  margin: 0 auto;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.preceding_band .inner p {
  font-size: 12px;
}
.preceding_band .bold_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.preceding_band .link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #E3007E;
}

.event_box {
  width: 976px;
  margin: 50px auto;
  padding-left: 50px;
}
.event_box_sec {
  margin-bottom: 24px;
}
.event_box_image {
  text-align: center;
}
.event_box_image img {
  display: inline-block;
  width: auto;
  height: 533px;
}
.event_box_images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.event_box_images.center {
  justify-content: center;
}
.event_box_images.center .event_box_images_list {
  margin: 0 10px;
}
.event_box_images_list {
  width: 30%;
}
.event_box_images_list img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.event_box_images_list--02 {
  width: 100%;
}
.event_box_images_name {
  font-size: 12px;
  text-align: center;
}
.event_box_images.length_artists .event_box_images_list {
  text-align: center;
}
.event_box_images.length_artists .event_box_images_list img {
  display: inline-block;
  width: auto;
  height: 250px;
}
.event_box_images.horizontal_artists .event_box_images_list {
  text-align: center;
}
.event_box_images.horizontal_artists .event_box_images_list img {
  display: inline-block;
  width: auto;
  height: 190px;
}
.event_box_title {
  font-size: 20px;
  margin: 40px 0 24px;
}
.event_box_description {
  margin-bottom: 24px;
}
.event_box_description p:not(:last-child) {
  margin-bottom: 8px;
}
.event_box_detail dl {
  display: flex;
  margin-bottom: 8px;
}
.event_box_detail dt {
  width: 20%;
  max-width: 120px;
}
.event_box_detail dd {
  width: 80%;
}
.event_box_mb8 {
  margin-bottom: 8px;
}
.event_box_ticket {
  font-weight: 600;
}
.event_box_list {
  margin-bottom: 12px;
}
.event_box_buy_info {
  margin-bottom: 32px;
}
.event_box_buy_info dl {
  display: flex;
  margin-bottom: 8px;
}
.event_box_buy_info dt {
  width: 20%;
  max-width: 120px;
}
.event_box_buy_info dd {
  width: 80%;
}
.event_box_programs h4 {
  font-weight: 600;
}
.event_box_programs .event_box_programs_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 12px;
}
.event_box_programs .event_box_programs_list dt {
  min-width: 50px;
  width: 10%;
}
.event_box_programs .event_box_programs_list dd {
  width: 90%;
}
.event_box_caution {
  margin-bottom: 24px;
}
.event_box .reserve_button {
  display: block;
  width: 400px;
  color: #FFF;
  font-size: 20px;
  margin: 0 auto 10px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  background: #E3007E;
}
.event_box .contact_text {
  font-size: 16px;
  padding: 40px 20px 20px;
  margin: 30px 0 0 0;
  line-height: 3rem;
  border: 5px solid #000033;
}
.event_box .contact_text .title {
  display: block;
  width: 400px;
  color: #FFF;
  margin: -60px auto 0;
  line-height: 40px;
  text-align: center;
  background: #000033;
}
.event_box .contact_text .large_text {
  font-size: 25px;
  font-weight: bold;
}
.event_box .sponsors {
  margin: 30px 0;
}
.event_box .sponsors br {
  display: none;
}
.event_box .sponsors .icon {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 0 5px;
}
.event_box .sponsors .icon.anniversaire {
  background: url("../images/ev_icon/160anniversaire.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.akc_wordmark {
  background: url("../images/ev_icon/akc_wordmark.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.british_council {
  background: url("../images/ev_icon/british_council.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.bunkacho {
  background: url("../images/ev_icon/bunkacho.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.ccn {
  background: url("../images/ev_icon/ccn.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.chaillot {
  background: url("../images/ev_icon/chaillot.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.dance_east_bw {
  background: url("../images/ev_icon/dance_east_bw.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.eventlogo_beyon {
  background: url("../images/ev_icon/eventlogo_beyon.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.france {
  background: url("../images/ev_icon/france.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.japonismes2018 {
  background: url("../images/ev_icon/japonismes2018.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.kaat {
  background: url("../images/ev_icon/kaat.png") no-repeat center/100% auto;
}
.event_box .sponsors .icon.logo_bn {
  background: url("../images/ev_icon/logo_bn.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.lyon_danse {
  background: url("../images/ev_icon/lyon_danse.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.magcul {
  background: url("../images/ev_icon/magcul.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.moko {
  background: url("../images/ev_icon/moko.png") no-repeat center/auto 100%;
}
.event_box .sponsors .icon.yokohama_red_brick_warehouse {
  background: url("../images/ev_icon/yokohama_red_brick_warehouse.png") no-repeat center/100% auto;
}

/*--------------------------------------------------------------
  Tickets
-------------------------------------------------------------- */
.tickets #contents {
  width: calc(1024px - 100px);
  margin: 0 auto;
}
.tickets #contents .under_text {
  font-size: 25px;
  margin: 0 0 20px 0;
}
.tickets .ticket_center.ddd {
  padding: 20px;
  margin: 0 0 50px 0;
  border: 5px solid #000033;
}
.tickets .ticket_center .title {
  font-size: 23px;
  font-weight: bold;
}
.tickets .ticket_center .title span {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 1em;
}
.tickets .ticket_center .phone {
  font-size: 12px;
}
.tickets .ticket_center .phone:before {
  content: "TEL";
  display: inline-block;
  width: 44px;
  color: #FFF;
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  background: #000033;
}
.tickets .ticket_center .phone > * {
  display: inline-block;
  vertical-align: middle;
}
.tickets .ticket_center .web:before {
  content: "WEB";
  display: inline-block;
  width: 44px;
  color: #FFF;
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  background: #000033;
}
.tickets .ticket_center .web > * {
  display: inline-block;
  vertical-align: middle;
}
.tickets .ticket_center .large_text {
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.tickets .ticket_center .other_box {
  margin: 30px 0 0;
}

/*--------------------------------------------------------------
  Archive EventProgram
-------------------------------------------------------------- */
.archive.eventprogram .search_box {
  display: none;
}
.archive.eventprogram #container {
  padding: 30px 0;
}
.archive.eventprogram .program_04 {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 200px;
}
.archive.eventprogram .program_04 img {
  width: 100%;
  max-width: unset;
}

/*--------------------------------------------------------------
  About
-------------------------------------------------------------- */
.page.about .about_tb {
  max-width: 700px;
  font-size: 0;
}
.page.about .about_tb dt,
.page.about .about_tb dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.page.about .about_tb dt {
  width: calc(100% - 500px);
}
.page.about .about_tb dd {
  width: 500px;
  padding: 0 0 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  LP Work Shop
-------------------------------------------------------------- */
.ws .recruitment .through {
  text-decoration: line-through;
}
.ws .recruitment .on_cr {
  position: absolute;
  right: 10px;
  bottom: 85px;
  color: #E3007E;
  font-size: 14px;
}
.ws .recruitment .red_text {
  color: red;
}
.ws .recruitment .line_text {
  text-decoration: line-through;
}
.ws .recruitment.style {
  color: #E3007E;
}
.ws .recruitment.style .blue_slanting {
  position: relative;
}
.ws .recruitment.style .blue_slanting:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0 -10% 0;
  background: #E3007E;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 1;
}
.ws .recruitment.style .blue_slanting__inner {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 70px 10px 140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.ws .recruitment.style .main_visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  background: url("../images/2018/lp_main_visual.png") no-repeat center/cover;
  z-index: -1;
}
.ws .recruitment.style #contents {
  width: 1200px;
  font-size: 14px;
  margin: -80px auto 100px;
  padding: 0;
  -webkit-box-shadow: 0 0 40px rgba(225, 19, 126, 0.7);
  -moz-box-shadow: 0 0 40px rgba(225, 19, 126, 0.7);
  box-shadow: 0 0 40px rgba(225, 19, 126, 0.7);
  overflow: hidden;
}
.ws .recruitment.style .recruitment__heading {
  text-align: center;
  margin: 0;
}
.ws .recruitment.style .recruitment__heading .date {
  font-size: 22px;
  font-weight: bold;
}
.ws .recruitment.style .recruitment__heading .comments {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.ws .recruitment.style .recruitment__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.ws .recruitment.style .photo_area {
  position: relative;
  width: 100%;
  height: 390px;
  font-size: 0;
  padding: 0 0 120px 0;
  margin: 0 auto;
}
.ws .recruitment.style .photo_area__inner {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 890px;
  background: url("../images/2018/lp_photo.png") no-repeat center/auto 120%;
}
.ws .recruitment.style .catch_copy {
  margin: 0 0 120px 0;
}
.ws .recruitment.style .catch_copy .blue_slanting__inner {
  font-size: 22px;
  font-weight: bold;
  padding: 100px 0 40px;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: center;
  overflow-y: visible;
}
.ws .recruitment.style .catch_copy .blue_slanting__inner:before {
  top: 50%;
}
.ws .recruitment.style .recruitment__button_area {
  font-size: 20px;
  font-weight: bold;
  padding: 100px 0 0 0;
  margin: 0 auto 116px;
  text-align: center;
}
.ws .recruitment.style .recruitment__button_area .button {
  display: inline-block;
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  color: #E3007E;
  text-decoration: none;
  margin: 0 20px;
  text-align: center;
  line-height: 60px;
  border: 3px solid #E3007E;
  background: url("../images/2018/lp_down_arrow.png") no-repeat 95%;
}
.ws .recruitment.style .recruitment__contents {
  width: 1000px;
  margin: 0 auto;
}
.ws .recruitment.style .recruitment__contents .contents_item .title {
  position: relative;
  width: 100%;
  padding: 35px 0 0;
  margin: 0 0 36px 0;
  text-align: center;
}
.ws .recruitment.style .recruitment__contents .contents_item .title__en {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #EEE;
  font-size: 64px;
  font-weight: bold;
  margin: auto;
  line-height: 1;
  z-index: 0;
}
.ws .recruitment.style .recruitment__contents .contents_item .title__ja {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 1;
}
.ws .recruitment.style .recruitment__contents .work_shop {
  margin: 0 0 90px 0;
}
.ws .recruitment.style .recruitment__contents .work_shop__table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.ws .recruitment.style .recruitment__contents .work_shop__table th,
.ws .recruitment.style .recruitment__contents .work_shop__table td {
  padding: 0;
  border: 1px solid #E3007E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.ws .recruitment.style .recruitment__contents .work_shop__table th > a, .ws .recruitment.style .recruitment__contents .work_shop__table th > p,
.ws .recruitment.style .recruitment__contents .work_shop__table td > a,
.ws .recruitment.style .recruitment__contents .work_shop__table td > p {
  display: block;
  padding: 16px;
}
.ws .recruitment.style .recruitment__contents .work_shop__table th > a:nth-child(2), .ws .recruitment.style .recruitment__contents .work_shop__table th > p:nth-child(2),
.ws .recruitment.style .recruitment__contents .work_shop__table td > a:nth-child(2),
.ws .recruitment.style .recruitment__contents .work_shop__table td > p:nth-child(2) {
  border-top: 1px dotted #E3007E;
}
.ws .recruitment.style .recruitment__contents .work_shop__table th > a:nth-child(3), .ws .recruitment.style .recruitment__contents .work_shop__table th > p:nth-child(3),
.ws .recruitment.style .recruitment__contents .work_shop__table td > a:nth-child(3),
.ws .recruitment.style .recruitment__contents .work_shop__table td > p:nth-child(3) {
  border-top: 1px dotted #E3007E;
}
.ws .recruitment.style .recruitment__contents .work_shop__table .heading_title {
  width: calc(100% / 7);
  font-weight: bold;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}
.ws .recruitment.style .recruitment__contents .work_shop__table .heading_title:nth-child(1) {
  width: 100px;
}
.ws .recruitment.style .recruitment__contents .work_shop__table .heading_title:nth-child(2) {
  width: 120px;
}
.ws .recruitment.style .recruitment__contents .work_shop__table .heading_title:nth-child(3) {
  width: 160px;
}
.ws .recruitment.style .recruitment__contents .work_shop__table .heading_title:nth-child(6) {
  width: 50px;
}
.ws .recruitment.style .recruitment__contents .work_shop__table tbody tr:nth-child(odd) th,
.ws .recruitment.style .recruitment__contents .work_shop__table tbody tr:nth-child(odd) td {
  background: #fff7fb;
}
.ws .recruitment.style .recruitment__contents .instructors {
  margin: 0 auto 120px;
}
.ws .recruitment.style .recruitment__contents .instructors__inner {
  font-size: 0;
  margin: 0 -25px;
}
.ws .recruitment.style .recruitment__contents .instructors__wrapper {
  display: inline-block;
  width: 300px;
  margin: 0 25px;
  vertical-align: top;
}
.ws .recruitment.style .recruitment__contents .instructors__wrapper:nth-child(1) .instructors__item {
  margin: 0 0 54px 0;
}
.ws .recruitment.style .recruitment__contents .instructors__wrapper:nth-child(2) .instructors__item {
  margin: 0 0 80px 0;
}
.ws .recruitment.style .recruitment__contents .instructors__item {
  position: relative;
  width: 300px;
  font-size: 12px;
  padding: 0 0 20px;
  margin: 0 0 39px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ws .recruitment.style .recruitment__contents .instructors__item .photo img {
  max-width: 100%;
  height: auto;
}
.ws .recruitment.style .recruitment__contents .instructors__item .text_area {
  padding: 0 16px 21px;
}
.ws .recruitment.style .recruitment__contents .instructors__item .caption {
  color: #000;
  font-size: 10px;
  text-align: right;
}
.ws .recruitment.style .recruitment__contents .instructors__item .artist_name {
  font-size: 18px;
  margin: 0 0 23px 0;
  text-align: center;
}
.ws .recruitment.style .recruitment__contents .instructors__item .description {
  margin: 0 0 21px 0;
}
.ws .recruitment.style .recruitment__contents .instructors__item .link {
  word-break: break-all;
}
.ws .recruitment.style .recruitment__contents .instructors__item.original {
  border-bottom: 3px solid #2196f3;
}
.ws .recruitment.style .recruitment__contents .instructors__item.original:after {
  content: "創作ダンス";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 115px;
  color: #FFF;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #2196f3;
}
.ws .recruitment.style .recruitment__contents .instructors__item.cheerleading {
  border-bottom: 3px solid #8e24aa;
}
.ws .recruitment.style .recruitment__contents .instructors__item.cheerleading:after {
  content: "チア";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 115px;
  color: #FFF;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #8e24aa;
}
.ws .recruitment.style .recruitment__contents .instructors__item.hh {
  border-bottom: 3px solid #009688;
}
.ws .recruitment.style .recruitment__contents .instructors__item.hh:after {
  content: "Hip Hop";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 115px;
  color: #FFF;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #009688;
}
.ws .recruitment.style .recruitment__contents .instructors__item.musical {
  border-bottom: 3px solid #ffa000;
}
.ws .recruitment.style .recruitment__contents .instructors__item.musical:after {
  content: "ミュージカル";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 115px;
  color: #FFF;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #ffa000;
}
.ws .recruitment.style .recruitment__contents .application {
  margin: 0 auto 120px;
}
.ws .recruitment.style .recruitment__contents .application__dl {
  font-size: 0;
  border-bottom: 1px solid #E3007E;
}
.ws .recruitment.style .recruitment__contents .application__dl dt,
.ws .recruitment.style .recruitment__contents .application__dl dd {
  display: inline-block;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #E3007E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ws .recruitment.style .recruitment__contents .application__dl dt {
  width: 195px;
}
.ws .recruitment.style .recruitment__contents .application__dl dd {
  width: calc(100% - 195px);
  line-height: 2em;
}
.ws .recruitment.style .recruitment__contents .application__dl dd ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.ws .recruitment.style .recruitment__contents .application__dl dd ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.ws .recruitment.style .recruitment__contents .application__dl dd ol ul {
  margin: 0 0 0 2em;
}
.ws .recruitment.style .about_item {
  padding: 30px 60px;
  border: 8px solid #E3007E;
}
.ws .recruitment.style .about_item a {
  color: #E3007E;
}
.ws .recruitment.style .recruitment__about {
  width: 840px;
  font-size: 16px;
  margin: 0 auto 160px;
  line-height: 2em;
}
.ws .recruitment.style .recruitment__about h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.ws .recruitment.style .recruitment__about .icon {
  color: #FFF;
  padding: 0 10px;
  margin: 0 20px 0 0;
  background: #E3007E;
}
.ws .recruitment.style .under_comments .blue_slanting__inner {
  float: right;
  display: inline-block;
  width: 36%;
  font-size: 16px;
  padding: 30px 10px 20px;
  line-height: 2em;
  text-align: left;
}
.ws .recruitment.style .under_comments.blue_slanting:before {
  bottom: unset;
  height: 180%;
  top: 100%;
}
.ws .recruitment.style a {
  text-decoration: underline;
}
.ws .recruitment a {
  color: #8e24aa;
  text-decoration: underline;
}

/*--------------------------------------------------------------
  Design
-------------------------------------------------------------- */
body.design #contents .d_img img {
  width: 80%;
  height: auto;
}
body.design #contents h4,
body.design #contents .rules_p_under {
  font-size: 16px;
}
body.design #contents .clearfix {
  font-size: 12px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b4b4b4;
}
body.design #contents .clearfix .left_area,
body.design #contents .clearfix .right_area {
  width: 48%;
}
body.design #contents .clearfix .left_area .image img {
  width: 100px;
  height: 100px;
}
body.design #contents .clearfix .name_area {
  display: flex;
  align-items: center;
  height: 106px;
  margin: 0 0 10px 0;
}
body.design #contents .clearfix .name_area .image,
body.design #contents .clearfix .name_area .text {
  display: inline-block;
  vertical-align: middle;
}
body.design #contents .clearfix .name_area .image p:first-child,
body.design #contents .clearfix .name_area .text p:first-child {
  font-size: 18px;
  font-weight: bold;
}
body.design #contents .clearfix .name_area .text {
  max-width: 240px;
}
body.design #contents .clearfix .name_area .image {
  margin: 0 18px 0 0;
}
body.design #contents .clearfix .rules_p_under {
  font-size: 12px;
}
body.design #contents .clearfix + .rules_p_under {
  font-size: 12px;
}

/*--------------------------------------------------------------
  Event LP
-------------------------------------------------------------- */
.event_landing .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  background: none;
}
.event_landing .closed_header_text {
  display: inline-block;
}
.event_landing .closed_text {
  font-size: 30px;
  margin: 30px auto 50px;
  text-align: center;
}
.event_landing .common_wovn-languages {
  margin: 12px;
}
.event_landing .common_wovn-languages .wovn-switch {
  color: #E3007E !important;
}
.event_landing #movie,
.event_landing #about,
.event_landing #profile,
.event_landing #place,
.event_landing #message {
  margin-top: -56px;
  padding-top: 56px;
}
.event_landing .button_area {
  background: #E5002D;
}
.event_landing .button_area .button {
  color: #FFF;
}
.event_landing .button_area.pink {
  width: 200px;
  background: #E3007E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event_landing .button_area.pink .button {
  font-size: 14px;
  padding: 10px calc(6% + 10px) 10px 10px;
  line-height: 1.8;
  background: url("../images/2018/lp_button_arrow.png") no-repeat 94%/10px auto;
}
.event_landing .event_contents {
  padding: 0 0 130px 0;
}
.event_landing .common_width {
  width: 1000px;
  margin: 0 auto;
}
.event_landing .event_lp__slider {
  width: 100%;
}
.event_landing .event_lp__slider img {
  width: 100%;
  height: auto;
}
.event_landing .event_lp__text {
  font-size: 16px;
}
.event_landing .event_lp__index {
  font-size: 19px;
  color: #FFF;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
  line-height: 34px;
  background: url("../images/2018/lp_title_bk.png") no-repeat;
}
.event_landing .event_lp__index span {
  font-size: 12px;
  margin: 0 0 0 1em;
}
.event_landing .event_lp__item.movie {
  margin: 0 auto 85px;
}
.event_landing .event_lp__item.movie iframe {
  width: 100%;
  height: 562.5px;
}
.event_landing .event_lp__item.movie .column_even iframe {
  width: 100%;
  height: 262px;
}
.event_landing .event_lp__item.movie .column_odd iframe {
  width: 100%;
  height: 174px;
}
.event_landing .event_lp__item.about {
  margin: 0 auto 64px;
}
.event_landing .event_lp__item.about .about_title {
  font-family: "ＭＳ 明朝";
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
}
.event_landing .event_lp__item.about .about_other.left_side {
  text-align: left;
}
.event_landing .event_lp__item.about .event_lp__text {
  margin: 0 auto 60px;
}
.event_landing .event_lp__item.about .profile_slider {
  margin: 1em auto;
  text-align: center;
}
.event_landing .event_lp__item.about .schedule {
  margin: 0 auto 58px;
  text-align: center;
}
.event_landing .event_lp__item.about .schedule .about_schedule_wrapper {
  font-size: 16px;
}
.event_landing .event_lp__item.about .schedule .about_schedule_wrapper .item {
  margin: 0 0 30px 0;
}
.event_landing .event_lp__item.about .schedule .about_schedule_wrapper .schedule_title {
  font-weight: bold;
}
.event_landing .event_lp__item.profile {
  margin: 0 auto 116px;
}
.event_landing .event_lp__item.profile .profile_item {
  margin: 10px 10px 30px;
}
.event_landing .event_lp__item.profile .profile_item .profile_image {
  text-align: center;
  overflow: hidden;
}
.event_landing .event_lp__item.profile .profile_item .profile_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.event_landing .event_lp__item.profile .profile_item .profile_title {
  font-family: "ＭＳ 明朝";
  letter-spacing: -0.08em;
}
.event_landing .event_lp__item.profile .profile_item .profile_title .name {
  font-size: 22px;
}
.event_landing .event_lp__item.profile .profile_item .profile_title .sub_name {
  font-size: 18px;
  color: #898989;
}
.event_landing .event_lp__item.profile .profile_item.column_1 {
  display: block;
}
.event_landing .event_lp__item.profile .profile_item.column_even .profile_title .name {
  display: block;
}
.event_landing .event_lp__item.profile .profile_item.column_even .profile_title .sub_name {
  display: block;
}
.event_landing .event_lp__item.profile .profile_item.column_even .profile_image {
  height: 270px;
  text-align: center;
}
.event_landing .event_lp__item.profile .profile_item.column_even .profile_image img {
  display: inline-block;
}
.event_landing .event_lp__item.profile .profile_item.column_odd .profile_title .name {
  display: block;
}
.event_landing .event_lp__item.profile .profile_item.column_odd .profile_title .sub_name {
  display: block;
}
.event_landing .event_lp__item.profile .profile_item.column_odd .profile_image {
  height: 270px;
  text-align: center;
}
.event_landing .event_lp__item.profile .profile_item.column_odd .profile_image img {
  display: inline-block;
}
.event_landing .event_lp__item.profile .profile_text_wrapper {
  font-size: 16px;
}
.event_landing .event_lp__item.profile .profile_text_wrapper .profile_text_inner {
  margin: 0 0 30px 0;
}
.event_landing .event_lp__item.profile .profile_text_wrapper .title {
  font-weight: bold;
}
.event_landing .event_lp__item.place .map_wrapper {
  font-size: 0;
  margin: 0 0 40px 0;
}
.event_landing .event_lp__item.place .image_map {
  display: inline-block;
  width: 490px;
  margin: 0 10px 0 0;
}
.event_landing .event_lp__item.place .image_map img {
  width: 100%;
  height: auto;
}
.event_landing .event_lp__item.place #map {
  display: inline-block;
}
.event_landing .event_lp__item.place .place_title_wrapper {
  margin: 0 0 24px 0;
}
.event_landing .event_lp__item.place .place_name {
  display: inline-block;
  font-size: 20px;
  vertical-align: bottom;
}
.event_landing .event_lp__item.place .place_notes {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
}
.event_landing .event_lp__item.place .google_map_link {
  display: block;
  font-size: 16px;
  text-align: right;
}
.event_landing .button_area {
  width: 400px;
  padding: 1px;
  margin: 0 auto 92px;
}
.event_landing .button_area .button {
  display: block;
  font-size: 21px;
  padding: 0 0 0 23px;
  line-height: 70px;
  border: 1px solid #FFF;
  background: url("../images/2018/lp_button_arrow.png") no-repeat 95%/30px auto;
}
.event_landing .button_area .button span {
  font-size: 16px;
  margin: 0 0 0 1em;
}
.event_landing .column_1 {
  display: block;
}
.event_landing .column_even {
  display: inline-block;
  width: calc(100% / 2 - 1em - 10px);
  margin: 0 10px;
  vertical-align: top;
}
.event_landing .column_odd {
  display: inline-block;
  width: calc(100% / 3 - 1em - 10px);
  margin: 0 10px;
  vertical-align: top;
}
.event_landing.yokohamabaysideballet .event_contents {
  color: #FFF;
  background: #0a0605;
}
.event_landing.akramkhan .event_contents {
  color: #FFF;
  background: #060303;
}
.event_landing.condorz_gara .event_contents {
  color: #000;
  background: #FFF;
}
.event_landing.triplebill .event_contents {
  color: #FFF;
  background: #007dc6;
}
.event_landing.triplebill .event_lp__item.profile .profile_item .profile_title .sub_name {
  color: #3E3A39;
}
.event_landing.lorraine .event_contents {
  color: #595757;
  background: #dddfde;
}
.event_landing.lorraine .button_area {
  background: #E5002D;
}
.event_landing.lorraine .button_area .button {
  color: #FFF;
}
.event_landing.mathurinbolze .event_contents {
  color: #FFF;
  background: #000;
}
.event_landing.mathurinbolze .button_area {
  background: #E5002D;
}
.event_landing.mathurinbolze .button_area .button {
  color: #FFF;
}
.event_landing.sonar .event_contents {
  color: #FFF;
  background: #0b0000;
}
.event_landing.sonar .button_area {
  background: #E5002D;
}
.event_landing.sonar .button_area .button {
  color: #FFF;
}
.event_landing.pinokionouso .event_contents {
  color: #FFF;
  background: #090a0d;
}
.event_landing.pinokionouso .button_area {
  background: #E5002D;
}
.event_landing.pinokionouso .button_area .button {
  color: #FFF;
}
.event_landing .tickets_content {
  width: 1000px;
  padding: 60px 0 50px;
  margin: 0 auto;
  border-bottom: 2px solid #3E3A39;
}
.event_landing .tickets_content .tickets_heading {
  padding: 0 0 19px 0;
  text-align: center;
  border-bottom: 2px solid #3E3A39;
}
.event_landing .tickets_content .tickets_heading .event_name {
  font-size: 17px;
}
.event_landing .tickets_content .tickets_heading .ja {
  font-size: 33px;
}
.event_landing .tickets_content .tickets_heading .en {
  font-size: 15px;
}
.event_landing .tickets_content .tickets_top {
  margin: 0 0 60px;
  text-align: center;
}
.event_landing .tickets_content .tickets_top .tickets_notes {
  font-size: 24px;
}
.event_landing .tickets_content .tickets_inner {
  padding: 40px 0 0;
  word-break: break-all;
}
.event_landing .tickets_content .tickets_date {
  letter-spacing: -0.05em;
  text-align: center;
}
.event_landing .tickets_content .tickets_date.ja {
  font-size: 32px;
}
.event_landing .tickets_content .tickets_date.ja .num {
  font-size: 54px;
}
.event_landing .tickets_content .tickets_date.ja .week.Sunday:after {
  content: "(日)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Monday:after {
  content: "(月)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Tuesday:after {
  content: "(火)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Wednesday:after {
  content: "(水)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Thursday:after {
  content: "(木)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Friday:after {
  content: "(金)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.ja .week.Saturday:after {
  content: "(土)";
  display: inline-block;
}
.event_landing .tickets_content .tickets_date.en {
  display: inline-block;
  font-size: 23px;
  margin: 0 0 0 0.5em;
}
.event_landing .tickets_content .seat_ja {
  font-size: 24px;
  text-align: center;
}
.event_landing .tickets_content .seat_ja span {
  display: inline-block;
}
.event_landing .tickets_content .seat_ja span:after {
  content: "／";
  display: inline-block;
}
.event_landing .tickets_content .seat_ja span:last-child:after {
  content: none;
}
.event_landing .tickets_content .seat_en {
  font-size: 17px;
  margin: 0 0 1em 0;
  text-align: center;
}
.event_landing .tickets_content .seat_en span {
  display: inline-block;
}
.event_landing .tickets_content .seat_en span:after {
  content: "／";
  display: inline-block;
}
.event_landing .tickets_content .seat_en span:last-child:after {
  content: none;
}
.event_landing .tickets_content .discount {
  font-size: 18px;
  margin: 0 0 60px;
}
.event_landing .tickets_content .tickets_store {
  font-size: 19px;
  margin: 0 0 45px 0;
}
.event_landing .tickets_content .tickets_store .tickets__text {
  margin: 0 0 1em;
}
.event_landing .tickets_content .tickets_store span.store_name {
  display: block;
}
.event_landing .tickets_content .tickets_store span.store_time {
  display: block;
}
.event_landing .tickets_content .about {
  margin: 0 0 60px 0;
  text-align: center;
}
.event_landing .tickets_content .about .about_item {
  margin: 0 0 2em 0;
}
.event_landing .tickets_content .about .about_item:last-child {
  margin: 0;
}
.event_landing .tickets_content .about:last-child {
  margin: 0;
}
.event_landing .tickets_content .about__heading {
  font-size: 20px;
  margin: 0 0 21px 0;
}
.event_landing .tickets_content .about .title {
  display: inline-block;
  font-size: 25px;
  margin: 0 0.5em 0;
}
.event_landing .tickets_content .about .tel {
  display: inline-block;
  font-size: 25px;
}
.event_landing .tickets_content .about .tel span {
  font-size: 18px;
}
.event_landing .tickets_content .about .time {
  font-size: 16px;
}
.event_landing .other_contents {
  width: 1000px;
  padding: 32px 0 50px;
  margin: 0 auto;
}
.event_landing .other_contents .title {
  font-weight: bold;
}
.event_landing .other_contents .left_area,
.event_landing .other_contents .right_area {
  display: inline-block;
  width: 490px;
  font-size: 12px;
  vertical-align: top;
}
.event_landing .other_contents .left_area {
  font-size: 13px;
  margin: 0 10px 0 0;
}
.event_landing .other_contents .sponsors_icon {
  margin: 30px 0;
  text-align: center;
}
.event_landing .other_contents .sponsors_icon br {
  display: none;
}
.event_landing .other_contents .sponsors_icon .icon {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 0 5px;
}
.event_landing .other_contents .sponsors_icon .icon.anniversaire {
  background: url("../images/ev_icon/160anniversaire.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.akc_wordmark {
  background: url("../images/ev_icon/akc_wordmark.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.british_council {
  background: url("../images/ev_icon/british_council.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.bunkacho {
  background: url("../images/ev_icon/bunkacho.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.ccn {
  background: url("../images/ev_icon/ccn.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.chaillot {
  background: url("../images/ev_icon/chaillot.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.dance_east_bw {
  background: url("../images/ev_icon/dance_east_bw.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.eventlogo_beyon {
  background: url("../images/ev_icon/eventlogo_beyon.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.france {
  background: url("../images/ev_icon/france.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.japonismes2018 {
  background: url("../images/ev_icon/japonismes2018.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.kaat {
  background: url("../images/ev_icon/kaat.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.logo_bn {
  background: url("../images/ev_icon/logo_bn.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.lyon_danse {
  background: url("../images/ev_icon/lyon_danse.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.magcul {
  background: url("../images/ev_icon/magcul.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.moko {
  background: url("../images/ev_icon/moko.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.mpta {
  background: url("../images/ev_icon/mpta.png") no-repeat center/auto 100%;
}
.event_landing .other_contents .sponsors_icon .icon.yokohama_red_brick_warehouse {
  background: url("../images/ev_icon/yokohama_red_brick_warehouse.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.frikar {
  background: url("../images/ev_icon/frikar.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.zkm_karlsruhe {
  background: url("../images/ev_icon/zkm_karlsruhe.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.synthax {
  background: url("../images/ev_icon/synthax.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.norway {
  background: url("../images/ev_icon/norway.png") no-repeat center/100% auto;
}
.event_landing .other_contents .sponsors_icon .icon.total {
  background: url("../images/ev_icon/total.png") no-repeat center/100% auto;
}
.event_landing #lpNavigation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 56px;
  background: #3E3A39;
  z-index: 9999;
}
.event_landing #lpNavigation * {
  color: #FFF;
}
.event_landing #lpNavigation .title_wrapper {
  display: inline-block;
}
.event_landing #lpNavigation .title_wrapper .site_title,
.event_landing #lpNavigation .title_wrapper .event_title {
  display: inline-block;
  font-size: 12px;
  padding: 0 20px;
  vertical-align: middle;
}
.event_landing #lpNavigation .title_wrapper .site_title {
  height: 56px;
  padding: 9px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event_landing #lpNavigation .title_wrapper span {
  display: inline-block;
  width: 1px;
  height: 40px;
  vertical-align: middle;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #FFF;
}
.event_landing #lpNavigation .menu {
  display: inline-block;
  font-size: 0;
}
.event_landing #lpNavigation .menu li {
  display: inline-block;
  height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event_landing #lpNavigation .menu li.active {
  border-bottom: 3px solid #E3007E;
}
.event_landing #lpNavigation .menu li:first-child a {
  border-left: 1px solid #727171;
}
.event_landing #lpNavigation .menu a {
  display: inline-block;
  font-size: 12px;
  padding: 0 12px;
  line-height: 25px;
  border-right: 1px solid #727171;
}
.event_landing #lpNavigation .button_area {
  margin: 0;
}
.event_landing #lpNavigation .button_area .button {
  font-size: 16px;
  line-height: 53px;
}
.event_landing #lpNavigation .button_area .button span {
  font-size: 12px;
}
.event_landing .lp_footer {
  position: relative;
  padding: 60px 0 10px;
  background: #3E3A39;
}
.event_landing .lp_footer .wovn_desc {
  color: #FFF;
  text-align: center;
}
.event_landing .lp_footer__title_area {
  width: 1000px;
  margin: 0 auto 5px;
  text-align: center;
}
.event_landing .lp_footer__title_area .site_title,
.event_landing .lp_footer__title_area .event_title {
  display: inline-block;
  font-size: 17px;
  color: #FFF;
  padding: 0 25px;
  vertical-align: middle;
}
.event_landing .lp_footer__title_area span {
  display: inline-block;
  width: 1px;
  height: 70px;
  vertical-align: middle;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #FFF;
}
.event_landing .lp_footer__title_area a {
  color: #FFF;
}
.event_landing .lp_footer__menu {
  width: 1000px;
  margin: 0 auto 45px;
  text-align: center;
}
.event_landing .lp_footer__menu li {
  display: inline-block;
  border-right: 1px solid #727171;
}
.event_landing .lp_footer__menu li:first-child {
  border-left: 1px solid #727171;
}
.event_landing .lp_footer__menu a {
  display: block;
  font-size: 15px;
  color: #FFF;
  padding: 0 15px;
  line-height: 30px;
}
.event_landing .lp_footer__page_top {
  position: absolute;
  right: 50px;
  bottom: 70px;
  display: block;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: url("../images/2018/lp_page_top.png") no-repeat center;
}
.event_landing .lp_footer__copyright {
  font-size: 10px;
  color: #FFF;
  text-align: center;
}

body.cultural-program {
  position: relative;
  height: 100vh;
}
body.cultural-program p {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 32px;
  padding: 0 20px;
  text-align: center;
  word-break: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=renewal_pc.min.css.map */
