@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 {
  *zoom: 1;
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------------------------
Stylesheet for g.allsports.jp
FileName: _mixin.scss
--------------------------------------------------------------------- */
/* 文字サイズ設定 */
/* アイコン矢印 上 */
/* アイコン矢印 下 */
/* アイコン矢印 左 */
/* アイコン矢印 右 */
/* 丸アイコン */
/* table-cell対応 */
/* inline-block対応 */
/* absolute 上下左右中央寄せ */
/* インデント設定 */
/* ボタンパーツ */
html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

body {
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
body header {
  width: 100%;
  border-bottom: 1px solid #333;
  background: #000000;
}
body header .wrapper {
  width: 100%;
  height: 65px;
  max-width: 960px;
  margin: 0 auto;
  display: table;
}
body header .wrapper h1 {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 20px;
}
body header .wrapper h1 a {
  display: block;
  width: 44px;
  height: 44px;
}
body header .wrapper h1 a img {
  width: 100%;
}
body header .wrapper .head_menu {
  width: 156px;
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body header .wrapper .head_menu ul {
  width: 100%;
  height: 65px;
  display: table;
}
body header .wrapper .head_menu ul li {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-left: 1px solid #333;
}
body header .wrapper .head_menu ul li:first-child {
  width: 64px;
}
body header .wrapper .head_menu ul li:first-child a {
  display: block;
  width: 100%;
  height: 65px;
  display: table;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
}
body header .wrapper .head_menu ul li:first-child a:hover {
  background: #666666;
}
body header .wrapper .head_menu ul li:first-child a span {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-bottom: 20px;
  background: url(/img/common/header_ic_cart.png) no-repeat center 32px;
  background-size: 16px 16px;
}
body header .wrapper .head_menu ul li #lang_btn {
  width: 100%;
  height: 65px;
  display: table;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
body header .wrapper .head_menu ul li #lang_btn:hover {
  background: #666666;
}
body header .wrapper .head_menu ul li #lang_btn.on, body header .wrapper .head_menu ul li #lang_btn.on:hover {
  background: #666666;
}
body header .wrapper .head_menu ul li #lang_btn dl {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body header .wrapper .head_menu ul li #lang_btn dl dt {
  font-size: 10px;
  font-size: 1rem;
}
body header .wrapper .head_menu ul li #lang_btn dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body header .wrapper .head_menu ul li #lang_btn dl dd span {
  position: relative;
  padding-right: 20px;
}
body header .wrapper .head_menu ul li #lang_btn dl dd span:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10%;
  left: auto;
  transform: rotate(135deg);
}
body header .wrapper .head_menu ul li .lang_link {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 1px auto 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}
body header .wrapper .head_menu ul li .lang_link li {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
}
body header .wrapper .head_menu ul li .lang_link li:last-child {
  border: none;
}
body header .wrapper .head_menu ul li .lang_link li a {
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: left;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #ffffff;
  background: #666666;
}
body header .wrapper .head_menu ul li .lang_link li a:hover {
  opacity: 0.8;
}
body main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body main .back_link {
  background: #f1f1f1;
  padding: 15px 20px;
}
body main .back_link a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c8cbcc;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
body main .back_link a:before {
  margin: auto;
  border-bottom: 2px solid #c8cbcc;
  border-left: 2px solid #c8cbcc;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
body .ad_area {
  width: 98%;
  max-width: 960px;
  margin: 80px auto 50px;
  text-align: center;
}
body .ad_area h3 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  background: #f1f1f1;
  padding: 5px 0;
  margin-bottom: 20px;
}
body .ad_area h3 + div {
  margin: auto;
}
body #page_top {
  width: 150px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  color: #000000;
  margin: 20px auto;
  padding-left: 20px;
  cursor: pointer;
  outline: none;
}
body #page_top:before {
  margin: auto;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 25%;
  right: auto;
  bottom: 0;
  left: 0;
  transform: rotate(135deg);
}
body #page_top:hover {
  opacity: 0.7;
}
body footer {
  width: 100%;
  background: #000000;
}
body footer .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body footer .wrapper .footer_menu {
  width: 100%;
  display: table;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
body footer .wrapper .footer_menu li {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-right: 1px solid #333;
  width: 50%;
}
body footer .wrapper .footer_menu li a {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 45px;
  position: relative;
  font-weight: bold;
}
body footer .wrapper .footer_menu li a:hover {
  background: #666666;
}
body footer .wrapper .footer_menu li a:before {
  content: "?";
  margin: auto;
  position: absolute;
  text-align: center;
  width: 19px;
  height: 19px;
  background: #ffffff;
  color: #000000;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 15px;
}
body footer .wrapper .footer_menu li:first-child a:before {
  content: "i";
}
body footer .wrapper .footer_link {
  width: 100%;
  margin: 40px auto;
  padding-left: 15px;
}
body footer .wrapper .footer_link li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}
body footer .wrapper .footer_link li a {
  color: #ffffff;
  text-decoration: none;
}
body footer .wrapper .footer_link li a:hover {
  text-decoration: underline;
}
body footer .copy {
  width: 100%;
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #262626;
}
body footer .copy small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9a9b9b;
}

[type=text], [type=number], [type=email], [type=password] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c8cbcc;
  padding: 10px 15px;
}
[type=text]:disabled, [type=number]:disabled, [type=email]:disabled, [type=password]:disabled {
  background: #f0f0f0;
}

[type=radio], [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  opacity: 0;
}

.pulldown_box .pulldown_bg {
  width: 100%;
  border: 1px solid #c9c9c9;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.pulldown_box .pulldown_bg select {
  width: 100%;
  padding: 12px 30px 12px 10px;
  background: none;
  outline: none;
  position: relative;
  z-index: 1;
}
.pulldown_box .pulldown_bg:after {
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10%;
  left: auto;
  transform: rotate(135deg);
}

label.radio, label.check {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 32px;
}
label.radio:before, label.check:before {
  margin: auto;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #c8cbcc;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
label.radio [type=radio]:checked, label.radio [type=checkbox]:checked, label.check [type=radio]:checked, label.check [type=checkbox]:checked {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 100%;
  background: #009ae5;
  transition: background linear 0.3s;
}
label.radio [type=radio]:checked:before, label.radio [type=checkbox]:checked:before, label.check [type=radio]:checked:before, label.check [type=checkbox]:checked:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}
label.radio [type=radio]:checked + span, label.radio [type=checkbox]:checked + span, label.check [type=radio]:checked + span, label.check [type=checkbox]:checked + span {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 100%;
  background: #009ae5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  transition: background linear 0.3s;
}
label.radio [type=radio]:checked + span:before, label.radio [type=checkbox]:checked + span:before, label.check [type=radio]:checked + span:before, label.check [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}

textarea {
  resize: none;
  width: 100%;
}

.err {
  margin-top: 10px;
  padding: 15px 15px 15px 45px;
  background: #c10000;
  position: relative;
  color: #ffffff;
}
.err: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;
}
