@charset "UTF-8";
/* /////////////// NEW 202106 ZAZIE /////////////// */
/* リセット , add style*/
body {
  overflow-x: hidden;
}

p {
  text-align: justify;
}

.banner-item .banner-content-wrap {
  padding: 0;
}

.banner-title3 {
  right: 0;
  bottom: 0;
}

.banner-title3 {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 2px;
  text-indent: 2px;
  display: inline-block;
}

/* main v new style */
.disnon {
  display: none;
}

.main_v_speakers {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
}

.main_v_txt {
  padding-top: 500px;
}

.main_v_txt p,
.main_v_txt {
  text-align: center;
}

.flex_reverse {
  flex-direction: row-reverse;
}

/* GOLD */
.section-title span,
.column-title span,
.banner-item .banner-content-wrap .banner-title2,
.gold-title {
  font-weight: bold;
  color: #a38d36;
  display: inline-block;
  text-align: center;
}

.platinum .section-title span {
  color: #888888;
}

.ts-sponsors a img {
  margin: auto;
  display: block;
  width: 260px;
  margin-bottom: 25px;
}

.platinum a img {
  margin: auto;
  display: block;
  width: 750px;
}

.gold2 a img {
  margin: auto;
  display: block;
  width: 310px;
}

.grant a img {
  margin: auto;
  display: block;
  width: 600px;
}

.special a img {
  margin: auto;
  display: block;
  width: 180px;
  margin-bottom: 25px;
}

.ts-sponsors .container {
  max-width: 100%;
}

.ts-sponsors .supporter .section-title span,
.ts-sponsors .silver .section-title span {
  color: #666;
}

.ts-sponsors .supporter .section-title span,
.ts-sponsors .platinum .section-title span,
.ts-sponsors .silver .section-title span,
.ts-sponsors .gold .section-title span {
  font-size: 42px;
}

.ts-sponsors .section-title span {
  border: 0;
}

.ts-sponsors .supporter a p,
.ts-sponsors .silver a p,
.ts-sponsors .gold a p,
.ts-sponsors .platinum a p {
  font-size: 14px;
  color: #666;
}

.ts-sponsors .section-title::after {
  width: 30px;
  height: 2px;
  background: #666;
}

.gold .section-title::after {
  background: #a38d36;
}

.platinum .section-title::after {
  background: #888888;
}

.single-intro-text .count-number {
  color: #b57806;
}

.section-title span,
.column-title span {
  display: block;
}

/* ナンバー*/
.single-intro-text .count-number {
  position: absolute;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 62px;
  top: 0;
  left: 0;
  padding: 0 0 0 39px;
  margin-top: 20px;
}

.count-number::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #b57806;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  margin: 0 auto;
  left: 0px;
  top: 40px;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* section add style */
.ts-sponsors .supporter .section-title span,
.ts-sponsors .platinum .section-title span,
.ts-sponsors .silver .section-title span,
.ts-sponsors .gold .section-title span,
.count-number,
.fontCG,
.fontCG span {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
}

.nav-item,
.schedule-listing .schedule-slot-time,
h3,
h1,
.schedule-slot-title2,
#gaiyo tbody tr:nth-child(2n+1) td:first-child,
.ts-title,
.section-title,
.column-title {
  font-family: "游明朝体", "Yu Mincho", 'Radley', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 1.3;
}

.nav-tabs .nav-item {
  letter-spacing: 2px;
  font-family: inherit;
}

.section-title,
.column-title {
  font-size: 40px;
  margin-bottom: 0;
}

.subtitle {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 10px;
}

.ts-exp-content p,
.container p {
  margin-bottom: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-indent: 1px;
}

.txt_area {
  padding-bottom: 60px;
}

.shadow_box_wrap {
  justify-content: space-between;
}

#point .col-lg-6,
.single-intro-text2,
.shadow_box_wrap > div {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 0;
}

.single-intro-text {
  padding: 100px 40px 0;
  border-radius: 0;
  overflow: visible;
  position: relative;
  height: 100%;
}

.single-intro-text p {
  text-align: justify;
}
.hosoku {
  line-height: 20px;
  font-size: 12px;
}

.col2 {
  width: 100%;
}

@media (min-width: 992px) {
  #point .col-lg-6,
  .col2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
  }
  #point .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #point .col-lg-8 > p {
    margin-bottom: 70px;
  }
  #point .col-lg-8 > .row {
    justify-content: space-between;
  }
}

.left_upper {
  position: relative;
}

#point::before,
.left_upper::before {
  transform: skewX(-10deg);
  transform-origin: top left;
  top: 180px;
  left: 25%;
  content: '';
  position: absolute;
  background-color: #ebf2f8;
  width: 150%;
  height: 100%;
}

#point::before {
  top: 550px;
}

#point .col {
  padding: 0;
}

.ts-title {
  font-size: 30px;
}

#point .ts-title {
  font-size: 27px;
}

#gaiyo thead tr td {
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-top: none;
  padding: 5px 0;
  font-weight: bold;
}

#gaiyo thead tr:nth-child(2) td {
  font-size: 12px;
}

.ts-exp-wrap::before {
  background: none;
}

/*orgプラス*/
.icon-plus {
  display: block;
  width: 27px;
  height: 27px;
  padding-top: 13px;
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.icon-plus::after {
  transform: rotate(90deg);
}

/*new プラス*/
.ico-plus {
  display: block;
  width: 47px;
  height: 47px;
  padding: 10px;
}

.ico-plus::before,
.ico-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.ico-plus::after {
  transform: rotate(90deg);
}

.ts-schedule-nav ul li,
.ts-schedule-nav ul li a {
  border-radius: 5px;
}

.ts-schedule-nav ul li a::before {
  border: 0;
}

.ts-schedule-nav ul li a h3 {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 3px;
  text-indent: 3px;
}

.ts-schedule-nav ul li a.active {
  background: #d0b36d;
  background: linear-gradient(60deg, #e3bf00 0%, #d0b36d 100%);
}

.ts-pricing-box .pricing-btn::before,
.ts-pricing-box .pricing-btn::after {
  width: 0;
  height: 0;
}

.icon.icon-speaker {
  display: none;
}

.schedule-listing .schedule-slot-info {
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.ts-speaker .speaker-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(4, 79, 255, 0.5);
  border-radius: 100%;
  transform: scale(1.2);
}

.ts-speakers .col-lg-3.col-md-6.wow.fadeInUp:hover:active {
  overflow: visible;
}

.ts-schedule-nav ul li a.active {
  background: #2990f4;
}

.ts-schedule .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.ts-speaker .speaker-img {
  background: #e2e2e2;
  background: linear-gradient(0deg, #e2e2e2 0%, #eeeeee 100%);
}

.ts-speaker .speaker-img {
  background: #e2e2e2;
  background: linear-gradient(0deg, #e2e2e2 0%, #eeeeee 100%);
}

/* time */
.schedule-listing2 .schedule-slot-time2 {
}

.schedule-listing2 .schedule-slot-info2 {
  padding-right: 0;
}

.schedule-listing:nth-of-type(2n) .schedule-slot-time {
  background: #d5d5d5;
}

.schedule-listing .schedule-slot-time {
  background: rgba(41, 144, 244, 0.8);
  color: #191a3d;
}

.schedule-slot-info-content h3 {
  margin-bottom: 0;
}

.schedule-listing .schedule-slot-info {
  padding: 40px 20px 40px 155px;
}

.schedule-listing .schedule-slot-time {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.ts-speaker .view-speaker {
  border: 0px;
}

/* 非表示*/
.hero-area h1.banner-title {
  display: none;
}

.hero-area .col-lg-4 {
  position: absolute;
  max-width: 25%;
}

.hero-area .container {
  padding-top: 500px;
  max-width: 100%;
}

.hero-area .banner-item .banner-content-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
}

/* ボタン　*/
.btn:hover,
.ts-pricing-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  background-color: #ff007a;
  background: linear-gradient(90deg, #ff007a 0%, #a900b1 100%);
}

.disable.btn:hover {
  background-color: gray;
  background: gray;
}

/* IMG */
.ts-experiences .exp-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/cta_img.jpg) no-repeat 100%/cover;
}

h1 {
  font-size: 42px;
}

/* 視聴チケット */
.ts-pricing-box .ts-progress {
  height: 2px;
}

.ts-pricing-box .pricing-btn,
.ts-pricing-box .ts-pricing-header .ts-pricing-name {
  letter-spacing: 2px;
  text-indent: 2px;
}

.ts-pricing {
  background: #fff;
}

.ts-pricing .container {
  position: relative;
  z-index: 2;
}

.ts-pricing::before {
  transform: skewX(0);
  transform-origin: top left;
  left: 25%;
  left: 0%;
  content: '';
  position: absolute;
  background-color: #ebf2f8;
  width: 150%;
  height: 100%;
  top: 0;
}

.ts-pricing-box {
  box-shadow: 2px 23px 56px 5px rgba(3, 62, 140, 0.16);
  background: #fff;
  margin-bottom: 30px;
}

.jc_center {
  justify-content: center;
}

/* スケジュール */
.ts-experiences {
  padding: 0;
  overflow: hidden;
  background: #3b1d82;
}

.ts-experiences h2 {
  padding-top: 60px;
}

.ts-exp-wrap .ts-exp-content {
  max-width: 100%;
  padding: 25px 50px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

.ts-exp-wrap.white {
  min-height: inherit;
}

.ts-exp-wrap.white .ts-exp-content .txt_area {
  padding-bottom: 15px;
}

.ts-exp-wrap.white h2,
.ts-exp-wrap.white h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.ts-exp-wrap.white span.date {
  color: #fff;
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.5rem;
}

.ts-experiences .main_title,
.ts-experiences .virtual3d,
.ts-experiences .col-lg-6 {
  position: relative;
}

.ts-experiences .col-lg-6::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}

.ts-exp-wrap,
.ts-exp-wrap::after {
  background: none;
}

.ts-experiences .main_title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/cta_img1.jpg) no-repeat 100%/cover;
  opacity: 0.5;
}

.ts-experiences .virtual3d .column-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ts-experiences .virtual3d p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}

/*.ts-experiences .virtual3d {
    background: #3b1d82;
}*/
.ts-experiences .virtual3d::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/cta_img.jpg) no-repeat 100%/cover;
  /*opacity: 0.5;*/
}

/*
.ts-sponsors .mb-5{
  border-bottom: 1px solid #ccc;
}
*/
.w-auto {
  width: auto;
}

.banner-title3 {
  color: white;
  font-size: 200%;
  line-height: 1.3;
  margin-bottom: 1em;
}

#gaiyo tbody tr td {
  line-height: 1.5;
}

#gaiyo tbody tr:nth-child(2n+1) td {
  padding: 20px 0 0.2em;
  vertical-align: bottom;
  font-size: 1.2rem;
}

#gaiyo tbody tr:nth-child(2n+1) td:first-child {
  padding-right: 1em;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

#gaiyo tbody tr:nth-child(2n) td {
  border-top: none;
  padding: 5px 0;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

#gaiyo tbody tr td span {
  white-space: nowrap;
}

#gaiyo .inactive {
  background-color: #eee;
  color: #999;
}

#gaiyo .table {
  border-bottom: 1px solid #e9ecef;
}

.schedule-listing2 .schedule-slot-title2 {
  letter-spacing: 0.1em;
}

.schedule-listing.break .schedule-slot-time {
  padding: 18px 24px;
  vertical-align: middle;
}

.schedule-listing.break .schedule-slot-info {
  padding: 18px 40px 18px 170px;
  background-color: #fff;
}

.schedule-listing.break .schedule-slot-info h3 {
  margin: 0;
}

.schedule-slot-title strong {
  display: inline-block;
}

.ts-sponsors .section-title {
  margin: 0 0 1.0em;
}

.ts-sponsors .section-title:after {
  background-image: none;
}

.ts-sponsors .section-title span {
  font-weight: bold;
}

.ts-sponsors a p {
  margin: 0.8em 0 0;
  /*margin: 0.3em 0 3.5em;*/
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.ts-sponsors a p span {
  display: block;
}

.ts-sponsors .platinum a p {
  font-size: 2.0rem;
}

.ts-sponsors .gold a p {
  font-size: 1.1rem;
}

.ts-sponsors .silver a p {
  font-size: 1.1rem;
}

.ts-sponsors .supporter a p {
  font-size: 1.1rem;
}

.disable {
  background-color: gray;
}

.disable:hover {
  background-color: gray;
}

#main_v .banner-title3 {
  width: 500px;
  position: absolute;
  top: 500px;
  left: 400px;
}

.mode_sp {
  display: none;
}

#main_v {
  display: none;
}

#program .ts-schedule-nav ul li a {
  padding-left: 0;
  padding-right: 0;
}

body .ts-schedule-nav ul li a.active {
  background: #1a1c3f;
}

body .ts-schedule-nav ul li {
  box-shadow: 2px 13px 20px 5px rgba(3, 62, 140, 0.16);
}

#program .tab-pane {
  box-shadow: 2px 13px 26px 5px rgba(3, 62, 140, 0.16);
  padding-top: 15px;
}

.speaker-img {
  box-shadow: 2px 5px 8px 5px rgba(3, 62, 140, 0.1);
}

body .schedule-listing .schedule-slot-time {
  background: #eee;
}

body .pricing-item {
  max-width: 100%;
}

body .ts-experiences {
  background: none;
}

#ts-experiences1,
#virtual .col-lg-6 {
  background: #fff;
}

#ts-experiences1 .concept {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  max-width: 600px;
  margin: 0 auto;
}

.disnon {
  display: none;
}

section {
  overflow: hidden;
}

/*
1日目
*/
.schedule-listing2 .schedule-slot-info2 .schedule-slot-info-content2 h3.schedule-day {
  font-size: 28px;
  margin-bottom: -18px;
  color: #000;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  margin-left: 0;
  display: block;
  font-size: 16px;
}

.support {
  display: block;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 40px;
  font-family: "游明朝体", "Yu Mincho", 'Radley', serif;
}

/* /////////////// NEW 202206 ZAZIE /////////////// */
body .schedule-listing .schedule-slot-time {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.schedule-slot-info-content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}

.schedule-listing .schedule-slot-time {
  text-align: center;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-name span.h2-small {
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  margin-bottom: 0px;
}

.ts-pricing-header {
  padding-bottom: 20px;
}

.ts-pricing-box {
  padding: 40px 15px;
}

.ts-pricing h2 {
  line-height: 1.2;
}

.ts-pricing .col30 {
  box-shadow: 2px 23px 56px 5px rgba(3, 62, 140, 0.16);
  background: #fff;
  border-radius: 18px;
}

.ts-pricing-box {
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
}

.jc_between {
  justify-content: space-between;
}

/* table */
table.gaiyo-tbl {
  width: 100%;
  border: 1px solid #bbbbbb;
  margin-bottom: 1rem;
}

table.gaiyo-tbl th {
  border-bottom: 1px solid #bbbbbb;
  border-collapse: collapse;
}

table.gaiyo-tbl td {
  border-collapse: collapse;
  vertical-align: top;
  letter-spacing: 0.5px;
}

table.gaiyo-tbl th,
table.gaiyo-tbl td {
  padding: 30px 20px;
  font-weight: bold;
}

table.gaiyo-tbl th:nth-child(1),
table.gaiyo-tbl td:nth-child(1) {
  border-right: 1px dotted #bbbbbb;
}

table.gaiyo-tbl th {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 10px 20px;
  background-color: #1a1c3f;
}

table.gaiyo-tbl th .t-small {
  font-size: 14px;
  font-weight: bold;
}

table.gaiyo-tbl tr.bdr-top {
  border-top: 1px solid #bbbbbb;
}

table.gaiyo-tbl .th {
  font-weight: bold;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", 'Radley', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 1.5;
  font-size: 22px;
}

table.gaiyo-tbl .gaiyo-price,
table.gaiyo-tbl .gaiyo-title {
  font-family: "游明朝体", "Yu Mincho", 'Radley', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  line-height: 1.5;
  font-size: 22px;
  color: #1c1c24;
}

table.gaiyo-tbl .gaiyo-title {
  padding-left: 80px;
  margin-bottom: 1rem;
}

table.gaiyo-tbl .gaiyo-txt {
  display: inline-block;
  padding-top: 5px;
}

.ib {
  display: inline-block;
}

.ts-speaker .speaker-img,
.ts-speaker .speaker-img img {
  border-radius: 100%;
  border-radius: 100%;
}

.ts-speaker a.view-speaker {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 0;
}

.ts-speaker:hover .view-speaker {
  top: 0;
}

.icon-plus {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  bottom: auto;
  left: 50%;
  top: 60%;
  transition: all .3s ease 0s;
}

.ts-speaker:hover .view-speaker .icon-plus {
  bottom: auto;
  top: 50%;
}

#point::before {
  transform: none;
  top: 770px;
  left: 0;
  width: 100%;
  height: 100%;
}

#point::before,
.gradient::before {
  background: url(../images/bg3.png) no-repeat 100%/cover;
}

.ts-experiences .col-lg-6::before {
  background:none;
  background-position: center -100px;
  background-size: cover;
}

body .ts-schedule-nav ul li a.active:hover {
  cursor: default;
  background: #a38d36;
}

body .ts-schedule-nav ul li a:hover {
  background: #1a1c3f;
  color: #fff;
}

body .ts-schedule-nav ul li a:hover h3 {
  color: #fff;
}

.ts-pricing-box .ts-progress {
  height: 1px;
}

.point-col {
  margin-bottom: 30px;
}

#program .tab-pane {
  padding-top: 0;
}

.single-intro-text2 {
  box-shadow: none;
}

.dl-add {
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
}

.dl-add dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.dl-add dd {
  font-size: 16px;
}

/* ボタン */
/* text-hover-animation-roloscroll */
.hov_roloscroll .p {
  line-height: 17px;
}

.hov_roloscroll .text-container {
  height: 16px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
}

.hov_roloscroll .text-container:hover {
  cursor: pointer;
}

.hov_roloscroll a:hover .text-container span.p {
  transform: translateY(-16px);
}

/* text-hover-animation-roloscroll */
.ts-schedule-nav {
  margin: 30px auto;
}

.ts-schedule-nav a.button-hov span {
  color: #fff;
}

.ts-schedule-nav a.active.button-hov span,
.ts-schedule-nav a.active.button-hov h3 span,
.ts-schedule-nav a.button-hov:hover span {
  color: #fff;
}

.ts-schedule-nav a.button-hov:hover,
.ts-schedule-nav a.button-hov {
  border: 0;
}

.ts-schedule-nav .ts-schedule-nav ul li a h3 {
  letter-spacing: 4px;
  text-indent: 0;
}

.ts-schedule-nav .hov_roloscroll .p {
  line-height: 21px;
}

.ts-schedule-nav .hov_roloscroll .text-container {
  height: 20px;
}

.ts-schedule-nav .hov_roloscroll a:hover .text-container span.p {
  transform: translateY(-20px);
}

.ts-schedule-nav .nav {
  flex-flow: row wrap;
  justify-content: space-between;
}

.ts-schedule-nav .nav-tabs .nav-item {
  flex: 0 0 49%;
}

.ts-schedule-nav .nav-tabs .nav-item {
  margin: 0;
}

.schedule-listing2 ..schedule-listing2 .schedule-slot-info2 {
  background: #1a1c3f;
  font-size: 24px;
}

.schedule-listing2 .schedule-slot-info2 {
  background: #1a1c3f;
}

#program .tab-pane,
body .ts-schedule-nav ul li {
  box-shadow: none;
}

#program .tab-pane {
  border: 1px solid #eee;
}

.aa {
  text-align: right;
  display: inline-block;
  transition: transform 0.4s, opacity 0.7s 0.1s;
}

.ab {
  text-align: left;
  display: inline-block;
  transition: transform 0.5s, opacity 0.7s 0.1s;
}

.ac {
  text-align: left;
  display: inline-block;
  transition: transform 0.6s, opacity 0.7s 0.1s;
}

.ad {
  text-align: left;
  display: inline-block;
  transition: transform 0.7s, opacity 0.7s 0.1s;
}

.ae {
  text-align: left;
  display: inline-block;
  transition: transform 0.8s, opacity 0.7s 0.1s;
}

.af {
  text-align: left;
  display: inline-block;
  transition: transform 0.9s, opacity 0.7s 0.1s;
}

.ag {
  text-align: left;
  display: inline-block;
  transition: transform 1s, opacity 0.7s 0.1s;
}

.ah {
  text-align: left;
  display: inline-block;
  transition: transform 1s, opacity 0.7s 0.1s;
}

.ai {
  text-align: left;
  display: inline-block;
  transition: transform 1.1s, opacity 0.7s 0.1s;
}

.aj {
  text-align: left;
  display: inline-block;
  transition: transform 1.2s, opacity 0.7s 0.1s;
}

.ak {
  text-align: left;
  display: inline-block;
  transition: transform 1.3s, opacity 0.7s 0.1s;
}

.al {
  text-align: left;
  display: inline-block;
  transition: transform 1.4s, opacity 0.7s 0.1s;
}

.am {
  text-align: left;
  display: inline-block;
  transition: transform 1.5s, opacity 0.7s 0.1s;
}

.an {
  text-align: left;
  display: inline-block;
  transition: transform 1.6s, opacity 0.7s 0.1s;
}

/* hover ボタン */
a.button-hov {
  position: relative;
  display: inline-block;
  padding: 15px 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 2px solid #ffa500;
  background: #ffa500;
}

a.button-hov:hover {
  border: 2px solid #fff;
  background: #1a1c3f;
}

a.button-hov span {
  color: #fff;
}

.ts-pricing a.button-hov:hover {
  border: 2px solid #1a1c3f;
}

.ts-pricing a.button-hov {
  margin-bottom: 14px;
}

/*hov_u_line */
.hov_u_line a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.hov_u_line a span::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .5s ease 0s;
  width: 0;
}

.hov_u_line a span:hover::after {
  left: 0;
  width: 100%;
}

.header.header-transparent ul.navbar-nav > li > a {
  padding: 5px 0;
  line-height: 1;
  margin: 0 20px;
}

.col30 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .col30 {
    flex: 0 0 31%;
    max-width: 31%;
  }
  #point .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .ts-experiences .exp-img {
    position: relative;
  }
  br.pc {
    display: none;
  }
}

.hd_c_line {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.hd_c_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #a38d36;
}

.hd_c_line span.hd_c_line-tt {
  position: relative;
  padding: 0;
  background: #fff;
  width: 90px;
  display: block;
  margin: auto;
}

.hd_c_line span.typ {
  font-size: 24px;
}

.hd_c_line {
  font-size: 14px;
  padding-bottom: 3px;
  display: block;
  margin-bottom: 20px;
  color: #a38d36;
  font-weight: bold;
  letter-spacing: 4px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-name {
  margin-bottom: 38px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  font-size: 32px;
}

#point .col-lg-8.mx-auto {
  margin-bottom: 0px;
}

.speaker-img,
.single-intro-text,
#point .col-lg-6,
.single-intro-text2,
.shadow_box_wrap > div {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

@media (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ts-speaker .speaker-img {
    width: 100%;
    height: 100%;
  }
}

.footer-area {
  background: #1a1c3f;
}

.ts-speaker-popup {
  overflow-x: hidden;
}

.ts-speaker-popup-content dl {
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

.ts-speaker-popup-content dt {
  font-weight: 500;
  width: 86px;
}

.ts-speaker-popup-content dd {
  width: calc(100% - 86px);
}

.ts-speaker-info span {
  display: inline-block;
}

table.gaiyo-tbl td {
  position: relative;
}

.hd_c {
  background-color: #b57806;
  padding: 1px 5px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 32px;
}

.schedule-listing:hover .schedule-slot-title {
  color: #1c1c24;
}

.ts-speaker .speaker-img img.imgscale {
  transform: scale(1.1);
}

.ts-speaker:hover .speaker-img img.imgscale {
  transform: scale(1.2);
}

#virtual a.button-hov {
  margin-bottom: 60px;
}

.magn-b-2rem {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .ts-pricing-box .ts-pricing-progress .ts-pricing-value {
    min-height: 76px;
  }
}

.schedule-slot-title span.speaker {
  display: block;
  font-size: 16px;
}

.img-schedule-slot-speakers {
  position: absolute;
  left: 40px;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

/* 画像 schedule-slot-speakers */
.schedule-listing .schedule-slot-info .speakers_2,
.schedule-listing .schedule-slot-info .speakers_4 {
  position: absolute;
  left: 40px;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.schedule-listing .schedule-slot-info .speakers_2 .schedule-slot-speakers,
.schedule-listing .schedule-slot-info .speakers_4 .schedule-slot-speakers {
  position: relative;
  left: auto;
  top: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}

.schedule-listing .schedule-slot-info .speakers_4 .schedule-slot-speakers {
  height: 40px;
  width: 40px;
}

.schedule-listing .schedule-slot-info .speakers_2 .schedule-slot-speakers {
  height: 80px;
  width: 40px;
}

.speakers_2,
.speakers_4 {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 50px;
  overflow: hidden;
}

.schedule-slot-speakers {
  background: #ccc;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.schedule-slot-speakers span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}

.ts-pricing .col30 {
  flex: 0 0 31%;
  max-width: 31%;
}

.ts-exp-wrap .ts-exp-content .column-title span {
  text-align: left;
}
