@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2c2c2c;
}
body a {
  color: #2c2c2c;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

  .sp_only_tablerow {
    display: none;
  }
  .sp_only_inline {
    display: none;
  }
.cmn_josefin {
  font-family: 'Josefin Sans', sans-serif;
}

img {
  max-width: 100%;
}
th.fixed2_th{
    position: -webkit-sticky;
    position: sticky;
    left:72.5px;
    /*left:50px;*/
    background: #fff;
    opacity: 1;
    z-index:99;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }

  th.fixed2_th{
    position: -webkit-sticky;
    position: sticky;
    left:50px;
    background: #fff;
    opacity: 1;
    z-index:99;
  }

}
/*----------------------------------------------------- */
/*  common           */
/*----------------------------------------------------- */
/* ------ inner ------ */
.cmn_inner {
  position: relative;
  max-width: 1200px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 2%;
  z-index: 1;
}

/* ------ ttl ------ */
.cmn_ttl01 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  color: #fff;
}
.cmn_ttl01 span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

/* ------ btn ------ */
.cmn_btn01 {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 240px;
  height: 53px;
  line-height: 51px;
  border-radius: 27px;
  margin-right: auto;
  margin-left: auto;
  transition: .3s;
}
.cmn_btn01:hover {
  color: #4e2d5f;
  background: #fff;
  text-decoration: none;
}

.sp_only {
  display: none;
}
.cmn_btn02 {
  display: block;
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 240px;
  height: 53px;
  line-height: 51px;
  border-radius: 27px;
  margin-right: auto;
  margin-left: auto;
  transition: .3s;
}
.cmn_btn02:hover {
  color: #fff;
  background: #2c2c2c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cmn_inner {
    padding: 0 3%;
  }

  .cmn_ttl01 {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .cmn_ttl01 span {
    font-size: 1.4rem;
  }

  .cmn_btn01 {
    border: 1px solid #fff;
    font-size: 1.4rem;
    width: 80%;
    height: 45px;
    line-height: 43px;
  }

  .cmn_btn02 {
    border: 1px solid #2c2c2c;
    font-size: 1.4rem;
    width: 80%;
    height: 45px;
    line-height: 43px;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
@media screen and (min-width: 1059px) {
  .header {
    height: 90px;
    background: #2c2c2c;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .3s;
  }

  .header_logo {
    margin: 0 15px;
    width: 125px;
    transition: .3s;
  }
  .header_logo:hover {
    opacity: .7;
  }

  .header_nav {
    position: relative;
    z-index: 1000000;
    display: flex;
    justify-content: center;
  }
  .header_nav li {
    position: relative;
  }

  .header_search {
    display: none;
  }

  .header_nav_top {
    display: none;
  }

  .header_nav_ticket > a {
    background: url(../images/ico_ticket.png) top 20px center no-repeat;
    background-size: 42px;
  }

  .header_nav_watching > a {
    background: url(../images/ico_watching.png) top 16px center no-repeat;
    background-size: 37px;
  }

  .header_nav_wrestler > a {
    background: url(../images/ico_wrestler.png) top 15px center no-repeat;
    background-size: 31px;
  }

  .header_nav_tour > a {
    background: url(../images/ico_tour.png) top 17px center no-repeat;
    background-size: 33px;
  }

  .header_nav_kokugikan > a {
    background: url(../images/ico_kokugikan.png) top 14px center no-repeat;
    background-size: 38px;
  }

  .header_nav_iroha > a {
    background: url(../images/ico_iroha.png) top 18px center no-repeat;
    background-size: 40px;
  }

  .header_nav_association > a {
    background: url(../images/ico_association.png) top 15px center no-repeat;
    background-size: 37px;
  }

  .header_nav_shopping > a {
    background: url(../images/ico_shopping.png) top 16px left 28px no-repeat;
    background-size: 40px;
  }

  .header_nav_partner > a {
    background: url(../images/ico_partner.png) top 16px left 24px no-repeat;
    background-size: 40px;
  }
  .header_nav_calender{
    display:none;
  }
  .header_nav_item {
    width: 85px;
    height: 90px;
    transition: .3s;
  }
  .header_nav_item:hover {
    background: #324B7C;
  }
  .header_nav_item > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 60px;
  }
  .header_nav_item > a:hover {
    text-decoration: none;
  }

  .header_subnav {
    display: block;
  }
  .header_subnav a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .header_subnav .header_nav_haschild > a {
    position: relative;
  }
  .header_subnav .header_nav_haschild > a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*== 2・3階層目の共通設定 */
  .header_nav_haschild ul {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 4;
    background: #324B7C;
    min-width: 186px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .header_nav_haschild ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
  }
  .header_nav_haschild ul a {
    font-size: 1.4rem;
    display: block;
    padding: 0 15px;
    white-space: nowrap;
  }
  .header_nav_haschild ul a:hover {
    text-decoration: none;
    transition: 0.3s ease all;
    background-color: #353535;
  }
  .header_nav_haschild ul ul {
    top: 0;
    left: 186px;
    background: #373e56;
  }
  .header_nav_haschild ul ul li {
    border-left: 1px solid #2c2c2c;
  }
  .header_nav_haschild:hover > ul, .header_nav_haschild ul li:hover > ul, .header_nav_haschild:active > ul, .header_nav_haschild ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }

  .header_function {
    position: absolute;
    top: 34px;
    right: 15px;
    display: flex;
    transition: .3s;
  }
  .header_function li:nth-child(1) {
    width: 29px;
    margin-right: 20px;
  }
  .header_function li:nth-child(2) {
    width: 25px;
    margin-right: 20px;
  }
  .header_function li:nth-child(3) {
    width: 24px;
    margin-right: 20px;
  }
  .header_function li:nth-child(4) {
    width: 21px;
  }
  .header_function a {
    transition: .3s;
  }
  .header_function a:hover {
    opacity: .7;
  }
  .header_function input[type="checkbox"] {
    display: none;
  }
  .header_function input[type="checkbox"] + label.check {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 29px;
    height: 29px;
  }
  .header_function input[type="checkbox"] + label.check img {
    position: relative;
    z-index: 10001;
  }
  .header_function input[type="checkbox"] + label.check > div {
    pointer-events: none;
    position: absolute;
    z-index: 10000;
    top: 38px;
    right: -46px;
    width: 320px;
    height: 0px;
    background-color: #2c2c2c;
    opacity: 0;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_function input[type="checkbox"] + label.check > div > form {
    position: relative;
  }
  .header_function input[type="checkbox"] + label.check > div > form::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 7px;
    border-radius: 20px;
    width: 40px;
    height: 0px;
    background-color: #2c2c2c;
    z-index: 1;
  }
  .header_function input[type="checkbox"] + label.check > div .header_search_input {
    position: relative;
    height: 0px;
    width: 280px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: none;
    color: #fff;
  }
  .header_function input[type="checkbox"] + label.check > div .header_search_btn {
    position: absolute;
    right: 7px;
    top: 0;
    width: 40px;
    height: 0px;
    color: #fff;
    background: url(../images/ico_search.png) center center no-repeat;
    background-size: 23px;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
  }
  .header_function input[type="checkbox"]:checked + label.check > div {
    border: 1px solid transparent;
    pointer-events: all;
    height: 70px;
    opacity: 1;
  }
  .header_function input[type="checkbox"]:checked + label.check > div input:focus {
    outline: none;
  }
  .header_function input[type="checkbox"]:checked + label.check > div .header_search_input {
    height: 40px;
  }
  .header_function input[type="checkbox"]:checked + label.check > div .header_search_btn {
    height: 40px;
  }
  .header_function input[type="checkbox"]:checked + label.check > div > form::before {
    height: 36px;
  }

  .header_nav_close,
  .header_sns,
  .header_menu {
    display: none;
  }

  /* ------ is-fixed ------ */
  .header.is-fixed {
    position: fixed;
    height: 50px;
    animation: down_anime 0.5s forwards;
  }

  @keyframes down_anime {
    from {
      opacity: 0;
      transform: translateY(-90px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .is-fixed .header_nav_item {
    height: 50px;
  }
  .is-fixed .header_nav_item > a {
    padding-top: 0px;
    line-height: 50px;
  }
  .is-fixed .header_nav_ticket > a,
  .is-fixed .header_nav_watching > a,
  .is-fixed .header_nav_wrestler > a,
  .is-fixed .header_nav_tour > a,
  .is-fixed .header_nav_kokugikan > a,
  .is-fixed .header_nav_iroha > a,
  .is-fixed .header_nav_association > a,
  .is-fixed .header_nav_shopping > a,
  .is-fixed .header_nav_partner > a {
    background: none;
  }
  .is-fixed .header_function {
    top: 12px;
  }
  .is-fixed .header_sns {
    height: 50px;
  }
  .is-fixed .header_nav_haschild ul {
    top: 50px;
  }
  .is-fixed .header_nav_haschild ul ul {
    top: 0;
  }

  /* ------ sub_header ------ */
  .sub_header {
    background: #2c2c2c;
    z-index: 9999;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sub_header .header_nav_item {
    height: 50px;
  }
  .sub_header .header_nav_item > a {
    padding-top: 0px;
    line-height: 50px;
  }
  .sub_header .header_nav_ticket > a,
  .sub_header .header_nav_watching > a,
  .sub_header .header_nav_wrestler > a,
  .sub_header .header_nav_tour > a,
  .sub_header .header_nav_kokugikan > a,
  .sub_header .header_nav_iroha > a,
  .sub_header .header_nav_association > a,
  .sub_header .header_nav_shopping > a {
    background: none;
  }
  .sub_header .header_function {
    top: 12px;
  }
  .sub_header .header_sns {
    height: 50px;
  }
  .sub_header .header_nav_haschild ul {
    top: 50px;
  }
  .sub_header .header_nav_haschild ul ul {
    top: 0;
  }
}
@media screen and (min-width: 1390px) {
  .header_logo {
    margin: 0 30px;
    width: 175px;
    transition: .3s;
  }
  .header_logo:hover {
    opacity: .7;
  }

  .header_nav_item {
    width: 90px;
  }

  .header_function {
    right: 230px;
  }

  .header_sns {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
  }
  .header_sns ul {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .header_sns ul li {
    width: 30px;
  }
  .header_sns ul a {
    transition: .3s;
  }
  .header_sns ul a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 1060px) {
  .header,
  .sub_header {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #2c2c2c;
  }

  .header_logo {
    height: 26px;
    margin: 12px 0 12px 12px;
  }
  .header_logo img {
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }

  .header_nav_top {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px;
    border-top: 1px solid #fff;
    position: relative;
  }
  .header_nav_top::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header_nav_wrap {
    display: block;
    background: url(../images/bg_nev_sp.png) center center no-repeat;
    background-size: cover;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding-top: 30px;
    color: #fff;
  }

  .header_nav a {
    color: #fff;
  }
  .header_nav a:hover {
    text-decoration: none;
  }
  .header_nav .adjustment01 {
    margin-top: 0;
  }
  .header_nav .adjustment02 {
    border-bottom: 1px solid #fff;
  }
  .header_nav .adjustment03 {
    margin-bottom: 25px;
  }

  .header_nav_item > a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px;
    border-top: 1px solid #fff;
    position: relative;
  }
  .header_nav_item > a::after {
    display: block;
    content: '';
    position: absolute;
    top: 28px;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header_nav_item.is-active > a::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -2px;
  }

  .header_nav_item > .header_subnav {
    padding: 0 10px 0px 40px;
  }

  .header_subnav_item {
    margin-bottom: 20px;
  }

  .header_subnav_item > a {
    font-weight: bold;
    padding-left: 16px;
    position: relative;
  }
  .header_subnav_item > a::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header_subnav .header_subnav {
    display: block;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_subnav .header_subnav li {
    width: 50%;
    margin-bottom: 10px;
  }
  .header_subnav .header_subnav a {
    font-size: 1.1rem;
    padding-left: 14px;
    position: relative;
  }
  .header_subnav .header_subnav a::before {
    display: block;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
  }

  .header_search {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
  }
  .header_search input:focus {
    outline: none;
  }

  .header_search_input {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: none;
  }

  .header_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: url(../images/ico_search.png) center center no-repeat;
    background-size: 23px;
    border: none;
    cursor: pointer;
    position: absolute;
  }

  .header_subnav {
    display: block;
  }
  .header_subnav a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .header_nav_haschild ul,
  .header_nav_haschild ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  .header_nav_close {
    display: block;
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
  }

  .header_menu {
    background: #fff;
    height: 50px;
    width: 120px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_menu p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 4px;
    margin-left: 10px;
  }
  .header_menu p .close {
    display: none;
  }

  .header_menu_toggle {
    z-index: 1000;
    display: block;
    height: 50px;
    width: 20px;
    position: relative;
  }
  .header_menu_toggle span {
    height: 3px;
    display: block;
    background: #2c2c2c;
    position: absolute;
    transition: .3s;
  }
  .header_menu_toggle span:nth-child(1) {
    top: 18px;
    width: 20px;
    left: 0;
  }
  .header_menu_toggle span:nth-child(2) {
    top: 28px;
    width: 20px;
    left: 0;
  }

  .is-open {
    overflow: hidden;
  }
  .is-open .header_menu p .open {
    display: none;
  }
  .is-open .header_menu p .close {
    display: block;
  }
  .is-open .header_menu_toggle span:nth-child(1) {
    top: 23px;
    transform: rotate(180deg);
  }
  .is-open .header_menu_toggle span:nth-child(2) {
    opacity: 0;
    transform: rotate(180deg);
  }
  .is-open .header_nav_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: scroll;
  }

  .header_function,
  .header_sns {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  headline           */
/*----------------------------------------------------- */
.headline {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  z-index: 10;
}

.headline_inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* 2022/01/17 変更 */
.headline_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
}

.headline_header_list {
  display: flex;
  font-size: 1.4rem;
}
.headline_header_list .date_colse {
  white-space: nowrap;
  background: #9B3030;
  color: #fff;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 10px;
}
/* 2022/01/17 変更 */
.headline_header_list .date_open {
  display: none;
}
/* .headline_header_list .birthday 削除 */
/* .headline_header_list .detail a 削除 */
/* .headline_header_list .detail 削除 */
/* 2022/01/17 変更 */
.headline_header_slider {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.headline_header_slider ul {
  display: flex;
}
.headline_header_slider li {
  min-width: 100%;
}
.headline_header_slider .birthday {
  padding-left: 24px;
  font-size: 1.2rem;
  background: url(../images/ico_birthday.png) left top no-repeat;
  background-size: 18px;
  margin-right: 10px;
}
.headline_header_slider .title {
  font-weight: bold;
  color: #324B7C;
  margin-right: 10px;
}
.headline_header_slider .detail {
  font-weight: bold;
}
.headline_header_slider .detail a {
  color: #324B7C;
}

.headline_btn {
  display: grid;
  justify-self: flex-end;
  height: 24px;
  width: 120px;
  border-radius: 12px;
  border: 1px solid #2c2c2c;
  text-align: center;
  font-size: 1.2rem;
  transition: .3s;
  cursor: pointer;
}
/* 2022/01/17 変更 */
.headline_btn:hover {
  opacity: .7;
}
.headline_btn .close {
  display: none;
}

.is-active .headline_btn .open {
  display: none;
}
.is-active .headline_btn .close {
  display: block;
}
/* 2022/01/17 変更 */
.is-active .headline_header_list {
  flex: 1;
}
/* 2022/01/17 変更 */
.is-active .headline_header_list .date_colse {
  display: none;
}
.is-active .headline_header_list .date_open {
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.is-active .headline_header_list .date_open em {
  font-size: 3.6rem;
  font-weight: bold;
}
.is-active .headline_header_list .date_open span {
  display: block;
  color: #fff;
  background: #2c2c2c;
  text-align: center;
  font-size: 1.4rem;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  border-radius: 11px;
  margin-right: 10px;
}
/* .is-active .headline_header_list .birthday 削除 */
/* .is-active .headline_header_list .detail 削除 */
/* 2022/01/17 変更 */
.is-active .headline_header_slider {
  display: none;
}
/* 2022/01/17 変更 */

.headline_body {
  display: none;
  padding: 20px 0;
}

.headline_body_wrap {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #CECECE;
}

.headline_body_detail {
  border-right: 1px solid #CECECE;
  padding: 20px;
  background: url(../images/bg_headline.png) center center no-repeat;
  background-size: 90px;
  width: 25%;
}
.headline_body_detail h3 a {
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  color: #324B7C;
}
.headline_body_detail h3 a::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.headline_body_detail h3 .birthday {
  font-weight: bold;
  color: #2c2c2c;
  padding-left: 25px;
  background: url(../images/ico_birthday.png) left top no-repeat;
  background-size: 20px;
}
.headline_body_detail ul {
  padding: 10px 0 0 10px;
}
.headline_body_detail ul li {
  font-size: 1.1rem;
  padding-left: 8px;
  position: relative;
}
.headline_body_detail ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #2c2c2c;
}
.headline_body_detail ul li a {
  color: #324B7C;
}

@media screen and (max-width: 768px) {
  .headline {
    top: 50px;
  }

  .headline_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 3%;
  }

  /* 2022/01/17 変更 */
  .headline_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
  }

  .headline_header_list {
    display: flex;
    font-size: 1.2rem;
  }
  /* 2022/01/17 変更 */
  .headline_header_list .date_colse {
    font-size: 1rem;
    padding: 0 30px 0 10px;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
  }
  .headline_header_list .date_colse::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headline_header_list .date_open {
    display: none;
  }
  .headline_header_list .birthday {
    padding-left: 20px;
    font-size: 1.1rem;
    background: url(../images/ico_birthday.png) left top no-repeat;
    background-size: 14px;
  }

  .headline_btn {
    display: none;
  }

  .is-active .headline_btn .open {
    display: none;
  }
  .is-active .headline_btn .close {
    display: block;
  }
  .is-active .headline_header_list .date_colse {
    display: none;
  }
  .is-active .headline_header_list .date_open {
    display: block;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .is-active .headline_header_list .date_open em {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .is-active .headline_header_list .date_open span {
    display: block;
    color: #fff;
    background: #2c2c2c;
    text-align: center;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 10px;
  }
  .is-active .headline_header_list .birthday {
    display: none;
  }
  .is-active .headline_header_list .detail {
    display: none;
  }

  .headline_body {
    display: none;
    padding: 20px 0 40px;
  }
  .headline_body .btn_close {
    margin: 20px auto 0;
    width: 50%;
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }

  .headline_body_wrap {
    flex-wrap: wrap;
    border-left: none;
  }

  .headline_body_detail {
    border-right: none;
    padding: 10px;
    background: url(../images/bg_headline.png) center center no-repeat;
    background-size: 70px;
    width: 50%;
    margin-bottom: 15px;
  }
  .headline_body_detail:nth-child(odd) {
    border-right: 1px solid #CECECE;
  }
  .headline_body_detail h3 .birthday {
    padding-left: 20px;
    background: url(../images/ico_birthday.png) left top no-repeat;
    background-size: 16px;
  }
  .headline_body_detail ul {
    padding: 10px 0 0 10px;
  }
  .headline_body_detail ul li {
    font-size: 1.2rem;
    padding-left: 8px;
    position: relative;
  }
  .headline_body_detail ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #2c2c2c;
  }
  .headline_body_detail ul li a {
    color: #324B7C;
  }
}
/*----------------------------------------------------- */
/*  p-side_btn           */
/*----------------------------------------------------- */
.contents {
  padding-top: calc(90px + 34px);
  position: relative;
}

.sub_contents {
  padding-top: calc(50px);
  position: relative;
}

.side_btn {
  z-index: 9998;
  position: fixed;
  top: 40%;
  right: 0;
}

.side_btn_list {
  width: 80px;
}
.side_btn_list li + li {
  margin-top: 6px;
}
.side_btn_list a {
  display: block;
  border-radius: 4px;
  background: #2c2c2c;
  height: 80px;
  width: 80px;
  transition: .3s;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 55px 0 0 0;
}
.side_btn_list a:hover {
  opacity: .7;
  text-decoration: none;
}
.side_btn_list .side_btn_ticket {
  background: url(../images/ico_ticket.png) center 20px no-repeat #9B3030;
  background-size: 40px;
}
.side_btn_list .side_btn_hoshitori {
  background: url(../images/ico_hoshitori.png) center 10px no-repeat #2c2c2c;
  background-size: 36px;
}
.side_btn_list .side_btn_calendar {
  background: url(../images/ico_calendar.png) center 10px no-repeat #2c2c2c;
  background-size: 35px;
  padding: 45px 0 0 0;
}
.side_btn_list .side_btn_fanclub {
  background: url(../images/ico_fc.png) center 10px no-repeat #2c2c2c;
  background-size: 35px;
  padding: 45px 0 0 0;
}
.side_btn_list .side_btn_schedule {
  background: url(../images/ico_schedule.png) center 10px no-repeat #2c2c2c;
  background-size: 40px;
}
.side_btn_list .side_btn_banzuke {
  background: url(../images/ico_banduke.png) center 11px no-repeat #2c2c2c;
  background-size: 40px;
}
.side_btn_list .side_btn_jyungyo {
  background: url(../images/ico_tour.png) center 11px no-repeat #2c2c2c;
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  .contents,
  .sub_contents {
    padding-top: 50px;
  }

  .side_btn {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .side_btn_list {
    width: 100%;
    display: flex;
  }
  .side_btn_list li {
    width: 50%;
  }
  .side_btn_list li + li {
    margin-top: 0;
  }
  .side_btn_list li:nth-child(3),
  .side_btn_list li:nth-child(4) {
    display: none;
  }
  .side_btn_list a {
    border-radius: 0;
    background: #2c2c2c;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 0;
  }
  .side_btn_list .side_btn_ticket {
    background: #9B3030;
  }
  .side_btn_list .side_btn_ticket span {
    padding-left: 34px;
    background: url(../images/ico_ticket.png) left center no-repeat;
    background-size: 24px;
  }
    .side_btn_list .side_btn_banzuke {
    background: #2c2c2c;
  }
  .side_btn_list .side_btn_banzuke span {
    padding-left: 34px;
    background: url(../images/ico_banduke.png)  no-repeat;
    background-size: 24px;
    background-position: 30% 50%;
  }
  .side_btn_list .side_btn_hoshitori {
    background: #2c2c2c;
  }
  .side_btn_list .side_btn_hoshitori .sp_only {
    display: inline-block;
  }
  .side_btn_list .side_btn_hoshitori span {
    padding-left: 32px;
    background: url(../images/ico_hoshitori.png) left center no-repeat;
    background-size: 22px;
  }
  .side_btn_list .side_btn_jyungyo {
    background: #2c2c2c;
  }
  .side_btn_list .side_btn_jyungyo .sp_only {
    display: inline-block;
  }
  .side_btn_list .side_btn_jyungyo span {
    padding-left: 32px;
    background: url(../images/ico_tour.png) left center no-repeat;
    background-size: 22px;
  }
}
.loopSlider {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.loopSlider .loopslider_wrap {
  height: 230px;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loopSlider .loopslider_wrap ul {
  display: -webkit-flex;
  display: flex;
}

.loopSlider .loopslider_wrap ul li {
  width: 324px;
}

/*----------------------------------------------------- */
/*  top_kv           */
/*----------------------------------------------------- */
.top_kv {
  height: 107vh;
  overflow: hidden;
  position: relative;
}

.top_kv_slider_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.top_kv_slider_bg > li {
  will-change: transform;
  backface-visibility: hidden;
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  transition-duration: 1s;
  transition-timing-function: ease;
}
@media all and (-ms-high-contrast: none) {
  .top_kv_slider_bg > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.top_kv_slider_bg > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  filter: blur(10px) brightness(50%);
}

.top_kv_slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300%;
  height: 100%;
  padding-top: 175px;
  padding-bottom: 250px;
}
.top_kv_slider li {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
.top_kv_slider li img {
  max-width: 1200px;
  width: 100%;
  border-radius: 16px;
}

.top_kv_slider_sp {
  display: none;
}

.top_kv_slider_pager {
  position: absolute;
  bottom: 300px;
  right: 4%;
  display: flex;
}
.top_kv_slider_pager li {
  margin-left: 20px;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #fff;
  border-radius: 24px;
  transition: .3s;
  opacity: .7;
  cursor : pointer;
}
.top_kv_slider_pager li.is-active {
  opacity: 1;
}
.top_kv_slider_pager li:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_kv {
    height: auto;
    padding: 30px 0 120px;
  }

  .top_kv_slider {
    will-change: transform;
    backface-visibility: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .top_kv_slider li {
    will-change: transform;
    backface-visibility: hidden;
    padding: 0 12px;
  }

  .top_kv_slider_pager {
    position: absolute;
    top: 15px;
    right: 4%;
    display: flex;
  }
  .top_kv_slider_pager li {
    margin-left: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 24px;
    transition: .3s;
    opacity: .7;
  }
}
/*----------------------------------------------------- */
/*  top_partner           */
/*----------------------------------------------------- */
.top_partner {
  position: relative;
  margin-top: -100px;
}
.top_partner::after {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 240px;
  content: "";
  background-color: #4e2d5f;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}
.top_partner .top_partner_inner {
  position: relative;
  background: url(../images/bg_partner.png) center 70% repeat-x #4e2d5f;
  background-size: 233px;
  z-index: 100;
}
.top_partner h3 {
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(../images/ico_match.png) left center no-repeat;
  background-size: 33px;
}
.top_partner .siro {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #2c2c2c;
  margin: 0 auto;
}
.top_partner .kuro {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #2c2c2c;
  margin: 0 auto;
  background: #2c2c2c;
}
.top_partner .noBsiro {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #2c2c2c;
  margin: 0 auto;
}
.top_partner .noBkuro {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #2c2c2c;
  margin: 0 auto;
  background: #2c2c2c;
}
.top_partner .rest {
  display: block;
  width: 18px;
  height: 18px;
  /*border: 1px solid #2c2c2c;*/
  margin: 0 auto;
}
.top_partner .rest::after{
    content:"や";
}
.top_partner .noBattle {
  display: block;
  width: 18px;
  height: 18px;
  /*border: 1px solid #2c2c2c;*/
  margin: 0 auto;
  /*background: #2c2c2c;*/
}
.top_partner .noBattle::after {
    content:"-";
}
.top_partner_list {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
.top_partner_list li {
  margin: 0 10px;
  width: 24%;
}
.top_partner_list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-width: 286px;
  border-radius: 8px;
  background: #fff;
  transition: .3s;
}
.top_partner_list a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_partner_list a img {
  width: 250px;
}

/* ------ 番付・取組結果 ------ */
.top_banzuke_wrap,
.top_torikumi_wrap {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 25px 10px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.top_banzuke_table,
.top_torikumi_table {
  border: 1px solid #DDDDDD;
  background: #fff;
  width: 100%;
  table-layout: fixed;
}
.top_banzuke_table th, .top_banzuke_table td,
.top_torikumi_table th,
.top_torikumi_table td {
  border: 1px solid #DDDDDD;
}
.top_banzuke_table td,
.top_torikumi_table td {
  padding: 5px;
}
.top_banzuke_table a,
.top_torikumi_table a {
  transition: .3s;
}
.top_banzuke_table a:hover,
.top_torikumi_table a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_banzuke_table .ttl td,
.top_torikumi_table .ttl td {
  width: 60px;
  padding: 0;
}
.top_banzuke_table .ttl p,
.top_torikumi_table .ttl p {
  display: block;
  height: 26px;
  line-height: 24px;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  border: 1px solid #fff;
}
.top_banzuke_table .direction,
.top_torikumi_table .direction {
  text-align: center;
  vertical-align: middle;
  background: #1b1b1b;
}
.top_banzuke_table .direction img,
.top_torikumi_table .direction img {
  width: 100%;
}
.top_banzuke_table .class td:not(:first-child),
.top_torikumi_table .class td:not(:first-child) {
  background: #d2d2d2;
}
.top_banzuke_table .movie th, .top_banzuke_table .movie td,
.top_torikumi_table .movie th,
.top_torikumi_table .movie td {
  /*width: 60px;*/
  width:50px;
}

/* ------ 取組結果 ------ */
.top_torikumi_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.top_torikumi_function {
  display: flex;
  justify-content: flex-end;
}
.top_torikumi_function li {
  margin-left: 15px;
  color: #fff;
}
.top_torikumi_function li p {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top_torikumi_ttl {
    display: block;
    margin-bottom: 10px;
  }

  .top_torikumi_function {
    margin-top: 20px;
  }
}
.btn_toggle {
  position: relative;
  width: 104px;
  height: 24px;
  border-radius: 50px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.btn_toggle input[type=checkbox] {
  display: none;
}
.btn_toggle span {
  position: absolute;
  top: 8px;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1;
}
.btn_toggle span:nth-of-type(1) {
  left: 15px;
  color: #BCBCBC;
}
.btn_toggle span:nth-of-type(2) {
  right: 15px;
  color: #BCBCBC;
}
.btn_toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn_toggle:after {
  content: "ON";
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 48px;
  height: 20px;
  line-height: 23px;
  display: block;
  border-radius: 50px;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn_toggle.checked:after {
  content: "OFF";
  left: 54px;
}

.btn_update {
  display: block;
  width: 97px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  background: url(../images/ico_update.png) left 14px center no-repeat;
  background-size: 12px;
  transition: .3s;
  padding-left: 10px;
}
.btn_update:hover {
  opacity: .7;
  text-decoration: none;
}

.top_torikumi_tab_wrap {
  display: flex;
  padding: 5px 8px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 10px;
  max-width: 456px;
}
.top_torikumi_tab_wrap li {
  width: 70px;
  height: 30px;
}
.top_torikumi_tab_wrap a {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2c2c2c;
  font-size: 1.3rem;
  font-weight: bold;
}
.top_torikumi_tab_wrap a:hover {
  color: #fff;
  background: #2c2c2c;
  text-decoration: none;
}
.top_torikumi_tab_wrap .is-active a {
  color: #fff;
  background: #2c2c2c;
}

.top_torikumi_panel {
  overflow-x: auto;
}

.top_torikumi_wrap .panel {
  display: none;
}
.top_torikumi_wrap .panel.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_torikumi_tab_wrap li {
    height: 24px;
  }
  .top_torikumi_tab_wrap a {
    height: 24px;
    line-height: 24px;
    font-size: 1.0rem;
  }
}
.top_torikumi_table {
  font-size: 1.2rem;
  text-align: center;
}
.top_torikumi_table .movie th, .top_torikumi_table .movie td {
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.top_torikumi_table .win th, .top_torikumi_table .win td {
  padding: 0;
}
.top_torikumi_table .win span {
  display: block;
  height: 26px;
  background: linear-gradient(0deg, #94080d 0%, #f00621 50%, #94080d 100%);
}
.top_torikumi_table .kimarite th, .top_torikumi_table .kimarite td {
  background: #d2d2d2;
  line-height: 1.4;
  text-align: center;
}
.top_torikumi_table .detail th {
  height: 40px;
  text-align: center;
}

.btn_movie {
  display: block;
  width: 100%;
  height: 24px;
  background: #9B3030;
  border-radius: 12px;
  position: relative;
  transition: .3s;
}
.btn_movie::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ffffff;
}
.btn_movie:hover {
  opacity: .7;
  text-decoration: none;
}

.btn_detail {
  display: block;
  width: 100%;
  height: 24px;
  background: #2c2c2c;
  border-radius: 12px;
  position: relative;
  font-size: 1.1rem;
  color: #fff;
  line-height: 24px;
  transition: .3s;
}
.btn_detail:hover {
  opacity: .7;
  text-decoration: none;
}

/* ------ 基本情報 ------ */
.top_personal_wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 10px;
}

.top_personal {
  width: 50%;
  background: #fff;
  padding: 20px;
  position: relative;
}
.top_personal .name_pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.top_personal .name_pic .name {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
}
.top_personal .name_pic .name p {
  margin-left: 10px;
}
.top_personal .name_pic .name img {
  width: 155px;
}
.top_personal .name_pic .pic {
  width: 30%;
}
.top_personal .basic_info {
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 30px;
}
.top_personal .basic_info tr:nth-child(odd) {
  background: #F5F5F5;
}
.top_personal .basic_info th {
  width: 27%;
  text-align: left;
  padding: 8px 10px;
}
.top_personal .basic_info td {
  width: 73%;
  padding: 8px 0;
}
.top_personal .match_results_pc {
  width: 100%;
  display: flex;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.top_personal .match_results_pc .siro {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.top_personal .match_results_pc .kuro {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.top_personal .match_results_pc .btn_movie {
  width: 48px;
  margin: 0 auto;
}
.top_personal .match_results_pc li:nth-child(1) {
  width: 27%;
}
.top_personal .match_results_pc li:nth-child(2) {
  width: 73%;
}
.top_personal .match_results_pc li:nth-child(2) table {
  width: 100%;
  height: 100%;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  table-layout: fixed;
}
.top_personal .match_results_pc li:nth-child(2) table th {
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  padding: 5px;
}
.top_personal .match_results_pc li:nth-child(2) table td {
  /*writing-mode: vertical-rl;*/
  border-right: 1px solid #DDDDDD;
  padding: 5px;
}
.top_personal .match_results_sp {
  display: none;
}

.top_personal_east {
  border-right: 1px solid #2c2c2c;
  border-radius: 0 0 0 8px;
}
.top_personal_east .direction {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}

.top_personal_west {
  border-left: 1px solid #2c2c2c;
  border-radius: 0 0 8px 0;
}
.top_personal_west .direction {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
}
.top_personal_west .name_pic .name {
  padding: 0 30px 0 0;
  /*justify-content: flex-end;*/
}
.top_personal_west .name_pic .name p {
  /*margin-right: 10px;*/
  /*text-align: right;*/
}

.top_personal_dl dt {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_personal_wrap {
    display: block;
    /*margin: 20px auto 10px;*/
    margin: 3px auto 10px;
  }

  .top_personal {
    width: 100%;
    /*padding: 10px;*/
    padding: 0px 10px;
    position: relative;
  }
  .top_personal .name_pic {
    margin-bottom: 0px;
  }
  .top_personal .name_pic .name {
    width: 86%;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
  }
  .top_personal .name_pic .name p {
    margin-left: 0px;
  }
  .top_personal .name_pic .name img {
    width: 120px;
  }
  .top_personal .name_pic .pic {
    width: 28%;
  }
  .top_personal .basic_info {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 5px;
  }
  .top_personal .basic_info th {
    width: 30%;
    text-align: left;
    padding: 4px 10px;
  }
  .top_personal .basic_info td {
    width: 70%;
    padding: 4px 0;
  }
  .top_personal .match_results_pc {
    display: none;
  }
  .top_personal .match_results_sp {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .top_personal .match_results_sp tr:nth-child(odd) {
    background: #F5F5F5;
  }
  .top_personal .match_results_sp th {
    border-right: 1px solid #DDDDDD;
    width: 50%;
    padding: 10px;
  }
  .top_personal .match_results_sp th .name {
    font-weight: bold;
  }
  .top_personal .match_results_sp td {
    width: 50%;
    /*padding: 10px;*/
    vertical-align: top;
  }

  .top_personal_east {
    border-right: none;
    border-bottom: 2px solid #2c2c2c;
    border-radius: 0 8px 0 0;
  }
  .top_personal_east .direction {
    width: 30px;
  }

  .top_personal_west {
    border-left: none;
    border-radius: 0 0 8px 8px;
  }
  .top_personal_west .direction {
    width: 30px;
  }
  .top_personal_west .name_pic .name {
    /*padding: 0 30px 0 0;*/
  }
  .top_personal_west .name_pic .name p {
    margin-right: 0;
  }

  .top_personal_dl {
    margin: 0 -10px;
  }
  .top_personal_dl dt {
    display: block;
    background: #2c2c2c;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .top_personal_dl dt::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
  }
  .top_personal_dl dt.is-active::after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .top_personal_dl dd {
    display: none;
  }
}
.top_matchresults_sp {
  display: none;
}

.top_matchresults_pc {
  border-radius: 0 0 8px 8px;
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
  background: #fff;
}
.top_matchresults_pc .ttl {
  height: 36px;
  line-height: 36px;
  display: flex;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.top_matchresults_pc .ttl3 {
  height: 36px;
  line-height: 36px;
  display: flex;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /*margin-top: 20px;*/
}
.top_matchresults_pc .ttl h4 {
  width: 26%;
  font-weight: bold;
  background: #2c2c2c;
}
.top_matchresults_pc .ttl h4 span {
  font-size: 1.4rem;
  font-weight: normal;
}
.top_matchresults_pc .ttl p {
  width: 74%;
  background: #9B3030;
}
.top_matchresults_pc .ttl3 p {
  width: 100%;
  background: #9B3030;
}
.top_matchresults_pc .inner {
  padding: 20px;
}
.top_matchresults_pc table {
  width: 100%;
  table-layout: fixed;
}
.top_matchresults_pc table thead th {
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #DDDDDD;
}
.top_matchresults_pc table thead td {
  width: 25%;
}
.top_matchresults_pc table tbody {
  border: 1px solid #DDDDDD;
}
.top_matchresults_pc table tbody th {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 8px;
  border-right: 1px solid #DDDDDD;
  width: 25%;
}
.top_matchresults_pc table tbody th span {
  font-weight: normal;
}
.top_matchresults_pc table tbody td {
  border-right: 1px solid #DDDDDD;
  padding: 8px;
  font-size: 1.2rem;
  text-align: center;
  width: 12.5%;
}
.top_matchresults_pc table tbody td p {
  margin-bottom: 5px;
}
.top_matchresults_pc table tbody tr:nth-child(2) {
  background: #F5F5F5;
}
.top_matchresults_pc table tbody .siro {
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.top_matchresults_pc .btn_movie {
  width: 48px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_matchresults_pc {
    display: none;
  }

  .top_matchresults_sp {
    display: block;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 5px;
  }
  .top_matchresults_sp .ttl {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_matchresults_sp .ttl2 {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .top_matchresults_sp .ttl h4 {
    width: 50%;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .top_matchresults_sp .ttl h4 span {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .top_matchresults_sp .ttl p {
    width: 50%;
    background: #9B3030;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
  .top_matchresults_sp .ttl2 p {
    width: 100%;
    background: #9B3030;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
  .top_matchresults_sp table {
    width: 100%;
    font-size: 1.0rem;
    table-layout: fixed;
    border: 1px solid #DDDDDD;
  }
  .top_matchresults_sp table th {
    padding: 8px 0;
    text-align: center;
    border: 1px solid #DDDDDD;
  }
  .top_matchresults_sp table th span {
    font-weight: bold;
    font-size: 2rem;
  }
  .top_matchresults_sp table th:nth-child(2) {
    background: #F5F5F5;
    width:15%;
  }
  .top_matchresults_sp table td {
    border: 1px solid #DDDDDD;
    font-size: 15px;
    text-align: center;
  }
  .top_matchresults_sp table td:nth-child(2) ul {
    text-align: center;
  }
  .top_matchresults_sp table td:nth-child(2) ul li {
    /*padding: 5px 0;*/
  }
  .top_matchresults_sp table td:nth-child(2) ul li:nth-child(2) {
    background: #F5F5F5;
  }
  .top_matchresults_sp table .btn_movie {
    width: 48px;
    margin: 5px auto 0;
  }
}
.top_commentary {
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.top_commentary .ttl {
  height: 36px;
  line-height: 36px;
  display: flex;
  text-align: center;
}
.top_commentary .ttl h4 {
  width: 26%;
  font-weight: bold;
  background: #2c2c2c;
  color: #fff;
}
.top_commentary .ttl div {
  width: 74%;
  background: #F5F5F5;
}
.top_commentary .ttl div ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_commentary .ttl div ul li {
  margin: 0 20px;
}
.top_commentary .ttl div ul li:nth-child(1),
.top_commentary .ttl div ul li:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-weight: bold;
}
.top_commentary .ttl div ul li:nth-child(1) span,
.top_commentary .ttl div ul li:nth-child(3) span {
  margin-right: 12px;
}
.top_commentary .inner {
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .top_commentary {
    border-radius: 8px;
    background: #fff;
  }
  .top_commentary .ttl {
    height: auto;
    line-height: 1.6;
    display: block;
  }
  .top_commentary .ttl h4 {
    width: 100%;
    font-weight: bold;
    background: none;
    color: #2c2c2c;
    font-size: 1.4rem;
    padding: 3px 10px;
    text-align: left;
  }
  .top_commentary .ttl div {
    width: 100%;
    background: #F5F5F5;
    padding: 4px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .top_commentary .ttl div ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
  }
  .top_commentary .ttl div ul li {
    margin: 0;
    width: 33.3%;
  }
  .top_commentary .ttl div ul li p {
    margin-bottom: 5px;
  }
  .top_commentary .ttl div ul li:nth-child(1),
  .top_commentary .ttl div ul li:nth-child(3) {
    display: block;
    text-align: center;
  }
  .top_commentary .ttl div ul li:nth-child(1) span,
  .top_commentary .ttl div ul li:nth-child(3) span {
    margin-right: auto;
  }
  .top_commentary .inner {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top_partner {
    position: relative;
    margin-top: -60px;
    padding-top: 20px;
  }
  .top_partner::after {
    top: 30px;
    height: 250px;
  }
  .top_partner .top_partner_inner {
    position: relative;
    background: url(../images/bg_partner.png) /*right -27% top 15% no-repeat*/ #4e2d5f;
    background-size: 40%;
    z-index: 100;
    padding-bottom: 0px;
  }
  .top_partner h3 {
    font-size: 1.8rem;
    padding-left: 30px;
    margin-bottom: 10px;
    background: url(../images/ico_match.png) left center no-repeat;
    background-size: 24px;
  }

  .top_partner_list {
    margin: 28px auto 17px;
  }
  .top_partner_list li {
    margin: 0;
    width: 32%;
  }
  .top_partner_list li + li {
    margin-left: 2%;
  }
  .top_partner_list a {
    height: 40px;
    /*height: 58px;*/
  }
  .top_partner_list a img {
    width: 95%;
    /*width: 75%;*/
  }

  .top_banzuke_wrap,
  .top_torikumi_wrap {
    padding: 5px 10px;
    /*margin-bottom: 20px;*/
    margin-bottom: 3px;
    overflow-x: auto;
  }

  .top_banzuke_table,
  .top_torikumi_table {
    width: 100%;
    table-layout: fixed;
  }
  .top_banzuke_table .ttl td,
  .top_torikumi_table .ttl td {
    width: 60px;
  }
  .top_banzuke_table .ttl p,
  .top_torikumi_table .ttl p {
    white-space: nowrap;
  }
  .top_banzuke_table .direction img,
  .top_torikumi_table .direction img {
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  top_schedule           */
/*----------------------------------------------------- */
.top_schedule {
  position: relative;
  margin-top: -100px;
}
.top_schedule::after {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 400px;
  content: "";
  background-color: #4e2d5f;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_schedule_inner {
  position: relative;
  padding-bottom: 60px;
  z-index: 100;
}

.top_schedule .slick-prev {
  top: -50px;
  left: calc(50% + 470px);
}
.top_schedule .slick-next {
  top: -50px;
  left: calc(50% + 535px);
}

.top_schedule_slider {
  margin: 60px 0;
}

.top_schedule_slider_item {
  margin: 0 20px;
}

.top_schedule_card {
  width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 15px;
}

.top_schedule_card_inner {
  background: url(../images/bg_schedule.png) center center no-repeat #F5F5F5;
  background-size: 300px;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.top_schedule_card_inner li {
  margin-left: 5px;
}
.top_schedule_card_inner .ttl {
  width: 168px;
}
.top_schedule_card_inner .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_schedule_card_inner .num {
  font-size: 2.1rem;
  font-weight: bold;
}
.top_schedule_card_inner .holiday_name {
  color: #9B3030;
  font-size: 1.4rem;
}
.top_schedule_card_inner .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top_schedule_card_inner .year {
  font-size: 1.6rem;
  font-weight: bold;
}
.top_schedule_card_inner .md {
  font-size: 5.7rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
}
.top_schedule_card_inner .week span {
  display: block;
  color: #fff;
  background: #2c2c2c;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  border-radius: 13px;
}
.top_schedule_card_inner .saturday {
  color: #4e2d5f;
}
.top_schedule_card_inner .saturday span {
  background: #4e2d5f;
}
.top_schedule_card_inner .sunday,
.top_schedule_card_inner .holiday {
  color: #9B3030;
}
.top_schedule_card_inner .sunday span,
.top_schedule_card_inner .holiday span {
  background: #9B3030;
}

.top_schedule_btns {
  display: flex;
  justify-content: center;
}
.top_schedule_btns li {
  width: 140px;
  margin: 0 5px;
}
.top_schedule_btns a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  transition: .3s;
}
.top_schedule_btns .ticket {
  background: #9B3030;
  border: 1px solid #9B3030;
}
.top_schedule_btns .ticket:hover {
  background: #fff;
  color: #9B3030;
  text-decoration: none;
}
.top_schedule_btns .match {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.top_schedule_btns .match:hover {
  background: #fff;
  color: #2c2c2c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .top_schedule {
    position: relative;
    margin-top: -60px;
    padding-top: 20px;
  }
  .top_schedule::after {
    top: 30px;
    height: 250px;
  }

  .top_schedule_inner {
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
  }

  .top_schedule .slick-prev {
    top: -40px;
    left: calc(75%);
  }
  .top_schedule .slick-next {
    top: -40px;
    left: calc(88%);
  }

  .top_schedule_slider {
    margin: 60px 0 30px;
  }

  .top_schedule_slider_item {
    margin: 0;
  }

  .top_schedule_card {
    width: 92%;
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px 15px;
    margin: 0 auto;
  }

  .top_schedule_card_inner {
    background: url(../images/bg_schedule.png) center center no-repeat #F5F5F5;
    background-size: 90%;
    padding: 10px 10px 1px;
  }
  .top_schedule_card_inner li {
    margin-left: 5px;
  }
  .top_schedule_card_inner .ttl {
    width: 75%;
  }
  .top_schedule_card_inner .num {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .top_schedule_card_inner .year {
    font-size: 1.3rem;
  }
  .top_schedule_card_inner .md {
    font-size: 5rem;
  }

  .top_schedule_btns {
    display: flex;
    justify-content: center;
  }
  .top_schedule_btns li {
    width: 100%;
    margin: 0 5px;
  }
  .top_schedule_btns a {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------- */
/*  top_tickets           */
/*----------------------------------------------------- */
.top_tickets {
  background: url(../images/bg_tickets.gif) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0px 0 300px;
}
.top_tickets::after {
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 250px;
  content: "";
  background-color: #4e2d5f;
  transform: skewY(-5deg);
  transform-origin: bottom center;
  opacity: 1;
}

.top_tickets_list {
  margin: 80px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_tickets_list li {
  width: 24%;
}
.top_tickets_list li img {
  border-radius: 8px;
}
.top_tickets_list li a {
  transition: .3s;
}
.top_tickets_list li a:hover {
  opacity: .7;
}
#top_topics_pc{
    display:block;
}
#top_topics_sm{
    display:none;
}
span.sm_br{
    display:none;
}

@media screen and (max-width: 767px) {
    span.sm_br{
        display:inline;
    }
    #top_topics_pc{
        display:none;
    }
    #top_topics_sm{
        display:block;
    }
  .top_tickets {
    background: url(../images/bg_tickets.gif) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 200px;
  }
  .top_tickets::after {
    top: -180px;
    height: 320px;
  }

  .top_tickets_list {
    margin: 40px 0 20px;
    flex-wrap: wrap;
  }
  .top_tickets_list li {
    width: 48%;
    margin-bottom: 5%;
  }
}

    .spSquare {
        margin: 0 0 10px;
    }
    .spTable1 {
        width: 100%;
        /*border: solid 1px;*/
        border-color: gray;
    }
    .spTable1 td.item1 {
        width: 80px;
        line-height: normal;
    }
    .spTable1 td.item2 {
        background: #f6f6f8;
        vertical-align: middle;
        padding: 0 10px;
    }
    .fntSp150 {
        font-size: 150%;
        color: #000000;
    }
    .fntSp90 {
        font-size: 90%;
    }
    .fntB{
        font-weight: bold;
    }
/*----------------------------------------------------- */
/*  top_news           */
/*----------------------------------------------------- */
.top_news {
  position: relative;
  margin-top: -100px;
}
.top_news::after {
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  /* 2022/01/27 変更 */
  height: 100%;
  /* 2022/01/27 変更 */
  content: "";
  background-color: #2c2c2c;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_news_inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.top_news_tab_wrap {
  display: flex;
  justify-content: flex-end;
  background: #9B3030;
  padding: 10px 20px;
  width: 688px;
  border-radius: 100px;
  margin: 15px 0 0 auto;
}
.top_news_tab_wrap .tab {
  width: 160px;
  margin: 0 2px;
}
.top_news_tab_wrap .tab a {
  display: block;
  height: 57px;
  border-radius: 30px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-top: 12px;
  transition: .3s;
}
.top_news_tab_wrap .tab a span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}
.top_news_tab_wrap .tab a:hover {
  text-decoration: none;
  background: #fff;
  color: #9B3030;
}
.top_news_tab_wrap .tab a:hover span {
  color: #2c2c2c;
}
.top_news_tab_wrap .tab.is-active a {
  background: #fff;
  color: #9B3030;
}
.top_news_tab_wrap .tab.is-active a span {
  color: #2c2c2c;
}

.top_news_panel_wrap {
  padding: 40px 60px 60px;

}
.top_news_panel_wrap .panel {
  display: none;
  background-color:#eee;
  padding:10px;
}
.top_news_panel_wrap .panel.is-show {
  display: block;
}

.top_news_list01 {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60px;
  background-color:#2c2c2c;
  padding:10px;
}
.top_news_list01 li {
  width: 30%;
}
.top_news_list01 a {
  display: block;
  transition: .3s;
}
.top_news_list01 a:hover {
  opacity: .7;
}
.top_news_list01 figure img {
  border-radius: 8px;
}
.top_news_list01 .info {
  margin: 20px 0 8px;
}
.top_news_list01 .cate {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #9B3030;
  margin-right: 15px;
}
.top_news_list01 .date {
  color: #AAAAAA;
  font-size: 1.4rem;
}
.top_news_list01 .detail {
  color: #fff;
  font-size: 1.4rem;
}

.top_news_list02 {
  width: 900px;
  margin: 0 auto;
}
.top_news_list02 li {
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.top_news_list02 .info {
  margin: 20px 0 8px;
}
/*.top_news_list02 */.cate_info {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #9B3030;
  /*margin-right: 15px;*/
}
/*.top_news_list02 */.cate_media {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #9B3030;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #fff;
  border: 1px solid black;
  /*margin-right: 15px;*/
}
/*.top_news_list02 */.cate_shop {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #000;
  /*margin-right: 15px;*/
}
.cate_funclub {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #0308a1;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #fff;
  border: 1px solid black;
  /*margin-right: 15px;*/
}
/*.top_news_list02 */.cate_etc {
  display: inline-block;
  width: 73px;
  line-height: 1;
  padding: 6px 0 2px;
  border-radius: 4px;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #fff;
  border: 1px solid black;
  /*margin-right: 15px;*/
}
.top_news_list02 .date {
  color: rgb(28 28 28 / 90%);
  font-size: 1.4rem;
}
.top_news_list02 .detail {
  color: #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_news {
    margin-top: -100px;
  }
  .top_news::after {
    top: 0px;
    /*height: 600px;*/
    height: 100%;
  }

  .top_news_tab_wrap {
    padding: 5px 10px;
    width: 100%;
    margin: 40px 0 0 auto;
  }
  .top_news_tab_wrap .tab {
    width: 25%;
    margin: 0;
  }
  .top_news_tab_wrap .tab a {
    display: block;
    height: auto;
    font-size: 1.4rem;
    padding: 5px 0 0;
  }
  .top_news_tab_wrap .tab a span {
    font-size: 1.1rem;
  }
  .top_news_tab_wrap .tab.is-active a {
    background: #fff;
    color: #9B3030;
  }
  .top_news_tab_wrap .tab.is-active a span {
    color: #2c2c2c;
  }

  .top_news_panel_wrap {
    padding: 40px 4% 30px;
  }
  .top_news_panel_wrap .panel {
    display: none;
  }
  .top_news_panel_wrap .panel.is-show {
    display: block;
  }

  .top_news_list01 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .top_news_list01 li {
    width: 47%;
    margin-bottom: 8%;
  }
  .top_news_list01 .info {
    margin: 10px 0 6px;
  }
  .top_news_list01 .cate {
    display: inline-block;
    width: 56px;
    padding: 6px 0 2px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
  .top_news_list01 .date {
    font-size: 1.1rem;
  }
  .top_news_list01 .detail {
    font-size: 1.2rem;
  }

  .top_news_list02 {
    width: 100%;
  }
  .top_news_list02 .info {
    margin: 20px 0 8px;
  }
  .top_news_list02 .cate {
    display: inline-block;
    width: 56px;
    padding: 6px 0 2px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
  .top_news_list02 .date {
    font-size: 1.1rem;
  }
  .top_news_list02 .detail {
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------- */
/*  top_topics           */
/*----------------------------------------------------- */
.top_topics {
  background: url(../images/bg_topics.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 150px 0 300px;
}
.top_topics::after {
  position: absolute;
  left: 0;
  top: -500px;
  width: 100%;
  height: 625px;
  content: "";
  background-color: #2c2c2c;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_topics_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
  /*margin-top: 80px;*/
}
.top_topics_slider li {
  width: 24%;
  /*width: 30%;*/
  margin-bottom: 4%;
}
.top_topics_slider li img {
  border-radius: 8px;
}
.top_topics_slider li a {
  transition: .3s;
}
.top_topics_slider li a:hover {
  opacity: .7;
}

.top_topics .slick-prev {
  top: 50%;
  left: -20px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_topics .slick-prev:before {
  transition: .3s;
  border-left: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_topics .slick-prev:hover {
  background: #2c2c2c;
}
.top_topics .slick-prev:hover:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.top_topics .slick-next {
  top: 50%;
  right: -20px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_topics .slick-next:before {
  transition: .3s;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_topics .slick-next:hover {
  background: #2c2c2c;
}
.top_topics .slick-next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .top_topics {
    background: url(../images/bg_topics.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 120px;
  }
  .top_topics::after {
    top: -600px;
    height: 700px;
  }

.top_topics .slick-prev {
  top: 50%;
  left: 10px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_topics .slick-prev:before {
  transition: .3s;
  border-left: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_topics .slick-prev:hover {
  background: #2c2c2c;
}
.top_topics .slick-prev:hover:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.top_topics .slick-next {
  top: 50%;
  right: 10px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_topics .slick-next:before {
  transition: .3s;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_topics .slick-next:hover {
  background: #2c2c2c;
}
.top_topics .slick-next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
  .top_topics_slider_wrap {
    padding: 0;
  }

  .top_topics_item {
    padding: 0 10px;
  }
}
/*----------------------------------------------------- */
/*  top_goods           */
/*----------------------------------------------------- */
.top_goods {
  position: relative;
  padding-top: 60px;
}
.top_goods::after {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: 500px;
  content: "";
  background-color: #fff;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_goods_wrap {
  display: flex;
  justify-content: space-between;
}

.top_goods_contents {
  width: 340px;
  margin-right: 50px;
}

.top_goods_pic {
  flex: 1;
  margin-top: -150px;
}

.top_goods_ttl {
  color: #86712D;
  margin-bottom: 30px;
}
.top_goods_ttl span {
  color: #2c2c2c;
}

.top_goods_btn {
  margin: 50px 0 0 0;
}

.top_goods_slider {
  background-color: rgba(134, 113, 45, 0.3);
  padding: 10px 0;
}

.top_goods_slider_item {
  padding: 0 10px;
}
.top_goods_slider_item img {
  border-radius: 4px;
}
.top_goods_slider_item a {
  display: block;
  transition: .3s;
}
.top_goods_slider_item a:hover {
  opacity: .7;
}

.top_goods .slick-prev {
  top: 50%;
  left: -20px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_goods .slick-prev:before {
  transition: .3s;
  border-left: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_goods .slick-prev:hover {
  background: #2c2c2c;
}
.top_goods .slick-prev:hover:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.top_goods .slick-next {
  top: 50%;
  right: -20px;
  border: 2px solid #2c2c2c;
  background: #fff;
  transition: .3s;
}
.top_goods .slick-next:before {
  transition: .3s;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
}
.top_goods .slick-next:hover {
  background: #2c2c2c;
}
.top_goods .slick-next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#goods_img{
    display:none;
  }
@media screen and (max-width: 767px) {
  .top_goods {
    padding-top: 60px;
  }
  .top_goods::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    content: "";
    background-color: #fff;
    transform: skewY(-5deg);
    transform-origin: 0% 0%;
  }

  .top_goods_wrap {
    display: block;
  }

  .top_goods_contents {
    width: 100%;
    margin-right: 0;
  }

  .top_goods_pic {
    display: none;
  }

  .top_goods_txt {
    /*padding-top: 82vw;*/
    /*background: url(../images/pic_goods_01.png) center top no-repeat;
    background-size: contain;*/
    font-size: 1.4rem;
  }
  #goods_img{
    display:inline;
  }
  .top_goods_ttl {
    margin-bottom: 30px;
  }

  .top_goods_btn {
    margin: 30px auto 40px;
  }

  .top_goods_slider {
    padding: 20px 10px;
    margin: 0 -3.1%;
  }

  .top_goods_slider_item {
    padding: 0 5px;
  }

  .top_goods .slick-prev {
    top: 50%;
    left: 10px;
    border: 1px solid #2c2c2c;
  }
  .top_goods .slick-prev:before {
    border-left: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
  }
  .top_goods .slick-next {
    top: 50%;
    right: 10px;
    border: 1px solid #2c2c2c;
  }
  .top_goods .slick-next:before {
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
  }

}
/*----------------------------------------------------- */
/*  top_account           */
/*----------------------------------------------------- */
.top_account {
  background-color: #2c2c2c;
  position: relative;
  padding: 150px 0 90px;
}
.top_account::after {
  position: absolute;
  left: 0;
  top: -140px;
  width: 100%;
  height: 270px;
  content: "";
  background-color: #2c2c2c;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_account_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  padding: 0 80px;
}
.top_account_wrap h5 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.top_account_left {
  max-width: 450px;
  width: 100%;
}
.top_account_left h3 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.top_account_left iframe {
  max-width: 450px;
  width: 100%;
  height: 320px;
}

.top_account_list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.top_account_list li {
  width: 15%;
}
.top_account_list a {
  transition: .3s;
}
.top_account_list a:hover {
  opacity: .7;
}

.top_account_twitter {
  max-width: 450px;
}
.top_account_twitter h3 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .top_account {
    padding: 80px 0 50px;
  }
  .top_account::after {
    position: absolute;
    left: 0;
    top: -80px;
    height: 300px;
  }

  .top_account_wrap {
    display: block;
    margin-top: 60px;
    padding: 0;
  }

  .top_account_left {
    max-width: 100%;
    padding: 0 5% 35px;
  }
  .top_account_left h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .top_account_list {
    width: 100%;
    margin: 0 auto 40px;
  }
  .top_account_list li {
    width: 15%;
  }

  .top_account_twitter {
    max-width: 100%;
    padding: 0 5%;
  }
  .top_account_twitter h3 {
    font-size: 1.8rem;
  }
  .top_account_twitter iframe {
    width: 100% !important;
  }
}
/*----------------------------------------------------- */
/*  top_links           */
/*----------------------------------------------------- */
.top_links {
  background: url(../images/bg_account.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-top: -10px;
  padding: 110px 0 100px;
}
.top_links::after {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: 200px;
  content: "";
  background-color: #2c2c2c;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.top_links_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  /*height: 450px;*/
  padding: 0 25px;
}

.top_links_content {
  width: 80%;
  /*width: 57%;*/
  min-width: 660px;
  display: flex;
  flex-wrap: nowrap;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
}
.top_links_content a {
  transition: .3s;
}
.top_links_content a:hover {
  opacity: .7;
}
.top_links_content li {
  width: 20%;
  /*width: 30%;*/
}
.top_links_content li img {
  border-radius: 4px;
}
/*.top_links_content li:nth-child(n+4) {
  margin-top: 4%;
}*/

@media screen and (max-width: 767px) {
  .top_links {
    margin-top: 0px;
    padding: 80px 0 0;
  }
  .top_links::after {
    top: -60px;
    height: 140px;
  }

  .top_links_wrap {
    display: block;
    height: auto;
    padding: 60px 0 90px;
  }

  .top_links_content {
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding: 0 5%;
    flex-wrap: wrap;
  }
  .top_links_content li {
    width: 47%;
    margin-bottom: 7%;
  }
  .top_links_content li:nth-child(n+4) {
    margin-top: 0;
  }
}
/*----------------------------------------------------- */
/*  top_banner           */
/*----------------------------------------------------- */
.top_banner {
  position: relative;
  background: #2c2c2c;
  padding: 60px 0 100px;
}
.top_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  content: "";
  background-color: #2c2c2c;
  transform: skewY(-5deg);
  transform-origin: 0% 0%;
}

.top_banner_wrapper {
  margin: 0 auto;
  max-width: 900px;
}
.top_banner_wrapper h4 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0px;
}

.top_banner_list01,
.top_banner_list02 {
  display: flex;
  justify-content: center;
  /*justify-content: flex-start;*/
}
.top_banner_list01 a,
.top_banner_list02 a {
  transition: .3s;
}
.top_banner_list01 a:hover,
.top_banner_list02 a:hover {
  opacity: .7;
}
.top_banner_list01 img,
.top_banner_list02 img {
  border-radius: 4px;
}

.top_banner_list01 {
  margin: 0 auto 30px;
}
.top_banner_list01 li {
  max-width: 275px;
  margin: 0 10px;
  flex: 100%;
}

.top_banner_list02 {
  margin: 0 auto;
}
.top_banner_list02 li {
  max-width: 275px;
  margin: 0 8px;
  flex: 100%;
}

@media screen and (max-width: 767px) {
  .top_banner {
    position: relative;
    background: #2c2c2c;
    padding: 60px 0 70px;
  }
  .top_banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    content: "";
    background-color: #2c2c2c;
    transform: skewY(-5deg);
    transform-origin: 0% 0%;
  }

  .top_banner_wrapper {
    /*padding: 0 5%;*/
  }
  .top_banner_wrapper h4 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0px;
  }

  .top_banner_list01,
  .top_banner_list02 {
    display: flex;
    justify-content: center;
    /*justify-content: space-between;*/
    width: 100%;
    margin: 5px auto;
  }
  .top_banner_list01 li,
  .top_banner_list02 li {
    max-width: 32%;
  }

  .top_banner_list01 {
    margin: 0 auto 25px;
  }
  .top_banner_list01 li {
    margin: 0 5px 10px;
  }

  .top_banner_list02 {
    margin: 0 auto;
  }
  .top_banner_list02::after {
    content: '';
    display: block;
    /*width: 32%;*/
  }
  .top_banner_list02 li {
    margin: 0 5px 10px;
  }
}
/*----------------------------------------------------- */
/*  footer_nav           */
/*----------------------------------------------------- */
.footer_nav {
  background: url(../images/bg_footer.png) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.footer_nav a {
  color: #fff;
}
.footer_nav .ttl01 {
  font-weight: bold;
}
.footer_nav .link00 {
  font-size: 1.4rem;
}
.footer_nav .link01 {
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.footer_nav .link01::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer_nav .link02 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.footer_nav .link02::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer_nav .link03 {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
.footer_nav .link03::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

.footer_nav_ttl {
  width: 260px;
}

.footer_nav_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 30px;
  margin-top: 50px;
}

.footer_nav_dl {
  width: 20%;
}
.footer_nav_dl dt {
  display: none;
}

.footer_nav_dl_long {
  width: 40%;
}
.footer_nav_dl_long dd {
  display: flex;
}
.footer_nav_dl_long dd .footer_nav_list {
  width: 50%;
}

.footer_subnav_list {
  padding-left: 10px;
}

.adjustment01 {
  margin-top: 32px;
}

.footer {
  background: #000;
  text-align: center;
  padding: 30px 0;
}

.footer_logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.footer_copyright {
  font-size: 1.0rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_nav {
    background: url(../images/bg_footer.png) center center no-repeat;
    background-size: cover;
    padding: 60px 0 80px;
    line-height: 1;
  }
  .footer_nav .cmn_inner {
    padding: 0;
  }
  .footer_nav .ttl01 {
    font-weight: bold;
  }
  .footer_nav .link00 {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px;
    border-top: 1px solid #fff;
    position: relative;
  }
  .footer_nav .link00::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer_nav .link01::before {
    margin-top: -2px;
  }
  .footer_nav .link02 {
    font-size: 1.2rem;
    padding-left: 14px;
  }
  .footer_nav .link02::before {
    margin-top: -2px;
  }
  .footer_nav .link03 {
    font-size: 1.1rem;
    padding-left: 14px;
    position: relative;
  }
  .footer_nav .link03::before {
    top: 7px;
    margin-top: 0;
    width: 4px;
    height: 4px;
  }
  .footer_nav .adjustment01 {
    margin-top: 0;
  }
  .footer_nav .adjustment02 {
    border-bottom: 1px solid #fff;
  }
  .footer_nav .adjustment03 {
    margin-bottom: 25px;
  }

  .footer_nav_ttl {
    display: none;
  }

  .footer_nav_wrap {
    display: block;
    padding: 0;
    margin-top: 0;
  }

  .footer_nav_dl {
    width: 100%;
  }
  .footer_nav_dl dt {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px;
    border-top: 1px solid #fff;
    position: relative;
    cursor: pointer;
  }
  .footer_nav_dl dt::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer_nav_dl dt.is-active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -2px;
  }
  .footer_nav_dl dd {
    display: none;
    padding: 0 10px 0px 40px;
  }

  .footer_nav_dl_long {
    width: 100%;
  }
  .footer_nav_dl_long dd .footer_nav_list {
    width: 100%;
  }

  .footer_nav_list li {
    margin-bottom: 15px;
  }

  .footer_subnav_list {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_subnav_list li {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer {
    padding: 15px 0;
  }

  .footer_logo {
    width: 40%;
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------- */
/*  pagetop_link           */
/*----------------------------------------------------- */
.pagetop_link {
  position: fixed;
  bottom: 4%;
  right: 4%;
  z-index: 9999;
}
.pagetop_link a {
  display: block;
  width: 70px;
  height: 70px;
  background: #4e2d5f;
  border-radius: 35px;
  border: 2px solid #4e2d5f;
  transition: .3s;
}
.pagetop_link a:hover {
  background: #fff;
}
.pagetop_link a:hover::after {
  border-top: 3px solid #4e2d5f;
  border-right: 3px solid #4e2d5f;
}
.pagetop_link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .pagetop_link {
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 1;
  }
  .pagetop_link a {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
  .pagetop_link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(50%) translateY(-25%) rotate(-45deg);
  }
}
/*----------------------------------------------------- */
/*  sub_sample           */
/*----------------------------------------------------- */
.sub_contents {
  background: url(../images/bg_sub.png) center top no-repeat #2C2C2C;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 1px;
}
.sub_contents::after {
  position: absolute;
  left: 0;
  top: 580px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2C2C2C;
  transform: skewY(-5deg);
  transform-origin: bottom center;
}

.breadcrumb {
  max-width: 990px;
  margin: 0 auto;
  padding: 25px 0 35px;
}
.breadcrumb ul {
  display: flex;
  font-size: 1.0rem;
}
.breadcrumb ul li:not(:last-child)::after {
  content: '>';
  padding: 0 10px;
  color: #fff;
}
.breadcrumb ul a {
  color: #BCBCBC;
}
.breadcrumb ul p {
  color: #fff;
}

.col2_warp {
  position: relative;
  max-width: 1010px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.col1_warp {
  position: relative;
  max-width: 990px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
  z-index: 1;
}

.local_nav {
  width: 186px;
  margin-right: 40px;
}
.local_nav a {
  color: #fff;
}
.local_nav dt {
  background: #324B7C;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  width: 186px;
  padding: 10px 15px;
  cursor: pointer;
  transition: .3s;
  border-bottom: 1px solid #2c2c2c;
}
.local_nav dt:hover {
  background: #2c2c2c;
  text-decoration: none;
}
.local_nav dt:not([data-type="link"])::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}
.local_nav dt:not([data-type="link"]).is-active::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.local_nav dt[data-type="link"] {
  padding: 0;
}
.local_nav dt[data-type="link"] a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  transition: .3s;
}
.local_nav dt[data-type="link"] a:hover {
  background: #2c2c2c;
  text-decoration: none;
}
.local_nav dd {
  display: none;
}
.local_nav dd a {
  display: block;
  background: #373e56;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 15px;
  border-bottom: 1px solid #2c2c2c;
  transition: .3s;
}
.local_nav dd a:hover {
  background: #2c2c2c;
  text-decoration: none;
}

.sub_result {
  flex: 1;
  background: #fff;
  padding: 20px;
  margin-bottom: 100px;
}

.sub_banner {
  max-width: 990px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sub_banner li {
  width: 275px;
  margin: 0 10px;
}
.sub_banner a {
  transition: .3s;
}
.sub_banner a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .sub_contents {
    background: url(../images/bg_sub_sp.png) center top no-repeat #2C2C2C;
    background-size: contain;
    background-attachment: fixed;
  }
  .sub_contents::after {
    top: 380px;
    background-color: #2C2C2C;
  }

  .breadcrumb {
    padding: 20px 3% 35px;
  }
  .breadcrumb ul {
    flex-wrap: wrap;
  }

  .col2_warp {
    padding: 0 3%;
    display: block;
  }

  .col1_warp {
    padding: 0 3%;
  }

  .local_nav {
    width: 100%;
    margin-right: 0;
    min-height: 0%;
  }
  .local_nav dt {
    width: 100%;
  }
  .local_nav dt:hover {
    background: #324B7C;
  }
  .local_nav dd a:hover {
    background: #373e56;
  }

  .sub_result {
    min-height: 0%;
    margin-bottom: 30px;
    flex-shrink: 0;
  }
  .sub_result img {
    width: 100%;
    　height: auto;
    　vertical-align: bottom;
  }

  .sub_banner {
    margin: 50px auto 50px;
    display: block;
  }
  .sub_banner li {
    max-width: 70%;
    margin: 0 auto 20px;
  }
}
/*----------------------------------------------------- */
/*  基本フォント指定           */
/*----------------------------------------------------- */
.fnt18{
    font-size:18px;
    font-weight: bold;
}
.fnt16{
    font-size:16px;
}
.fnt14{
    font-size:14px;
}
.fnt12{
    font-size:12px;
}

/*----------------------------------------------------- */
/*  hiyogoods           */
/*----------------------------------------------------- */
@media print, screen and (min-width: 641px){
    .hiyogoods4 div {
        width: 23%;
        float: left;
        display: inline-block;
        margin: 5px;
        text-align: center;
        font-size: 100%;
    }
    /*#subpage_content{
    width: 100%;
    }*/
}
div.top_tickets_prts{
    border: solid #464545 1px;
    padding:5px;border-radius:
    5px;margin: 6px;
    background-color:#f1dbdb;;
}
span.new_flag{
    font-size: 1.4rem;
    display: inline-block;
    width:45px
}
@media print, screen and (max-width: 768px){
    span.pc_br{
       display:none;
    }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .pc_only_tablerow {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_only_inline {
    display: inline;
  }
  .sp_only_tablerow {
    display: table-row;
  }
}

.top_banzuke_table th, .top_banzuke_table td,
.top_torikumi_table th,
.top_torikumi_table td {
    width: 73px;
    /*width:50px;*/
}
@media screen and (max-width: 768px) {
    .top_banzuke_table th, .top_banzuke_table td,
    .top_torikumi_table th,
    .top_torikumi_table td {
    /*width: 73px;*/
    width:50px;
}
}
div#utube_pop {
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #aaa;
    width: 562px;
    height: 357px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    text-align: center;
}

div#popclose{
    width:100%;
    text-align:right;
    padding-right: 10px;
}
td.p_up {
    vertical-align: middle !important;
}
div.banzuke_top{
    margin:100px 0 0;
}
div.banzuke_inner{
    text-align: center;
}
img.banzuke_img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
th.fixed_th{
    position: -webkit-sticky;
    position: sticky;
    left:0;
    background: #fff;
    opacity: 1;
    z-index:99;
}
@media screen and (max-width: 768px) {
    .top_banzuke_table td,
    .top_torikumi_table td {
      padding: 1px;
    }
    /*
    .top_torikumi_table {
      font-size: 4px;
      text-align: center;
    }
    */
}
.with_margin{
    margin-bottom:20px;
}
td.movie_center{
    text-align: center;
}
span.technic:hover{
    cursor:pointer;
}
