/*#section-title{
  &.event:before{background: url(../../images/about/brand/bg-brand.jpg) 100% 50% no-repeat; background-size: 65% auto; width: 100%;}
  ._h1{
    img{height: 50px; width:auto;}
    span{display: block; color: #f0f1f4; font-size: 2.0rem; 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: 120px 20px;
  max-width: 1240px;
  width: 100%;

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

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

#event-list #section-event-list .inner ._h2 {
  float: left;
  font-size: 4.2rem;
}

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

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

#event-list #section-event-list .inner .select-wrap {
  position: relative;
  float: right;
  width: 320px;
  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: 25px;
  display: block;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #c85819;
  border-bottom: 1px solid #c85819;
          transition: all .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 .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;
}

#event-list #section-event-list .inner ul li {
  display: block;
  margin-bottom: 40px;
  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: 40px;
  border: #d1d6dd 1px solid;
  background: #fff;
  color: #0f203e;
  text-decoration: none;
          transition: all .3s ease-out;

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

#event-list #section-event-list .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

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

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

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

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

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

#event-list #section-event-list .inner ul li a .text .days {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

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

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

#page_0806 #section-hero {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
  height: 700px;
  background: url(../../images/event/0806/hero-bg.png) no-repeat;
  background-size: cover !important;
}

#page_0806 #section-hero .inner {
  position: relative;
  margin: 0 auto;
  width: 900px;
  height: 650px;
}

#page_0806 #section-hero .box-main {
  position: absolute;
  top: 60px; /*height: 500px;top:70px;*/
  left: 0;
  padding-top: 60px;
  width: 400px;
  height: 540px;
  background: rgba(255, 255, 255, .8);
}

#page_0806 #section-hero .box-main h1 {
  margin: 0 auto 10px 40px;
  width: 325px;
}

#page_0806 #section-hero .box-main p.free {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 150px;
}

#page_0806 #section-hero .box-main p.day {
  margin: 0 auto 10px 42px;
  width: 225px;
  font-size: 20px;
}

#page_0806 #section-hero .box-main p.day strong {
  display: block;
  margin-right: 10px;
  font-weight: bold;
}

#page_0806 #section-hero .box-main p.sub {
  margin-bottom: 15px;
  margin-left: 40px;
  font-weight: bold;
  font-size: 20px;
}

#page_0806 #section-hero .box-main p.lead {
  margin-left: 42px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.8;
}

#page_0806 #section-hero .box-main p._btn-orange-inversion {
  margin-top: 20px;
}

#page_0806 #section-hero .box-main p._btn-orange-inversion a {
  width: 300px;
}

#page_0806 #section-hero .box-main p._btn-orange-inversion.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#page_0806 #section-hero .box-main p._btn-orange-inversion.fixed a {
          box-sizing: initial;
  padding: 10px 10px;
  width: 100px;
  height: auto;
  border-radius: 10px 0 0 0;
  background: #c85819;
  font-size: 16px;
  line-height: 1.1;

  -webkit-box-sizing: initial;
}

#page_0806 #section-hero .box-main p._btn-orange-inversion.fixed a:hover {
  background: rgba(200, 88, 25, .8);
}

#page_0806 #section-hero .box-main .note {
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 4px; /*display:inline-block;*/
  color: #9b1d3d;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#page_0806 #section-hero .box-main img {
  height: auto;
}

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

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

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

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

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

  -ms-flex-wrap: wrap;
}

#page_0806 #section-special .inner .boxes .box {
  margin: 0 .1%;
  width: 16%;
}

#page_0806 #section-special .inner .boxes .box img {
  height: 214px;
}

#page_0806 #section-special .inner .boxes .box .box-text {
          box-sizing: border-box;
  margin-top: -2px;
  padding: 20px 20px 30px;
  height: 150px;
  background: #0f203e;
  color: #fff;

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

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

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

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

#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: 16px;
}

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

  -ms-flex-wrap: wrap;
}

#page_0806 #section-special .btns .btn {
  display: block;
  margin: 0 20px;
}

#page_0806 #section-special .btns .btn a {
  position: relative;
  display: block;
  padding-top: 30px;
  width: 400px;
  height: 90px;
  background: #4f5b6d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
          transition: .3s;

  -webkit-transition: .3s;
}

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

#page_0806 #section-special .btns .btn a:after {
  content: "";
  position: absolute;
  top: 36px;
  right: 20px;
  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: .4s;

  -webkit-transition-delay: .4s;
}

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

  -webkit-transition-delay: .6s;
}

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

  -webkit-transition-delay: .8s;
}

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

  -webkit-transition-delay: 1.2s;
}

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

  -webkit-transition-delay: 1.4s;
}

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

  -webkit-transition-delay: 1.6s;
}

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

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

#page_0806 #section-timeline .box-timeline h2 {
  padding-bottom: 0;
  width: 250px;
  height: 70px;
  border-bottom: solid 5px #2074a3;
}

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

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

#page_0806 #section-timeline .timeline .wrap p.time {
  position: absolute;
  top: 0;
  left: 0;
  color: #0f203e;
  text-align: right;
  font-weight: bold;
  font-size: 30px;
}

#page_0806 #section-timeline .timeline .wrap .box-event {
  position: relative;
  left: 200px;
          box-sizing: border-box;
  padding: 1px 20px 20px;
  width: 900px;
  background: #fff;
          box-shadow: 0 0 3px #ccc;
  text-decoration: none;
  cursor: pointer;
          transition: .3s;

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

#page_0806 #section-timeline .timeline .wrap .box-event p.category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px 5px 20px;
  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: 15px;
  right: 10px;
  padding: 4px 10px;
  color: #1c7aac;
  font-weight: bold;
  font-size: 14px;
}

#page_0806 #section-timeline .timeline .wrap .box-event p.readmore {
  position: absolute;
  right: 0;
  bottom: 0;
          box-sizing: border-box;
  padding: 5px;
  background: #4f5b6d;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  opacity: 0;

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

#page_0806 #section-timeline .timeline .wrap .box-event p.close {
  position: absolute;
  right: 0;
  bottom: 0;
          box-sizing: border-box;
  padding: 5px;
  background: #4f5b6d;
  color: #fff;
  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: 22px;
  line-height: 1.2;
}

#page_0806 #section-timeline .timeline .wrap .box-event.on_label {
  padding: 20px 20px 20px;
}

#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: 0;
}

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

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

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

#page_0806 #section-timeline .timeline .wrap .row .profile {
  float: left;
  width: 280px;
}

#page_0806 #section-timeline .timeline .wrap .row .profile p.image {
  float: left;
  width: 130px;
}

#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 {
  float: left;
  margin-left: 10px;
  padding-top: 30px;
}

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

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

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

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

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

#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: .4s;

  -webkit-transition-delay: .4s;
}

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

  -webkit-transition-delay: .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: 10px;
  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;
}

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

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

#detail .parttan-event {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 500px;
  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;
  max-width: 1340px;
  height: 100%;
}

#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: 40px 30px;
  width: 540px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.2;

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

#detail #section-article #article-main {
          box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 40px;
  width: 1160px;
  background: #fff;

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

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

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

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

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

#detail #section-article #article-main a:hover {
  text-decoration: underline;
}

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

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

#detail #section-article #article-main ._btn-orange-inversion a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

#detail #section-article #article-main ._box-list li .box-image {
  float: left;
  width: 40%;
}

#detail #section-article #article-main ._box-list li .box-image p.image {
  margin-bottom: 10px;
}

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

#detail #section-article #article-main ._box-list li .box-text {
  float: right;
  width: 57%;
}

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

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

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

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

#detail #section-article #article-main ._timeline {
  margin: 50px 0;
}

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

#detail #section-article #article-main ._timeline .wrap p.time {
  position: absolute;
  top: 0;
  left: 0;
  color: #0f203e;
  text-align: right;
  font-weight: bold;
  font-size: 30px;
}

#detail #section-article #article-main ._timeline .wrap .box-event {
  position: relative;
  left: 220px;
          box-sizing: border-box;
  padding: 1px 30px 30px;
  width: 860px; /*box-shadow: 0 0 3px #cccccc;*/
  border: 1px #ccc solid;
  background: #fff;
  text-decoration: none;
          transition: .3s; /*cursor: pointer;*/

  -webkit-box-sizing: border-box;
  -webkit-transition: .3s;
}

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

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

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

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

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

#detail #section-article #article-main ._module-article_list .article {
  float: left;
  margin: 0 3.5% 60px 0;
  width: 22.375%;
}

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

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

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

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

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

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

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

#detail #section-article #article-main table {
  margin-bottom: 80px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.9;
}

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

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

#detail #section-article #article-main table thead th {
  padding: 20px;
  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 #article-main table thead th.half {
  width: 25%;
}

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

#detail #section-article #article-main table tbody tr td {
  padding: 20px;
  border: 1px #0f203e solid;
  border-collapse: collapse;
  font-weight: normal;
}

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

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

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

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

#detail .day_20201030 .inner {
  padding-top: 30px;
}

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

#detail .day_20201030 .label {
  width: 60% !important;
}

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

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

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

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

  -webkit-transition: all .3s ease-out;
}

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

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

#transformation-summit-2021 #header ul.menu-list {
  position: absolute;
  top: 0;
  right: 0;
}

#transformation-summit-2021 #header ul.menu-list li {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 0 0;
  width: auto; /*&:nth-child(-n+4) a{font-family: Avenir, 'Helvetica neue', Helvetica, 'IBM Plex Sans', sans-serif; font-weight:400;}*/
  list-style: none;
  letter-spacing: .05em;
  font-size: 1.8rem;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(2) {
  margin-right: 280px;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-right: 0;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) a {
  position: relative;
  top: 0;
  width: 240px;
  height: 70px;
  background: #c85819;
  text-align: center;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) a.row2 {
  padding: 0 !important;
}

#transformation-summit-2021
  #header
  ul.menu-list
  li:nth-last-child(1)
  a.row2
  strong {
  position: relative;
  top: 12px;
  line-height: 1.3;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) a:after {
  display: none;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) a:hover {
  color: #fff;
  opacity: .7;
}

#transformation-summit-2021 #header ul.menu-list li:nth-last-child(1) span {
  display: block;
  padding: 27px 0;
  width: 240px;
  height: 70px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#transformation-summit-2021 #header ul.menu-list li a {
  display: block;
  padding: 27px 0; /*&:hover,*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#transformation-summit-2021 #header ul.menu-list li a:after {
  content: "";
  position: relative;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#transformation-summit-2021 #header ul.menu-list li a:hover {
  color: #d1ab50;
}

#transformation-summit-2021 #header ul.menu-list li a.active {
  color: #d1ab50;
}

#transformation-summit-2021 #header ul.menu-list li a.active::after {
  background: #d1ab50;
}

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

#transformation-summit-2021 #section-kv p.image {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1600px;
}

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

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

#transformation-summit-2021 #section-message h2 {
  margin: -139px 0 15px 0;
  padding-top: 139px;
}

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

#transformation-summit-2021 #section-message p {
  margin-bottom: 20px;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.8rem;
  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 50px 0;
  color: #9b1d3d;
  font-size: 1.8rem;
  line-height: 1.7;
}

#transformation-summit-2021 #section-sidebnr {
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 30;
  display: block;
          box-sizing: border-box;
  padding: 10px;
  width: 52px;
  height: auto;
  border-radius: 10px;
  background: white;
          box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  opacity: 0;
          transition: all .3s ease-out;

  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

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

#transformation-summit-2021 #section-sidebnr img {
  margin: 10px 0;
  width: 32px;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#transformation-summit-2021 #section-sidebnr img:hover {
  opacity: .7;
}

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

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

#transformation-summit-2021 #section-preview h2 {
  margin: -139px 0 15px 0;
  padding-top: 139px;
}

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

#transformation-summit-2021 #section-preview .tabs {
  position: relative;
  clear: both;
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0 0 19% 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: .7;
          transition: all .3s ease;

  -webkit-transition: all .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% + 5px);
}

#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;
  min-width: 1000px;
  max-width: 1600px;
}

#transformation-summit-2021 #bg_screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../../images/event/transformation-summit-2021/bg.png);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  opacity: .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: .5s;

  -webkit-transition: .5s;
}

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

#transformation-summit-2021 #section-guest h2 {
  margin: -139px 0 10px 0; /*margin:-139px 0 35px 0;*/
  padding-top: 139px;
}

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

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

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

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

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

#transformation-summit-2021 #section-guest ul li:nth-child(5n - 4) a.animated {
          animation: bg2 .7s cubic-bezier(.42, 0, .58, 1) forwards;

  -webkit-animation: bg2 .7s cubic-bezier(.42, 0, .58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(5n - 4)
  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 .7s cubic-bezier(.42, 0, .58, 1) forwards;

  -webkit-animation: bg .7s cubic-bezier(.42, 0, .58, 1) forwards;
  -webkit-transform-origin: left center;
}

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

  -webkit-animation: bg2 1s cubic-bezier(.42, 0, .58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(5n - 3)
  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(.42, 0, .58, 1) forwards;

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

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

  -webkit-animation: bg2 1.3s cubic-bezier(.42, 0, .58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(5n - 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 1.3s cubic-bezier(.42, 0, .58, 1) forwards;

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

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

  -webkit-animation: bg2 1.6s cubic-bezier(.42, 0, .58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(5n -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 1.6s cubic-bezier(.42, 0, .58, 1) forwards;

  -webkit-animation: bg 1.6s cubic-bezier(.42, 0, .58, 1) forwards;
  -webkit-transform-origin: left center;
}

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

  -webkit-animation: bg2 1.9s cubic-bezier(.42, 0, .58, 1) forwards;
}

#transformation-summit-2021
  #section-guest
  ul
  li:nth-child(5n)
  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.9s cubic-bezier(.42, 0, .58, 1) forwards;

  -webkit-animation: bg 1.9s cubic-bezier(.42, 0, .58, 1) forwards;
  -webkit-transform-origin: left center;
}

#transformation-summit-2021 #section-guest ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  background: #fff;
  color: #0f203e;
  text-align: left;
  text-decoration: none;
  opacity: 0;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#transformation-summit-2021 #section-guest ul li a:hover {
  z-index: +1;
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
          transform: scale(1.15);

  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
  -webkit-transform: scale(1.15);
}

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

  -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: 2.1rem;
  line-height: 1.2;
}

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

#transformation-summit-2021 #section-guest ul li a .read {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  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: 10px 0 70px 0;
  text-align: center;
}

#transformation-summit-2021 #section-timetable h2 {
  margin: -139px 0 30px 0;
  padding-top: 139px;
}

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

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

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

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

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

#transformation-summit-2021 #section-timetable #before_release p {
  display: block;
  padding: 40px 0;
  background: rgba(255, 255, 255, .3);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

#transformation-summit-2021 #section-timetable #after_release {
          box-sizing: border-box;
  padding: 0 10% 30px 10%;
  width: 100%;

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

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

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

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

#transformation-summit-2021 #section-timetable #after_release h3 img {
  width: auto;
  height: 40px;
}

#transformation-summit-2021 #section-timetable #after_release h3 a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 220px;
  height: 38px;
  border: 1px #fff solid;
  border-radius: 20px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 38px;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

#transformation-summit-2021 #section-timetable #after_release h3 a:hover {
  opacity: .7;
}

#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 {
  position: relative;
  display: block;
  margin: 0 0 40px 0;
  width: 100%;
}

#transformation-summit-2021 #section-timetable ul li a {
  position: relative;
  display: block;
  overflow: hidden;
          box-sizing: border-box;
  padding: 20px;
  height: 550px;
  background: rgba(255, 255, 255, .8);
  color: #0f203e;
  text-align: left;
  text-decoration: none;
  opacity: 0;
          transition: all .3s ease-out;

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

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

#transformation-summit-2021 #section-timetable ul li a:hover {
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
          transform: scale(1.1);

  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
  -webkit-transform: scale(1.1);
}

#transformation-summit-2021 #section-timetable ul li a:hover:before {
  background: url(../../images/event/transformation-summit-2021/icon_arrow_o.png)
  100% 50% no-repeat;
  background-size: auto 8px;
  color: #c85819;
}

#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.6rem;
}

#transformation-summit-2021 #section-timetable ul li a .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 #section-timetable ul li a .titie {
  display: block;
  min-height: 70px;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.3;
}

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

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

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

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

#transformation-summit-2021 #section-timetable ul li a ul li {
  float: left;
  margin-bottom: 30px;
  width: 50%;
  opacity: 1;
}

#transformation-summit-2021 #section-timetable ul li a ul li:nth-child(2n + 1) {
  clear: both;
}

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

#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: right;
  padding: 10px 5px 0 0;
  width: 62%;
}

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

  -webkit-animation: bg2 1.2s cubic-bezier(.42, 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(.42, 0, .58, 1) forwards;

  -webkit-animation: bg 1.2s cubic-bezier(.42, 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(.42, 0, .58, 1) forwards;

  -webkit-animation: bg2 1.5s cubic-bezier(.42, 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(.42, 0, .58, 1) forwards;

  -webkit-animation: bg 1.5s cubic-bezier(.42, 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: 90px 0;
  min-width: 1000px;
  text-align: center;
}

#transformation-summit-2021 #section-outline h2 {
  margin-top: -150px;
  padding-top: 160px;
}

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

#transformation-summit-2021 #section-outline dl {
  position: relative;
  margin: 0 auto;
  min-width: 800px;
  max-width: 1200px;
  width: 80%;
  color: #0f203e;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
}

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

#transformation-summit-2021 #section-outline dl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(20% + 30px);
  width: calc(80% - 30px);
  height: 1px;
  background: #0f203e;
}

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

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

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

#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 {
  padding: 90px 0;
  background: #0f203e;
}

#transformation-summit-2021 #section-submit a {
  width: 460px;
  height: 90px;
  line-height: 90px;
}

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

#transformation-summit-2021 #section-submit span {
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 90px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 90px;
}

#transformation-summit-2021 #section-submit-footer {
  display: none;
}

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

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

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

#transformation-summit-2021-popup-guest .box .image {
  display: block;
  float: left;
  margin-bottom: 20px;
  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 .text p {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}

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

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

#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;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

#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.8rem;
  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 46px 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: .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;
}

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

#transformation-summit-2021-popup-timetable .box {
  display: block;
  overflow-y: auto;
          box-sizing: border-box;
  margin: 0 60px;
  padding: 40px 50px;
  height: 600px;
  background: #fff;
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
  color: #0f203e;

  -webkit-box-shadow: 0 0 10px 1px rgba(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.6rem;
}

#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: 2rem;
  line-height: 1.5;
}

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

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

#transformation-summit-2021-popup-timetable .box .name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  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: 100%;
  text-align: center;
}

#transformation-summit-2021-popup-timetable .box ul li {
  display: inline-block;
  margin: 0 4px;
  width: calc(20% - 12px);
  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 46px 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: .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;
}

#transformation-summit-2021-popup-timetable
  .swiper-container.gallery-thumbs
  .swiper-slide:hover {
  border: 6px #1e7eca solid;
}

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

.lity-iframe-container {
  padding-top: 65% !important;
}

.lity-container {
  min-width: 1000px;
  max-width: 1064px;
}

.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;
  display: block;
  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 (min-width: 750px) and (max-width: 1025px) {
  #page_0806 #section-timeline .timeline .wrap {
    margin-bottom: 80px;
  }
  #page_0806 #section-timeline .timeline .wrap .time {
    top: -40px !important;
    margin-left: 20px;
  }
  #page_0806 #section-timeline .timeline .wrap .box-event {
    left: 100px !important;
  }
}

@media screen and (max-width: 1240px) {
  #transformation-summit-2021 #header ul.menu-list li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1120px) {
  #transformation-summit-2021 #header ul.menu-list li {
    margin-right: 15px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1200px) {
  #transformation-summit-2021 #section-timetable #after_release h3 img {
    width: auto;
    height: 30px;
  }
  #transformation-summit-2021 #section-timetable #after_release h3 a {
    width: 200px;
    height: 28px;
    border: 1px #fff solid;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 28px;
  }
  #transformation-summit-2021 #section-timetable #after_release h3 a:hover {
    opacity: .7;
  }
  #transformation-summit-2021 #section-timetable #after_release h3 a span {
    padding-left: 20px;
    background: url(../../images/event/transformation-summit-2021/icon_calender.png)
    0 50% no-repeat;
    background-size: auto 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  #transformation-summit-2021-popup-guest *::-ms-backdrop,#transformation-summit-2021-popup-guest .swiper-button-prev:after {
    content: "<";
  }
  #transformation-summit-2021-popup-guest *::-ms-backdrop,#transformation-summit-2021-popup-guest .swiper-button-next:after {
    content: ">";
  }
  #transformation-summit-2021-popup-guest *::-ms-backdrop,#transformation-summit-2021-popup-guest .swiper-button-next:after,#transformation-summit-2021-popup-guest .swiper-button-prev:after {
    font-size: 40px;
    transform: scale(1, 2);
  }
  #transformation-summit-2021-popup-timetable *::-ms-backdrop,#transformation-summit-2021-popup-timetable .swiper-button-prev:after {
    content: "<";
  }
  #transformation-summit-2021-popup-timetable *::-ms-backdrop,#transformation-summit-2021-popup-timetable .swiper-button-next:after {
    content: ">";
  }
  #transformation-summit-2021-popup-timetable *::-ms-backdrop,#transformation-summit-2021-popup-timetable .swiper-button-next:after,#transformation-summit-2021-popup-timetable .swiper-button-prev:after {
    font-size: 40px;
    transform: scale(1, 2);
  }
}
