/*
 * bestten
 *
 */
/* !bestten common
---------------------------------------------------------- */
@media print {
	.noprint {display:none !important;}
}

#bestten {
  background-image: url(/tbs-ch/special/the_bestten/img/bg_contents.jpg);
  background-repeat: repeat;
  color: #fff;
  line-height: 1.5;
}
#contents {
  padding: 0 !important;
}
#contents::after {
  display: none;
}
.bestten-header *,
.sec-bestten-footer *,
.bestten-header *::after,
.sec-bestten-footer *::after,
.bestten-header *::before,
.sec-bestten-footer *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none !important;
}

a.arc-button {
  display: block;
  position: relative;
  width: 240px;
  height: 56px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  border-radius: 30px;
  z-index: 0;
}

a.arc-button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  background: -moz-linear-gradient(left, #c8af54, #ecd581 50%, #c8af54);
  background: -webkit-linear-gradient(left, #c8af54, #ecd581 50%, #c8af54);
  background: linear-gradient(to right, #c8af54, #ecd581 50%, #c8af54);
  border-radius: 30px;
  z-index: -1;
}

a.arc-button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #d9c67a, #f2e2a2 50%, #d9c67a);
  background: -webkit-linear-gradient(left, #d9c67a, #f2e2a2 50%, #d9c67a);
  background: linear-gradient(to right, #d9c67a, #f2e2a2 50%, #d9c67a);
  border-radius: 30px;
  z-index: -2;
}

a.arc-button:hover:before {
  opacity: 0;
}

/*==================================================
bestten-nav PC
==================================================*/
.bestten-nav .btn-menu {
  display: none;
}

.bestten-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 10;
}

.bestten-nav.is-active {
  visibility: visible;
  opacity: 1;
}

.bestten-nav ul {
  width: 100%;
  background: rgba(53, 51, 63, 0.9);
  text-align: center;
  position: fixed;
  top: 0;
}

.bestten-nav li {
  display: inline-block;
  width: 193px;
}

.bestten-nav li a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.bestten-nav li a:hover,
.bestten-nav li a.is-active {
  color: rgba(232, 212, 138);
}

@media screen and (max-width: 640px) {
  .bestten-nav .btn-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
  }

  .bestten-nav .btn-menu a {
    display: block;
    width: 58px;
    height: 57px;
    background: url(/tbs-ch/special/the_bestten/img/btn_bestten_nav_sp.png) no-repeat center top;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .bestten-nav-opened .bestten-nav .btn-menu a {
    background-position: center bottom;
  }

  .bestten-nav ul {
    padding-top: 52px;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bestten-nav-opened .bestten-nav ul {
  opacity: 1;
  visibility: visible;;
  }

  .bestten-nav li {
    display: block;
    width: auto;
  }

  .bestten-nav li a {
    line-height: 47px;
  }
}

/*==================================================
audio-wrap PC
==================================================*/
.audio_wrap {
  z-index:20;
  position: fixed;
  top: 7.692vw;
  left: 2.692vw;
}

.audio_wrap .audio_button {
  transition:1s;
  opacity:0.8;
  width: 13.846vw;
  max-width: 180px;
  height: 13.846vw;
  background: url(/tbs-ch/special/the_bestten/img/ico_music_on.png) no-repeat;
  background-size: contain;
}

.play .audio_button {
  transition:1s;
  opacity:0.8;
  background-image: url(/tbs-ch/special/the_bestten/img/ico_music_off.png);
}

.audio_wrap .audio_button:hover ,.play .audio_button:hover {
  opacity:1;
}

@media screen and (max-width: 768px) {
  .audio_wrap {
    position: fixed;
    top: auto;
    left: 5px;
    bottom: 5px;
  }
  .audio_wrap .audio_button {
    width: 13.333vw;
    min-width: 65px;
    height: 13.333vw;
    min-height: 65px;
    background: url(/tbs-ch/special/the_bestten/img/ico_music_on_sp.png) no-repeat;
    background-size: contain;
  }
  .play .audio_button {
    background-image: url(/tbs-ch/special/the_bestten/img/ico_music_off_sp.png);
  }
}

/*==================================================
bestten-hero PC
==================================================*/
.sec-bestten-hero {
  padding-bottom: 50px;
  font-size: 18px;
}

.sec-bestten-hero a {
  display: block;
}

.sec-bestten-hero img {
  width: 100%;
}

.sec-bestten-hero .bestten-hero-slider {
  margin-bottom: 285px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #1d1036;
}

.sec-bestten-hero .bestten-hero-slider li {
  max-width: 1300px;
  margin: 0 auto;
}

.sec-bestten-hero .bestten-hero-slider .ttl-hero {
  width: 100%;
  max-width: 1222px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -38.5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.sec-bestten-hero .txt_onair {
  max-width: none;
  width: 100%;
  padding: 24px 0 22px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #303030;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width:1366px) and (min-width: 1037px) {
  .sec-bestten-hero li a {
    display: block;
    width: auto;
    height: 582px;
    padding-bottom: 0;
    background-position: center top;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 1036px) {
  .sec-bestten-hero li a {
    display: block;
    width: 100%;
    padding-bottom: 55.98%;
    position: relative;
    overflow: hidden;
  }

  .sec-bestten-hero li a {
    background-position: center center;
  }

  .sec-bestten-hero li a img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .sec-bestten-hero .bestten-hero-slider {
    margin-bottom: 20.47%;
  }
}

@media screen and (max-width: 768px) {
  .sec-bestten-hero .txt_onair {
    margin-bottom: 8.51%;
  }

  .sec-bestten-hero .bestten-hero-slider {
    margin-bottom: 20.47%;
  }
}

@media screen and (max-width: 640px) {
  .sec-bestten-hero {
    min-width: 0;
    padding-bottom: 2.13%;
    font-size: 16px;
  }

  .sec-bestten-hero .txt_onair {
    padding: 3% 0 2.13%;
    margin-bottom: 6.4%;
    font-size: 28px;
  }

  .sec-bestten-hero .bestten-hero-slider {
    margin-bottom: 19.2%;
  }
}

/*==================================================
bestten-about PC
==================================================*/
.sec-bestten-about {
  padding: 0 24px;
}

.sec-bestten-about .bestten-about-wrap {
  max-width: 1200px;
  padding: 88px 24px 88px;
  margin: 0 auto 96px;
  background-color: #000;
  border: 1px solid #6f677f;
}

.sec-bestten-about .bestten-about-txt {
  max-width: 960px;
  /* padding-bottom: 64px; */
  margin: 0 auto;
}

.sec-bestten-about .bestten-about-txt h1 {
  padding: 0 16px;
  margin: 0 auto 56px;
}

.sec-bestten-about .bestten-about-txt h1 img {
  width: 100%;
}

.sec-bestten-about .bestten-about-txt .txt-copy {
  padding: 0 18px;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
}

.sec-bestten-about .bestten-movie {
  max-width: 960px;
  padding: 48px 24px 64px;
  margin: 0 auto;
  background-color: #303030;
  border-radius: 8px;
  box-sizing: border-box;
}

.sec-bestten-about .bestten-movie::after {
  content: "";
  display: block;
  clear: both;
}

.sec-bestten-about .bestten-movie .ttl_bestten_movie {
  max-width: 780px;
  width: 100%;
  padding-right: 18px;
  margin: 0 auto 30px;
}

.sec-bestten-about .bestten-movie-main {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto;
}

.sec-bestten-about .bestten-movie-main .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  overflow: hidden;
}

.sec-bestten-about .bestten-movie-main .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.sec-bestten-about .bestten-movie-main .movie img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sec-bestten-about .bestten-about-txt h1 {
    margin-bottom: 8.51%;
  }
}

@media screen and (max-width: 640px) {
  .sec-bestten-about {
    padding: 0 3.2%;
  }

  .sec-bestten-about .bestten-about-wrap {
    max-width: none;
    padding: 35px 3.2% 48px;
    margin-bottom: 48px;
  }

  .sec-bestten-about .bestten-about-txt {
    max-width: none;
    /* padding-bottom: 6.4%; */
  }

  .sec-bestten-about .bestten-about-txt h1 {
    padding: 0;
    margin-bottom: 6.4%;
    text-align: center;
  }

  .sec-bestten-about .bestten-about-txt h1 img {
    width: 80%;
  }

  .sec-bestten-about .bestten-about-txt .txt-copy {
    padding: 0 3.2%;
    margin-bottom: 6.4%;
    font-size: 16px;
  }

  .sec-bestten-about .bestten-movie {
    padding: 6.4% 3.2%;
  }

  .sec-bestten-about .bestten-movie .ttl_bestten_movie {
    max-width: none;
    width: 90%;
    padding-right: 0;
    margin-bottom: 4.27%;
  }

  .sec-bestten-about .bestten-movie-main {
    width: auto;
    margin-bottom: 0;
    margin-right: 0px;
    float: none;
  }

  .sec-bestten-about .bestten-movie-main .movie {
    margin-bottom: 0;
  }

  .sec-bestten-about .bestten-movie-main .movie::after {
    content: "";
    display: block;
    width: 53px;
    height: 36px;
  }
}

/*==================================================
bestten-column PC
==================================================*/
.sec-bestten-column {
  padding: 80px 24px 104px;
  background: url(/tbs-ch/special/the_bestten/img/bg_column_archive.gif) repeat;
  text-align: center;
}

.sec-bestten-column .column-ttl {
  max-width: 1184px;
  margin: 0 auto;
}

.sec-bestten-column .column-ttl p {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #0a0512;
  background:linear-gradient(transparent 70%, #ecd581 70%)
}

.sec-bestten-column .column-ttl h1 {
  width: 100%;
  padding-top: 11.47%;
  margin: 22px auto 40px;
  background: url(/tbs-ch/special/the_bestten/img/ttl_column02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sec-bestten-column .bestten-column-wrap {
  max-width: 1184px;
  padding: 56px 16px 54px;
  margin: 0 auto;
  background-color: #fff;
  border: 14px solid #d5d2d6;
}

.sec-bestten-column .bestten-column-wrap .column-day {
  margin-bottom: 28px;
  font-size: 18px;
  color: #532e99;
}

.sec-bestten-column .bestten-column-wrap .column-headline {
  margin-bottom: 27px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.sec-bestten-column .bestten-column-wrap .column-headline a {
  text-decoration: none;
}

.sec-bestten-column .bestten-column-wrap .column-headline a:hover {
  color: #d1b654;
}

.sec-bestten-column .bestten-column-wrap .column-headline span {
  position: relative;
  top: -0.15em;
  padding: 4px 6px 3px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
  background-color: #0a0512;
}

@media screen and (max-width: 640px) {
  .sec-bestten-column {
    padding: 56px 3.2% 64px;
  }

  .sec-bestten-column .column-ttl {
    max-width: none;
  }

  .sec-bestten-column .column-ttl p {
    font-size: 3vw;
  }

  .sec-bestten-column .column-ttl h1 {
    padding-top: 20%;
    margin: 12px auto 24px;
  }

  .sec-bestten-column .bestten-column-wrap {
    max-width: none;
    padding: 32px 3.8% 32px;
    margin: 0 auto;
    border: 8px solid #d5d2d6;
  }

  .sec-bestten-column .bestten-column-wrap .column-day {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .sec-bestten-column .bestten-column-wrap .column-headline {
    margin-bottom: 24px;
    font-size: 18px;
    color: #000;
  }

  .sec-bestten-column .bestten-column-wrap .column-headline span {
    top: -0.15em;
    padding: 4px 6px 3px;
    margin-right: 5px;
    font-size: 14px;
  }
}

/*==================================================
bestten-meeting PC
==================================================*/
.sec-bestten-meeting {
  padding: 80px 24px 104px;
  text-align: left;
  background: url(/tbs-ch/special/the_bestten/img/bg_meeting.jpg);
  background-color: #231a10;
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

.sec-bestten-meeting .bestten-meeting-wrap {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-bestten-meeting .meeting-image {
  flex-basis: 640px;
}

.sec-bestten-meeting .meeting-image img {
  width: 100%;
}

.sec-bestten-meeting .meeting-ttl {
  flex-basis: 520px;
  padding-top: 18px;
  margin-left: 32px;
}

.sec-bestten-meeting .meeting-ttl .meeting-catch {
  padding-left: 7px;
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.sec-bestten-meeting .meeting-ttl h1 {
  width: 100%;
  padding-top: 20%;
  margin: 0 auto 30px;
  background: url(/tbs-ch/special/the_bestten/img/ttl_meeting.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sec-bestten-meeting .meeting-ttl figure,
.sec-bestten-meeting .meeting-detail figure {
  width: 50%;
  margin: 0;
}

.sec-bestten-meeting .meeting-ttl figure.is-cover,
.sec-bestten-meeting .meeting-detail figure.is-cover {
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-bestten-meeting .meeting-ttl figure img,
.sec-bestten-meeting .meeting-detail figure img {
  width: 100%;
}

.sec-bestten-meeting .meeting-ttl figure figcaption,
.sec-bestten-meeting .meeting-detail figure figcaption {
  padding-top: 10px;
  text-align: center;
}

.sec-bestten-meeting .meeting-detail .meeting-detail-txt .meeting-download {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.sec-bestten-meeting .meeting-detail .meeting-detail-txt .button {
  margin-bottom: 48px;
}

.sec-bestten-meeting .meeting-attention .meeting-attention-txt {
  max-width: 960px;
  padding: 32px 24px 40px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  background-color: #1a110a;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.sec-bestten-meeting .meeting-attention .meeting-attention-txt span {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-bestten-meeting {
    padding-bottom: 88px;
  }

  .sec-bestten-meeting .bestten-meeting-wrap {
    flex-wrap: wrap;
    margin-bottom: 44px;
  }

  .sec-bestten-meeting .meeting-image {
    flex-basis: 85%;
  }

  .sec-bestten-meeting .meeting-ttl {
    flex-basis: auto;
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }

  .sec-bestten-meeting .meeting-ttl .meeting-catch {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 20px;
    font-size: 16px;
    text-align: center;
  }

  .sec-bestten-meeting .meeting-ttl h1 {
    padding-top: 20.16%;
    margin-bottom: 32px;
    background: url(/tbs-ch/special/the_bestten/img/ttl_meeting_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .sec-bestten-meeting .meeting-ttl figure {
    width: 85%;
    margin: 0 auto;
  }

  .sec-bestten-meeting .meeting-ttl figure figcaption,
  .sec-bestten-meeting .meeting-detail figure figcaption {
    padding-top: 8px;
  }

  .sec-bestten-meeting .meeting-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 19px;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-image  {
    flex: 1;
    width: 100%;
    margin-right: 15px;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-image figure {
    width: 100%;
    margin-right: 0;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-txt {
    flex: 1;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-txt .meeting-download {
    margin-bottom: 12px;
    font-size: 14px;
    overflow: hidden;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-txt .button {
    margin-bottom: 30px;
  }

  .sec-bestten-meeting .meeting-detail .meeting-detail-txt .button a.arc-button {
    width: 98%;
    height: 40px;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
  }

  .sec-bestten-meeting .meeting-attention .meeting-attention-txt {
    clear: both;
  }

  .sec-bestten-meeting .meeting-attention .meeting-attention-txt span {
    font-size: 14px;
    text-align: center;
  }

}

@media screen and (max-width: 640px) {
  .sec-bestten-meeting {
    padding: 56px 3.2% 64px;
  }
}

/*==================================================
sec-bestten-arc PC
==================================================*/
.acl-bestten {
  padding: 120px 0 80px;
  background-color: #1d1036;
  color: #fff;
  text-align: left;
}

.acl-bestten h1 {
  margin-bottom: 88px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.sec-bestten-arc .bestten-arc {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-bestten-arc .bestten-arc .arc-box {
  margin-bottom: 80px;
}

.sec-bestten-arc .bestten-arc .arc-box:nth-of-type(2) {
  padding-top: 48px;
  margin-top: -36px;
  border-top: 1px dotted #6f677f;
}

.bestten-arc .arc-header {
  position: relative;
  margin: 0 0 48px;
  border-bottom: 1px solid #fff;
}

.bestten-arc .arc-header h2 {
  position: relative;
  padding: 0 16px;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: bold;
  color: #e8d48a;
}

.bestten-arc .arc-header h2 span {
  font-size: 24px;
}

.bestten-arc .arc-header h2 a {
  display: block;
  cursor: pointer;
  color: #e8d48a;
}

.bestten-arc .arc-header h2 a.acdn::after {
  content: '';
  position: absolute;
  top:50%;
  right: 48px;
  width: 20px;
  height: 12px;
  background: url(/tbs-ch/special/the_bestten/img/btn_toggle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bestten-arc .arc-header h2 a.acdn-open::after {
  content: '';
  position: absolute;
  top:50%;
  right: 48px;
  width: 20px;
  height: 12px;
  background: url(/tbs-ch/special/the_bestten/img/btn_toggle_open.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bestten-arc .bestten-acdn {
  display: none;
}

.bestten-arc .arc-main {
  padding: 0 34px 0 32px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.bestten-arc .arc-image {
  margin-left: 44px;
  flex-basis: 520px;
}

.bestten-arc .arc-txt {
  flex-basis: 570px;
}

.bestten-arc .arc-detail {
  padding-left: 32px;
  margin-bottom: 44px;
}

.bestten-arc .arc-detail p:first-of-type {
  margin-bottom: 20px;
}

.bestten-arc h3 {
  padding-top: 6px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}

.bestten-arc h4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
}

.bestten-arc p {
  font-size: 16px;
  line-height: 1.7;
}

.bestten-arc img {
  width: 100%
}

.sec-bestten-arc .bestten-movie {
  max-width: 720px;
  padding: 0 16px;
  margin: 0 auto;
}

.sec-bestten-arc .bestten-movie .bestten-movie-main {
  box-sizing: border-box;
  width: 100%;
}

.sec-bestten-arc .bestten-movie .bestten-movie-main .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  overflow: hidden;
  margin-bottom: 48px;
}

.sec-bestten-arc .bestten-movie .bestten-movie-main .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .bestten-arc .arc-main {
    flex-wrap: wrap;
  }

  .bestten-arc .arc-image {
    margin-left: 0;
    flex-basis: 100%;
  }

  .bestten-arc .arc-txt {
    flex-basis: 100%;
  }

  .bestten-arc .arc-header h2 {
    font-size: 3.74vw;
  }

  .bestten-arc .arc-header h2 a.acdn::after {
    right: 3.5%;
    width: 16px;
    height: 11px;
  }

  .bestten-arc .arc-header h2 a.acdn-open::after {
    right: 3.5%;
    width: 16px;
    height: 11px;
  }

  .bestten-arc h3 {
    padding-top: 6.4%;
    font-size: 20px;
  }

  .bestten-arc h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .acl-bestten{
    padding: 14.93% 0 2.13%;
    color: #fff;
    text-align: left;
  }

  .acl-bestten h1 {
    margin-bottom: 28px;
    font-size: 26px;
  }

  .sec-bestten-arc .bestten-arc .arc-box {
    margin-bottom: 12.8%;
  }

  .sec-bestten-arc .bestten-arc .arc-box:nth-of-type(2) {
    padding-top: 8.53%;
    margin-top: -4.27%;
    border-top: 1px dotted #6f677f;
  }

  .bestten-arc .arc-header {
    margin: 0 0 8.53%;
  }

  .bestten-arc .arc-header h2 {
    padding: 0 3.2%;
    margin-bottom: 4.27%;
    font-size: 18px;
  }

  .bestten-arc .arc-header h2 span {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
  }

  .bestten-arc .arc-main {
    padding: 0 3.2%;
    margin-bottom: 6.4%;
  }

  .bestten-arc .arc-detail {
    padding: 0 3.2%;
    margin-bottom: 10.7%;
  }

  .bestten-arc .arc-detail p:first-of-type {
    margin-bottom: 5.33%;
  }

  .bestten-arc h3 {
    padding-top: 8.53%;
    font-size: 18px;
  }

  .bestten-arc p {
    font-size: 14px;
    line-height: 1.5;
  }

  .sec-bestten-arc .bestten-movie {
    padding: 0 3.2%;
  }

  .sec-bestten-arc .bestten-movie .bestten-movie-main {
    width: auto;
    margin-bottom: 6.4%;
    margin-right: 0px;
    float: none;
  }

  .sec-bestten-arc .bestten-movie .bestten-movie-main .movie {
    margin-bottom: 0;
  }
}

/*==================================================
sec-bestten-howto PC
==================================================*/

/* about
---------------------------------------------- */
.sec-bestten-howto {
  padding: 53px 12px 30px;
  background: #fff;
  color: #000;
}

.sec-bestten-howto #spAbout {
  max-width: 980px;
  margin: 0 auto;
}

.secAboutMovie {
  max-width: 1060px;
  padding: 27px 0 40px;
  margin: 0 auto;
  background: url(/tbs-ch/special/the_bestten/img/bg_about_movie.png) repeat-x left 40px,url(/tbs-ch/special/the_bestten/img/bg_about_movie.png) repeat-x left bottom;
}

.secAboutMovie .ttlAboutMovie {
  width: 362px;
  padding-right: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.secAboutMovie .ttlAboutMovie img {
  max-width: 100%;
}

.secAboutMovie .boxAboutMovie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieText {
  box-sizing: border-box;
  width: 60%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  float: left;
  text-align: left;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieText a.arc-button {
  color: #fff;
  margin: 0;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieText a.arc-button:before {
  content: "";
  background: #0050ff;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieText a.arc-button:after {
  content: "";
  background: #3876ff;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieMain {
  box-sizing: border-box;
  width: 35%;
  float: right;
  margin-right: 22px;
}

.secAboutMovie .boxAboutMovie .boxAboutMovieMain .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  /* border: solid 1px #bfbfbf; */
}

.secAboutMovie .boxAboutMovie .boxAboutMovieMain .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.secAboutMovie .boxAboutMovie .boxAboutMovieMain .movie img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.secAboutMovie .boxAboutMovie .boxAboutMovieMain .lead {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
/* about
---------------------------------------------- */
  #bestten_howto {
    padding: 0;
  }

  #bestten_howto a.arc-button {
    margin: 0 auto;
  }

  .secAboutMovie {
    width: 94.7%;
    padding: 48px 0 40px;
    margin: 30px auto 0;
    background-position: left 57px,left bottom;
    background-size: 1px auto;
  }

  .secAboutMovie .ttlAboutMovie {
    width: 235px;
    padding: 0 9px;
    margin: 0 auto 20px;
  }

  .secAboutMovie .boxAboutMovie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secAboutMovie .boxAboutMovie .boxAboutMovieText {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .secAboutMovie .boxAboutMovie .boxAboutMovieMain {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }

  .secAboutMovie .boxAboutMovie .boxAboutMovieMain .movie {
    margin-bottom: 10px;
  }

  .secAboutMovie .boxAboutMovie .boxAboutMovieMain .movie::after {
    content: "";
    display: block;
    width: 53px;
    height: 36px;
  }

  .secAboutMovie .boxAboutMovie .boxAboutMovieMain .lead {
    font-size: 18px;
  }

/* about itemAboutMain
---------------------------------------------- */
  .itemAboutMain {
    max-width: initial;
    border: none;
  }

  .itemAboutInner {
      padding: 5% 8px 32px;
  }

  .imgAboutItem01 {
    width: 91.45%;
    padding-bottom: 45.5%;
    background-position: 0 4.65%;
    background-size: 109.5% auto;
  }

  .imgAboutItem02 {
    padding-bottom: 114%;
    background-position: 0 33.6%;
    background-size: 100% auto;
  }

  .txtAboutItem01 {
    width: 92.6%;
    background-position: 0 18.21%;
    background-size: 107.64% auto;
  }

  .itemAboutBanner figure img{
    width: 100%;
  }

  .itemAboutTel a {
    background-position: 0 85.5%;
    background-size: 100% auto;
  }

  .itemAboutService h3 {
    width: 83.56%;
    padding-bottom: 11.5%;
    background-position: 0 90.15%;
    background-size: 124.2% auto;
  }

  .itemAboutService ul li {
    width: 50%;
    margin: 0 0 9px;
  }

  .itemAboutService ul li a {
    background-repeat: no-repeat;
  }

  .itemAboutService ul li.jcom a {
    background-position: 0 95.1%;
    background-size: 225.1% auto;
  }

  .itemAboutService ul li.others a {
    background-position: 80.5% 95.1%;
    background-size: 225.1% auto;
  }

  .itemAboutService ul li.hikaritv a {
    background-position: 0 100%;
    background-size: 225.1% auto;
  }

  .itemAboutService ul li.au a {
    background-position: 80.5% 100%;
    background-size: 225.1% auto;
  }
}

/*==================================================
share 2021
==================================================*/
.p-share {
  margin-top: 0;
  background-color: #fff;
  color: #222;
}

.p-share + .p-about {
  margin-top: 0;
}

/*==================================================
bestten-fotter PC
==================================================*/
.bestten-footer {
  padding: 20px;
  background-color: #0a0512;
}

.nav-bestten-footer {
  margin-bottom: 15px;
  text-align: center;
}

.nav-bestten-footer li {
  display: inline-block;
  margin: 0 13px;
  font-size: 18px;
}

.nav-bestten-footer li a {
  text-decoration: underline !important;
}

.nav-bestten-footer li:first-child a {
  color: #e8d48a;
}

.nav-bestten-footer li:nth-child(2) a {
  color: #f85f5f;
}

.nav-bestten-footer li:nth-child(3) a {
  color: #ff0909;
}

.nav-bestten-footer li:nth-child(4) a {
  color: #920303;
}

.bestten-footer  > p {
  display: block;
}

.bestten-footer .copyright {
  padding-bottom: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.bestten-footer #howto-view {
  width: 120px;
  height: 48px;
  display: block !important;
  background: url(/tbs-ch/special/the_bestten/img/btn_howto_view.png) no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 78px;
  bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.bestten-footer #howto-view.is-active {
  visibility: visible;
  opacity: 1;
}

.bestten-footer #page-top {
  width: 48px;
  height: 48px;
  display: block !important;
  background: url(/tbs-ch/special/the_bestten/img/btn_page_top.png) no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.bestten-footer #page-top.is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .bestten-footer #howto-view {
    right: 66px;
    bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .bestten-footer {
    padding: 20px;
  }

  .nav-bestten-footer {
    text-align: center;
  }

  .nav-bestten-footer li {
    display: block;
    margin: 0 0 12px;
    font-size: 12px;
  }

  .bestten-footer .copyright {
    padding-bottom: 30px;
    font-size: 10px;
  }

  .bestten-footer #howto-view {
    bottom: 10px;
  }

  .bestten-footer #page-top {
    right: 5px;
    bottom: 10px;
  }
}

/*==================================================
display
==================================================*/
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec-bestten-meeting .only-pc {
    display: none;
  }
  .sec-bestten-meeting .only-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  img.only-sp,
  span.only-sp {
    display: inline-block;
  }
}
