h4.c-page-sub-title {font-size:30px;margin-bottom:1rem;}
.chaba, .sakura, .h4-img {width:80px;height:80px;text-align:center;margin-right:10px;}
.chaba img{width:auto;height:100%;}
.sakura img{width:100%;height:auto;}
.h4-img img{width:100%;height:100%;}
.caption_text{font-size:larger;line-height:1.5;width:100%;max-width:64rem; margin: 1rem auto 2rem;text-align:justify;padding:0 1em;}

h5 {font-size: larger;color: #fff;padding: 10px;}
h5.spr {background: #ED848C;}
h5.sum {background: #009933;}
h5.aut {background: #996633;}
h5.win {background: #6699CC;}
#chartdivSpr, #chartdivSum, #chartdivAut, #chartdivWin {width : 100%;max-width:64rem;margin:0 auto;height:500px;box-sizing:border-box;}
.temp-comment{width:100%;max-width:64rem;padding:0 1em;margin:0 auto;box-sizing:border-box;}

.season-links {
  width:100%;
  max-width:64rem;
  text-align:center;
  margin:2em auto;
}

.carousel-button::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: auto;
  background-size: contain;
  transform: translate(0, -10px);
}
.carousel-button.active::after {
  width: 60px;
  height: auto;
  margin-right:1rem;
}
.carousel-button:hover {
  opacity:0.7;
  transition: all 0.5s;
}

.carousel-button[data-slide="0"]::after {
  content: url('/assets/image/seasons/rev/ttl-spr.svg');
}

.carousel-button[data-slide="1"]::after {
  content: url('/assets/image/seasons/rev/ttl-sum.svg');
}

.carousel-button[data-slide="2"]::after {
  content: url('/assets/image/seasons/rev/ttl-aut.svg');
}

.carousel-button[data-slide="3"]::after {
  content: url('/assets/image/seasons/rev/ttl-win.svg');
}
.js-tmbSource{position:static;}
.access-time{
  background: yellow;
  color:#DB344D;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position:absolute;
  top:50px;
  right:10px;
  font-size:24px;
}
.access-time i{font-size:larger;margin-top:10px;}
.table-image{width:100%;max-width:64rem;margin:0 auto;}
@media (max-width: 768px){
  .p-seasons-title__label{padding:0;}
  h4.c-page-sub-title{width:100%;margin-bottom:10px;font-size:24px;text-align:left;}
  .chaba, .sakura, .h4-img{width:60px;height:60px;min-width:60px;min-height:60px;}
  .caption_text {font-size:inherit;}
  .p-seasons-title__label{height:70px;width:auto;}
  .access-time{width:80px;height:80px;font-size:16px;top:40px;right:0;}
  .carousel-buttons{display: flex;flex-direction: column;align-items: flex-start;gap:10px;padding:0 10px;}
  .carousel-buttons > .carousel-button:nth-child(even) {align-self: flex-end;}
}
