@charset "UTF-8";

* ::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
* ::-webkit-scrollbar-track {
  background: #000;
}
* ::-webkit-scrollbar-thumb {
  background: #f50c69;
}

html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  color: #c0c0c0;
  background: #000;
  line-height: 1.6;
  font-family: Verdana, 'Meiryo', sans-serif;
  text-align: justify;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: none;
}
a {
  color: #f50c69;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
img {
  max-width: 100%;
  box-sizing: border-box;
}

/* 鉄拳ページTOP */
.bg {
  background-image: url(../tkimg/chain_01.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}
.container {
  max-width: 920px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.inner {
  display: flex;
  justify-content: space-between;
}

#t-title {
  margin-bottom: 8px;
}
.sub-title {
  color: #f50c69;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 13px;
}

#left-menu {
  position: fixed;
  overflow: auto;
  width: 20%;
}
#left-menu .menu-list {
  margin-bottom: 19px;
  padding-left: 7px;
}
#left-menu .menu-list li {
  margin-bottom: 9px;
}
#left-menu .menu-list li a {
  color: #c0c0c0;
  display: inline-block;
  text-decoration: none;
}
#left-menu .menu-list li a:hover {
  color: #fff;
}

#right-main {
  width: 75%;
  margin-left: 240px;
  margin-top: 100px;
}
#right-main img {
  margin-right: 3px;
  vertical-align: middle;
}
#right-main .desc {
  padding-left: 11px;
  margin-bottom: 15px;
}
#right-main .desc-containts {
  margin-bottom: 60px;
  padding-left: 6px;
}
#right-main .desc-containts li {
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 2px;
  padding-left: 5px;
}
#right-main .info-containts {
  font-size: 13px;
  border: 1px solid #f50c69;
  height: 110px;
  overflow: hidden scroll;
  margin-bottom: 60px;
  padding: 9px 11px;
}

/* 左メニューの矢印アイコン */
.fa-angle-double-right {
  color: #f50c69;
  margin-right: 4px;
}

/* Web拍手 */
.webclap {
  margin-bottom: 20px;
  padding-left: 7px;
}
/* PR */
.tk-pr {
  font-size: 13px;
  padding-left: 7px;
}

.copyright {
  font-size: 11px;
  text-align: center;
  margin-bottom: 9px;
}

/* SSページ */
.tkss-right-main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  width: 75%;
  margin-left: 240px;
  margin-top: 36px;
}
.tkss-title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 0.3em 1em;
  color: #fff;
  position: relative;
}
.tkss-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f50c69;
  transform: skew(-20deg);
  z-index: -1;
}
.tkss-title::after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 50px;
  transform: skew(-20deg);
}
.tkss-title-list {
  margin-bottom: 50px;
}
.ss-title {
  font-size: 14px;
  font-weight: 600;
  border-left: 5px solid #f50c69;
  margin-bottom: 1px;
  padding-left: 8px;
}
.ss-number {
  margin-bottom: 7px;
  padding-left: 11px;
}
.ss-desc {
  margin-bottom: 30px;
  padding-left: 11px;
}

/* SS本文 */
.tkss-text-title {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}
.tkss-text-title::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(245, 12, 105), transparent);
  background: linear-gradient(to right, rgb(245, 12, 105), transparent);
}
/* 上部ナビゲーション */
.tkss-nav-flex-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding-top: 3px;
}
.tkss-nav-flex-top li {
  padding-left: 13px;
}
.tkss-nav-flex-top li a {
  color: #fff;
}
.tkss-nav-flex-top li a:hover {
  text-decoration: underline;
}

.tkss-subtitle {
  font-size: 20px;
  font-weight: 600px;
  margin-bottom: 30px;
}
.tkss-subtitle::first-letter {
  color: #fff;
  font-size: 32px;
}

.tkss-text p {
  margin-bottom: 20px;
}

/* ライン */
.line {
  position: relative;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #fefe23 50%,transparent 100%);
	background-image:         linear-gradient(90deg, transparent 0%, #fefe23 50%,transparent 100%);
  margin-top: 50px;
  margin-bottom: 50px;
}
/* 注釈 */
.note {
  font-size: 12px;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 10px;
}
.note p:last-child {
  margin-bottom: 0;
}
/* 挿絵 */
.artwork {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 下部ナビゲーション */
.tkss-nav {
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #f50c69;
  margin-top: 50px;
  margin-bottom: 20px;
}
.tkss-nav-flex-bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 3px;
}
.tkss-nav-flex-bottom li {
  margin-left: 13px;
}
.tkss-nav-flex-bottom li a {
  color: #fff;
}
.tkss-nav-flex-bottom li a:hover {
  text-decoration: underline;
}

/* FONTAWESOME */
.fa-angle-left {
  color: #f50c69;
  margin-right: 4px;
}
.fa-angle-up {
  color: #f50c69; 
  margin-right: 5px;
}
.fa-angle-right {
  color: #f50c69;
  margin-left: 4px;
}

/* 鉄拳グッズページ */
.tkss-goods-desc {
  margin-bottom: 30px;
}
.tkss-item-title {
  background-image: url(../tkimg/thunder.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 21px;
  color: #ffea00;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  margin: 90px 0 18px;
  padding-left: 24px;
}
.photo {
  font-size: 13px;
  margin-bottom: 60px;
}
.tkss-right-main .goods-list {
  margin-bottom: 60px;
  padding-left: 20px;
  line-height: 1.3;
}
.tkss-right-main .goods-list li {
  list-style-type: square;
  margin-bottom: 9px;
}

/* 鉄拳グッズページ > 通販で購入できるグッズリスト */
.goods-grid-container {
  display: grid;
  grid-template-rows: repeat(4, 340px);
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 50px;
}
.goods-grid-container .grid-img img {
  display: block;
  margin: 0 auto 6px;
}
.goods-grid-container a {
  color: #fff;
}
.goods-grid-container a:hover {
  color: #f50c69;
}
.goods-grid-item {
  text-align: center;
}
.goods-grid-item .item-title {
  margin-bottom: 10px;
}
.goods-grid-item .item-desc {
  text-align: left;
  font-size: 12px;
}
.goods-grid-item .grid-img {
  height: 185px;
}

/* コピーライト */
#footer .copyright {
  font-size: 11px;
  text-align: center;
  margin-bottom: 9px;
}

/* TOPへ戻るボタン */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #ff3;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ff3;
}

@media (max-width: 700px) {
  body {
    font-size: 13px;
  }
  #t-title {
    text-align: center;
  }
  .container {
    max-width: 100%;
    padding: 0 3%;
  }
  .inner {
    flex-direction: column;
  }

  #left-menu {
    position: static;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #left-menu .menu-list li a {
    display: inline;
  }

  #right-main {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  #right-main .sub-title {
    text-align: center;
  }
  #right-main .desc {
    padding-left: 0;
    text-align: center;
  }
  #right-main .desc-containts {
    margin-bottom: 40px;
  }
  #right-main .desc-containts li {
    padding-left: 0;
  }
  #right-main .info-containts {
    font-size: 12px;
  }

  /* SS本文 */
  .tkss-right-main {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .tkss-right-main .photo img {
    height: auto;
  }
  .tkss-title {
    margin-bottom: 18px;
  }
  .tkss-text-title {
    font-size: 16px;
    padding-bottom: 6px;
    text-align: center;
  }
  .tkss-subtitle {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .tkss-subtitle::first-letter {
    font-size: 21px;
  }

  .tkss-item-title {
    margin-bottom: 20px;
  }

  .tkss-nav-flex-top {
    justify-content: center;
  }
  .tkss-nav-flex-top li:first-child {
    padding-left: 0;
  }
  .tkss-nav-flex-bottom {
    justify-content: center;
  }

  .artwork img {
    width: 100%;
    height: auto;
  }

  /* 購入できるグッズリスト */
  .goods-grid-container {
    display: block;
    width: 100%;
  }
  .goods-grid-item {
    margin-bottom: 40px;
  }
}