a > img:hover {
  opacity: 0.7;
}
.cl {
  clear: both;
}
/*商品シリーズメニュー*/
.top_txt_list {
  width: 270px;
  float: left;
  margin-right: 5px;
  overflow: auto;
}
.top_txt_list li {
  margin-bottom: 10px;
}
.top_txt_list2 {
  width: 230px;
  float: left;
}
.top_txt_list2 li {
  margin-bottom: 10px;
}
.main_list_l {
  width: 405px;
  _width: 390px;
  float: left;
  margin-right: 25px;
  overflow: auto;
}
.main_list_l img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
}
.main_list_l p {
  float: left;
}
.main_list_r {
  width: 405px;
  _width: 390px;
  float: left;
}
.main_list_r img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
}
.main_list_r p {
  float: left;
}
/*商品シリーズ サブタイトル*/
h3.h3_subtitle {
  padding-left: 12px;
  margin-bottom: 12px;
  background: #eaeaea;
  width: 820px;
}
/*商品リスト*/
ul.list {
  width: 835px;
  margin: 0 auto;
  /*overflow: hidden;*/
  height: auto;
  text-align: left;
}
li.main_list {
  width: 400px;
  _width: 390px;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0px 10px 10px 0px;
  text-align: left;
  border-bottom: 1px dotted #DCDCDC;
  padding: 15px 0;
  position: relative;
}
li.main_list img {
  width: 75px;
  height: 75px;
  margin-right: 15px; /*float:left;*/
}
li.main_list img.ck {
  background: #0E0E0E;
  box-shadow: 0 0px 2px 2px rgba(255, 255, 255, 0.8) inset;
}
li.main_list p { /*float:left;*/
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  min-height: 60px;
  width: 300px;
}
li.main_list a > p {
  text-decoration: none;
  color: #3f3f3f;
  padding-bottom: 1.5em
}
li.main_list a > p > b { /*text-decoration: underline; color: #f5a22c;*/ font-size: 14px;
}
li.main_list a:hover > p > b {
  text-decoration: none;
  color: #f52c4d;
  */
}
/* New Icon */
li.main_list.newIc:before {
  content: "NEW";
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 0;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  letter-spacing: 1px;
  background-color: #FE0000;
  animation: bg-color 3s infinite;
  -webkit-animation: bg-color 3s infinite;
}
@-webkit-keyframes bg-color {
  0% {
    background-color: #FE0000;
  }
  50% {
    background-color: #FF9933;
  }
}
@keyframes bg-color {
  0% {
    background-color: #FE0000;
  }
  50% {
    background-color: #FF9933;
  }
}
/* Clear Fix */
ul.list:after, ul li.main_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.list, ul li.main_list {
  zoom: 1;
}
li.main_list > a {
  text-decoration: none;
  outline: none;
}
li.main_list > a:after {
  content: "[詳細]";
  padding: 5px 0px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 10px;
  letter-spacing: 1px;
  bottom: 15px;
}
li.main_list > a:hover:after {
  color: #f52c4d;
}
.list_line {
  border-bottom: 1px dotted #DCDCDC;
  *border-bottom: none;
  margin: 10px 0;
  width: 835px;
  text-align: left;
}
/*ここから、甲子園代表機体のアーカイブ*/


/*-------------------------------
 ブロッカーズ甲子園 - information
---------------------------------*/
/* Link - Button */
.link-btn--box {
  text-align: center;
}
.link-btn {
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.2rem 3.4rem;
  background: #0095d9;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
}
.link-btn:hover {
  color:  #fff;
  text-decoration: none;
  filter: brightness(1.2);
}
.link-btn::after {
  content:"";
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.5rem;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contents {
  
}
.kou_cont {
  background: url("/jp/vlockers/images/bg_concept_mid.gif") repeat-y;
  padding: 20px 20px 20px;
  margin: 0 auto;
}
.kou_cont img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.kou_outline {
  display: grid;
  grid-template-columns: 1fr 290px;
  align-items: center;
  gap: 20px;
  padding: 0 0 20px 0;
}
.kou_outline-img {
  display: flex;
}
.kou_outline-img li {
  transform-origin: center;
  transform: rotate(8deg);
  border: 3px solid #fff;
  box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}
.kou_outline-img li:nth-of-type(2) {
  margin-left: -20px;
}
.kou_sec {
  padding: 40px 20px 40px;
}
.kou_sec.sec01 {
  background-color: #f8f3e6;
  background: linear-gradient(180deg, rgb(248 243 230 / 50%) 0%, rgb(248 243 230 / 70%) 100%), url("/jp/vlockers/images/kousien/kou_bg01.jpg") 50% 0% repeat;
}
.kou_subtit {
  font-size: 33px;
  color: #92000a;
  padding: 0 0 10px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 10px;
}
.kou_subtxt {
  font-size: 16px;
  line-height: 1.6;
}
.kou_lead {
  font-size: 18px;
  color: #92000a;
  padding: 5px 0px 5px 8px;
  margin: 25px 0 10px 0;
  border-left: 8px solid #92000a;
}
.event-outline {
  padding: 30px 0 30px;
}
.kou_info {
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
  border-top: 2px dotted #d7c5a9;
}
.event-outline dt {
  font-size: 20px;
  font-weight: bold;
  color: #92000a;
  padding: 0 0 10px 0;
}
.event-outline dd.outline-txt {
  font-size: 16px;
  line-height: 1.6;
}
.outline-txt strong {
  font-size: 120%;
  color: #92000a;
  display: inline-block;
  margin: 5px 0 0;
}
.outline-date {
  padding: 10px 0 20px 0;
  line-height: 1;
}
.outline-date span:nth-of-type(1) {
  border: 1px solid #333;
  padding: 4px 6px 3px 6px;
  margin: 0 8px 0 0;
  font-size: 14px;
}
.outline-date span:nth-of-type(2) {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.outline-info {
  font-size: 16px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: -15px 0 -5px;
}
.outline-info th {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 10em;
  background: rgb(142,31,46);
  background: linear-gradient(180deg, rgba(142,31,46,1) 0%, rgba(192,14,36,1) 100%);
  border-radius: 100vh;
  padding: 5px 20px 3px;
  margin: 0px 0 0 0;
}
.outline-info td {
  font-weight: bold;
  margin-left: 1em;
  display: inline-block;
  padding: 5px 0 0;
}
.kou-vote{
  background: #fff;
  margin: 0 0 30px;
  padding: 16px;
}
.kou-vote-txt{
  font-size: 18px;
  color: #92000a;
  border-left: 8px solid #92000a;
  padding: 0 0 0 8px;
}
.kou-vote-dpt{
  display: flex;
  flex-wrap: wrap;
  gap:14px;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 0 0 16px
}
.kou-vote-dpt li{
}
.sec02 {
  color: #fff;
  background: #000;
}
.kou_arch {
  padding: 0 20px 0;
  background: #000;
}
.kou_arch-tit {
  padding: 0 0 20px;
}
.kou_arch-txt {
  font-size: 16px;
  padding: 0  0 35px; 
}
.sec02 table:not(:first-of-type) {
  border-top: 0.1rem dotted #878787;
  margin-top: 5px;
  padding-top: 25px;
}

#k_archive {
  background: url(/jp/vlockers/images/kou_archive_bg.jpg) left top no-repeat #000;
  overflow: auto;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  width: 806px;
}
#k_archive table {
  font-size: 16px;
}
.k_line {
  border-bottom: 1px dotted #76777b;
  clear: both;
  width: auto;
  height: 20px;
  margin: auto 15px 30px auto;
}
.copy01 {
  font-size: 16px;
  color: #04fef5;
  font-weight: bold;
}
table.arch_list {
  background: #000;
  margin: auto;
  color: #fff;
  border-collapse: separate;
  border-spacing: 2px 10px;
  width: 800px;
  padding: 10px 20px;
}
table.arch_list td {
  vertical-align: top;
}
table.arch_list hr {
  margin: 10px auto;
  width: auto;
}
table.arch_list p {
  font-size: 16px;
  margin: 15px 15px 0;
}
table.arch_list p.note {
  font-size: 13px;
  margin: 10px;
  text-indent: -0.5em;
}
table.arch_list p .kov {
  color: #F00;
  font-size: 16px;
}
table.arch_list h2 {}
table.arch_list h3 {
  font-size: 24px;
  padding-left: 120px;
  text-indent: -120px;
}
table.arch_list h3 > span {
  font-size: 22px;
  color: #03fef5;
  display: inline-block;
  width: 120px;
  text-indent: 0;
  padding: 0;
}
table.arch_list h3 + p {}
table.arch_list h4 {
  color: #03fef5;
  font-size: 22px;
  text-indent: -0.5em;
}
table.arch_list h5 {
  font-size: 22px;
}
table.arch_list h4.civilwar {
  color: #fff;
  font-size: 17px;
  margin: 10px 0px 15px 15px;
  text-indent: 0;
}
table.arch_list h4.civilwar span {
  display: inline-block;
  background: #003e9d;
  padding: 5px 5px 3px;
  margin-right: 0.5em;
}
/* 2021.01.22 甲子園追加 */
table.arch_list p.kou_notice {
  font-size: 100%;
  margin: 5px 15px 15px;
}
b.section_top {
  color: #f00;
}
a.vlo_m {
  display: block;
  margin: 0 auto;
  text-align: center;
}
table.arch_list a.vlo_m p {
  margin: 0px 15px 0;
}
/****************************
 甲子園 アーカイブバナー
******************************/
.kou-ban {
  display: block;
  overflow: hidden;
  width: 787px;
  height: 112px;
  text-indent: -999em;
}
.kou-ban a {
  display: block;
  overflow: hidden;
  width: 787px;
  height: 112px;
}
.bnr01 {
  background: url(/jp/vlockers/images/kou01_archive_bnr.jpg) no-repeat;
}
.bnr01 a {
  background: url(/jp/vlockers/images/kou01_archive_bnr.jpg) no-repeat;
}
.bnr01 a:hover {
  background: url(/jp/vlockers/images/kou01_archive_bnr_on.jpg) no-repeat;
}
.bnr02 {
  background: url(/jp/vlockers/images/kou02_archive_bnr.jpg) no-repeat;
}
.bnr02 a {
  background: url(/jp/vlockers/images/kou02_archive_bnr.jpg) no-repeat;
}
.bnr02 a:hover {
  background: url(/jp/vlockers/images/kou02_archive_bnr_on.jpg) no-repeat;
}
.bnr03 {
  background: url(/jp/vlockers/images/kou03_archive_bnr.jpg) no-repeat;
}
.bnr03 a {
  background: url(/jp/vlockers/images/kou03_archive_bnr.jpg) no-repeat;
}
.bnr03 a:hover {
  background: url(/jp/vlockers/images/kou03_archive_bnr_on.jpg) no-repeat;
}
.bnr04 {
  background: url(/jp/vlockers/images/kou04_archive_bnr.jpg) no-repeat;
}
.bnr04 a {
  background: url(/jp/vlockers/images/kou04_archive_bnr.jpg) no-repeat;
}
.bnr04 a:hover {
  background: url(/jp/vlockers/images/kou04_archive_bnr_on.jpg) no-repeat;
}
.bnr05 {
  background: url(/jp/vlockers/images/kou05_archive_bnr.jpg) no-repeat;
}
.bnr05 a {
  background: url(/jp/vlockers/images/kou05_archive_bnr.jpg) no-repeat;
}
.bnr05 a:hover {
  background: url(/jp/vlockers/images/kou05_archive_bnr_on.jpg) no-repeat;
}
.bnr06 {
  background: url(/jp/vlockers/images/kou06_archive_bnr.jpg) no-repeat;
}
.bnr06 a {
  background: url(/jp/vlockers/images/kou06_archive_bnr.jpg) no-repeat;
}
.bnr06 a:hover {
  background: url(/jp/vlockers/images/kou06_archive_bnr_on.jpg) no-repeat;
}
.bnr07 {
  background: url(/jp/vlockers/images/kou07_archive_bnr.jpg) no-repeat;
}
.bnr07 a {
  background: url(/jp/vlockers/images/kou07_archive_bnr.jpg) no-repeat;
}
.bnr07 a:hover {
  background: url(/jp/vlockers/images/kou07_archive_bnr_on.jpg) no-repeat;
}
.bnr08 {
  background: url(/jp/vlockers/images/kou08_archive_bnr.jpg) no-repeat;
}
.bnr08 a {
  background: url(/jp/vlockers/images/kou08_archive_bnr.jpg) no-repeat;
}
.bnr08 a:hover {
  background: url(/jp/vlockers/images/kou08_archive_bnr_on.jpg) no-repeat;
}
.bnr09 {
  background: url(/jp/vlockers/images/kou09_archive_bnr.jpg) no-repeat;
}
.bnr09 a {
  background: url(/jp/vlockers/images/kou09_archive_bnr.jpg) no-repeat;
}
.bnr09 a:hover {
  background: url(/jp/vlockers/images/kou09_archive_bnr_on.jpg) no-repeat;
}
.bnr10 {
  background: url(/jp/vlockers/images/kou10_archive_bnr.jpg) no-repeat;
}
.bnr10 a {
  background: url(/jp/vlockers/images/kou10_archive_bnr.jpg) no-repeat;
}
.bnr10 a:hover {
  background: url(/jp/vlockers/images/kou10_archive_bnr_on.jpg) no-repeat;
}
.bnr11 {
  background: url(/jp/vlockers/images/kou11_archive_bnr.jpg) no-repeat;
}
.bnr11 a {
  background: url(/jp/vlockers/images/kou11_archive_bnr.jpg) no-repeat;
}
.bnr11 a:hover {
  background: url(/jp/vlockers/images/kou11_archive_bnr_on.jpg) no-repeat;
}
.bnr12 {
  background: url(/jp/vlockers/images/kou12_archive_bnr.jpg) no-repeat;
}
.bnr12 a {
  background: url(/jp/vlockers/images/kou12_archive_bnr.jpg) no-repeat;
}
.bnr12 a:hover {
  background: url(/jp/vlockers/images/kou12_archive_bnr_on.jpg) no-repeat;
}
.bnr13 {
  background: url(/jp/vlockers/images/kou13_archive_bnr.jpg) no-repeat;
}
.bnr13 a {
  background: url(/jp/vlockers/images/kou13_archive_bnr.jpg) no-repeat;
}
.bnr13 a:hover {
  background: url(/jp/vlockers/images/kou13_archive_bnr_on.jpg) no-repeat;
}
.bnr14 {
  background: url(/jp/vlockers/images/kou14_archive_bnr.jpg) no-repeat;
}
.bnr14 a {
  background: url(/jp/vlockers/images/kou14_archive_bnr.jpg) no-repeat;
}
.bnr14 a:hover {
  background: url(/jp/vlockers/images/kou14_archive_bnr_on.jpg) no-repeat;
}
.bnr15 {
  background: url(/jp/vlockers/images/kou15_archive_bnr.jpg) no-repeat;
}
.bnr15 a {
  background: url(/jp/vlockers/images/kou15_archive_bnr.jpg) no-repeat;
}
.bnr15 a:hover {
  background: url(/jp/vlockers/images/kou15_archive_bnr_on.jpg) no-repeat;
}
.bnr16 {
  background: url(/jp/vlockers/images/kou16_archive_bnr.jpg) no-repeat;
}
.bnr16 a {
  background: url(/jp/vlockers/images/kou16_archive_bnr.jpg) no-repeat;
}
.bnr16 a:hover {
  background: url(/jp/vlockers/images/kou16_archive_bnr_on.jpg) no-repeat;
}
/* 甲子園17 */
.bnr17 {
  background: url(/jp/vlockers/images/kou17_archive_bnr.jpg) no-repeat;
}
.bnr17 a {
  background: url(/jp/vlockers/images/kou17_archive_bnr.jpg) no-repeat;
}
.bnr17 a:hover {
  background: url(/jp/vlockers/images/kou17_archive_bnr_on.jpg) no-repeat;
}
/* 甲子園18 */
.bnr18 {
  background: url(/jp/vlockers/images/kou18_archive_bnr.jpg) no-repeat;
}
.bnr18 a {
  background: url(/jp/vlockers/images/kou18_archive_bnr.jpg) no-repeat;
}
.bnr18 a:hover {
  background: url(/jp/vlockers/images/kou18_archive_bnr_on.jpg) no-repeat;
}
/* 甲子園19 */
.bnr19 {
  background: url(/jp/vlockers/images/kou19_archive_bnr.jpg) no-repeat;
}
.bnr19 a {
  background: url(/jp/vlockers/images/kou19_archive_bnr.jpg) no-repeat;
}
.bnr19 a:hover {
  background: url(/jp/vlockers/images/kou19_archive_bnr_on.jpg) no-repeat;
}
/* 甲子園20 */
.bnr20 {
  background: url(/jp/vlockers/images/kou20_archive_bnr.jpg) no-repeat;
}
.bnr20 a {
  background: url(/jp/vlockers/images/kou20_archive_bnr.jpg) no-repeat;
}
.bnr20 a:hover {
  background: url(/jp/vlockers/images/kou20_archive_bnr_on.jpg) no-repeat;
}
/* 甲子園21 */
.bnr21 {
  background: url(/jp/vlockers/images/kou21_archive_bnr.jpg) no-repeat;
}
.bnr21 a {
  background: url(/jp/vlockers/images/kou21_archive_bnr.jpg) no-repeat;
}
.bnr21 a:hover {
  background: url(/jp/vlockers/images/kou21_archive_bnr_on.jpg) no-repeat;
}
.bnr22 {
  background: url(/jp/vlockers/images/kou22_archive_bnr.jpg) no-repeat;
}
.bnr22 a {
  background: url(/jp/vlockers/images/kou22_archive_bnr.jpg) no-repeat;
}
.bnr22 a:hover {
  background: url(/jp/vlockers/images/kou22_archive_bnr_on.jpg) no-repeat;
}
.bnr23 {
  background: url(/jp/vlockers/images/kou23_archive_bnr.jpg) no-repeat;
}
.bnr23 a {
  background: url(/jp/vlockers/images/kou23_archive_bnr.jpg) no-repeat;
}
.bnr23 a:hover {
  background: url(/jp/vlockers/images/kou23_archive_bnr_on.jpg) no-repeat;
}
.bnr24 {
  background: url(/jp/vlockers/images/kou24_archive_bnr.jpg) no-repeat;
}
.bnr24 a {
  background: url(/jp/vlockers/images/kou24_archive_bnr.jpg) no-repeat;
}
.bnr24 a:hover {
  background: url(/jp/vlockers/images/kou24_archive_bnr_on.jpg) no-repeat;
}
.bnr25 {
  background: url(/jp/vlockers/images/kou25_archive_bnr.jpg) no-repeat;
}
.bnr25 a {
  background: url(/jp/vlockers/images/kou25_archive_bnr.jpg) no-repeat;
}
.bnr25 a:hover {
  background: url(/jp/vlockers/images/kou25_archive_bnr_on.jpg) no-repeat;
}

/*-------------------------------
 youtube 埋め込み
---------------------------------*/
.youtube-wrapper {
  background: #f2f1ed;
  padding: 3vw var(--rs-1rem) 3vw;
}
.videowrap {
  padding-top: 1.5rem;
}
.videoArea {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  color: #eee;
  position: relative;
  z-index: 20;
}
.video_tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 1em;
}
.videoArea_conteiner {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem;
}
.video {
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*アスペクト比16:9 = 9/16 * 100%*/
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  div.videowrap {
    padding-top: 4rem;
  }
  .videoArea {
    padding: 2rem 2vw 2rem;
  }
  .videoArea_conteiner {
    width: 100%;
    max-width: calc(100% - 1rem);
    margin: 0.5rem;
  }
}