@charset "UTF-8";

body {
  position: relative;
}

/*--- title ------------------------------------------------------------------------*/
.title {
  position: relative;
  display: inline-block;
  margin: 2.8125em auto 1.640625em;
  border-bottom: 2px solid transparent;
  border-color: rgba(0, 0, 0, 0.14);
  padding-bottom: 0.4em;
  padding-bottom: 0.2em\9;
  /* IE9, 10 */
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .title {
    padding-bottom: 0.2em;
  }

  /* IE11 */
}

.title:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline;
  border-bottom: 2px solid #e84735;
}

.h1-title {
  font-size: 2em;
  padding-top: 45px;
  margin-top: 0 !important;
}

.pro-navi-title {
  margin-bottom: 0.5em;
}

.desc-none {
  margin-bottom: 0 !important;
}

.h2-title, .h3-title {
  font-size: 1.6em;
}

.h1-title:after,
.h2-title:after {
  width: 0.5em;
}

.desc {
  text-align: center;
  line-height: 1.8;
  color: #333;
}

.pro-navi-desc {
  font-size: 0.875em;
  color: #696969;
}

.center {
  text-align: center;
}

.center-left {
  text-align: center;
}

.sub-ttl {
  text-align: center !important;
  margin-top: -2.2em;
  color: #696969;
  font-size: 12px;
  display: block;
  margin-bottom: 42px;
}

/*--- HEADER ------------------------------------------------------------------------*/
/* #header {
  position: relative;
  margin: 0 auto 0;
  text-align: left;
  padding: 23px 0 23px 0;
  max-width: 1024px;
  width: 1024px;
} */

#logo {
  width: 188px;
  padding-left: 8px;
}

#logo img {
  width: 100%;
}

dl.rdLink {
  display: block;
  height: 1px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.sub-navi {
  position: absolute;
  top: 22px;
  right: 8px;
  margin: 0 auto;
}

.sub-navi li {
  float: left;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.sub-navi li a {
  display: block;
  text-decoration: none;
  padding: 1.5px 15px 1.5px 15px;
  line-height: 1.25;
}

#header .material-icons {
  padding-bottom: 0.2em;
}

.gBack {
  position: relative;
  width: 100%;
  border-bottom: 1px solid transparent;
  zoom: 1;
  background-color: #fcfcfc;
  z-index: 101;
}

/*--- GLOBAL NAVI -------------------------------------------------------------------*/
#globalNavi {
  position: relative;
  clear: both;
  margin: 0 auto 0em;
  overflow: hidden;
  height: 56px;
  /* 可視領域の高さ */
  width: 100%;
  border-bottom: 1px solid transparent;
  list-style: none;
  background-color: #fcfcfc;
  zoom: 1;
  box-sizing: content-box;
}

#globalNavi .mask {
  height: 76px;
  width: 100%;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#globalNavi ul#gNavi {
  width: 1024px;
  margin: auto;
}

#globalNavi ul#gNavi li {
  display: block;
  float: left;
  width: auto;
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  zoom: 1;
  padding-right: 52px;
  padding-left: 52px;
}

#globalNavi ul#gNavi li a {
  position: relative;
  outline: none;
  display: block;
  line-height: 56px;
  height: 56px;
  text-decoration: none;
}

#globalNavi ul#gNavi li a:hover {
  color: #e84735;
}

#globalNavi ul#gNavi li a:hover::after {
  width: 100%;
  left: 0;
}

#globalNavi ul#gNavi li a:after {
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  background: #e84735;
}

/* except IE7 */
html>

/**/
body #globalNavi ul#gNavi li a span {
  display: block;
}

/* except IE7 */
#globalNavi ul#gNavi li.active a:hover::after {
  display: none;
}

/*--- GLOBAL NAVI -------------------------------------------------------------------*/
#viIndex {
  position: absolute;
  width: 100%;
  margin: 0em auto;
  height: 6em;
  bottom: 961px;
  bottom: 966px\0;
  left: 0%;
  display: table;
  background-color: #fff;
}

#viArea {
  display: table-cell;
  vertical-align: middle;
}

.breadCrumbs {
  width: 992px;
  margin: auto;
}

.breadCrumbs ol {
  width: 100%;
}

.breadCrumbs ol li {
  float: left;
  list-style: none;
  font-size: 0.875em;
  color: #333;
  line-height: 2;
}

.breadCrumbs ol li::before {
  content: ">";
  font-weight: bold;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.541176);
  opacity: 0.7;
  padding-right: 0.8em;
  padding-left: 0.8em;
}

.breadCrumbs ol li:first-child::before {
  content: none;
}

.breadCrumbs ol li a {
  color: #757575;
  text-decoration: underline;
}

.breadCrumbs ol li h1 {
  display: inline-block;
  font-size: 0.6875em;
}

.breadCrumbs ol li p {
  display: inline-block;
}

/*--- FOOTER ------------------------------------------------------------------------*/
.f-bg {
  background-color: #fcfcfc;
  margin-top: 7em;
  border-top: 1px solid transparent;
}

.sitenavi {
  position: relative;
  width: 1024px;
  margin: auto;
  z-index: 100;
  height: 941px;
  box-sizing: border-box;
  padding-top: 32px;
  line-height: 2;
  padding-bottom: 20px;
}

.sitenavi dl {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  text-align: left;
}

.sitenavi dt,
.sitenavi dd {
  width: 90%;
  line-height: 1.2;
}

.sitenavi dt {
  margin: 0px auto 0.8em auto;
  padding: 4px 0 0;
}

.sitenavi dt img {
  width: auto;
}

.sitenavi dd {
  margin: auto;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  font-size: 10px;
  height: 13px;
}

.sitenavi .sub-category {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.8;
  text-indent: -2.6px;
  margin-top: 2em;
  margin-bottom: 1.2em;
  padding-left: 11px;
  opacity: 0.7;
  height: auto;
}

.sitenavi .series {
  opacity: 1;
}

.sitenavi a {
  line-height: 125% !important;
}

/* Old style */
.pageTop {
  display: none !important;
}

/* New style */
.f-bg .f-pageTop {
  position: absolute;
  bottom: -1.5em;
  right: 16px;
  background-color: #757575;
  box-sizing: content-box;
}

.f-bg .f-pageTop a {
  color: #fff;
  display: block;
  text-align: center;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* #footer {
  clear: both;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #e1e1e1;
  overflow: hidden;
  z-index: 1;
} */

#footer h2 {
  padding-bottom: 40px;
}

#footer h2 img {
  display: inline;
  vertical-align: middle;
  width: 192px;
}

#footer h2 img+img {
  padding-left: 15px;
  width: 68px;
}

#footer a {
  outline: none;
}

#footer .f-inner {
  width: 1024px;
  position: relative;
  margin: auto;
  padding-left: 1em;
  padding-top: 62px;
  padding-bottom: 50px;
  text-align: left;
  background: url(https://www.colantotte.jp/img/common/footer/bg_logo.png) no-repeat right 90px;
  background-size: contain;
}

#footer .siteLink {
  font-size: 12px;
  width: 100%;
  padding-bottom: 50px;
}

#footer ul li {
  float: left;
  padding: 0 1em 0 0;
}

#footer ul li:first-child {
  padding-left: 0;
}

#footer .snsLink {
  padding-bottom: 50px;
}

#footer .snsLink li {
  padding: 0 1em;
}

#footer .snsLink li .fa-3x {
  font-size: 34px;
}

/*--- Copyright ------------------------------------------------------------------------*/
.Copyright {
  font-size: 0.75em;
  color: #333;
}

.Copyright p {
  line-height: 1;
}

.Copyright p span {
  color: #666666;
  padding-left: 16px;
  font-size: 10px;
}

.container {
  width: 1024px;
  margin: auto;
}

/*--- link ------------------------------------------------------------------------*/
/**/
.sub-navi li a,
.breadCrumbs ol li a,
#footer .snsLink li a {
  color: #757575;
}

.sub-navi li a:hover,
.sitenavi a:hover,
.siteLink li a:hover,
#footer .snsLink li a:hover {
  color: #e84735;
  text-decoration: none;
}

.pickup-pro li a:hover dd,
.carousel-top-visual a:hover .athlete-caption dd,
.favorite-item-list a:hover,
.breadCrumbs ol li a:hover {
  color: #e84735 !important;
  text-decoration: underline !important;
}

.news li a:hover span,
.favorite-item-list li:hover a span {
  color: #e84735 !important;
}

.pickup-pro li a:hover dd+dd {
  color: #dddddd !important;
  text-decoration: none !important;
}

.athlete-link:before {
  color: #e84735 !important;
}

/*--- border-color ------------------------------------------------------------------------*/
/**/
.gBack, #globalNavi, .f-bg, #footer {
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  -webkit-box-shadow: 1px 1px transparent;
  box-shadow: 1px 1px transparent;
  border-color: rgba(0, 0, 0, 0.14);
}