@charset "UTF-8";
@import url("iconmonstr-iconic-font.css");
@import url("iconmonstr-iconic-font.css");
.fontsize-s {
  font-size: calc(1.35rem * 0.9) !important;
}

.fontsize1 {
  font-size: 1.35rem !important;
}

.fontsize2 {
  font-size: 2.5rem !important;
}

.fontsize3 {
  font-size: 3.8rem !important;
}

.fontsize4 {
  font-size: 4.2rem !important;
}

.fontsize5 {
  font-size: 5rem !important;
}

.fontsizeL {
  font-size: 1.8rem !important;
}

.bold {
  letter-spacing: 2px;
  font-weight: bold;
}

.larger {
  font-size: calc(1.35rem *1.20);
}

.smaller {
  font-size: calc(1.35rem *0.9);
}

/*.txt {

}*/
.indentleft {
  padding-left: 1.35rem;
  text-indent: calc(1.35rem*-1);
}

.indentleft2 {
  padding-left: calc(1.35rem*1.5);
  text-indent: calc(1.35rem*-1.5);
}

.indentleft3 {
  padding-left: calc(1.35rem*2.5);
  text-indent: calc(1.35rem*-2.5);
}

.yellow {
  color: #f4e827;
}

.txtshadow {
  text-shadow: 0px 0px 3px #e70a5f;
}

.alph4 {
  opacity: 0.4;
}

#loading {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#gym22 {
  padding-left: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #gym22 {
    padding-left: calc(100% - 50% * 1.25);
  }
}
@media screen and (max-width: 992px) {
  #gym22 {
    padding-left: 0%;
    background: rgba(0, 0, 0, 0.8);
  }
}
#gym22 .sec_in {
  padding: 0 50px;
}
@media screen and (max-width: 992px) {
  #gym22 .sec_in {
    padding: 0 30px;
  }
}

#mainlogo {
  width: 50%;
  height: 100%;
  min-height: 100vh;
  background: url(../img/logo.png) #000 50% 50% no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #mainlogo {
    width: calc(100% - 50% * 1.25);
  }
}
@media screen and (max-width: 992px) {
  #mainlogo {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #mainlogo {
    height: auto;
    background-size: contain;
    background-position: calc(50%) calc(50% - 20vh);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  #mainlogo {
    background-size: 130%;
    background-position: calc(50%) calc(50% - 10vh);
    z-index: -1;
  }
}

.content {
  margin-top: 0;
}
.content p + p {
  margin-top: 1.5rem;
}

.section {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: calc(2.5rem * 0.64) 0;
  }
}

article {
  padding-bottom: 5rem;
}

#top {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  #top {
    padding-top: 30px;
    margin-top: 75vh;
  }
}

#gym22-header {
  background: url(../img/headerbg.png) #000 no-repeat top center;
  background-size: 100% 40vw;
  height: 40vw;
  position: relative;
  padding-left: 8%;
}
#gym22-header #mainimg {
  background: url(../img/mainimg.png) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 40vw;
}
#gym22-header #logo {
  position: absolute;
  height: 35vw;
  top: 50%;
  left: 50%;
  transform: translate(-170%, -50%);
}
@media screen and (max-width: 992px) {
  #gym22-header {
    background-size: 100% 35vh;
    height: 35vh;
    padding-left: 0%;
  }
  #gym22-header #mainimg {
    margin-left: 0%;
    background: url(../img/mainimg.png) no-repeat 30% 50%;
    background-size: cover;
    height: 35vh;
  }
  #gym22-header #logo {
    height: 45vw;
    transform: translate(-150%, -50%);
  }
}
@media screen and (max-width: 544px) {
  #gym22-header #logo {
    height: 52vw;
    transform: translate(-135%, -50%);
  }
}

.bbsolid {
  border-bottom: solid 1px;
}

.atten {
  background: #000000;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.radius {
  border-radius: 1.5rem;
}

.scheitem {
  padding: calc(1.5rem*2) 0;
}
.scheitem:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}
.scheitem:nth-child(odd) {
  background: rgba(0, 0, 0, 0.3);
}
.scheitem__in {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 992px) {
  .scheitem__in {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.scheitem .max1000p {
  max-width: 1000px !important;
}
.scheitem .addgig {
  position: absolute;
  right: 10px;
  top: -10px;
  background: #f6ec00;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #f4409b 0px 0px 10px;
  color: #000;
  font-weight: bold;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  .scheitem .addgig {
    right: 10px;
  }
}
.scheitem h4.kaijo {
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  .scheitem h4.kaijo {
    font-size: calc(2.5rem * 0.7);
  }
}
.scheitem p {
  margin: 0;
}
.scheitem .flex {
  align-items: center;
}
.scheitem .days {
  line-height: 1;
  width: 100%;
}
.scheitem .days--item {
  align-items: baseline;
  padding: 8px 0;
  height: auto;
}
.scheitem .days--item + .days--item {
  border-top: 1px dotted #666666;
  padding-top: 15px;
}
.scheitem .days--item .big {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
}
.scheitem .days--item .schopen, .scheitem .days--item .start {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin: 0 10px;
}
.scheitem .days--item:last-child {
  padding-bottom: 0;
}
.scheitem .days--day {
  display: inline-block;
  width: 180px;
}
.scheitem .toi {
  width: 100%;
  padding: 1.5rem 0 0 0;
}
@media screen and (max-width: 992px) {
  .scheitem .flex {
    display: block;
  }
  .scheitem .days {
    width: 100%;
  }
  .scheitem .days--item .big {
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(3.8rem * 0.85);
  }
  .scheitem .days--item .schopen, .scheitem .days--item .start {
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(1.8rem * 0.85);
    margin: 0 5px;
  }
  .scheitem .days--day {
    width: auto;
  }
  .scheitem .toi {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
}

.scheitem + .scheitem {
  border-top: solid 1px #7c7c7c;
}

.erea {
  background: #ffffff;
  color: #0f0f0f;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 1.5rem;
}

#ticketinfo {
  margin-top: 5rem;
}
@media screen and (max-width: 544px) {
  #ticketinfo {
    padding-top: calc(5rem * 0.45);
  }
}

dl.ticketorder {
  display: flex;
  flex-wrap: wrap;
}

dl.ticketorder dt {
  width: 25%;
  border-bottom: dotted 1px #7c7c7c;
  padding-bottom: calc(1.5rem *0.5);
  margin-bottom: calc(1.5rem *0.5);
}

dl.ticketorder dd {
  width: calc(100% - 25%);
  border-bottom: dotted 1px #7c7c7c;
  padding-bottom: calc(1.5rem *0.5);
  margin-bottom: calc(1.5rem *0.5);
}

@media screen and (max-width: 544px) {
  dl.ticketorder dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
  }

  dl.ticketorder dd {
    width: 100%;
    padding-left: 1.5rem;
  }
}
#covid19 {
  border: solid 1px #7c7c7c;
  border-radius: calc(1.5rem *2);
  padding: calc(1.5rem *2);
  background: #000000;
}
#covid19 h2 {
  margin: 2.5rem 0;
  color: #d50319;
  font-size: 3.8rem;
  padding-bottom: calc(1.5rem *2);
  font-weight: bold;
}
#covid19 h2 span {
  border-bottom: double;
}
@media screen and (max-width: 544px) {
  #covid19 {
    padding: calc(1.5rem *1);
  }
  #covid19 h2 {
    font-size: calc(3.8rem * 0.82);
    line-height: 1.5;
  }
}
#covid19 p {
  margin-bottom: 1.8rem;
}

#pricebox {
  background: #000000;
}

.prices {
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prices--item {
  background: #1a1a1a;
  width: 33.3%;
  border: solid 1px #7c7c7c;
  margin-left: -1px;
}
.prices--item .tickettype {
  background: #333333;
  text-align: center;
  padding: 1.5rem;
}
.prices--item__txt {
  padding: 1.5rem;
}
.prices--item__txt .price {
  text-align: center;
  border-bottom: solid 1px;
}
.prices--item__txt .annotation {
  line-height: 150%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .prices--item {
    width: 33.3%;
    max-width: 400px;
  }
}
@media screen and (max-width: 544px) {
  .prices {
    padding: 1.5rem 0;
  }
  .prices--item {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: -1px;
  }
  .prices--item .tickettype {
    background: #333333;
    text-align: center;
    padding: 0.75rem;
  }
  .prices--item__txt {
    padding: 0.75rem 1.5rem;
  }
  .prices--item__txt .price {
    text-align: center;
    border-bottom: none;
  }
  .prices--item__txt .annotation {
    margin-top: 0;
    padding-top: 1.5rem;
    border-top: solid 1px;
  }
}

.update {
  font-size: 1.35rem;
  color: #d50319;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .update {
    font-size: calc(1.35rem * 0.8);
  }
}

.live_table table td, .live_table table th {
  border-collapse: collapse;
  /* 枠線(ボーダー)を重ねて表示 */
}
.live_table table {
  border-collapse: collapse;
  /* 枠線(ボーダー)を重ねて表示 */
}

#matching .scheitem {
  padding: calc(1.5rem*2) 0;
}
#matching .scheitem:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}
#matching .scheitem:nth-child(odd) {
  background: rgba(0, 0, 0, 0.3);
}
#matching .scheitem__in {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 992px) {
  #matching .scheitem__in {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#matching .scheitem .addgig {
  position: absolute;
  right: 10px;
  top: -10px;
  background: #f6ec00;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #f4409b 0px 0px 10px;
  color: #000;
  font-weight: bold;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  #matching .scheitem .addgig {
    right: 10px;
  }
}
#matching .scheitem h4.kaijo {
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 544px) {
  #matching .scheitem h4.kaijo {
    font-size: calc(2.2rem * 0.7);
  }
}
#matching .scheitem p {
  margin: 0;
}
#matching .scheitem .flex {
  align-items: center;
}
#matching .scheitem .days {
  line-height: 1;
  width: 40%;
  font-size: larger;
}
#matching .scheitem .days--item {
  align-items: baseline;
  padding: 8px 0;
  height: auto;
}
#matching .scheitem .days--item + .days--item {
  border-top: 1px dotted #666666;
  padding-top: 15px;
}
#matching .scheitem .days--item .big {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
#matching .scheitem .days--item .schopen, #matching .scheitem .days--item .start {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin: 0 10px;
}
#matching .scheitem .days--item:last-child {
  padding-bottom: 0;
}
#matching .scheitem .days--day {
  display: inline-block;
  width: 140px;
}
#matching .scheitem .period {
  width: 40%;
  padding: 1.5rem;
  text-align: center;
  font-size: larger;
}
#matching .scheitem .result {
  width: 20%;
  padding: 1.5rem;
  text-align: center;
  font-size: larger;
}
@media screen and (max-width: 992px) {
  #matching .scheitem .flex {
    display: block;
  }
  #matching .scheitem .days {
    width: 100%;
    font-size: 1.35rem;
  }
  #matching .scheitem .days--item .big {
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
  }
  #matching .scheitem .days--item .schopen, #matching .scheitem .days--item .start {
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35rem;
    margin: 0 5px;
  }
  #matching .scheitem .days--day {
    width: auto;
  }
  #matching .scheitem .period {
    border-top: 1px dotted #666666;
    margin-top: 15px;
    width: 100%;
    font-size: 1.35rem;
    text-align: left;
    padding: 10px 0 0 0;
  }
  #matching .scheitem .result {
    width: 100%;
    font-size: 1.35rem;
    text-align: left;
    padding: 5px 0 0px 0;
  }
}
#matching .scheitem + .scheitem {
  border-top: solid 1px #7c7c7c;
}
#matching .ticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 2;
  background: black !important;
}
@media screen and (max-width: 992px) {
  #matching .ticky {
    top: 45px;
  }
}
#matching .pcrlist .sche + .sche {
  border-top: dotted 1px #333333;
}
#matching .pcrlist .gigs {
  display: flex;
  width: 45%;
}
#matching .pcrlist .gigs .day {
  width: 150px;
}
#matching .pcrlist .gigs .place {
  width: calc(100% - 150px);
  padding: 0 1.5rem;
}
#matching .pcrlist .pcrdays {
  display: flex;
  width: 55%;
}
#matching .pcrlist .pcrdays > div {
  width: 25%;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  #matching .pcrlist .gigs {
    width: 100%;
    border-bottom: dotted 1px #333333;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #matching .pcrlist .gigs .day {
    width: 150px;
  }
  #matching .pcrlist .gigs .place {
    width: calc(100% - 150px);
    padding: 0 0;
  }
  #matching .pcrlist .pcrdays {
    width: 100%;
  }
  #matching .pcrlist .pcrdays > div {
    font-size: 1.35rem;
    padding: 0 0px;
  }
  #matching .pcrlist .pcrdays > div + div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 544px) {
  #matching .pcrlist .gigs .day {
    width: 135px;
  }
  #matching .pcrlist .gigs .place {
    width: calc(100% - 135px);
    padding: 0 0;
  }
  #matching .pcrlist .pcrdays > div {
    font-size: calc(1.35rem * 0.9);
    letter-spacing: -1px;
  }
  #matching .pcrlist .pcrdays > div + div {
    padding-left: 5px;
  }
}

.goodssabnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .goodssabnav {
    padding-top: calc(10rem * 0.5);
  }
}
.goodssabnav a {
  text-align: center;
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  padding: 0 1.5rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .goodssabnav a {
    padding: 0 calc(1.5rem * 0.5);
  }
}
.goodssabnav a.current {
  color: #e70a5f;
}

#goodslist {
  margin-top: 0;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #goodslist {
    margin-bottom: 0;
  }
}

#goods {
  padding: 10rem 0;
  border-top: solid 1px;
}
@media screen and (max-width: 768px) {
  #goods {
    padding: calc(10rem * 0.5) 0;
  }
}

.goods {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.goods a {
  color: #ffffff;
  display: block;
  transition: all 0.2s ease;
  height: 100%;
}
.goods a:hover {
  filter: brightness(110%);
  box-shadow: 0 0 8px gray;
}
.goods__items {
  position: relative;
  width: 31.3333%;
  margin: 1%;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .goods__items {
    width: 48%;
  }
}
.goods__items .dbd {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
@media screen and (max-width: 544px) {
  .goods__items .dbd {
    width: 55px;
    height: 55px;
  }
}
.goods__items .dbd2 {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 90px;
  height: 90px;
  z-index: 2;
}
@media screen and (max-width: 544px) {
  .goods__items .dbd2 {
    width: 55px;
    height: 55px;
  }
}
.goods__items__thumb {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.goods__items__txt {
  padding: 15px;
}
.goods__items__txt p {
  margin: 0;
  line-height: 1.2;
}
.goods__items__txt p + p {
  margin-top: 10px;
}
.goods__items__txt .items__name {
  border-bottom: solid 1px;
  padding-bottom: 10px;
  font-weight: bold;
}
.goods__items__txt .items__price {
  margin-top: 10px;
}

#goodsinfo p {
  margin-bottom: 1.5rem;
}

#goodsdetail {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #goodsdetail {
    margin-bottom: 0;
  }
}
#goodsdetail .control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#goodsdetail .control .prevbtn, #goodsdetail .control .nextbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
#goodsdetail .control .prevbtn::before, #goodsdetail .control .nextbtn::before {
  font-family: "iconmonstr-iconic-font";
  font-size: 1.35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -1px;
}
#goodsdetail .control .prevbtn::before {
  content: "";
}
#goodsdetail .control .nextbtn::before {
  content: "";
}

.g-detail__imgbox {
  position: relative;
}
.g-detail__imgbox .dbd {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 120px;
  height: 120px;
  z-index: 2;
}
@media screen and (max-width: 544px) {
  .g-detail__imgbox .dbd {
    width: 80px;
    height: 80px;
  }
}
.g-detail__imgbox .dbd2 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 140px;
  height: 140px;
  z-index: 2;
}
@media screen and (max-width: 544px) {
  .g-detail__imgbox .dbd2 {
    width: 80px;
    height: 80px;
  }
}
.g-detail__goodsimg {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.5rem;
}
.g-detail__goodsimg img {
  width: 100%;
  max-width: 400px;
}
.g-detail__thumbs {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.g-detail__thumbs li {
  width: 14.666%;
  margin: 1%;
}
.g-detail__thumbs li:hover {
  cursor: pointer;
}
.g-detail__info {
  padding: 1.5rem;
}
.g-detail__info__price {
  border-bottom: solid 1px;
  margin: 2.5rem 0;
}
.g-detail__info__price .pricetxt {
  font-size: 1.8rem;
}

.tokuten {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 2.5rem;
  border-radius: 1.5rem;
}
.tokuten img {
  width: 100%;
  max-width: 500px;
}

h2.newsHeadcenter {
  /*text-align: center;
  span {
  	position: relative;
  	@include font-anton(2.0rem);
  	padding: 1rem 1rem;
  	display: inline-block;
  	-webkit-transform: skew(-15deg);
  	transform: skew(-15deg);
  	color: $bgcolor;
  	background-image: linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  	&:before {
  		position: absolute;
  		content: "";
  		width: 1px;
  		height: 100%;
  		background: #868888;
  		left: -3px;
  		top: 0;
  	}
     }*/
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 0;
}
h2.newsHeadcenter:before, h2.newsHeadcenter:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: linear-gradient(135deg, #101010 0%, #ccc 20%, #868888 40%, #d8dcdc 80%, #101010 100%);
}
h2.newsHeadcenter:before {
  top: 0;
}
h2.newsHeadcenter:after {
  bottom: 0;
}
h2.newsHeadcenter.jp {
  font-family: heisei-mincho-std, serif;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  h2.newsHeadcenter.jp {
    font-family: heisei-mincho-std, serif;
    font-weight: 700;
    font-size: calc(2.5rem * 0.85);
  }
}
h2.newsHeadcenter.notop:before {
  display: none;
}
@media screen and (max-width: 768px) {
  h2.newsHeadcenter {
    margin-top: calc(5rem * 0.64);
    font-family: anton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(4.2rem * 0.85);
    padding: calc(1.5rem);
    line-height: 130%;
  }
}

.subtitle {
  background: #ffffff;
  color: #0f0f0f;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1.5rem 0;
  padding: 1.5rem;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}
.subtitle a {
  color: #ffffff;
}
.subtitle a:hover {
  text-decoration: none;
}
.subtitle:before, .subtitle:after {
  position: absolute;
  content: "";
  background: #0f0f0f;
  height: 1px;
  width: 100%;
  left: 0;
}
.subtitle:before {
  top: 5px;
}
.subtitle:after {
  bottom: 5px;
}
@media screen and (max-width: 544px) {
  .subtitle {
    font-size: calc(1.8rem * 0.85);
    padding: 1rem 1rem;
    letter-spacing: 0;
    line-height: 130%;
  }
}

.arttitle {
  border-bottom: solid 1px #7c7c7c;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  line-height: 1.25;
  padding-bottom: 10px;
}
.arttitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffffff;
  bottom: -1px;
  width: 30%;
}
@media screen and (max-width: 544px) {
  .arttitle {
    font-size: calc(2.2rem * 0.75);
    line-height: 130%;
    padding-bottom: 10px;
  }
}

.artsubtitle {
  font-weight: normal;
}
.artsubtitle span {
  background: #7c7c7c;
  color: #ffffff;
  padding: 1rem 1rem calc(1rem - 3px) 1rem;
  line-height: 1;
  margin: 1rem 0;
  display: inline-block;
  vertical-align: bottom;
  font-size: larger;
}
@media screen and (max-width: 544px) {
  .artsubtitle span {
    font-size: calc(1.8rem * 0.8);
  }
}
.artsubtitle span.bgwhite {
  background: #ffffff;
}

.tag {
  background: #ffffff;
  color: #1a1a1a;
  padding: 1rem;
  line-height: 1;
  display: inline-block;
}

.gym22 #header {
  display: flex;
  align-items: center;
  background: url(../img/logotxt_only.png) rgba(0, 0, 0, 0.8) no-repeat left center;
  background-size: contain;
}

.header_logo {
  left: 24px;
  top: 14px;
  width: 224px;
  height: 38px;
  background: none;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 180px;
    height: 26px;
    left: 10px;
    top: calc((45px - 26px) / 2);
  }
}

.header_logo.small {
  left: 24px;
  width: 224px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .header_logo.small {
    width: 180px;
    height: 26px;
    left: 10px;
    top: calc((45px - 26px) / 2);
  }
}

.header_in_in {
  display: flex;
}

.header_nav_list {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.header_nav_list li {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.header_nav_list li + li {
  border-left: none;
  padding-left: 1.5rem;
}
.header_nav_list li a {
  color: #ffffff;
}
.header_nav_list li a.current {
  color: #e70a5f;
}
@media screen and (max-width: 992px) {
  .header_nav_list {
    display: block;
  }
  .header_nav_list li {
    margin: 10px 0 !important;
    border-bottom: solid 1px #7c7c7c;
  }
  .header_nav_list li:first-child {
    padding-left: 1.5rem;
  }
}

.fontsize-s {
  font-size: calc(1.35rem * 0.9) !important;
}

.fontsize1 {
  font-size: 1.35rem !important;
}

.fontsize2 {
  font-size: 2.5rem !important;
}

.fontsize3 {
  font-size: 3.8rem !important;
}

.fontsize4 {
  font-size: 4.2rem !important;
}

.fontsize5 {
  font-size: 5rem !important;
}

.fontsizeL {
  font-size: 1.8rem !important;
}

.bold {
  letter-spacing: 2px;
  font-weight: bold;
}

.larger {
  font-size: calc(1.35rem *1.20);
}

.smaller {
  font-size: calc(1.35rem *0.9);
}

/*.txt {

}*/
.indentleft {
  padding-left: 1.35rem;
  text-indent: calc(1.35rem*-1);
}

.indentleft2 {
  padding-left: calc(1.35rem*1.5);
  text-indent: calc(1.35rem*-1.5);
}

.indentleft3 {
  padding-left: calc(1.35rem*2.5);
  text-indent: calc(1.35rem*-2.5);
}

.yellow {
  color: #f4e827;
}

.txtshadow {
  text-shadow: 0px 0px 3px #e70a5f;
}

.alph4 {
  opacity: 0.4;
}

#subnavi {
  background: linear-gradient(to right, #d50319, #d50319);
  /*height: 50px;*/
  border-radius: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 544px) {
  #subnavi {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
}

#subnavi ul {
  padding-left: 0;
  margin-bottom: 0;
}

#subnavi ul li {
  font-size: 1.5rem;
  display: inline-block;
  list-style: none;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  border-right: solid 1px;
}
#subnavi ul li:last-child {
  border-right: none;
}
#subnavi ul li a {
  color: #FFFFFF;
}
#subnavi ul li a:hover {
  text-decoration: none;
}

#subnavi ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transform: translate(-50%, 0%);
  transition: all 200ms 0s ease-in-out;
}

#subnavi ul li:hover:after {
  width: 100%;
}

#subnavi ul li span:first-child {
  font-size: 3.8rem;
  display: block;
  font-family: anton, sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

#subnavi ul li span:last-child {
  display: block;
  line-height: 1;
  font-size: calc(1.35rem * 0.85);
}

@media screen and (max-width: 900px) {
  #subnavi ul {
    overflow: scroll;
    padding-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #subnavi ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 10px;
    padding-left: 0;
    font-size: calc(1.5rem * 0.7);
  }
}
.faqbox {
  margin-bottom: 60px;
}
.faqbox dl {
  border-bottom: solid 1px #000;
}
.faqbox dt {
  text-align: left;
  padding: 2rem 4rem 2rem 4rem;
  position: relative;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  line-height: 180%;
  cursor: pointer;
}
.faqbox dt:before {
  content: "Ｑ";
  position: absolute;
  left: 10px;
  font-size: 2rem;
}
.faqbox dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-right: 2px solid #d50319;
  border-bottom: 2px solid #d50319;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 100;
}
.faqbox dt.active {
  color: #d50319;
}
.faqbox dt.active:after {
  transform: rotate(225deg);
  margin-top: -5px;
}
.faqbox dd {
  text-align: left;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  line-height: 180%;
  color: #000;
}
.faqbox dd:before {
  content: "Ａ";
  position: absolute;
  left: 10px;
  font-size: 2rem;
}
.faqbox p.channellink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 150%;
}
.faqbox p.channellink span {
  align-self: center;
}
.faqbox .chanlogo {
  background: white;
  padding: 2px 8px;
  width: 90px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  align-items: center;
}
.faqbox .chanlogo img {
  max-width: 100%;
  max-height: 18px;
}
.faqbox .chantxt {
  padding: 2px 8px 2px 16px;
}
.faqbox div.channellinkyoko {
  display: table;
  margin-bottom: 1rem;
  line-height: 150%;
  height: 35px;
}
.faqbox div.channellinkyoko div {
  align-self: center;
  width: 10.11%;
  margin: 0.5%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.faqbox div.channellinkyoko div span.chanlogo {
  display: table-cell;
  width: 120px;
  height: 35px;
  vertical-align: middle;
}
.faqbox div.channellinkyoko div span.chanlogo img {
  vertical-align: middle;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .faqbox div.channellinkyoko div {
    width: 32%;
    margin: 0.5%;
    display: inline-block;
  }
}

.faqbox2 a {
  color: #d50319;
  font-weight: bold;
}
.faqbox2 dl {
  display: flex;
  flex-wrap: wrap;
}
.faqbox2 dt {
  width: 150px;
  background: #333;
  color: #FFF;
  margin-bottom: 1rem;
  padding: 5px 15px;
}
.faqbox2 dd {
  width: calc(100% - 150px);
  margin-bottom: 1rem;
  padding: 5px 15px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #0f0f0f;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.8;
  position: relative;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body:before {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: fixed;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 544px) {
  body {
    font-size: calc(1.35rem * 0.9);
  }
}

a {
  color: #e70a5f;
}
a:hover {
  color: #e70a5f;
  filter: brightness(150%);
}

a.linkarrow {
  position: relative;
  padding-left: 1.5rem;
}
a.linkarrow:before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  font: normal normal normal 15px/1 "iconmonstr-iconic-font";
  content: "";
  transition: all 0.2s ease;
}
a.linkarrow:hover {
  color: #e70a5f;
  text-decoration: none;
  filter: brightness(150%);
}
a.linkarrow:hover:before {
  left: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

#comment {
  margin: 5rem 0;
}
#comment .artist_message {
  font-family: heisei-mincho-std, serif;
  background: #ffffff;
  color: #1a1a1a;
  padding: 2.5rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  /*.mestxt {
  	padding:0 $placesize;
  	position:relative;
  	line-height:2;
  	&:before,&:after {
  		position:absolute;
  		font-size:$headsize;
  		line-height:1;
  		font-weight: bold;
  	}
  	&:before {
  		content:"''";
  		top:0;
  		left:0;
  		transform: rotate(-15deg);
  	}
  	&:after {
  		content:"''";
  		bottom:0;
  		right:0;
  		transform: rotate(165deg);
  	}
  }
  >p {
  	padding-left:$placesize;
  }
  */
}
@media screen and (max-width: 544px) {
  #comment .artist_message {
    padding: 1.5rem;
  }
}

#timetable {
  margin-top: 5rem;
}

#btnbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10rem 0;
}
#btnbox > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #btnbox {
    padding: calc(10rem * 0.64 ) 0;
  }
  #btnbox > div {
    width: 100%;
    text-align: center;
    line-height: 1.25;
    padding: calc(1.5rem * 0.64 ) 0;
  }
}

.btnlarge {
  width: 100%;
  display: inline-block;
  padding: calc(1.5rem * 1.2) calc(1.5rem * 3);
  background: #d50319;
  color: #ffffff;
  font-size: 2.5rem;
  position: relative;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.btnlarge:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  font: normal normal normal 15px/1 "iconmonstr-iconic-font";
  content: "";
  transition: all 0.2s ease;
}
.btnlarge:hover {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(150%);
}
.btnlarge:hover:after {
  right: 10px;
}
@media screen and (max-width: 544px) {
  .btnlarge {
    letter-spacing: 0;
    line-height: 1;
    padding: calc(1.5rem * 1) calc(1.5rem * 2);
  }
}

.streamingatten {
  line-height: 1.5;
}
@media screen and (max-width: 544px) {
  .streamingatten {
    line-height: 1.25;
  }
}

a.textbtn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: solid #c00015 1px;
  padding: 1.5rem 5rem;
  color: #c00015;
  position: relative;
  cursor: pointer;
  background: #fbfbfb;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  a.textbtn {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  a.textbtn {
    padding: calc(1.5rem * 0.50) calc(5rem * 0.50);
  }
}
@media screen and (max-width: 544px) {
  a.textbtn {
    padding: calc(1.5rem * 0.80) calc(5rem * 0.80);
  }
}
a.textbtn:before, a.textbtn_red:before, a.nextarrow:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  transform: translate(0%, -50%);
  font-family: "iconmonstr-iconic-font";
  font-size: 1.35rem;
  content: "";
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  a.textbtn:before, a.textbtn_red:before, a.nextarrow:before {
    right: 0px;
  }
}

a.textbtn:hover {
  color: #c00015;
  text-decoration: none;
  filter: brightness(150%);
}

a.textbtn:hover:before, a.textbtn_red:hover:before {
  right: 3px;
}

a.textbtn_red {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: solid #c00015 1px;
  padding: 1.5rem 5rem;
  color: #fbfbfb;
  position: relative;
  cursor: pointer;
  background: #c00015;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  a.textbtn_red {
    padding: 1rem 2rem;
  }
}

a.nextarrow {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-right: 3rem !important;
  padding-bottom: 0;
  padding-left: 0;
}

a.line {
  background: #333333;
  padding: 10px 20px;
  border: solid 1px #7c7c7c;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
}

.accBox h4 {
  font-weight: bold;
  text-align: center;
}
.accBox h4 span {
  display: inline-block;
  border-radius: 30px;
  border: solid #d50319 1px;
  margin: 0 auto 1.5rem auto;
  padding: 1.5rem 5rem;
  color: #d50319;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  min-width: 70%;
}
.accBox h4 span a {
  color: #d50319;
}
.accBox h4 span a:hover {
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  .accBox h4 span {
    padding: 1.5rem 5rem;
  }
}

.accBox h4 span:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-right: 2px solid #d50319;
  border-bottom: 2px solid #d50319;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.accBox h4 span.active:after {
  transform: rotate(225deg);
  margin-top: -6px;
}

.accBox h4.rev {
  font-weight: bold;
  text-align: center;
}
.accBox h4.rev span {
  display: inline-block;
  border-radius: 30px;
  border: solid #d50319 1px;
  margin: 0 auto 1.5rem auto;
  padding: 1.5rem 5rem;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  background: #d50319;
  min-width: 70%;
}
.accBox h4.rev span a {
  color: #ffffff;
}
.accBox h4.rev span a:hover {
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  .accBox h4.rev span {
    padding: 1.5rem 5rem;
  }
}

.accBox h4.rev span:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.accBox ul {
  padding-left: 20px;
}

.accBox li {
  line-height: 150%;
  margin-bottom: 15px;
}

@media screen and (max-width: 544px) {
  .txt {
    line-height: 1.5;
  }
}

.hide {
  display: none;
}

body#livestream:before {
  background: url(../img/logo.png) #000 center center no-repeat;
  background-size: 70%;
  position: fixed;
  opacity: 0.2;
}
@media screen and (max-width: 544px) {
  body#livestream:before {
    background-size: 120%;
  }
}

#tablebox {
  letter-spacing: 0;
}
#tablebox .txtbtn {
  border-radius: 15px;
  background: #d50319;
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px 0;
}
#tablebox table, #tablebox td, #tablebox th {
  border-collapse: collapse;
  border: 1px solid #000000;
  line-height: 1.25;
}
#tablebox table {
  display: table;
  width: 100%;
  color: #0f0f0f;
  table-layout: fixed;
  border: none;
  position: relative;
}
#tablebox tr:nth-child(even) td {
  padding: 10px;
  background: rgba(247, 247, 247, 0.95);
}
#tablebox tr:nth-child(odd) td {
  padding: 10px;
  background: rgba(242, 242, 242, 0.95);
}
#tablebox th {
  padding: 10px;
  font-size: 1.1rem;
  background: #333;
  color: #f7f7f7;
  width: 12.5%;
}
#tablebox td {
  text-align: center;
  font-size: 1.1rem;
  width: 12.5%;
}
#tablebox .overflowauto {
  width: 100%;
  overflow-x: scroll;
  /*table{
      width: 1600px;
  }*/
}
#tablebox .overflowauto td th {
  width: 1500px !important;
}

.vtop {
  vertical-align: top;
}

.vtop td {
  vertical-align: top;
}

#theaterlist {
  text-align: center;
  margin: 20px 0 30px 0;
}

ul.tab_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 544px) {
  ul.tab_area {
    flex-wrap: wrap;
  }
}
ul.tab_area li {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 230px;
  padding: 10px 15px;
  background: rgba(42, 42, 42, 0.8);
  border-radius: 8px;
  margin: 0.5%;
  color: #CC0000;
  line-height: 1.2;
  font-weight: bolder;
}
ul.tab_area li:hover {
  cursor: pointer;
  opacity: 0.8;
}
ul.tab_area li.current {
  background: #FFFFFF;
  color: #2A2A2A;
}
@media screen and (max-width: 544px) {
  ul.tab_area li {
    width: 49%;
    padding: 10px 10px;
    flex-grow: 0;
    margin: 0.5%;
  }
}

table.theatertable th, table.theatertable td {
  white-space: nowrap;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.bggraydark {
  background: #1a1a1a;
}

.dlsepa dt {
  font-size: 2.5rem;
}
.dlsepa dd {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .dlsepa dt {
    font-size: 1.35rem;
  }
  .dlsepa dd {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 992px) {
  #sptable {
    background: rgba(255, 255, 255, 0.95);
    color: #0f0f0f;
    padding: 15px;
  }
  #sptable .addbox {
    border: solid 1px #333;
    padding: 5px;
    margin-bottom: 10px;
  }
  #sptable h4.chanName {
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sptable h4.chanName:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-right: 2px solid #0f0f0f;
    border-bottom: 2px solid #0f0f0f;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 100;
  }
  #sptable h4.chanName.active:after {
    transform: rotate(225deg);
    margin-top: -5px;
  }
  #sptable h4.chanName img {
    max-height: 35px;
  }
  #sptable dl {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #sptable dt {
    text-align: center;
    margin-bottom: 5px;
    padding: 5px;
    background: #999;
    color: #FFF;
  }
  #sptable dd {
    text-align: center;
    margin-bottom: 15px;
  }
  #sptable dd .txtbtn {
    line-height: 1;
  }
  #sptable .chancon {
    margin-top: 10px;
  }
  #sptable .chancon p a {
    border-radius: 15px;
    background: #d50319;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0;
  }
}
.infotitle {
  font-size: 3.8rem;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 1.5rem 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #d50319;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  .infotitle {
    font-size: calc(3.8rem * 0.82);
    padding: 5px;
  }
}

.infosubtitle {
  font-size: 2.5rem;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 10px;
  border-right: solid 1px;
  padding: 10px 10px 10px 15px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  .infosubtitle {
    font-size: calc(3.8rem * 0.82);
    padding: 5px;
  }
}

.infosubtitle2 {
  font-size: 2.5rem;
  border-bottom: solid 1px #FFF;
  display: inline-block;
}
@media screen and (max-width: 544px) {
  .infosubtitle2 {
    font-size: calc(3.8rem * 0.82);
    padding: 5px;
  }
}

.infotabtitle {
  border: #7c7c7c solid 1px;
  display: inline-block;
  padding: 3px 6px;
  box-sizing: border-box;
  background: #7c7c7c;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.adj2 {
  max-width: 70% !important;
}

.adj3 {
  max-width: 80% !important;
}

.adj7 {
  max-width: 65% !important;
}

.adj8 {
  max-width: 55% !important;
}

@media screen and (min-width: 768px) {
  .adj_pia {
    max-width: 55% !important;
  }

  .adj_loticket {
    max-width: 65% !important;
  }

  .adj_stream {
    max-width: 90% !important;
  }

  .adj_hulu {
    max-width: 70% !important;
  }

  .adj_dtv {
    max-width: 45% !important;
  }

  .adj_unext {
    max-width: 70% !important;
  }

  .adj_rakuten {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .adj_pia {
    height: 8.5vw !important;
  }

  .adj_loticket {
    height: 9vw !important;
  }

  .adj_stream {
    height: 8.5vw !important;
  }

  .adj_hulu {
    height: 4.5vw !important;
  }

  .adj_dtv {
    height: 7vw !important;
  }

  .adj_unext {
    height: 4.5vw !important;
  }

  .adj_rakuten {
    height: 8.5vw !important;
  }
}
footer {
  background: #000000;
  padding: 10rem;
  text-align: center;
}
footer #copy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 5rem 1.5rem;
  }
}

#snsbox {
  margin-bottom: 40px;
}
#snsbox a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 15px;
  padding: 5px;
  position: relative;
}
#snsbox a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
#snsbox a:hover {
  background: #999999;
}
@media screen and (max-width: 768px) {
  #snsbox {
    margin-bottom: 30px;
  }
  #snsbox a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px;
    padding: 5px;
  }
  #snsbox a img {
    width: 20px;
    height: 20px;
  }
  #snsbox a:hover {
    background: #999999;
  }
}

#offilink {
  text-align: center;
  margin-bottom: 40px;
}
#offilink img {
  max-width: 250px;
}
#offilink a {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
  vertical-align: middle;
  border: solid 1px #666666;
  border-radius: 15px;
}
#offilink a:hover {
  background: #191919;
}
@media screen and (max-width: 992px) {
  #offilink a {
    width: 60%;
  }
  #offilink a img {
    width: 100%;
  }
  #offilink a:not(last-child) {
    margin-bottom: 15px;
  }
}

#loading {
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  position: fixed;
  z-index: 99999;
}

.adj2 {
  max-width: 70%;
}

.adj3 {
  max-width: 80%;
}

.adj7 {
  max-width: 65%;
}

.adj8 {
  max-width: 55%;
}

a.titlelink {
  display: inline-block;
  border-radius: 50px;
  background: #cccccc;
  color: #000;
  padding: 10px 4.2rem;
  /*transition: all .2s ease;*/
}
@media screen and (max-width: 768px) {
  a.titlelink {
    padding: 10px 2.5rem;
  }
}

a:hover.titlelink {
  text-decoration: none;
  background: #d50319;
  color: #cccccc;
}

a.titlelink span.anton {
  font-family: anton, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.antonS {
  font-size: 3rem !important;
}

a.titlelink span.link {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 2.5rem 0 0;
  /*transition: all .2s ease;*/
}
@media screen and (max-width: 768px) {
  a.titlelink span.link {
    padding: 0 2.5rem;
  }
}

a.titlelink span.link:after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0%, -50%);
  font: normal normal normal 20px/1 "FontAwesome";
  content: "";
}
@media screen and (max-width: 768px) {
  a.titlelink span.link:after {
    right: -10px;
  }
}

/*a:hover.titlelink span.link {

}*/
.red {
  color: #d50319;
}

.wid30 {
  width: 30%;
}

.wid50 {
  width: 50%;
}

.wid80 {
  width: 80%;
}

@media screen and (max-width: 544px) {
  .sp-wid100 {
    width: 100%;
  }

  .larger {
    font-size: calc(1.35rem * 0.9);
  }
}
.newsUpdate {
  background: #F80004;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 5px;
}

.decounder {
  background: linear-gradient(transparent 60%, #d50319 0%);
}

.decounder-y {
  background: linear-gradient(transparent 60%, #f4e827 0%);
  text-shadow: 0px 0px 2px #000;
}

.slick-dots li button {
  background: #ffffff !important;
}

.slick-dots li.slick-active button {
  background: #d50319 !important;
}

@media screen and (max-width: 544px) {
  #footer {
    height: auto;
  }
}

.footer_item01 {
  padding: 5px 1.5rem 0px 1.5rem;
}
.footer_item01 .gnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.footer_item01 .gnavi li {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35rem;
}
.footer_item01 .gnavi li + li {
  padding-left: 1.5rem;
}
.footer_item01 .gnavi li a {
  color: #ffffff;
}
.footer_item01 .gnavi li a:hover {
  color: #e70a5f;
}
@media screen and (max-width: 544px) {
  .footer_item01 .gnavi {
    height: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 544px) {
  .footer_item01 {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}
#streamingcaution {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
  border-radius: 15px;
  border: solid 1px #343434;
}
#streamingcaution .indentleft {
  line-height: 1.5;
}/*# sourceMappingURL=livegym2022.css.map */