@charset "UTF-8";
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: layout.scss
--------------------------------------------------------------------- */
/* import */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _config.scss
--------------------------------------------------------------------- */
/* reset.css 読み込み */
/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _reset.scss
--------------------------------------------------------------------- */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
# radio & checkbox
*/
[type=number],
[type=email],
[type=radio],
[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

[type=checkbox] {
  opacity: 0;
}

/* PC横幅 */
/* メディアクエリ */
/* 文字設定 */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/tc/NotoSansTC-Thin.woff) format("woff"), url(/fonts/tc/NotoSansTC-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/tc/NotoSansTC-Light.woff) format("woff"), url(/fonts/tc/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/tc/NotoSansTC-Bold.woff) format("woff"), url(/fonts/tc/NotoSansTC-Bold.otf) format("opentype");
}
/* 色設定 */
/* ベンダープレフィックス設定 */
/* clearfix設定 */
.clearfix:after, main .bnr_area ul:after {
  *zoom: 1;
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _mixin.scss
--------------------------------------------------------------------- */
/* 文字サイズ設定 */
/* アイコン矢印 上 */
/* アイコン矢印 下 */
/* アイコン矢印 左 */
/* アイコン矢印 右 */
/* 丸アイコン */
/* table-cell対応 */
/* inline-block対応 */
/* absolute 上下左右中央寄せ */
/* インデント設定 */
/* ボタンパーツ */
body main {
  max-width: 100%;
  margin: 0;
}

main .main_visual {
  width: 100%;
  height: 396px;
  overflow: hidden;
}
main .main_visual .slick-slide {
  float: left;
  height: 396px;
  min-height: 1px;
}
main .main_visual .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
main .main_visual .first div {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 33%;
  left: 0;
  vertical-align: middle;
  margin: auto;
  z-index: 1000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
main .main_visual .first div p {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 28px;
}
@media screen and (max-width:768px) {
  main .main_visual .first div p {
    font-size: 8.6vw;
  }
}
main .main_visual .first div span {
  display: inline-block;
  border: 2px solid #fff;
  padding: 6px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.9px;
}
@media screen and (max-width:768px) {
  main .main_visual .first div span {
    font-size: 4.4vw;
  }
}
main .static_visual {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
main .static_visual a:hover {
  opacity: 0.7;
}
main .static_visual a img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: auto;
}
main .static_visual .tm {
  width: 100%;
  position: relative;
  text-align: center;
}
main .load {
  background: #fff;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 396px;
  z-index: 1000;
}
main .search_area {
  border-top: 1px solid #b2b2b2;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 15px;
}
main .search_area h2 {
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  main .search_area h2 {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .search_area .search_tab {
  width: 100%;
  max-width: 760px;
  margin: 12px auto;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (max-width:768px) {
  main .search_area .search_tab {
    max-width: 100%;
  }
}
main .search_area .search_tab li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 8px;
  list-style: none;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
}
main .search_area .search_tab li:first-child {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  main .search_area .search_tab li {
    padding: 8px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main .search_area .search_tab li.on {
  background: #000000;
  color: #ffffff;
}
main .search_area .search_tab li.on:after {
  width: 0;
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
main .search_area .search_form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width:768px) {
  main .search_area .search_form {
    max-width: 100%;
  }
}
main .search_area .search_form .err {
  margin-right: -70px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .err {
    margin-right: -55px;
  }
}
main .search_area .search_form .input_area {
  display: none;
}
main .search_area .search_form .input_area.on {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}
main .search_area .search_form .input_area [type=text] {
  padding: 0 15px;
  line-height: 63px;
  height: 65px;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .input_area [type=text] {
    line-height: 48px;
    height: 50px;
  }
}
main .search_area .search_form .input_area .err {
  margin-right: -70px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .input_area .err {
    margin-right: -55px;
  }
}
main .search_area .search_form .input_area ul li {
  list-style: none;
  margin: 0 -70px 5px 0;
  padding: 10px 10px 10px 45px;
  background: #c10000;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .input_area ul li {
    margin: 0 -55px 5px 0;
  }
}
main .search_area .search_form .input_area ul li:before {
  content: "i";
  margin: auto;
  position: absolute;
  text-align: center;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 15px;
}
main .search_area .search_form .input_area .wrap .pulldown_box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0px;
  font-size: 0rem;
  margin-right: -3px;
  width: 30%;
}
main .search_area .search_form .input_area .wrap .pulldown_box:first-child {
  width: 70%;
  padding-right: 5px;
  box-sizing: border-box;
}
main .search_area .search_form .input_area .wrap .pulldown_box .pulldown_bg {
  font-size: 14px;
  font-size: 1.4rem;
}
main .search_area .search_form .input_area .wrap .pulldown_box .pulldown_bg select {
  height: 65px;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .input_area .wrap .pulldown_box .pulldown_bg select {
    height: 48px;
  }
}
main .search_area .search_form .btn_area {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 65px;
  padding-left: 5px;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .btn_area {
    width: 55px;
  }
}
main .search_area .search_form .btn_area button {
  width: 65px;
  height: 65px;
  display: block;
  background: #0286cd;
  position: relative;
}
main .search_area .search_form .btn_area button:hover {
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  main .search_area .search_form .btn_area button {
    width: 50px;
    height: 50px;
  }
}
main .search_area .search_form .btn_area button span {
  margin: auto;
  height: 24px;
  width: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}
main .search_area .search_form .btn_area button span:before, main .search_area .search_form .btn_area button span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main .search_area .search_form .btn_area button span:before {
  width: 20px;
  height: 20px;
  border: 4px solid #ffffff;
  border-radius: 100%;
}
main .search_area .search_form .btn_area button span:after {
  width: 4px;
  height: 11px;
  background: #ffffff;
  border-radius: 5px;
  top: 13px;
  left: 16px;
  transform: rotate(-45deg);
}
main .maintenance_box {
  margin: 0 auto 30px;
  padding: 0 15px;
}
main .maintenance_box .wrap {
  margin: 0 auto;
  max-width: 760px;
  padding: 15px;
  border: 1px solid #000;
}
main .maintenance_box h3 {
  margin-bottom: 4px;
}
main .maintenance_box p {
  padding-top: 8px;
}
main .maintenance_box p strong {
  color: #c10000;
  padding-top: 10px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
main .bnr_area {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  main .bnr_area {
    max-width: 100%;
    padding: 0 15px;
  }
}
main .bnr_area ul {
  width: 100%;
  margin-bottom: 50px;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
main .bnr_area ul li {
  display: inline-block;
  width: 242px;
  margin-right: 15px;
  list-style: none;
}
main .bnr_area ul li:last-child {
  margin-right: 0;
}
main .bnr_area ul li img {
  width: 100%;
}
main .bnr_area ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  main .bnr_area ul li {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }
  main .bnr_area ul li:first-child {
    margin-top: 0;
  }
}
main .bnr_area .more_link {
  margin: 20px auto 0;
  display: block;
  border: 1px dotted #000000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
  max-width: 350px;
}
main .bnr_area .more_link:before {
  margin: auto;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
}
main .bnr_area .more_link:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  transform: rotate(45deg);
}
main .bnr_area .more_link:hover {
  opacity: 0.7;
}
