@charset "UTF-8";
:root {
  --bengala: #960048;
  --yellow: #e0cd76;
  --white: #fdfdfd;
}

@font-face {
	font-family: 'Roboto';
	src: url(../../font/Roboto-Regular.ttf);
}
@font-face {
	font-family: 'BebasNeue';
	src: url(../../font/BebasNeue-Regular.ttf);
}
@font-face {
	font-family: 'RobotoCondensed';
	src: url(../../font/RobotoCondensed-Bold.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Italic';
	src: url(../../font/RobotoCondensed-Italic.ttf);
}

/* 基本HTMLタグのCSS */
/*----------------------------------------------------------------------------------*/
a,
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
a.atag_underline {
  text-decoration: underline;
}
img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

/* レイアウト */
/*---------------------------------------------------*/
html {
  font-size: 14px;
}

#wpadminbar{
	position: fixed;
}
body {
  margin: 0;
  padding: 0;
  background:#fff !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
header {
  margin: 0;
  padding: 0;
  background-color: var(--bengala);
  z-index: 10000;
  min-height: 0 !important;
}
header h1{
  position: absolute;
  width: 100% !important;
  padding-left: 10px;
}
header h1 img{
  height: auto !important;
	margin-top: 5px !important;
}
@media print, screen and (max-width: 1150px) {
header h1{
  position: absolute;
  width: 300px !important;
  padding-left: 10px;

}
header h1 img{
  margin-top: 20px !important;
}
}
@media print, screen and (max-width: 500px) {
header h1{
  position: absolute;
  width: 200px !important;
  padding-left: 10px;

}
header h1 img{
  margin-top: 10px !important;
}
}
footer {
  margin: 0;
  padding: 0;
}
body .contents {
  margin: 70px 0 0 0;
  padding: 0 0 0 0;
  z-index: 1000;
}
.main {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.sub {
  margin: 0;
  padding: 0;
}
.wrap {
  margin: 0 auto;
  width: 100%;
}

/* 余白 */
/*---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2em;
}
p,
table,
code {
  margin: 2em 0;
}
dl {
  margin: 2em 0;
}
dt {
  padding: 1em 0 0.25em 0;
}
dt:first-child {
  padding: 0 0 0.25em 0;
}
dd {
  padding: 0.25em 0;
}
ul.list,
ol.list {
  margin: 1em 0 1em 1.25em;
  padding: 0;
}
ul.list li,
ol.list li {
  margin: 0.5em 0;
}
blockquote,
code {
  padding: 1.5em 2em;
  box-sizing: border-box;
}
p:first-child,
table:first-child,
code:first-child,
ul.list:first-child,
ol.list:first-child,
ul.list li:first-child,
ol.list li:first-child {
  margin-top: 0;
}
p:last-child,
table:last-child,
code:last-child,
ul.list:last-child,
ol.list:last-child,
ul.list li:last-child,
ol.list li:last-child {
  margin-bottom: 0;
}

/* 文字のサイズ */
/*---------------------------------------------------*/
html {
  font-size: 14px;
} /* ベースとなる文字サイズ */
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.big {
  font-size: 1.5em;
}
small,
sub,
sup,
.small,
.note {
  /*font-size: .75em;*/
}

/* 文字の太さ */
/*---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
strong,
th,
dt {
  font-weight: bold;
}
.en_bold,
.page_title,
.resultlist td {
  font-family: Impact, Charcoal;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/*.en_stylish {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}*/

/* 行の高さ */
/*---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
code {
  line-height: 1.414;
}
p,
th,
td,
.list li,
.parent-radio,
.parent-checkbox,
.content-list li {
  line-height: 1.8;
}

/* 文字の色 */
/*---------------------------------------------------*/
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
li,
.toggle-button {
  color: #616161;
}
/*h1,
h2,
h3,
h4,
h5,
h6,
.title,
th,
dt,
strong,
em,
a:hover,
.toggle-button:hover,
.popup-button a:hover,
.nav-list a:hover,
.logo a:hover {
	color: #616161;
}*/
a {
  color: var(--bengala);
	transition: 1.0s;
}
a:hover {
  opacity: 0.5;
}
a.hover_underline {
  text-decoration: underline;
}
code {
  color: var(--white);
}

/* 背景 */
/*---------------------------------------------------*/
blockquote,
thead,
th {
}
thead ~ tbody th {
  background: none;
}
pre {
  background: #333333;
}

/* 枠線 */
/*---------------------------------------------------*/
.parent-table,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border-color: #cccccc;
}
hr {
  border-color: #cccccc;
}
em {
  border-bottom: 1px dotted #000000;
}

/* headroom */
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(150%);
}

.headroom--pinned {
  transition: margin 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0,
    top 0.5s ease-in-out 0.25s, right 0.5s ease-in-out 0.25s,
    bottom 0.5s ease-in-out 0.25s, left 0.5s ease-in-out 0.25s;
}

/* form */
/*----------------------------------------------------------------------------------*/
input:not([type="radio"]),
select,
textarea {
  border-radius: 3px;
}
.parent-radio label,
.parent-checkbox label,
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
  cursor: pointer;
}
.disabled,
label.disabled,
input:disabled,
input[readonly] {
  cursor: default;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
select,
body select[size="1"],
select[multiple],
option,
textarea {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
input[type="number"] {
  width: 7em;
}
select[size],
select[multiple] {
  padding: 0;
}
select[size] option,
select[multiple] option {
  padding-top: 10px;
  padding-bottom: 10px;
}
option {
  border: none;
}
optgroup {
  padding: 5px 0 0 0;
  font-size: 11px;
  font-style: normal;
  text-indent: 5px;
}
optgroup ~ optgroup {
  border-top: 1px dotted #cccccc;
}
optgroup > option {
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}
optgroup > option:first-child {
  margin-top: 5px;
  border-top: 1px dotted #cccccc;
}
input,
select,
textarea {
  background: var(--white);
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
select:focus,
select[size]:focus,
select[multiple]:focus,
textarea:focus {
  /*	outline: none;
	box-shadow: 0 0 5px rgba(0,0,0, .3) inset;
*/
}
body .button.disabled a,
body a.button.disabled,
body button:disabled,
body button.submit:disabled,
body input:disabled,
body select:disabled,
body textarea:disabled,
body button[readonly],
body input[readonly],
body select[readonly],
body textarea[readonly] {
  border-color: #bbbbbb;
  background-color: #eeeeee;
  color: #bbbbbb;
  box-shadow: none;
  cursor: default;
}
.disabled {
  color: #bbbbbb;
  box-shadow: none;
}
input[type="file"] {
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}
input[type="radio"].before-icon,
input[type="checkbox"].before-icon {
  margin: 1px;
  width: 13px;
  height: 13px;
  margin-right: 0;
}
input[type="radio"].before-icon + .icon,
input[type="checkbox"].before-icon + .icon {
  margin: -1px 10px -2px -15px;
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: inherit;
  vertical-align: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input[type="radio"].before-icon + .icon {
  background-image: url(../images/icon-radio.webp);
}
input[type="radio"].before-icon:checked + .icon {
  background-image: url(../images/icon-radio-checked.webp);
}
input[type="radio"].before-icon:disabled + .icon,
input[type="radio"].before-icon[readonly] + .icon {
  background-image: url(../images/icon-radio-disabled.webp);
}
input[type="radio"].before-icon:disabled:checked + .icon,
input[type="radio"].before-icon[readonly]:checked + .icon {
  background-image: url(../images/icon-radio-disabled-checked.webp);
}
input[type="checkbox"].before-icon + .icon {
  background-image: url(../images/icon-checkbox.webp);
}
input[type="checkbox"].before-icon:checked + .icon {
  background-image: url(../images/icon-checkbox-checked.webp);
}
input[type="checkbox"].before-icon:disabled + .icon,
input[type="checkbox"].before-icon[readonly] + .icon {
  background-image: url(../images/icon-checkbox-disabled.webp);
}
input[type="checkbox"].before-icon:disabled:checked + .icon,
input[type="checkbox"].before-icon[readonly]:checked + .icon {
  background-image: url(../images/icon-checkbox-disabled-checked.webp);
}
body select[multiple][size="1"],
select[multiple],
select[size] {
  background-image: none;
  overflow: auto;
}
select,
body select[size="1"] {
  padding-right: 32px;
  border: 1px solid #cccccc;
  background: var(--white) url(../images/icon-select-arrow-margin.webp)
    no-repeat right center;
  background-size: 30px 15px;
  line-height: 1;
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
textarea {
  width: 100%;
  height: 12em;
  display: block;
}
label {
  white-space: nowrap;
  margin-right: 20px;
}
.parent-radio input,
.parent-checkbox input {
  margin-right: 5px;
}
.parent-radio label,
.parent-checkbox label {
  padding: 0 20px 0 0;
}

/* アニメーション */
/*----------------------------------------------------------------------------------*/
a,
input,
select,
textarea,
button,
.button,
.button *,
.img-button,
.img-button *,
.toggle-button,
.popup-button-close {
  transition: opacity 0.15s ease-in-out 0, background 0.15s ease-in-out 0,
    background-color 0.15s ease-in-out 0, border-radius 0.15s ease-in-out 0,
    border-color 0.15s ease-in-out 0, color 0.1s ease-in-out 0,
    box-shadow 0.15s ease-in-out 0, text-shadow 0.15s ease-in-out 0,
    outline 0.15s ease-in-out 0;
}
.scroll-effect,
.parent-scroll-effect.list > * {
  transition: all 0.75s ease-out 0.15s;
}
.scroll-effect,
.parent-scroll-effect.list > * {
  transform: none;
  opacity: 1;
}
.scroll-effect.inactive,
.parent-scroll-effect.list > *.inactive {
  transition: none;
  transform: translate(0, 50px);
  opacity: 0;
}
.scroll-effect.customize-body {
  transition-delay: 0.5s;
}

/* 高さを画面幅に */
.scroll-effect.contain {
  box-sizing: border-box;
  position: relative;
}
body > .scroll-effect.contain:not(.parent-popup-content) {
  transition: all 0.75s ease-in-out;
}
.scroll-effect.contain .scroll-effect {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parent-scroll-effect.parallax {
  position: relative;
}
.parent-scroll-effect.parallax > *:not(.not-move) {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ボタン共通 */
/*----------------------------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
button,
.button a {
}
input[type="submit"],
button.submit,
.button.submit a {
}
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="image"],
button,
.button > a,
.button > span,
a.button,
.img-button > a,
.img-button > span,
a.img-button {
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
}

/* テキストボタン */
/*---------------------------------------------------*/

/* 通常ボタン */
input[type="button"],
input[type="reset"],
button,
.button > a,
.button > span,
a.button {
  padding: 15px 20px;
  border: 1px solid #333333;
  border-radius: 3px;
  background-color: transparent;
  color: #333333;
  font-weight: normal;
}
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button > a:hover,
.button > span:hover,
a.button:hover {
  background-color: #333333;
  color: var(--white);
}
input[type="button"]:disabled,
input[type="reset"]:disabled,
button.disabled,
.button.disabled > a,
.button.disabled > span,
a.button.disabled {
  background-color: #eeeeee;
  color: #bbbbbb;
}

/* submitボタン */
input[type="submit"],
button.submit,
.button.submit > a,
.button.submit > span,
a.button.submit {
  padding: 15px 20px;
  border: 1px solid #cc0000;
  border-radius: 3px;
  background-color: transparent;
  color: #cc0000;
  font-weight: normal;
}
input[type="submit"]:hover,
button.submit:hover,
.button.submit > a:hover,
.button.submit > span:hover,
a.button.submit:hover {
  background-color: #cc0000;
  color: var(--white);
}
input[type="submit"]:disabled,
button.submit.disabled,
.button.submit.disabled > a,
.button.submit.disabled > span,
a.button.submit.disabled {
  border-color: #bbbbbb;
  background-color: #eeeeee;
  color: #bbbbbb;
}

/* ページャー */
.pager li > a,
.pager li > span {
  width: 40px;
  height: 40px;
  color: #333333;
  border-radius: 3px;
}
.pager li > a:hover,
.pager li.current > * {
  color: var(--white);
  background-color: #333333;
}
.pager .first a,
.pager .prev a,
.pager .next a,
.pager .last a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
.pager .first a {
  background-image: url(../images/icon-arrow-left-end.webp);
}
.pager .prev a {
  background-image: url(../images/icon-arrow-left.webp);
}
.pager .next a {
  background-image: url(../images/icon-arrow-right.webp);
}
.pager .last a {
  background-image: url(../images/icon-arrow-right-end.webp);
}
.pager .first a:hover {
  background-image: url(../images/icon-arrow-left-end-white.webp);
}
.pager .prev a:hover {
  background-image: url(../images/icon-arrow-left-white.webp);
}
.pager .next a:hover {
  background-image: url(../images/icon-arrow-right-white.webp);
}
.pager .last a:hover {
  background-image: url(../images/icon-arrow-right-end-white.webp);
}

/* 画像ボタン */
/*---------------------------------------------------*/
a.img-button:hover,
.img-button a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.img-button img {
  display: block;
  margin: 0 auto;
}

/* toggle / tab / popup */
/*---------------------------------------------------*/
.toggle-button,
.parent-tab-button a,
.popup-button a {
  padding: 15px;
  border: 1px solid #333333;
  font-weight: normal;
}
.toggle-button,
.popup-button a {
  background-color: transparent;
  color: #333333;
}
.toggle-button.active,
.toggle-button:hover,
.parent-tab-button li a,
.popup-button a:hover {
  background-color: #333333;
  color: var(--white);
}
.parent-tab-button li a:hover {
  background-color: #6f0028;
  opacity: 1;
}
.toggle-button,
.popup-bottom a {
  border-radius: 3px;
}
.toggle-button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-content,
.parent-tab-content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.parent-tab-button li a {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.parent-tab-button li:first-child a {
  /*border-top-left-radius: 3px;*/
  border-left-width: 1px;
}
.parent-tab-button li:last-child a {
  /*border-top-right-radius: 3px;*/
  border-right-width: 1px;
}
.parent-tab-content {
  border: 1px solid #333333;
  border-top: none;
}
.parent-tab-button li.current a {
  color: var(--white);
  background-color: #6f0028;
}
.parent-popup-content .wrap {
  width: 770px;
}
.popup-content > .panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.popup-content {
  opacity: 0;
}
.popup-content.active {
  opacity: 1;
}
.popup-content {
  transition: opacity 0.25s ease-in-out 0.4s;
}
.popup-button-close {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(../images/icon-close-big-white.webp) no-repeat center center;
  background-size: 30px 30px;
  top: 0;
  right: -40px;
}
.popup-button-close:hover {
  opacity: 0.35;
}

/* その他 */
/*----------------------------------------------------------------------------------*/
::selection {
  background: #333333;
  color: var(--white);
}
:focus {
  /*
	outline: none;
	border-color: var(--white);
	box-shadow: 0 0 10px 1px #ff0000;
*/
  z-index: 10000;
}
.radius {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.panel {
  padding: 50px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.panel.wrap {
  box-sizing: border-box;
}

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5);
}
.breadcrumb li:before {
  content: "　>　";
}
.breadcrumb li:first-child:before {
  content: "";
}
.global-nav-button {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/icon-nav-big.webp) no-repeat center center;
  background-size: cover;
  display: block;
}
.headroom {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.headroom a {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: url(../images/icon-back-top-big.webp) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 30px 30px;
  display: block;
}
.headroom a:hover {
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../images/icon-back-top-big.webp);
}

/* 以降、各サイトごとの背景 / 枠線 / 文字 / 色などのCSS */
/*----------------------------------------------------------------------------------*/
section {
  margin: 30px 0 0 0;
}
section + section {
  margin: 30px 0 0 0;
}
hr {
  margin: 20px 0 20px 0;
  border-style: none;
  border-top-width: 1px;
  border-top-style: dotted;
}
body {


  position: relative;
  overflow: hidden;
}
header,
footer,
.contents,
.breadcrumb {
  position: relative;
}

/* header */
header{
	position:fixed !important;
	width: 100%;
	height: 100px !important;
}


header,
header * {
  transition: margin 0.75s ease-in-out 0, opacity 0.25s ease-in-out 0,
    height 0.75s ease-out 0, top 0.5s ease-in-out 0;
}
header .logo_box,
header .topmenu .global-nav-button,
header .topmenu .nav-list {
  transition: margin 0.75s ease-in-out 0, opacity 0.75s ease-in-out 0,
    transform 0.15s ease-in-out 0, top 0.5s ease-in-out 0;
}
header .logo_box {
  transform-origin: left center;
}
header .topmenu .global-nav-button,
header .topmenu .nav-list {
  transform-origin: right center;
}
header .wrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #960048;
}
header .wrap .topmenu {
  height: 44px;
  width: 100%;
}

header .logo_box,
header .global-nav-button,
header .topmenu .nav-list {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  white-space: nowrap;
}
header .logo_box img {
  height: 35px;
  padding: 5px 0;
  margin-right: 20px;
}
header .logo_box .header_sitename_txt {
  display: none;
  color: #fff;
}

header .topmenu * {
}
header .topmenu .english_txt {
  font-size: 15px;
  font-family: "Racing Sans One", cursive;
  letter-spacing: 0.1em;
}

header .topmenu .global-nav-button {
  margin-right: 0;
}
header .topmenu .nav-list {
  width: 96%;
  margin: 0 auto;
}
header .topmenu .nav-list ul {
  margin: 0 0 0 auto;
}
header .topmenu .nav-list ul,
header .topmenu .nav-list ul a {
}
header .topmenu .nav-list ul a {
  padding: 2px 5px;
  color: var(--bengala);
}
header .topmenu .nav-list ul a span {
}
header .topmenu .nav-list li {
  color: #fff;
}
header .topmenu .nav-list li {
}
header .logo_box,
header .topmenu .nav-list {
  /*	transform: scale(1.2);*/
}
.nav-list ul li.nav_fcrgakuin,
.nav-list ul li.nav_onlineshop {

}
.nav-list ul li.nav_fcrgakuin a{
 width: 130px ;
	height: 28px;
	background: url(../images/header_gakuin.svg) no-repeat center;
	background-size: 130px;
}
.nav-list ul li.nav_fcrgakuin a:hover{
 	opacity: 0.8;
}
.nav-list ul li.nav_onlineshop {
  background: url(../images/cart.svg) no-repeat left
    center;
  background-size: 19px;
display: inline-block;
}
.nav-list ul li.nav_onlineshop a{
  color: #E6D67F;
  font-size: 12px;
font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-left: 35px;
	height: 30px;
	padding-top: 11px;
}
.nav-list ul li.nav_icons {
  height: 30px;
  padding-top: 3px;
	margin-right: 8px;
	display: inline-block;
}


.nav-list ul li.nav_icons a {
  display: block;
	width: 30px;
	height: 30px;
	background: #000;
}

.nav-list ul li.FaceBook a {
  background: url(../images/header_fb.svg) no-repeat left
    center;
	background-size: 9px;
}
.nav-list ul li.Twitter a {
  background: url(../images/header_tw.svg) no-repeat left
    center;
	background-size: 17px;
}
.nav-list ul li.Instagram a {
  background: url(../images/header_ig.svg) no-repeat left
    center;
	background-size: 18px;
}
.nav-list ul li.youtube a {
  background: url(../images/header_yt.svg) no-repeat left
    center;
	background-size: 16px;
}
.nav-list ul li.line a {
  background: url(../images/header_line.svg) no-repeat left
    center;
	background-size: 17px;
}

header a {
  color: var(--white);
  /*	opacity: .5;*/
}
header a:hover {
  opacity: 1;
}
.logo {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

/* active&inactive対応 */
.header_emblem {
  left: 44%;
  display: block;
  position: absolute;
}
.header_emblem img {
  width: 120px;
}
.wrap .logo-nav {
  position: absolute;
  top: 16px;
  left: calc(50% - (130px / 2) - 1px);
  width: 130px;
}
@media screen and (max-width: 1150px) {
.wrap .logo-nav {

  top: 0 !important;

}
}

/* ドロップダウンメニュー */
/* Nav
-----------------------------------------*/
.Nav {
  overflow-x: visible;
  width: 1150px;
  margin: 0 auto;
}
.Nav .navbtn {
  display: none;
}
.gnav_pc > ul {
  display: inline-block;
  white-space: nowrap;
  width: 520px;
}
@media print, screen and (max-width:1150px) {
.gnav_pc {
  display: none;
}
}
.gnav_pc > ul + ul {
  margin-left: 105px;
}
.gnav_pc > ul > li {
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.gnav_pc > ul > li a,
.gnav_pc > ul > li span.no_atag {
  display: block;
  position: relative;
  transform: scale(0.8, 1);
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-family: "Arial Black", "Lato", "游ゴシック", "YuGothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
    "Helvetica", sans-serif;
  text-decoration: none;
}
.gnav_pc > ul + ul > li a,
.gnav_pc > ul + ul > li span.no_atag {
  padding: 20px 15px;
}

/* 2階層 */
.gnav_pc > ul > li > ul {
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 9;
  width: auto;
  background-color: #8f002d;
  transition: 0s;
  max-height: 0;
  overflow: hidden;

}
.gnav_pc > ul > li > ul.open {
  display: block;
  max-height: 1000px;
  transition: 2.0s;

}
.gnav_pc > ul > li > ul li {
  white-space: nowrap;
}

.gnav_pc > ul > li > ul li a {
  transform: scale(1, 1);
  position: relative;
  padding: 12px 27px 12px 27px;
  font-size: 90%;

}

.gnav_pc > ul > li > ul li a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #E6D67F;
  border-right: solid 2px #E6D67F;
  content: "";
}
.gnav_pc > ul > li > ul li ul li a {
  padding-left: 42px;
}
.gnav_pc > ul > li > ul li ul li a::before {
  left: 20px;
}

.new-window {
  background-image: url(../images/icon-new-window.svg);
  background-repeat: no-repeat;
}

footer .new-window {
  background-image: url(../images/icon-new-window.webp);
  background-repeat: no-repeat;
}



.gnav_pc .new-window,
.pagecategorynav .new-window {
  background-position: 96% 50%;
  background-size: 8%;
}

@media screen and (max-width: 1150px) {
  header .wrap .topmenu {
    display: none;
  }
  .Nav {
    position: inherit;
    border-top: none;
    top: 0;
    width: 100%;
    background-color: var(--bengala);
  }
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #6b0404;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::before {
    top: 19px;
    transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::after {
    bottom: 18px;
    transform: rotate(-135deg);
  }
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: 18px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #fff;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
  .gnav_pc {
    max-width: 620px;
    margin: 0 auto;
    padding: 0;
    background-color: #a7385b;
  }
  .gnav_pc > ul {
    display: none;
    left: 0;
    background-color: var(--bengala);
    width: 100%;
    z-index: 30000;
  }
  .gnav_pc > ul + ul {
    position: static;
    margin-left: 0;
  }
  .gnav_pc > ul > li > a {
    font-size: 18px;
  }

  /* ブルダウンメニューが存在するgnaviの右側に矢印を出す時に使用する*/
  .gnav_pc > ul > li.parent > a {
    padding-right: 25px;
  }
  .gnav_pc > ul > li.parent > a::before,
  .gnav_pc > ul > li.parent > span.no_atag::before {
    display: none;
  }
  .gnav_pc > ul + ul > li a {
    padding: 15px;
  }
  .gnav_pc > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
  .gnav_pc > ul > li.parent.open > a::before,
  .gnav_pc > ul > li.parent.open > span.no_atag::before {
    transform: rotate(-45deg);
  }
  .gnav_pc > ul > li.parent > a {
    margin: 0;
  }
  .gnav_pc > ul > li > ul {
    background-color: var(--bengala);
    position: static;
  }
  .gnav_pc > ul > li > ul li {
    padding: 0 40px;
  }
  .gnav_pc > ul > li > ul li a {
    background-color: var(--bengala);
  }
  .gnav_pc .new-window {
    background-position: 96% 50%;
    background-size: 4%;
  }
}

@media screen and (min-width: 1150px) {
  .gnav_pc > ul > li.parent.open > a,
  .gnav_pc > ul > li.parent.open > span.no_atag {
    color: #fff;
  }
  .gnav_pc > ul > li.parent.open > a::after,
  .gnav_pc > ul > li.parent.open > span.no_atag::after {
    opacity: 0.5;
    transform: scale(1);
    background: #333;
  }
  .gnav_pc > ul > li a:hover {
    color: #fff;
  }
  .gnav_pc > ul > li a::after,
  .gnav_pc > ul > li span.no_atag::after {
    display: block;
    position: absolute;
    z-index: -1;
    content: "";
  }
  .gnav_pc > ul > li a,
  .gnav_pc > ul > li a::after,
  .gnav_pc > ul > li span.no_atag,
  .gnav_pc > ul > li span.no_atag::after {
    padding: 15px 11px;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .gnav_pc > ul > li a::after,
  .gnav_pc > ul > li span.no_atag::after {
    top: 0;
    left: 0;
    transform: scale(0.5);
    width: 100%;
    height: 100%;
  }
  .gnav_pc > ul > li a:hover::after {
    opacity: 0.5;
    transform: scale(1);
    background: #333;
  }
}
/* ドロップダウンメニューここまで */

/* box_title */
.box_title_red {
  background-color: #960048;
  padding: 5px 15px;
  color: #fff;
  text-align: left;
}
.box_title_red .sub_title {
  position: relative;
  text-align: left;
}

.box_title_red .sub_title span {
  background-color: #b61d3c;
  display: inline-block;
  padding: 10px 8px;
  position: relative;
}
.box_title_red .title {
  font-size: 24px;


}
.box_title_red .txt_jp {
  font-size: 0.4em;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 0;
  letter-spacing: 0.1em;
}

.box_title {
  background-color: #fff;
  padding: 5px;
  color: #b61d3c;
  text-align: left;
}
.box_title .sub_title {
  position: relative;
  text-align: left;
}
.box_title .sub_title:before {
  border-top: 4px solid;
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}
.box_title .sub_title span {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
.box_title .title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.box_title .txt_jp {
  font-size: 0.5em;
  color: #b61d3c;
  position: absolute;
  bottom: 5px;
  right: 0;
  letter-spacing: 0.1em;
}

/* footer */
footer {
  text-align: center;
  padding-top: 90px !important;
  background-color: var(--bengala) !important;
  margin-top: 0;
}
footer a {
  color: #fff;
}
footer p {
  color: var(--white);
}
footer .partner_title {
  margin: 0;
  letter-spacing: 0.2rem;
}
footer .partner_title .txt_gold {
  font-size: 2.5rem;
  line-height: 0.8;
}
.partner_area {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #e6cf7d;
  padding: 5px;
}
.partner_area .bn_box {
  padding: 10px 0;
}
.partner_area .bn_box a {
  opacity: 1;
}
footer .partner_area .bn_box .bn_l.split3 {
  margin: 0 auto 20px;
}

footer .links.only-sp ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

footer .links.only-sp li {
  font-size: 1.1rem;
  margin: 1rem;
}

footer .links.only-pc p,
footer .links.only-pc li {
  color: #fff;
  font-size: 20px;
}
.footer_list_wrap{
	padding:0 38px;
}
.links.wrap.split5.only-pc {
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
  border-top: 1px solid #7A0A45;
  width: 100%;
  margin: 0 auto 100px;
  max-width: 940px;
}

.links.wrap.split5.only-pc .part {
  width: calc( 25% - 20px );
  margin: 5px 0;

  padding: 0 ;
  display: table-cell;
}
@media print, screen and (max-width:1000px) {
.links.wrap.split5.only-pc .part {
  width: calc( 50% - 20px );
  margin: 5px 0;

  padding: 0 ;
  display: table-cell;
}
}
footer .links h2 {
  font-size: 18px !important;
  color: var(--yellow);

	border-bottom: 1px solid #7A0A45;
	padding: 20px 0;
	margin: 0;
	position: relative;
}
footer .links h2 a {
  font-size:  18px !important;
  color: var(--yellow);

}
footer .links h2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 1px;
  content: '';
  background: #E6D67F;
}
footer .links ul {
  padding-top: 20px;

}
footer .links .content a {

  font-size: 14px;
}
footer .links .content a.new-window {
  background-position: 99% 20%;
  background-size: 0.9rem;
  font-size: 14px;
}

footer .logoline {
  padding-bottom: 30px;
  background-image: url(../images/footer_logo.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200%;
  padding-top: 20px;
}
footer .logoline p {
  position: relative;
  left: -10000px;
}
footer .copyright {
  background-color: #960048 !important;
  text-align: center;
  padding: 30px 0;
  color: #fff !important;
	font-size: 14px;
	font-family: 'BebasNeue', sans-serif;
	font-weight: normal;
	border-top: 1px solid #c43d6d;
}
footer .copyright .wrap {
  position: relative;
}
footer .copyright img {
  position: absolute;
  width: 20%;
  right: 0;
  top: -10px;
}

.txt_bold_red {
  font-size: 110%;
  color: #b61d3c;
  font-weight: bold;
}

/* page_title h1 */
.page_title {
  text-align: center;
  margin-bottom: 40px;
	padding: 0 15px;
	box-sizing: border-box;
}
.page_title h1 {
  text-align: center;
  font-size: 30px;
  color: #960748;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif  !important;
  font-weight: bold;
  margin-bottom: 0px;
}


.page_title .jpn {
  color: #A08E29;
  font-size: 18px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif  !important;
  font-weight: bold;
}

.detailbody {
  margin-bottom: 100px;
}
.detailbody .pagecategorynav,
.detailbody .secondnav {
  display: table;
  width: 100%;
}
.detailbody .pagecategorynav {
  background-color: var(--bengala);
  height: 50px;
}
.detailbody .pagecategorynav a:hover,
.detailbody .pagecategorynav li.active a {
  color: var(--yellow);
}
.detailbody .pagecategorynav li,
.detailbody .secondnav li {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.detailbody .pagecategorynav li a,
.detailbody .secondnav li a {
  color: #fff;
}
.detailbody .secondnav {
  background-color: var(--yellow);
  display: table;
  padding: 5px 0;
}
.detailbody .secondnav p,
.detailbody .secondnav a {
  color: var(--bengala);
  font-weight: bold;
  line-height: 1;
}
.detailbody .secondnav.txt_b p,
.detailbody .secondnav.txt_b a {
  font-size: 2rem;
}
.detailbody .secondnav a:hover,
.detailbody .secondnav li.active a {
  color: var(--bengala);
}
.detailbody .secondnav li {
}
.detailbody .secondnav li a {
  display: table-cell;
}

.detailbody .secondnav.txt_b .en_bold li {
  color: #faf0c4;
  font-size: 2rem;
  padding: 0 20px;
}
.detailbody .secondnav.txt_b .en_bold li a {
  color: #fff;
}
.detailbody .secondnav.txt_b .en_bold li.active a {
  color: var(--bengala);
}
.detailbody .secondnav.txt_b .en_bold li.thisyear,
.detailbody .secondnav.txt_b .en_bold li.active_year {
  color: var(--bengala);
}

.detailbody .secondnav .latestdate {
  display: table-cell;
  text-align: right;
  padding-right: 30px;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 4px 15px;
  vertical-align: bottom;
}
.detailbody .box {

  width: 100%;
  margin: 0;
  padding: 30px 0 50px !important;
  border-top: none;
  background-color: #fff;
  box-sizing: border-box;
}
.detailbody .box h1 {
  text-align: left;
  color:  var(--bengala);
  display: table;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 100%;
  line-height: 1;
	font-weight: bold;
	font-size: 28px;
}
.detailbody .box .border_btm {
  position: relative;
	padding-bottom:16px;
	margin-bottom: 30px;
}
.detailbody .box .border_btm::after{
  position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: var(--bengala);
	bottom: 0;
	left: 0;
}
.detailbody .box h1 .txt_jp {
  font-size: 14px;
  color: var(--bengala);
}
.detailbody .box h1 .sideR_txt {
  color: var(--bengala);
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  font-size: 90%;
}
.detailbody .box .snsbtn {
  float: right;
}

/* box inner */
.box .newsdetail .wrap {
  width: 100%;
}

.box .post-body h4 {
  color: var(--bengala);
  font-weight: bold;
}
.note {
  font-size: 0.9rem;
}
.note p {
  line-height: 1.3;
}

/* sidenav */
.detailbody .box .sidenav {
  background-color: var(--bengala);
}
.detailbody .box .sidenav h1 {
  font-size: 16px;
  color: #fff;
  border: none;
  text-align: right;
  padding: 10px 20px;
  width: auto;
  margin-bottom: 0;
}
.detailbody .box .sidenav .innerbox {
  background-color: #F4F1E4;
  padding-bottom: 20px;
  padding-top: 20px;
}
.detailbody .box .sidenav h2 {
  background-color: var(--bengala);
  padding: 10px;
}
.detailbody .box .sidenav h2 a {
  color: #fff;
}

/* latestnews */
.latestnews {
  background-color: #fff;
}
.latestnews .parent-tab-button li.current a {
  color: var(--bengala);
  background-color: #e6cf7d;
  border: none;
  font-weight: bold;
}
.latestnews .detail {
  margin: 5px 0;
}
/*.latestnews .hottopics {
	width: 30%;
	float: left;
    margin-right: 20px;
}
.latestnews .hottopics h2 {
	font-size:1.2rem;
	color: #b61d3c;
}
.latestnews .newsdetail {
	width: 100%;
}
.latestnews #all .newsdetail {
	width: 64%;
    float: right;
    border-left: 2px solid #cdcdcd;
    padding-left: 15px;
}*/
.newsdetail dl.newslist p.date {
  float: left;
  margin-right: 3px;
}
.newsdetail .newslist dt {
  display: table-cell;
  width: 200px;
}
.newsdetail .title {
  display: table-cell;
  vertical-align: middle;
}
.newsdetail .blog-category {
  color: var(--white);
  margin: 0;
  text-align: center !important;
  padding: 0px 3px;
  width: 95px;
  float: left;
}
.newsdetail .blog-category a {
  color: #fff;
}
.newsdetail .blog-category a:hover {
  opacity: 0.6;
}
.parent-tab-button li a {
  background-color: var(--bengala);
  border: none;
}
.newsdetail .blog-category.partner,
.newsdetail .category.partner {
  background-color: #cbb035;
}
.newsdetail .blog-category.club,
.newsdetail .category.club {
  background-color: #092684;
}
.newsdetail .blog-category.topteam,
.newsdetail .category.topteam {
  background-color: var(--bengala);
}
.newsdetail .blog-category.homegame,
.newsdetail .category.homegame {
  background-color: #dc1c72;
}
.newsdetail .blog-category.media,
.newsdetail .category.media {
  background-color: #1c7ec9;
}
.newsdetail .blog-category.goods,
.latestnews .newsdetail .category.goods {
  background-color: #fb992f;
}
.newsdetail .blog-category.academy,
.newsdetail .category.academy {
  background-color: #e93c14;
}
.newsdetail .blog-category.event,
.newsdetail .category.event {
  background-color: #6b821b;
}
.newsdetail .blog-category.other,
.newsdetail .category.other {
  background-color: #a77011;
}

.latestnews .parent-tab-content {
  border: none;
}
.newsdetail .newslist dd {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 1rem;
}
.newsdetail dl.newslist {
  border-top: 3px solid #cdcdcd;
  padding: 1em 1em 0.5em;
  margin: 0;
}
.newsdetail dl.newslist:nth-child(even) {
  background-color: #ededed;
}
.newsdetail > dl.newslist:first-child {
  border-top: 2px solid #cdcdcd;
  padding-top: 10px;
}
.newsdetail dl.newslist > dd:last-child {
  border: none;
}
.newsdetail dl.newslist p {
  margin: 0;
}

/*news side navi*/
.arrow li {
  list-style: none;
  margin: 0 0 1px 0;
  line-height: 0.5;
}
.arrow li a {
  display: block;
  padding: 15px 15px 15px 50px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #2b2b2b;
}

.arrow li a::before {
  border-left: 10px solid #960048;
  border-bottom: transparent 7px solid;
  border-top: transparent 7px solid;
  content: "";
  margin: 0 0 0 10px;
  height: 0px;
  left: 18px;
  position: absolute;
  top: 11px;
  width: 0px;
}
.arrow li a::after {
  border-left: 10px solid #F4F1E4;
  border-bottom: transparent 8px solid;
  border-top: transparent 7px solid;
  content: "";
  margin: 0 0 0 10px;
  height: 0px;
  left: 14px;
  position: absolute;
  top: 11px;
  width: 0px;
}
.arrow li a:hover {
  opacity: 0.6;
}

/* schedule */
#schedule .boxtitle,
#result .boxtitle {
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 50px;
  margin-bottom: 20px;
}
.boxtitle h1 .txt_jp {
  font-size: 1.2rem;
  color: var(--bengala);
  display: block;
  padding-left: 70px;
}
.boxtitle h1 .txt_en {
  padding-left: 70px;
}
.boxtitle h1 .sideR_txt {
  color: var(--bengala);
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
}

/* result */
.resultlist td,
.resultlist th {
  padding: 12px 3px;
}
.resultlist th {
  color: var(--bengala);
  text-align: center;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  border-right: none;
  border-left: none;
  letter-spacing: 0.7em;
  padding: 5px;
}
.resultlist td {
  border: none;
  text-align: center;
  font-size: 1.3rem;
}
.resultlist td a {
  color: #616161;
}
.resultlist td {
}
.resultlist tr:nth-child(odd) {
  background-color: #f8f5e8;
}
/*.resultlist tr:first-child {
    background-color: var(--white);
}*/
.resultlist .stadium {
  text-align: right;
}
.resultlist .game_date {
  width: 8%;
}
.resultlist .game_week {
  font-size: 1.0rem;
  width: 7%;
}
.resultlist .kickoff {
  width: 8%;
}
.resultlist .sec {
  width: 10%;
  font-size: 1rem;
}
.resultlist .vs {
  width: 3%;
}
.resultlist .oppo_emblem {
  width: 6%;
  text-align: right;
}
.resultlist .oppo_emblem img {
  width: 100%;
  vertical-align: middle;
}
.resultlist .oppo_name {
  width: 15%;
  text-align: left;
  padding-left: 0;
  font-size: 1.0rem;
}
.resultlist .score {
  width: 8%;
}
.resultlist .scoreicon {
  font-size: 2.6rem;
  line-height: 1;
  vertical-align: -2px;
}
.resultlist .win {
  color: var(--bengala);
}
.resultlist .draw .resultlist .scoreicon {
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: 0;
}
.resultlist .score .inner {
  border-left: 3px solid #cdcdcd;
  padding: 0 5px 0 0;
  line-height: 1;
}
.resultlist .event {
  width: 30%;
  font-size: 0.9rem;
  font-family: sans-serif;
  line-height: 1.5;
  text-align: left;
}
.resultlist .event a {
  color: var(--bengala);
}
.resultlist p.inner {
  border-right: 3px solid #cdcdcd;
  padding: 0 10px 0 0;
}
.parent-tab-content {
  border: none;
}
.parent-tab-content .tab-content {
  padding: 15px 0 0;
}
.resultlist .score {
  margin: -15px 0 0;
}
.resultlist .score img {
  width: 100%;
}
.resultlist .score table tr {
}
.resultlist .score table td {
  padding: 0;
  text-align: center;
  color: #fff;
  border: none;
}
.resultlist .score table .resultlist .score_num {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
}
.resultlist .score table .resultlist .score_first {
  position: relative;
  top: 12px;
  padding-top: 10px;
}
.resultlist .score table .resultlist .score_second {
  position: relative;
  top: -12px;
}
.resultlist .score table .goal_person {
  background-color: #202020;
}
.resultlist .score table .goal_person li {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
.resultlist .score table .team_name .opponent {
  text-align: right;
  padding-right: 10px;
}
.resultlist .score table .more {
  background-color: var(--yellow);
  text-align: center;
  font-weight: bold;
}
.resultlist .score table .more a {
  color: var(--bengala);
}
.resultlist {
  margin: 0;
}

/* wordpress news 写真投稿 */
.newsdetail .post-body img {
  vertical-align: baseline;
}

/* 動画popup */
.movie-wrap .btn_movieplay {
  opacity: 0.7;
  width: 40%;
  position: absolute;
  left: 30%;
  top: 20%;
}
.popupmovie {
  height: 60%;
  width: 60%;
  position: relative;
  padding-top: 50%;
}
.popupmovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40%;
}
.movie-wrap a {
  padding: 0;
  border: none;
}

/* ギャラリー */
.gallery_box .detailbody .box h2 {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 15px;
}
.gallery_box .detailbody .box ul li p {
  line-height: 1;
}
.gallery_box .detailbody .box ul li .img_area {
  min-height: 150px;
  position: relative;
}
.gallery_box .detailbody .box ul li .img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.gallery_box .detailbody .box .navBox {
  margin-top: 40px;
  border-top: 2px solid #cccccc;
  padding-top: 15px;
}

/* prise table */
.ticket_prise table th,
.ticket_prise table tr,
.ticket_prise table td,
.pass_prise table th,
.pass_prise table tr,
.pass_prise table td {
  font-size: 1.2rem;
  padding: 0;
  margin: 10px 0px;
}
.ticket_prise table th,
.pass_prise table th {
  border-right: 5px solid rgb(255, 255, 255);
  border-bottom: 5px solid rgb(255, 255, 255);
  border-left: none;
  border-top: none;
  background-color: var(--yellow);
  color: var(--bengala);
  text-align: center;
  width: 25%;
  line-height: 1.3;
}
.pass_prise table th {
  width: 35%;
}
.ticket_prise table td,
.pass_prise table td {
  border-right: 10px solid rgb(255, 255, 255);
  border-bottom: 10px solid rgb(255, 255, 255);
  border-left: none;
  border-top: none;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}
.pass_prise table td {
  text-align: center;
}
.ticket_prise table td.small {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
}
.ticket_prise table td:last-child,
.ticket_prise table th:last-child,
.pass_prise table td:last-child,
.pass_prise table th:last-child {
  border-right: none;
}
.ticket_prise table .cat_horizontal,
.pass_prise table .cat_horizontal {
  background-color: rgb(190, 0, 60);
  color: #fff;
  text-align: center;
  padding: 3px 0;
}
.ticket_prise table .bottom_border {
  border-bottom: 3px solid #616161;
}
.pass_prise .pass_more {
  float: right;
  margin: 0;
}
.pass_prise .pass_more a {
  font-size: 1.8rem;
  font-weight: bold;
}
.special_prise {
  margin-bottom: 40px;
}
.detailbody .box .special_prise h1 {
  color: var(--bengala);
  font-weight: bold;
  font-size: 3.5rem;
  font-style: italic;
}
.subtitle {
  font-weight: bold;
  color: var(--bengala);
  font-size: 1.5rem;
  margin: 20px 0px;
}

/* ニュース記事 */
table.news_table_01 {
  width: 100%;
}
table.news_table_01 th {
  border: 2px solid var(--yellow);
  background-color: var(--bengala);
  color: #fff;
}
table.news_table_01 th.time {
}
table.news_table_01 th.stadium_inside,
table.news_table_01 th.stadium_outside,
table.news_table_01 th.stadium_sub {
  width: 40%;
  text-align: center;
}
table.news_table_01 td {
  padding: 5px;
  border: 2px solid var(--yellow);
}
table.news_table_01 td.td_time {
  background: #f8f5e8;
  color: var(--bengala);
  font-weight: bold;
}

/* comming soon */
.commingsoon {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0px;
  margin: 0px;
  margin-bottom: 0px;
  letter-spacing: 10px;
  opacity: 0.3;
}

@media only screen and (max-width: 480px) {
  .box .newsdetail .wrap .post-body {
    display: inline;
  }
  .box .newsdetail .wrap .post-body > h4 {
    display: inline-block;
  }

  .scroll_table {
    overflow: scroll; /*tableをスクロールさせる*/
  }
  .scroll_table::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scrol_tablel::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #f1f1f1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #bcbcbc;
  }
  table.news_table_01 {
    table-layout: fixed;
  }
  table.news_table_01 tr {
    display: table;
  }
  table.news_table_01 th {
    display: table-cell !important;
    /*	width: 80px !important;*/
  }
  table.news_table_01 td {
    display: table-cell !important;
    /*	width: 120px !important;*/
  }
  table.news_table_01 td.td_time {
    /*	width: 80px !important;*/
  }

  .gallery_box .detailbody .box ul li img {
    width: 100%;
  }
  .gallery_box .detailbody .box ul li .img_area img {
    position: unset;
    top: auto;
    left: auto;
    transform: unset;
  }

  /* jheader */
  .jheader .topJtitle {
    left: 0px;
  }
  .jheader .jEmb {
    margin-left: 60px;
  }
  .jheader .jEmb .leagueBtn li {
    margin: 0 5px 0 0;
  }
}
/* 郵便番号自動入力プラグイン zipaddr-jp */

#autozip {
  background-color: #cc0000 !important;
}
#autozip #zip_close a {
  background-color: #cc0000 !important;
  color: #fff !important;
}
#autozip #zip_footer {
  display: none;
}

@media only screen and (max-width: 768px) {
  footer .partner_area .bn_box .bn_l.split3 {
    max-width: 100vw;
    margin: 10px auto 0;
  }
  footer .links.wrap.split5 .part {
    padding: 10px 0;
  }
  footer .links h2,
  footer .links h2 a {
    margin: 10px 0 3px;
    font-size: 1.5rem;
    text-align: left;
  }
}


#jheader{
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 1.0s;
	pointer-events: none;
	width: 100%;

}


#jheader.on{
	opacity: 1;
	height: 80px;
	transition: 1.0s;
	pointer-events: inherit;
}
#jheader.fixedsp{
	opacity: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
}
@media only screen and (max-width: 767px) {
#jheader{
	opacity: 0 !important;
	height: 0 !important;

}
}
.gnav_pc ul li span.no_atag{
	color: #E6D67F;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
.gnav_pc ul li a{
	color: #E6D67F;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
header .wrap .topmenu{
	background: var(--bengala);
	width: 940px;
	margin: 0 auto;
	border-bottom: 1px solid #E6D67F;
}
.Nav {
    overflow-x: visible;
    width: 940px;
    margin: 0 auto;
}
.gnav_pc > ul {
    display: inline-block;
    white-space: nowrap;
    width: 402px;
}
.gnav_pc > ul + ul > li a, .gnav_pc > ul + ul > li span.no_atag{
	padding: 20px 8px;
}
.gnav_pc > ul + ul {
    margin-left: 125px;
}
.gnav_pc > ul > li a, .gnav_pc > ul > li a::after, .gnav_pc > ul > li span.no_atag, .gnav_pc > ul > li span.no_atag::after{
	padding: 20px 17px;
}
.gnav_pc > ul + ul > li a, .gnav_pc > ul + ul > li span.no_atag{
	padding: 20px 12px;
}

.gnav_pc > ul > li > ul{
	background: var(--bengala);
}
.gnav_pc > ul > li > ul li a{
	font-size: 12px;
}
header .topmenu .nav-list {
    width: 940px;
    margin: 0 auto;
}
header .topmenu .nav-list ul{
	margin: 0 !important;
}
header .topmenu .nav-list ul.left_box{
	float: left;
	padding-top: 5px;
	display: block;
}
header .topmenu .nav-list ul.right_box{
	float: right;
	padding-top: 5px;
	display: block;
}

.j_btn_li{
	padding-right: 25px;
}
.j_btn_li a{
	padding: 0 !important;
}
.j_btn_li a .j_btn{
	width: 120px;
	height: 30px;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff url(../images/icn-jleague2.svg) no-repeat center;
	background-size: 93px;
	margin-top: -8px;
}
.footer_area_w{
	padding: 0 38px;
}
.footer_area{
	width: 100%;
	max-width: 940px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_area .logo{
	width: 184px;
}
.footer_area .link_box{
	width: 280px;
}

@media only screen and (max-width: 768px) {
.footer_area .logo{
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
.footer_area .link_box{
	width: 100%;
}
.page_top_btn{
	margin-left: auto;
	display: block;
	width: 60px;
	float: right !important;
}
}
.footer_area .link_box a{
	float: left;
}

.footer_area .link_box a.info_link{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding-left: 36px;
	color: #fff;
	font-size: 14px;
	background: #000 url(../images/mail.svg) no-repeat center left 34px;
	background-size: 20px;
	box-sizing: border-box;
	margin-right: 35px;
	margin-top: 10px;
}

#page_top{
	height: 99px;
}
@media only screen and (max-width: 1150px) {
#page_top{
	height: 80px;
}
}
.footer_link_area{
	width: 100%;
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 100px;
}
.footer_link_area .columnBox{
	width: 32%;
}
@media only screen and (max-width: 768px) {
.footer_link_area{
	width: 100%;
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 35px;
}
.footer_link_area .columnBox{
	width: 100%;
	margin-bottom: 20px;
}
}
.logo-nav .pc{
	display: block;
}
.logo-nav .sp{
	display: none;
}
@media only screen and (max-width: 1150px) {
.logo-nav .pc{
	display: none;
}
.logo-nav .sp{
	display: block;
}
}

@media only screen and (max-width: 1150px) {
	header{
		height: auto !important;
		padding-bottom: 80px !important;
	}
	header .header_logo{
		padding: 15px 0 0 12px !important;
	}
.wrap .logo-nav {
    width: 245px !important;
}
}

.link_footer_area{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.link_footer_area .link_footer_area_box{
	width: 33.33%;
}
.link_footer_area .link_footer_area_box a{
	width: 100%;
	padding: 150px 0 150px;
	background: #ccc;
	display: block;
	color: #fff !important;
	text-align: center;
}
.link_footer_area .link_footer_area_box.bg1 a{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg2 a{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg3 a{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg1 a:hover{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: 120%;
}
.link_footer_area .link_footer_area_box.bg2 a:hover{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: 120%;
}
.link_footer_area .link_footer_area_box.bg3 a:hover{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: 120%;
}

@media only screen and (max-width: 1200px) {
.link_footer_area .link_footer_area_box.bg1 a{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: auto 100%;
}
.link_footer_area .link_footer_area_box.bg2 a{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: auto 100%;
}
.link_footer_area .link_footer_area_box.bg3 a{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: auto 100%;
}
.link_footer_area .link_footer_area_box.bg1 a:hover{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: auto 120%;
}
.link_footer_area .link_footer_area_box.bg2 a:hover{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: auto 120%;
}
.link_footer_area .link_footer_area_box.bg3 a:hover{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: auto 120%;
}
}

@media only screen and (max-width: 900px) {
.link_footer_area .link_footer_area_box.bg1 a{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg2 a{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg3 a{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: 100%;
}
.link_footer_area .link_footer_area_box.bg1 a:hover{
	background: url("../images/yuimaru_image.jpg") no-repeat center;
	background-size: 120%;
}
.link_footer_area .link_footer_area_box.bg2 a:hover{
	background: url("../images/parking_image.jpg") no-repeat center;
	background-size: 120%;
}
.link_footer_area .link_footer_area_box.bg3 a:hover{
	background: url("../images/onlineshop_image.jpg") no-repeat center;
	background-size: 120%;
}
}


.link_footer_area .link_footer_area_box a h3{
	color: #fff !important;
	font-family: 'BebasNeue', sans-serif;
	font-size: 38px;
	line-height: 25px;
	margin-bottom: 0px;
}
.link_footer_area .link_footer_area_box a h3 span{
	font-size: 18px;
}

.link_footer_area .link_footer_area_box a p{
	color: #fff !important;
	font-size: 14px;
	margin-top: 10px;
}

@media only screen and (max-width: 900px) {
.link_footer_area .link_footer_area_box{
	width: 100%;
}
.link_footer_area .link_footer_area_box a{
	width: 100%;
	padding: 50px 0 50px;
	background: #ccc;
	display: block;
	color: #fff !important;
	text-align: center;
}
}
.link_footer_banner_area_w{
	width: 100%;
	padding: 0 ;
	box-sizing: border-box;
	border-bottom: 1px solid #EFEFEF;
}
.link_footer_banner_area{
	width: 100%;
	max-width: 940px;
	margin: 0 auto 0;
	padding: 60px 0 30px;

}

.link_footer_partner_area_w{
	width: 100%;
	padding: 0 38px;
	box-sizing: border-box;

}
.link_footer_partner_area{
	width: 100%;
	max-width: 940px;
	margin: 0 auto 0;
	padding: 60px 0 0;
	border-bottom: 1px solid #EFEFEF;
}
.link_footer_partner_area .title_f_icon{
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
.link_footer_partner_area .title_f_icon img{
	display: block;
	margin: 0 auto;
}
.partner_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partner_list .partner_box{
	width:  calc(100% / 3 - (5px * 2));
  margin-bottom: 25px
}
@media only screen and (max-width: 900px) {
.partner_list .partner_box{
	width: 33.33%;
	margin-bottom: 20px
}
}

.partner_link_botton{
	padding: 40px 0 0px;
	margin-bottom: -20px;
}
.partner_link_botton a{
	display: block;
	width: 100%;
	max-width: 285px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	text-align: center;
}
.sns_link_area_w{
	padding: 100px 38px 90px;
}
.sns_link_area_w .sns_link_list{
	width: 100%;
	max-width: 940px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.sns_link_area_w .sns_link_list li{
	width: 20%;
}
.sns_link_area_w .sns_link_list li a{
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	margin: 0 auto;
}

.sns_link_area_w .sns_link_list li.sns_icon1 a{
	background: url("../images/icon_fb.svg") no-repeat center;
	background-size: 10px;
}
.sns_link_area_w .sns_link_list li.sns_icon2 a{
	background: url("../images/icon_tw.svg") no-repeat center;
	background-size: 17px;
}
.sns_link_area_w .sns_link_list li.sns_icon3 a{
	background: url("../images/icon_ig.svg") no-repeat center;
	background-size: 18px;
}
.sns_link_area_w .sns_link_list li.sns_icon4 a{
	background: url("../images/icon_yt.svg") no-repeat center;
	background-size: 16px;
}
.sns_link_area_w .sns_link_list li.sns_icon5 a{
	background: url("../images/icon_line.svg") no-repeat center;
	background-size: 17px;
}
.swiper-container{
	padding-bottom: 30px;
}
.swiper-container img{
	width: 100%;
}
.swiper-container .swiper-pagination{
	bottom: 3px !important;
}
.swiper-container .swiper-pagination-bullet-active{
	background: #960048 !important;
}
.side_floating_area{
	position: fixed;
	top:50%;
	left: 0;
	z-index: 5000;
	background: #fff;
	width: 60px;
	height: 160px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	margin-top: -80px;

}
@media only screen and (max-width: 900px) {
.side_floating_area{
	display: none;
}
}
.side_floating_area img{
	float: left;
}
.sp_floating_area{
	position: fixed;
	bottom:0;
	left: 0;
	z-index: 5000;
	background: #fff;
	width: 100%;
	height: 50px;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width: 900px) {
.sp_floating_area{
	display: flex;
}
}
.sp_floating_area a{
	width: 50%;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 12px;
	padding-top: 32px;
	color: #fff;
}
.sp_floating_area a.ticket_icon{
	background: #BAA537 url("../images/cta_ticket.svg") no-repeat top 10px center;
	background-size: 20px;
}
.sp_floating_area a.shop_icon{
	background: #A08E29 url("../images/cta_cart.svg") no-repeat top 10px center;
	background-size: 20px;
}
@media only screen and (max-width: 900px) {
footer .copyright{
	padding: 30px 0 180px !important;
}
}

#top_page_floating_area{
	position: fixed;
	bottom: -160px;
	right: 15px;
	width: 160px;
	z-index: 5000;
	opacity: 0;
	transition: 1.0s;
}
#top_page_floating_area img{
	width: 100%;
}
#top_page_floating_area.fixedsp{
	opacity: 1;
	bottom: 15px;
}
@media only screen and (max-width: 900px) {
#top_page_floating_area{
	position: fixed;
	bottom: -110px;
	right: 15px;
	width: 110px;
	z-index: 5000;
}
#top_page_floating_area.fixedsp{
	opacity: 1;
	bottom: 65px;
}
}




.sp_header_info{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 80px;
}
@media only screen and (max-width: 1150px) {
.sp_header_info{
	display: block;
}
}
.cart_link_btton {
	width: 50px;
	float: left;
}
.cart_link_btton a{
	display: block;
	width: 50px;
	height: 50px;
	background: url("../images/cart.svg") no-repeat center;
	background-size: 20px;
	margin: 15px 0;
}
.cart_link_btton a:hover{
	opacity: 0.8;
}
.nav_toggle {
  display: block;
  position: relative;
  width: 30px;
  height: 36px;

  padding: 10px;
  margin: 15px 10px;
　box-sizing: border-box;
  cursor: pointer;
  float: right;
}
.nav_toggle i {
  display: block;
  width: 30px;
  height: 2px;
  background: #E6D67F;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle span {
  position: absolute;
	font-size: 17px;
	color: #E6D67F;
  bottom: 10px;
	font-family: 'BebasNeue', sans-serif;
font-weight: normal;
	line-height: 10px;
}
.nav_toggle i:nth-child(1) {
  top: 10px;
}
.nav_toggle i:nth-child(2) {
  top: 18px;
}
.nav_toggle i:nth-child(3) {
  top: 27px;
}
.nav{
	display: none;
}
.nav.show{
	display: block;
	position: fixed;
	top:80px;
	left: 0;
	width: 100%;
	height: calc( 100% - 80px ) ;
	background: var(--bengala);
}
.nav_toggle.show {
  display: block;
  position: relative;
  width: 30px;
  height: 36px;

  padding: 10px;
  margin: 15px 10px;
　box-sizing: border-box;
  cursor: pointer;
  float: right;
}
.nav_toggle.show i {
  display: block;
  width: 30px;
  height: 2px;
  background: #E6D67F;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle.show span {
  position: absolute;
	font-size: 17px;
	color: #E6D67F;
  bottom: 10px;
	font-family: 'BebasNeue', sans-serif;
font-weight: normal;
	line-height: 10px;
	display: none;
}
.nav_toggle.show i:nth-child(1) {
  top: 1px;
	transform: translateY(20px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  top: 18px;
  display: none;
}
.nav_toggle.show i:nth-child(3) {
  top: 41px;
	transform: translateY(-20px) rotate(45deg);
}
.gnav_sp{
	overflow: auto;
	width: 100%;
	height: 100%;
}
.gnav_sp ul{
	width: 100%;
	max-width: 900px;
	padding: 28px 28px 50px;
	box-sizing: border-box;
	margin: 0 auto;
}
.gnav_sp ul li ul{
	width: 100%;
	padding:0 0 20px 28px;
	box-sizing: border-box;
}
.gnav_sp ul li{
	font-size: 20px;
	color: #E6D67F;
	border-bottom: 1px solid #E6D67F;
}
.gnav_sp ul li ul li {
	width: 100%;

}
.gnav_sp ul li ul li:last-child{
	border-bottom: none;
}
.gnav_sp ul li a{
	font-size: 20px;
	color: #E6D67F;
	padding: 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;

}

.gnav_sp ul li .no_atag{
	font-size: 20px;
	color: #E6D67F;
	padding: 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.gnav_sp ul li a.new-window{
	background-image: url(../images/icon-new-window.svg);
background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right 5px;
	padding-right: 30px;
}
.e_text{
	font-family: 'BebasNeue', sans-serif;
font-weight: normal;
	font-size: 20px;
}


.main_visual_area{
	margin: 0 !important;
}
.main_visual{
	width: 100%;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.main_visual .left_box{
	width: 1000px;
	height: 600px;
	background: #333;
}
.main_visual .right_box{
	width: calc( 100% - 1000px ) ;
	height: 600px;
	background: #666;

}
@media only screen and (max-width: 1350px) {
.main_visual .left_box{
	width: calc( 100% - 300px ) ;
	height: 600px;
	background: #333;
}
.main_visual .right_box{
	width: 300px;
	height: 600px;
	background: #666;

}
}
@media only screen and (max-width: 767px) {
.main_visual .left_box{
	width: 100%;
	height: 430px;
	background: #333;
}
.main_visual .right_box{
	width: 100%;
	height: 600px;
	background: #666;

}
}
.main_visual .left_box .swiper-container_main{
	width: 100%;
	overflow: hidden;
}
.main_visual .left_box .swiper-container_main .swiper-slide a{
	position: relative;
	width: 100%;
	display: block;
}
.main_visual .left_box .swiper-container_main .swiper-slide a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(rgba(0,0,0,0), #000 ) ;

	width: 100%;
	height: 40%;
}
.main_visual .left_box .swiper-container_main .swiper-slide a .text_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 0 63px 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
.main_visual .left_box .swiper-container_main .swiper-slide a .text_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 0 15px 10px;
	box-sizing: border-box;
}
}
.main_visual .left_box .swiper-container_main .swiper-slide a .text_box h3{
	color: #fff;
	margin: 0;
	font-size: 24px;
	margin-bottom: 5px;
}
.main_visual .left_box .swiper-container_main .swiper-slide a .text_box p{
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.main_visual .left_box .swiper-container_main .main_slide_img_box{
	width: 100%;
	padding-bottom: 600px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
@media only screen and (max-width: 767px) {
.main_visual .left_box .swiper-container_main .main_slide_img_box{
	width: 100%;
	padding-bottom: 430px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
}
.main_visual .left_box .swiper-container_main a .main_slide_img_box{
	opacity: 1 !important;
	transition-duration: 1.8s;
}
.main_visual .left_box .swiper-container_main a:hover{
	opacity: 1 !important;
}
.main_visual .left_box .swiper-container_main a:hover .main_slide_img_box{
	opacity: 1 !important;
	transform: scale(1.2);
  transition-duration: 1.8s;
}
.main_visual .right_box h3{
	width: 100%;
	height: 60px;
	background: #111111;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	font-family: 'BebasNeue', sans-serif;
	margin: 0;

}
.main_visual .right_box .next_match_area{
	width: 100%;
	height: 420px;
	background: #960048 url(../images/bg_nextmatch.jpg) no-repeat center;
	background-size: cover;
}
.main_visual .right_box .next_match_area .inner{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
.main_visual .right_box .next_match_area .inner .gametxt{
	text-align: center;
	font-size:14px ;
	color: #E6D67F;
	padding: 20px 5px;
	border-bottom: 1px solid #E6D67F;
}
.main_visual .right_box .next_match_area .inner .emblem_box{
	margin: 20px 0 0 !important;
}
.main_visual .right_box .next_match_area .inner .emblem_hometeam{
	display: table-cell !important;
	vertical-align: top !important;
	width: 95px;

}
.main_visual .right_box .next_match_area .inner .emblem_hometeam p{
	text-align: center;
	color: #E6D67F;
	margin: 0;
}

.main_visual .right_box .next_match_area .inner .opponent_name{
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center;
	padding: 0 16px;
	color: #E6D67F;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.main_visual .right_box .next_match_area .inner .emblem_awayteam{
	display: table-cell !important;
	vertical-align: top !important;
	width: 95px;

}
.main_visual .right_box .next_match_area .inner .emblem_awayteam p{
	text-align: center;
	color: #E6D67F;
	margin: 0;

}
.main_visual .right_box .next_match_area .inner .teamname_area{
	display: block;
	border-bottom: 1px solid #E6D67F;
	color: #E6D67F;
	margin: 0;
	padding: 0 5px 20px 5px;
	text-align: center;
}
.main_visual .right_box .next_match_area .inner .teamname_area a{
	color: #E6D67F;
	padding-left: 10px;
}
.main_visual .right_box .next_match_area .inner .gamedate_area{
	padding: 26px 0 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: bold;
}
.main_visual .right_box .next_match_area .inner .gamedate_area .date{
	font-size: 28px;
}
.main_visual .right_box .next_match_area .stadium_area a{
	display: block;
	width: 80%;
	max-width:340px;
	background: #111111 url(../images/area-off.svg) no-repeat center left 15px;
	padding: 15px 15px 15px 43px;
	color: #E6D67F;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto;
}
.main_visual .right_box .next_match_btn{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.main_visual .right_box .next_match_btn a{
	display: block;
	width: 50%;
	height: 60px;
	background: #111111;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #E6D67F;
}
.main_visual .right_box .next_match_btn a:first-child{
	border-right: 1px solid #E6D67F;
	box-sizing: border-box;
}
.main_visual .right_box .next_match_btn2 a{
	display: block;
	width: 100%;
	height: 60px;
	background: #222 url(../images/ryuticket.jpg) no-repeat center right calc( 50% + 80px );
	padding-left:  calc( 50% - 10px );
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #E6D67F;
	box-sizing: border-box;
	text-align: left;
}
.banner_area{
	margin: 0 !important;
	padding: 50px 0 10px;
	background: #111111;
}
.banner_area .swiper-container2{
	position: relative;
	padding-bottom: 50px;
}
.banner_area .swiper-container2 img{
	width: 100%;
}
.banner_area .swiper-container2 .swiper-pagination-bullet{
	background: #E6D67F !important;
	opacity: 1;
}
.banner_area .swiper-container2 .swiper-pagination-bullet-active{
	background: #960048 !important;
}
.banner_area .swiper-container2 .swiper-button-next{
	background: #000 url(../images/right.svg) no-repeat center;
	background-size: 12px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-top: -55px;

}
.banner_area .swiper-container2 .swiper-button-prev{
	background: #000 url(../images/left.svg) no-repeat center;
	background-size: 12px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-top: -55px;
}

.match_area{
	margin: 0 !important;
	background: #EFEFEF url(../images/bg_result.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 38px 80px;
}
@media only screen and (max-width: 767px) {
.match_area{
	margin: 0 !important;
	background: #EFEFEF url(../images/bg_result.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 15px 80px;
}
}
.match_area .inner{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
.match_area h3{
	color: #fff;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
}
.match_area p.title_text{
	color: #fff;
	font-size: 14px;
	font-family: 'BebasNeue', sans-serif;
	margin-top: 0 !important;
	margin-bottom: 0;
	padding-bottom: 35px;
}
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 160px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 160px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 240px;
	height: 160px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li .img_box{
	width: 240px;
	height: 160px;
	background-position: center !important;
	background-size: cover !important;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}

.ryukyutv_area{
	margin: 0 !important;
	padding: 95px 38px;
	background: url(../images/bg_ryukyutv.jpg) no-repeat center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
.ryukyutv_area{
	margin: 0 !important;
	padding: 95px 38px;
	background: url(../images/bg_ryukyutv.jpg) no-repeat center;
	background-attachment:inherit;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
}
.ryukyutv_area::after{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	display: block;
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height: 1000px;
	z-index: 0;
}
.ryukyutv_area .inner{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
.ryukyutv_area h3{
	color: #E6D67F;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
}
.ryukyutv_area h3 span{
	color: #fff;
}
.ryukyutv_area p.title_text{
	color: #960048;
	font-size: 14px;
	font-family: 'BebasNeue', sans-serif;
	margin-top: 0 !important;
	padding-bottom: 35px;
}
.ryukyutv_area .YouTube_area{
	width: 100%;
	max-width: 718px;
	margin: 0 auto;
}
.ryukyutv_area .YouTube_area .YouTube_box{
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 20px;
	 z-index: 100 !important;
}
.ryukyutv_area .YouTube_area .YouTube_box iframe {
  position: absolute;
  z-index: 100 !important;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ryukyutv_area .text_area{
	position: relative;
	z-index: 100;
	text-align: center;
}
.ryukyutv_area .text_area p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.ryukyutv_area .text_area p.yellow_text{
	font-size: 12px;
	color: #E6D67F;
}
.ryukyutv_area .btn_area{
	margin-top: 26px;
}
.ryukyutv_area .btn_area img{
	width: 100%;
	max-width: 330px;
}
.ranking_area{
	background: #960048;
	padding: 30px 38px 30px;
	margin: 0;
}
.ranking_area .inner{
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
}
.ranking_area h3{
	color: #fff;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
}
.ranking_area p.title_text {
    color: #fff;
    font-size: 14px;
    font-family: 'BebasNeue', sans-serif;
    margin-top: 0 !important;
    padding-bottom: 35px;
	text-align: center;
}
.ranking_area p.title_text {
    color: #fff;
    font-size: 14px;
    font-family: 'BebasNeue', sans-serif;
    margin-top: 0 !important;
    padding-bottom: 0;
	text-align: center;
}
.ranking_area .ranking_box {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ranking_area .ranking_box .left_box{
    width: 300px;
}
.ranking_area .ranking_box .center_box{
    width: calc( 100% - 600px ) ;
	border-bottom: 1px solid #D2C274;
	border-top: 1px solid #D2C274;
}
.ranking_area .ranking_box .right_box{
    width: 300px;
}
@media print, screen and (max-width: 992px) {
.ranking_area .ranking_box .left_box{
    width: 100%;
	padding-bottom: 10px;
}
.ranking_area .ranking_box .center_box{
    width: 100%;
	border-bottom: 1px solid #D2C274;
	border-top: 1px solid #D2C274;
	margin-bottom: 10px;
}
.ranking_area .ranking_box .right_box{
    width: 100%;
}
}
.ranking_area .btn_area a{
	width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111111;
    color: #fff;
    display: block;
    margin: 15px auto 0;
    font-size: 14px;
}
.whats_new_area{
	background: #EFEFEF;
	padding: 80px 15px 120px;
	margin: 0;
}
.whats_new_area .inner{
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
}
.whats_new_area h3{
	color: #960048;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
}
.whats_new_area p.title_text {
    color: #111111;
    font-size: 14px;
    font-family: 'BebasNeue', sans-serif;
    margin-top: 0 !important;
    padding-bottom: 35px;
	text-align: center;
}
.whats_new_area .split3 .x2{
	width: 100% !important;
	margin: 0;
}
.whats_new_area .latestnews {
    border: none !important;
	margin: 0;
	background: none;
}
.whats_new_area .latestnews .detail{
	margin: 0;
}
.whats_new_area .parent-tab-button ul{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.whats_new_area .parent-tab-button ul li{
	width: 11.11%;
}
@media print, screen and (max-width: 992px) {
.whats_new_area .parent-tab-button ul li{
	width: 33.33%;
}
}
.whats_new_area .parent-tab-button ul li a{
	color: #960048;
	background: #fff;
	font-size: 22px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.whats_new_area .parent-tab-button ul li a:hover{
	color:#fff;
	background: #960048;
}
.whats_new_area .parent-tab-button ul li.active a{
	color:#fff !important;
	background: #960048 !important;
	position: relative;
}
.whats_new_area .parent-tab-button ul li.active a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 11px solid #960048;
}
.whats_new_area .newsdetail{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
}

.whats_new_area .newsdetail::before {
    width:calc( 25% - 10px ) ;
    content: "";
    display: block;
    order: 1;
}
.whats_new_area .newsdetail::after {
    width:calc( 25% - 10px ) ;
    content: "";
    display: block;

}
.whats_new_area .newsdetail .newslist{
	width: calc( 25% - 10px ) ;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}
.whats_new_area .newsdetail .newslist:nth-child(9) {
  display: none !important;
}
.whats_new_area .newsdetail .newslist:nth-child(10) {
  display: none !important;
}
@media print, screen and (max-width: 992px) {
.whats_new_area .newsdetail::before {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;
    order: 1;
}
.whats_new_area .newsdetail::after {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;

}
.whats_new_area .newsdetail .newslist{
	width: calc( 50% - 10px ) ;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
}
}
.whats_new_area .newsdetail .newslist .text_box{
	padding: 25px 14px 55px;
}
.whats_new_area .newsdetail .newslist .img_box{
	width: 100%;
	padding-bottom: 66.6%;
	background: #333;
	background-size: cover !important;
	background-position: center;
}
.whats_new_area .newsdetail .newslist .text_box .blog-category{
	width: 100%;
	background: #fff !important;
	color: #960048 !important;
	padding-bottom: 10px;
}
.whats_new_area .newsdetail .newslist .text_box .blog-category a{
	width: 100%;
	background: #fff !important;
	color: #960048 !important;
	display: block;
	text-align: left;
	padding: 0 17px;
	box-sizing: border-box;
	position: relative;
}
.whats_new_area .newsdetail .newslist .text_box .blog-category a::before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  border-style: solid;
  border-color: #960048 transparent transparent transparent;
  border-width: 10px 10px 0 0;
}
.whats_new_area .newsdetail .newslist .text_box a{
	color: #222222 !important;
	font-size:14px;
}
.whats_new_area .newsdetail .newslist .d_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	padding: 0 14px 25px;
	box-sizing: border-box;
}
.whats_new_area .btn_area{
	text-align: center;
	margin-top: -20px;
}
.whats_new_area .btn_area .btn_area_inner {
    width: 280px;
    margin: 0 auto;
    background: #EFEFEF;
}
.whats_new_area .btn_area a {
    width: 258px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111111 ;

    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}



.pick_up_members_area{
	padding: 90px 38px 90px;
	margin: 0;
	background: url(../images/bg_members.jpg) no-repeat center;
}
.pick_up_members_area .inner{
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
}
.pick_up_members_area h3{
	color: #fff;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
}
.pick_up_members_area .swiper-container3{
	overflow: hidden;
	margin: 30px 0 30px;
	position: relative;
}
.pick_up_members_area .swiper-container3 .swiper-wrapper{

}
.pick_up_members_area .swiper-container3 .swiper-button-next{
	background: url(../images/right.svg) no-repeat center;
}
.pick_up_members_area .swiper-container3 .swiper-button-prev{
	background: url(../images/left.svg) no-repeat center;
}
.pick_up_members_area .swiper-container3 p{
	color: #fff;
}

.pick_up_members_area .btn_area{
	position: relative;
}
.pick_up_members_area .btn_area::after{
	position: absolute;
	content: "";
	width: calc( 50% - 160px );
	height: 1px;
	background: #fff;
	top:20px;
	left: 0;
}
.pick_up_members_area .btn_area::before{
	position: absolute;
	content: "";
	width: calc( 50% - 160px );
	height: 1px;
	background: #fff;
	top:20px;
	right: 0;
}
.pick_up_members_area .btn_area a{
	width: 258px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111111;
	background-position: center right 40px;
	background-size: 14px;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 14px !important;
}
.schedule_area{
	background: #fff;
	padding: 30px 38px 30px;
	margin: 0;
}
.schedule_area .inner{
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
}
.schedule_area h3{
	color: #960048;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
}

.schedule_area .schedule_box {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.schedule_area .schedule_box .left_box{
    width: 100px;
	padding-top: 4px;
}
.schedule_area .schedule_box .center_box{
    width: calc( 100% - 300px ) ;
	padding-top: 10px;
}
.schedule_area .schedule_box .right_box{
    width: 120px;
}
@media print, screen and (max-width: 992px) {
.schedule_area .schedule_box .left_box{
    width: 100%;
	padding-top: 4px;
}
.schedule_area .schedule_box .center_box{
    width: 100%;
	padding-top: 10px;
}
.schedule_area .schedule_box .right_box{
   width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.schedule_area .btn_area a{
	width: 100%;
	max-width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111111;
    color: #fff;
    display: block;
    margin: 2px auto 0;
    font-size: 14px;
}
.schedule_area .schedule_box .center_box a p{
    font-size: 16px;
	color: #960048 !important;
}
.schedule_area .schedule_box .center_box .date_today{
    font-family: 'BebasNeue', sans-serif;
	color: #111111 !important;
}
.goods_area{
	margin: 0;
	padding: 90px 38px 100px;
	background: #EFEFEF;
}
.goods_area .inner{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.goods_area h3{
	color: #960048;
	font-size: 32px;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 0 !important;
}
.goods_area p.title_text{
	color: #111111;
	font-size: 14px;
	font-family: 'BebasNeue', sans-serif;
	margin-top: 0 !important;
	margin-bottom: 0;
	padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
.goods_area .columnBox{
	flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important;
max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important;
	margin-bottom: 20px;
}
.goods_area .columnBox:nth-of-type(n+2) {
    margin-top: 0 !important;
}
}
.goods_area .columnBox .img_box{
	width: 100%;
padding-bottom: 100%;
background: #eee;
position: relative;
box-sizing: border-box;
	margin-bottom: 10px;
}
.goods_area .columnBox .img_box img{
	position: absolute;
width: 100%;
height: 100%;
	top: 0;
left: 0;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.goods_area .columnBox p{
	text-align: left;
}
.goods_area .btn_area{
	text-align: center;
	margin-bottom: -20px;
}
.goods_area .btn_area .btn_area_inner{
	width: 280px;
	margin: 0 auto;
	background: #EFEFEF;
}
.goods_area .btn_area a{
	width: 258px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111111 url(../images/icon-new-window.webp) no-repeat;
	background-position: center right 40px;
	background-size: 14px;
	color: #fff;
	display: block;

	margin: 0 auto;
	font-size: 14px;

}


/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
  .column2Wrap.sp140 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .column6Wrap .columnBox {
    flex-basis: calc( 50% - 5px );
    max-width: calc( 50% - 5px ); }
    .column6Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column2_3_3 .columnBox:nth-of-type(2) {
    margin-top: 0; }
  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }

.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 3) {
    margin-top: 0; }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
      max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
      .column4Wrap .columnBox p:last-child {
        margin-bottom: 0; }
      .column4Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 0; }
      .column4Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column6Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .column6Wrap .columnBox {
      flex-basis: calc( (100% - 50px) / 6);
      max-width: calc( (100% - 50px) / 6);
      margin-right: 10px; }
      .column6Wrap .columnBox:last-of-type {
        margin-right: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column1_3_3:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column1_3_3 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 20px; }

  .column2_3_3:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column2_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }
    .column2_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 20px; }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; } }
@media print, screen and (min-width: 992px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: 300px;
    max-width: 300px; }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }
    .column3Wrap .columnBox:nth-of-type(n + 4) {
      margin-top: 20px; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:after {
      width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
      content: "";
      display: block; }
    .column4Wrap:before {
      width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
      content: "";
      display: block;
      order: 1; }
    .column4Wrap .columnBox {
      flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
      max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
      .column4Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: inherit; }
      .column4Wrap .columnBox:nth-of-type(n + 5) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column1_1_2 .columnBox:nth-of-type(-n + 2) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }


.match_area #API_MR_JURL a{
	width: 100%;
	max-width: 258px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111111;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 14px;
}
.match_area .mr_situation_area {
	display: inline-block;
	margin: 0 auto 10px;
	font-size: 14px;
	background: #E6D67F;
	color: #A88029;
	width: 100%;
	padding: 5px;
	max-width: 116px;
	text-align: center;

}
.match_area table{
	display: table-cell !important;
}
.match_area table tr td{
	border: none !important;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	max-width: 100% !important;
}
.match_area table tr td.score_r{
	font-size: 90px;
	font-weight: bold;
}
.match_area table tr td.score_o{
	font-size: 90px;
	font-weight: bold;
}
.ranking_area ul li{
	display: none;
}
.ranking_area ul li.ryukyu{
	display: block;
	color: #D2C274;

}
.ranking_area ul li.ryukyu a{
	color: #D2C274;
	display: block;
	padding: 15px 0;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	font-family: 'RobotoCondensed-Italic';
	font-style:italic;
}
.ranking_area ul li.ryukyu a .figure{
	padding-left: 28px;
	padding-right: 18px;
}
.ranking_area ul li.ryukyu a .figure::after{
	content: "位";
	font-size: 16px;
	margin-left: 5px;
}
.ranking_area ul li.ryukyu a .goaldifference{
	float: right;
}
.ranking_area ul li.ryukyu a .goaldifference::before{
	content: "勝点";
	font-size: 16px;
	margin-right: 5px;
}

.score_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.score_box .emblem_hometeam{
	width: 120px;
}
.score_box .score_r{
	width: 108px;
	color: #fff;
	font-size: 91px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .center_box{
	width: 40px;
	color: #fff;
	font-size: 16px;
	font-family: 'RobotoCondensed', sans-serif;
	padding-top: 31px;
}
.score_box .center_box span{
	margin: 0 0 10px;
	display: inline-block;
}
.score_box .score_o{
	width: 108px;
	color: #fff;
	font-size: 91px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .emblem_awayteam{
	width: 120px;
}
@media print, screen and (max-width: 767px) {
.score_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
}
.score_box .emblem_hometeam{
	width: 80px;
}
.score_box .score_r{
	width: 70px;
	color: #fff;
	font-size: 61px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .center_box{
	width: 40px;
	color: #fff;
	font-size: 16px;
	font-family: 'RobotoCondensed', sans-serif;
	padding-top: 12px;
}
.score_box .center_box span{
	margin: 0 0 10px;
	display: inline-block;
}
.score_box .score_o{
	width: 70px;
	color: #fff;
	font-size: 61px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .emblem_awayteam{
	width: 80px;
}
}
@media print, screen and (max-width: 500px) {
.score_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
}
.score_box .emblem_hometeam{
	width: 30%;
}
.score_box .score_r{
	width: 15%;
	color: #fff;
	font-size: 61px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .center_box{
	width: 10%;
	color: #fff;
	font-size: 16px;
	font-family: 'RobotoCondensed', sans-serif;
	padding-top: 12px;
}
.score_box .center_box span{
	margin: 0 0 10px;
	display: inline-block;
}
.score_box .score_o{
	width: 15%;
	color: #fff;
	font-size: 61px;
	font-family: 'RobotoCondensed', sans-serif;
}
.score_box .emblem_awayteam{
	width: 30%;
}
}
.score_detail_text p{
	color: #fff;
	font-size: 16px;
}
.opponent_text{
	color: #E6D67F;
	font-size: 14px;
}
.opponent_text span{
	padding-left: 24px;
}
.opponent_text span a{
	color: #fff;
	font-size: 14px;
}
.opponent_text span.tn_ryukyu{
	display: none;
}

.main_ph_area{
	border: 1px solid #e0cd76 !important;
}



/*NEWS*/
.archive .newsdetail{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
}

.archive .newsdetail::before {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;
    order: 1;
}
.archive .newsdetail::after {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;

}
.archive .newsdetail .newslist{
	width: calc( 50% - 10px ) ;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}

@media print, screen and (max-width: 992px) {
.archive .newsdetail::before {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;
    order: 1;
}
.archive .newsdetail::after {
    width:calc( 50% - 10px ) ;
    content: "";
    display: block;

}
.archive .newsdetail .newslist{
	width: calc( 50% - 10px ) ;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
}
}
.archive .newsdetail .newslist .text_box{
	padding: 25px 14px 55px;
}
.archive .newsdetail .newslist .img_box{
	width: 100%;
	padding-bottom: 66.6%;
	background: #333;
	background-size: cover !important;
	background-position: center;
}
.newsdetail .newslist .text_box .blog-category{
	width: 100%;
	background: #fff !important;
	color: #960048 !important;
	padding-bottom: 10px;
}
.archive .newsdetail .newslist .text_box .blog-category a{
	width: 100%;
	background: #fff !important;
	color: #960048 !important;
	display: block;
	text-align: left;
	padding: 0 17px;
	box-sizing: border-box;
	position: relative;
}
.archive .newsdetail .newslist .text_box .blog-category a::before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  border-style: solid;
  border-color: #960048 transparent transparent transparent;
  border-width: 10px 10px 0 0;
}
.archive .newsdetail .newslist .text_box a{
	color: #222222 !important;
	font-size:14px;
}
.archive .newsdetail .newslist .d_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	padding: 0 14px 25px;
	box-sizing: border-box;
}
.archive .btn_area .btn_area_inner {
    display: none;
}
.archive .btn_area .btn_area_inner {
    display: none;
}
.parent-table-cell .split3 .part{
	padding-left: 10px;
}
.parent-table-cell .date{
	    padding-right: 11px;
}
