@charset "UTF-8";
/**
 * Z-Index List
 */
/**
 * Header Propaty
 */
/**
 * sp_menu_button.jsにも同じ値指定があるので注意
 **/
body {
  font-size: 10px;
  font-family: "Shippori Mincho", serif;
}
body > h1 {
  font-size: 0;
}
body #introduction {
  width: 100%;
  padding: 80px 0 0 0;
}
body #introduction > div {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
body #introduction > div > h2 {
  text-align: center;
  width: 100%;
}
body #introduction > div > h2 > img {
  max-width: 852px;
  width: 100%;
  height: auto;
}
body #introduction > div > #frame {
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-border-image: url("../img/Tilte_frame.jpg") round;
     border-image: url("../img/Tilte_frame.jpg") round;
  border-image-slice: 32 fill;
  border-image-width: 20px;
  padding: 20px;
}
body #introduction > div > #frame > div {
  background-image: url(../img/Info_Block_pants_Black.jpg);
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #introduction > div > #frame > div > p {
  color: white;
  font-family: "Reggae One", cursive;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  text-align: left;
}
body #introduction > div > #frame > div > p:nth-child(1),
body #introduction > div > #frame > div > p:nth-child(2) {
  font-weight: bold;
}
body #introduction > div > #frame > div > .youtube_button {
  margin-top: 40px;
}
body #introduction > div > #frame > div > .youtube_button > a > img {
  max-width: 468px;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #introduction > div > #frame > div > .youtube_button > a > img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body #introduction > div > #company {
  width: 100%;
  background-image: url(../img/Info_Block_pantswhite.jpg?20240313001);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px;
  border: solid 4px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #introduction > div > #company > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #introduction > div > #company > div > div {
  width: calc(16% - 20px);
  margin: auto 4px;
  padding: 20px 10px;
  display: inline-block;
}
body #introduction > div > #company > div > div > a {
  text-decoration: none;
}
body #introduction > div > #company > div > div > a > img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #introduction > div > #company > div > div > a > img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 700px) {
  body #introduction > div > #company {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  body #introduction > div > #company > div > div {
    width: calc(50% - 20px);
    margin: auto;
  }
}
body #time_table {
  width: 100%;
  padding: 80px 0 0 0;
}
body #time_table > div {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto;
}
body #time_table > div > h2 {
  text-align: center;
  width: 100%;
}
body #time_table > div > h2 > img {
  max-width: 852px;
  width: 100%;
  height: auto;
}
body #time_table > div > div {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #time_table > div > .empty_message,
body #time_table > div > .note {
  background-image: url(../img/Info_Block_pantswhite.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px;
  border: solid 4px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
body #time_table > div > .empty_message > p,
body #time_table > div > .note > p {
  font-family: "Reggae One", cursive;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  width: 100%;
}
body #time_table > div > #table > div {
  display: inline-block;
  width: 100%;
}
body #time_table > div > #table > div > div {
  margin: 0 10px;
}
body #time_table > div > #table > div > div > table {
  width: 100%;
}
body #time_table > div > #table > div > div > table > caption {
  color: #30ddeb;
  width: 100%;
  font-family: "Reggae One", cursive;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  text-align: left;
  margin: 20px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-border-image: url("../img/Good_tilte_frame.jpg?20240313001") round;
     border-image: url("../img/Good_tilte_frame.jpg?20240313001") round;
  border-image-slice: 40 fill;
  border-image-width: 20px;
}
body #time_table > div > #table > div > div > table > tbody > tr > th {
  width: 110px;
  height: 104px;
  vertical-align: middle;
  text-align: center;
  background-image: url(../img/Schedule_timeblock_01.jpg?20240313001);
  background-position:center;
  background-size: contain;
  background-repeat: no-repeat;
  border: solid 4px black;
}
body #time_table > div > #table > div > div > table > tbody > tr > th > p {
  color: white;
  font-family: "Reggae One", cursive;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  display: inline-block;
}
body #time_table > div > #table > div > div > table > tbody > tr > td {
  width: calc(100% - 110px);
  border: solid 4px black;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  background-color: white;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #time_table > div > #table > div > div > table > tbody > tr > td > a {
  color: black;
  text-decoration: none;
display:flex;
flex-direction:row-reverse;
align-items:center;
gap:20px;
padding:20px;

}
body #time_table > div > #table > div > div > table > tbody > tr > td > a > p {
  font-family: "Reggae One", cursive;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  word-break: break-all;
  margin:auto;
}
body #time_table > div > #table > div > div > table > tbody > tr > td > a > p.horizontal {
  display: inline-block;
}
body #time_table > div > #table > div > div > table > tbody > tr > td > a img,
body #time_table > div > #table > div > div > table > tbody > tr > td > a div {
  max-height: 108px;
  max-width: 108px;
  vertical-align: middle;
}
body #time_table > div > #table > div > .live {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  body #time_table > div > #table > div {
    width: 100%;
  }
}
body #live_info {
  width: 100%;
  padding: 80px 0 0 0;
}
body #live_info > div {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto;
}
body #live_info > div > h2 {
  text-align: center;
  width: 100%;
}
body #live_info > div > h2 > img {
  max-width: 852px;
  width: 100%;
  height: auto;
}
body #live_info > div > div {
  width: 100%;
  margin-top: 40px;
}
body #live_info > div > .empty_message {
  background-image: url(../img/Info_Block_pantswhite.jpg?20240313001);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px;
  border: solid 4px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
body #live_info > div > .empty_message > p {
  font-family: "Reggae One", cursive;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  width: 100%;
}
body #live_info > div > #info > div {
  width: 100%;
  background-image: url(../img/Info_Block_pantswhite.jpg?20240313001);
  margin-bottom: 40px;
  border: solid 4px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
body #live_info > div > #info > div > h3 {
  font-family: "Reggae One", cursive;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #fcf;
  padding: 30px 3rem;
  background-color:#000;
  background-image: url(../img/Info_banner_xLoof_01.jpg?20240313001);
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
}
body #live_info > div > #info > div > h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
  background: url(../img/Info_bannerIron_01.png?20240313001) no-repeat;
  background-size: contain;
  background-position: center;
}
body #live_info > div > #info > div > h3::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0.5rem;
  background: url(../img/Info_bannerIron_01.png?20240313001) no-repeat;
  background-size: contain;
  background-position: center;
}
body #live_info > div > #info > div > .content {
  width: 100%;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #live_info > div > #info > div > .content > div {
  width: 50%;
  display: inline-block;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #live_info > div > #info > div > .content > div > .image {
  width: 100%;
  margin-bottom: 40px;
}
body #live_info > div > #info > div > .content > div > .image > img {
  width: 100%;
  height: auto;
}
body #live_info > div > #info > div > .content > div > .appearance_works {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #live_info > div > #info > div > .content > div > .appearance_works > div {
  width: 33%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #live_info > div > #info > div > .content > div > .appearance_works > div > a {
  text-decoration: none;
}
body #live_info > div > #info > div > .content > div > .appearance_works > div > a > img {
  width: 100%;
  height: auto;
}
body #live_info > div > #info > div > .content > div > .appearance_works > div:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width: 1025px) {
  body #live_info > div > #info > div > .content > div > .appearance_works > div {
    width: 48%;
  }
}
body #live_info > div > #info > div > .content > div > .date {
  width: 100%;
  margin-bottom: 40px;
}
body #live_info > div > #info > div > .content > div > .date > p {
  font-family: "Reggae One", cursive;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  word-break: break-all;
}
body #live_info > div > #info > div > .content > div > .date > .header {
  margin-bottom: 20px;
}
body #live_info > div > #info > div > .content > div > .date > .header > img {
  max-width: 384px;
  width: 100%;
  height: auto;
}
body #live_info > div > #info > div > .content > div > .casts {
  width: 100%;
}
body #live_info > div > #info > div > .content > div > .casts > p {
  font-family: "Reggae One", cursive;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: -0.1rem;
  text-align: left;
  word-break: break-all;
  position: relative;
  padding-left: 3rem;
}
body #live_info > div > #info > div > .content > div > .casts > p::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
  background: url(../img/Info_SIron_01.png?20240313001) no-repeat;
  background-size: contain;
  background-position: center;
}
body #live_info > div > #info > div > .content > div > .casts > .sub_info {
  margin: 5px 0 5px 3rem;
}
body #live_info > div > #info > div > .content > div > .casts > .sub_info > span {
  font-family: "Reggae One", cursive;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
}
body #live_info > div > #info > div > .content > div > .casts > .sub_info > .slash {
  margin: 0 0.4rem;
}
body #live_info > div > #info > div > .content > div > .casts > .header {
  margin-bottom: 20px;
}
body #live_info > div > #info > div > .content > div > .casts > .header > img {
  max-width: 384px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  body #live_info > div > #info > div > .content > div > .casts > .header > img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1025px) {
  body #live_info > div > #info > div > .content > div {
    display: block;
    width: 100%;
  }
  body #live_info > div > #info > div > .content > div:first-child {
    margin-bottom: 40px;
  }
}
body #live_info > div > #info > div > .back_button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 254px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #live_info > div > #info > div > .back_button > a {
  text-decoration: none;
}
body #live_info > div > #info > div > .back_button > a > img {
  width: 100%;
  height: auto;
}
body #live_info > div > #info > div > .back_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width: 1025px) {
  body #live_info > div > #info > div > .back_button {
    position: unset;
    height: unset;
    padding: 0 10px 40px 10px;
    margin-left: auto;
  }
  body #live_info > div > #info > div > .back_button > a > img {
    width: 100%;
    height: auto;
  }
}
body #goods {
  width: 100%;
  padding: 80px 0;
}
body #goods > div {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto;
}
body #goods > div > h2 {
  text-align: center;
  width: 100%;
}
body #goods > div > h2 > img {
  max-width: 852px;
  width: 100%;
  height: auto;
}
body #goods > div > div {
  width: 100%;
  margin-top: 40px;
}
body #goods > div > #contents > div {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #goods > div > #contents > div > div {
  background-color: white;
  border: solid 4px black;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
body #goods > div > #contents > div > div > h3 {
  color: white;
  font-family: "Reggae One", cursive;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  word-break: break-all;
  width: calc(100% - 3rem);
  background-color: black;
  padding: 20px 3rem;
  position: relative;
}
body #goods > div > #contents > div > div > h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
  background: url(../img/Info_bannerIron_01.png?20240313001) no-repeat;
  background-size: contain;
  background-position: center;
}
body #goods > div > #contents > div > div > .image {
  position: relative;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #goods > div > #contents > div > div > .image > img {
  width: 100%;
  height: auto;
}
body #goods > div > #contents > div > div > .image > .price {
  position: absolute;
  bottom: -2rem;
  right: 0;
}
body #goods > div > #contents > div > div > .image > .price > p {
  display: inline-block;
  color: white;
  font-family: "Reggae One", cursive;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-align: right;
  background-color: #30ddeb;
  padding: 10px 20px;
}
body #goods > div > #contents > div > div > .description {
  padding: 40px 40px 120px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #goods > div > #contents > div > div > .description > p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
  text-align: left;
}
body #goods > div > #contents > div > div > .description > p:first-of-type {
  text-indent: 2.5rem;
  background-image: url(../img/Info_SIron_01.png?20240313001);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
body #goods > div > #contents > div > div > .button {
  height: 54px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
body #goods > div > #contents > div > div > .button > a {
  text-decoration: none;
}
body #goods > div > #contents > div > div > .button > a > div {
  font-size: 0;
  max-width: 324px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/Goods_Info_GotoShop_Normal_01.jpg?20240313001);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body #goods > div > #contents > div > div > .button > a > div:hover {
  background-image: url(../img/Goods_Info_GotoShop_Touch_01.jpg?20240313001);
}
body #goods > div > #contents > div > .one_colum {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #goods > div > #contents > div > .one_colum > .description {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  body #goods > div > #contents > div > .one_colum > .description {
    width: 100%;
  }
}
body #goods > div > #contents > div > .two_colum {
  width: calc(50% - 10px);
  display: inline-block;
}
body #goods > div > #contents > div > .two_colum > .description {
  width: 100%;
}
body #goods > div > #contents > div > .two_colum:nth-child(2n-1) {
  margin-right: 10px;
}
body #goods > div > #contents > div > .two_colum:nth-child(2n) {
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  body #goods > div > #contents > div > .two_colum {
    width: 100%;
  }
  body #goods > div > #contents > div > .two_colum:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
body #goods > div > .empty_message {
  background-image: url(../img/Info_Block_pantswhite.jpg?20240313001);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px;
  border: solid 4px black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
body #goods > div > .empty_message > p {
  font-family: "Reggae One", cursive;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  width: 100%;
}
body header {
  width: 100%;
  height: 80px;
  background-color: black;
  position: fixed;
  text-align: left;
  z-index: 300;
  font-size: 0;
}
body header > .logo {
  --tmpWidthA: calc(661 * 80px);
  --tmpWidthB: calc(var(--tmpWidthA) / 134);
  width: var(--tmpWidthB);
  margin: 0;
  display: inline-block;
  text-align: center;
  background-image: url(../img/Main_BannerBackground_L_01.jpg?20240313001);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
body header > .logo > img {
  height: 80px;
  width: auto;
}
body header > .navigation {
  text-align: right;
  --tmpWidthA: calc(661 * 80px);
  --tmpWidthB: calc(var(--tmpWidthA) / 134);
  --tmpWidthC: calc(100% - var(--tmpWidthB));
  width: var(--tmpWidthC);
  vertical-align: top;
  margin: 0;
  display: inline-block;
}
body header > .navigation > nav {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}
body header > .navigation > nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
body header > .navigation > nav > ul > li > a {
  text-decoration: none;
}
body header > .navigation > nav > ul > li > a > div {
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body header > .navigation > nav > ul > li > a > .introduction {
  --tmpWidthA: calc(297 * 50px);
  --tmpWidthB: calc(var(--tmpWidthA) / 72);
  width: var(--tmpWidthB);
  background-image: url(../img/MainBanner_Introduction_ButtonNormal.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .introduction:hover {
  background-image: url(../img/MainBanner_Introduction_ButtonTouch.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .time_table {
  --tmpWidthA: calc(204 * 50px);
  --tmpWidthB: calc(var(--tmpWidthA) / 72);
  width: var(--tmpWidthB);
  background-image: url(../img/MainBanner_Schedule_ButtonNormal.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .time_table:hover {
  background-image: url(../img/MainBanner_Schedule_ButtonTouch.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .live_info {
  --tmpWidthA: calc(180 * 50px);
  --tmpWidthB: calc(var(--tmpWidthA) / 72);
  width: var(--tmpWidthB);
  background-image: url(../img/MainBanner_SteamInfo_ButtonNormal.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .live_info:hover {
  background-image: url(../img/MainBanner_SteamInfo_ButtonTouch.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .goods {
  --tmpWidthA: calc(204 * 50px);
  --tmpWidthB: calc(var(--tmpWidthA) / 72);
  width: var(--tmpWidthB);
  background-image: url(../img/MainBanner_GoodsInfo_ButtonNormal.jpg?20240313001);
}
body header > .navigation > nav > ul > li > a > .goods:hover {
  background-image: url(../img/MainBanner_GoodsInfo_ButtonTouch.jpg?20240313001);
}
body header > .navigation > nav > ul > li .sns_buttons {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: grid;
}
body header > .navigation > nav > ul > li .sns_buttons > ul {
  display: table;
  list-style: none;
  float: right;
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li {
  display: table-cell;
  vertical-align: middle;
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div {
  margin: 0 8px;
  width: 50px;
  height: 50px;
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: top;
  background-repeat: no-repeat;
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div.twitter_button {
  background-image: url("../img/sns/twitter_icon.svg");
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div.facebook_button {
  background-image: url("../img/sns/facebook_icon.svg");
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div.line_button {
  background-image: url("../img/sns/line_icon.svg");
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body header > .navigation > nav > ul > li .sns_buttons > ul > li > a > div {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body header > .sp_menu {
  margin: 0;
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
}
body header > .sp_menu #menu_button {
  display: none;
  width: 50px;
  height: 50px;
  margin: 15px;
}
body header > .sp_menu #menu_button > div {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
body header > .sp_menu #menu_button > div > a {
  width: 100%;
  height: 100%;
  display: block;
}
body header > .sp_menu #menu_button > div > a > span {
  margin: 0 18%;
  display: block;
  position: absolute;
  width: 64%;
  border-bottom: solid 4px white;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body header > .sp_menu #menu_button > div > a > span:nth-child(1) {
  top: 28%;
}
body header > .sp_menu #menu_button > div > a > span:nth-child(2) {
  top: 48%;
}
body header > .sp_menu #menu_button > div > a > span:nth-child(3) {
  top: 68%;
}
body header > .sp_menu #menu_button.active > div > a > span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body header > .sp_menu #menu_button.active > div > a > span:nth-child(2),
body header > .sp_menu #menu_button.active > div > a > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1258px) {
  body header > .sp_menu #menu_button {
    display: inline-block;
  }
}
@media screen and (max-width: 1258px) {
  body header > .logo {
    display: none;
  }
  body header > .navigation {
    width: 100%;
  }
  body header > .navigation > div:first-child {
    float: left;
    margin-left: 20px;
  }
  body header > .navigation > div:last-child {
    float: right;
    margin-right: 20px;
  }
  body header > .navigation > nav {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    padding: 0;
    background-color: black;
    overflow-y: scroll;
  }
  body header > .navigation > nav > ul > li {
    text-align: center;
    display: block;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body #header_space {
  width: 100%;
  height: 80px;
}
body #main_visual {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
body #main_visual > #circle,
body #main_visual > #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
body #main_visual > #circle > img,
body #main_visual > #logo > img {
  max-width: 746px;
  width: 100%;
  height: auto;
}
body #main_visual > #date {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
body #main_visual > #date > img {
  max-width: 746px;
  width: 100%;
  height: auto;
}
body #main_visual > #circle > img {
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body #main_visual > #twitter {
  position: absolute;
  max-width: 308px;
  width: 20vw;
  bottom: 5vh;
  right: 2vw;
}
body #main_visual > #twitter > .header {
  margin-bottom: 10px;
}
body #main_visual > #twitter > .header > img {
  max-width: 308px;
  width: 100%;
  height: auto;
}
body #main_visual > #twitter > #tl {
  height: calc(100vh - 80px - 40vh);
  overflow: scroll;
}
body #main_visual > #twitter > #tl > iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  body #main_visual {
    height: unset;
  }
  body #main_visual > #logo,
  body #main_visual > #date {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #main_visual > #twitter {
    position: unset;
    width: 80%;
    bottom: unset;
    right: unset;
    margin: auto;
  }
}
body footer {
  width: 100%;
  background-image: url(../img/Info_Block_pants_Black.jpg?20240313001);
  padding: 40px 0 80px 0;
}
body footer > #sponsorships {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
body footer > #sponsorships > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 20px 5px;
}
body footer > #sponsorships > div > a > img {
  max-height: 100px;
  width: auto;
  height: auto;
}
body footer > #copyrights {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  text-align: center;
}
body footer > #copyrights > p {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-align: left;
  color: white;
}
body #back_to_top {
  width: 81px;
  height: 71px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 200;
}
body #back_to_top > a > img {
  width: 100%;
  height: 100%;
}
body #live_view {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 25vw;
  z-index: 400;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body #live_view > .header {
  width: 100%;
  position: relative;
}
body #live_view > .header > p {
  color: #fc4a02;
  font-family: "Reggae One", cursive;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  word-break: break-all;
  -o-border-image: url(../img/Live_top_frame_01.jpg?20240313001) round;
     border-image: url(../img/Live_top_frame_01.jpg?20240313001) round;
  border-image-slice: 10 fill;
  border-image-width: 10px;
  padding: 20px;
}
body #live_view > .header > #live_view_button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #live_view > .header > #live_view_button {
  background-image: url(../img/Live_Banner_Open_button01.jpg?20240313001);
}
body #live_view > .header > #live_view_button.active {
  background-image: url(../img/Live_Banner_Close_button01.jpg?20240313001);
}
body #live_view > .header > #live_view_button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #live_view > .view {
  display: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-border-image: url(../img/Live_frame_01.jpg?20240313001) round;
     border-image: url(../img/Live_frame_01.jpg?20240313001) round;
  border-image-slice: 20 fill;
  border-image-width: 20px;
}
body #live_view > .view > .youtube {
  border-radius: 10px;
  overflow: hidden;
}
body #live_view.active > .view {
  display: block;
}
@media screen and (max-width: 1258px) {
  body #live_view {
    display: none;
  }
}
body #indie_game_slots {
  width: 100%;
  padding: 80px 0 0 0;
}
body #indie_game_slots > div {
  max-width: 1280px;
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
body #indie_game_slots > div > h2 {
  text-align: center;
  width: 100%;
}
body #indie_game_slots > div > h2 > img {
  max-width: 852px;
  width: 100%;
  height: auto;
}
body #indie_game_slots > div > #frame {
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-border-image: url("../img/Tilte_frame.jpg") round;
     border-image: url("../img/Tilte_frame.jpg") round;
  border-image-slice: 32 fill;
  border-image-width: 20px;
  padding: 20px;
}
body #indie_game_slots > div > #frame > div {
  background-image: url(../img/Info_Block_pants_Black.jpg?20240313001);
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #indie_game_slots > div > #frame > div > p {
  color: white;
  font-family: "Reggae One", cursive;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  text-align: left;
}
body #indie_game_slots > div > #frame > div > p:nth-child(1),
body #indie_game_slots > div > #frame > div > p:nth-child(2) {
  font-weight: bold;
}
body #indie_game_slots > div > #frame > div > br {
  font-size: 1.6rem;
  height: 3rem;
}
body #indie_game_slots > div > #frame > div > .links {
  width: 100%;
  margin-top: 40px;
}
body #indie_game_slots > div > #frame > div > .links > .link {
  display: inline-block;
}
body #indie_game_slots > div > #frame > div > .links > .link > a > img {
  max-width: 468px;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #indie_game_slots > div > #frame > div > .links > .link > a > img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body #view_archive_button {
  width: 100%;
  padding: 80px 0 160px 0;
  text-align: center;
}
body #view_archive_button > .link {
  margin: 0 auto;
}
body #view_archive_button > .link > a > img {
  max-width: 468px;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body #view_archive_button > .link > a > img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/HPInfo_background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}