@charset "UTF-8";
/* ==========================================================================
  PARTICIPATION TOP
========================================================================== */
/* 10万人突破
--------------------------------*/
/* heroバッジ */
@media all and (max-width: 979px) {
  .hero-appendixLogo {
    display: block;
    width: calc(166 / 404 * 100%);
    max-width: 166px;
    margin: 30px auto 0;
    text-align: center;
  }
}

@media all and (min-width: 980px) {
  .hero-appendixLogo {
    position: absolute;
    top: 60px;
    right: 0;
    width: 142px;
  }
  /* .hero-movie {
    background: #000000;
  }
  .hero-movie__body {
    max-width: 1020px;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  .hero-movie__playerWrapper.is-active {
    padding-top: 56.25%;
  }
  .hero-movie__playerWrapper {
    max-width: 1020px;
    will-change: padding;
    position: relative;
    margin: auto;
    padding-top: 0;
    transition: all 0.8s cubic-bezier(0.3, 0, 0, 1);
    -webkit-text-size-adjust: none;
  }
  .yt-hero-player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  } */
}

/* 扉ページのヒーロー動画
--------------------------------*/
.hero-movie {
  background: #000000;
}

.hero-movie__playerWrapper {
  max-width: 1020px;
  will-change: padding;
  position: relative;
  margin: auto;
  padding-top: 0;
  transition: all 0.8s cubic-bezier(0.3, 0, 0, 1);
  -webkit-text-size-adjust: none;
}

.yt-hero-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* states */
.hero-movie__playerWrapper.is-active {
  padding-top: 56.25%;
}

@media (min-width: 980px) {
  .hero-movie__body {
    max-width: 1020px;
    position: relative;
    margin: auto;
    z-index: 1;
  }
}

/* タイトル横アイコン */
.c-headingLvl2--badge-celeblated::before {
  display: inline-block;
  background-image: url(/tokyo2020/assets/img/activities/participation/badge_celebrated.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

@media all and (max-width: 979px) {
  .l-subSection.l-subSection--hasAncher {
    padding-top: 50px;
    margin-top: 0;
  }

  .c-headingLvl2--badge-celeblated::before {
    width: 26px;
    height: 17px;
    position: relative;
    top: 2px;
  }
}

@media all and (min-width: 980px) {
  .l-subSection.l-subSection--hasAncher {
    padding-top: 60px;
    margin-top: 0;
  }

  .c-headingLvl2--badge-celeblated::before {
    width: 39px;
    height: 26px;
    position: relative;
    top: 2px;
  }
}


/* イベントスケジュール
--------------------------------*/
.events-schedule {
  position: relative;
}

.events-schedule__item {
  background: #eeeeee;
}

.events-schedule__item + .events-schedule__item {
  margin-top: 20px;
}

.events-schedule__label {
  font-weight: bold;
  line-height: 1.7;
}

.events-schedule__data {
  line-height: 1.7;
}
.events-schedule__data-time {
  padding-left: 10px;
}

.events-schedule__data.event-name {
  font-weight: bold;
  color: #d20a01;
}

@media all and (max-width: 979px) {
  .events-schedule__item {
    padding: 15px 20px;
  }
  .events-schedule__row + .events-schedule__row {
    margin-top: 10px;
  }
  .events-schedule__label {
    font-size: 14px;
  }
  .events-schedule__label > br {
    display: none;
  }
  .events-schedule__data {
    font-size: 14px;
  }
  .events-schedule__data.event-name {
    font-size: 16px;
  }
}

@media all and (min-width: 980px) {
  .events-schedule__item {
    padding: 30px 40px;
  }
  .events-schedule__row {
    display: table;
  }
  .events-schedule__row + .events-schedule__row {
    margin-top: 20px;
  }
  .events-schedule__label {
    width: 180px;
    display: table-cell;
    font-size: 18px;
  }
  .events-schedule__data {
    display: table-cell;
    font-size: 18px;
  }
  .events-schedule__data.event-name {
    font-size: 20px;
  }
}

/* イベントマップ
--------------------------------*/
.caravan-map {
  position: relative;
  margin-top: 20px;
}

.caravan__icon {
  position: absolute;
  left: 22%;
  top: 7%;
  width: 30%;
}

.caravan-map__txt {
  font-size: 16px;
}
.caravan-map__body {
  position: relative;
  width: 640px;
  height: 446px;
  margin: 0 auto;
}

@media all and (max-width: 979px) {
  .caravan__icon {
    left: 20%;
    top: 0;
    margin-top: 4%;
    width: 30%;
  }
  .caravan-map__body {
    position: relative;
    width: 100%;
    height: auto;
  }
  .caravan-map__body svg {
    width: 100%;
    height: auto;
  }
}

/* 最新イベント通知 */
.notice-area {
  position: relative;
  line-height: 1;
}

.notice-area a {
  color: #d20a01;
}

.notice-area a:hover {
  text-decoration: underline;
}

.notice-area__link {
  color: #d20a01;
}

/* 各県のツールチップ */
.tooltips-box {
  width: 90px;
  height: 45px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  background: #000;
  transition: opacity .3s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .3s ease-out, transform .2s ease-out;
  transition: opacity .3s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
}

/* イベント一覧
--------------------------------*/
.caravan-lineup {
  margin-top: 30px;
}

.caravan-lineup__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 979px) {
  .caravan-lineup__list {
    display: block;
  }
  .caravan-lineup__item {
    width: 100%;
  }
  .caravan-lineup__item ~ .caravan-lineup__item {
    margin-top: 20px;
  }
  .tooltips-box{
    display: none !important;
  }
}

@media all and (min-width: 980px) {
  .caravan-lineup__item {
    width: calc((100% / 5) - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .caravan-lineup__item:nth-child(5n) {
    margin-right: 0;
  }
  .caravan-lineup__item:nth-last-child(1n+2) {
    margin-bottom: 20px;
  }
}

/* イベントラベルのカード要素 */
.caravan-card a,
.caravan-card > div {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

.caravan-card__body {
  background: #eeeeee;
  width: 100%
}

.caravan-card__data dt {
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
}

.caravan-card__data dt small {
  font-size: 60%;
}

.caravan-card__data dd {
  font-size: 12px;
  line-height: 1.5;
}

.caravan-card__data dd .event-place__indent {
  text-indent: -36px;
  padding-left: 36px;
}

@media all and (max-width: 979px) {
  .caravan-card__body {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .caravan-card__thumb {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .caravan-card__data {
    margin-left: 10px;
  }
  .caravan-card__data .event-date br {
    display: none;
  }
}

@media all and (min-width: 980px) {
  .caravan-card__body {
    padding: 10px;
  }
}

/* ==========================================================================
  PARTICIPATION DETAILS
========================================================================== */
/* 一般
--------------------------------*/
.details-block {
  max-width: 890px;
  margin: 30px auto 0;
}

/* カルセール */
.carousel__slide {
  opacity: 0;
}

@media all and (max-width: 979px) {
  .carousel__wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .carousel__slide {
    margin: 1.5px;
  }
}

@media all and (min-width: 980px) {
  .carousel__wrapper {
    min-height: 160px;
  }
}

/* イベント一覧　カルセール
--------------------------------*/
.eventsList-carousel {
  margin-top: 40px;
}

.eventsList-carousel .new-icn {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
}

@media all and (min-width: 980px) {
  .eventsList-carousel .slick-slide {
    margin: 0 10px;
  }
  .eventsList-carousel .slick-list {
    margin: 0 104px;
  }
}

/* イベント詳細のヘッダー
--------------------------------*/
.details-header__goingupLogo {
  width: 150px;
  margin: auto;
  padding-bottom: 15px;
  text-align: center;
}

.details-header__ttl .en-adj {
  color: #000000;
}
.details-header__ttl .en-sub {
  color: #000000;
  font-size: 18px;
}

@media all and (max-width: 979px) {
  .details-header__ttl {
    margin-bottom: 10px;
    text-align: center;
  }
  .details-header__slogan {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
  }
}

@media all and (min-width: 980px) {
  .details-header__slogan {
    font-size: 15px;
  }
  .details-header__body {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .details-header__body.jcc{
    justify-content: center;
  }
  .details-header__ttl {
    width: 30%;
  }
  .details-header__intro {
    width: calc(70% - 20px);
    padding-left: 20px;
    border-left: 1px solid #000000;
  }
}

/* イベント一般情報 */
.details-intro__desc {
  line-height: 2;
}

@media all and (max-width: 979px) {
  .details-intro__visitorNumbs {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .details-intro__desc {
    margin-top: 10px;
  }
}

@media all and (min-width: 980px) {
  .details-intro__visitorNumbs {
    font-size: 24px;
  }
  .details-intro__desc {
    margin-top: 5px;
  }
}

/* イベント詳細のPR動画
--------------------------------*/
@media all and (max-width: 979px) {
  .details-movie {
    margin-top: 20px;
  }
}

@media all and (min-width: 980px) {
  .details-movie {
    min-height: 310px;
    margin-top: 50px;
  }
}

.brightcove-player {
  max-width: 555px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}

.brightcove-player button {
  font-size: 100%;
}

.brightcove-player__body {
  padding-top: 56.25%;
  position: relative;
  margin: auto;
}

/* イベント詳細　ギャラリー
--------------------------------*/
.details-carousel .slick-slide a {
  outline: none;
}

.participation_with .details-carousel {
  display: none;
}

@media all and (max-width: 979px) {
  .details-carousel {
    margin-top: 10px;
  }
}

@media all and (min-width: 980px) {
  .details-carousel {
    margin-top: 40px;
  }
  .details-carousel .slick-slide {
    margin: 0 10px;
  }
  .details-carousel .slick-list {
    margin: 0 65px;
  }
}

/* 出演者の感想
--------------------------------*/
.details-staff {
  position: relative;
}

.details-staff__item ~ .details-staff__item {
  margin-top: 30px;
}

.details-staff__pic {
  grid-area: pic;
  padding-bottom: 10px;
}

.details-staff__name {
  grid-area: name;
  margin-left: 10px;
  line-height: 1.6;
}

.details-staff__comment {
  grid-area: comment;
}

@media all and (max-width: 979px) {
  .details-staff__flex {
    display: grid;
    grid-template-areas: 'pic name name' 'comment comment comment';
    grid-template-columns: 60px 1fr;
  }
  .details-staff__name {
    font-size: 14px;
  }
}

@media all and (min-width: 980px) {
  @supports (display: grid) {
    .details-staff__flex {
      display: grid;
      grid-template-areas: 'pic name' 'pic comment';
      grid-template-columns: 100px 1fr;
    }
  }
  .details-staff__name {
    font-size: 16px;
  }
  .details-staff__name,
  .details-staff__comment {
    margin-left: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .details-staff__pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* 参加者の感想
--------------------------------*/
.details-visitor {
  display: -ms-flexbox;
  display: flex;
}

.details-visitor__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #f1f3f3;
}

.details-visitor__comment dd {
  line-height: 2;
  font-weight: bold;
}

.small{
  font-size: 14px;
  margin-top: 40px;
  text-align: right;
}

@media all and (max-width: 767px) {
  .details-visitor__item {
    width: 100%;
    padding: 20px;
  }
  .small{
    font-size: 12px;
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .details-visitor__item {
    width: 31%;
    padding: 30px;
  }
}

@media all and (max-width: 979px) {
  .details-visitor__comment dd, .details-visitor__comment dt {
    font-size: 14px;
  }
}

@media all and (min-width: 980px) {
  .details-visitor__comment dd, .details-visitor__comment dt {
    font-size: 16px;
  }
}

/* 戻るボタン
--------------------------------*/
.details-backBtn {
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 979px) {
  .details-backBtn {
    margin-top: 50px;
  }
}

@media all and (min-width: 980px) {
  .details-backBtn {
    margin-top: 100px;
  }
}

/* 動画
--------------------------------*/
.details-video{
  margin-top: 20px;
  text-align: center;
}

.participation-video__wrapper{
  position: relative;
  padding-top: 56.25%;
}

.details-media__player{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* バナー
--------------------------------*/
.details-bnr{
  margin-top: 100px;
}
@media print, screen  and (max-width: 768px) {
  .details-bnr {
    margin-top: 50px;
  }
}

/* bridcorve text
-------------------------------- */
.playlist__fallbackTxt {
  width: auto;
  position: relative;
  display: inline-block;
  margin: 5px auto 0;
  padding-left: 1.3em;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}
.playlist__fallbackTxt a {
  width: 100%;
  height: 100%;
  display: block;
  color: #999999;
  outline: none;
}

.playlist__fallbackTxt::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #d20a01;
}
@media print, screen  and (max-width: 768px) {
  .playlist__fallbackTxt {
    font-size: 11px;
  }
}


/* ==========================================================================
  ANIMATION
========================================================================== */
@media all and (max-width: 979px) {
  .js .caravan-lineup__item:nth-child(n+6) {
    display: none;
  }
  .js .caravan-lineup__item.is-shown {
    display: list-item;
    -webkit-animation: events-items-fadein .5s ease-in-out forwards;
            animation: events-items-fadein .5s ease-in-out forwards;
  }
  .caravan-lineup__item ~ .caravan-lineup__item {
    margin-top: 20px;
  }
}

@-webkit-keyframes events-items-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes events-items-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

