@charset "UTF-8";

.cloudDescRoot {
  position: relative; z-index: 9999;
}

.cloud {
  width: 346px;
  height: 135px;
  background: url("../img/cloud.png") no-repeat center 50% / 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  font-size: 12px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 1.5;
}

p.white {
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 782px) {
  .desc { position: relative; margin-bottom: 15px;}
  .desc figure {
    position: absolute;
    top: -80px;
    left: 330px;
    width: 100px;
  }

}
@media only screen and (max-width: 480px) {
  .cloud {
    background: #fff;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 8px 12px;
    margin-top: 10px;
  }
  .desc {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .desc figure {
    position: relative;
    top: auto;
    left: auto;
    width: 100px;
    margin-top: -8px;
  }
  p.white {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (min-width: 783px) {
  .cloudDesc {
    display: flex;
  }
  .desc {
    margin-left: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
    width: calc(100% - 346px);
  }
  .desc p.white {
    margin-left: 10px;
    font-size: 14px;
  }
  .cloud { font-size: 14px;}
}

.section-header {
  font-size: 70%;
  color: #fff;
}
.meta {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.meta .date {
  background: #212437;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1.2;
  margin-right: 1em;
  white-space: nowrap;
}
.meta h2 {
  margin-right: 1em;
  font-size: 90%;
}
.card {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.card .vs { margin: 0 3px; font-size: 90%;}
.status {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}
.status li {
  position: relative;
  padding-left: 25px;
}
.status li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #555865;
}
.status li.on::before {
  background: #4ac021;
}
.status li.on::after {
  content: "";
  width: 5px;
  height: 8px;
  border-bottom: #fff 3px solid;
  border-right: #fff 3px solid;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 3px;
}
.status li + li { margin-left: 10px;}

@media only screen and (min-width: 783px) {
  .section-header {
    display: flex;
    justify-content: space-between;
    color: #fff;
  }
  .images {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 560px;
  }
  .thumb li {
    width: 180px;
    height: 180px;
  }
  .thumb li a {
    display: block;
    margin: 0 20px 20px 0px;
    height: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .thumb li a .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: calc(100% - 20px);
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    pointer-events: none;
    box-sizing: border-box;
    margin: 10px;
  }
  .thumb li a img {
    object-fit: cover;
    width: 200%;
    height: 200%;
    position: relative;
    z-index: 1;
  }
  .thumb li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: #343848 10px solid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
  }
  .thumb li.on a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: yellow 1px solid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 3;
  }
  .thumb li:not(.on) a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: rgba(255,255,255,0.3) 1px solid;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .mainimg {
    width: calc(100% - 560px);
    position: relative;
  }
  .mainimg-scrollable {
    max-height: calc(180px * 4 - 20px);
    overflow-y: scroll;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .control {
    position: absolute;
    left: 0;
    top: -30px;
    display: flex;
  }
  .mainimg .control .alt { font-size: 10px; color: #fff; line-height: 20px; margin-left: 20px;}
  .mainimg .control .prev,
  .mainimg .control .play,
  .mainimg .control .next {
    width: 20px;
    height: 20px;
    
    position: relative;
    cursor: pointer;
  }
  .mainimg .control .play { width: auto; padding: 0 20px 0 5px; font-size: 10px; color: #fff; line-height: 20px; font-weight: bold;}
  .mainimg .control .play::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 14px;
    box-sizing: border-box;
    border: transparent 7px solid;
    border-right: transparent 12px solid;
    border-left: yellow 12px solid;
    top: 3px;
    right: -7px;
    display: block;
  }
  .mainimg .control .play.stop {
    color: #777;
  }
  .mainimg .control .play.stop::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    box-sizing: border-box;
    top: 3px;
    right: 3px;
    display: block;
    background: yellow;
  }
  
  .mainimg .control .prev::before,
  .mainimg .control .next::before,
  .mainimg .control .prev::after,
  .mainimg .control .next::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: yellow 2px solid;
    border-bottom: yellow 2px solid;
    transform: rotate(45deg);
    top: 5px;
    left: 0px;
    display: block;
  }
  .mainimg .control .next::before,
  .mainimg .control .next::after{ 
    border: none; 
    border-top: yellow 2px solid; 
    border-right: yellow 2px solid;
    left: 8px;
  }
  .mainimg .control .prev::after {
    left: 6px;
  }
  .mainimg .control .next::after {
    left: 2px;
  }
}
@media only screen and (max-width: 782px) {
  .show-menu .cloudDescRoot { opacity: 0; pointer-events: none;}
  .thumb li a .caption {
    color: #fff;
    margin: 8px 0 3px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  .mainimg { display: none;}
  .thumb li a:hover { animation: none;}
}

.post-nav {
  display: flex;
  margin: 3em auto 0;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  font-size: 75%;
}