@charset "UTF-8";
/* 下層共通 */
.wrapper {
  padding-top: 105px;
}

.siteheader {
  border-top: solid 13px #ff951c;
}

.bread {
  margin-top: 24px;
  margin-bottom: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1em;
  font-size: 0.875rem;
}
.bread:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff951c;
  margin-right: 8px;
}
.bread a {
  color: #0169be;
}

.pageheader {
  background: url(/images/common/pagettl-bg.png) center no-repeat;
}
.pageheader .box_inner {
  display: flex;
  align-items: center;
  height: 145px;
}
.pageheader h1 {
  font-size: 2.2499925rem;
  color: #06044d;
  margin-right: 29px;
  font-weight: 500;
}
.pageheader .eng {
  font-size: 0.999683125rem;
  color: #908eb2;
  font: "Oswald", sans-serif;
}

.sitemain {
  box-sizing: border-box;
  overflow: hidden;
}

.pagemain {
  min-height: 570px;
  box-sizing: border-box;
  padding-bottom: 4rem;
}

.childpagelist {
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.childpagelist:after {
  content: '';
  display: block;
  width: 341px;
}
.childpagelist li {
  width: 341px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 29px;
  background: #efefef;
}
.childpagelist a {
  display: flex;
  text-decoration: none;
  align-items: center;
  box-sizing: border-box;
  padding-right: 25px;
  position: relative;
}
.childpagelist a:before, .childpagelist a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: #ff951c;
  box-sizing: border-box;
  position: absolute;
  right: 2px;
}
.childpagelist a:before {
  border-width: 1px 1px 0 0;
  top: 2px;
}
.childpagelist a:after {
  border-width: 0 1px 1px 0;
  bottom: 2px;
}
.childpagelist img {
  width: 115px;
  height: 121px;
  display: inline-block;
  margin-right: 20px;
}
.childpagelist .ttl {
  font-size: 19px;
  line-height: 1.35em;
  white-space: pre;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #06044d;
}
.childpagelist .desc {
  font-size: 13px;
  line-height: 1.35em;
  white-space: pre;
}

/* スケジュール */
input[name="schedule_cat"], .box_cat > input[type="radio"] {
  display: none;
}

.box_all_schedule {
  position: relative;
}
.box_all_schedule .cat_tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 34px;
  padding-bottom: 11px;
}
.box_all_schedule .cat_tabs:after {
  content: '';
  display: block;
  position: absolute;
  height: 11px;
  top: 46px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ff951c;
}
.box_all_schedule .cat_tabs .cat_tab {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
  background: #eee;
  font-size: 0.875rem;
  min-width: 130px;
  box-sizing: border-box;
  padding: 0 0.5em;
  height: 37px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}
.box_all_schedule .cat_tabs .cat_tab:hover {
  opacity: 0.85;
}
.box_all_schedule .m_labels {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.box_all_schedule .m_labels label {
  min-width: 75px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.5em;
  font-size: 0.875rem;
  font-weight: 700;
  background: #ebebeb;
  margin: 0 1px;
  cursor: pointer;
}
.box_all_schedule .m_labels label:hover {
  opacity: 0.85;
}
.box_all_schedule .box_cat {
  display: none;
}
.box_all_schedule .box_month {
  display: none;
  margin-bottom: 45px;
  position: relative;
}
.box_all_schedule .ym {
  position: absolute;
  top: -175px;
  left: 0;
  color: #06044d;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.box_all_schedule .ym .y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 9px;
}
.box_all_schedule .ym .y:after {
  content: 'year';
  color: #8f8eb2;
  font-size: 0.8372666667em;
  display: block;
  text-align: center;
  line-height: 1em;
}
.box_all_schedule .ym .m {
  font-size: 2em;
  line-height: 1em;
}
.box_all_schedule h2 {
  margin-top: 0;
  height: 64px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 160px;
  font-size: 1.875rem;
  font-weight: 700;
}
.box_all_schedule table.schedule {
  width: 100%;
  border: solid 1px #888;
  border-collapse: collapse;
}
.box_all_schedule table.schedule th, .box_all_schedule table.schedule td {
  border: solid 1px #888;
}
.box_all_schedule table.schedule th {
  background: #06044d;
  color: #fff;
}
.box_all_schedule table.schedule th:nth-child(-n+2) {
  text-align: center;
}
.box_all_schedule table.schedule td:last-child:empty {
  background: #e8e7e7;
}
.box_all_schedule table.schedule td:last-child:empty:before {
  content: 'OFF';
}
.box_all_schedule table.schedule td:nth-child(-n+2) {
  width: 75px;
  text-align: center;
  vertical-align: middle;
}
.box_all_schedule table.schedule .sat td:nth-child(-n+2) {
  background: #bee2ea;
  color: #305496;
}
.box_all_schedule table.schedule .sun td:nth-child(-n+2) {
  background: #f3b5b5;
  color: #b90f0f;
}
.box_all_schedule table.schedule .off td:last-child {
  background: #e8e7e7;
}

/* 試合予定・結果 */
body.grp_game input[name=switch_season] {
  display: none;
}
body.grp_game .gamelist {
  display: none;
}
body.grp_game .gamelist.show {
  display: block;
}
body.grp_game #switch_all_season:checked ~ .pagemain .gamelist {
  display: block;
}
body.grp_game #switch_1st_season:checked ~ .pagemain .gamelist.season1 {
  display: block;
}
body.grp_game #switch_2nd_season:checked ~ .pagemain .gamelist.season2 {
  display: block;
}
body.grp_game #switch_all_season:checked ~ .pagemain label[for=switch_all_season],
body.grp_game #switch_1st_season:checked ~ .pagemain label[for=switch_1st_season],
body.grp_game #switch_2nd_season:checked ~ .pagemain label[for=switch_2nd_season] {
  background: #ff951c;
  border: none;
  color: #fff;
}
body.grp_game .gamenav {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
body.grp_game .gamenav .y {
  color: #06044d;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1em;
  margin-right: 49px;
}
body.grp_game .gamenav .y:after {
  content: 'year';
  display: inline-block;
  line-height: 1em;
  color: #8f8eb2;
  font-size: 0.5834426667em;
}
body.grp_game .gamenav .game_selector label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 29px;
  box-sizing: border-box;
  color: #06044d;
  font-weight: 500;
  border: solid 1px #06044d;
  margin-right: 17px;
}
body.grp_game .gamenav .box_archives {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  margin-left: 13px;
  border-left: double 4px #06044d;
}
body.grp_game .gamenav #game_y_pulldown {
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #06044d;
  width: 213px;
  padding-left: 10px;
  margin-left: 23px;
}
body.grp_game .gamenav .btn_othercat{
	background: #06044d;
	color: #fff;
	padding: 0.625rem;
	margin: 0 0 0 1.6rem;
	display: inline-flex;
	height: 30px;
	align-items: center;
	min-width: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
body.grp_game .game_info {
  background: url("/images/game/latest-bg.jpg") center bottom no-repeat;
  height: 473px;
  margin-bottom: 48px;
}
body.grp_game .game_info h3 {
  font-size: 24px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  color: #06044d;
}
body.grp_game .game_info .ttl_orange {
  color: #ff951c;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
}
body.grp_game .game_info .ribbon {
  display: inline-flex;
  flex-direction: column;
  width: 54px;
  height: 55px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  justify-content: space-between;
  align-items: center;
  color: #06044d;
  box-sizing: border-box;
  padding-top: 17px;
  line-height: 1em;
  position: relative;
}
body.grp_game .game_info .ribbon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -4px;
  border-style: solid;
  border-width: 4px 2px;
  border-color: transparent transparent #06044d #06044d;
}
body.grp_game .game_info .ribbon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 32px 20px;
  border-color: #ff951c #ff951c transparent #ff951c;
  position: absolute;
  top: 0;
  left: 0;
}
body.grp_game .game_info .ribbon span {
  position: relative;
}
body.grp_game .box_singlegame {
  margin-right: 32px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 524px;
}
body.grp_game .box_singlegame:before {
  content: '';
  display: block;
  width: 496px;
  height: 274px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}
body.grp_game .box_singlegame .box_data {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 305px;
  background: rgba(255, 255, 255, 0.5);
  padding: 37px 38px 0;
}
body.grp_game .box_singlegame .ribbon {
  width: 64px;
  position: absolute;
  left: 36px;
  top: 4px;
}
body.grp_game .box_singlegame.away .ribbon:before {
  border-color: #818181 #818181 transparent #818181;
  color: #fff;
}
body.grp_game .box_singlegame h3 {
  margin: 0;
  line-height: 1em;
  font-size: 24px;
  color: #06044d;
  font-family: "Oswald", sans-serif;
  height: 37px;
}
body.grp_game .box_singlegame h3 + div {
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  height: 30px;
}
body.grp_game .box_singlegame .place {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 30px;
  margin-bottom: 12px;
  background: #ff951c;
}
body.grp_game .box_singlegame.away .place {
  background: none;
  border: solid 1px #06044d;
  color: #06044d;
}
body.grp_game .box_singlegame .logo {
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.grp_game .box_singlegame .logo img {
  max-width: 100%;
  max-height: 100%;
}
body.grp_game .box_singlegame .vs_data {
  display: flex;
  font-family: "Oswald", sans-serif, YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 6px;
}
body.grp_game .box_singlegame .vs_data .logo {
  width: 101px;
  height: 101px;
}
body.grp_game .box_singlegame .vs_data .left, body.grp_game .box_singlegame .vs_data .right {
  width: 154px;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 84px;
  line-height: 1em;
}
body.grp_game .box_singlegame .vs_data .left {
  color: #ff951c;
}
body.grp_game .box_singlegame .vs_data .left .logo {
  margin-right: 10px;
}
body.grp_game .box_singlegame .vs_data .right .logo {
  margin-left: 10px;
}
body.grp_game .box_singlegame .vs_data .middle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 144px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 6px;
}
body.grp_game .box_singlegame .vs_data .middle div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 9px 0;
  white-space: nowrap;
}
body.grp_game .box_singlegame .vs_data .middle .num {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1em;
}
body.grp_game .box_singlegame .vs_data .middle span:not(.num) {
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
}
body.grp_game .box_singlegame .vs_data .ehime.left, body.grp_game .box_singlegame .vs_data .ehime.right {
  color: #ff951c;
}
body.grp_game .box_singlegame .vs_data + .txt_center {
  align-items: flex-start;
}
body.grp_game .box_singlegame.away .vs_data .left {
  color: #06044d;
}
body.grp_game .box_singlegame.away .vs_data .right {
  color: #ff951c;
}
body.grp_game .box_singlegame a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1em;
  color: #06044d;
  display: inline-flex;
  align-items: center;
}
body.grp_game .box_singlegame a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ff951c;
  border-right: solid 1px #ff951c;
  transform: rotate(45deg);
  margin-right: 9px;
}
body.grp_game .box_singlegame.result h3 {
  height: 48px;
}
body.grp_game .box_singlegame.result h3 + div {
  height: 38px;
}
body.grp_game .nextdetail {
  height: 147px;
  box-sizing: border-box;
  justify-content: space-between;
  margin-left: -10px;
  width: 470px;
}
body.grp_game .nextdetail .left {
  font-size: 15px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  width: 249px;
  height: 147px;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 17px 15px 11px;
  background: #fff;
}
body.grp_game .nextdetail .left .vs {
  display: block;
  text-align: center;
  color: #06044d;
  font-weight: 700;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 12px;
  font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  white-space: nowrap;
}
body.grp_game .nextdetail .left .len3box {
	width: 120px;
	height: 62px;
}
body.grp_game .nextdetail .left .vs.len3 {
  transform: scaleX(0.8);
  width: 120%;
  margin-left: -12.5%;
}
body.grp_game .nextdetail .left .vs.len4 {
  font-size: 26px;
  transform: scaleY(1.5);
  margin: 20% 0;
}
body.grp_game .nextdetail .left .place {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  height: 35px;
  justify-content: center;
  color: #06044d;
  font-size: 12px;
  line-height: 1.1em;
  font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.0779187817em;
}
body.grp_game .nextdetail .left img {
  max-width: 100%;
  max-height: 100%;
}
body.grp_game .nextdetail .right {
  width: 211px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
}
body.grp_game .nextdetail .right a {
  display: flex;
  background: #06044d;
  text-decoration: none;
  align-items: center;
  color: #ff951c;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  box-sizing: border-box;
}
body.grp_game .nextdetail .right a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ff951c;
  border-right: solid 1px #ff951c;
  transform: rotate(45deg);
  margin-right: 14px;
  margin-left: 17px;
}
body.grp_game .nextdetail .right .ticket {
  background: #06044d url("/images/front/btn-ticket-bg.png") right top no-repeat;
}
body.grp_game .nextdetail .right .wh {
  background: #fff;
  color: #06044d;
  border: solid 1px #06044d;
}
body.grp_game .nextdetail .right .wh:before {
  border-color: #06044d;
}
body.grp_game .nextdetail.home .place {
  background: #ff951c;
}
body.grp_game .nextdetail.away .place {
  background: #818181;
}
body.grp_game .box_pdf {
  margin-bottom: 21px;
}
body.grp_game .gamelist > article {
  padding: 14px 0;
  border-bottom: solid 1px #b6b6b6;
}
body.grp_game .gamelist > article > .box_inner {
  padding: 29px 0 28px;
  background: #fff;
	position: relative;
}
body.grp_game .gamelist .result {
  border-bottom: none;
}
body.grp_game .gamelist > .result.home {
  background: #fff3ce;
}
body.grp_game .gamelist > .result.away {
  background: #ebebeb;
}
body.grp_game .gamelist .box_left {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  font-family: Oswald, YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body.grp_game .gamelist .ribbon {
	position: absolute;
	left: 78px;
	top: -14px;
	display: inline-flex;
	background: #ff951c;
	color: #373737;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 400;
	font-family: Oswald, YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 4.125rem !important;
	height: 3.312rem;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0.375rem;
}
body.grp_game .gamelist>.result .ribbon {
	top: 0;
}
body.grp_game .gamelist .ribbon:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
/*	border-width: 12px 33px;*/
	border-width: 0.75rem 2.06rem;
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.grp_game .gamelist .box_left:after {
  content: '';
  display: block;
  width: 1px;
  height: 143px;
  background-color: #b6b6b6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.grp_game .gamelist .box_left .term {
  font-weight: 700;
  height: 34px;
  line-height: 1em;
}
body.grp_game .gamelist .box_left .date {
  font-size: 32px;
  line-height: 1em;
  height: 50px;
}
body.grp_game .gamelist .box_left .date span:nth-child(1) {
	font-size: 0.5em;
	display: inline-block;
	margin: 0 0.2em;
	font-weight: 700;
  font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body.grp_game .gamelist .box_left .date span:last-child {
  font-size: 0.5em;
}
body.grp_game .gamelist .studium {
  background: #ff951c;
  color: #06044d;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 280px;
  padding: 0 0.5em;
  box-sizing: border-box;
  margin-bottom: 4px;
}
body.grp_game .gamelist > .away .studium {
  background: #06044d;
  color: #fff;
}
body.grp_game .gamelist .box_center {
  width: 609px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.grp_game .gamelist .box_center ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body.grp_game .gamelist .box_center li {
  margin: 0 5px;
  width: 170px;
}
body.grp_game .gamelist .board {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
body.grp_game .gamelist .board .logo {
  width: 87px;
  height: 87px;
  flex-shrink: 0;
}
body.grp_game .gamelist .board .logo img {
  max-width: 100%;
  max-height: 100%;
}
body.grp_game .gamelist .board .total {
  line-height: 1em;
  display: flex;
  align-items: center;
  font-size: 39px;
  font-weight: 700;
  width: 180px;
  flex-grow: 1;
  flex-shrink: 1;
}
body.grp_game .gamelist .board .total span {
  display: inline-block;
  width: 105px;
  text-align: center;
  flex-shrink: 0;
}
body.grp_game .gamelist .board .total span.len3 {
  white-space: nowrap;
  transform: scaleX(0.65);
}
body.grp_game .gamelist .board .total span.len4 {
  font-size: 30px;
  line-height: 1.2em;
}
body.grp_game .gamelist .board .total .point {
  font-size: 70px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
body.grp_game .gamelist .board .half {
  width: 90px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
body.grp_game .gamelist .board .half>div{
	line-height: 2rem;
}
body.grp_game .gamelist .board .half span {
  font-size: 1.8571428571em;
  font-family: "Oswald", sans-serif;
	vertical-align: top;
	display: inline-block;
	width: 1em;
	text-align: center;
	margin-right: 0.1em;
}
body.grp_game .gamelist .board .half i{
	font-style: normal;
	display: inline-block;
	width: 2em;
	text-align: center;
}
body.grp_game .gamelist > .home .board .total:first-child {
  color: #ff951c;
}
body.grp_game .gamelist > .away .board .total:last-child {
  color: #ff951c;
}
body.grp_game .box_right {
  width: 212px;
}
body.grp_game .box_right .dot {
  padding-left: 12px;
  margin: 0 0 0.5em;
  font-size: 16px;
}
body.grp_game .box_right .dot li {
  margin-bottom: 5px;
}
body.grp_game .box_right .dot li:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  background: #ff951c;
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -12px;
  vertical-align: 0.2em;
}
body.grp_game .gamebtn {
  display: flex;
  text-decoration: none;
  align-items: center;
  background: #06044d;
  color: #ff951c;
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  box-sizing: border-box;
}
body.grp_game .gamebtn:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ff951c;
  border-right: solid 1px #ff951c;
  transform: rotate(45deg);
  margin: 0 10px;
}
body.grp_game .gamebtn:after {
  content: none;
}
body.grp_game .gamebtn.wh {
  background: #fff;
  color: #06044d;
  border: solid 1px #06044d;
}
body.grp_game .gamebtn.wh:before {
  border-top-color: #06044d;
  border-right-color: #06044d;
}

/* 試合リストページ */
body.grp_game.archive h2 {
  background: url("/images/game/h2-bg.png") left no-repeat;
  height: 50px;
  margin: 0 0 45px;
  color: #fff;
  font-size: 1.564595625rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 試合詳細 */
body.grp_game.single section {
  margin-bottom: 3.0625rem;
}
body.grp_game.single section > .box_inner:last-child:not(.no_border) {
  padding-bottom: 4.875rem;
  border-bottom: solid 1px #a5a5a5;
}
body.grp_game.single h1 {
  font-size: 20px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 10px;
}
body.grp_game.single h2.center {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3.137193125rem;
  margin-bottom: 4.8125rem;
  padding-bottom: 0;
  text-align: center;
}
body.grp_game.single h2.center:after {
  content: none;
}
body.grp_game.single .game_mv {
  background: url("/images/game/single_mv.jpg") center/cover;
  min-height: 510px;
  padding: 3rem 0;
  position: relative;
  margin-bottom: 4.8125rem;
}
body.grp_game.single .game_mv.after {
  height: 541px;
}
body.grp_game.single .game_mv .home_flg {
  position: absolute;
  left: 0;
  top: 0;
}
body.grp_game.single .game_mv > .box_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
body.grp_game.single .game_mv .datetime {
  font-size: 70px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  margin-bottom: 32px;
}
body.grp_game.single .game_mv .datetime .rotate {
  margin-left: 13px;
  margin-right: 46px;
  width: 32px;
  position: relative;
  box-sizing: border-box;
}
body.grp_game.single .game_mv .datetime .rotate span {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: right top;
  font-size: 35px;
  line-height: 1em;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: -1em;
  letter-spacing: 0.5px;
}
body.grp_game.single .game_mv .datetime .kf {
  width: 2em;
  box-sizing: border-box;
  padding: 5px 0 4px 13px;
  font-size: 0.4166666667em;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1em;
}
body.grp_game.single .game_mv .board {
  display: flex;
  margin-bottom: 52px;
	align-items: stretch;
}
body.grp_game.single .game_mv.after .board {
  margin-bottom: 22px;
}
body.grp_game.single .game_mv .logo {
  width: 143px;
/*  height: 143px;*/
	height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
body.grp_game.single .game_mv .logo img {
  max-width: 100%;
  max-height: 100%;
}
body.grp_game.single .game_mv .center {
  width: 513px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 49px;
}
body.grp_game.single .game_mv .place {
  background: #ff951c;
  color: #06044d;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 33px;
}
body.grp_game.single .game_mv .teams {
  display: flex;
  align-items: center;
}
body.grp_game.single .game_mv .team {
  font-size: 50px;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
body.grp_game.single .game_mv .team:first-child {
  color: #ff951c;
}
body.grp_game.single .game_mv .vs {
  font-size: 40px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  width: 2em;
  flex-grow: 0;
}
body.grp_game.single .game_mv .btns {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body.grp_game.single .game_mv .btns li {
  margin: 0 6px;
}
body.grp_game.single .game_mv .btns a {
  background: #ff951c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 211px;
  height: 45px;
  box-sizing: border-box;
  text-decoration: none;
}
body.grp_game.single .game_mv .btns a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin: auto 19px auto 17px;
}
body.grp_game.single .game_mv .btns a li:first-child {
  background: #ff951c url("/images/common/btn-ticket-bg.png") right top no-repeat;
}
body.grp_game.single .game_mv .btns .wh {
  background: #fff;
  color: #ff951c;
  border: solid 1px #ff951c;
}
body.grp_game.single .game_mv .btns .wh:before {
  border-top-color: #ff951c;
  border-right-color: #ff951c;
}
body.grp_game.single .game_mv.away .place {
  background: #06044d;
  color: #fff;
}
body.grp_game.single .game_mv.away .team:first-child {
  color: #fff;
}
body.grp_game.single .game_mv.away .team:last-child {
  color: #ff951c;
}
body.grp_game.single .game_mv .score {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
body.grp_game.single .game_mv .score > span {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  line-height: 1em;
}
body.grp_game.single .game_mv .score > span:first-child {
  color: #ff951c;
}
body.grp_game.single .game_mv .score > div {
  font-size: 0%;
  padding: 0 2.375rem;
  box-sizing: border-box;
}
body.grp_game.single .game_mv .score > div span {
  display: inline-block;
  font-size: 14px;
  line-height: 38.08412px;
}
body.grp_game.single .game_mv .score > div .txt {
  width: 3.0625rem;
  text-align: center;
	vertical-align: bottom;
}
body.grp_game.single .game_mv .score > div span:not(.txt) {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
	min-width: 1em;
	text-align: center;
}
/*body.grp_game.single .game_mv.away .place {
  background: #ff951c;
}*/
body.grp_game.single .game_mv.away .score > span:first-child {
  color: #fff;
}
body.grp_game.single .game_mv.away .score > span:last-child {
  color: #ff951c;
}
body.grp_game.single .game_mv .getters {
  width: 513px;
  display: flex;
  justify-content: center;
  font-size: 1.25042rem;
  font-weight: 700;
  margin-bottom: 2.125rem;
}
body.grp_game.single .game_mv .getters .names {
  width: 30%;
  flex-grow: 1;
  flex-shrink: 1;
}
body.grp_game.single .game_mv .getters .names div {
  display: inline-block;
  text-align: left;
}
body.grp_game.single .game_mv .getters .names:first-child {
  text-align: right;
}
body.grp_game.single .game_mv .getters > span {
  color: #ff951c;
  display: inline-block;
  padding: 0 2.875rem;
}
body.grp_game.single .game_mv .bg_wh {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  color: #06044d;
  font-size: 0.9991rem;
  line-height: 1em;
}
body.grp_game.single .game_mv .bg_wh ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.grp_game.single .game_mv .bg_wh li {
  float: left;
  margin-bottom: 0.5625rem;
}
body.grp_game.single .game_mv .bg_wh li span {
  font-weight: 700;
  display: inline-block;
}
body.grp_game.single .game_mv .bg_wh li:nth-child(2n-1) {
  clear: both;
  width: 174px;
}
body.grp_game.single .game_mv .bg_wh li:nth-child(2n-1) span {
  width: 4.5em;
}
body.grp_game.single .game_mv .bg_wh li:nth-child(n+3) {
  margin-bottom: 0;
}
body.grp_game.single .opentime {
  background: #06044d;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 90px;
}
body.grp_game.single .opentime .box_inner {
  text-align: center;
}
body.grp_game.single .opentime br {
  display: none;
}
body.grp_game.single .anchors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 93px;
  margin-bottom: 79px;
}
body.grp_game.single .anchors li {
  margin: 0 4px 29px;
}
body.grp_game.single .anchors a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  box-sizing: border-box;
  padding: 0 0.5em;
  background: #ff951c;
  color: #fff;
  text-decoration: none;
  height: 35px;
  position: relative;
  font-weight: 700;
}
body.grp_game.single .anchors a:before {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 5px;
  border-top-color: #ff951c;
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.grp_game.single .anchors li:nth-child(-n+3) a {
  background: #06044d;
}
body.grp_game.single .anchors li:nth-child(-n+3) a:before {
  border-top-color: #06044d;
}
body.grp_game.single #sponsor_town {
  background: url("/images/game/machsponsor-bg.jpg") center/cover;
  padding: 4.375rem 0;
  margin-bottom: 2.75rem;
}
body.grp_game.single #sponsor_town > .box_inner {
  padding-bottom: 0;
  border: none;
}
body.grp_game.single .box_ico_h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 1.1875rem;
  font-size: 24px;
  line-height: 1em;
}
body.grp_game.single .box_ico_h2 h2 {
  display: inline-flex;
  align-items: center;
  padding-right: 38px;
  position: relative;
  margin: 0;
  font-size: 40px;
  line-height: 1em;
  color: #06044d;
  font-family: "Oswald", sans-serif;
}
body.grp_game.single .box_ico_h2 h2:after {
  content: '';
  display: block;
  width: 2px;
  height: 46px;
  background: #a5a5a5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.grp_game.single .box_ico_h2 h2 img {
  margin-right: 1.1875rem;
}
body.grp_game.single .box_ico_h2 > div {
  padding-left: 38px;
}
body.grp_game.single .box_ico_h2 .txt {
  color: #06044d;
  line-height: 1.625739645em;
  font-size: 1rem;
}
body.grp_game.single h3.centerline {
  display: flex;
  color: #ff951c;
  font-size: 1.56156rem;
  line-height: 1.0466666667em;
  margin-top: 0;
  margin-bottom: 2.4375rem;
  align-items: center;
}
body.grp_game.single h3.centerline:before, body.grp_game.single h3.centerline:after {
  content: '';
  width: 33%;
  flex-shrink: 1;
  flex-grow: 1;
  display: block;
  height: 2px;
  background: #ff951c;
}
body.grp_game.single h3.centerline:before {
  margin-right: 27px;
}
body.grp_game.single h3.centerline:after {
  margin-left: 27px;
}
body.grp_game.single #cafe {
  padding-bottom: 0;
  border-bottom: none;
}
body.grp_game.single #cafe .lead {
  background: url("/images/game/cafe-img01.png") right top no-repeat;
  margin-bottom: 2.75rem;
}
body.grp_game.single #cafe .lead p {
  height: 44px;
  margin: 0 !important;
}
body.grp_game.single #cafe .lead ul {
  list-style: none;
  margin: 0;
  width: 857px;
  height: 110px;
}
body.grp_game.single #cafe .lead ul > li {
  background: #ff951c !important;
}
body.grp_game.single #cafe .lead ul > li:before {
  border-left-color: #ff951c !important;
}
body.grp_game.single #cafe .lead li {
  display: flex;
  align-items: center;
  height: 56px;
  color: #fff;
  position: relative;
  margin-bottom: 0.75rem;
  box-sizing: border-box;
  padding-left: 2.3125rem;
  font-size: 18px;
  font-weight: 700;
}
body.grp_game.single #cafe .lead li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.grp_game.single #cafe .lead li:first-child {
  background: #ff951c;
}
body.grp_game.single #cafe .lead li:first-child:before {
  border-left-color: #ff951c;
}
body.grp_game.single #cafe .lead li:nth-child(2) {
  background: #06044d;
}
body.grp_game.single #cafe .lead li:nth-child(2):before {
  border-left-color: #06044d;
}
body.grp_game.single #cafe .lead li:last-child {
  background: #004933;
}
body.grp_game.single #cafe .lead li:last-child:before {
  border-left-color: #004933;
}
body.grp_game.single ul.imagelist {
  margin: 0 0 3.125rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
body.grp_game.single ul.imagelist img:first-child {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}
body.grp_game.single ul.imagelist.cols3 {
  margin-left: -16px;
  margin-right: -16px;
}
body.grp_game.single ul.imagelist.cols3 > li {
  margin: 0 16px;
  width: 338px;
}
body.grp_game.single ul.square {
  flex-wrap: wrap;
}
body.grp_game.single ul.square > li {
  flex-shrink: 0;
  flex-grow: 0;
}
body.grp_game.single ul.square > li:before {
  background: #ff951c;
  width: 8px;
  height: 8px;
}
body.grp_game.single ul.square > li .ttl {
  font-size: 1.2510225rem;
  line-height: 1.2990543735em;
  margin-top: -1.2990543735em;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
body.grp_game.single ul.square.cols3 {
  display: flex;
  margin-left: -21px;
  margin-right: -21px;
}
body.grp_game.single ul.square.cols3 > li {
  margin: 0 21px 21px;
  width: 332px;
}
body.grp_game.single ul.square.cols2 {
  display: flex;
  margin-left: -17px;
  margin-right: -17px;
}
body.grp_game.single ul.square.cols2 > li {
  margin: 0 17px 24px;
  width: 506px;
}
body.grp_game.single .box_shoplist {
  padding: 49px 0 61px;
  background-image: linear-gradient(135deg, #fff8e3 12.5%, #fff0c4 12.5%, #fff0c4 25%, #fff8e3 25%, #fff8e3 62.5%, #fff0c4 62.5%, #fff0c4 75%, #fff8e3 75%);
  background-size: 5px 5px;
  background-repeat: repeat;
  text-align: center;
}
body.grp_game.single .box_shoplist .box_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
body.grp_game.single .box_shoplist h3 {
  font-size: 1.56156rem;
  margin: 0 auto 1.5625rem;
  font-weight: 700;
}
body.grp_game.single .box_shoplist h3:before, body.grp_game.single .box_shoplist h3:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #373737;
  margin: 0 9px;
}
body.grp_game.single .box_shoplist h3:before {
  transform: rotate(-30deg);
  transform-origin: right bottom;
}
body.grp_game.single .box_shoplist h3:after {
  transform: rotate(30deg);
  transform-origin: left bottom;
}
body.grp_game.single .box_shoplist ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.grp_game.single .box_shoplist li {
  margin: 0 5px;
  width: 126px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8564189189em;
}
body.grp_game.single .box_shoplist li img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  height: auto;
}
body.grp_game.single .cols3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
body.grp_game.single .cols3 > div {
  width: 330px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 16px 16px;
  box-sizing: border-box;
  padding: 0 10px;
}
body.grp_game.single .cols3 > div > img:first-child {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: block;
  margin-bottom: 1.125rem;
}
body.grp_game.single .cols3 h3 {
  margin: 0 0 0.5rem;
  color: inherit;
  background: none;
  padding: 0;
  font-size: 1.2510225rem;
  line-height: 1.2990543735em;
}
body.grp_game.single .cols3 h3:before {
  content: none;
}
body.grp_game.single .cols3 .txt {
  margin-bottom: 0.75rem;
}
body.grp_game.single h4:not(.exc) {
  border: none;
  padding: 0.875rem;
  box-sizing: border-box;
  min-width: 4.75rem;
  background: #06044d;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
body.grp_game.single h4:not(.exc):before {
  content: none;
}
body.grp_game.single .sitemain dl {
  margin: 0;
  padding: 0;
}
body.grp_game.single .sitemain dl > div {
  display: flex;
}
body.grp_game.single .sitemain dt {
  white-space: nowrap;
  min-width: 4.75rem;
  padding: 0 0.4375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06044d;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  box-sizing: border-box;
  height: 1.5rem;
  margin-right: 0.5625rem;
  margin-bottom: 0.625rem;
}
body.grp_game.single .sitemain dd {
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
body.grp_game.single .cols2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.9375rem;
}
body.grp_game.single .cols2 > img:first-child {
  width: 371px;
  margin-right: 27px;
}
body.grp_game.single .cols2 h3 {
  color: inherit;
  margin-bottom: 0.625rem;
  background: none;
  padding: 0;
  font-size: 1.2510225rem;
  line-height: 1.2990543735em;
}
body.grp_game.single .cols2 h3:before {
  content: none;
}
body.grp_game.single #information {
  background: url("/images/game/info-bg.jpg") center top no-repeat;
}
body.grp_game.single #information > .box_inner:first-child {
  height: 766px;
  margin-bottom: 4.5rem;
  box-sizing: border-box;
  padding: 4.4375rem 0 4.625rem;
}
body.grp_game.single #information h2 {
  margin-bottom: 4.5rem;
  line-height: 1em;
}
body.grp_game.single #information .pc_flex.info {
  justify-content: space-between;
}
body.grp_game.single #information .pc_flex.info > div {
  background: #fff;
}
body.grp_game.single #information .pc_flex.info > div:first-child {
  width: 341px;
  box-sizing: border-box;
  margin-right: 27px;
  background: #fff;
  padding: 2.4375rem 1.25rem 12.5rem;
  position: relative;
}
body.grp_game.single #information .pc_flex.info > div:first-child > img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.grp_game.single #information .pc_flex.info > div:last-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body.grp_game.single #information h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
body.grp_game.single #information li {
  margin-bottom: 0.25em;
}
body.grp_game.single .ttl_flag {
  position: relative;
}
body.grp_game.single .ttl_flag:before, body.grp_game.single .ttl_flag:after {
  content: '';
  display: block;
  background: #06044d;
  position: absolute;
  box-sizing: border-box;
}
body.grp_game.single .ttl_flag:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: -7px;
  left: -3px;
}
body.grp_game.single .ttl_flag:after {
  width: 3px;
  height: 23px;
  top: auto;
  bottom: 0;
  left: 0;
}
body.grp_game.single .ttl_flag h3 {
  background: #ff951c;
  color: #06044d;
  height: 2.16em;
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2198em;
  margin-bottom: 23px !important;
}
body.grp_game.single .ttl_flag h3:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 14px;
  border-color: #ff951c;
  border-right-color: #fff;
}
body.grp_game.single .yell .pc_flex {
  padding-bottom: 4.4375rem;
  border-bottom: solid 1px #a5a5a5;
  margin-bottom: 4.25rem;
}
body.grp_game.single .yell .img {
  margin-right: 1.6875rem;
}
body.grp_game.single .yell ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: ol_num;
}
body.grp_game.single .yell ol > li {
  margin-bottom: 1.6875rem !important;
  line-height: 1.5em;
  counter-increment: ol_num;
  padding-left: 44px;
}
body.grp_game.single .yell ol .ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
body.grp_game.single .yell ol .ttl:before {
  content: "0" counter(ol_num);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06044d;
  margin-left: -44px;
  margin-right: 14px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
}
body.grp_game.single .pagefooter .pager {
  position: relative;
  text-align: center;
  margin-bottom: 7.375rem;
}
body.grp_game.single .pagefooter .pager .navy {
  width: 265px;
}
body.grp_game.single .pagefooter .pager a:not(.navy) {
  position: absolute;
  top: 0;
  text-decoration: none;
  border: solid 2px #06044d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  width: 97px;
}
body.grp_game.single .pagefooter .pager a:not(.navy):before, body.grp_game.single .pagefooter .pager a:not(.navy):after {
  border-top: solid 1px #a5a5a5;
  border-right: solid 1px #a5a5a5;
  width: 7px;
  height: 7px;
  display: block;
}
body.grp_game.single .pagefooter .pager a[rel=prev] {
  left: 0;
}
body.grp_game.single .pagefooter .pager a[rel=prev]:before {
  content: '';
  margin-right: 1rem;
  transform: rotate(225deg);
}
body.grp_game.single .pagefooter .pager a[rel=next] {
  right: 0;
}
body.grp_game.single .pagefooter .pager a[rel=next]:after {
  content: '';
  margin-left: 1rem;
  transform: rotate(45deg);
}
body.grp_game.single .pagefooter .other_nav {
  margin-bottom: 6.5rem;
}
body.grp_game.single .pagefooter .other_nav .ttl {
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1.16em;
}
body.grp_game.single .pagefooter .other_nav .ttl .eng {
  font-family: "Oswald", sans-serif;
  font-size: 0.92em;
  font-weight: 400;
}
body.grp_game.single .pagefooter .other_nav .ttl:after {
  content: '';
  display: block;
  height: 1px;
  background: #a5a5a5;
  width: 60%;
  flex-grow: 1;
}
body.grp_game.single .pagefooter .other_nav .ttl > div {
  background: #fff;
}
body.grp_game.single .pagefooter .other_nav ul {
  display: flex;
  flex-wrap: wrap;
}
body.grp_game.single .pagefooter .other_nav li {
  margin-right: 44px;
}
body.grp_game.single .pagefooter .other_nav li:before {
  border: none;
  width: 0.4375rem;
  height: 0.1875rem;
  background: #ff951c;
}
body.grp_game.single .pagefooter .other_nav a {
  text-decoration: none;
}
body.grp_game.single .swiperflame {
  width: 100%;
/*  padding-top: 522px;*/
	padding-top: 607px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4.8125rem;
}
body.grp_game.single #gameswiper {
  position: absolute;
  left: -999999px;
  right: -999999px;
  top: 0;
  width: 3240px;
/*  height: 515px;*/
	height: 600px;
}
body.grp_game.single #gameswiper .swiper-slide {
  width: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
body.grp_game.single #gameswiper .swiper-slide:not(.swiper-slide-active):before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
body.grp_game.single #gameswiper-thums {
  position: static;
  bottom: 0;
  left: 0;
  right: -999999px;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.grp_game.single #gameswiper-thums .swiper-pagination-bullet {
  width: 243px;
  flex-shrink: 1;
  flex-grow: 0;
  border-radius: 0;
  margin: 0 3px 0 4px;
  height: 117px;
  background-size: cover;
  background-position: center;
}
body.grp_game.single .navy_arrow {
  background: url("/images/game/h2-bg.png") left no-repeat;
  height: 50px;
  margin: 0 0 45px;
  color: #fff;
  font-size: 1.564595625rem;
  box-sizing: border-box;
  padding-left: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.grp_game.single .movie {
  margin-bottom: 4.8125rem;
}
body.grp_game.single .movie > div, .news-movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.27090301%;
  position: relative;
}
body.grp_game.single .movie iframe, .news-movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.grp_game.single .stuts {
  margin-bottom: 2.3125rem;
}
body.grp_game.single .stuts h3 {
  background: #eee;
  font-size: 1.56148rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
body.grp_game.single .stuts h3.ehime {
  color: #ff951c;
}
body.grp_game.single .stuts h3 img {
  display: inline-block;
  max-height: 80%;
  margin-right: 0.8125rem;
}
body.grp_game.single .stuts .pc_flex {
  justify-content: space-between;
}
body.grp_game.single .stuts .pc_flex > div {
  width: 524px;
  flex-shrink: 0;
  flex-grow: 0;
}
body.grp_game.single .stuts .flex {
  justify-content: space-between;
}
body.grp_game.single .stuts .flex > div {
  width: 255px;
  flex-shrink: 0;
  flex-grow: 0;
}
body.grp_game.single .stuts h4 {
  margin: 0 0 0.6875rem;
  padding-bottom: 0.6875rem;
  line-height: 1em;
  border-bottom: solid 1px #a5a5a5;
  font-size: 1.247895rem;
  font-family: "Oswald", sans-serif;
}
body.grp_game.single .listtable {
  display: table;
  margin-top: 0;
  padding-bottom: 1.625rem;
}
body.grp_game.single .listtable > li {
  display: table-row;
  line-height: 1.875rem;
}
body.grp_game.single .listtable > li > span {
  display: table-cell;
}
body.grp_game.single .listtable > li:before {
  content: none;
}
body.grp_game.single .listtable.type1 > li > span {
  width: 2em;
}
body.grp_game.single .listtable.type1 > li > span:last-child {
  width: auto;
}
body.grp_game.single .listtable.type2 > li > span:first-child, body.grp_game.single .listtable.type2 > li > span:nth-child(4) {
  width: 2em;
}
body.grp_game.single .listtable.type2 > li > span:nth-child(2) {
  width: 3em;
}
body.grp_game.single .listtable.type2 > li > span:nth-child(3) {
  padding-right: 2em;
}
body.grp_game.single .listtable.type3 > li > span:first-child {
  width: 4em;
}
body.grp_game.single .listtable.type4 {
  width: 100%;
}
body.grp_game.single .listtable.type4 > li > span {
  width: 25%;
}
body.grp_game.single .linkbans {
  justify-content: space-between;
  padding-bottom: 6.4375rem;
  border-bottom: solid 1px #a5a5a5;
  margin-bottom: 4.9375rem;
}
body.grp_game.single .eventphoto {
  padding-bottom: 6.4375rem;
  border-bottom: solid 1px #a5a5a5;
  margin-bottom: 4.9375rem;
}
body.grp_game.single .fancybox-toolbar {
  top: 3.75rem;
}
body.grp_game.single .fancybox-toolbar .btn_close {
  font-size: 3rem;
  color: #fff;
  padding: 2rem;
  cursor: pointer;
}
body.grp_game.single #event_gallery {
  list-style: none;
  margin: 0 0 0 -7px;
  padding: 0;
  overflow: hidden;
}
body.grp_game.single #event_gallery > li {
  float: left;
  margin-left: 7px;
  margin-bottom: 7px;
}
body.grp_game.single #event_gallery > li:nth-child(5n+1) {
  clear: both;
}
body.grp_game.single #event_gallery a {
  display: block;
  width: 210px;
  height: 210px;
  background-size: cover;
  background-position: center;
}

/* トピックス */
.grp_post .has_side {
  margin-bottom: 4rem;
}
.grp_post .query_rule {
  font-size: 1.5rem;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #aaa;
  margin-bottom: 1.5rem;
}
.grp_post .cat_label {
  padding: 0 0.5em;
  margin-right: 0.5em;
}
.grp_post .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grp_post .page-numbers li {
  margin: 0 1em;
}
.grp_post .page-numbers li:before {
  content: none !important;
}
.grp_post .page-numbers a {
  text-decoration: none;
}
.grp_post .page-numbers .current {
  display: inline-flex;
  background: #06044d;
  color: #fff;
  min-width: 2em;
  height: 2em;
  padding: 0 0.5em;
  box-sizing: border-box;
}
.grp_post .pager {
  margin-bottom: 2rem;
}
.grp_post .pager a:not(.navy) {
  display: inline-flex;
  border: solid 1px #06044d;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  padding: 14px 1em 15px 1em;
  line-height: 1em;
}

.topicslist {
  margin: 0;
  padding: 0;
}
.topicslist li {
  margin-bottom: 2.4rem;
}
.topicslist a {
  text-decoration: none;
  display: inline-flex;
  border: solid 1px #06044d;
  box-sizing: border-box;
  color: #06044d;
  padding: 0.25em 0.5em;
}
.topicslist a:before {
  content: '>';
  display: inline-block;
  margin-right: 0.5em;
}
.topicslist .meta {
  margin-bottom: 0.5rem;
}
.topicslist h2 {
  margin-bottom: 1rem;
  line-height: 1.2em;
}
.topicslist .txt {
  line-height: 1.5em;
}

.grp_post .sidenav {
  width: 20%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 1px #818181;
}
.grp_post .sidenav a {
  text-decoration: none;
}
.grp_post .sidenav dl {
  margin: 0;
  padding: 0;
}
.grp_post .sidenav dt {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
}
.grp_post .sidenav dd {
  margin-bottom: 3rem;
}
.grp_post .sidenav .catnav li {
  margin-bottom: 1rem;
}
.grp_post .sidenav .catnav a {
  display: inline-block;
  border-width: 0 0 0 1em;
  border-style: solid;
  line-height: 1em;
  padding-left: 0.5em;
}
.grp_post .sidenav .recentnav li {
  margin-bottom: 1rem;
}
.grp_post .sidenav .ttl {
  text-decoration: underline;
}

.grp_post .pagemain2 {
  width: 76%;
  flex-shrink: 1;
  flex-grow: 1;
}

/* サイトマップ */
.box_sitemap {
  margin-bottom: 6rem;
}
.box_sitemap h2 {
  margin-bottom: 2rem !important;
  font-size: 1.3rem !important;
}
.box_sitemap h2 + div {
  margin-bottom: 3rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
.box_sitemap h3 {
  font-size: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.box_sitemap h3:before {
  content: none !important;
}
.box_sitemap a {
  text-decoration: none;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.box_sitemap a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em;
  border-color: transparent transparent transparent #06044d;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}

.youtubewrapper{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.youtubewrapper>iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.stadium_img2021{
	position: relative;
	text-align: center;
	margin-bottom: 5rem;
}
.stadium_img2021>img{
	width: 83.34%;
}
.stadium_img2021 .loupe{
	position: absolute;
}
.stadium_img2021 .loupe img{
	width: 100%;
}
.stadium_img2021 #tc04{
	width: 16.94%;
	top: 20%;
	left: 83.5%;
}
.stadium_img2021 #tc03l{
	width: 14.98%;
	top: -1.5%;
	left: 17.5%;
}
.stadium_img2021 #tc03r{
	width: 14.98%;
	top: -1.5%;
	left: 69.5%;
}
.stadium_img2021 #tc02l{
	width: 14.98%;
	bottom: -4.5%;
	left: 17.5%;
}
.stadium_img2021 #tc02r{
	width: 14.98%;
	bottom: -4.5%;
	left: 69.5%;
}
.stadium_img2021 #tc01{
	width: 13.55%;
	bottom: -6.8%;
	left: 48.5%;
}
.stadium_img2021 #tc03{
	width: 19.09%;
	top: 20%;
	left: 1%;
}

@media (max-width: 600px) {
  /* 下層共通 */
  /* 下層共通 */
  .bread {
    display: none;
  }

  .pageheader {
    background: url(/images_sp/common/pagettl-bg.png) center top/cover no-repeat;
    margin-bottom: 1.5rem;
  }
  .pageheader .box_inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 173px;
  }
  .pageheader h1 {
    font-size: 1.6752045rem;
    margin: 0 0 10px;
    line-height: 1.3em;
  }
  .pageheader .eng {
    font-size: 1.00002725rem;
    line-height: 1em;
  }

  .sitemain {
    box-sizing: border-box;
  }

  .pagemain {
    min-height: 570px;
    box-sizing: border-box;
  }

  .childpagelist {
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
  .childpagelist:after {
    content: '';
    display: block;
    width: 341px;
  }
  .childpagelist li {
    width: 341px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 29px;
    background: #efefef;
  }
  .childpagelist a {
    display: flex;
    text-decoration: none;
    align-items: center;
    box-sizing: border-box;
    padding-right: 25px;
    position: relative;
  }
  .childpagelist a:before, .childpagelist a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-color: #ff951c;
    box-sizing: border-box;
    position: absolute;
    right: 2px;
  }
  .childpagelist a:before {
    border-width: 1px 1px 0 0;
    top: 2px;
  }
  .childpagelist a:after {
    border-width: 0 1px 1px 0;
    bottom: 2px;
  }
  .childpagelist img {
    width: 115px;
    height: 121px;
    display: inline-block;
    margin-right: 20px;
  }
  .childpagelist .ttl {
    font-size: 19px;
    line-height: 1.35em;
    white-space: pre;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #06044d;
  }
  .childpagelist .desc {
    font-size: 13px;
    line-height: 1.35em;
    white-space: pre;
  }

  /* スケジュール */
  input[name="schedule_cat"], .box_cat > input[type="radio"] {
    display: none;
  }

  .box_all_schedule .cat_tabs {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    border-bottom: solid 11px #ff951c;
  }
  .box_all_schedule .cat_tabs:after {
    content: none;
  }
  .box_all_schedule .cat_tabs .cat_tab {
    margin-right: 0;
    justify-content: flex-start;
    min-width: 49% !important;
    height: 37px !important;
    margin-bottom: 10px;
  }
  .box_all_schedule .cat_tabs .cat_tab:hover {
    opacity: 1;
  }
  .box_all_schedule h2 {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2em;
  }
  .box_all_schedule table.schedule {
    width: 100%;
    border: solid 1px #888;
  }
  .box_all_schedule table.schedule th {
    background: #06044d;
    color: #fff;
  }
  .box_all_schedule table.schedule th:nth-child(-n+2) {
    text-align: center;
  }
  .box_all_schedule table.schedule td:last-child:empty {
    background: #e8e7e7;
  }
  .box_all_schedule table.schedule td:last-child:empty:before {
    content: 'OFF';
  }
  .box_all_schedule table.schedule td:nth-child(-n+2) {
    width: 75px;
    text-align: center;
    vertical-align: middle;
  }
  .box_all_schedule table.schedule .sat td:nth-child(-n+2) {
    background: #bee2ea;
    color: #305496;
  }
  .box_all_schedule table.schedule .sun td:nth-child(-n+2) {
    background: #f3b5b5;
    color: #b90f0f;
  }
  .box_all_schedule table.schedule .off td:last-child {
    background: #e8e7e7;
  }

  /* 試合予定・結果 */
  body.grp_game .gamenav {
    display: block;
    position: relative;
  }
  body.grp_game .gamenav .y {
    margin-right: 49px;
    margin-bottom: 2rem;
  }
  body.grp_game .gamenav .game_selector label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 29px;
    box-sizing: border-box;
    color: #06044d;
    font-weight: 500;
    border: solid 1px #06044d;
    margin-right: 17px;
  }
  body.grp_game .gamenav .box_archives {
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    margin-left: 0;
  }
  body.grp_game .gamenav #game_y_pulldown {
    margin-left: 0;
  }
body.grp_game .gamenav 	.btn_othercat{
		margin-top: 0.5rem;
	background: none;
	color:#06044d;
	text-align: right;
	justify-content: flex-end;
	}
	body.grp_game .gamenav 	.btn_othercat:before{
		content: '';
		order: 1;
		display: inline-block;
		margin-left: 0.5em;
		width: 0.4em;
		height: 0.4em;
		border-style: solid;
		border-width: 1px 1px 0 0;
		border-color: #06044d;
		transform: rotate(45deg);
	}
body.grp_game .gamenav 	.btn_othercat:after{
	content: 'はこちら';
	}
	body.grp_game .game_info {
    background-size: cover;
    background-position: center;
    height: auto;
    padding-bottom: 64px;
  }
  body.grp_game .game_info h2 {
    position: relative;
    top: -20px;
    margin-bottom: 25px;
  }
  body.grp_game .box_singlegame {
    margin-right: 0;
    width: 100%;
  }
  body.grp_game .box_singlegame:first-child {
    margin-bottom: 1.5rem;
  }
  body.grp_game .box_singlegame:before {
    width: 418px;
  }
  body.grp_game .box_singlegame .vs_data .logo {
    width: 60px;
    height: 60px;
    padding: 0;
  }
  body.grp_game .box_singlegame .vs_data .left, body.grp_game .box_singlegame .vs_data .right {
    width: 110px;
    font-size: 71px;
  }
  body.grp_game .box_singlegame .vs_data .middle {
    width: 130px;
  }
  body.grp_game .nextdetail {
    width: 400px;
    margin-right: 0;
    display: flex;
  }
  body.grp_game .nextdetail .left {
    width: 250px;
    padding: 8px 6px 6px;
    margin-right: 16px !important;
    justify-content: space-between;
  }
  body.grp_game .nextdetail .right {
    width: 140px !important;
    flex-shrink: 0;
    flex-grow: 0;
  }
  body.grp_game .nextdetail .right .ticket {
    background-size: 160px;
  }
  body.grp_game .gamelist .box_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }
	body.grp_game .gamelist .ribbon{
		left: 10px;
	}
  body.grp_game .gamelist .box_left:after {
    content: none;
  }
  body.grp_game .gamelist .box_left .term {
    height: auto;
    margin-right: 1em;
  }
  body.grp_game .gamelist .box_left .date {
    font-size: 1.4rem;
    height: 1em;
  }
  body.grp_game .gamelist .box_left .opposite {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    padding-bottom: 1rem;
  }
  body.grp_game .gamelist .box_left .opposite:after {
    content: '';
    display: inline-block;
    width: 80%;
    height: 0;
    border-bottom: double 3px #06044d;
  }
  body.grp_game .gamelist .box_left .opposite .s {
    font-size: 1.4rem;
  }
  body.grp_game .gamelist .studium {
    margin-bottom: 0.8rem;
  }
  body.grp_game .gamelist .box_center {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.grp_game .gamelist .box_center ul {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  body.grp_game .gamelist .box_center li {
    margin: 0 5px 5px;
    width: auto;
  }
  body.grp_game .gamelist .box_center li a {
    padding: 0 1em 0 0;
  }
  body.grp_game .gamelist .board {
    margin-bottom: 20px;
  }
  body.grp_game .gamelist .board .logo {
    width: 70px;
    height: 70px;
  }
  body.grp_game .gamelist .board .half {
    line-height: 2rem;
  }
  body.grp_game .gamelist .board .half span {
    line-height: 1em;
    position: relative;
    top: 0.2em;
  }
  body.grp_game .box_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  body.grp_game .box_right .dot {
    display: flex;
    flex-wrap: wrap;
  }
  body.grp_game .box_right .dot li {
    min-width: 50%;
    box-sizing: border-box;
    padding-right: 1.5em;
  }

  /* 試合リストページ */
  body.grp_game.archive h2 {
    background-repeat: repeat-y;
    height: auto;
    font-size: 1.0952169375rem;
    padding: 0.5rem;
  }

  /* 試合詳細 */
  body.grp_game.single h2.center {
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-bottom: 2rem;
  }
  body.grp_game.single .game_mv {
    height: auto;
    padding: 2rem 0;
  }
  body.grp_game.single .game_mv .home_flg {
    width: 100px;
    height: auto;
  }
  body.grp_game.single .game_mv .datetime .rotate {
    margin-right: 30px;
  }
  body.grp_game.single .game_mv .logo {
    width: 92px;
/*    height: 92px;*/
    margin-top: 2.5rem;
  }
  body.grp_game.single .game_mv .center {
    width: 280px;
    margin: 0;
  }
	body.grp_game.single .game_mv.away .place{
		height: auto;
		width: 100%;
		padding: 0.25em 0.5em;
	}  body.grp_game.single .game_mv .team {
    font-size: 50px;
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    line-height: 1em;
  }
  body.grp_game.single .game_mv .team:first-child {
    color: #ff951c;
  }
  body.grp_game.single .game_mv .vs {
    font-size: 40px;
    line-height: 1em;
    font-family: "Oswald", sans-serif;
    width: 2em;
    flex-grow: 0;
  }
  body.grp_game.single .game_mv .btns a {
    width: auto;
    padding-right: 1em;
  }
  body.grp_game.single .game_mv .btns .wh {
    background: #fff;
    color: #ff951c;
    border: solid 1px #ff951c;
  }
  body.grp_game.single .game_mv .btns .wh:before {
    border-top-color: #ff951c;
    border-right-color: #ff951c;
  }
  body.grp_game.single .game_mv .score > span {
    font-size: 56px;
  }
  body.grp_game.single .game_mv .score > div {
    padding: 0 1.2rem;
    vertical-align: middle;
  }
  body.grp_game.single .game_mv .score > div span {
    font-size: 11px;
    line-height: 42px !important;
  }
  body.grp_game.single .game_mv .score > div .txt {
    width: 2.5rem;
    font-size: 0.85rem;
    position: relative;
    top: 0.25em;
  }
  body.grp_game.single .game_mv .score > div span:not(.txt) {
    font-size: 20px;
    padding: 0 0.5625rem;
  }
  body.grp_game.single .game_mv .getters {
    width: 100%;
    font-size: 0.85rem;
  }
  body.grp_game.single .game_mv .getters > span {
    padding: 0 1em;
  }
  body.grp_game.single .game_mv .bg_wh li {
    float: none;
  }
  body.grp_game.single .game_mv .bg_wh li span {
    margin-right: 0.5em;
  }
  body.grp_game.single .game_mv .bg_wh li:nth-child(2n-1) {
    clear: none;
    width: auto;
  }
  body.grp_game.single .game_mv .bg_wh li:nth-child(2n-1) span {
    width: auto;
  }
  body.grp_game.single .opentime br {
    display: inline;
  }
  body.grp_game.single .anchors {
    justify-content: space-between;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 0 17px;
    font-size: 0.8rem;
  }
  body.grp_game.single .anchors li {
    margin: 0 4px 4px;
    width: 48%;
  }
  body.grp_game.single .anchors a {
    min-width: inherit;
  }
  body.grp_game.single .anchors a:before {
    content: none;
  }
  body.grp_game.single #sponsor_town {
    padding: 3rem 0;
  }
  body.grp_game.single .box_ico_h2 {
    display: block;
  }
  body.grp_game.single .box_ico_h2 h2 {
    margin-bottom: 0.5em;
  }
  body.grp_game.single .box_ico_h2 h2:after {
    content: none;
  }
  body.grp_game.single .box_ico_h2 > div {
    padding-left: 0;
  }
  body.grp_game.single .box_ico_h2 .txt {
    padding-left: 0;
  }
  body.grp_game.single h3.centerline {
    font-size: 1.33rem;
    line-height: 1.24em;
  }
  body.grp_game.single h3.centerline:before, body.grp_game.single h3.centerline:after {
    width: 4%;
  }
  body.grp_game.single h3.centerline:before {
    margin-right: 16px;
  }
  body.grp_game.single h3.centerline:after {
    margin-left: 16px;
  }
  body.grp_game.single #cafe .lead {
    background-size: 140px;
    margin-right: -20px;
  }
  body.grp_game.single #cafe .lead p {
    height: auto;
    padding-right: 140px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  body.grp_game.single #cafe .lead ul {
    width: 450px;
    height: auto;
  }
  body.grp_game.single #cafe .lead li {
    flex-wrap: wrap;
    height: auto;
    padding: 0.5em 0.5em 0.5em 2.5em;
    line-height: 1.25em;
  }
  body.grp_game.single #cafe .lead li:before {
    content: '▼';
    width: auto;
    height: auto;
    right: auto;
    left: 0.5em;
    top: 0.5em;
    line-height: 1em;
    bottom: auto;
  }
  body.grp_game.single ul.imagelist {
    display: block;
  }
  body.grp_game.single ul.imagelist.cols3 {
    margin-left: 0;
    margin-right: 0;
  }
  body.grp_game.single ul.imagelist.cols3 > li {
    margin: 0 0 2.4rem 0;
    width: 100%;
  }
  body.grp_game.single ul.square.cols3, body.grp_game.single ul.square.cols2 {
    margin-left: 0;
    margin-right: 0;
  }
  body.grp_game.single ul.square.cols3 > li, body.grp_game.single ul.square.cols2 > li {
    margin: 0 0 2.4rem;
    width: 100%;
  }
  body.grp_game.single .box_shoplist ul {
    margin: 0 -3px;
  }
  body.grp_game.single .box_shoplist li {
    margin: 0 3px 1.5em;
    width: 146px;
    line-height: 1.25em;
  }
  body.grp_game.single .cols2 {
    display: block;
  }
  body.grp_game.single .cols2 > div {
    margin-bottom: 2rem;
  }
  body.grp_game.single .cols2 > img:first-child {
    max-width: inherit;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  body.grp_game.single .cols3 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  body.grp_game.single .cols3 > div {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
  }
  body.grp_game.single .cols3 > div > img:first-child {
    width: 100%;
    margin-left: 0;
  }
  body.grp_game.single .cols3 h3 {
    padding: 0;
    text-indent: 0;
  }
  body.grp_game.single #information {
    background-size: auto 1220px;
  }
  body.grp_game.single #information > .box_inner:first-child {
    height: auto;
    padding: 3rem 0;
  }
  body.grp_game.single #information h2 {
    margin-bottom: 3rem;
  }
  body.grp_game.single #information .pc_flex.info > div {
    width: 100% !important;
  }
  body.grp_game.single #information .pc_flex.info > div:first-child {
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  body.grp_game.single .pagefooter .pager .navy {
    width: 240px;
    min-width: inherit;
    height: 53px;
  }
  body.grp_game.single .pagefooter .other_nav .ttl {
    font-size: 1.16rem;
    margin-bottom: 1.16em;
  }
  body.grp_game.single .pagefooter .other_nav .ttl .eng {
    font-size: 1rem;
  }
  body.grp_game.single .pagefooter .other_nav .ttl:after {
    width: 10%;
    flex-shrink: 1;
  }
  body.grp_game.single .pagefooter .other_nav li:before {
    margin-right: 0.5rem;
  }
  body.grp_game.single .swiperflame {
    height: auto;
    padding-top: 0;
    margin-bottom: 3rem;
  }
  body.grp_game.single #gameswiper {
    position: relative;
    left: 0;
    right: auto;
    width: 500px;
    height: 238px;
  }
  body.grp_game.single #gameswiper .swiper-slide {
    width: 500px;
  }
  body.grp_game.single #gameswiper-thums {
    display: block;
    text-align: center;
  }
  body.grp_game.single #gameswiper-thums .swiper-pagination-bullet {
    width: 12px;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    height: 12px;
    background: #ff951c;
  }
  body.grp_game.single .navy_arrow {
    background: url("/images/game/h2-bg.png") left no-repeat;
    height: auto;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  body.grp_game.single .stuts h3 {
    font-size: 1.2rem;
    height: 3.2rem;
  }
  body.grp_game.single .stuts .pc_flex > div {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.grp_game.single .stuts .flex > div {
    width: 45%;
  }
  body.grp_game.single .listtable.type4 {
    display: block;
    flex-wrap: wrap;
  }
  body.grp_game.single .listtable.type4 > li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  body.grp_game.single .listtable.type4 > li > span {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
    padding-right: 2em;
  }
  body.grp_game.single .linkbans {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  body.grp_game.single .linkbans a {
    display: block;
    width: 100%;
  }
  body.grp_game.single .linkbans a img {
    width: 100%;
  }
  body.grp_game.single .eventphoto {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  body.grp_game.single #event_gallery {
    margin: 0 0 0 -6px;
  }
  body.grp_game.single #event_gallery > li {
    margin-left: 6px;
    margin-bottom: 6px;
  }
  body.grp_game.single #event_gallery > li:nth-child(5n+1) {
    clear: none;
  }
  body.grp_game.single #event_gallery > li:nth-child(3n+1) {
    clear: both;
  }
  body.grp_game.single #event_gallery a {
    width: 146px;
    height: 146px;
  }

  /* トピックス */
  .grp_post .page-numbers li {
    margin: 0 0.5em;
    font-size: 0.85rem;
  }
  .grp_post .pager {
    display: flex;
    padding: 0 25px;
  }
  .grp_post .pager a:not(.navy) {
    flex-grow: 1;
  }
  .grp_post .pager .navy {
    min-width: inherit;
    flex-grow: 2;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .grp_post .pager .navy:after {
    content: none;
  }

  .grp_post .sidenav {
    width: 450px;
    box-sizing: border-box;
    margin-left: 25px;
    padding-left: 25px;
    margin-right: 25px;
  }
  .grp_post .sidenav .catnav {
    display: flex;
    flex-wrap: wrap;
  }
  .grp_post .sidenav .catnav li {
    margin-bottom: 1rem;
    min-width: 50%;
    box-sizing: border-box;
    padding-right: 1.5em;
  }

  .grp_post .pagemain2 {
    width: 100%;
  }

  /* サイトマップ */
  .box_sitemap h2 + div {
    padding-left: 1.5rem;
  }
}
