/*#section-title{
  &.event:before{background: url(../../images/about/brand/bg-brand.jpg) 100% 0 no-repeat; background-size: auto 220px;}
  ._h1{
    img{width: auto; height: 26px;}
    span {display: block; color: #f0f1f4; font-size: 1.2rem; line-height: 1.6; font-weight: normal; margin-top: 10px;}
  }
}*/
#event-list {
  background: #f0f1f4;
}

#event-list #section-event-list .inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;

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

#event-list #section-event-list .inner .head {
  margin-bottom: 0;
}

#event-list #section-event-list .inner ._h2 {
  margin-bottom: 35px;
  font-size: 2.9rem;
  line-height: 1.3;
}

#event-list #section-event-list .inner select {
  appearance: none;
  padding: 8px 2px 8px 10px;
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  background: none transparent;
  color: #333;
  vertical-align: middle;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: inherit;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
}

#event-list #section-event-list .inner .select-wrap {
  position: relative;
  margin: 0 auto 40px auto;
  max-width: 270px;
  width: 95%;
  border-bottom: #c85819 2px solid;
  color: #333;
  font-size: 1.8rem;
}

#event-list #section-event-list .inner .select-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #c85819;
  border-bottom: 1px solid #c85819;
  transition: all 0.4s ease-in-out;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;

  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: all 0.4s ease-in-out;
}

#event-list #section-event-list .inner select option {
  background-color: #fff;
}

#event-list #section-event-list .inner select::-ms-expand {
  display: none;
}

#event-list #section-event-list .inner select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

#event-list #section-event-list .inner ul {
  display: block;
  margin-bottom: 50px;
}

#event-list #section-event-list .inner ul li {
  display: block;
  margin-bottom: 20px;
  list-style: none;
}

#event-list #section-event-list .inner ul li:nth-last-child(1) {
  margin-bottom: 0;
}

#event-list #section-event-list .inner ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  border: #d1d6dd 1px solid;
  background: #fff;
  color: #0f203e; /*&:hover{-webkit-transform: scale(1.05); transform: scale(1.05); -webkit-box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.2), 10px -5px 14px 0 rgba(79, 91, 109, 0.2); box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.2), 10px -5px 14px 0 rgba(79, 91, 109, 0.2);}*/
  text-decoration: none;
  transition: all 0.3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
}

#event-list #section-event-list .inner ul li a .text {
  width: 100%; /*float:left;*/
}

#event-list #section-event-list .inner ul li a .text .title {
  display: block;
  margin-bottom: 10px; /*margin-bottom: 20px;*/
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

#event-list #section-event-list .inner ul li a .text .lead {
  display: block;
  margin-bottom: 10px; /*margin-bottom: 20px;*/
  font-size: 1.3rem;
  line-height: 2;
}

#event-list #section-event-list .inner ul li a .text .information {
  display: block;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 10px; /*margin-bottom: 25px;*/
  padding: 10px; /*padding:15px;*/
  background: #fbf2ed;
  color: #c85819;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.75;

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

#event-list #section-event-list .inner ul li a .text .days {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px; /*margin-bottom: 20px;*/
  font-weight: bold;
  font-size: 1.4rem;
}

#event-list #section-event-list .inner ul li a .image {
  width: 100%; /*float:right;*/
}

#event-list #section-event-list .inner ul li a .image img {
  padding-bottom: 0;
  width: 100%;
}

#page_0806 #section-hero {
  background: none;
}

#page_0806 #section-hero .inner .box-main {
  position: relative;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: 850px;
  background: url(../../images/event/0806/hero-bg-sp.png) no-repeat;
  background-size: 100% auto !important;
}

#page_0806 #section-hero .box-text {
  position: absolute;
  bottom: 0;
  display: none;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);

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

#page_0806 #section-hero .box-text h1 {
  margin-bottom: 10px;
  font-size: 2.2rem;
}

#page_0806 #section-hero .box-text p.sub {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

#page_0806 #section-hero .box-text p.lead {
  font-size: 14px;
  line-height: 1.6;
}

#page_0806 #section-hero .box-text p._btn-orange-inversion {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 80%;
}

#page_0806 #section-hero .pankuzu {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}

#page_0806 .cta_top {
  position: absolute;
  top: 520px;
  margin: 0 2%;
  width: 96%;
}

#page_0806 .cta_top .note {
  margin: 5px auto;
  height: auto;
  border: none;
  background: none;
  color: #9b1d3d;
  text-shadow: 0 1px 3px #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
}

#page_0806 .fixed {
  position: fixed;
  bottom: 0;
  z-index: +1;
  width: 100%;
}

#page_0806 .fixed a {
  display: block;
  padding: 20px 10px;
  width: 100%;
  height: auto;
  background: #c85819;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold; /*&:hover{background:rgba(200,88,25,0.8);}*/
  font-size: 16px;
  line-height: 1.1;
}

#page_0806 #section-special {
  background: #f0f1f4;
}

#page_0806 #section-special .inner {
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
}

#page_0806 #section-special .inner p.lead {
  color: #0f203e;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.3;
}

#page_0806 #section-special .inner h2 {
  margin: 30px auto 30px;
  width: 60%;
}

#page_0806 #section-special .inner .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;

  -ms-flex-wrap: wrap;
}

#page_0806 #section-special .inner .boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #fff;

  -ms-flex-wrap: wrap;
}

#page_0806 #section-special .inner .boxes .box .image {
  width: 30%;
}

#page_0806 #section-special .inner .boxes .box .image img {
  height: 100%;
}

#page_0806 #section-special .inner .boxes .box .box-text {
  box-sizing: border-box;
  padding: 30px 1% 10px;
  width: 70%;
  background: #0f203e;
  color: #fff;

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

#page_0806 #section-special .inner .boxes .box .box-text p.sub {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}

#page_0806 #section-special .inner .boxes .box .box-text p.name {
  font-weight: bold;
  font-size: 28px;
}

#page_0806 #section-special .inner .boxes .box .box-text p.name small {
  font-size: 80%;
}

#page_0806 #section-special .inner .boxes .box .box-text p.name.s {
  font-size: 23px;
}

#page_0806 #section-special .inner .boxes .box .box-text p.name.small {
  font-size: 20px;
}

#page_0806 #section-special .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 10px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px dotted #ccc;
  text-align: center;

  -ms-flex-wrap: wrap;
}

#page_0806 #section-special .btns .btn {
  display: block;
  box-sizing: border-box;
  margin: 0 0;
  width: 50%;
  border: 1px solid #fff;

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

#page_0806 #section-special .btns .btn a {
  position: relative;
  display: block;
  padding-top: 20px;
  width: 100%;
  height: 80px;
  background: #4f5b6d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;

  -webkit-transition: 0.3s;
}

#page_0806 #section-special .btns .btn a:hover {
  background: rgba(200, 88, 25, 0.8);
}

#page_0806 #section-special .btns .btn a:after {
  content: "";
  position: absolute;
  right: auto;
  bottom: 10px;
  left: calc(50% - 14px);
  display: block;
  width: 27px;
  height: 16px;
  background: url(../../images/event/0806/icon-arrow-b.png) no-repeat 27px 16px;
  background-position: left top;
}

#page_0806 #section-special.anime .box {
  opacity: 0;
  transition: 1s;

  -webkit-transition: 1s;
}

#page_0806 #section-special.animated .box:nth-child(1) {
  opacity: 1;
  transition-delay: 0.4s;

  -webkit-transition-delay: 0.4s;
}

#page_0806 #section-special.animated .box:nth-child(2) {
  opacity: 1;
  transition-delay: 0.6s;

  -webkit-transition-delay: 0.6s;
}

#page_0806 #section-special.animated .box:nth-child(3) {
  opacity: 1;
  transition-delay: 0.8s;

  -webkit-transition-delay: 0.8s;
}

#page_0806 #section-special.animated .box:nth-child(4) {
  opacity: 1;
  transition-delay: 1s;

  -webkit-transition-delay: 1s;
}

#page_0806 #section-special.animated .box:nth-child(5) {
  opacity: 1;
  transition-delay: 1.2s;

  -webkit-transition-delay: 1.2s;
}

#page_0806 #section-special.animated .box:nth-child(6) {
  opacity: 1;
  transition-delay: 1.4s;

  -webkit-transition-delay: 1.4s;
}

#page_0806 #section-timeline {
  padding-top: 40px;
  background: #fff;
}

#page_0806 #section-timeline .box-timeline {
  margin: 0 auto 80px;
  width: 100%;
}

#page_0806 #section-timeline .box-timeline h2 {
  margin-left: 2%;
  padding-bottom: 0;
  width: 40%;
  height: 50px;
  border-bottom: solid 5px #2074a3;
}

#page_0806 #section-timeline .timeline {
  margin-top: 30px;
}

#page_0806 #section-timeline .timeline .wrap {
  position: relative;
  margin-bottom: 40px;
}

#page_0806 #section-timeline .timeline .wrap p.time {
  margin-bottom: 10px;
  margin-left: 2%;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
}

#page_0806 #section-timeline .timeline .wrap .box-event {
  position: relative;
  box-sizing: border-box;
  padding: 1px 10px 10px;
  width: 100%; /*box-shadow: 0 0 3px #cccccc;*/
  border: 1px #ccc solid;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;

  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 5px 10px;
  background: #4f5b6d;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.category.pickup {
  background: #0f203e;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.category.green {
  background: #216155;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #1c7aac;
  font-weight: bold;
  font-size: 12px;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.readmore {
  position: absolute;
  right: 10px;
  bottom: 10px;
  box-sizing: border-box;
  color: #4f5b6d;
  font-weight: bold;
  font-size: 12px;
  opacity: 1;
  transition: 0s;

  -webkit-box-sizing: border-box;
  -webkit-transition: 0s;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.close {
  position: absolute;
  right: 10px;
  bottom: 10px;
  box-sizing: border-box;
  color: #4f5b6d;
  font-weight: bold;
  font-size: 12px;
  opacity: 0;
  transition: 0s;

  -webkit-box-sizing: border-box;
  -webkit-transition: 0s;
}

#page_0806 #section-timeline .timeline .wrap .box-event h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0f203e;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}

#page_0806 #section-timeline .timeline .wrap .box-event:hover {
  box-shadow: 0 0 3px #666;

  -webkit-box-shadow: 0 0 3px #666;
}

#page_0806 #section-timeline .timeline .wrap .box-event:hover .readmore {
  opacity: 1;
}

#page_0806 #section-timeline .timeline .wrap .box-event .hide_text {
  display: none;
  color: #333;
}

#page_0806 #section-timeline .timeline .wrap .box-event.active .readmore {
  opacity: 0 !important;
}

#page_0806 #section-timeline .timeline .wrap .box-event.active .close {
  opacity: 1 !important;
}

#page_0806 #section-timeline .timeline .wrap .box-event .message {
  clear: both;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1.4;
}

#page_0806 #section-timeline .timeline .wrap .row {
  clear: both;
  margin-bottom: 20px;
}

#page_0806 #section-timeline .timeline .wrap .row .profile {
  float: left;
  box-sizing: border-box;
  width: 33%;
  border: 1px solid #fff;

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

#page_0806 #section-timeline .timeline .wrap .row .profile p.image {
  margin-bottom: 15px;
  width: 100%;
}

#page_0806 #section-timeline .timeline .wrap .row .profile p.image img {
  width: 100%;
  height: auto;
}

#page_0806 #section-timeline .timeline .wrap .row .profile .box-text {
  margin-left: 10px;
}

#page_0806 #section-timeline .timeline .wrap .row .profile .box-text p.sub {
  margin-bottom: 10px;
  height: 60px;
  color: #59616c;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
}

#page_0806 #section-timeline .timeline .wrap .row .profile .box-text p.name {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

#page_0806 #section-timeline .timeline .wrap .row .profile .box-text p.name.s {
  font-size: 15px;
}

#page_0806 #section-timeline .box-timeline.anime .wrap {
  opacity: 0;
  transition: 1s;

  -webkit-transition: 1s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(1) {
  opacity: 1;
  transition-delay: 0.4s;

  -webkit-transition-delay: 0.4s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(2) {
  opacity: 1;
  transition-delay: 0.8s;

  -webkit-transition-delay: 0.8s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(3) {
  opacity: 1;
  transition-delay: 1.2s;

  -webkit-transition-delay: 1.2s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(4) {
  opacity: 1;
  transition-delay: 1.6s;

  -webkit-transition-delay: 1.6s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(5) {
  opacity: 1;
  transition-delay: 2s;

  -webkit-transition-delay: 2s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(6) {
  opacity: 1;
  transition-delay: 2.4s;

  -webkit-transition-delay: 2.4s;
}

#page_0806 #section-timeline .box-timeline.anime.animated .wrap:nth-child(7) {
  opacity: 1;
  transition-delay: 2.8s;

  -webkit-transition-delay: 2.8s;
}

#page_0806 #section-timeline .box-submit {
  padding: 50px 0;
  background: #edeff4;
  color: #0f203e;
}

#page_0806 #section-timeline .box-submit .text {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

#page_0806 #section-timeline .box-submit ._btn-orange-inversion {
  margin-bottom: 30px;
}

#page_0806 #section-timeline .box-submit .message {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

#page_0806 #section-timeline .box-submit .note {
  margin-bottom: 10px;
  color: #9b1d3d;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}

#detail .parttan-b ._h1 span,
#detail .parttan-d ._h1 span {
  width: 50%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}

#detail .parttan-event {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 300px;
  height: 100%;
  background: url(../../images/event/0806/hero-bg.png) 50% 50% no-repeat;
  background-size: cover !important;
}

#detail .parttan-event .title {
  z-index: 100;
  display: table;
  padding: 0 10px;
  height: 300px;
}

#detail .parttan-event .title ._h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

#detail .parttan-event .title ._h1 span {
  box-sizing: border-box;
  padding: 20px 15px;
  width: 240px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;

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

#detail #section-article .inner {
  padding: 0;
}

#detail #section-article .inner #article-main {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 2%;
  width: 100%;
  background: #fff;

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

#detail #section-article .inner #article-main .inner {
  padding: 0;
}

#detail #section-article .inner #article-main .main-image {
  margin-bottom: 30px;
}

#detail #section-article .inner #article-main .note {
  margin-top: 10px;
}

#detail #section-article .inner #article-main a {
  box-shadow: none !important; /*border:1px #ccc solid;*/
  color: #c85819;
  text-decoration: none;

  -webkit-box-shadow: none !important;
}

#detail #section-article .inner #article-main ._btn-orange-inversion {
  margin: 60px 0;
}

#detail #section-article .inner #article-main ._btn-orange-inversion a {
  color: #fff;
}

#detail #section-article .inner #article-main ._box-list {
  counter-reset: number 0;
}

#detail #section-article .inner #article-main ._box-list li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#detail #section-article .inner #article-main ._box-list li.large {
  margin-bottom: 0;
}

#detail #section-article .inner #article-main ._box-list li p.time {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}

#detail #section-article .inner #article-main ._box-list li p.time:before {
  content: "0" counter(number);
  margin-right: 5px;
  counter-increment: number 1;
  font-size: 24px;
}

#detail #section-article .inner #article-main ._box-list li h4 {
  margin-bottom: 20px;
  color: #0f203e;
  font-size: 18px;
  line-height: 1.2;
}

#detail #section-article .inner #article-main ._box-list li .box-image {
  width: 100%;
}

#detail #section-article .inner #article-main ._box-list li .box-image p.image {
  margin: 30px 0 0 0;
}

#detail
  #section-article
  .inner
  #article-main
  ._box-list
  li
  .box-image
  p.image
  img {
  width: 100%;
  vertical-align: bottom;
}

#detail #section-article .inner #article-main ._box-list li .box-text {
  width: 100%;
}

#detail #section-article .inner #article-main ._box-list li p {
  margin-bottom: 20px;
  line-height: 1.5;
}

#detail #section-article .inner #article-main ._box-list li ul {
  margin-left: 20px;
}

#detail #section-article .inner #article-main ._box-list li ul li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 12px;
}

#detail #section-article .inner #article-main ._timeline {
  margin: 30px 0 20px 0;
}

#detail #section-article .inner #article-main ._timeline .wrap {
  position: relative;
  margin-bottom: 40px;
}

#detail #section-article .inner #article-main ._timeline .wrap p.time {
  margin-bottom: 10px;
  margin-left: 2%;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}

#detail #section-article .inner #article-main ._timeline .wrap .box-event {
  position: relative;
  box-sizing: border-box;
  padding: 1px 10px 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  text-decoration: none;
  transition: 0.3s; /*cursor: pointer;*/

  -webkit-box-shadow: 0 0 3px #ccc;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
}

#detail #section-article .inner #article-main ._timeline .wrap .box-event h3 {
  margin: 30px 0;
  color: #0f203e;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}

#detail #section-article .inner #article-main ._timeline .wrap .box-event p {
  margin-bottom: 0;
}

#detail
  #section-article
  .inner
  #article-main
  ._timeline
  .wrap
  .box-event
  ._module-article_list {
  margin-bottom: 0;
}

#detail
  #section-article
  .inner
  #article-main
  ._timeline
  .wrap
  .box-event
  ._module-article_list
  .article {
  margin-bottom: 15px;
}

#detail #section-article .inner #article-main ._module-article_list {
  margin-bottom: 40px;
}

#detail #section-article .inner #article-main ._module-article_list .article {
  float: left;
  margin: 0 4% 15px 0;
  width: 48%;
}

#detail #section-article .inner #article-main ._module-article_list .article a {
  box-shadow: 0 0 4px 0 rgba(79, 91, 109, 0.2),
    1px 0 4px 0 rgba(79, 91, 109, 0.2);

  -webkit-box-shadow: 0 0 4px 0 rgba(79, 91, 109, 0.2),
    1px 0 4px 0 rgba(79, 91, 109, 0.2);
}

#detail
  #section-article
  .inner
  #article-main
  ._module-article_list
  .article
  .image {
  padding-top: 100%;
}

#detail
  #section-article
  .inner
  #article-main
  ._module-article_list
  .article:nth-child(2n) {
  margin-right: 0;
}

#detail
  #section-article
  .inner
  #article-main
  ._module-article_list
  .article
  .box {
  padding: 20px 10px 20px 10px;
  height: 75px; /*.title{height:5em;}*/
}

#detail
  #section-article
  .inner
  #article-main
  ._module-article_list
  .article
  .box
  .name {
  color: #0f203e;
  font-size: 16px;
}

#detail
  #section-article
  .inner
  #article-main
  ._module-article_list
  .article
  .box
  .name
  span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

#detail #section-article .inner #article-main table {
  margin-bottom: 60px;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9;
}

#detail #section-article .inner #article-main table.day td {
  display: table-cell;
  text-align: center;
}

#detail #section-article .inner #article-main table.day td:nth-child(1) {
  text-align: left;
}

#detail #section-article .inner #article-main table thead th {
  padding: 10px;
  width: 50%; /*text-align: left;*/
  border: 1px #0f203e solid;
  background: #f0f1f4;
  color: #0f203e;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#detail #section-article .inner #article-main table thead th.half {
  width: 25%;
}

#detail #section-article .inner #article-main table tbody tr th {
  padding: 10px;
  width: 30%;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  background: #f0f1f4;
  color: #0f203e;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}

#detail #section-article .inner #article-main table tbody tr td {
  display: table-cell;
  /*display: block;*/
  padding: 10px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
}

#detail #section-article .inner #article-main table tbody tr td.half {
  display: table-cell;
  width: 25%;
}

#detail #section-article .inner #article-main table tbody tr td ul {
  margin-left: 20px;
}

#detail #section-article .label {
  display: block;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  width: auto;
  background: #ac5631;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

#detail #section-article .label.-red {
  background: #9b1d3d;
}

#detail .day_20201030 {
  /*.label{}*/
}

#detail .day_20201030 .inner h2 {
  margin-bottom: 30px;
}

#transformation-summit-2021 {
  background: #fff;
}

#transformation-summit-2021 #header {
  position: fixed;
  top: 0;
  display: block;
  height: 50px;
  border: none;
  background: #0f203e;
}

#transformation-summit-2021 #header .logo {
  margin: 0 0 0 17px;
  padding: 15px 0 0 0;
}

#transformation-summit-2021 #header .logo a {
  transition: all 0.3s ease-out;

  -webkit-transition: all 0.3s ease-out;
}

#transformation-summit-2021 #header .logo a:hover {
  opacity: 0.7;
}

#transformation-summit-2021 #header .logo a img {
  width: auto;
  height: 20px;
}

#transformation-summit-2021 #header ul.menu-list {
  display: none;
}

#transformation-summit-2021 main {
  padding-top: 50px;
}

#transformation-summit-2021 #section-kv p.image {
  margin: 0 auto;
}

#transformation-summit-2021 #section-kv p.image img {
  vertical-align: bottom;
}

#transformation-summit-2021 #section-message {
  padding: 45px 20px;
  text-align: center;
}

#transformation-summit-2021 #section-message h2 {
  margin-bottom: 10px;
}

#transformation-summit-2021 #section-message h2 img {
  width: auto;
  height: 30px;
}

#transformation-summit-2021 #section-message p {
  margin-bottom: 10px;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7;
}

#transformation-summit-2021 #section-message p:nth-last-child(1) {
  margin-bottom: 0;
}

#transformation-summit-2021 #section-message p.end {
  margin: 0 0 40px 0;
  color: #9b1d3d;
  font-size: 1.6rem;
  line-height: 1.7;
}

#transformation-summit-2021 #section-sidebnr {
  position: fixed;
  bottom: 18px; /*box-shadow: 0 8px 24px rgba(0,0,0,0.1); background:rgba(255,255,255,1); border-radius:5px;*/
  left: 2%;
  z-index: 101;
  display: block;
  box-sizing: border-box;
  padding: 0; /*width:182px; padding:0px; left:calc(50% - 91px); left:4%; bottom:70px;*/
  width: 130px;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
}

#transformation-summit-2021 #section-sidebnr.active {
  opacity: 1;
}

#transformation-summit-2021 #section-sidebnr a {
  display: inline-block;
  margin-right: 5px;
  padding: 7px 7px 5px 7px;
  width: 34px;
  border-radius: 17px;
  background: #fff;
}

#transformation-summit-2021 #section-sidebnr img {
  box-sizing: border-box;
  /*width:32px; margin:0 10px;*/
  width: 100%;

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

#transformation-summit-2021 #section-preview {
  position: relative;
  z-index: 10;
  box-sizing: border-box; /*.swiper-container.gallery-top{margin-bottom:10px;}*/ /*.swiper-container.gallery-thumbs img{cursor: pointer;}*/
  padding: 45px 20px 0 20px;
  text-align: center;

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

#transformation-summit-2021 #section-preview h2 {
  margin-bottom: 10px;
}

#transformation-summit-2021 #section-preview h2 img {
  width: auto;
  height: 30px;
}

#transformation-summit-2021 #section-preview .tabs {
  position: relative;
  clear: both;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0 0 19.5% 0;
  width: auto;

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

#transformation-summit-2021 #section-preview img {
  vertical-align: bottom;
}

#transformation-summit-2021 #section-preview .tab_item {
  position: absolute;
  bottom: 0;
  display: block;
  float: left;
  margin: 0 5px 0 5px;
  width: calc(100% / 3 - 10px);
  height: auto;
  text-align: center;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
}

#transformation-summit-2021 #section-preview .tab_item:hover {
  opacity: 1;
}

#transformation-summit-2021 #section-preview .tab_item.video01 {
  left: 0;
}

#transformation-summit-2021 #section-preview .tab_item.video02 {
  left: calc(33% + 2px);
}

#transformation-summit-2021 #section-preview .tab_item.video03 {
  right: 0;
}

#transformation-summit-2021 #section-preview input[name="tab_item"] {
  display: none;
}

#transformation-summit-2021 #section-preview .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 0 5px;
}

#transformation-summit-2021
  #section-preview
  #video01:checked
  ~ #video01_content,
#transformation-summit-2021
  #section-preview
  #video02:checked
  ~ #video02_content,
#transformation-summit-2021
  #section-preview
  #video03:checked
  ~ #video03_content {
  display: block;
}

#transformation-summit-2021 #section-preview .tabs input:checked + .tab_item {
  box-sizing: border-box;
  outline: #c85819 2px solid;
  opacity: 1;

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

#transformation-summit-2021 #bg {
  position: relative;
  margin: 0 auto;
}

#transformation-summit-2021 #bg_screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

#transformation-summit-2021 #bg_screen:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../../images/event/transformation-summit-2021/bg.png) 50% 50%
    no-repeat;
  background-size: 200% auto;
  opacity: 0.4;
}

#transformation-summit-2021 #bg_screen_color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #2e4060;
  opacity: 1;
  transition: 0.5s;

  -webkit-transition: 0.5s;
}

#transformation-summit-2021 #section-guest {
  position: relative;
  z-index: 10;
  padding: 55px 0 40px 0;
  text-align: center;
}

#transformation-summit-2021 #section-guest h2 {
  margin-bottom: 5px; /*margin-bottom:25px;*/
}

#transformation-summit-2021 #section-guest h2 img {
  width: auto;
  height: 30px;
}

#transformation-summit-2021 #section-guest p {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem; /*font-size:1.6rem;*/
}

#transformation-summit-2021 #section-guest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;

  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
}

#transformation-summit-2021 #section-guest ul li {
  display: block;
  float: left;
  margin: 0 2px 20px 2px;
  width: calc(33.333% - 4px);
}

#transformation-summit-2021 #section-guest ul li:nth-child(3n - 2) a.animated {
  animation: bg2 0.7s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg2 0.7s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(3n - 2)
  a.animated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  background: #0f203e;
  transform-origin: left center;
  animation: bg 0.7s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg 0.7s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  -webkit-transform-origin: left center;
}

#transformation-summit-2021 #section-guest ul li:nth-child(3n - 1) a.animated {
  animation: bg2 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg2 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(3n - 1)
  a.animated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  background: #0f203e;
  transform-origin: left center;
  animation: bg 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  -webkit-transform-origin: left center;
}

#transformation-summit-2021 #section-guest ul li:nth-child(3n) a.animated {
  animation: bg2 1.3s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg2 1.3s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(3n)
  a.animated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  background: #0f203e;
  transform-origin: left center;
  animation: bg 1.3s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg 1.3s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  -webkit-transform-origin: left center;
}

#transformation-summit-2021 #section-guest ul li a {
  position: relative;
  display: block;
  overflow: hidden; /*&:hover{transform: scale(1.15); box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);}*/
  height: 100%;
  background: #fff;
  color: #0f203e;
  text-align: left; /*transition: all 0.3s ease-out;*/
  text-decoration: none;
  opacity: 0;
}

#transformation-summit-2021 #section-guest ul li a .box {
  display: block;
  box-sizing: border-box;
  padding: 15px 7px;

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

#transformation-summit-2021 #section-guest ul li a .image {
  display: block;
  padding: 50%;
  height: auto;
}

#transformation-summit-2021 #section-guest ul li a .name {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}

#transformation-summit-2021 #section-guest ul li a .name span {
  margin-left: 5px;
  font-size: 0.9rem;
}

#transformation-summit-2021 #section-guest ul li a .read {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.5;
}

@-webkit-keyframes bg {
  0% {
    opacity: 1;
    transform: scaleX(0) translateX(-5%);

    -webkit-transform: scaleX(0) translateX(-5%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);

    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(120%);

    -webkit-transform: scaleX(1) translateX(120%);
  }
}

@keyframes bg {
  0% {
    opacity: 1;
    transform: scaleX(0) translateX(-5%);

    -webkit-transform: scaleX(0) translateX(-5%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);

    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(120%);

    -webkit-transform: scaleX(1) translateX(120%);
  }
}

@-webkit-keyframes bg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#transformation-summit-2021 #section-timetable {
  position: relative;
  z-index: 10;
  padding: 0 0 35px 0;
  text-align: center;
}

#transformation-summit-2021 #section-timetable h2 {
  margin-bottom: 15px;
}

#transformation-summit-2021 #section-timetable h2 img {
  width: auto;
  height: 30px;
}

#transformation-summit-2021 #section-timetable #before_release {
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  width: 100%;

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

#transformation-summit-2021 #section-timetable #before_release h3 {
  margin-bottom: 15px;
}

#transformation-summit-2021 #section-timetable #before_release h3 img {
  padding: 0 10px 0 20px;
  width: auto;
  height: 20px;
}

#transformation-summit-2021 #section-timetable #before_release p {
  display: block;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

#transformation-summit-2021 #section-timetable p.swipe {
  display: block;
  margin: 0 auto 25px auto;
  padding: 0 0;
  width: 80%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

#transformation-summit-2021 #section-timetable p.swipe span {
  display: inline-block;
  padding: 15px 0 15px 45px;
  background: url(../../images/event/transformation-summit-2021/icon_swipe.png)
    0 50% no-repeat;
  background-size: auto 30px;
}

#transformation-summit-2021 #section-timetable #after_release {
  overflow-x: scroll;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  width: 100%;

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

#transformation-summit-2021 #section-timetable #after_release .wrapper {
  display: block;
  padding-right: 20px;
  width: 190%;
}

#transformation-summit-2021 #section-timetable #after_release .day1 {
  float: left;
  width: calc(50% - 10px);
  text-align: left;
}

#transformation-summit-2021 #section-timetable #after_release .day2 {
  float: right;
  width: calc(50% - 10px);
  text-align: left;
}

#transformation-summit-2021 #section-timetable #after_release h3 {
  position: relative;
  margin-bottom: 15px;
}

#transformation-summit-2021 #section-timetable #after_release h3 img {
  position: relative;
  top: 3px;
  width: auto;
  height: 20px;
}

#transformation-summit-2021 #section-timetable #after_release h3 a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 180px;
  height: 26px;
  border: 1px #fff solid;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 26px;
  transition: all 0.3s ease-out; /*&:hover{opacity:0.7;}*/

  -webkit-transition: all 0.3s ease-out;
}

#transformation-summit-2021 #section-timetable #after_release h3 a span {
  padding-left: 23px;
  background: url(../../images/event/transformation-summit-2021/icon_calender.png)
    0 50% no-repeat;
  background-size: auto 14px;
}

#transformation-summit-2021 #section-timetable ul {
  box-sizing: border-box;
  padding: 0;
  width: 100%;

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

#transformation-summit-2021 #section-timetable ul li {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
}

#transformation-summit-2021 #section-timetable ul li a {
  position: relative;
  display: block;
  overflow: hidden; /*&:hover{transform: scale(1.10); box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); &:before{color:#c85819; background: url(../../images/event/transformation-summit-2021/icon_arrow_o.png) 100% 50% no-repeat; background-size:auto 6px;} }*/
  box-sizing: border-box;
  padding: 20px 10px;
  height: 540px;
  background: rgba(255, 255, 255, 0.8);
  color: #0f203e;
  text-align: left;
  text-decoration: none;
  opacity: 0;
  transition: all 0.3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
}

#transformation-summit-2021 #section-timetable ul li a:before {
  content: "More";
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: block;
  padding-right: 25px;
  background: url(../../images/event/transformation-summit-2021/icon_arrow.png)
    100% 50% no-repeat;
  background-size: auto 6px;
  font-weight: bold;
  font-size: 1.2rem;
}

#transformation-summit-2021 #section-timetable ul li a .box {
  display: block;
  box-sizing: border-box;
  padding: 20px 9.5%;

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

#transformation-summit-2021 #section-timetable ul li a .image {
  display: block;
  padding: 50%;
  height: auto;
}

#transformation-summit-2021 #section-timetable ul li a .time {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

#transformation-summit-2021 #section-timetable ul li a .time .tag {
  position: absolute;
  top: -5px;
  right: 0;
  display: none;
  width: 40px;
  height: 18px;
  border-radius: 13px;
  background: #2074a3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 20px;
}

#transformation-summit-2021 #section-timetable ul li a .titie {
  display: block;
  min-height: 70px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

#transformation-summit-2021 #section-timetable ul li a .titie span {
  font-size: 1.2rem;
  line-height: 1.5;
}

#transformation-summit-2021 #section-timetable ul li a .name {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}

#transformation-summit-2021 #section-timetable ul li a .name span {
  margin-left: 5px;
  font-size: 1rem;
}

#transformation-summit-2021 #section-timetable ul li a .read {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

#transformation-summit-2021 #section-timetable ul li a ul li {
  display: block;
  clear: both;
  margin-bottom: 10px;
  min-height: 60px;
  /*float:left; width:50%;*/
  width: 100%;
}

#transformation-summit-2021 #section-timetable ul li a ul li .image {
  display: block;
  float: left;
  padding: 0;
  width: 60px;
}

#transformation-summit-2021 #section-timetable ul li a ul li .image img {
  border-radius: 100%;
}

#transformation-summit-2021 #section-timetable ul li a ul li .text {
  display: block;
  float: left;
  padding: 0 0 0 10px;
  width: calc(100% - 70px);
}

#transformation-summit-2021 #section-timetable .day1 ul li a.animated {
  animation: bg2 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg2 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

#transformation-summit-2021 #section-timetable .day1 ul li a.animated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  background: #0f203e;
  transform-origin: left center;
  animation: bg 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  -webkit-transform-origin: left center;
}

#transformation-summit-2021 #section-timetable .day2 ul li a.animated {
  animation: bg2 1.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg2 1.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

#transformation-summit-2021 #section-timetable .day2 ul li a.animated:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  background: #0f203e;
  transform-origin: left center;
  animation: bg 1.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;

  -webkit-animation: bg 1.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  -webkit-transform-origin: left center;
}

@keyframes bg {
  0% {
    opacity: 1;
    transform: scaleX(0) translateX(-5%);

    -webkit-transform: scaleX(0) translateX(-5%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);

    -webkit-transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(120%);

    -webkit-transform: scaleX(1) translateX(120%);
  }
}

@keyframes bg2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#transformation-summit-2021 #section-outline {
  padding: 45px 20px;
  text-align: center;
}

#transformation-summit-2021 #section-outline h2 {
  margin-bottom: 10px;
}

#transformation-summit-2021 #section-outline h2 img {
  width: auto;
  height: 30px;
}

#transformation-summit-2021 #section-outline dl {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #0f203e;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}

#transformation-summit-2021 #section-outline dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #0f203e;
}

#transformation-summit-2021 #section-outline dl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(75% - 10px);
  height: 1px;
  background: #0f203e;
}

#transformation-summit-2021 #section-outline dl dt {
  float: left;
  clear: left;
  margin: 0;
  padding: 17px 8px;
  width: 25%;
  border-top: 2px solid #0f203e;
  font-weight: bold;
}

#transformation-summit-2021 #section-outline dl dd {
  margin: 1px 0 0 calc(25% + 10px);
  padding: 17px 8px;
  border-top: 1px solid #0f203e;
}

#transformation-summit-2021 #section-outline dl dd span {
  display: block;
  padding-top: 10px;
  font-size: 1rem;
}

#transformation-summit-2021 #section-outline dl dt:nth-child(1),
#transformation-summit-2021 #section-outline dl dd:nth-child(2) {
  border: none;
}

#transformation-summit-2021 #section-submit {
  box-sizing: border-box; /*a{}*/
  padding: 35px 20px;
  background: #0f203e;

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

#transformation-summit-2021 #section-submit span {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 60px;
}

#transformation-summit-2021 #section-submit-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: block;
  box-sizing: border-box;
  padding: 12px 0 12px 120px;
  width: 100%;
  height: 69px;
  border: none;
  background: #0f203e;

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

#transformation-summit-2021 #section-submit-footer a {
  height: 45px;
  line-height: 45px;
}

#transformation-summit-2021 #section-submit-footer a.row2 {
  padding-top: 3px;
  line-height: 1.3;
}

#transformation-summit-2021 #section-submit-footer span {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 45px;
}

#transformation-summit-2021 #footer {
  padding-bottom: 69px;
}

#transformation-summit-2021-popup-guest ._pc {
  display: none !important;
}

#transformation-summit-2021-popup-guest .box {
  display: block;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 20px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  color: #0f203e;

  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
}

#transformation-summit-2021-popup-guest .box .image {
  display: block;
  float: left;
  width: 30%;
}

#transformation-summit-2021-popup-guest .box .image img {
  width: 100%;
}

#transformation-summit-2021-popup-guest .box .text {
  display: block;
  float: right;
  width: 65%;
}

#transformation-summit-2021-popup-guest .box .name {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

#transformation-summit-2021-popup-guest .box .name span {
  margin-left: 5px;
  font-size: 1.4rem;
}

#transformation-summit-2021-popup-guest .box .read {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-guest .box .title {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-guest .box p {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}

#transformation-summit-2021-popup-guest .box .program {
  position: relative;
  display: block;
  clear: both;
  padding-top: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-guest .box .program:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 100%;
  height: 1px;
  background: #868f9e;
}

#transformation-summit-2021-popup-guest .box .program + ul li {
  padding: 20px 0 15px 0; /*border-bottom:1px #868f9e dotted;*/
  list-style: none;
}

#transformation-summit-2021-popup-guest .box .program + ul li .day {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-guest .box .program + ul li .title {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}

#transformation-summit-2021-popup-guest .box .program + ul li .title span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-guest .swiper-container-horizontal {
  box-sizing: border-box;
  padding: 0 0 30px 0 !important;

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

#transformation-summit-2021-popup-guest
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px !important;
}

#transformation-summit-2021-popup-guest
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
#transformation-summit-2021-popup-guest .swiper-pagination-custom,
#transformation-summit-2021-popup-guest .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

#transformation-summit-2021-popup-guest .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px #fff solid;
  border-radius: 100%;
  opacity: 0.2;
}

#transformation-summit-2021-popup-guest .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

#transformation-summit-2021-popup-guest .swiper-button-next:after,
#transformation-summit-2021-popup-guest .swiper-button-prev:after {
  color: #fff;
  font-size: 2rem;
}

#transformation-summit-2021-popup-guest .swiper-button-prev,
#transformation-summit-2021-popup-guest
  .swiper-container-rtl
  .swiper-button-next {
  right: auto;
  left: -5px;
}

#transformation-summit-2021-popup-guest .swiper-button-next,
#transformation-summit-2021-popup-guest
  .swiper-container-rtl
  .swiper-button-prev {
  right: -5px;
  left: auto;
}

#transformation-summit-2021-popup-timetable ._pc {
  display: none !important;
}

#transformation-summit-2021-popup-timetable .box {
  display: block;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 20px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  color: #0f203e;

  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
}

#transformation-summit-2021-popup-timetable .box .image {
  display: block;
  padding: 50%;
  height: auto;
}

#transformation-summit-2021-popup-timetable .box .time {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

#transformation-summit-2021-popup-timetable .box .time .tag {
  position: absolute;
  top: -5px;
  right: 0;
  display: none;
  width: 60px;
  height: 26px;
  border-radius: 13px;
  background: #2074a3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 26px;
}

#transformation-summit-2021-popup-timetable .box .titie {
  display: block;
  margin-bottom: 20px; /*min-height:70px;*/
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-timetable .box .titie span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-timetable .box .titleread {
  display: block;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.7;
}

#transformation-summit-2021-popup-timetable .box .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}

#transformation-summit-2021-popup-timetable .box .name span {
  margin-left: 5px;
  font-size: 1.2rem;
}

#transformation-summit-2021-popup-timetable .box .read {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

#transformation-summit-2021-popup-timetable .box ul {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-align: left;
}

#transformation-summit-2021-popup-timetable .box ul li {
  display: inline-block;
  margin: 0 5px 15px 5px;
  width: calc(50% - 15px);
  list-style: none;
  vertical-align: top;
  text-align: center;
}

#transformation-summit-2021-popup-timetable .box ul li .image {
  display: block;
  margin-bottom: 15px; /*img{border-radius:100%;}*/
  padding: 0;
  width: 100%; /*float:left;*/
}

#transformation-summit-2021-popup-timetable .box ul li .text {
  display: block;
  padding: 0;
  width: 100%; /* float:right; */
  text-align: left;
}

#transformation-summit-2021-popup-timetable .swiper-container-horizontal {
  box-sizing: border-box;
  padding: 0 0 30px 0 !important;

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

#transformation-summit-2021-popup-timetable
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px !important;
}

#transformation-summit-2021-popup-timetable
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
#transformation-summit-2021-popup-timetable .swiper-pagination-custom,
#transformation-summit-2021-popup-timetable .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

#transformation-summit-2021-popup-timetable .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px #fff solid;
  border-radius: 100%;
  opacity: 0.2;
}

#transformation-summit-2021-popup-timetable .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

#transformation-summit-2021-popup-timetable .swiper-button-next:after,
#transformation-summit-2021-popup-timetable .swiper-button-prev:after {
  color: #fff;
  font-size: 2rem;
}

#transformation-summit-2021-popup-timetable .swiper-button-prev,
#transformation-summit-2021-popup-timetable
  .swiper-container-rtl
  .swiper-button-next {
  right: auto;
  left: -5px;
}

#transformation-summit-2021-popup-timetable .swiper-button-next,
#transformation-summit-2021-popup-timetable
  .swiper-container-rtl
  .swiper-button-prev {
  right: -5px;
  left: auto;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

/*.lity-container{}*/
.lity-iframe-container {
  margin-top: 17%;
  padding-top: 0 !important;
  height: 600px !important;
}

.lity-content:after,
.lity-iframe-container iframe {
  background: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;

  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/*.lity-close{display:none;}*/
.vimeo {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.vimeo iframe,
.vimeo .video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 361px) {
  #page_0806 .cta_top {
    top: 480px;
  }
}

@media screen and (max-width: 321px) {
  #page_0806 .cta_top {
    top: 400px;
  }
  #transformation-summit-2021 #section-message p {
    text-align: left;
  }
  #transformation-summit-2021 #section-message br {
    display: none;
  }
  #transformation-summit-2021 #section-timetable #after_release h3 a {
    width: 140px;
    font-size: 1rem;
  }
  #transformation-summit-2021 #section-timetable #after_release h3 a span {
    padding-left: 15px;
    background: url(../../images/event/transformation-summit-2021/icon_calender.png)
      0 50% no-repeat;
    background-size: auto 10px;
  }
  #transformation-summit-2021 #section-outline dl:before {
    width: 30%;
  }
  #transformation-summit-2021 #section-outline dl:after {
    width: calc(70% - 10px);
  }
  #transformation-summit-2021 #section-outline dl dt {
    width: 30%;
  }
  #transformation-summit-2021 #section-outline dl dd {
    margin: 1px 0 0 calc(30% + 10px);
  }
  #transformation-summit-2021 #section-submit-footer #section-submit-footer {
    padding: 12px 0 12px 115px;
  }
  #transformation-summit-2021 #section-submit-footer a {
    background: url(../../images/icon_arrow_secondary6.png) #c85819
      calc(100% - 10px) 50% no-repeat;
    background-size: auto 15px;
  }
  #transformation-summit-2021-popup-timetable .box .time {
    font-size: 1.2rem;
  }
  #transformation-summit-2021-popup-timetable .box .time .tag {
    width: 40px;
    height: 20px;
    font-size: 1rem;
    line-height: 22px;
  }
  .lity-iframe-container {
    margin-top: 6%;
    padding-top: 0 !important;
    height: 600px !important;
  }
}

