@charset "utf-8";

@font-face {
	font-family: "Calligraphr-Regular";
	src: url(font/HvDTrial_BrixSlab-Black.otf);
}

/*@font-face {
	font-family: "Calligraphr-Regular";
	src: url(font/F-38.otf);
}*/

@font-face {
	font-family: "Porn-Star-Academy";
	src: url(font/PORNSA__.TTF);
}

/* メインカラー：STL#006198 KAH#D7C027
   サブカラー：#CCCCCC #e6e6e6
   見出しカラー：STL#006198
   文字カラー：NVY#003758 */

html, body {
  position: relative;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12pt;
  color: #003758;
  margin: 0;
  padding: 0;
}

a {
  color: #006198;
  text-decoration: none;
}

a:hover {
  color: #006198;
  text-decoration: underline;
}

a img {
	border: none;
}

.khaki {
  color: #D7C027;
}

.steel {
  color: #006198;
}

.navy {
  color: #003758;
}

.cf {
  clear: both;
}

/** モバイルヘッダー */
#mobile_header {
  display: none;
}

@media screen and (max-width: 430px) {
  #mobile_header {
    position: relative;
    display: block;
    height: 80px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 5px;
  }

  #mobile_header img.anchors_logo {
    width: auto;
    height: 100%;
    max-height: 70px;
    margin-top: 5px;
  }

  #mobile_header img.sns_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: 100%;
    max-height: 32px;
  }
}

/** ヘッダーエリアスクロール */
#header_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0.9;
  background-color: #FFFFFF;
  border-top: 10px solid #006198;
}

#header_line {
  padding: 5px;
  background-color: #006198;
  width: 100%;
}

#header_blank {
  height: 142px;
}

@media screen and (max-width: 430px) {
  #header_blank {
    height: 130px;
  }
}

/** ヘッダーエリア */
#header_menu {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 0;
}

@media screen and (max-width: 430px) {
  #header_menu {
    margin-bottom: 10px;
  }
}

/** ヘッダー */
#header {
  width: 100%;
  margin: 0 auto;
}

#header table {
  width: 100%;
  margin: 0 auto;
}

#header table tr td#logo {
  display: block;
  text-align: left;
}

#header table tr td#logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

#header table tr td#top {
  text-align: right;
  font-weight: bold;
}

#header table tr td#top a {
  padding: 2.5em 1em;
}

#header table tr td#sns {
  text-align: right;
  width: 40px;
  padding-right: 4em;
}

#header table tr td#sns img {
  width: 100%;
  height: auto;
  max-width: 32px;
  vertical-align: middle;
}

#header table tr td#top a:hover {
  background-image: url(../images/ico_dot.png);
  background-repeat: no-repeat;
  background-position: top left 50%;
  text-decoration: none;
}

#header table tr td#top a.this {
  background-image: url(../images/ico_dot.png);
  background-repeat: no-repeat;
  background-position: top left 50%;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  #header table {
    width: 98%;
  }
  
  #header table td {
    display: block;
    width: 100%;
  }

  #header table tr td#logo {
    display: none;
  }

  #header table tr td#top {
    text-align: center;
    font-size: 0.6em;
    padding-bottom: 0;
    font-weight: bold;
  }

  #header table tr td#top a {
    padding-left: 5px;
  }

  #header table tr td#top a:hover {
    background-image: none;
    text-decoration: underline;
  }

  #header table tr td#top a.this {
    background-image: none;
    text-decoration: none;
  }

  #header table tr td#sns {
    display: none;
  }
}

/** トップイメージ */
#topimage {
  width: 100%;
  background-color: #e6e6e6;
}

#topimage img {
  width: 100%;
  height: auto;
  max-width: 2500px;
}

/** 試合情報 */
#game_info {
  width: 100%;
  background-color: #e6e6e6;
}

#game_info div {
  width: 1400px;
  margin: 0 auto;
  padding: 1em 0;
}

#game_info table.game_schedule {
  width: 100%;
  margin: 1em auto;
  border-collapse: separate;
  border-spacing: 10px;
}

#game_info table.game_schedule td {
  text-align: left;
  vertical-align: top;
  border: 2px solid #006198;
  border-radius: 5px;
  padding: 5px;
  background-color: #FFFFFF;
  width: 30%;
}

#game_info table.game_schedule td.next_geme {
  border: 2px solid #D7C027;
}

#game_info table.game_schedule td table.game_detail {
  width: 100%;
}

#game_info table.game_schedule td table.game_detail td {
  border: none;
  line-height: 2em;
  vertical-align: middle;
}

#game_info table.game_schedule td table.game_detail td.left_area {
  text-align: left;
  min-width: 250px;
}

#game_info table.game_schedule td table.game_detail td.right_area {
  text-align: right;
  max-width: 100px;
}

#game_info table.game_schedule td table.game_detail td h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14pt;
  padding-left: 10px;
}

#game_info table.game_schedule td table.game_detail td h4 span {
  font-size: 11pt;
  font-weight: normal;
  padding-left: 10px;
  text-transform: lowercase;
}

#game_info table.game_schedule td table.game_detail td h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 13pt;
  padding-left: 10px;
  display: inline-block;
}

#game_info table.game_schedule td table.game_detail td img {
  width: 100%;
  max-width: 40px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 430px) {
  #game_info div {
    width: 100%;
  }

  #game_info table.game_schedule {
    width: 95%;
    margin-bottom: 10px;
  }

  #game_info table.game_schedule td.stage {
    display: block;
    width: 98%;
    margin-bottom: 10px;
  }

  #game_info table.game_schedule td table.game_detail td.left_area {
    min-width: 125px;
  }

  #game_info table.game_schedule td table.game_detail td h4 {
    font-size: 11pt;
  }

  #game_info table.game_schedule td table.game_detail td h4 span {
    font-size: 9pt;
  }

  #game_info table.game_schedule td table.game_detail td h5 {
    font-size: 9pt;
    font-weight: bold;
    padding-left: 5px;
  }

  #game_info table.game_schedule td table.game_detail td img {
    max-width: 20px;
  }

  #game_info table.game_schedule td table.game_detail td.right_area {
    font-size: 9pt;
  }
}

/** ボタンエリア */
.game_buttonarea {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0 0 0;
}

.game_buttonarea a {
  background: #D7C027;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 150px;
  padding: 10px 25px;
  color: #003758;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.game_buttonarea a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.game_buttonarea a:hover {
  background: #003758;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .game_buttonarea {
    width: 100%;
  }
}

/** Topics */
#topics {
  width: 100%;
  background-color: #FFFFFF;
}

#topics div {
  width: 1000px;
  margin: 0 auto;
}

#topics div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#topics div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#topics table {
  width: 95%;
  margin: 0 auto 5em auto;
  border-collapse: collapse;
}

#topics table td {
  box-sizing: border-box;
  padding: 5px;
}

#topics table td.datearea {
  width: 150px;
  color: #D7C027;
  text-transform: lowercase;
}

#topics table td.datearea2 {
  width: 200px;
  color: #D7C027;
  text-transform: lowercase;
  padding-left: 40px;
  padding-top: 3em;
}

#topics table td.topicsarea a {
  color: #003758;
}

#topics table td.titlearea {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 3em;
}

#topics table td.notearea {
  line-height: 1.8em;
  padding: 1em 20px 3em 20px;
  border-bottom: 1px solid #D7C027;
}

#topics table td.notearea img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

@media screen and (max-width: 430px) {

  #topics div {
    width: 100%;
  }

  #topics div h2 {
    font-size: 40pt;
  }

  #topics div h3 {
    font-size: 14pt;
    padding-bottom: 1em;
  }

  #topics table {
    width: 95%;
    margin: 0 auto 2em auto;
  }
  
  #topics table td {
    display: block;
    width: 100%;
  }

  #topics table td.datearea {
    vertical-align: top;
  }

  #topics table td.datearea2 {
    padding-left: 20px;
  }
}

/** ボタンエリア */
.topics_buttonarea {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0 4em 0;
}

.topics_buttonarea a {
  background: #D7C027;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 25px;
  color: #003758;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.topics_buttonarea a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.topics_buttonarea a:hover {
  background: #003758;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .topics_buttonarea {
    width: 100%;
  }
}

/* Pagination */
#pagination_area {
  width: 100%;
  background-color: #FFFFFF;
  padding: 2em 0 5em 0;
}

.pagination {
  margin: 5px 0;
  padding: 2px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
  margin-left: 5px;
  color: #333333;
}

.pagination a, .pagination a:visited {
  padding: 10px 14px;
  border: 1px solid #929292;
  text-decoration: none;
  color: #333333;
  border-radius: 2px;
}

.pagination a:hover, .pagination a:active {
  padding: 10px 14px;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  background-color: #CCCCCC;
  border-radius: 2px;
}

.pagination a.currentpage {
  padding: 10px 14px;
  background-color: #CCCCCC;
  color: #FFFFFF !important;
  border-color: #CCCCCC;
  font-weight: bold;
  border-radius: 2px;
}

.pagination a.disablelink, .pagination a.disablelink:hover {
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}

@media only screen and (min-width: 769px) {

  .pagination a, .pagination a:visited {
    padding: 7px;
  }

  .pagination a:hover, .pagination a:active {
    padding: 7px;
  }

  .pagination a.currentpage {
    padding: 7px;
  }
}

@media only screen and (max-width: 430px) {
  #pagination_area .pagelink {
    display: none;
  }
}

/** Member */
#member {
  width: 100%;
  background-color: #003758;
}

#member h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 80pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
}

#member h3 {
  text-align: center;
  padding-bottom: 3em;
  margin: 0;
  color: #FFFFFF;
  font-size: 16pt;
}

#member img {
  width: 100%;
  height: auto;
  max-width: 2500px;
}

@media screen and (max-width: 430px) {

  #member h2 {
    font-size: 52pt;
  }

  #member h3 {
    font-size: 12pt;
  }
}

/** Move with US */
#move_with_us {
  width: 100%;
  background-color: #FFFFFF;
}

#move_with_us div {
  width: 1000px;
  margin: 4em auto;
}

#move_with_us div p {
  padding: 1em;
  text-align: center;
}

#move_with_us div img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

@media screen and (max-width: 430px) {

  #move_with_us div {
    width: 100%;
  }
}

/** インスタグラムエリア */
#instagram_area {
  width: 100%;
  background-color: #E6E6E6;
  background-image: url(../images/bg_instagram.png);
  background-repeat: no-repeat;
}

#instagram_area div {
  width: 1300px;
  margin: 0 0 0 auto;
}

#instagram_area table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0 auto;
}

#instagram_area table td {
  box-sizing: border-box;
  padding: 0;
  width: 19%;
  text-align: center;
}

#instagram_area table td blockquote {
  width: 200px;
  height: auto;
}

#instagram_area table td img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

@media screen and (max-width: 430px) {
  #instagram_area div {
    width: 100%;
  }

  #instagram_area table {
    width: 98%;
  }
  
  #instagram_area table td {
    display: block;
    width: 100%;
  }
}

/** リンクエリア */
#link_area {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 4em;
  margin-bottom: 2em;
}

#link_area div {
  width: 1300px;
  margin: 0 auto;
  min-height: 100px;
}

#link_area table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

#link_area table td {
  box-sizing: border-box;
  padding: 5px;
  width: 24%;
  text-align: center;
}

#link_area table td img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

@media screen and (max-width: 430px) {
  #link_area div {
    width: 100%;
  }

  #link_area table {
    width: 98%;
  }
  
  #link_area table td {
    display: block;
    width: 100%;
  }
}

/** Team */
#team {
  width: 100%;
  background-color: #FFFFFF;
}

#team div {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
}

#team div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#team div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#team div p {
  padding: 1em;
  text-align: left;
  line-height: 1.8em;
}

#team div img.teamimage {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

#team div section#slogan {
  text-align: center;
}

#team div section#slogan h4 {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
  font-size: 12pt;
}

#team div section img.sloganimage {
  width: auto;
  height: 100%;
  max-height: 98px;
}

@media screen and (max-width: 430px) {

  #team div {
    width: 100%;
  }

  #team div h2 {
    font-size: 40pt;
  }

  #team div h3 {
    font-size: 14pt;
    padding-bottom: 1em;
  }

  #team div section img.sloganimage {
    width: 95%;
    height: auto;
    max-width: 400px;
  }
}

/** AboutUs */
#aboutus {
  width: 100%;
  background-color: #E6E6E6;
  background-image: url(../images/bg_aboutus.png);
  background-repeat: no-repeat;
  background-position: right top;
}

#aboutus div {
  width: 800px;
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

#aboutus div h3 {
  color: #003758;
  background-color: #D7C027;
  border: 1px solid #D7C027;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  font-size: 19pt;
  margin: 10px 0;
  width: 240px;
}

#aboutus div h4 {
  font-size: 45pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #006198;
  font-weight: normal;
}

#aboutus div h4 span {
  font-size: 12pt;
  padding: 0;
  margin: 0;
  color: #006198;
}

#aboutus div h5 {
  font-size: 24pt;
  margin: 0;
  color: #006198;
}

#aboutus table {
  width: 100%;
  margin: 3em auto;
  border-collapse: collapse;
}

#aboutus table td {
  box-sizing: border-box;
  padding: 30px 5px;
  vertical-align: middle;
}

#aboutus table td.about_header {
  width: 250px;
}

#aboutus table td.centering {
  text-align: center;
}

#aboutus table td.leftcenter {
  text-align: left;
  padding-left: 50px;
}

#aboutus table td img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

@media screen and (max-width: 430px) {
  #aboutus {
    background-image: none;
  }
  
  #aboutus div {
    width: 100%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }

  #aboutus div h3 {
    width: 93%;
  }

  #aboutus table {
    width: 98%;
  }
  
  #aboutus table td {
    display: block;
    width: 100%;
  }

  #aboutus table td.about_header {
    width: 100%;
  }

  #aboutus table td.leftcenter {
    text-align: center;
    padding-left: 0;
  }
}

/** History */
#history {
  width: 100%;
  background-color: #FFFFFF;
}

#history div {
  width: 1000px;
  margin: 0 auto;
}

#history div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#history div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 3em;
  margin: 0;
  color: #003758;
}

#history table {
  width: 95%;
  margin: 0 auto 5em auto;
  border-collapse: collapse;
}

#history table td {
  box-sizing: border-box;
  padding: 5px;
}

@media screen and (max-width: 430px) {

  #history div {
    width: 100%;
  }

  #history div h2 {
    font-size: 40pt;
  }

  #history div h3 {
    font-size: 14pt;
    padding-bottom: 2em;
  }

  #history table {
    width: 95%;
  }
  
  #history table td {
    display: block;
    width: 100%;
  }
}

/** Member Info */
#member_list {
  width: 100%;
  background-color: #FFFFFF;
}

#member_list div {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
}

#member_list div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#member_list div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 3em;
  margin: 0;
  color: #003758;
}

#member_list table.stage_table {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}

#member_list td.imagearea {
  text-align: center;
}

#member_list td.imagearea img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

#member_list h4.player {
  font-size: 1.6em;
  color: #003758;
  padding: 0;
  text-align: left;
  margin: 0;
}

#member_list td.backnumber {
  font-size: 5.5em;
  width: 42%;
  vertical-align: top;
  padding-top: 10px;
  color: #FFFFFF;
  -webkit-text-stroke: 3px #003758;
  font-weight: bold;
  font-family: "Porn-Star-Academy";
  transform: scale(1.2, 1.2);
  text-align: center;
}

#member_list td.backnumber img {
  height: 75px;
  width: auto;
  margin-top: 10px;
}

#member_list td.profile {
  padding: 10px 0 3em 0;
  vertical-align: top;
  text-align: left;
}

#member_list td.profile p.furigana {
  font-size: 0.7em;
  color: #003758;
  font-family: centurygothicbold;
  letter-spacing: 1px;
  padding: 3px 0 5px 0;
  margin: 0;
  text-align: left;
}

#member_list td.profile p.courtname {
  background-color: #D7C027;
  color: #ffffff;
  font-family: centurygothicbold;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 3px 0;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 430px) {

  #member_list div {
    width: 100%;
  }

  #member_list div h2 {
    font-size: 40pt;
  }

  #member_list div h3 {
    font-size: 14pt;
    padding-bottom: 2em;
  }

  #member_list table.stage_table {
    width: 95%;
  }
  
  #member_list table.stage_table th {
    display: block;
    width: 100%;
  }
  
  #member_list table.stage {
    margin: 0 auto;
  }
}

/** パンくずリンク */
#breadcrumbs {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 10px;
  padding-bottom: 2em;
}

#breadcrumbs div {
  width: 1300px;
  margin: 0 auto;
}

#breadcrumbs div ul {
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
}

#breadcrumbs div li {
  font-size: 12px;
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

#breadcrumbs a {
  background: transparent url(../images/breadcrumb.gif) no-repeat center right;
  padding-right: 18px;
}

@media screen and (max-width: 430px) {

  #breadcrumbs div {
    width: 95%;
  }
}

/** Photo Area */
#photo_area {
  display: none;
}

#photo_area div img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

@media screen and (max-width: 430px) {

  #photo_area {
    display: block;
  }

  #photo_area div {
    width: 95%;
    margin: 0 auto 2em auto;
    text-align: center;
  }
}

/** Profile Area */
#profile_area {
  width: 100%;
  background-color: #FFFFFF;
}

#profile_area div {
  width: 1000px;
  margin: 0 auto;
}

#profile_area table {
  width: 100%;
  margin: 0 auto 2em auto;
  border-collapse: collapse;
}

#profile_area table td {
  vertical-align: top;
}

#profile_area table th {
  vertical-align: top;
  text-align: right;
  padding-right: 20px;
  width: 190px;
}
  
#profile_area div td.imagearea {
  text-align: center;
  width: 350px;
  position: relative;
}

#profile_area div td.imagearea img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0;
  z-index: 1;
}

#profile_area div h3.player {
  font-size: 2.8em;
  color: #003758;
  margin: 0;
}

#profile_area div td.backnumber {
  text-align: center;
  font-size: 7em;
  width: 100px;
  color: #FFFFFF;
  -webkit-text-stroke: 5px #003758;
  font-weight: bold;
  font-family: "Porn-Star-Academy";
  transform: scale(1.1, 1.2);
  vertical-align: top;
}

#profile_area div td.backnumber img {
  height: 90px;
  width: auto;
  margin-top: 10px;
}

#profile_area div td.namearea {
  vertical-align: top;
  width: 250px;
}

#profile_area div p.furigana {
  font-size: 1.2em;
  color: #003758;
  font-family: centurygothicbold;
  letter-spacing: 1px;
  padding: 5px 0 3px 0;
  margin: 0;
  border-bottom: 2px #D7C027 solid;
}

#profile_area div table.memberarea th {
  line-height: 1.8em;
  font-size: 1.2em;
}

#profile_area div table.memberarea td {
  line-height: 1.8em;
  font-size: 1.2em;
}

@media screen and (max-width: 430px) {

  #profile_area div {
    width: 100%;
  }

  #profile_area table {
    width: 98%;
  }

  #profile_area div h3.player {
    font-size: 2em;
    padding-top: 20px;
  }
  
  #profile_area table td.imagearea {
    display: none;
  }

  #profile_area div td.namearea {
    width: 150px;
  }

  #profile_area div td.backnumber {
    vertical-align: top;
  }

  #profile_area div td.backnumber img {
    height: 80px;
    width: auto;
    margin-top: 0;
  }
}

/** Comment Area */
#comment_area {
  width: 100%;
  background-color: #FFFFFF;
}

#comment_area div {
  width: 1000px;
  margin: 2em auto 4em auto;
  text-align: center;
  border: 1px solid #003758;
}

#comment_area div img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

@media screen and (max-width: 430px) {

  #comment_area div {
    width: 95%;
  }
}

/** Member Link */
#member_link {
  width: 100%;
  background-color: #e6e6e6;
}

#member_link div {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5em;
}

#member_link div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#member_link div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#member_link table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

#member_link table td {
  box-sizing: border-box;
  padding: 5px;
  width: 24%;
  text-align: left;
  font-size: 16pt;
}

@media screen and (max-width: 430px) {
  #member_link div {
    width: 100%;
  }

  #member_link div h2 {
    font-size: 40pt;
  }

  #member_link div h3 {
    font-size: 14pt;
    padding-bottom: 2em;
  }
  
  #member_link table {
    width: 50%;
    margin: 0 auto;
  }
  
  #member_link table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/** Game Schedule */
#game_schedule {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 3em;
}

#game_schedule div.schedule_title {
  width: 1000px;
  margin: 0 auto;
}

#game_schedule div.schedule_title h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#game_schedule div.schedule_title h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 3em;
  margin: 0;
  color: #003758;
}

@media screen and (max-width: 430px) {

  #game_schedule div.schedule_title {
    width: 100%;
  }

  #game_schedule div.schedule_title h2 {
    font-size: 40pt;
  }

  #game_schedule div.schedule_title h3 {
    font-size: 14pt;
    padding-bottom: 2em;
  }
}

/** Game List */
.game_list {
  width: 1000px;
  margin: 0 auto 2em auto;
  border: #006198 5px solid;
  border-radius: 10px;
  background-repeat:repeat-y;
  text-align: left;
  display: flex;
  justify-content: center;
  height: 200px;
}

.bg1 {
  background: linear-gradient(75deg, #006198 0%, #006198 40%, #e6e6e6 40%, #e6e6e6 100%);
}

.bg2 {
  background: linear-gradient(75deg, #006198 0%, #006198 40%, #ffffff 40%, #ffffff 100%);
}

.game_list table {
  width: 95%;
}

.game_list td {
  vertical-align: top;
  padding-top: 20px;
}

.game_list td.schedule {
  width: 330px;
  line-height: 1.5em;
  color: #FFFFFF;
}

.game_list td.schedule h4 {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-family: "Calligraphr-Regular";
  /*font-family: "Porn-Star-Academy";*/
  font-size: 24pt;
  line-height: 1.5em;
}

.game_list td.schedule h4 span {
  font-size: 12pt;
  padding: 2px 5px 0 2px;
  border: 1px solid #FFFFFF;
}

.game_list td.schedule h5 {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 12pt;
  line-height: 1.5em;
}

.game_list td.schedule a {
  color: #D7C027;
}

.game_list td.blank {
  width: 60px;
}

.game_list td.anchors {
  text-align: center;
  padding-top: 12px;
  width: 235px;
}

.game_list td.anchors h4 {
  padding: 0;
  margin: 0;
  color: #003758;
  font-family: "Calligraphr-Regular";
  font-size: 22pt;
  line-height: 1.8em;
  font-weight: normal;
}

.game_list td.anchors img {
  width: 100px;
  height: auto;
}

.game_list td.anchors2 {
  text-align: center;
  padding-top: 25px;
}

.game_list td.anchors2 h4 {
  padding: 0;
  margin: 0;
  color: #003758;
  font-family: "Calligraphr-Regular";
  font-size: 22pt;
  line-height: 0.9em;
  font-weight: normal;
}

.game_list td.anchors2 img {
  width: 70px;
  height: auto;
}

.game_list td.vs {
  width: 60px;
  text-align: center;
  vertical-align: middle;
}

.game_list td.vs h5 {
  font-family: "Porn-Star-Academy";
  color: #FF0000;
  padding: 0;
  margin: 0;
  font-size: 12pt;
}

.game_list td.vs img {
  width: 50px;
  height: auto;
}

.game_list td.opponent {
  text-align: center;
  min-width: 190px;
}

.game_list td.opponent h4 {
  padding: 0;
  margin: 0;
  color: #003758;
  font-size: 15pt;
  line-height: 1.5em;
}

.game_list td.opponent img {
  width: 120px;
  height: auto;
  margin-top: 10px;
}

.game_list td.opponent2 {
  text-align: center;
  min-width: 200px;
}

.game_list td.opponent2 h4 {
  padding: 0;
  margin: 0;
  color: #003758;
  font-size: 16pt;
  line-height: 1.5em;
}

.game_list td.opponent2 img {
  width: 70px;
  height: auto;
}

.game_list table.result {
  margin: 0 auto;
}

.game_list table.result td {
  line-height: 0;
  font-family: "Porn-Star-Academy";
}

.game_list table.result td.allpoint {
  font-size: 36pt;
  vertical-align: middle;
}

.game_list table.result td.point {
  width: 20px;
  vertical-align: middle;
  text-align: center;
}

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

/** Mobile Game List Up */
.mobile_game_list_up {
  display: none;
}

@media screen and (max-width: 430px) {
  .mobile_game_list_up {
    display: block;
    width: 90%;
    border: #006198 5px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #006198;
    margin: 0 auto;
    padding: 5px;
  }
  
  .mobile_game_list_up table {
    width: 100%;
    margin: 0 auto;
  }
  
  .mobile_game_list_up td {
    font-size: 8pt;
  }

  .mobile_game_list_up td.schedule {
    width: 330px;
    line-height: 1.5em;
    color: #FFFFFF;
  }

  .mobile_game_list_up td.schedule h4 {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-family: "Calligraphr-Regular";
    /*font-family: "Porn-Star-Academy";*/
    font-size: 20pt;
    line-height: 1.5em;
  }

  .mobile_game_list_up td.schedule h4 span {
    font-size: 10pt;
    padding: 2px 5px 0 2px;
    border: 1px solid #FFFFFF;
  }

  .mobile_game_list_up td.schedule h5 {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 1.5em;
  }
  
  .mobile_game_list_up td.link_area {
    width: 150px;
  }

  .mobile_game_list_up td.link_area a {
    color: #D7C027;
  }
}

/** Mobile Game List Down */
.mobile_game_list_down {
  display: none;
}

@media screen and (max-width: 430px) {
  .mobile_game_list_down {
    display: block;
    width: 90%;
    border: #006198 5px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
  }

  .mobile_bg1 {
    background-color: #e6e6e6;
  }

  .mobile_bg2 {
    background-color: #FFFFFF;
  }
  
  .mobile_game_list_down table {
    width: 100%;
    margin: 0 auto;
  }

  .mobile_game_list_down td.anchors {
    text-align: center;
    padding-top: 10px;
  }

  .mobile_game_list_down td.anchors h4 {
    padding: 0;
    margin: 0;
    color: #003758;
    font-family: "Calligraphr-Regular";
    font-size: 14pt;
    line-height: 1.8em;
    font-weight: normal;
  }

  .mobile_game_list_down td.anchors img {
    width: 70px;
    height: auto;
  }

  .mobile_game_list_down td.anchors2 {
    text-align: center;
    padding-top: 15px;
  }

  .mobile_game_list_down td.anchors2 h4 {
    padding: 0;
    margin: 0;
    color: #003758;
    font-family: "Calligraphr-Regular";
    font-size: 14pt;
    line-height: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .mobile_game_list_down td.anchors2 img {
    width: 40px;
    height: auto;
  }

  .mobile_game_list_down td.vs {
    width: 40px;
    text-align: center;
    vertical-align: middle;
  }

  .mobile_game_list_down td.vs h5 {
    font-family: "Porn-Star-Academy";
    color: #FF0000;
    padding: 0;
    margin: 0;
    font-size: 10pt;
  }

  .mobile_game_list_down td.vs img {
    width: 30px;
    height: auto;
  }

  .mobile_game_list_down td.opponent {
    text-align: center;
  }

  .mobile_game_list_down td.opponent h4 {
    padding: 0;
    margin: 0;
    color: #003758;
    font-size: 10pt;
    line-height: 1.2em;
    margin-top: 15px;
    font-weight: bold;
  }

  .mobile_game_list_down td.opponent img {
    width: 70px;
    height: auto;
    margin-top: 10px;
  }

  .mobile_game_list_down td.opponent2 {
    text-align: center;
    padding-top: 10px;
  }

  .mobile_game_list_down td.opponent2 h4 {
    padding: 0;
    margin: 0;
    color: #003758;
    font-size: 10pt;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .mobile_game_list_down td.opponent2 img {
    width: 40px;
    height: auto;
  }

  .mobile_game_list_down table.result {
    margin: 0 auto;
  }

  .mobile_game_list_down table.result td {
    line-height: 0;
    font-family: "Porn-Star-Academy";
  }

  .mobile_game_list_down table.result td.allpoint {
    font-size: 18pt;
    vertical-align: middle;
  }

  .mobile_game_list_down table.result td.point {
    width: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em;
    padding: 5px 2px;
  }
}

/** Archive Link */
#archive_link {
  width: 100%;
  background-color: #e6e6e6;
}

#archive_link div {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

#archive_link div h3 {
  text-align: center;
  font-size: 20pt;
  padding-bottom: 1em;
  padding-top: 1em;
  margin: 0;
  color: #003758;
}

#archive_link div ul {
  margin: 0;
  padding: 0;
}

#archive_link div ul li {
  list-style: none;
  font-size: 1.2em;
}

#archive_link div ul li a {
  color: #003758;
}

#archive_link div ul li.kukiya {
  margin-top: 20px;
  font-size: 1em;
}

@media screen and (max-width: 430px) {
  #archive_link div {
    width: 100%;
  }
}

/** Sponsor */
#sponsor {
  width: 100%;
  background-color: #FFFFFF;
}

#sponsor div {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
}

#sponsor div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#sponsor div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#sponsor div h4 {
  text-align: center;
  font-size: 36pt;
  padding-top: 3em;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
  font-family: "Calligraphr-Regular";
  font-weight: normal;
}

#sponsor div h4.subtitle {
  padding-bottom: 10px;
}

#sponsor div h5 {
  text-align: center;
  font-size: 12pt;
  padding-bottom: 3em;
  margin: 0;
  color: #003758;
}

#sponsor div p {
  padding: 1em;
  text-align: center;
  line-height: 1.8em;
}

#sponsor div p.commingsoon {
  padding-bottom: 300px;
}

#sponsor table.sponsor_banner {
  width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
}

#sponsor table.sponsor_banner td {
  box-sizing: border-box;
  padding: 5px;
  width: 49%;
  text-align: center;
}

#sponsor table.sponsor_banner td img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

#sponsor table.sponsor_link {
  width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
}

#sponsor table.sponsor_link td {
  box-sizing: border-box;
  padding: 5px;
  width: 32%;
  text-align: center;
}

@media screen and (max-width: 430px) {

  #sponsor div {
    width: 100%;
  }

  #sponsor div h2 {
    font-size: 40pt;
  }

  #sponsor div h3 {
    font-size: 14pt;
    padding-bottom: 1em;
  }

  #sponsor div p.commingsoon {
    padding-bottom: 150px;
  }

  #sponsor table.sponsor_banner {
    width: 98%;
  }
  
  #sponsor table.sponsor_banner td {
    display: block;
    width: 100%;
  }

  #sponsor table.sponsor_link {
    width: 98%;
  }
  
  #sponsor table.sponsor_link td {
    display: block;
    width: 100%;
  }
}

/** ボタンエリア */
.sponsor_buttonarea {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0 4em 0;
}

.sponsor_buttonarea a {
  background: #D7C027;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 10px 25px;
  color: #003758;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.sponsor_buttonarea a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.sponsor_buttonarea a:hover {
  background: #003758;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .sponsor_buttonarea {
    width: 100%;
    max-width: 300px;
  }

  .sponsor_buttonarea a {
    font-size: 0.8em;
  }
}

/** Sponsor Detail */
.sponsor_detail {
  width: 100%;
  background-color: #ffffff;
}

.sponsor_detail div {
  width: 800px;
  margin: 0 auto 2em auto;
  border: #006198 5px solid;
  border-radius: 10px;
  background-size: 260px auto;
  background-repeat:repeat-y;
  min-height: 160px;
  overflow: hidden;
  text-align: left;
}

.sponsor_detail div h3 {
  text-align: left;
  font-size: 20pt;
  padding: 0;
  margin: 0;
  color: #003758;
  padding-left: 300px;
  padding-right: 20px;
  padding-top: 10px;
}

.sponsor_detail div p {
  text-align: left;
  padding: 0;
  padding-left: 310px;
  padding-right: 10px;
  margin: 0;
}

@media screen and (max-width: 430px) {
  .sponsor_detail div {
    width: 90%;
    margin: 0 auto 2em auto;
    background-position: top 0 left -200%;
    overflow: auto;
    height: auto;
  }

  .sponsor_detail div h3 {
    font-size: 14pt;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .sponsor_detail div p {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0;
  }
}

/** Recruitment */
#recruitment {
  width: 100%;
  background-color: #e6e6e6;
}

#recruitment div {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5em;
  padding-bottom: 5em;
  margin-top: 5em;
}

#recruitment table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

#recruitment table td {
  box-sizing: border-box;
  padding: 5px;
  width: 49%;
  text-align: center;
}

#recruitment table td.left {
  border-right: 1px solid #003758;
}

#recruitment table td h3 {
  text-align: center;
  font-size: 20pt;
  padding-bottom: 1em;
  padding-top: 1em;
  margin: 0;
  color: #003758;
}

@media screen and (max-width: 430px) {
  #recruitment div {
    width: 100%;
  }

  #recruitment table {
    width: 98%;
  }
  
  #recruitment table td {
    display: block;
    width: 100%;
  }
}

/** ボタンエリア */
.recruitment_buttonarea {
  margin: 0 auto;
  text-align: center;
  padding: 2em 0 2em 0;
}

.recruitment_buttonarea a {
  background: #D7C027;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 10px 25px;
  color: #003758;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.recruitment_buttonarea a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.recruitment_buttonarea a:hover {
  background: #003758;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .recruitment_buttonarea {
    width: 100%;
  }
}

/** Archive */
#archive {
  width: 100%;
  background-color: #FFFFFF;
}

#archive div {
  width: 1000px;
  margin: 0 auto;
}

#archive div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#archive div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#archive table {
  width: 95%;
  margin: 0 auto 5em auto;
  border-collapse: collapse;
}

#archive table td {
  box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid #D7C027;
  text-align: left;
  padding-bottom: 2em;
}

#archive table td h4 {
  font-size: 14pt;
  margin: 0;
  padding: 20px 0 10px 0;
}

#archive table td p {
  line-height: 1.5em;
  margin: 0;
  padding: 10px 0 20px 0;
}

#archive table td ul {
  margin: 0;
  padding: 0;
}

#archive table td li {
  list-style-type: none;
  display: inline;
  margin-left: 5px;
  float: left;
  font-size: 10pt;
}

@media screen and (max-width: 430px) {

  #archive div {
    width: 100%;
  }

  #archive div h2 {
    font-size: 40pt;
  }

  #archive div h3 {
    font-size: 14pt;
    padding-bottom: 1em;
  }
  
  #archive table {
    width: 95%;
  }
  
  #archive table td {
    display: block;
    width: 100%;
  }
}

/** ボタンエリア */
.archive_buttonarea a {
  background: #D7C027;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  padding: 10px 25px;
  color: #003758;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.archive_buttonarea a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.archive_buttonarea a:hover {
  background: #003758;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  
}

/** Detail Area */
#detail_area {
  width: 100%;
  background-color: #FFFFFF;
}

#detail_area div {
  width: 1000px;
  margin: 0 auto;
}

#detail_area div h2 {
  text-align: center;
  padding-top: 1em;
  font-size: 58pt;
  margin: 0;
  font-family: "Calligraphr-Regular";
  color: #D7C027;
  font-weight: normal;
  line-height: 0.7em;
}

#detail_area div h3 {
  text-align: center;
  font-size: 16pt;
  padding-bottom: 1em;
  margin: 0;
  color: #003758;
}

#detail_area table {
  width: 95%;
  margin: 0 auto 5em auto;
  border-collapse: collapse;
}
  
#detail_area table td {
  vertical-align: top;
}

#detail_area table th {
  vertical-align: top;
  text-align: left;
  width: 190px;
}

#detail_area table.game_info th {
  line-height: 1.8em;
  font-size: 1.2em;
}

#detail_area table.game_info td {
  line-height: 1.8em;
  font-size: 1.2em;
}

@media screen and (max-width: 430px) {

  #detail_area div {
    width: 100%;
  }

  #detail_area div h2 {
    font-size: 40pt;
  }

  #detail_area div h3 {
    font-size: 14pt;
    padding-bottom: 1em;
  }

  #detail_area table {
    width: 95%;
  }

  #detail_area table th {
    width: 100px;
  }

  #detail_area table.game_info th {
    font-size: 1.0em;
  }

  #detail_area table.game_info td {
    font-size: 1.0em;
  }
}

/** フッター */
#footer {
  width: 100%;
  background-color: #006198;
}

#footer div {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8em;
  padding: 2em 0;
}