@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
/*.定数・変数 */
/* =============================================================================

	文化祭
	/information/cultural_festival/

============================================================================= */
/*-------------------------------------------------------------

	メインビジュアル

-------------------------------------------------------------*/
.cultural_festival .page_mainvisual {
  padding-bottom: 0;
}

.cultural_festival .page_mainvisual.done .photo {
  background: url("../images/cultural_festival_mainvisual_bg.jpg") no-repeat !important;
  background-size: cover !important;
}

.cultural_festival .page_mainvisual .photo img {
  -o-object-fit: contain;
  object-fit: contain;
}

/*-------------------------------------------------------------

	フロアマップ

-------------------------------------------------------------*/
.cultural_festival .floor_map {
  margin-top: 40px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map {
    margin-top: 6vw;
  }
}
.cultural_festival .floor_map + .floor_map {
  margin-top: 80px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map + .floor_map {
    margin-top: 10vw;
  }
}
.cultural_festival .floor_map .major {
  margin: 0 -5px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .major {
    margin: -1vw -0.5vw 0;
  }
}
.cultural_festival .floor_map .major li {
  min-width: 6em;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-radius: 2em;
  padding: 0 10px;
  margin: 0 5px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .major li {
    font-size: 2.6vw;
    margin: 1vw 0.5vw 0;
  }
}
.cultural_festival .floor_map .major li.design {
  color: #8f61a2;
  border-color: #8f61a2;
}

.cultural_festival .floor_map .major li.car {
  color: #f1b000;
  border-color: #f1b000;
}

.cultural_festival .floor_map .major li.illust, .cultural_festival .floor_map .major li.ai {
  color: #e50111;
  border-color: #e50111;
}

.cultural_festival .floor_map .major li.manga {
  color: #dc4f93;
  border-color: #dc4f93;
}

.cultural_festival .floor_map .major li.game, .cultural_festival .floor_map .major li.anime {
  color: #1d50a0;
  border-color: #1d50a0;
}

.cultural_festival .floor_map .major li.cg, .cultural_festival .floor_map .major li.movie {
  color: #52b489;
  border-color: #52b489;
}

.cultural_festival .floor_map .major li.hotel {
  color: #245B4E;
  border-color: #245B4E;
}

.cultural_festival .floor_map .major li.tourism {
  color: #877c9e;
  border-color: #877c9e;
}

.cultural_festival .floor_map .major li.airline {
  color: #6595a5;
  border-color: #6595a5;
}

.cultural_festival .floor_map .major li.bridal {
  color: #D0628A;
  border-color: #D0628A;
}

.cultural_festival .floor_map .major li.cafe {
  color: #f08300;
  border-color: #f08300;
}

.cultural_festival .floor_map .major li.sports {
  color: #f29840;
  border-color: #f29840;
}

.cultural_festival .floor_map .name {
  height: 60px;
  margin-top: 20px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .name {
    height: 8vw;
    margin-top: 4vw;
  }
}
.cultural_festival .floor_map .name.thl {
  height: 45px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .name.thl {
    height: 5.1vw;
  }
}
.cultural_festival .floor_map .name img {
  height: 100%;
  width: auto;
}

.cultural_festival .floor_map .map {
  margin-top: 40px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .map {
    margin-top: 4vw;
  }
}
.cultural_festival .floor_map .alert {
  margin-top: 40px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .floor_map .alert {
    margin-top: 4vw;
  }
}
.cultural_festival .floor_map .alert li {
  font-size: 0.8em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.cultural_festival .event_tag {
  text-align: center;
  margin: 20px -5px 0;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_tag {
    margin: 4vw -1vw 0;
  }
}
.cultural_festival .event_tag li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  background: #e4345e;
  border-radius: 2em;
  padding: 0 20px;
  margin: 0 5px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_tag li {
    font-size: 3.5vw;
    margin: 0 1vw;
  }
}
/*-------------------------------------------------------------

	イベントステージ

-------------------------------------------------------------*/
.cultural_festival .event_stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -20px 0;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage {
    display: block;
    margin: 0;
  }
}
.cultural_festival .event_stage .day {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 20px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day {
    border-radius: 4vw;
    padding: 4vw;
    margin: 4vw 0 0;
  }
}
.cultural_festival .event_stage .day .date {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .date {
    font-size: 5vw;
  }
}
.cultural_festival .event_stage .day .date .dow {
  display: inline-block;
  color: #fff;
  font-size: 0.6em;
  line-height: 1.4;
  padding: 0 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
}

.cultural_festival .event_stage .day .date .dow.sat {
  background: #26a7e1;
}

.cultural_festival .event_stage .day .date .dow.sun {
  background: #e4345e;
}

.cultural_festival .event_stage .day .timeline .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event {
    margin-top: 4vw;
  }
}
.cultural_festival .event_stage .day .timeline .event .time {
  position: relative;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event .time {
    -ms-flex-preferred-size: 15vw;
    flex-basis: 15vw;
  }
}
.cultural_festival .event_stage .day .timeline .event .time:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
}

.cultural_festival .event_stage .day .timeline .event .time .clock {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  padding: 0.25em 0.5em;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event .time .clock {
    font-size: 3vw;
  }
}
.cultural_festival .event_stage .day .timeline .event .time .clock.start {
  top: 0;
}

.cultural_festival .event_stage .day .timeline .event .time .clock.end {
  bottom: 0;
}

.cultural_festival .event_stage .day .timeline .event .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5em 0 1.5em 1em;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event .data .event_title {
    font-size: 4vw;
  }
}
.cultural_festival .event_stage .day .timeline .event .data .event_title.mcpickup {
  color: #f08437;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title.specialguest {
  color: #007d33;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title .icon {
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event .data .event_title .icon {
    height: 10vw;
  }
}
.cultural_festival .event_stage .day .timeline .event .data .event_title .icon img {
  height: 100%;
  width: auto;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title .caption {
  display: block;
  font-size: 0.75em;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title + p {
  line-height: 1.6;
  margin-top: 0;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title + p.mt {
  margin-top: 10px;
}

.cultural_festival .event_stage .day .timeline .event .data .event_title + p .avotor {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0 20px 20px;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .event_stage .day .timeline .event .data .event_title + p .avotor {
    width: 20vw;
    height: 20vw;
    margin: 0 0 4vw 4vw;
  }
}
.cultural_festival .entry a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background: #ff4e4e;
  border-radius: 100px;
}

@media screen and (max-width: 1000px) {
  .cultural_festival .entry a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .cultural_festival .entry a {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.cultural_festival .entry a:hover {
  background: #ed4b4b;
}

/*-------------------------------------------------------------

	ご挨拶

-------------------------------------------------------------*/
.cultural_festival .greeting .headline .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1.4;
}
.cultural_festival .greeting .headline .title .orange {
  color: #ea5514;
}

.cultural_festival .greeting .headline .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 20px;
  height: 2px;
  border-top: 2px solid #000;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.cultural_festival .greeting .headline .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  width: 20px;
  height: 2px;
  border-top: 2px solid #000;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.cultural_festival .greeting .text {
  text-align: center;
  margin-top: 30px;
}

.cultural_festival .greeting .text p {
  line-height: 1.8;
  font-weight: bold;
}

.cultural_festival .greeting .text p + p {
  margin-top: 1em;
}

.cultural_festival .greeting .text .signature {
  font-size: 0.9em;
  margin-top: 2em;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .greeting .headline .title {
    font-size: 4.8vw;
  }
  .cultural_festival .greeting .headline .title:before {
    left: -1.5em;
    width: 20px;
    height: 1px;
    border-top: 1px solid #000;
  }
  .cultural_festival .greeting .headline .title:after {
    right: -1.5em;
    width: 20px;
    height: 1px;
    border-top: 1px solid #000;
  }
  .cultural_festival .greeting .text {
    text-align: left;
    margin-top: 15px;
  }
  .cultural_festival .greeting .text .signature {
    font-size: 0.8em;
    text-align: right;
  }
}
/*-------------------------------------------------------------

	イベント概要

-------------------------------------------------------------*/
.cultural_festival .exhibition {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition {
    margin-top: 10vw;
  }
}
.cultural_festival .exhibition .flex_container {
  margin-top: -40px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .flex_container {
    margin-top: -20px;
  }
}
.cultural_festival .exhibition .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item {
    border-radius: 20px;
    margin-top: 20px;
  }
}
.cultural_festival .exhibition .item .txt {
  padding: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item .txt {
    padding: 4vw;
  }
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item .txt .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px;
  }
}
.cultural_festival .exhibition .item .txt .sub {
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item .txt .sub {
    margin: 0 5px;
  }
}
.cultural_festival .exhibition .item .txt .sub span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  padding: 0 1em;
}
.cultural_festival .exhibition .item .txt .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item .txt .title {
    font-size: 5vw;
    margin: 0 5px;
  }
}
.cultural_festival .exhibition .item .txt .title + p {
  margin-top: 10px;
}
.cultural_festival .exhibition .item .txt ul {
  margin-top: 10px;
}
.cultural_festival .exhibition .item .txt li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item .txt li {
    font-size: 3.8vw;
  }
}
.cultural_festival .exhibition .item .txt .alert {
  font-size: 0.75em;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.cultural_festival .exhibition .item.student .txt .sub span {
  background: #598f35;
}
.cultural_festival .exhibition .item.student .txt .title {
  color: #598f35;
}
.cultural_festival .exhibition .item.job .txt .sub span {
  background: #ea5514;
}
.cultural_festival .exhibition .item.job .txt .title {
  color: #ea5514;
}
.cultural_festival .exhibition .item.event .txt .sub span {
  background: #1f5494;
}
.cultural_festival .exhibition .item.event .txt .title {
  color: #1f5494;
}
.cultural_festival .exhibition .item p {
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition .item p {
    font-size: 3.5vw;
  }
}

/* 総作品展示数 */
.cultural_festival .exhibition .detail ul li.total {
  margin: 0 1.4018691589%;
}

.cultural_festival .exhibition .detail ul li.total .ribon .title,
.cultural_festival .exhibition .detail ul li.total .ribon .left,
.cultural_festival .exhibition .detail ul li.total .ribon .right {
  background: #1f5494;
}

.cultural_festival .exhibition .detail ul li.total .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 0 auto;
}

.cultural_festival .exhibition .detail ul li.total .circle li {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #1f5494;
  border-radius: 65px;
  overflow: hidden;
}

.cultural_festival .exhibition .detail ul li.total .circle li:first-child {
  margin-right: 40px;
}

.cultural_festival .exhibition .detail ul li.total .circle li span {
  width: 100%;
}

.cultural_festival .exhibition .detail ul li.total .circle li .num {
  font-family: "GothicA1-Black-Subset", sans-serif;
  font-size: 30px;
  font-weight: normal;
  padding: 0 0.1em;
  margin-bottom: -0.5em;
}

.cultural_festival .exhibition .detail ul li.total .portfolio {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

/* 同時開催 */
.cultural_festival .exhibition .detail ul li.same {
  position: relative;
  margin: 0 1.4018691589%;
}

.cultural_festival .exhibition .detail ul li.same .ribon .title,
.cultural_festival .exhibition .detail ul li.same .ribon .left,
.cultural_festival .exhibition .detail ul li.same .ribon .right {
  background: #c60000;
}

.cultural_festival .exhibition .detail ul li.same .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cultural_festival .exhibition .detail ul li.same .date li {
  position: relative;
  font-family: "GothicA1-Black-Subset", sans-serif;
  color: #c60000;
  font-size: 36px;
  line-height: 1;
  margin-right: 10px;
}

.cultural_festival .exhibition .detail ul li.same .date li:last-child {
  margin-right: 0;
}

.cultural_festival .exhibition .detail ul li.same .date li:first-child:before {
  content: "9/";
  position: absolute;
  top: 0;
  left: -1.2em;
  font-size: 26px;
}

.cultural_festival .exhibition .detail ul li.same .date li span {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  background: #c60000;
  padding-top: 0.3em;
}

.cultural_festival .exhibition .detail ul li.same .text {
  margin-top: 15px;
}

.cultural_festival .exhibition .detail ul li.same .text h4 {
  font-size: 28px;
  font-weight: bold;
}

.cultural_festival .exhibition .detail ul li.same .plan {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: #c60000;
  /*background: -webkit-linear-gradient(90deg, #f50 0, #ffe132 50%, #f50 100%);
  background: linear-gradient(90deg, #f50 0, #ffe132 50%, #f50 100%);*/
  padding: 5px;
}

.cultural_festival .exhibition .detail ul li.same .plan p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 110px;
  height: 110px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-radius: 55px;
  background: #fff;
}

.cultural_festival .exhibition .detail ul li.same .plan p span {
  display: block;
  width: 100%;
}

.cultural_festival .exhibition .detail ul li.same .plan p span.num {
  font-family: "GothicA1-Black-Subset", sans-serif;
  display: inline-block;
  width: auto;
  color: #c60000;
  font-size: 34px;
  font-weight: normal;
  /*letter-spacing: 0;*/
  padding: 0 0.1em;
  margin-bottom: -0.5em;
}

/* 出張編集部（作品添削会） */
.cultural_festival .exhibition .editing {
  margin-top: 50px;
}

.cultural_festival .exhibition .editing .heading {
  text-align: center;
}

.cultural_festival .exhibition .editing .copy {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}

.cultural_festival .exhibition .editing .copy:before,
.cultural_festival .exhibition .editing .copy:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3.6em;
  border-left: solid 2px #000;
}

.cultural_festival .exhibition .editing .copy:before {
  left: -1.5em;
  -webkit-transform: translateY(-40%) rotate(-30deg);
  transform: translateY(-40%) rotate(-30deg);
}

.cultural_festival .exhibition .editing .copy:after {
  right: -1.5em;
  -webkit-transform: translateY(-40%) rotate(30deg);
  transform: translateY(-40%) rotate(30deg);
}

.cultural_festival .exhibition .editing .copy span {
  color: #c60000;
  font-size: 36px;
  padding: 0 0.1em;
}

.cultural_festival .exhibition .editing .tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}

.cultural_festival .exhibition .editing .tour .ph {
  width: 160px;
}

.cultural_festival .exhibition .editing .tour .text {
  width: 880px;
  margin-right: 30px;
}

.cultural_festival .exhibition .editing .tour .text p {
  /*font-size: 18px;*/
  line-height: 2;
}

.cultural_festival .exhibition .editing .performance {
  margin-top: 30px;
}

.cultural_festival .exhibition .editing .performance .title {
  text-align: center;
  margin-bottom: 10px;
}

.cultural_festival .exhibition .editing .performance .title a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.cultural_festival .exhibition .editing .performance .title a .arw {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cultural_festival .exhibition .editing .performance .title a .arw:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
  transform: translate(-50%, -65%) rotate(135deg);
}

.cultural_festival .exhibition .editing .performance.disp .title a .arw {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cultural_festival .exhibition .editing .performance .title a:hover {
  text-decoration: none;
}

.cultural_festival .exhibition .editing .performance .title .color {
  color: #1f5494;
}

.cultural_festival .exhibition .editing .performance .frame {
  position: relative;
  display: none;
  -webkit-box-sizing: 100%;
          box-sizing: 100%;
  width: 100%;
  background: #f3f6f7;
  /*border: 1px dashed #000;*/
}

.cultural_festival .exhibition .editing .performance .frame .inner {
  position: relative;
  padding: 30px 0;
}

.cultural_festival .exhibition .editing .performance .frame:before,
.cultural_festival .exhibition .editing .performance .frame:after,
.cultural_festival .exhibition .editing .performance .frame .inner:before,
.cultural_festival .exhibition .editing .performance .frame .inner:after {
  content: none;
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cultural_festival .exhibition .editing .performance.finished .frame:before,
.cultural_festival .exhibition .editing .performance.finished .frame:after,
.cultural_festival .exhibition .editing .performance.finished .frame .inner:before,
.cultural_festival .exhibition .editing .performance.finished .frame .inner:after {
  opacity: 1;
}

.cultural_festival .exhibition .editing .performance .frame:before {
  top: -2px;
  left: -2px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

.cultural_festival .exhibition .editing .performance .frame:after {
  top: -2px;
  right: -2px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

.cultural_festival .exhibition .editing .performance .frame .inner:before {
  bottom: -2px;
  left: -2px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}

.cultural_festival .exhibition .editing .performance .frame .inner:after {
  bottom: -2px;
  right: -2px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.cultural_festival .exhibition .editing .performance .frame .inner .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cultural_festival .exhibition .editing .performance .frame .inner .total .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  /*border-left: 1px solid #1f5494;*/
  padding: 0 30px;
}

.cultural_festival .exhibition .editing .performance .frame .inner .total .col:first-child {
  border-left: none;
}

.cultural_festival .exhibition .editing .performance .frame .inner .company {
  margin-top: 15px;
}

.cultural_festival .exhibition .editing .performance .frame .inner .company:first-child {
  margin-top: 0;
}

.cultural_festival .exhibition .editing .performance .frame .inner .company li {
  font-size: 14px;
}

.cultural_festival .exhibition .editing .performance .frame .inner .company li.name {
  color: #1f5494;
  font-weight: bold;
}

/* スケジュール */
.cultural_festival .exhibition .schedule {
  margin-top: 40px;
}

.cultural_festival .exhibition .schedule .title {
  text-align: center;
}

.cultural_festival .exhibition .schedule .title a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 24px;
  line-height: 1;
}

.cultural_festival .exhibition .schedule .title a .arw {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cultural_festival .exhibition .schedule .title a .arw:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
  transform: translate(-50%, -65%) rotate(135deg);
}

.cultural_festival .exhibition .schedule.disp .title a .arw {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cultural_festival .exhibition .schedule .title a:hover {
  text-decoration: none;
}

.cultural_festival .exhibition .schedule .title .color {
  color: #1f5494;
}

.cultural_festival .exhibition .schedule .scroll {
  display: none;
}

.cultural_festival .exhibition .schedule .date {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.cultural_festival .exhibition .schedule table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 5px;
}

.cultural_festival .exhibition .schedule table th,
.cultural_festival .exhibition .schedule table td {
  font-size: 14px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
}

.cultural_festival .exhibition .schedule table td {
  background: #fff;
}

.cultural_festival .exhibition .schedule .genre {
  width: 15%;
  font-weight: bold;
}

.cultural_festival .exhibition .schedule .company {
  width: 30%;
  font-weight: bold;
}

.cultural_festival .exhibition .schedule .department {
  width: 65%;
}

.cultural_festival .exhibition .schedule .manga {
  /*background: #ffffec;*/
  background: #f3f6f7;
}

.cultural_festival .exhibition .schedule .illust {
  /*background: #fff2f2;*/
  background: #f3f6f7;
}

.cultural_festival .exhibition .photos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cultural_festival .exhibition .photos {
  margin-top: 50px;
}

.cultural_festival .exhibition .photos ul li {
  width: 24.2990654206%;
  margin-right: 0.9345794393%;
}

.cultural_festival .exhibition .photos ul li:last-child {
  margin-right: 0;
}

.cultural_festival .exhibition .photos p {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .cultural_festival .exhibition .detail ul li.same .text h4 {
    font-size: 2.4vw;
  }
  .cultural_festival .exhibition .detail ul li.same .plan {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .cultural_festival .exhibition .detail ul li.same .plan p {
    width: 90px;
    height: 90px;
    font-size: 14px;
    border-radius: 45px;
  }
  .cultural_festival .exhibition .detail ul li.same .plan p span.num {
    font-size: 26px;
  }
}
@media only screen and (max-width: 800px) {
  .cultural_festival .exhibition {
    margin-top: 30px;
  }
  .cultural_festival .exhibition .detail ul.ribon_box {
    display: block;
  }
  .cultural_festival .exhibition .detail ul li.total,
  .cultural_festival .exhibition .detail ul li.same {
    width: 100%;
  }
  .cultural_festival .exhibition .detail ul li .ribon {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
  }
  .cultural_festival .exhibition .detail ul li .ribon .title {
    height: 12vw;
    height: 42px;
    font-size: 4.8vw;
    line-height: 40px;
    border: 2px solid #fff;
  }
  .cultural_festival .exhibition .detail ul li .ribon .left,
  .cultural_festival .exhibition .detail ul li .ribon .right {
    height: 40px;
  }
  .cultural_festival .exhibition .detail ul li .ribon .left:after {
    border-width: 20px 0 20px 10px;
  }
  .cultural_festival .exhibition .detail ul li .ribon .right:after {
    border-width: 20px 10px 20px 0;
  }
  /* 総作品展示数 */
  .cultural_festival .exhibition .detail ul li.total {
    margin: 0;
  }
  .cultural_festival .exhibition .detail ul li.total .circle {
    width: 66.6666666667vw;
  }
  .cultural_festival .exhibition .detail ul li.total .circle li {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    font-size: 3.5vw;
    border-radius: 14.6666666667vw;
  }
  .cultural_festival .exhibition .detail ul li.total .circle li:first-child {
    margin-right: 8vw;
  }
  .cultural_festival .exhibition .detail ul li.total .circle li .num {
    font-size: 6vw;
  }
  /* 同時開催 */
  .cultural_festival .exhibition .detail ul li.same {
    margin: 30px 0 0;
  }
  .cultural_festival .exhibition .detail ul li.same .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cultural_festival .exhibition .detail ul li.same .date li {
    font-size: 6.8vw;
    letter-spacing: 0;
  }
  .cultural_festival .exhibition .detail ul li.same .date li:first-child {
    margin-left: 1em;
  }
  .cultural_festival .exhibition .detail ul li.same .date li:first-child:before {
    font-size: 5vw;
  }
  .cultural_festival .exhibition .detail ul li.same .date li span {
    font-size: 2.2vw;
  }
  .cultural_festival .exhibition .detail ul li.same .text h4 {
    font-size: 4.8vw;
  }
  .cultural_festival .exhibition .detail ul li.same .plan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
    padding: 1.3333333333vw;
  }
  .cultural_festival .exhibition .detail ul li.same .plan p {
    width: 24vw;
    height: 24vw;
    font-size: 4.2vw;
    border-radius: 12vw;
  }
  .cultural_festival .exhibition .detail ul li.same .plan p span {
    display: block;
    width: 100%;
  }
  .cultural_festival .exhibition .detail ul li.same .plan p span.num {
    font-size: 8.4vw;
    padding: 0;
  }
  /* 出張編集部（作品添削会） */
  .cultural_festival .exhibition .editing {
    margin-top: 30px;
  }
  .cultural_festival .exhibition .editing .copy {
    font-size: 3.8vw;
  }
  .cultural_festival .exhibition .editing .copy:before,
  .cultural_festival .exhibition .editing .copy:after {
    height: 28vw;
  }
  .cultural_festival .exhibition .editing .copy:before {
    left: -2em;
    -webkit-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
  }
  .cultural_festival .exhibition .editing .copy:after {
    right: -2em;
    -webkit-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
  }
  .cultural_festival .exhibition .editing .copy span {
    font-size: 4.8vw;
  }
  .cultural_festival .exhibition .editing .tour {
    display: block;
    margin-top: 15px;
  }
  .cultural_festival .exhibition .editing .tour .ph {
    width: 100%;
  }
  .cultural_festival .exhibition .editing .tour .text {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .cultural_festival .exhibition .editing .tour .text p {
    font-size: 3.5vw;
    line-height: 1.7;
  }
  .cultural_festival .exhibition .editing .performance {
    margin-top: 30px;
  }
  .cultural_festival .exhibition .editing .performance .title {
    margin-bottom: 15px;
  }
  .cultural_festival .exhibition .editing .performance .title a {
    font-size: 4.6vw;
    line-height: 1.5;
  }
  .cultural_festival .exhibition .editing .performance .title a .arw {
    right: -30px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .cultural_festival .exhibition .editing .performance .title a .arw:after {
    width: 5px;
    height: 5px;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner {
    padding: 15px;
  }
  .cultural_festival .exhibition .editing .performance .frame:before,
  .cultural_festival .exhibition .editing .performance .frame:after,
  .cultural_festival .exhibition .editing .performance .frame .inner:before,
  .cultural_festival .exhibition .editing .performance .frame .inner:after {
    width: 15px;
    height: 15px;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .total {
    display: block;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .total .col {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 10px;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .total .col:first-child {
    margin-top: 0;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .company {
    margin-top: 10px;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .company li {
    display: inline-block;
    font-size: 3.2vw;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .company li:after {
    content: " /";
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .company li.name {
    display: block;
  }
  .cultural_festival .exhibition .editing .performance .frame .inner .company li.name:after,
  .cultural_festival .exhibition .editing .performance .frame .inner .company li:last-child:after {
    content: none;
  }
  .cultural_festival .exhibition .schedule {
    margin-top: 30px;
  }
  .cultural_festival .exhibition .schedule .title a {
    font-size: 4.6vw;
    line-height: 1.5;
  }
  .cultural_festival .exhibition .schedule .title a .arw {
    right: -25px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .cultural_festival .exhibition .schedule .title a .arw:after {
    width: 5px;
    height: 5px;
  }
  .cultural_festival .exhibition .schedule .scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .cultural_festival .exhibition .schedule .date {
    font-size: 4.2vw;
    margin-top: 15px;
  }
  .cultural_festival .exhibition .schedule table {
    margin-top: 5px;
  }
  .cultural_festival .exhibition .schedule table th,
  .cultural_festival .exhibition .schedule table td {
    display: block;
    font-size: 3vw;
    padding: 5px 10px;
  }
  .cultural_festival .exhibition .schedule table td.department {
    border-top: none;
    padding: 0px 10px 5px;
  }
  .cultural_festival .exhibition .schedule .genre {
    width: 100%;
    /*width: 12%;*/
    font-size: 3.5vw;
  }
  .cultural_festival .exhibition .schedule .company {
    font-size: 3.2vw;
    width: 100%;
    font-weight: bold;
  }
  .cultural_festival .exhibition .schedule .department {
    width: 100%;
  }
  .cultural_festival .exhibition .photos ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .cultural_festival .exhibition .photos {
    margin-top: 30px;
  }
  .cultural_festival .exhibition .photos ul li {
    width: 49.2753623188%;
    margin-right: 1.4492753623%;
    margin-top: 5px;
  }
  .cultural_festival .exhibition .photos ul li:nth-child(even),
  .cultural_festival .exhibition .photos ul li:last-child {
    margin-right: 0;
  }
}
/*-------------------------------------------------------------

	豪華ゲスト

-------------------------------------------------------------*/
.cultural_festival .guest {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest {
    margin-top: 10vw;
  }
}
.cultural_festival .guest .flex_container {
  margin-top: -40px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .flex_container {
    margin-top: -20px;
  }
}
.cultural_festival .guest .item.lesson_info_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 20px;
    padding: 5vw;
    margin-top: 8vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .info {
  width: calc(100% - 170px);
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .info {
    width: 100%;
    margin-top: 3vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .photo {
  width: 150px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .photo {
    width: 100%;
    text-align: center;
  }
}
.cultural_festival .guest .item.lesson_info_box .photo img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .photo img {
    width: 50%;
    margin: 0 auto;
  }
}
.cultural_festival .guest .item.lesson_info_box .subtitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .subtitle {
    font-size: 4vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .title {
  color: #c93f83;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .title {
    font-size: 4.6vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .subtitle + .title {
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .subtitle + .title {
    margin-top: 3vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .profile {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .profile {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .btn {
  margin-top: 20px;
}
.cultural_festival .guest .item.lesson_info_box .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff4e4e;
  border-radius: 30px;
  padding: 0;
  max-width: 400px;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .btn a {
    font-size: 3.8vw;
    line-height: 12vw;
    border-radius: 6vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cultural_festival .guest .item.lesson_info_box .btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .btn a:after {
    width: 7px;
    height: 7px;
    right: 10px;
  }
}
.cultural_festival .guest .item.lesson_info_box .labels {
  position: absolute;
  top: 0;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .labels {
    position: absolute;
    left: 3vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .labels .label {
  font-size: 18px;
  line-height: 1.5;
  margin-right: 10px;
  border-radius: 50px;
  background: #c93f83;
  color: #fff;
  padding: 3px 15px;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .cultural_festival .guest .item.lesson_info_box .labels .label {
    font-size: 3.8vw;
    margin-right: 5vw;
    padding: 1vw 3vw;
  }
}
.cultural_festival .guest .item.lesson_info_box .labels .label + .label {
  background: #ff0;
  color: #000;
  background: #666;
  color: #fff;
}
/*-------------------------------------------------------------

	概要

-------------------------------------------------------------*/
.cultural_festival .overview {
  margin-top: 60px;
}

.cultural_festival .overview .event_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cultural_festival .overview .event_info .text {
  width: 800px;
  margin-right: 30px;
}

.cultural_festival .overview .event_info .text ul li {
  position: relative;
}

.cultural_festival .overview .event_info .text ul li p {
  font-size: 18px;
}

.cultural_festival .overview .event_info .text ul li + li {
  margin-top: 20px;
}

.cultural_festival .overview .event_info .text ul li .title {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1f5494;
  padding: 0 5px;
}

.cultural_festival .overview .event_info .text ul li .content {
  padding-left: 135px;
}

.cultural_festival .overview .event_info .text ul li .content .cap {
  display: block;
}

.cultural_festival .overview .event_info .text ul li .content .station {
  display: block;
  color: #c60000;
  font-weight: bold;
  margin-top: 10px;
}

.cultural_festival .overview .event_info .ph {
  width: 240px;
}

.cultural_festival .overview .google_map {
  margin-top: 20px;
}

.cultural_festival .overview .google_map iframe {
  width: 100%;
  height: 450px;
}

.cultural_festival .overview .btn {
  text-align: center;
  margin-top: 30px;
}

.cultural_festival .overview .btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  background: #ed4b4b;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
  padding: 23px 0 22px;
  margin: 0 auto;
}

.cultural_festival .overview .btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 60px;
  height: 53px;
  background: url("../../cultural_festival/images/icon_btn_egg.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cultural_festival .overview .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.cultural_festival .overview .btn a span {
  display: block;
  font-size: 20px;
}

.cultural_festival .overview .btn a:hover {
  text-decoration: none;
  -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

@media only screen and (max-width: 800px) {
  .cultural_festival .overview {
    margin-top: 10vw;
  }
  .cultural_festival .overview .event_info {
    display: block;
  }
  .cultural_festival .overview .event_info .text {
    width: 100%;
    margin-right: 0;
  }
  .cultural_festival .overview .event_info .text ul li p {
    font-size: 3.8vw;
  }
  .cultural_festival .overview .event_info .text ul li + li {
    margin-top: 10px;
  }
  .cultural_festival .overview .event_info .text ul li .title {
    position: static;
    width: 28vw;
  }
  .cultural_festival .overview .event_info .text ul li .content {
    padding-left: 0;
    margin-top: 5px;
  }
  .cultural_festival .overview .event_info .text ul li .content .station {
    display: block;
    color: #c60000;
    font-weight: bold;
    margin-top: 10px;
  }
  .cultural_festival .overview .event_info .ph {
    width: 100%;
    margin-top: 15px;
  }
  .cultural_festival .overview .google_map {
    margin: 15px -4vw 0;
  }
  .cultural_festival .overview .google_map iframe {
    width: 100%;
    height: 92vw;
  }
  .cultural_festival .overview .btn {
    text-align: center;
    margin-top: 30px;
  }
  .cultural_festival .overview .btn a {
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: bold;
    background: #ed4b4b;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
    padding: 23px 0 22px;
    margin: 0 auto;
  }
  .cultural_festival .overview .btn a:before {
    left: 10px;
    width: 35px;
    height: 30px;
  }
  .cultural_festival .overview .btn a:after {
    right: 15px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .cultural_festival .overview .btn a span {
    font-size: 3vw;
  }
}
/*-------------------------------------------------------------

	CTA

-------------------------------------------------------------*/
.cultural_festival .entry .editing {
  margin-top: 80px;
}

.cultural_festival .entry .editing .heading {
  text-align: center;
}

.cultural_festival .entry .editing .copy {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}

.cultural_festival .entry .editing .copy:before,
.cultural_festival .entry .editing .copy:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.75em;
  border-left: solid 2px #000;
}

.cultural_festival .entry .editing .copy:before {
  left: -1em;
  -webkit-transform: translateY(-40%) rotate(-30deg);
  transform: translateY(-40%) rotate(-30deg);
}

.cultural_festival .entry .editing .copy:after {
  right: -1em;
  -webkit-transform: translateY(-40%) rotate(30deg);
  transform: translateY(-40%) rotate(30deg);
}

.cultural_festival .entry .editing .copy span {
  color: #c60000;
  font-size: 36px;
  padding: 0 0.1em;
}

.cultural_festival .entry .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cultural_festival .entry .btns .btn {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.cultural_festival .entry .btns .btn a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}

.cultural_festival .entry .btns .btn.form a {
  background: #ff4e4e;
  border-radius: 30px 0 0 30px;
}

.cultural_festival .entry .btns .btn.line a {
  background: #00bc26;
  border-radius: 0 30px 30px 0;
}

.cultural_festival .entry .btns .btn a:hover {
  text-decoration: none;
}

.cultural_festival .entry .btns .btn.form a:hover {
  background: #ed4b4b;
}

.cultural_festival .entry .btns .btn.line a:hover {
  background: #00ad23;
}

@media only screen and (max-width: 800px) {
  .cultural_festival .entry .editing {
    margin-top: 10vw;
  }
  .cultural_festival .entry .editing .copy {
    font-size: 4.6vw;
  }
  .cultural_festival .entry .btns {
    margin-top: 6vw;
  }
  .cultural_festival .entry .btns .btn a {
    font-size: 3.8vw;
    line-height: 12vw;
  }
  .cultural_festival .entry .btns .btn.form a {
    border-radius: 6vw 0 0 6vw;
  }
  .cultural_festival .entry .btns .btn.line a {
    border-radius: 0 6vw 6vw 0;
  }
}