@charset 'UTF-8';
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}
/*
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: .14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  line-height: 2em;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-envelope-o:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-o:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-gear:before, .fa-cog:before {
  content: '';
}

.fa-trash-o:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-file-o:before {
  content: '';
}

.fa-clock-o:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-arrow-circle-o-down:before {
  content: '';
}

.fa-arrow-circle-o-up:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-play-circle-o:before {
  content: '';
}

.fa-rotate-right:before, .fa-repeat:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-dedent:before, .fa-outdent:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-video-camera:before {
  content: '';
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: '';
}

.fa-pencil:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: '';
}

.fa-share-square-o:before {
  content: '';
}

.fa-check-square-o:before {
  content: '';
}

.fa-arrows:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-times-circle-o:before {
  content: '';
}

.fa-check-circle-o:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-mail-forward:before, .fa-share:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-arrows-v:before {
  content: '';
}

.fa-arrows-h:before {
  content: '';
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-gears:before, .fa-cogs:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-thumbs-o-up:before {
  content: '';
}

.fa-thumbs-o-down:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-heart-o:before {
  content: '';
}

.fa-sign-out:before {
  content: '';
}

.fa-linkedin-square:before {
  content: '';
}

.fa-thumb-tack:before {
  content: '';
}

.fa-external-link:before {
  content: '';
}

.fa-sign-in:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-lemon-o:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-square-o:before {
  content: '';
}

.fa-bookmark-o:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-facebook-f:before, .fa-facebook:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-feed:before, .fa-rss:before {
  content: '';
}

.fa-hdd-o:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-hand-o-right:before {
  content: '';
}

.fa-hand-o-left:before {
  content: '';
}

.fa-hand-o-up:before {
  content: '';
}

.fa-hand-o-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-group:before, .fa-users:before {
  content: '';
}

.fa-chain:before, .fa-link:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-cut:before, .fa-scissors:before {
  content: '';
}

.fa-copy:before, .fa-files-o:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-save:before, .fa-floppy-o:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-money:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-unsorted:before, .fa-sort:before {
  content: '';
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: '';
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-rotate-left:before, .fa-undo:before {
  content: '';
}

.fa-legal:before, .fa-gavel:before {
  content: '';
}

.fa-dashboard:before, .fa-tachometer:before {
  content: '';
}

.fa-comment-o:before {
  content: '';
}

.fa-comments-o:before {
  content: '';
}

.fa-flash:before, .fa-bolt:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-paste:before, .fa-clipboard:before {
  content: '';
}

.fa-lightbulb-o:before {
  content: '';
}

.fa-exchange:before {
  content: '';
}

.fa-cloud-download:before {
  content: '';
}

.fa-cloud-upload:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-bell-o:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cutlery:before {
  content: '';
}

.fa-file-text-o:before {
  content: '';
}

.fa-building-o:before {
  content: '';
}

.fa-hospital-o:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: '';
}

.fa-circle-o:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-mail-reply:before, .fa-reply:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-folder-o:before {
  content: '';
}

.fa-folder-open-o:before {
  content: '';
}

.fa-smile-o:before {
  content: '';
}

.fa-frown-o:before {
  content: '';
}

.fa-meh-o:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-keyboard-o:before {
  content: '';
}

.fa-flag-o:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: '';
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-code-fork:before {
  content: '';
}

.fa-unlink:before, .fa-chain-broken:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-shield:before {
  content: '';
}

.fa-calendar-o:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-ticket:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-minus-square-o:before {
  content: '';
}

.fa-level-up:before {
  content: '';
}

.fa-level-down:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-pencil-square:before {
  content: '';
}

.fa-external-link-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: '';
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: '';
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: '';
}

.fa-euro:before, .fa-eur:before {
  content: '';
}

.fa-gbp:before {
  content: '';
}

.fa-dollar:before, .fa-usd:before {
  content: '';
}

.fa-rupee:before, .fa-inr:before {
  content: '';
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: '';
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: '';
}

.fa-won:before, .fa-krw:before {
  content: '';
}

.fa-bitcoin:before, .fa-btc:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-text:before {
  content: '';
}

.fa-sort-alpha-asc:before {
  content: '';
}

.fa-sort-alpha-desc:before {
  content: '';
}

.fa-sort-amount-asc:before {
  content: '';
}

.fa-sort-amount-desc:before {
  content: '';
}

.fa-sort-numeric-asc:before {
  content: '';
}

.fa-sort-numeric-desc:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-youtube-play:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitbucket-square:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-long-arrow-down:before {
  content: '';
}

.fa-long-arrow-up:before {
  content: '';
}

.fa-long-arrow-left:before {
  content: '';
}

.fa-long-arrow-right:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-gittip:before, .fa-gratipay:before {
  content: '';
}

.fa-sun-o:before {
  content: '';
}

.fa-moon-o:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-arrow-circle-o-right:before {
  content: '';
}

.fa-arrow-circle-o-left:before {
  content: '';
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: '';
}

.fa-dot-circle-o:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-turkish-lira:before, .fa-try:before {
  content: '';
}

.fa-plus-square-o:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: '';
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-pied-piper-pp:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-spoon:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-automobile:before, .fa-car:before {
  content: '';
}

.fa-cab:before, .fa-taxi:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-file-pdf-o:before {
  content: '';
}

.fa-file-word-o:before {
  content: '';
}

.fa-file-excel-o:before {
  content: '';
}

.fa-file-powerpoint-o:before {
  content: '';
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: '';
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: '';
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: '';
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: '';
}

.fa-file-code-o:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: '';
}

.fa-circle-o-notch:before {
  content: '';
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: '';
}

.fa-ge:before, .fa-empire:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-wechat:before, .fa-weixin:before {
  content: '';
}

.fa-send:before, .fa-paper-plane:before {
  content: '';
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-circle-thin:before {
  content: '';
}

.fa-header:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-sliders:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-newspaper-o:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bell-slash-o:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-eyedropper:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-area-chart:before {
  content: '';
}

.fa-pie-chart:before {
  content: '';
}

.fa-line-chart:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-cc:before {
  content: '';
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: '';
}

.fa-meanpath:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-diamond:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-intersex:before, .fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-genderless:before {
  content: '';
}

.fa-facebook-official:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-hotel:before, .fa-bed:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.fa-yc:before, .fa-y-combinator:before {
  content: '';
}

.fa-optin-monster:before {
  content: '';
}

.fa-opencart:before {
  content: '';
}

.fa-expeditedssl:before {
  content: '';
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: '';
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: '';
}

.fa-battery-2:before, .fa-battery-half:before {
  content: '';
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: '';
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: '';
}

.fa-mouse-pointer:before {
  content: '';
}

.fa-i-cursor:before {
  content: '';
}

.fa-object-group:before {
  content: '';
}

.fa-object-ungroup:before {
  content: '';
}

.fa-sticky-note:before {
  content: '';
}

.fa-sticky-note-o:before {
  content: '';
}

.fa-cc-jcb:before {
  content: '';
}

.fa-cc-diners-club:before {
  content: '';
}

.fa-clone:before {
  content: '';
}

.fa-balance-scale:before {
  content: '';
}

.fa-hourglass-o:before {
  content: '';
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: '';
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: '';
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: '';
}

.fa-hourglass:before {
  content: '';
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: '';
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: '';
}

.fa-hand-scissors-o:before {
  content: '';
}

.fa-hand-lizard-o:before {
  content: '';
}

.fa-hand-spock-o:before {
  content: '';
}

.fa-hand-pointer-o:before {
  content: '';
}

.fa-hand-peace-o:before {
  content: '';
}

.fa-trademark:before {
  content: '';
}

.fa-registered:before {
  content: '';
}

.fa-creative-commons:before {
  content: '';
}

.fa-gg:before {
  content: '';
}

.fa-gg-circle:before {
  content: '';
}

.fa-tripadvisor:before {
  content: '';
}

.fa-odnoklassniki:before {
  content: '';
}

.fa-odnoklassniki-square:before {
  content: '';
}

.fa-get-pocket:before {
  content: '';
}

.fa-wikipedia-w:before {
  content: '';
}

.fa-safari:before {
  content: '';
}

.fa-chrome:before {
  content: '';
}

.fa-firefox:before {
  content: '';
}

.fa-opera:before {
  content: '';
}

.fa-internet-explorer:before {
  content: '';
}

.fa-tv:before, .fa-television:before {
  content: '';
}

.fa-contao:before {
  content: '';
}

.fa-500px:before {
  content: '';
}

.fa-amazon:before {
  content: '';
}

.fa-calendar-plus-o:before {
  content: '';
}

.fa-calendar-minus-o:before {
  content: '';
}

.fa-calendar-times-o:before {
  content: '';
}

.fa-calendar-check-o:before {
  content: '';
}

.fa-industry:before {
  content: '';
}

.fa-map-pin:before {
  content: '';
}

.fa-map-signs:before {
  content: '';
}

.fa-map-o:before {
  content: '';
}

.fa-map:before {
  content: '';
}

.fa-commenting:before {
  content: '';
}

.fa-commenting-o:before {
  content: '';
}

.fa-houzz:before {
  content: '';
}

.fa-vimeo:before {
  content: '';
}

.fa-black-tie:before {
  content: '';
}

.fa-fonticons:before {
  content: '';
}

.fa-reddit-alien:before {
  content: '';
}

.fa-edge:before {
  content: '';
}

.fa-credit-card-alt:before {
  content: '';
}

.fa-codiepie:before {
  content: '';
}

.fa-modx:before {
  content: '';
}

.fa-fort-awesome:before {
  content: '';
}

.fa-usb:before {
  content: '';
}

.fa-product-hunt:before {
  content: '';
}

.fa-mixcloud:before {
  content: '';
}

.fa-scribd:before {
  content: '';
}

.fa-pause-circle:before {
  content: '';
}

.fa-pause-circle-o:before {
  content: '';
}

.fa-stop-circle:before {
  content: '';
}

.fa-stop-circle-o:before {
  content: '';
}

.fa-shopping-bag:before {
  content: '';
}

.fa-shopping-basket:before {
  content: '';
}

.fa-hashtag:before {
  content: '';
}

.fa-bluetooth:before {
  content: '';
}

.fa-bluetooth-b:before {
  content: '';
}

.fa-percent:before {
  content: '';
}

.fa-gitlab:before {
  content: '';
}

.fa-wpbeginner:before {
  content: '';
}

.fa-wpforms:before {
  content: '';
}

.fa-envira:before {
  content: '';
}

.fa-universal-access:before {
  content: '';
}

.fa-wheelchair-alt:before {
  content: '';
}

.fa-question-circle-o:before {
  content: '';
}

.fa-blind:before {
  content: '';
}

.fa-audio-description:before {
  content: '';
}

.fa-volume-control-phone:before {
  content: '';
}

.fa-braille:before {
  content: '';
}

.fa-assistive-listening-systems:before {
  content: '';
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: '';
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: '';
}

.fa-glide:before {
  content: '';
}

.fa-glide-g:before {
  content: '';
}

.fa-signing:before, .fa-sign-language:before {
  content: '';
}

.fa-low-vision:before {
  content: '';
}

.fa-viadeo:before {
  content: '';
}

.fa-viadeo-square:before {
  content: '';
}

.fa-snapchat:before {
  content: '';
}

.fa-snapchat-ghost:before {
  content: '';
}

.fa-snapchat-square:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-first-order:before {
  content: '';
}

.fa-yoast:before {
  content: '';
}

.fa-themeisle:before {
  content: '';
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: '';
}

.fa-fa:before, .fa-font-awesome:before {
  content: '';
}

.fa-handshake-o:before {
  content: '';
}

.fa-envelope-open:before {
  content: '';
}

.fa-envelope-open-o:before {
  content: '';
}

.fa-linode:before {
  content: '';
}

.fa-address-book:before {
  content: '';
}

.fa-address-book-o:before {
  content: '';
}

.fa-vcard:before, .fa-address-card:before {
  content: '';
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: '';
}

.fa-user-circle:before {
  content: '';
}

.fa-user-circle-o:before {
  content: '';
}

.fa-user-o:before {
  content: '';
}

.fa-id-badge:before {
  content: '';
}

.fa-drivers-license:before, .fa-id-card:before {
  content: '';
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: '';
}

.fa-quora:before {
  content: '';
}

.fa-free-code-camp:before {
  content: '';
}

.fa-telegram:before {
  content: '';
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: '';
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: '';
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: '';
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: '';
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: '';
}

.fa-shower:before {
  content: '';
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: '';
}

.fa-podcast:before {
  content: '';
}

.fa-window-maximize:before {
  content: '';
}

.fa-window-minimize:before {
  content: '';
}

.fa-window-restore:before {
  content: '';
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: '';
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: '';
}

.fa-bandcamp:before {
  content: '';
}

.fa-grav:before {
  content: '';
}

.fa-etsy:before {
  content: '';
}

.fa-imdb:before {
  content: '';
}

.fa-ravelry:before {
  content: '';
}

.fa-eercast:before {
  content: '';
}

.fa-microchip:before {
  content: '';
}

.fa-snowflake-o:before {
  content: '';
}

.fa-superpowers:before {
  content: '';
}

.fa-wpexplorer:before {
  content: '';
}

.fa-meetup:before {
  content: '';
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/icomoon/icomoon.eot?uux0ix');
  src: url('../fonts/icomoon/icomoon.eot?uux0ix#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?uux0ix') format('truetype'), url('../fonts/icomoon/icomoon.woff?uux0ix') format('woff'), url('../fonts/icomoon/icomoon.svg?uux0ix#icomoon') format('svg');
}

[class^='icon-'], [class*=' icon-'] {
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: '';
}

.icon-arrow-right:before {
  content: '';
}

.icon-arrow-step:before {
  content: '';
}

.icon-cancel:before {
  content: '';
}

.icon-search:before {
  content: '';
}

.icon-minus:before {
  content: '';
}

.icon-play-inverse:before {
  content: '';
}

.icon-play:before {
  content: '';
}

.icon-plus:before {
  content: '';
}

body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3e3e3e;
  -webkit-font-smoothing: antialiased;
}

#eversport-channel-embed #eversport-channel__inner .l-container {
  padding-bottom: 5px;
}

a {
  text-decoration: none;
  color: #006dd9;
  border: none;
}

a:visited {
  text-decoration: none;
  color: #7f5ad7;
}

a:active {
  text-decoration: none;
  color: #006dd9;
}

a:hover {
  text-decoration: underline;
  color: #006dd9;
}

.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.acms-container {
  max-width: 1170px;
}

.acms-container .acms-container {
  padding: 0;
}

.acms-grid, .acms-grid-r {
  margin-right: -20px;
  margin-left: -20px;
}

.acms-grid:before, .acms-grid:after, .acms-grid-r:before, .acms-grid-r:after {
  display: table;
  content: ' ';
}

.acms-grid:after, .acms-grid-r:after {
  clear: both;
}

[class*='acms-col'] {
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .acms-grid, .acms-grid-r {
    margin-right: -35px;
    margin-left: -35px;
  }
  [class*='acms-col'] {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-narrow-container {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}

.c-narrow-container-md {
  max-width: 750px;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}

@media (max-width: 1100px) {
  .sp-container .sp-container {
    padding: 0;
  }
  .sp-container .acms-container .sp-container {
    padding: 0;
  }
  .acms-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.acms-col-2-3 {
  float: left;
  width: 20%;
}

@media (min-width: 480px) {
  .acms-col-sm-2-3 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .acms-col-md-2-3 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .acms-col-lg-2-3 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1440px) {
  .acms-col-xl-2-3 {
    float: left;
    width: 20%;
  }
}

.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.admin-details {
  margin: 10px 0 0 0;
}

.admin-details__summary:focus {
  outline: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
  }
  20% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.l-hidden {
  overflow: hidden;
}

.c-btn {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  padding: 12px 15px;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}

.c-btn:hover, .c-btn:visited, .c-btn:active, .c-btn:focus {
  text-decoration: none;
  color: #333;
}

.c-btn:hover {
  color: #fff;
  background: #000;
}

.c-btn:after {
  font-family: 'icomoon';
  font-size: 8px;
  display: block;
  padding-top: 4px;
  content: '';
}

@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 26px;
    text-align: left;
  }
  .c-btn:before {
    padding-right: 0;
    content: '';
  }
  .c-btn:after {
    padding-top: 0;
    content: '';
  }
  .c-btn:before {
    font-family: 'icomoon';
    font-size: 10px;
    padding-right: 12px;
    content: '';
  }
}

.c-btn-color {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  padding: 34px;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #ffe100;
  background: #2a2a2a;
}

.c-btn-color:hover, .c-btn-color:visited, .c-btn-color:active, .c-btn-color:focus {
  text-decoration: none;
  color: #ffe100;
}

.c-btn-color:hover {
  color: #000;
  background: #ffe100;
}

.c-btn-color:before {
  font-family: 'icomoon';
  font-size: 12px;
  padding-right: 12px;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-btn-color {
    font-size: 16px;
    position: relative;
    padding: 24px;
    background: #000;
  }
  .c-btn-color:before {
    padding-right: 0;
    content: '';
  }
  .c-btn-color:after {
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    content: '';
  }
}

.c-btn-primary {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
  padding: 10px 36px;
  transition: background-color .3s ease-out;
  color: #000;
  background: #ffe100;
}

.c-btn-primary:hover, .c-btn-primary:visited, .c-btn-primary:active, .c-btn-primary:focus {
  text-decoration: none;
  color: #333;
}

.c-btn-primary:hover {
  color: #ffe100;
  background: #000;
}

.c-btn-primary::after, .c-btn-primary__inner::after, .c-btn-primary::before, .c-btn-primary__inner::before {
  font-family: 'icomoon';
}

.c-btn-primary__inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-btn-primary.-movie {
  margin: 0;
}

.c-btn-primary.-movie .c-btn-primary__inner::after {
  font-size: 30px;
  padding-left: 12px;
  content: '';
}

.c-btn-primary.-link {
  display: block;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.c-btn-primary.-link .c-btn-primary__inner::before {
  font-size: 10px;
  padding-right: 10px;
  content: '';
}

@media screen and (max-width: 1023px) {
  .c-btn-primary.-movie {
    display: table;
  }
}

.c-btn-offcanvas {
  float: right;
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-btn-offcanvas-wrapper {
  position: relative;
  float: right;
  width: 50px;
  background: #ffe100;
  display: none;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .c-btn-offcanvas-wrapper {
    background: #000;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
  }
  .js-hiraku-offcanvas-body .c-btn-offcanvas-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    transition: margin-right .3s ease-in-out;
  }
  .js-hiraku-offcanvas-body-right .c-btn-offcanvas-wrapper {
    margin-right: calc(100% - 50px);
  }

  .c-btn-offcanvas-wrapper.load {
    opacity: 1;
  }

}

.c-btn-link {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.c-btn-link__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 16px 0;
  transition: background .2s ease-out;
  color: #fff;
  background: #2a2a2a;
}

.c-btn-link__link.-link::before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 8px;
  content: '';
}

.c-btn-link__link.-dark {
  background: #1b1b1b;
}

.c-btn-link__link.-download {
  font-size: 14px;
  padding: 20px 0;
}

.c-btn-link__link.-download::before {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-family: 'icomoon';
  font-weight: normal;
  display: inline-block;
  width: 14px;
  margin-right: 9px;
  content: '';
}

.c-btn-link__link.-mini {
  font-size: 14px;
  display: inline;
  padding: 8px 20px;
}

.c-btn-link__link.-mini::before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 10px;
  content: '';
}

.c-btn-link__link:hover, .c-btn-link__link:visited, .c-btn-link__link:link {
  text-decoration: none;
  color: #fff;
}

.c-btn-link__link:hover {
  color: #000;
  background: #ffe100;
}

.c-btn-link.-event {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .c-btn-link__link.-download {
    font-size: 16px;
    padding: 30px 0;
  }
}

.c-btn-search {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  flex-direction: column;
  box-sizing: border-box;
  height: 135px;
  margin-bottom: 15px;
  padding: 35px 30px;
  transition: background .3s ease-out;
  text-align: center;
  color: #ffe100;
  background-color: #000;
  background-image: url('../images/component/top/bg_search/right1.png'), url('../images/component/top/bg_search/right2.png'), url('../images/component/top/bg_search/right3.png'), url('../images/component/top/bg_search/left1.png'), url('../images/component/top/bg_search/left2.png'), url('../images/component/top/bg_search/left3.png');
  background-repeat: no-repeat;
  background-position: 0 80%, -95% 10%, 339% 0, 70% 70%, 0 0, -300% 0;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-search__txt {
  font-size: 20px;
}

.c-btn-search__txt:before {
  font-family: 'icomoon';
  font-size: 20px;
  padding-right: 12px;
  content: '';
}

.c-btn-search:hover, .c-btn-search:visited, .c-btn-search:active, .c-btn-search:focus {
  text-decoration: none;
  color: #ffe100;
}

.c-btn-search:hover {
  color: #000;
  background: #ffe100;
  background-image: url('../images/component/top/bg_search/right1_hover.png'), url('../images/component/top/bg_search/right2_hover.png'), url('../images/component/top/bg_search/right3_hover.png'), url('../images/component/top/bg_search/left1_hover.png'), url('../images/component/top/bg_search/left2_hover.png'), url('../images/component/top/bg_search/left3_hover.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 0 80%, -95% 10%, 339% 0, 70% 70%, 0 0, -300% 0;
}

.c-btn-search:hover .c-btn-search__img {
  background-image: url('../images/component/top/icon_search_o.png');
}

.c-btn-search__img {
  width: 150px;
  height: inherit;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url('../images/component/top/icon_search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-btn-search {
    box-sizing: inherit;
    margin-bottom: 30px;
    padding: 70px 30px;
    background-color: #2a2a2a;
    background-image: url('../images/component/top/bg_search/right1.png'), url('../images/component/top/bg_search/right2.png'), url('../images/component/top/bg_search/right3.png'), url('../images/component/top/bg_search/left1.png'), url('../images/component/top/bg_search/left2.png'), url('../images/component/top/bg_search/left3.png');
    background-repeat: no-repeat;
    background-position: 90% 80%, 150% 25%, 120% 0, 0 35%, 0 15%, -5% 15%;
  }
  .c-btn-search__txt {
    font-size: 22px;
  }
  .c-btn-search:hover {
    color: #000;
    background: #ffe100;
    background-image: url('../images/component/top/bg_search/right1_hover.png'), url('../images/component/top/bg_search/right2_hover.png'), url('../images/component/top/bg_search/right3_hover.png'), url('../images/component/top/bg_search/left1_hover.png'), url('../images/component/top/bg_search/left2_hover.png'), url('../images/component/top/bg_search/left3_hover.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 80%, 150% 25%, 120% 0, 0 25%, -2% 15%, -5% 65%;
  }
  .c-btn-search__img {
    width: 300px;
    padding-top: 30px;
  }
}

.c-form-step {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 0 70px;
  list-style: none;
}

.c-form-step-item {
  font-size: 12px;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 33.33333%;
  height: 50px;
  margin: 0 0 2px 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #666;
  background: #f2f0f0;
}

.c-form-step-item:before, .c-form-step-item:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -28px;
  content: '';
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}

.c-form-step-item:before {
  margin-top: -28px;
  border-width: 28px 0 28px 18px;
  border-left-color: #fff;
}

.c-form-step-item:after {
  margin-top: -25px;
  border-width: 25px 0 25px 15px;
  border-left-color: #f2f0f0;
}

.c-form-step-item:first-child {
  padding: 0 0 0 5px;
}

.c-form-step-item:first-child:before, .c-form-step-item:first-child:after {
  display: none;
}

.c-form-step-item.-active {
  color: #fff;
  background: #666;
}

.c-form-step-item.-active+.c-form-step-item:after {
  border-left-color: #666;
}

.c-form-step-num {
  font-size: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.c-form-step-inner {
  vertical-align: middle;
}

@media screen and (min-width: 480px) {
  .c-form-step {
    margin: 30px 0;
  }
  .c-form-step-item {
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 35px;
  }
  .c-form-step-item:first-child {
    padding: 0 0 0 20px;
  }
  .c-form-step-num {
    font-size: 24px;
    margin: 0 20px 0 0;
  }
}

.c-form input[type=date], .c-form input[type=datetime-local], .c-form input[type=datetime], .c-form input[type=email], .c-form input[type=month], .c-form input[type=number], .c-form input[type=password], .c-form input[type=search], .c-form input[type=tel], .c-form input[type=text], .c-form input[type=time], .c-form input[type=url], .c-form input[type=week], .c-form textarea {
  font-size: 16px;
  padding: 7px 10px;
}

.c-form select {
  font-size: 14px;
  padding: 7px 30px 7px 10px;
}

.c-form select[required]:required {
  border: 1px solid #c49511;
}

.c-form select.focused:invalid {
  border: 1px solid #c41134;
}

.c-form select[required]:valid {
  border: 1px solid #a7a7aa;
}

.c-form input[required]:required, .c-form textarea[required]:required {
  background: #fffdeb;
}

.c-form input.focused:invalid, .c-form textarea.focused:invalid {
  background: #ffebee;
}

.c-form input[required]:valid, .c-form textarea[required]:valid {
  background: #fff;
}

.c-error-text {
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px 20px;
  color: #fff;
  background: #a1414d;
}

.c-error-text:before {
  position: absolute;
  top: -10px;
  left: 20px;
  content: '';
  border-width: 0 8px 10px 7px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #a1414d;
}

.validator-result {
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
}

.validator-result-0 {
  animation: fade-in-down .5s ease .3s;
  animation-fill-mode: forwards;
}

.c-label-required {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 5px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  background: #a1414d;
}

.c-form-message {
  margin: 0 0 15px 0;
}

.c-form-btn-box {
  margin: 0 70px 50px 70px;
  text-align: center;
}

.c-form-btn {
  display: inline-block;
}

.c-form-btn-return {
  float: left;
}

.c-form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  .c-form-btn-return {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 150px;
    padding: 0 15px;
  }
  .c-form-btn-return .c-form-btn {
    width: 100%;
    color: #333;
    border-color: #333;
    background: #fff;
  }
  .c-form-btn-return .c-form-btn:hover {
    color: #333;
    background: #eee;
  }
  .c-form-btn-send {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
  }
  .c-form-btn-send .c-form-btn {
    width: 100%;
  }
}

.c-form-btn {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  box-sizing: border-box;
  height: 46px;
  padding: 3px 20px;
  transition: background .2s;
  color: #fff;
  border: 2px solid #333;
  border-radius: 5px;
  background: #333;
}

.c-form-btn:link, .c-form-btn:visited, .c-form-btn:active, .c-form-btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-form-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #111;
}

.c-form-btn .fa {
  margin-right: 5px;
}

.c-form-btn-block-wrap {
  margin: 0 20px;
  text-align: center;
}

.c-form-btn-block {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.c-lead {
  margin: 0 -20px 60px;
}

.c-lead.-competition {
  margin: 40px 0 40px;
}

.c-lead__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 20px 30px;
}

.c-lead__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .c-lead {
    margin: 0 0 80px;
  }
  .c-lead.-competition {
    margin: 80px 0 80px;
  }
  .c-lead__title {
    font-size: 26px;
    margin: 0 0 40px;
  }
}

.c-event {
  margin: 0 0 50px;
  padding: 0 0 40px;
  border-bottom: 4px dotted #f5f5f5;
}

.c-event__circuit {
  padding-right: 0;
  padding-bottom: 40px;
}

.c-event__table {
  margin: 0 -20px;
  border-spacing: 0;
  border-collapse: collapse;
}

.c-event__table-tr {
  padding: 0 5px;
}

.c-event__table-tr:nth-child(odd) {
  background: #f5f5f5;
}

.c-event__table-th {
  font-weight: normal;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.c-event__table-td {
  padding: 12px 15px;
}

.c-event__btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  padding: 12px 0;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #fff;
  background: #2a2a2a;
}

.c-event__btn:hover, .c-event__btn:visited, .c-event__btn:active, .c-event__btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-event__btn:hover {
  color: #ffe100;
  background: #000;
}

.c-event__btn:before {
  font-family: 'icomoon';
  font-size: 12px;
  padding-right: 12px;
  content: '';
}

.c-event__course {
  width: 100%;
  margin: 20px 0 40px;
  vertical-align: bottom;
}

.c-event__report-title {
  font-size: 26px;
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .c-event__circuit {
    padding-right: 100px;
    padding-bottom: 0;
  }
  .c-event__table {
    margin: 0;
  }
}

.c-parts-caution {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #d12b2b;
}

.c-parts-caution h1, .c-parts-caution h2, .c-parts-caution h3, .c-parts-caution h4, .c-parts-caution h5 {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px;
  color: #d12b2b;
}

.c-parts-caution p {
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-parts-caution {
    margin-bottom: 60px;
    padding: 40px;
  }
  .c-parts-caution h1, .c-parts-caution h2, .c-parts-caution h3, .c-parts-caution h4, .c-parts-caution h5 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

@keyframes modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.c-modal-wrapper {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity .3s ease-out;
  animation-name: modal;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.c-modal-wrapper-close {
  opacity: 0;
}

.c-modal-wrapper-close .c-modal-container {
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.c-modal-outer-wrapper {
  display: table;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  margin: 0 auto;
}

.c-modal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.c-modal-container {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: auto;
  transition: transform .3s ease-out;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  animation-name: modal-inner;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  text-align: left;
  color: #fff;
  border-radius: 0;
  background: #2a2a2a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.c-modal-content-container {
  display: block;
  padding: 30px;
}

.c-modal-close-button {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  margin: 20px 20px 20px 0;
  cursor: pointer;
  transition: all .2s ease-in-out;
  opacity: 1;
  color: #000;
  border: 0;
  background: 0 0;
  background: #ffe100;
}

.c-modal-close-button:before, .c-modal-close-button:after {
  position: absolute;
  top: 14px;
  left: 23px;
  display: block;
  width: 4px;
  height: 22px;
  content: ' ';
  transition: background .2s ease-in-out;
  border-radius: 4px;
  background: #000;
}

.c-modal-close-button:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal-close-button:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal__img {
  display: block;
  width: 150px;
  margin: 0 auto 40px;
}

.c-modal__title {
  font-size: 20px;
  margin: 0 0 30px;
  padding: 6px 0 6px 20px;
  border-left: 4px solid #ffe100;
}

.c-modal__title .sub {
  font-size: 14px;
}

.c-modal__detail {
  padding-left: 0;
}

.c-modal__table {
  font-size: 14px;
  border-spacing: 1;
  border-collapse: collapse;
}

.c-modal__table-tr {
  border-bottom: 1px dotted #6b6b6b;
}

.c-modal__table-tr:last-child {
  border: 0;
}

.c-modal__table-th, .c-modal__table-td {
  display: block;
}

.c-modal__table-th {
  font-weight: normal;
  padding: 20px 0 10px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.c-modal__table-td {
  padding: 10px 0 20px;
}

@media screen and (min-width: 768px) {
  .c-modal-content-container {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .c-modal__img {
    width: auto;
  }
  .c-modal__title {
    font-size: 30px;
  }
  .c-modal__title .sub {
    font-size: 18px;
  }
  .c-modal__detail {
    padding-left: 80px;
  }
  .c-modal__table-th, .c-modal__table-td {
    display: table-cell;
    padding: 20px 0;
  }
  .c-modal__table-th {
    padding-right: 26px;
  }
}

.c-thumbnail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail.-bg {
  background-color: #2a2a2a;
}

.c-thumbnail__link {
  position: relative;
  display: block;
  height: 230px;
}

.c-thumbnail__link:hover, .c-thumbnail__link:visited, .c-thumbnail__link:link {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail__link:hover .c-thumbnail__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-thumbnail__link:hover .c-thumbnail__body {
  background: rgba(0, 0, 0, .8);
}

.c-thumbnail__img {
  height: 100%;
  -webkit-transition: transform 2s ease-out, opacity .8s ease-out;
  transition: transform 2s ease-out, opacity .8s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-thumbnail__img-wrap {
  overflow: hidden;
  height: 230px;
}

.c-thumbnail__item {
  width: calc(100%);
}

.c-thumbnail__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  transition: background .2s ease-out;
  background: rgba(0, 0, 0, .5);
}

.c-thumbnail__category {
  font-size: 12px;
  margin: 0 0 10px;
  color: #ffe100;
}

.c-thumbnail__title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-thumbnail {
    margin: 0;
  }
  .c-thumbnail__item {
    width: calc(100% / 2);
  }
  .c-thumbnail__link, .c-thumbnail__img-wrap {
    height: 280px;
  }
  .c-thumbnail__heading {
    font-size: 16px;
  }
  .c-thumbnail__heading.-sub {
    font-size: 10px;
  }
  .c-thumbnail__body {
    padding: 30px 20px 20px;
  }
  .c-thumbnail__bg {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .c-thumbnail__item {
    width: calc(100% / 3);
  }

  *::-ms-backdrop, .c-thumbnail__item {
    width: 33.33%; /* IE11 */
  }

}

.c-thumbnail-report__item {
  width: calc(100%);
  border-bottom: 4px solid #000;
  background: #000;
}

.c-thumbnail-report__item:nth-child(odd) .c-thumbnail-report__img {
  float: right;
}

.c-thumbnail-report__item:nth-child(odd) .c-thumbnail-report__body {
  left: 0;
}

.c-thumbnail-report__link {
  position: relative;
  position: relative;
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-thumbnail-report__link:hover, .c-thumbnail-report__link:visited, .c-thumbnail-report__link:link {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-report__link:hover .c-thumbnail-report__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-thumbnail-report__link:hover .c-thumbnail-report__body {
  background: rgba(0, 0, 0, .8);
}

.c-thumbnail-report__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
  transition: background .2s ease-out;
  background: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-thumbnail-report__img {
  width: 50%;
  height: 100%;
  -webkit-transition: transform 2s ease-out, opacity .8s ease-out;
  transition: transform 2s ease-out, opacity .8s ease-out;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.c-thumbnail-report__img-wrap {
  overflow: hidden;
  height: 150px;
}

.c-thumbnail-report__title {
  font-size: 18px;
  margin: 0;
}

.c-thumbnail-report__title-sub {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 8px;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .c-thumbnail-report__body {
    background: #2a2a2a;
  }
}

@media screen and (min-width: 768px) {
  .c-thumbnail-report__item {
    width: calc(100% / 2);
    border: 0;
  }
  .c-thumbnail-report__img {
    width: 100%;
  }
  .c-thumbnail-report__img-wrap {
    height: 280px;
  }
  .c-thumbnail-report__link {
    height: 280px;
  }
  .c-thumbnail-report__body {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
  }
  .c-thumbnail-report__title {
    font-size: 20px;
  }
  .c-thumbnail-report__title-sub {
    font-size: 12px;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-thumbnail-report__item {
    width: calc(100% / 3);
  }

  *::-ms-backdrop, .c-thumbnail-report__item {
    width: 33.33%; /* IE11 */
  }
}

.c-thumbnail-event {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-event__item {
  box-sizing: border-box;
  width: calc(100% /2);
  padding: 0 17px 40px;
}

.c-thumbnail-event__date {
  font-size: 14px;
}

.c-thumbnail-event__title {
  font-weight: bold;
  margin: 5px 0 15px;
}

.c-thumbnail-event__img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.c-thumbnail-event__img-wrap {
  position: relative;
}

.c-thumbnail-event__category {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px;
  color: #fff;
  background: #2a2a2a;
}

@media screen and (min-width: 768px) {
  .c-thumbnail-event {
    margin: 0 -30px;
  }
  .c-thumbnail-event__item {
    width: calc(100% / 3);
    padding: 0 30px 40px;
  }
  *::-ms-backdrop, .c-thumbnail-event__item {
    width: 33.33%; /* IE11 */
  }
  .c-thumbnail-event__category {
    font-size: 14px;
    padding: 8px 6px;
  }
}

@media screen and (min-width: 1024px) {
  .c-thumbnail-event__item {
    width: calc(100% / 4);
  }
}

.c-thumbnail-event-list__item {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #2a2a2a;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-thumbnail-event-list__link {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  transition: background .2s ease-out;
  color: #fff;
  background: #2a2a2a;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
}

.c-thumbnail-event-list__link::before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 5px;
  content: '';
}

.c-thumbnail-event-list__link:hover, .c-thumbnail-event-list__link:visited, .c-thumbnail-event-list__link:active, .c-thumbnail-event-list__link:focus {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-event-list__link:hover {
  color: #ffe100;
  background: #000;
}

@media screen and (min-width: 768px) {
  .c-thumbnail-event-list__item {
    margin-bottom: 1px;
  }
  .c-thumbnail-event-list__link::before {
    font-size: 12px;
    padding-right: 10px;
  }
}

.c-thumbnail-movie {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-movie__item {
  box-sizing: border-box;
  width: calc(100%);
  padding: 0 20px 40px;
  cursor: pointer;
}

.c-thumbnail-movie__item:hover .c-thumbnail-movie__img {
  opacity: .8;
}

.c-thumbnail-movie__img {
  height: 100%;
  transition: opacity .2s ease-out;
  opacity: .6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-thumbnail-movie__img-wrap {
  position: relative;
  height: 200px;
  background: #000;
}

.c-thumbnail-movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  color: #ffe100;
}

.c-thumbnail-movie__icon::before {
  font-family: 'icomoon';
  font-size: 60px;
  content: '';
}

.c-thumbnail-movie__title {
  margin: 15px 0 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-thumbnail-movie__item {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  .c-thumbnail-movie__item {
    width: calc(100% / 4);
  }
}

.c-thumbnail-circuit {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-circuit.japan, .c-thumbnail-circuit.foreign {
  margin: 0 -20px;
}

.c-thumbnail-circuit.japan {
  padding: 0 10px 20px;
}

.c-thumbnail-circuit.foreign {
  padding-bottom: 60px;
}

.c-thumbnail-circuit.japan .c-thumbnail-circuit__item {
  padding: 0 10px 15px;
}

.c-thumbnail-circuit.foreign .c-thumbnail-circuit__item {
  padding: 0 20px 15px;
}

.c-thumbnail-circuit__item {
  padding: 0 20px 15px;
}

.c-thumbnail-circuit__link {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 25px;
  transition: .2s ease-out;
  color: #fff;
  border: 1px solid #2a2a2a;
}

.c-thumbnail-circuit__link:hover, .c-thumbnail-circuit__link:visited, .c-thumbnail-circuit__link:active, .c-thumbnail-circuit__link:focus {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-circuit__link:hover {
  color: #ffe100;
  border: 1px solid #ffe100;
}

.c-thumbnail-circuit__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.c-thumbnail-circuit__img-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100px;
  padding-bottom: 15px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-thumbnail-circuit__flag {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 15px;
  height: auto;
}

.c-thumbnail-circuit__title {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__flag {
    top: 9px;
    right: 0;
    left: 9px;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__link {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0 30px;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__img {
    width: 100%;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__img-wrap {
    width: 60px;
    height: 70px;
    padding: 0 15px 0 0;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__title {
    font-size: 12px;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item .c-thumbnail-circuit__title br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-thumbnail-circuit.japan {
    margin: 0 -30px;
    padding: 0 0 30px;
  }
  .c-thumbnail-circuit.japan .c-thumbnail-circuit__item {
    padding: 0 30px 60px;
  }
  .c-thumbnail-circuit.foreign {
    margin: 0 -20px;
    padding-bottom: 22px;
  }
  .c-thumbnail-circuit.foreign .c-thumbnail-circuit__item {
    padding: 0 20px 40px;
  }
  .c-thumbnail-circuit__item {
    padding: 0 20px 40px;
  }
  .c-thumbnail-circuit__link {
    padding: 30px;
  }
  .c-thumbnail-circuit__img-wrap {
    padding-bottom: 30px;
  }
  .c-thumbnail-circuit__flag {
    width: 20px;
  }
}

.c-thumbnail-interview-header {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 0 0 42px 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-interview-header-wrap {
  color: #fff;
  background-color: #000;
}

.c-thumbnail-interview-header__item {
  text-align: center;
}

.c-thumbnail-interview-header__itemlink:link, .c-thumbnail-interview-header__itemlink:visited, .c-thumbnail-interview-header__itemlink:active, .c-thumbnail-interview-header__itemlink:focus, .c-thumbnail-interview-header__itemlink:hover {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-interview-header__itemlink:hover .c-thumbnail-interview-header__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-thumbnail-interview-header__itemlink:hover .c-thumbnail-interview-header__title {
  color: #ffe100;
}

.c-thumbnail-interview-header__img {
  height: 100%;
  margin-bottom: -65px;
  -webkit-transition: transform 2s ease-out, opacity 1.6s ease-out;
  transition: transform 2s ease-out, opacity 1.6s ease-out;
  background-position: center;
  background-size: cover;
}

.c-thumbnail-interview-header__img-wrap {
  overflow: hidden;
  height: 275px;
  margin: 50px 0 0;
}

.c-thumbnail-interview-header__blogname {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
}

.c-thumbnail-interview-header__num {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-bottom: 10px;
  color: #000;
  background-color: #ffe100;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-thumbnail-interview-header__title {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin: 0 20px 0 12px;
}

.c-thumbnail-interview-header__title-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  margin-bottom: 10px;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-thumbnail-interview-header__title:after {
  font-family: 'icomoon';
  font-size: 12px;
  font-style: normal;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  content: '';
  color: #ffe100;
}

.c-thumbnail-interview-header__summary {
  font-size: 14px;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.c-thumbnail-interview-header__detail {
  margin-top: -60px;
}

@media screen and (min-width: 768px) {
  .c-thumbnail-interview-header {
    padding-bottom: 85px;
  }
  .c-thumbnail-interview-header__img-wrap {
    height: 550px;
    margin: 0 0 -124px;
  }
  .c-thumbnail-interview-header__blogname {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .c-thumbnail-interview-header__num {
    font-size: 20px;
    width: 76px;
    height: 76px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .c-thumbnail-interview-header__title {
    font-size: 80px;
  }
  .c-thumbnail-interview-header__title-wrap {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .c-thumbnail-interview-header__title:after {
    font-size: 22px;
    margin-left: 20px;
  }
  .c-thumbnail-interview-header__summary {
    max-width: 440px;
    padding: 0;
  }
  .c-thumbnail-interview-header__detail {
    margin-top: 0;
  }
}

.c-thumbnail-interview {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-interview-wrap {
  padding: 0;
  color: #fff;
  background-color: #000;
}

.c-thumbnail-interview__item {
  width: calc(100% / 2);
  margin-bottom: 50px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-thumbnail-interview__itemlink:link, .c-thumbnail-interview__itemlink:visited, .c-thumbnail-interview__itemlink:active, .c-thumbnail-interview__itemlink:focus, .c-thumbnail-interview__itemlink:hover {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-interview__itemlink:hover .c-thumbnail-interview__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-thumbnail-interview__itemlink:hover .c-thumbnail-interview__title {
  color: #ffe100;
}

.c-thumbnail-interview__img {
  height: 100%;
  -webkit-transition: transform 2s ease-out, opacity .8s ease-out;
  transition: transform 2s ease-out, opacity .8s ease-out;
  background-position: center;
  background-size: cover;
}

.c-thumbnail-interview__img-wrap {
  overflow: hidden;
  height: 100px;
}

.c-thumbnail-interview__num {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 35px;
  height: 35px;
  margin-top: -100px;
  margin-bottom: 85px;
  transform: translate3d(0px, 0px, 100px);
  color: #000;
  background-color: #ffe100;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-thumbnail-interview__title {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 56px;
  text-align: center;
}

.c-thumbnail-interview__summary {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 0;
  padding: 0 40px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .c-thumbnail-interview__item {
    max-width: calc(100% / 3);
  }
  *::-ms-backdrop, .c-thumbnail-interview__item {
    width: 33.33%; /* IE11 */
  }
}

@media screen and (min-width: 768px) {
  .c-thumbnail-interview-wrap {
    padding-bottom: 20px;
  }
  .c-thumbnail-interview__item {
    margin-bottom: 80px;
  }
  .c-thumbnail-interview__img-wrap {
    height: 230px;
  }
  .c-thumbnail-interview__num {
    font-size: 14px;
    width: 60px;
    height: 60px;
    margin-top: -50px;
    margin-bottom: 14px;
    margin-left: 30px;
  }
  .c-thumbnail-interview__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .c-thumbnail-interview__summary {
    font-size: 14px;
    padding-right: 56px;
    padding-left: 56px;
  }
}

.c-thumbnail-tyre {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-thumbnail-tyre__item {
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 0 17px 35px;
}

.c-thumbnail-tyre__heading {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 15px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-thumbnail-tyre__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  transition: color .2s ease-out;
  color: #3e3e3e;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.c-thumbnail-tyre__link:hover, .c-thumbnail-tyre__link:visited, .c-thumbnail-tyre__link:link {
  text-decoration: none;
  color: #3e3e3e;
}

.c-thumbnail-tyre__link:hover {
  color: #ffe100;
}

.c-thumbnail-tyre__link::before {
  font-family: 'icomoon';
  font-size: 16px;
  margin: 0 10px 0 0;
  content: '';
}

.c-thumbnail-tyre__img {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  padding: 0 25px 20px;
  vertical-align: bottom;
}

.c-thumbnail-tyre__btn {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
  padding: 15px 0;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #fff;
  background: #2a2a2a;
}

.c-thumbnail-tyre__btn:hover, .c-thumbnail-tyre__btn:visited, .c-thumbnail-tyre__btn:active, .c-thumbnail-tyre__btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-thumbnail-tyre__btn:hover {
  color: #000;
  background: #ffe100;
}

.c-thumbnail-tyre__btn:before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 6px;
  content: '';
}

@media screen and (min-width: 768px) {
  .c-thumbnail-tyre {
    margin: 0 -35px;
  }
  .c-thumbnail-tyre__item {
    width: calc(100% / 3);
    padding: 0 35px 50px;
  }
  *::-ms-backdrop, .c-thumbnail-tyre__item {
    width: 33.33%; /* IE11 */
  }
  .c-thumbnail-tyre__heading {
    margin: 0 0 20px;
  }
  .c-thumbnail-tyre__img {
    padding: 0 20px 30px;
  }
  .c-thumbnail-tyre__btn {
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .c-thumbnail-tyre__item {
    width: calc(100% / 4);
  }
}

.c-pager {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 80px -5px 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-pager__item {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}

.c-pager__item.cur {
  padding: 12px 16px;
  color: #777;
  border: 1px solid #e2e2e2;
}

.c-pager__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  display: block;
  padding: 12px 16px;
  transition: background .2s ease-out;
  color: #fff;
  border: 1px solid #2a2a2a;
  background: #2a2a2a;
}

.c-pager__link:visited, .c-pager__link:focus, .c-pager__link:active {
  text-decoration: none;
  color: #fff;
}

.c-pager__link:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}

.c-pager__link.-prev, .c-pager__link.-next {
  font-family: 'icomoon';
  padding: 12px 30px;
}

.c-pager__link.-prev {
  margin-right: 100px;
}

.c-pager__link.-prev:before {
  font-size: 10px;
  padding-right: 10px;
  content: '';
}

.c-pager__link.-next {
  margin-left: 100px;
}

.c-pager__link.-next:after {
  font-size: 10px;
  padding-left: 10px;
  content: '';
}

.c-pager.-sp {
  margin: 50px 20px 0;
}

.c-pager.-sp .c-pager__item {
  border: 0;
}

.c-pager.-sp .c-pager__item.cur {
  padding: 22px;
}

.c-pager.-sp .c-pager__link.-prev, .c-pager.-sp .c-pager__link.-next {
  padding: 22px 30px;
}

.c-pager.-sp .c-pager__link.-prev {
  margin-right: 0;
}

.c-pager.-sp .c-pager__link.-next {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-pager.-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-pager {
    padding: 0 0 60px;
  }
  .c-pager.-sp {
    display: none;
  }
}

.c-pagetitle {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: bold;
  z-index: 5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  height: 245px;
  min-height: 245px;
  margin-top: 50px;
  padding: 50px 20px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-pagetitle__heading {
  font-size: 46px;
  margin: 0;
  padding: 0;
}

.c-pagetitle__lead {
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0;
}

.c-pagetitle__inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-top: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-flex: 1;
  flex: 1;
}

.c-pagetitle.-medium {
  height: 190px;
  min-height: 190px;
}

.c-pagetitle.-medium .c-pagetitle__heading {
  font-size: 28px;
}

.c-pagetitle.-medium .c-pagetitle__heading-sub {
  font-size: 12px;
  font-weight: normal;
  margin: 15px 0 0;
}

.c-pagetitle.-medium .c-pagetitle__parentname {
  font-size: 16px;
  margin: 0;
}

.c-pagetitle.-small {
  height: 140px;
  min-height: 140px;
  padding: 0 20px;
}

.c-pagetitle.-small .c-pagetitle__heading {
  font-size: 28px;
}

.c-pagetitle.-small .c-pagetitle__heading-sub {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 15px 0 0;
}

.c-pagetitle.-small .c-pagetitle__parentname {
  font-size: 20px;
  margin: 0;
}

.c-pagetitle.-report {
  display: block;
  height: 210px;
  min-height: 210px;
  padding: 0;
  background-color: #000;
}

.c-pagetitle-report__inner {
  padding: 50px 20px;
}

.c-pagetitle-report__champ {
  font-size: 18px;
  margin: 0 0 15px;
}

.c-pagetitle-report__champ .sub {
  font-size: 10px;
  padding-left: 26px;
}

.c-pagetitle-report__time, .c-pagetitle-report__heading {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}

.c-pagetitle-report__heading {
  margin: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  .c-pagetitle {
    height: 500px;
    min-height: 500px;
    margin-top: 0;
    padding: 70px 0 50px 60px;
  }
  .c-pagetitle__heading {
    font-size: 94px;
  }
  .c-pagetitle__lead {
    font-size: 36px;
    margin: 10px 0 0;
  }
  .c-pagetitle__inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-top: 50px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-flex: 1;
    flex: 1;
  }
  .c-pagetitle.-medium {
    height: 240px;
    min-height: 240px;
  }
  .c-pagetitle.-medium .c-pagetitle__heading {
    font-size: 50px;
  }
  .c-pagetitle.-medium .c-pagetitle__heading-sub {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0;
  }
  .c-pagetitle.-medium .c-pagetitle__parentname {
    font-size: 30px;
    margin: 0;
  }
  .c-pagetitle.-small {
    height: 230px;
    min-height: 230px;
    padding: 0 60px;
  }
  .c-pagetitle.-small .c-pagetitle__heading {
    font-size: 40px;
  }
  .c-pagetitle.-small .c-pagetitle__heading-sub {
    font-size: 18px;
    display: inline;
    margin: 0 0 0 20px;
  }
  .c-pagetitle.-small .c-pagetitle__parentname {
    font-size: 20px;
  }
  .c-pagetitle.-report {
    height: 240px;
    min-height: 240px;
  }
  .c-pagetitle-report__inner {
    padding: 90px 40px 30px;
  }
  .c-pagetitle-report__champ {
    font-size: 20px;
  }
  .c-pagetitle-report__champ .sub {
    font-size: 14px;
  }
  .c-pagetitle-report__time, .c-pagetitle-report__heading {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .c-pagetitle.-medium {
    height: 360px;
    min-height: 360px;
  }
  .c-pagetitle.-medium .c-pagetitle__heading {
    font-size: 60px;
  }
  .c-pagetitle.-medium .c-pagetitle__heading-sub {
    font-size: 18px;
    margin: 0;
  }
  .c-pagetitle.-medium .c-pagetitle__parentname {
    font-size: 40px;
  }
}

.c-circuit {
  display: block;
  margin: 0 0 60px;
}

.c-circuit-header {
  margin: 60px 0;
}

.c-circuit-header__name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

.c-circuit-header__title {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 32px;
  margin: 0;
}

.c-circuit-info {
  box-sizing: border-box;
  width: auto;
  margin: 0 -20px 40px;
  padding: 0;
}

.c-circuit-info__img {
  display: block;
  margin: 0 auto 40px;
  vertical-align: bottom;
}

.c-circuit-info__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.c-circuit-info__table-tr:nth-child(odd) {
  background: #f5f5f5;
}

.c-circuit-info__table-th, .c-circuit-info__table-td {
  font-weight: normal;
  box-sizing: border-box;
  padding: 16px 20px;
  text-align: left;
}

.c-circuit-info__table-th {
  width: 120px;
}

.c-circuit-detail {
  -ms-flex: 1;
  flex: 1;
}

.c-circuit-detail__description {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-circuit {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 0 100px;
  }
  .c-circuit-header {
    margin: 80px 0 60px;
  }
  .c-circuit-header__name {
    font-size: 16px;
  }
  .c-circuit-header__title {
    font-size: 40px;
  }
  .c-circuit-info {
    max-width: 500px;
    margin: 0;
    padding: 0 82px 0 0;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-search {
  overflow: hidden;
}

.c-search__lead {
  font-weight: bold;
  margin: 0 0 50px;
  text-align: center;
}

.c-search__link {
  transition: color .1s ease-out;
  text-decoration: underline;
  color: #3e3e3e;
}

.c-search__link:hover, .c-search__link:visited, .c-search__link:active, .c-search__link:focus {
  text-decoration: none;
  color: #3e3e3e;
}

.c-search__link:hover {
  color: #ffe100;
}

.c-search__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  margin: 0 -20px 50px;
  padding: 10px 20px 18px;
  border-bottom: 2px solid #ffe100;
}

.c-search__heading.-step {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  text-align: center;
  border: 0;
}

.c-search__heading.-step::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 4px;
  content: '';
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffe100;
}

.c-search__heading.-sub {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.c-search__btn {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #2a2a2a;
  border: 2px solid #e9e9e9;
  border-radius: 0;
  background: #f5f5f5;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.c-search__btn::-webkit-search-decoration {
  display: none;
}

.c-search__btn::focus {
  outline-offset: -2px;
}

.c-search__btn.-reverse {
  background: #fff;
}

.c-search__btn.active {
  border-color: #ffe100;
  background: #ffe100;
}

.c-search__select {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 15px 40px 15px 30px;
  color: #2a2a2a;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  background: url(../images/common/icon_select.png) right 20px top 50% no-repeat, #fff;
  background-size: 8px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-search__select::-ms-expand {
  display: none;
}

.c-search__step {
  position: relative;
}

.c-search__step-inner {
  position: relative;
  padding: 60px 0 40px;
}

.c-search__step.active::after {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 50%;
  margin-left: -12px;
  content: url(../images/common/icon_arrow_triangle.png);
}

.c-search__step:nth-of-type(even) .c-search__step-inner {
  background-color: #f5f5f5;
}

.c-search__txt {
  font-size: 16px;
  margin: 0 0 30px;
  text-align: center;
}

.c-search__result {
  padding: 60px 0 0;
}

.c-search__table {
  width: calc(100% + 40px);
  margin: 0 -20px 50px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.c-search__table-tr {
  border-bottom: 2px dotted #e9e9e9;
}

tbody .c-search__table-tr:last-child {
  border: 0;
}

.c-search__table-th, .c-search__table-td {
  font-size: 12px;
  padding: 20px 10px;
  word-break: break-all;
}

.c-search__table-th:nth-child(even), .c-search__table-td:nth-child(even) {
  background: #f5f5f5;
}

.c-search__table-th {
  text-align: center;
}

.c-search__table-th.small {
  width: 75px;
}

.c-search__table-th:nth-child(1) {
  white-space: nowrap;
}

.c-search__table-td.full {
  word-break: keep-all;
}

.c-search__table-word {
  font-size: 12px;
  padding: 0;
}

.c-search__table-link {
  font-size: 12px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0;
  transition: color .1s ease-out;
  color: #3e3e3e;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-search__table-link::after {
  font-family: 'icomoon';
  font-size: 8px;
  padding-left: 5px;
  content: '';
}

.c-search__table-link.arrow_non::after {
	display: none;
}

.c-search__table-link:hover, .c-search__table-link:visited, .c-search__table-link:active, .c-search__table-link:focus {
  text-decoration: none;
  color: #3e3e3e;
}

.c-search__table-link:hover {
  color: #ffe100;
}

.c-search-btn-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-search-btn-list__item {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 5px 12px;
}
*::-ms-backdrop, .c-search-btn-list__item {
  width: 33.33%; /* IE11 */
}

.c-search-attention {
  z-index: 5;
  margin: 0 -22px;
  padding: 0 20px;
  border: 2px solid #d12b2b;
  background: #fff;
}

.c-search-attention__wrap {
  position: relative;
  height: 100%;
}

.c-search-attention__heading {
  font-size: 14px;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  opacity: 1;
  color: #d12b2b;
}

.c-search-attention__detail {
  height: 100%;
  padding: 19px 0 30px;
  transition: .3s ease-out;
  transition-property: padding, opacity, height;
}

.c-search-attention.close .c-search-attention__detail {
  height: 0;
  padding: 0;
  opacity: 0;
}

.c-search-attention__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.c-search-attention__icon .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d12b2b;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.c-search-attention__icon .line.side {
  top: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-search-attention__icon .line.vertical {
  top: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-search-attention__icon.active .side {
  display: none;
}

.c-search-attention__icon.active .vertical {
  top: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-search-attention__icon, .c-search-attention__icon span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}

.c-search-list {
  list-style-type: square;
}

.c-search-list__item {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 0 0 14px;
  padding: 0 0 0 16px;
  background: url(../images/common/icon_list_circle.svg) no-repeat top 6px left;
}

@media (max-width: 767px) {
  .c-search-attention__icon {
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .c-search__heading {
    margin: 0 0 60px;
    padding: 10px 0 18px;
  }
  .c-search__txt {
    font-size: 20px;
    margin: 0 0 30px;
    text-align: center;
  }
  .c-search__btn {
    font-size: 16px;
    padding: 20px 10px;
  }
  .c-search__result {
    padding: 70px 0 0;
  }
  .c-search__table {
    width: 100%;
    margin: 0 0 60px;
  }
  .c-search__table-th, .c-search__table-td {
    text-align: center;
  }
  .c-search__table-th {
    font-size: 14px;
  }
  .c-search__table-th.small {
    width: auto;
  }
  .c-search__table-td {
    font-size: 16px;
  }
  .c-search__table-word {
    font-size: 16px;
    padding: 0 5px;
  }
  .c-search__table-link {
    font-size: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 5px;
  }
  .c-search__table-link::after {
    font-size: 10px;
    padding-left: 8px;
  }
  .c-search-attention {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0 40px;
  }
  .c-search-attention__heading {
    font-size: 16px;
    font-weight: bold;
  }
  .c-search-attention__wrap {
    height: 56px;
  }
  .c-search-attention__detail {
    padding: 26px 0 40px;
  }
  .c-search-btn-list__item {
    width: calc(100% / 5);
    padding: 0 12px 20px;
  }
}

.search_general {
	margin: -20px 0 40px;
	padding: 15px 0 15px 15px;
	border: 3px solid #e9e9e9;
}

.search_general h4 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.4;
}

.search_general_list {
	display: flex;
	flex-wrap: wrap;
}

.search_general_list dl {
	margin: 3px 0;
	display: flex;
	width: 50%;
}
/*
.search_general_list dl:nth-child(odd){
	width: 52%;
}

.search_general_list dl:nth-child(even){
	width: 48%;
}
*/
.search_general_list dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

.search_general_list dt span {
	width: 2em;
	display: inline-block;
}

.search_general_list dt::after {
	content: '・・・';
	top: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	letter-spacing: -0.6em;
	margin: auto 7px auto -7px;
}

.search_general_list dd {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
}

@media (min-width: 768px) {

	.search_general {
		margin: 0 0 80px;
		padding: 10px 15px 5px;
		display: flex;
	}
	
	.search_general h4 {
		margin: 5px 0 0 0;
		font-size: 16px;
		width: 120px;
	}
	
	.search_general_list {
		width: calc(100% - 120px);
	}
	
	.search_general_list dl {
		margin: 5px 0 12px;
		align-items: center;
		width: 33.3333%;
	}

	.search_general_list dt {
		font-size: 16px;
		white-space: nowrap;
	}

	.search_general_list dt span {
		width: auto;
	}
	
	.search_general_list dt::after {
		font-size: 16px;
		letter-spacing: -0.4em;
		margin: auto 10px auto 2px;
	}
	
	.search_general_list dd {
		margin: 0;
		font-size: 14px;
	}

}

.c-headline {
  margin: 0 -20px 0;
}

.c-headline__item:nth-child(odd) {
  background-color: #f5f5f5;
}

.c-headline__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  padding: 12px 20px;
  transition: background .2s ease-out;
  color: #3e3e3e;
  -ms-flex-direction: column;
}

.c-headline__link:hover, .c-headline__link:visited, .c-headline__link:active, .c-headline__link:focus {
  text-decoration: none;
  color: #3e3e3e;
}

.c-headline__link:hover {
  background: #ffe100;
}

.c-headline__date {
  font-size: 10px;
  margin-right: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .c-headline {
    margin: 0 0 100px;
  }
  .c-headline__link {
    display: block;
  }
  .c-headline__date {
    font-size: 16px;
    margin-right: 65px;
    margin-bottom: 0;
  }
}

.c-topicpath {
  padding: 0;
  background: #000;
}

.c-topicpath-list {
  font-size: 14px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -ms-flex-direction: column-reverse;
}

.c-topicpath-list__item {
  font-size: 14px;
  display: block;
  padding: 0 20px;
  color: #fff;
  border-bottom: 2px solid #2a2a2a;
}

.c-topicpath-list__item:first-child {
  border: 0;
}

.c-topicpath-list__link {
  display: inline-block;
  padding: 18px 0;
  transition: color .2s ease-out;
  color: #fff;
}

.c-topicpath-list__link:visited, .c-topicpath-list__link:focus, .c-topicpath-list__link:active {
  color: #fff;
}

.c-topicpath-list__link:hover {
  text-decoration: none;
  color: #ffe100;
}

.c-topicpath-list__link::before {
  font-family: 'icomoon';
  padding-right: 10px;
  content: '';
}

@media screen and (min-width: 768px) {
  .c-topicpath {
    padding: 34px 0;
  }
  .c-topicpath-list {
    display: block;
    margin: 0 auto;
    padding: 0 35px;
  }
  .c-topicpath-list__item {
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 40px;
    border: 0;
  }
  .c-topicpath-list__item:first-child {
    padding-left: 0;
  }
  .c-topicpath-list__link {
    padding: 10px 0;
  }
}

.c-heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 40px;
    margin: 0 0 75px;
  }
}

.c-heading-medium {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0 0 40px;
  color: #fff;
  -ms-flex-direction: column;
}

.c-heading-medium .sub {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 0;
  color: #fff;
}

.c-heading-medium.-reverse {
  display: block;
  margin: 0 0 40px;
  color: #000;
}

.c-heading-medium.-reverse .sub {
  font-size: 16px;
  padding-left: 10px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-heading-medium {
    font-size: 30px;
    display: block;
  }
  .c-heading-medium .sub {
    font-size: 16px;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-heading-medium {
    font-size: 40px;
  }
  .c-heading-medium .sub {
    font-size: 18px;
    margin-left: 20px;
  }
}

.c-heading-small {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  margin: 0 0 30px;
  text-align: center;
}

.c-heading-vertical {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 20px 0 20px 20px;
  text-align: center;
  letter-spacing: .4em;
  color: #ffe100;
}

@media screen and (min-width: 1024px) {
  .c-heading-vertical {
    font-size: 20px;
    padding: 40px 0 25px 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.c-heading-decoration {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #fff;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-heading-decoration .sub {
  font-size: 16px;
}

.c-heading-decoration .badge {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  width: 127px;
  height: 127px;
  margin-right: 20px;
  padding: 22px;
  text-align: center;
  color: #ffe100;
  border: 1px solid #ffe100;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-heading-decoration {
    font-size: 30px;
  }
  .c-heading-decoration .sub {
    font-size: 12px;
  }
  .c-heading-decoration .badge {
    font-size: 10px;
    width: 65px;
    height: 65px;
  }
}

.js-hiraku-offcanvas-active .c-gnav {
  display: inherit;
}

.c-gnav {
  display: none;
}

.c-gnav__item {
  font-size: 14px;
  font-weight: bold;
}

.c-gnav__item .c-gnav__item {
  font-size: 12px;
  font-weight: normal;
}

.c-gnav__item .c-gnav__item .c-gnav__link {
  padding: 0 40px 20px;
}

.c-gnav__item.small {
  font-size: 12px;
  border-bottom: none;
}

.c-gnav__item.small .c-gnav__link {
  padding: 20px 40px 0;
}

.c-gnav__link {
  display: block;
  padding: 20px 40px;
  transition: color .2s ease-out;
  color: #fff;
}

.c-gnav__link:visited, .c-gnav__link:link {
  text-decoration: none;
  color: #fff;
}

.c-gnav__link:focus {
  outline: none;
}

.c-gnav__link:hover {
  text-decoration: none;
  color: #ffe100;
}

.c-gnav__link.outside::after {
  font-family: 'icomoon';
  font-size: 4px;
  padding-left: 5px;
  content: '';
}

.c-gnav.-header {
  padding-bottom: 30px;
}

.c-gnav.-header .c-gnav__item {
  border-bottom: 1px solid #3b3c3d;
}

.c-gnav.-header .c-gnav__item .c-gnav__item {
  border-bottom: none;
}

.c-gnav.-header .c-gnav__item.small {
  border-bottom: none;
}

.c-gnav.-footer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.c-gnav.-footer .c-gnav__item .c-gnav__item {
  padding-left: 12px;
}

.c-gnav.-footer .c-gnav__item .c-gnav__item .c-gnav__link {
  padding-bottom: 5px;
}

.c-gnav.-footer .c-gnav__link {
  padding-left: 0;
}

.c-list-btn {
  margin: 0 -20px 40px;
}

.c-list-btn__item {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .c-list-btn:not(.-responsive) {
    margin: 0 -10px 40px;
  }
  .c-list-btn:not(.-responsive) .c-list-btn__item {
    padding: 0 10px;
  }
  .c-list-btn {
    margin: 0 -20px 0;
  }
  .c-list-btn__item {
    margin-bottom: 15px;
  }
}

.c-list-products-related {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-products-related__wrap {
  padding: 60px 20px;
  color: #fff;
  background-color: #000;
}

.c-list-products-related__link {
  display: block;
  color: #fff;
}

.c-list-products-related__link:link, .c-list-products-related__link:visited, .c-list-products-related__link:active, .c-list-products-related__link:focus {
  text-decoration: none;
  color: #fff;
}

.c-list-products-related__link:hover .c-list-products-related__thumbnail {
  color: #ffe100;
  border: 1px solid #ffe100;
}

.c-list-products-related__thumbnail {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 15px 68px;
  -webkit-transition: border .2s ease-out, color .2s ease-out;
  transition: border .2s ease-out, color .2s ease-out;
  text-align: center;
  border: 1px solid #2a2a2a;
}

.c-list-products-related__item {
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 0 15px 35px;
}

.c-list-products-related__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.c-list-products-related__img-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 35px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
}

.c-list-products-related__title {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: 0;
  padding: 0 15px;
}

.c-list-products-related__summary {
  font-size: 12px;
  margin: 0;
  color: #b4b4b4;
}

@media screen and (min-width: 768px) {
  .c-list-products-related {
    margin: 0 -30px;
  }
  .c-list-products-related__wrap {
    padding: 100px 60px 40px;
  }
  .c-list-products-related__thumbnail {
    padding: 60px 30px 110px;
  }
  .c-list-products-related__item {
    width: calc(100% / 3);
    padding: 0 30px 60px;
  }
  *::-ms-backdrop, .c-list-products-related__item {
    width: 33.33%; /* IE11 */
  }
  .c-list-products-related__title {
    font-size: 18px;
    bottom: 30px;
    padding: 0 30px;
  }
  .c-list-products-related__summary {
    font-size: 16px;
    color: #fff;
  }
  .c-list-products-related__img-wrap {
    height: 70px;
  }
}

.c-list-anchor {
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 5px;
  border-top: 1px solid #2a2a2a;
  border-bottom: 4px double #2a2a2a;
  background: #000;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.c-list-anchor.-reverse {
  margin-bottom: 80px;
  border-top: 0;
  border-bottom: 4px double #eee;
  background: #fff;
}

.c-list-anchor.-reverse .c-list-anchor__link {
  color: #000;
}

.c-list-anchor.-booth {
  margin-bottom: 0;
}

.c-list-anchor__item {
  margin-bottom: -4px;
  padding: 0 8px;
}

.c-list-anchor__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 15px 0 20px;
  text-align: center;
  color: #f5f5f5;
}

.c-list-anchor__link:hover, .c-list-anchor__link:visited, .c-list-anchor__link:active, .c-list-anchor__link:focus {
  text-decoration: none;
  color: #f5f5f5;
}

.c-list-anchor__link:hover {
  color: #ffe100 !important;
}

.c-list-anchor__link.c-btn-primary {
  padding: 8px 10px;
}

.c-list-anchor__link.stay:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  content: '';
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffe100;
}

@media screen and (min-width: 768px) {
  .c-list-anchor {
    padding: 0 20px;
  }
  .c-list-anchor__link {
    font-size: 14px;
    padding: 22px 30px;
  }
  .c-list-anchor__link.stay:before {
    height: 7px;
  }
  .c-list-anchor__link.c-btn-primary {
    padding: 12px 30px;
  }
}

.c-list-archive {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-archive__wrap {
  padding: 20px 0;
}

.c-list-archive__item {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: calc(100% / 5);
  padding: 0 3px 6px;
  text-align: center;
}

.c-list-archive__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  display: block;
  padding: 14px 0;
  transition: background .2s ease-out;
  color: #fff;
  background: #1b1b1b;
}

.c-list-archive__link.stay {
  color: #777 !important;
  background: #363636;
}

.c-list-archive__link.stay:hover {
  color: #777;
}

.c-list-archive__link:hover, .c-list-archive__link:visited, .c-list-archive__link:active, .c-list-archive__link:focus {
  text-decoration: none;
  color: #f5f5f5;
}

.c-list-archive__link:hover {
  color: #fff;
  background: #363636;
}

@media screen and (min-width: 768px) {
  .c-list-archive__item {
    width: auto;
  }
  .c-list-archive__link {
    padding: 14px 20px;
  }
}

.c-list-event-archive {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -4px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
}

.c-list-event-archive__wrap {
  padding: 20px 20px 12px;
  background: #fc0;
}

.c-list-event-archive__title {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 20px;
  margin: 0 12px 20px 0;
  color: #000;
}

.c-list-event-archive__item {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0 4px 8px;
}

.p-entry-column a.c-list-event-archive__link:link,
.c-list-event-archive__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  display: block;
  padding: 12px 18px;
  transition: color .2s ease-out;
  color: #fff;
  background: #1b1b1b;
  text-decoration: none;
}

.p-entry-column a.c-list-event-archive__link.stay:link,
.c-list-event-archive__link.stay {
  color: #a58400;
  background: #ffe100;
  text-decoration: none;
}

.p-entry-column a.c-list-event-archive__link.stay:visited,
.c-list-event-archive__link.stay:hover,
.c-list-event-archive__link.stay:visited,
.c-list-event-archive__link.stay:active,
.c-list-event-archive__link.stay:focus {
  text-decoration: none;
  color: #a58400;
  background: #ffe100;
}

.c-list-event-archive__link.stay:hover {
  color: #777;
}

.p-entry-column a.c-list-event-archive__link:visited,
.c-list-event-archive__link:hover,
.c-list-event-archive__link:visited,
.c-list-event-archive__link:active,
.c-list-event-archive__link:focus {
  text-decoration: none;
  color: #f5f5f5;
}

.p-entry-column a.c-list-event-archive__link:link:hover ,
.c-list-event-archive__link:hover {
  color: #fff;
  background: #363636;
}

.p-entry-column .c-list-event-archive__wrap {
  margin: 0 20px 40px;
}

@media screen and (min-width: 768px) {
  .c-list-event-archive {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-list-event-archive__wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 15px 20px 7px;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .p-entry-column .c-list-event-archive__wrap {
    margin: 0 35px 50px;
  }

  .c-list-event-archive__title {
    margin: 0 12px 0 0;
  }
  .c-list-event-archive__link:hover,
  .c-list-event-archive__link:visited,
  .c-list-event-archive__link:active,
  .c-list-event-archive__link:focus {
    text-decoration: none;
    color: #f5f5f5;
  }
  .c-list-event-archive__link:hover {
    color: #fff;
    background: #363636;
  }
}

.c-list-title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-title__wrap {
  background: #000;
}

.c-list-title__item {
  font-size: 12px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: calc(100% / 3);
  text-align: center;
  color: #ababab;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
*::-ms-backdrop, .c-list-title__item {
  width: 33.33%; /* IE11 */
}

.c-list-title__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  height: 100%;
  padding: 15px 10px;
  transition: background .2s ease-out;
  color: #fff;
  border: 1px solid #000;
  background: #2a2a2a;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
}

.c-list-title__link:hover, .c-list-title__link:visited, .c-list-title__link:active, .c-list-title__link:focus {
  text-decoration: none;
  color: #fff;
}

.c-list-title__link:hover {
  color: #000;
  background: #ffe100;
}

@media screen and (min-width: 768px) {
  .c-list-title__item {
    font-size: 14px;
    width: calc(100% / 6);
  }
  .c-list-title__link {
    padding: 18px;
  }
}

.c-list-label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -3px 20px;
}

.c-list-label__item {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
}

.c-list-label__span {
  display: block;
  padding: 6px;
  border-radius: 3px;
}

.c-list-label.-motocross {
  margin: 0 7px 0 -3px;
}

@media screen and (min-width: 768px) {
  .c-list-label {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 -3px 20px;
  }
  .c-list-label__item {
    font-family: 'Oswald', 'Impact', sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3px;
  }
  .c-list-label__span {
    display: block;
    padding: 6px;
    border-radius: 3px;
  }
  s .c-list-label.-motocross {
    margin: 0 7px 0 -3px;
  }
}

.c-list-competition {
  -ms-flex: 1;
  flex: 1;
}

.c-list-competition__item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 40px;
}

.c-list-competition__item.-large {
  display: block;
}

.c-list-competition__item.-large .c-list-competition__heading {
  margin: 0 0 0 17px;
}

.c-list-competition__item.-large .c-list-competition__summary {
  margin: 0 0 30px;
}

.c-list-competition__img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.c-list-competition__img-wrap {
  box-sizing: border-box;
}

.c-list-competition__img-wrap.-small {
  width: 105px;
  min-width: 105px;
  max-width: 105px;
  padding-right: 20px;
}

.c-list-competition__img-wrap.-large {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 135px;
  min-width: 135px;
  max-width: 135px;
  margin-bottom: 30px;
  padding-right: 10px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-list-competition__heading {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 10px;
  -ms-flex-align: center;
  align-items: center;
}

.c-list-competition__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  transition: color .2s ease-out;
  color: #3e3e3e;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.c-list-competition__link:hover, .c-list-competition__link:visited, .c-list-competition__link:link {
  text-decoration: none;
  color: #3e3e3e;
}

.c-list-competition__link:hover {
  color: #ffe100;
}

.c-list-competition__link::before {
  font-family: 'icomoon';
  font-size: 16px;
  padding-right: 10px;
  content: '';
}

.c-list-competition__summary {
  margin: 0 0 40px;
}

.c-list-competition__detail {
  -ms-flex: 1;
  flex: 1;
}

.c-list-competition__btn {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #fff;
  background: #2a2a2a;
}

.c-list-competition__btn:hover, .c-list-competition__btn:visited, .c-list-competition__btn:active, .c-list-competition__btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-list-competition__btn:hover {
  color: #000;
  background: #ffe100;
}

.c-list-competition__btn:before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 6px;
  content: '';
}

.c-list-competition-list {
  display: block;
  margin: 0;
}

.c-list-competition-list__item {
  width: 100%;
  padding: 0 0 10px;
}

.c-list-competition-list.-large {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -10px;
}

.c-list-competition-list.-large .c-list-competition-list__item {
  width: 50%;
  max-width: 230px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .c-list-competition__item.-large {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .c-list-competition__item.-large .c-list-competition__heading {
    margin: 0 0 35px;
  }
  .c-list-competition__img-wrap.-small {
    width: 160px;
    min-width: 70px;
    max-width: 160px;
    padding-right: 40px;
  }
  .c-list-competition__img-wrap.-large {
    display: block;
    width: 310px;
    min-width: 200px;
    max-width: 310px;
    margin-bottom: 0;
    padding-right: 60px;
  }
  .c-list-competition__heading {
    font-size: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .c-list-competition-list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 -10px;
  }
  .c-list-competition-list__item {
    width: 50%;
    padding: 0 10px;
  }
}

.c-loader {
  font-size: 15px;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 100px auto;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: loader 1.1s infinite ease;
  text-indent: -9999em;
  border-radius: 50%;
}

@keyframes loader {
  0%, 100% {
    box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 #000, 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000;
  }
}

.c-card {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card__link {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 175px;
  padding: 20px;
  transition: opacity .2s ease-out;
  background: #000;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.c-card__link:hover, .c-card__link:visited, .c-card__link:link {
  text-decoration: none;
  color: #fff;
}

.c-card__link:hover .c-card__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 175px;
  -webkit-transition: transform 2s ease-out, opacity .8s ease-out;
  transition: transform 2s ease-out, opacity .8s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-card__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.c-card__heading-wrap {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.c-card__heading.-sub {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.c-card__item {
  box-sizing: border-box;
  width: calc(100% / 2);
}

.c-card__item.half {
  width: calc(100%);
}

.c-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, .7);
}

.c-card__title {
  font-size: 18px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-card__item {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .c-card__item {
    width: 33.33%; /* IE11 */
  }
  .c-card__item.half {
    width: calc(100% / 2);
  }
  .c-card__img {
    height: 350px;
  }
  .c-card__link {
    height: 350px;
    padding: 50px;
  }
  .c-card__heading {
    font-size: 36px;
  }
  .c-card__heading.-sub {
    font-size: 18px;
  }
}

.c-card-championship {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card-championship__item {
  box-sizing: border-box;
  width: calc(100%);
  padding: 0 20px 40px;
}

.c-card-championship__inner {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  height: 100%;
  padding: 40px 20px 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #1b1b1b;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-card-championship__inner.-link {
  padding: 60px 20px 70px;
  background: #1b1b1b;
}

.c-card-championship__title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.c-card-championship__title.-en {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

.c-card-championship__flag {
  margin-top: 10px;
  vertical-align: bottom;
}

.c-card-championship__link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 0;
  transition: background .2s ease-out;
  text-align: center;
  color: #fff;
  border-top: 1px solid #3c3c3c;
  background: #1b1b1b;
}

.c-card-championship__link-text {
  margin: 0;
}

.c-card-championship__link-text:before {
  font-family: 'icomoon';
  font-size: 12px;
  padding-right: 4px;
  content: '';
}

.c-card-championship__link:hover, .c-card-championship__link:visited, .c-card-championship__link:active, .c-card-championship__link:focus {
  text-decoration: none;
  color: #fff;
}

.c-card-championship__link:hover {
  font-weight: bold;
  color: #000;
  background: #ffe100;
}

.c-card-championship__num {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #000;
  background: #ffe100;
}

.c-card-championship__date {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-card-championship__item {
    width: calc(100% / 2);
  }
  .c-card-championship__inner {
    padding: 70px 40px;
  }
  .c-card-championship__link {
    padding: 8px 0;
  }
  .c-card-championship__num {
    font-size: 18px;
    padding: 14px 6px;
  }
  .c-card-championship__date {
    font-size: 14px;
    top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-card-championship__item {
    width: calc(100% / 4);
  }
}

.c-card-event {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.c-card-event__link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.c-card-event__link:hover, .c-card-event__link:visited, .c-card-event__link:link {
  text-decoration: none;
  color: #fff;
}

.c-card-event__link:hover .c-card-event__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-card-event__link:hover .c-card-event__body {
  background: rgba(0, 0, 0, .8);
}

.c-card-event__item {
  box-sizing: border-box;
  width: calc(100%);
  padding: 0 20px 20px;
}

.c-card-event__item.half {
  width: calc(100%);
}

.c-card-event__img {
  width: 100%;
  -webkit-transition: transform 2s ease-out, opacity .8s ease-out;
  transition: transform 2s ease-out, opacity .8s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-card-event__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  transition: background .2s ease-out;
  background: rgba(0, 0, 0, .7);
}

.c-card-event__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 30px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-card-event__logo-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.c-card-event__logo-inner {
  display: block;
  width: 100%;
}

.c-card-event__title {
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-card-event__item {
    width: calc(100% / 3);
    padding: 0 20px 30px;
  }
  *::-ms-backdrop, .c-card-event__item {
    width: 33.33%; /* IE11 */
  }
  .c-card-event__item.half {
    width: calc(100% / 2);
  }
  .c-card-event__link, .c-card-event__img {
    min-height: 280px;
  }
  .c-card-event__heading {
    font-size: 16px;
  }
  .c-card-event__heading.-sub {
    font-size: 10px;
  }
  .c-card-event__title {
    font-size: 18px;
  }
  .c-card-event__body {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-card-event {
    margin: 0;
  }
  .c-card-event__item {
    width: calc(100% / 3);
  }

  *::-ms-backdrop, .c-card-event__item {
    width: 33.33%; /* IE11 */
  }

}

@media screen and (max-width: 767px) {
  .c-card-event__link, .c-card-event__img {
    height: 150px;
  }
}

.c-media__item {
  display: block;
  margin: 0 -500%;
  padding: 40px 500%;
}

.c-media__item:nth-child(even) {
  background: #f5f5f5;
}

.c-media__item:first-child {
  padding-top: 0;
}

.c-media__detail {
  box-sizing: border-box;
  padding: 0;
  -ms-flex: 1;
  flex: 1;
}

.c-media__spec-img {
  width: 100%;
  margin: 0 0 20px;
}

.c-media__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  transition: color .2s ease-out;
  color: #3e3e3e;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.c-media__link:hover, .c-media__link:visited, .c-media__link:link {
  text-decoration: none;
  color: #3e3e3e;
}

.c-media__link:hover {
  color: #ffe100;
}

.c-media__link::before {
  font-family: 'icomoon';
  font-size: 16px;
  margin: 0 10px 0 0;
  content: '';
}

.c-media__img {
  width: 125px;
  margin: 0;
  vertical-align: bottom;
}

.c-media__img-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  margin: 0 0 25px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-media__heading {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 30px;
  margin: 0 0 0 15px;
}

.c-media__description {
  font-size: 14px;
  min-width: 320px;
  margin: 0;
}

.c-media__description-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 30px;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-media__data {
  width: 100%;
  margin: 0 0 30px;
}

.c-media__btn {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transition: background-color .3s ease-out;
  text-align: center;
  color: #fff;
  background: #2a2a2a;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-media__btn:hover, .c-media__btn:visited, .c-media__btn:active, .c-media__btn:focus {
  text-decoration: none;
  color: #fff;
}

.c-media__btn:hover {
  color: #000;
  background: #ffe100;
}

.c-media__btn:before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 6px;
  content: '';
}

.c-media-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -10px;
}

.c-media-list__item {
  width: 100%;
  padding: 0 10px 10px;
}

@media screen and (min-width: 1024px) {
  .c-media__item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 80px 500%;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .c-media__detail {
    padding: 0 50px;
  }
  .c-media__img {
    width: 100%;
    margin: 0 10px 40px 0;
  }
  .c-media__img-wrap {
    display: block;
    width: 210px;
    margin: 0;
  }
  .c-media__spec-img {
    max-width: 500px;
  }
  .c-media__heading {
    margin: 0 0 35px;
  }
  .c-media__description-wrap {
    margin: 0 0 30px;
  }
  .c-media__data {
    width: 470px;
  }
  .c-media__btn {
    padding: 10px;
  }
  .c-media-list__item {
    width: 100%;
    max-width: 230px;
    padding: 0 10px;
  }
  .c-media-list__item.-large {
    width: 150px;
    max-width: 100%;
  }
}

.c-media-interview {
  margin: 0;
  padding: 30px 0 20px;
  list-style: none;
}

.c-media-interview__wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

.c-media-interview__link {
  display: block;
  transition: opacity .2s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-media-interview__link:hover, .c-media-interview__link:visited, .c-media-interview__link:link {
  text-decoration: none;
  color: #fff;
}

.c-media-interview__link:hover .c-media-interview__body {
  opacity: .7;
}

.c-media-interview__link:hover .c-media-interview__img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.c-media-interview__img {
  height: 100%;
  transition: transform 1.6s ease-out;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.c-media-interview__img-wrap {
  overflow: hidden;
  width: 100%;
  height: 175px;
  background: #000;
  -ms-flex: 1;
  flex: 1;
}

.c-media-interview__num {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 7px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin: 0 20px 0 0;
  padding: 5px 10px 10px 5px;
  background: linear-gradient(-45deg, transparent, transparent 50%, #ffe100 50%, #ffe100 51.5%, transparent 51.5%, transparent);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-media-interview__num .large {
  font-size: 15px;
  margin-top: 5px;
  margin-left: 20px;
}

.c-media-interview__summary {
  width: 100%;
  margin: 0;
}

.c-media-interview__item {
  box-sizing: border-box;
  padding: 0 0 30px;
}

.c-media-interview__item:last-child {
  margin-bottom: -20px;
  padding-bottom: 0;
}

.c-media-interview__body {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 20px 20px;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-media-interview__title {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  display: inline;
  margin: 0 0 20px;
  padding-top: 20px;
  color: #ffe100;
}

@media screen and (min-width: 1024px) {
  .c-media-interview {
    padding: 100px 0 20px;
  }
	.c-media-interview__wrap {
	  padding-top: 0;
	  padding-bottom: 80px;
	}
  .c-media-interview__body {
    display: block;
    width: 265px;
    padding: 36px 105px 0 140px;
  }
  .c-media-interview__link {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .c-media-interview__title {
    font-size: 36px;
    display: block;
    margin: 30px 0;
    padding: 0;
  }
  .c-media-interview__num {
    font-size: 14px;
    width: 60px;
    height: 40px;
    margin: 0;
    padding: 24px 10px 28px 15px;
  }
  .c-media-interview__num .large {
    font-size: 30px;
    margin-left: 30px;
  }
  .c-media-interview__img-wrap {
    height: 350px;
  }
}

.c-media-movie {
  display: -ms-flexbox;
  display: flex;
  margin: 60px -20px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-media-movie__inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  background: #2a2a2a;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-media-movie__item {
  padding: 0 20px 20px;
}

.c-media-movie__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-media-movie__img-wrap {
  overflow: hidden;
  box-sizing: border-box;
  width: 120px;
  height: 85px;
}

.c-media-movie__body {
  box-sizing: border-box;
  padding-left: 30px;
  -ms-flex: 1;
  flex: 1;
}

.c-media-movie__heading {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}

.c-media-movie-list {
  font-size: 14px;
  font-weight: bold;
  color: #ffe100;
}

.c-media-movie-list__item {
  padding-bottom: 10px;
  transition: opacity .2s ease-out;
}

.c-media-movie-list__item:last-child {
  padding-bottom: 0;
}

.c-media-movie-list__item:hover {
  cursor: pointer;
  opacity: .7;
}

.c-media-movie-list__item::before {
  font-family: 'icomoon';
  padding-right: 12px;
  content: '';
}

@media screen and (min-width: 1024px) {
  .c-media-movie {
    margin: 80px -30px 40px;
  }
  .c-media-movie__inner {
    padding: 30px;
  }
  .c-media-movie__item {
    padding: 0 30px 60px;
  }
  .c-media-movie__img-wrap {
    width: 240px;
    height: 170px;
  }
  .c-media-movie-list {
    font-size: 16px;
  }
}

.c-media-road-race__item {
  margin: 0 calc(-500% - 20px);
  padding: 50px 500%;
}

.c-media-road-race__item:nth-of-type(odd) {
  background: #f5f5f5;
}

.c-media-road-race__inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 20px;
}

.c-media-road-race__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 40px;
  margin: 0 0 40px;
  padding: 0 20px;
}

.c-media-road-race__img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.c-media-road-race__img-wrap {
  box-sizing: border-box;
}

.c-media-road-race__img-wrap.-small {
  width: 105px;
  min-width: 105px;
  max-width: 105px;
  padding-right: 20px;
}

.c-media-road-race__img-wrap.-large {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
  padding-right: 10px;
}

.c-media-road-race__position {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0 20px 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid #6b6b6b;
}

.c-media-road-race__position .sub {
  padding: 0 0 10px;
  border-bottom: 1px solid #ffe100;
}

.p-main-section.-competition .c-list-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.p-main-section.-competition .c-list-btn li {
    float: none;
    width: auto;
}

@media screen and (min-width: 768px) {
  .c-media-road-race__item {
    padding: 80px 500%;
  }
  .c-media-road-race__heading {
    font-size: 50px;
  }
  .c-media-road-race__img-wrap.-small {
    width: 160px;
    min-width: 70px;
    max-width: 160px;
    padding-right: 40px;
  }
  .c-media-road-race__img-wrap.-large {
    width: 310px;
    min-width: 200px;
    max-width: 310px;
    padding-right: 60px;
  }
  .c-media-road-race__position {
    padding: 0 0 20px;
  }
  .c-media-road-race__position .sub {
    padding: 0 0 20px;
  }

  .p-main-section.-competition .c-list-btn {
      margin-top: 100px;
      display: flex;
      justify-content: center;
  }

}

.c-suggest {
  margin: 35px 0;
  padding: 25px;
  text-align: center;
  border: 4px solid #ffe100;
}

.c-suggest__heading {
  font-size: 20px;
  margin: 0 0 20px;
}

.c-suggest__tel {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 10px;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.c-suggest__tel-link {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 32px;
  padding-left: 20px;
  transition: color .1s ease-out;
  color: #000;
}

.c-suggest__tel-link:hover, .c-suggest__tel-link:visited, .c-suggest__tel-link:active, .c-suggest__tel-link:focus {
  text-decoration: none;
  color: #000;
}

.c-suggest__tel-link:hover {
  color: #ffe100;
}

.c-suggest__time {
  font-size: 12px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-suggest {
    margin: 50px 0 0;
    padding: 40px;
    border: 5px solid #ffe100;
  }
  .c-suggest__heading {
    font-size: 24px;
  }
  .c-suggest__tel {
    font-size: 16px;
  }
  .c-suggest__tel-link {
    font-size: 50px;
  }
  .c-suggest__time {
    font-size: 16px;
  }
}

.c-tyre__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding-right: 80px;
  padding-bottom: 60px;
  text-align: left;
  -ms-flex-direction: column;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-tyre__heading .sub {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-tyre__heading {
    font-size: 40px;
    display: block;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .c-tyre__heading .sub {
    font-size: 18px;
    padding-left: 20px;
  }
}

.c-tyre-spec__item {
  display: block;
  margin: 0 -500%;
  padding: 50px 500%;
}

.c-tyre-spec__item:nth-child(odd) {
  background: #f5f5f5;
}

.c-tyre-spec__item:last-child {
  margin-bottom: 30px;
}

.c-tyre-spec__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 460px;
  margin: 0;
  padding-right: 80px;
  padding-bottom: 60px;
  text-align: left;
  -ms-flex-direction: column;
}

.c-tyre-spec__heading::before {
  position: absolute;
  right: auto;
  bottom: 45px;
  display: inline-block;
  width: 20px;
  height: 4px;
  content: '';
  background-color: #ffe100;
}

.c-tyre-spec__heading.-medium {
  font-size: 24px;
}

.c-tyre-spec__heading.-medium::before {
  height: 0;
}

.c-tyre-spec__heading .sub {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
}

.c-tyre-spec__description {
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .c-tyre-spec__item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .c-tyre-spec__heading {
    padding-bottom: 0;
    text-align: right;
  }
  .c-tyre-spec__heading::before {
    right: 80px;
    bottom: -18px;
  }
}

.c-tyre-spec-detail {
  margin-bottom: 40px;
}

.c-tyre-spec-detail.-standard {
  margin-top: 30px;
}

.c-tyre-spec-detail.-standard .c-tyre-spec-detail__item:first-child {
  margin-bottom: 40px;
}

.c-tyre-spec-detail__heading {
  font-size: 24px;
  margin: 0 -20px 10px;
  padding: 0 20px 20px;
  border-bottom: 4px double #e9e9e9;
}

.c-tyre-spec-detail__heading.-en {
  font-family: 'Oswald', 'Impact', sans-serif;
}

.c-tyre-spec-detail__item {
  padding: 0;
}

.c-tyre-spec-detail__item-wrap {
  margin: 0 -20px;
}

@media screen and (min-width: 768px) {
  .c-tyre-spec-detail__heading {
    margin: 0 0 40px;
    padding: 0 0 20px;
  }
  .c-tyre-spec-detail__item {
    padding: 0 30px;
  }
  .c-tyre-spec-detail__item-wrap {
    margin: 0 -30px;
  }
}

.c-tyre-accordion:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.c-tyre-accordion__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  margin: 0;
  padding: 30px 20px 20px;
}

.c-tyre-accordion-head {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 18px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-top: 1px solid #e9e9e9;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-tyre-accordion-head__link {
  font-weight: bold;
  width: 100%;
  padding: 15px 20px;
  transition: background .2s ease-out;
  color: #3e3e3e;
}

.c-tyre-accordion-head__link:hover, .c-tyre-accordion-head__link:visited, .c-tyre-accordion-head__link:active, .c-tyre-accordion-head__link:focus {
  text-decoration: none;
  color: #3e3e3e;
}

.c-tyre-accordion-head__link:active {
  background: #ffe100;
}

.c-tyre-accordion-head__label {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 10px;
  color: #fff;
  background: #6a6a6a;
}

.c-tyre-accordion-head__new {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  background: #d12b2b;
}

.c-tyre-accordion-head__icon {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-right: 0;
}

.c-tyre-accordion-head__icon .line {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  transition: all .3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3e3e3e;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.c-tyre-accordion-head__icon .line.side {
  top: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-tyre-accordion-head__icon .line.vertical {
  top: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-tyre-accordion-head .js-fader-active .c-tyre-accordion-head__icon .side {
  display: none;
}

.c-tyre-accordion-head .js-fader-active .c-tyre-accordion-head__icon .vertical {
  top: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-tyre-accordion-body {
  border-bottom: 1px solid #e9e9e9;
}

.c-tyre-accordion__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.c-tyre-accordion__table-tr:nth-child(odd) {
  background: #f5f5f5;
}

.c-tyre-accordion__table-th, .c-tyre-accordion__table-td {
  padding: 15px 20px;
}

.c-tyre-accordion__table-th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.td_valign_top {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .c-tyre-accordion__heading {
    font-size: 26px;
    padding: 0 0 20px;
  }
  .c-tyre-accordion-head {
    font-size: 20px;
  }
  .c-tyre-accordion-head__link {
    padding: 15px 0;
  }
  .c-tyre-accordion-head__link:hover {
    background: #ffe100;
  }
  .c-tyre-accordion-head__label {
    font-size: 14px;
    margin-right: 20px;
    padding: 8px 20px;
  }
  .c-tyre-accordion-head__new {
    font-size: 10px;
    margin-left: 20px;
    padding: 6px 10px;
  }
  .c-tyre-accordion-head__icon {
    margin-right: 20px;
  }
}

.c-tyre-warning {
  margin-bottom: 0;
  padding: 25px 30px;
  border: 1px solid #d12b2b;
}

.c-tyre-warning__heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #d12b2b;
}

.c-tyre-warning__heading .sub {
  font-size: 14px;
  padding-left: 20px;
}

.c-tyre-warning__description {
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-tyre-warning {
    margin-bottom: 40px;
    padding: 40px;
  }
  .c-tyre-warning__heading {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .c-tyre-warning__heading .sub {
    font-size: 18px;
  }
}

.c-404-box {
  box-sizing: border-box;
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  color: #fff;
  background: #2a2a2a;
}

.c-404-box__heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 36px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding-bottom: 40px;
  text-align: left;
  color: #ffe100;
  -ms-flex-direction: column;
}

.c-404-box__heading .sub {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
}

.c-404-box__txt {
  font-size: 12px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-404-box {
    padding: 60px 80px;
  }
  .c-404-box__heading {
    font-size: 40px;
    padding-bottom: 60px;
  }
  .c-404-box__heading .sub {
    font-size: 16px;
  }
  .c-404-box__txt {
    font-size: 16px;
  }
}

.c-tab {
  font-size: 12px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -20px 70px;
}

.c-tab__item {
  text-align: center;
  -ms-flex: 1;
  flex: 1;
}

.c-tab__item:first-child .c-tab__link.active {
  border-left: 0;
}

.c-tab__item:last-child .c-tab__link.active {
  border-right: 0;
}

.c-tab__item.active .c-tab__link {
  color: #ffe100;
}

.c-tab__link {
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100%;
  padding: 5px;
  transition: color .2s ease-out;
  color: #3e3e3e;
  border-top: 5px solid transparent;
  border-bottom: 2px solid #eaeaea;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.c-tab__link:hover, .c-tab__link:visited, .c-tab__link:active, .c-tab__link:focus {
  text-decoration: none;
  color: #3e3e3e;
}

.c-tab__link:hover {
  text-decoration: none;
  color: #ffe100;
}

.c-tab__link.active {
  color: #ffe100;
  border-top: 5px solid #ffe100;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
}

@media screen and (min-width: 768px) {
  .c-tab {
    font-size: 16px;
    margin: 0 0 70px;
  }
}

.p-entry-column .c-accordion {
  margin: 0 0 40px;
}

.p-entry-column .c-accordion [class*='column-table-'] {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.p-entry-column .c-accordion [class*='column-table-']::-webkit-scrollbar {
  display: none;
}

.p-entry-column .c-accordion .c-column-gray {
  margin: 0;
  padding: 0;
}

.p-entry-column .c-accordion+.clearHidden+.c-accordion {
  margin-top: -30px;
}

.p-entry-column .c-accordion__inner {
  border-bottom: 1px solid #e0e0e0;
}

.p-entry-column .c-accordion__term {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 20px;
  cursor: pointer;
  transition: background .2s ease-out;
  text-align: center;
  border: 0;
  border-top: 1px solid #ffe100;
  background: #f5f5f5;
}

.p-entry-column .c-accordion__term::before, .p-entry-column .c-accordion__term::after {
  position: absolute;
  top: 35px;
  right: 20px;
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  transition: all .3s ease-out;
  background-color: #000;
}

.p-entry-column .c-accordion__term.active::before {
  display: none;
}

.p-entry-column .c-accordion__term.active::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0);
}

.p-entry-column .c-accordion__term::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-entry-column .c-accordion__term:active {
  background: #ffe100;
}

.p-entry-column .c-accordion__body {
  box-sizing: border-box;
  padding: 30px 0 0;
}

.p-entry-column .c-accordion__body h3 {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 20px;
}

.p-entry-column .c-accordion__body ul {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-entry-column .c-accordion {
    margin: 0 35px 40px;
  }
  .p-entry-column .c-accordion__term {
    font-size: 20px;
    font-weight: bold;
  }
  .p-entry-column .c-accordion__term::before, .p-entry-column .c-accordion__term::after {
    right: 55px;
  }
  .p-entry-column .c-accordion__term:active {
    background: #f5f5f5;
  }
  .p-entry-column .c-accordion__term:hover {
    background: #ffe100;
  }
  .p-entry-column .c-accordion__body {
    padding: 40px 5px 0;
  }
  .p-entry-column .c-accordion__body h3 {
    padding: 0 35px;
  }
  .p-entry-column .c-accordion__body ul {
    padding: 0 35px;
  }
}

.c-road-race-compound__heading {
  font-size: 16px;
  margin: 0 0 30px;
  text-align: center;
}

.c-road-race-compound__table table {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 70px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.c-road-race-compound__table tr {
  border-bottom: 2px dotted #e0e0e0;
}

.c-road-race-compound__table tr:nth-child(even) th, .c-road-race-compound__table tr:nth-child(even) td {
  background: #f5f5f5;
}

.c-road-race-compound__table tr:last-child {
  border-bottom: 0;
}

.c-road-race-compound__table th, .c-road-race-compound__table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  color: #3e3e3e;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #e0e0e0;
}

.c-road-race-compound__table th.acms-cell-text-center, .c-road-race-compound__table td.acms-cell-text-center {
  text-align: center;
}

.c-road-race-compound__table th.acms-cell-text-right, .c-road-race-compound__table td.acms-cell-text-right {
  text-align: right;
}

.c-road-race-compound__table tr:nth-child(odd) th:first-child {
  color: #fff;
  background: #2b2b2b;
}

.c-road-race-compound__table tr:nth-child(even) th:first-child {
  color: #fff;
  background: #101010;
}

.c-road-race-compound__caution {
  font-size: 14px;
}

.p-contact-box {
  padding: 60px 0;
}

.p-contact-box__heading {
  font-size: 24px;
  margin: 0 -20px 50px;
  padding: 0 20px 15px;
  border-bottom: 2px solid #ffe100;
}

.p-contact-box .c-contact-list {
  margin: 0 0 20px;
}

.p-contact-box .c-contact-list__item {
  display: block;
  padding: 10px 0;
}

.p-contact-box .c-contact-list__item.-border {
  margin-bottom: 16px;
  padding-bottom: 26px;
  border-bottom: 2px dotted #e9e9e9;
}

.p-contact-box .c-contact-list__label {
  box-sizing: border-box;
  width: 235px;
  margin: 0;
  padding: 0 14px 7px 0;
  text-align: left;
}

.p-contact-box .c-contact-list__control {
  -ms-flex: 1;
  flex: 1;
}

.p-contact-box .c-contact-list__wrap {
  margin-bottom: 45px;
}

.p-contact-box .c-contact-list__caution {
  margin: 0;
}

.p-contact-box .c-contact {}

.p-contact-box .c-contact__message {
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 24px;
  padding: 20px 25px;
  text-align: center;
  color: #d12b2b;
  border: 1px solid #d12b2b;
}

.p-contact-box .c-contact__error {
  font-weight: bold;
  width: 100%;
  margin: 5px 0 0;
  color: #d12b2b;
}

.p-contact-box .c-contact__required {
  padding-left: 10px;
  color: #d12b2b;
}

.p-contact-box .c-contact__required.-check {
  padding-left: 0;
}

.p-contact-box .c-contact__input, .p-contact-box .c-contact__textarea, .p-contact-box .c-contact__select {
  font-size: 16px;
  padding: 15px 20px;
  border: 2px solid #e9e9e9;
}

.p-contact-box .c-contact__input.required, .p-contact-box .c-contact__textarea.required, .p-contact-box .c-contact__select.required {
  border: 2px solid #fec9c9;
}

.p-contact-box .c-contact__input-caution {
  font-size: 12px;
  width: 100%;
  margin: 10px 0 0;
}

.p-contact-box .c-contact__select {
  display: block;
  padding: 15px 40px 15px 20px;
  color: #2a2a2a;
  border-radius: 0;
  background: url(../images/common/icon_select.png) right 10px top 50% no-repeat, #fff;
  background-size: 8px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-box .c-contact__select::-ms-expand {
  display: none;
}

.p-contact-box .c-contact__radio {
  display: none;
}

.p-contact-box .c-contact__radio+label {
  position: relative;
  margin-right: 35px;
  padding-left: 45px;
}

.p-contact-box .c-contact__radio+label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  content: '';
  border: 2px solid #e9e9e9;
  border-radius: 50%;
}

.p-contact-box .c-contact__radio:checked+label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
  background: #ffe100;
}

.p-contact-box .c-contact__check {
  display: none;
}

.p-contact-box .c-contact__check:checked+.c-contact__check-parts::after {
  position: absolute;
  top: -11px;
  left: 12px;
  display: block;
  width: 12px;
  height: 22px;
  content: '';
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 5px solid #d12b2b;
  border-bottom: 5px solid #d12b2b;
}

.p-contact-box .c-contact__check-wrap {
  margin-bottom: 45px;
  text-align: center;
}

.p-contact-box .c-contact__check-label {
  margin: 0 0 20px;
  padding: 20px;
  background: #ffecec;
}

.p-contact-box .c-contact__check-caution {
  font-size: 14px;
  margin: 0;
}

.p-contact-box .c-contact__check-link {
  transition: color .1s ease-out;
  text-decoration: underline;
  color: #3e3e3e;
}

.p-contact-box .c-contact__check-link:hover, .p-contact-box .c-contact__check-link:visited, .p-contact-box .c-contact__check-link:active, .p-contact-box .c-contact__check-link:focus {
  color: #3e3e3e;
}

.p-contact-box .c-contact__check-link:hover {
  color: #ffe100;
}

.p-contact-box .c-contact__check-parts {
  font-size: 16px;
  position: relative;
  margin-right: 20px;
  padding-left: 50px;
}

.p-contact-box .c-contact__check-parts::before {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
  border: 2px solid #e59b9b;
  background: #fff;
}

.p-contact-box .c-contact__btn {
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  padding: 20px;
  transition: background .2s ease-out;
  border: 0;
  background: #ffe100;
}

.p-contact-box .c-contact__btn-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.p-contact-box .c-contact__btn.-reverse {
  width: auto;
  margin-right: 10px;
  background: transparent;
  background: #f5f5f5;
}

.p-contact-box .c-contact__btn:hover {
  color: #ffe100;
  background: #000;
}

.p-contact-box .c-contact__link {
  font-size: 14px;
  display: block;
  padding: 6px 10px;
  transition: background .2s ease-out;
  color: #fff;
}

.p-contact-box .c-contact__link:hover, .p-contact-box .c-contact__link:visited, .p-contact-box .c-contact__link:active, .p-contact-box .c-contact__link:focus {
  text-decoration: none;
  color: #fff;
}

.p-contact-box .c-contact__link:hover {
  background: #3e3e3e;
}

.p-contact-box .c-contact__link-wrap {
  display: inline-block;
  margin: 0 0 0 10px;
  background: #2a2a2a;
}

.p-contact-box .c-contact [class*=validator-result-] {
  color: #d12b2b;
}

.p-contact-box .c-contact .input-validator-result-0 {
  border: 1px solid #d12b2b;
}

.c-contact-notice {
  margin: 0;
}

.c-contact-notice.-red {
  color: #d12b2b;
}

.c-contact-message {
  margin-top: 50px;
}

.c-contact-message__txt {
  margin: 0;
}

@media (max-width: 767px) {
  .p-contact-box .c-contact__input, .p-contact-box .c-contact__textarea, .p-contact-box .c-contact__select {
    width: 100%;
  }
  .p-contact-box .c-contact__link {
    font-size: 12px;
    padding: 14px 10px;
  }
  .p-contact-box .c-contact__link-wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact-box .c-contact-list__control.-postcode {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .p-contact-box .c-contact-list__control.-postcode .hyphen {
    padding: 0 5px;
  }
}

.c-contact-message__temporary {
  margin: 30px auto 0;
  padding: 10px 120px;
  border: 2px solid #d12b2b;
}

.c-contact-message__temporary h3 {
  margin: 10px 0 0 0;
  font-size: 24px;
  text-align: center;
}

.c-contact-message__temporary dl {
  margin: 10px 0;
  text-align: center;
}

.c-contact-message__temporary dt {
  font-size: 18px;
}

@media (max-width: 767px) {
  .c-contact-message__temporary {
    margin: 30px auto 0;
    padding: 10px 20px;
  }
  .c-contact-message__temporary h3 {
    font-size: 20px;
  }
  .c-contact-message__temporary dl {
    margin: 10px 0;
  }
  .c-contact-message__temporary dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .c-contact-message__temporary dd {
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p-contact-box {
    padding: 60px 0 100px;
  }
  .p-contact-box__heading {
    margin: 0 0 60px;
    padding: 0 0 20px;
  }
  .p-contact-box .c-contact-list.-reapply .c-contact-list__item {
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact-box .c-contact-list.-reapply .c-contact-list__label {
    margin-top: 0;
  }
  .p-contact-box .c-contact-list__item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .p-contact-box .c-contact-list__label {
    margin-top: 5px;
    padding: 0 14px 0 10px;
    text-align: right;
  }
  .p-contact-box .c-contact-list__wrap {
    margin-bottom: 60px;
  }
  .p-contact-box .c-contact__message {
    font-size: 16px;
    margin: 0 0 34px;
    padding: 15px;
  }
  .p-contact-box .c-contact__input, .p-contact-box .c-contact__textarea, .p-contact-box .c-contact__select {
    padding: 8px 10px;
  }
  .p-contact-box .c-contact__input-caution {
    font-size: 16px;
    margin: 15px 0 0 235px;
  }
  .p-contact-box .c-contact__select {
    padding: 8px 40px 8px 10px;
  }
  .p-contact-box .c-contact__radio+label::before {
    top: -3px;
    width: 30px;
    height: 30px;
  }
  .p-contact-box .c-contact__radio:checked+label::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .p-contact-box .c-contact__check-wrap {
    margin-bottom: 50px;
  }
  .p-contact-box .c-contact__check-label {
    padding: 20px 42px;
  }
  .p-contact-box .c-contact__check-parts {
    font-size: 18px;
  }
  .p-contact-box .c-contact__btn {
    font-weight: bold;
    width: auto;
    padding: 22px 150px;
  }
}

.p-entry {
  position: relative;
}

.p-entry:before, .p-entry:after {
  display: table;
  content: ' ';
}

.p-entry:after {
  clear: both;
}

.p-entry.-event {
  padding: 50px 0;
}

.p-entry.-event-booth {
  padding: 0;
}

.p-entry.-competition {
  padding-top: 60px;
}

.p-entry.-dictionary {
  padding-bottom: 70px;
}

[class*=column-image-], [class*=column-file-] {
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  [class*=column-image-], [class*=column-file-] {
    padding: 0 35px;
  }
}

@media screen and (max-width: 767px) {

	[class*=column-video-] {
		box-sizing: border-box;
		margin-bottom: 20px;
		position: relative;
		width: 100%;
		height: 0;
		padding: 0 20px 56.25%;
		overflow: hidden;
	}

	[class*=column-video-] iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

}

@media screen and (min-width: 768px) {

	[class*=column-video-] {
		margin-bottom: 40px;
		padding: 0 35px;

	}

	.acms-col-sm-4 [class*=column-video-],
	.acms-col-sm-6 [class*=column-video-] {
		width: 100% !important;
	}

	.column-video-right {
		margin-left: 40px;
	}

	.column-video-left {
		margin-right: 40px;
	}

}

[class*=column-image-] img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .p-entry.-competition {
    padding-top: 80px;
  }
}

.p-entry-header {
  padding: 50px 0;
}

.p-entry-header.-event {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-entry-header.-event .p-entry-header__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
}

.p-entry-header__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 -20px;
  padding: 0 20px 20px;
  border-bottom: 2px solid #ffe100;
}

.p-entry-header__title.-large {
  font-size: 32px;
  margin: 0 0 -20px;
  padding: 0;
  border: 0;
}

.p-entry-header__date {
  margin-right: 35px;
}

@media screen and (min-width: 768px) {
  .p-entry-header.-event {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .p-entry-header.-event .p-entry-header__title {
    font-size: 40px;
  }
  .p-entry-header__title {
    margin: 0;
    padding: 0 0 20px;
  }
  .p-entry-header__title.-large {
    font-size: 40px;
    margin: 0;
    padding: 40px 0 0;
  }
}

.c-entry-title-dictionary {
  font-size: 32px;
  margin: 0 0 30px;
  color: #3e3e3e;
}

@media screen and (min-width: 768px) {
  .c-entry-title-dictionary {
    font-size: 40px;
    margin: 0 0 40px;
  }
}

.p-entry-column {
  color: #3e3e3e;
}

.p-entry-column.-technology {
  padding-top: 50px;
}

.p-entry-column a {
  transition: color .2s ease-out;
}

.p-entry-column a:link {
  text-decoration: underline;
  color: #3e3e3e;
}

.p-entry-column a:hover, .p-entry-column a:focus, .p-entry-column a:active {
  color: #ffe100;
}

.p-entry-column a:visited {
  text-decoration: none;
  color: #7f5ad7;
}

.p-entry-column em {
  font-style: normal;
  position: relative;
  background: linear-gradient(transparent 45%, #ffe100 0);
}

.p-entry-column .c-text-color-danger {
  color: #b13d3d;
}

.p-entry-column [src$='icon_warning.png'] {
  margin-right: 5px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h2, .p-entry-column .acms-grid>h2, .p-entry-column .acms-grid.ui-sortable h2, .p-entry-lp h2 {
  font-size: 20px;
  margin: 0 0 40px;
  padding: 10px 20px 10px 16px;
  color: #000;
  border-left: 4px solid #ffe100;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h2.under-line, .p-entry-column .acms-grid>h2.under-line, .p-entry-column .acms-grid.ui-sortable h2.under-line, .p-entry-lp h2.under-line {
  margin: 0 20px 40px;
  padding: 10px 0 20px;
  border-bottom: 2px solid #ffe100;
  border-left: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h3, .p-entry-column .acms-grid>h3, .p-entry-column .acms-grid.ui-sortable h3, .p-entry-lp h3 {
  font-size: 18px;
  margin: 0;
  padding: 0 20px 30px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h3.color-red, .p-entry-column .acms-grid>h3.color-red, .p-entry-column .acms-grid.ui-sortable h3.color-red, .p-entry-lp h3.color-red {
  font-size: 24px;
  color: #d12b2b;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h3.color-red small, .p-entry-column .acms-grid>h3.color-red small, .p-entry-column .acms-grid.ui-sortable h3.color-red small, .p-entry-lp h3.color-red small {
  font-size: 18px;
  margin-left: 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h3.race-heading, .p-entry-column .acms-grid>h3.race-heading, .p-entry-column .acms-grid.ui-sortable h3.race-heading, .p-entry-lp h3.race-heading {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  margin: 0 0 30px;
  padding: 30px 20px 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h4, .p-entry-column .acms-grid>h4, .p-entry-column .acms-grid.ui-sortable h4, .p-entry-lp h4 {
  font-size: 16px;
  margin: 0 20px 18px;
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) h4.race-heading, .p-entry-column .acms-grid>h4.race-heading, .p-entry-column .acms-grid.ui-sortable h4.race-heading, .p-entry-lp h4.race-heading {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  margin: 0 0 30px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h2, .p-entry-column .acms-grid>h2, .p-entry-column .acms-grid.ui-sortable h2, .p-entry-lp h2 {
    margin: 0 0 30px 35px;
    padding: 10px 35px 10px 16px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h2.under-line, .p-entry-column .acms-grid>h2.under-line, .p-entry-column .acms-grid.ui-sortable h2.under-line, .p-entry-lp h2.under-line {
    margin: 0 35px 40px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h3, .p-entry-column .acms-grid>h3, .p-entry-column .acms-grid.ui-sortable h3, .p-entry-lp h3 {
    padding: 0 35px 30px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h3.race-heading, .p-entry-column .acms-grid>h3.race-heading, .p-entry-column .acms-grid.ui-sortable h3.race-heading, .p-entry-lp h3.race-heading {
    padding: 30px 35px 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h4, .p-entry-column .acms-grid>h4, .p-entry-column .acms-grid.ui-sortable h4, .p-entry-lp h4 {
    margin: 0 35px 18px;
    padding: 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) h4.race-heading, .p-entry-column .acms-grid>h4.race-heading, .p-entry-column .acms-grid.ui-sortable h4.race-heading, .p-entry-lp h4.race-heading {
    padding: 0 35px 0;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p, .p-entry-column .acms-grid>p, .p-entry-column .acms-grid.ui-sortable p, .p-entry-column .c-accordion p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.interviewQ, .p-entry-column .acms-grid>p.interviewQ, .p-entry-column .acms-grid.ui-sortable p.interviewQ, .p-entry-column .c-accordion p.interviewQ {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) p.interviewQ, .p-entry-column .acms-grid>p.interviewQ, .p-entry-column .acms-grid.ui-sortable p.interviewQ, .p-entry-column .c-accordion p.interviewQ {
    font-size: 14px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.interviewA, .p-entry-column .acms-grid>p.interviewA, .p-entry-column .acms-grid.ui-sortable p.interviewA, .p-entry-column .c-accordion p.interviewA {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 40px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.c-text-center, .p-entry-column .acms-grid>p.c-text-center, .p-entry-column .acms-grid.ui-sortable p.c-text-center, .p-entry-column .c-accordion p.c-text-center {
  text-align: center;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.notice, .p-entry-column .acms-grid>p.notice, .p-entry-column .acms-grid.ui-sortable p.notice, .p-entry-column .c-accordion p.notice {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) p, .p-entry-column .acms-grid>p, .p-entry-column .acms-grid.ui-sortable p, .p-entry-column .c-accordion p {
    padding: 0 35px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.entry-btn, .p-entry-column .acms-grid>p.entry-btn, .p-entry-column .acms-grid.ui-sortable p.entry-btn, .p-entry-column .c-accordion p.entry-btn {
  margin-bottom: 18px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.entry-btn a, .p-entry-column .acms-grid>p.entry-btn a, .p-entry-column .acms-grid.ui-sortable p.entry-btn a, .p-entry-column .c-accordion p.entry-btn a {
  font-size: 18px;
  display: table;
  margin: 20px auto;
  padding: 12px 40px;
  transition: all .3s;
  color: #fff;
  border-radius: 5px;
  background: #3e3e3e;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) p.entry-btn a:active, .p-entry-column div.acms-entry-unit-full:not(.unstyle) p.entry-btn a:focus, .p-entry-column div.acms-entry-unit-full:not(.unstyle) p.entry-btn a:hover, .p-entry-column .acms-grid>p.entry-btn a:active, .p-entry-column .acms-grid>p.entry-btn a:focus, .p-entry-column .acms-grid>p.entry-btn a:hover, .p-entry-column .acms-grid.ui-sortable p.entry-btn a:active, .p-entry-column .acms-grid.ui-sortable p.entry-btn a:focus, .p-entry-column .acms-grid.ui-sortable p.entry-btn a:hover, .p-entry-column .c-accordion p.entry-btn a:active, .p-entry-column .c-accordion p.entry-btn a:focus, .p-entry-column .c-accordion p.entry-btn a:hover {
  text-decoration: none;
  background: #111;
}

.entry-container {
  position: relative;
  padding: 0 35px;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-], .p-entry-column .acms-grid>[class*=column-table-] {
  margin-bottom: 50px;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-], .p-entry-column .acms-grid>[class*=column-table-], .p-entry-column .c-accordion [class*=column-table-] {
  overflow: auto;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] table, .p-entry-column .acms-grid>[class*=column-table-] table, .p-entry-column .c-accordion [class*=column-table-] table {
  width: 100%;
  margin: 0;
  padding: 0 70px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] tr, .p-entry-column .acms-grid>[class*=column-table-] tr, .p-entry-column .c-accordion [class*=column-table-] tr {
  border-bottom: 2px dotted #e0e0e0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] tr:nth-child(even) th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] tr:nth-child(even) td, .p-entry-column .acms-grid>[class*=column-table-] tr:nth-child(even) th, .p-entry-column .acms-grid>[class*=column-table-] tr:nth-child(even) td, .p-entry-column .c-accordion [class*=column-table-] tr:nth-child(even) th, .p-entry-column .c-accordion [class*=column-table-] tr:nth-child(even) td {
  background: #f5f5f5;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] tr:last-child, .p-entry-column .acms-grid>[class*=column-table-] tr:last-child, .p-entry-column .c-accordion [class*=column-table-] tr:last-child {
  border-bottom: 0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] td, .p-entry-column .acms-grid>[class*=column-table-] th, .p-entry-column .acms-grid>[class*=column-table-] td, .p-entry-column .c-accordion [class*=column-table-] th, .p-entry-column .c-accordion [class*=column-table-] td {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  color: #3e3e3e;
  border: 0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] th.acms-cell-text-center, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] td.acms-cell-text-center, .p-entry-column .acms-grid>[class*=column-table-] th.acms-cell-text-center, .p-entry-column .acms-grid>[class*=column-table-] td.acms-cell-text-center, .p-entry-column .c-accordion [class*=column-table-] th.acms-cell-text-center, .p-entry-column .c-accordion [class*=column-table-] td.acms-cell-text-center {
  text-align: center;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] th.acms-cell-text-right, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] td.acms-cell-text-right, .p-entry-column .acms-grid>[class*=column-table-] th.acms-cell-text-right, .p-entry-column .acms-grid>[class*=column-table-] td.acms-cell-text-right, .p-entry-column .c-accordion [class*=column-table-] th.acms-cell-text-right, .p-entry-column .c-accordion [class*=column-table-] td.acms-cell-text-right {
  text-align: right;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] table.acms-table-scrollable th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] table.acms-table-scrollable td, .p-entry-column .acms-grid>[class*=column-table-] table.acms-table-scrollable th, .p-entry-column .acms-grid>[class*=column-table-] table.acms-table-scrollable td, .p-entry-column .c-accordion [class*=column-table-] table.acms-table-scrollable th, .p-entry-column .c-accordion [class*=column-table-] table.acms-table-scrollable td {
  white-space: nowrap;
  word-break: normal;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .acms-table-responsive, .p-entry-column .acms-grid>[class*=column-table-] .acms-table-responsive, .p-entry-column .c-accordion [class*=column-table-] .acms-table-responsive {
  margin-bottom: 30px;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .acms-table-responsive th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .acms-table-responsive td, .p-entry-column .acms-grid>[class*=column-table-] .acms-table-responsive th, .p-entry-column .acms-grid>[class*=column-table-] .acms-table-responsive td, .p-entry-column .c-accordion [class*=column-table-] .acms-table-responsive th, .p-entry-column .c-accordion [class*=column-table-] .acms-table-responsive td {
  display: table-cell;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .acms-table-responsive table, .p-entry-column .acms-grid>[class*=column-table-] .acms-table-responsive table, .p-entry-column .c-accordion [class*=column-table-] .acms-table-responsive table {
  margin: 0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] th, .p-entry-column .acms-grid>[class*=column-table-] th, .p-entry-column .c-accordion [class*=column-table-] th {
  font-size: 14px;
  font-weight: bold;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-border-only-first tr, .p-entry-column .acms-grid>[class*=column-table-] .c-table-border-only-first tr, .p-entry-column .c-accordion [class*=column-table-] .c-table-border-only-first tr {
  border: 0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-border-only-first tr:first-child, .p-entry-column .acms-grid>[class*=column-table-] .c-table-border-only-first tr:first-child, .p-entry-column .c-accordion [class*=column-table-] .c-table-border-only-first tr:first-child {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-border-only-first tr:not(:first-child), .p-entry-column .acms-grid>[class*=column-table-] .c-table-border-only-first tr:not(:first-child), .p-entry-column .c-accordion [class*=column-table-] .c-table-border-only-first tr:not(:first-child) {
  border: 0;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column tr, .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column tr, .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column tr {
  border-bottom: 1px dashed #e0e0e0;
  background: #f5f5f5;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column td:nth-child(2n+1), div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column th:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column td:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column th:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column td:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column th:nth-child(2n+1) {
  background: #fff;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column th.c-table-bg-white, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column td.c-table-bg-white, .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column th.c-table-bg-white, .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column td.c-table-bg-white, .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column th.c-table-bg-white, .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column td.c-table-bg-white {
  background: #fff;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column th.c-table-bg-gray, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-zebra-column td.c-table-bg-gray, .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column th.c-table-bg-gray, .p-entry-column .acms-grid>[class*=column-table-] .c-table-zebra-column td.c-table-bg-gray, .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column th.c-table-bg-gray, .p-entry-column .c-accordion [class*=column-table-] .c-table-zebra-column td.c-table-bg-gray {
  background: none;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr td, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr th, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr td, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr th, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr td {
  background: #fff;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first th:nth-child(2n+1), div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first td:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first th:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first td:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first th:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first td:nth-child(2n+1) {
  background: #f5f5f5;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr:first-child th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr:first-child td, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr:first-child th, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr:first-child td, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr:first-child th, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr:first-child td {
  color: #fff;
  background: #101010;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr:first-child th:nth-child(2n+1), div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first tr:first-child td:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr:first-child th:nth-child(2n+1), .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first tr:first-child td:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr:first-child th:nth-child(2n+1), .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first tr:first-child td:nth-child(2n+1) {
  background: #2b2b2b;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first th.c-table-bg-white, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first td.c-table-bg-white, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first th.c-table-bg-white, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first td.c-table-bg-white, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first th.c-table-bg-white, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first td.c-table-bg-white {
  background: #fff;
}

div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first th.c-table-bg-gray, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .c-table-bg-only-first td.c-table-bg-gray, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first th.c-table-bg-gray, .p-entry-column .acms-grid>[class*=column-table-] .c-table-bg-only-first td.c-table-bg-gray, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first th.c-table-bg-gray, .p-entry-column .c-accordion [class*=column-table-] .c-table-bg-only-first td.c-table-bg-gray {
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] table, .p-entry-column .acms-grid>[class*=column-table-] table, .p-entry-column .c-accordion [class*=column-table-] table {
    width: 100%;
    margin: 0 auto;
  }
  div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] th, div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] td, .p-entry-column .acms-grid>[class*=column-table-] th, .p-entry-column .acms-grid>[class*=column-table-] td, .p-entry-column .c-accordion [class*=column-table-] th, .p-entry-column .c-accordion [class*=column-table-] td {
    font-size: 16px;
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
  }
}

.c-accordion [class*=column-table-] {
  overflow: auto;
}

.c-accordion [class*=column-table-] table {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-table-] .entry-container, .p-entry-column .acms-grid>[class*=column-table-] .entry-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ul, .p-entry-column .acms-grid>ul, .p-entry-column .c-accordion ul {
  margin: 0 0 40px 0;
  padding: 0 20px;
  list-style-type: square;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ul li, .p-entry-column .acms-grid>ul li, .p-entry-column .c-accordion ul li {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 16px;
  background: url(../images/common/icon_list.svg) no-repeat top 6px left;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ul, .p-entry-column .acms-grid>ul, .p-entry-column .c-accordion ul {
    padding: 0 35px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol, .p-entry-column .acms-grid>ol, .p-entry-column .acms-grid.ui-sortable ol, .p-entry-column .c-accordion ol {
  margin: 0 20px 50px;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol li, .p-entry-column .acms-grid>ol li, .p-entry-column .acms-grid.ui-sortable ol li, .p-entry-column .c-accordion ol li {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol li:before, .p-entry-column .acms-grid>ol li:before, .p-entry-column .acms-grid.ui-sortable ol li:before, .p-entry-column .c-accordion ol li:before {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 3px 5px 3px;
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol ol.unstyled, .p-entry-column .acms-grid>ol ol.unstyled, .p-entry-column .acms-grid.ui-sortable ol ol.unstyled, .p-entry-column .c-accordion ol ol.unstyled {
  list-style-type: decimal;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol ol.unstyled li, .p-entry-column .acms-grid>ol ol.unstyled li, .p-entry-column .acms-grid.ui-sortable ol ol.unstyled li, .p-entry-column .c-accordion ol ol.unstyled li {
  content: none;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol ol.full li, .p-entry-column .acms-grid>ol ol.full li, .p-entry-column .acms-grid.ui-sortable ol ol.full li, .p-entry-column .c-accordion ol ol.full li {
  float: none;
  width: auto;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol ol.vertical, .p-entry-column .acms-grid>ol ol.vertical, .p-entry-column .acms-grid.ui-sortable ol ol.vertical, .p-entry-column .c-accordion ol ol.vertical {
  display: block;
  margin-bottom: 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol ol.vertical li, .p-entry-column .acms-grid>ol ol.vertical li, .p-entry-column .acms-grid.ui-sortable ol ol.vertical li, .p-entry-column .c-accordion ol ol.vertical li {
  width: calc(100%);
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.c-ol-ordered-round, .p-entry-column .acms-grid>ol.c-ol-ordered-round, .p-entry-column .acms-grid.ui-sortable ol.c-ol-ordered-round, .p-entry-column .c-accordion ol.c-ol-ordered-round {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0;
  counter-reset: ol-ordered;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.c-ol-ordered-round li, .p-entry-column .acms-grid>ol.c-ol-ordered-round li, .p-entry-column .acms-grid.ui-sortable ol.c-ol-ordered-round li, .p-entry-column .c-accordion ol.c-ol-ordered-round li {
  position: relative;
  float: none;
  box-sizing: border-box;
  width: calc(100%);
  margin: 0 0 15px !important;
  padding: 0 10px 0 16px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.c-ol-ordered-round li:before, .p-entry-column .acms-grid>ol.c-ol-ordered-round li:before, .p-entry-column .acms-grid.ui-sortable ol.c-ol-ordered-round li:before, .p-entry-column .c-accordion ol.c-ol-ordered-round li:before {
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  content: counter(ol-ordered);
  counter-increment: ol-ordered;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol, .p-entry-column .acms-grid>ol, .p-entry-column .acms-grid.ui-sortable ol, .p-entry-column .c-accordion ol {
    margin: 0 35px 50px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol li, .p-entry-column .acms-grid>ol li, .p-entry-column .acms-grid.ui-sortable ol li, .p-entry-column .c-accordion ol li {
    float: left;
    width: 25%;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.full li, .p-entry-column .acms-grid>ol.full li, .p-entry-column .acms-grid.ui-sortable ol.full li, .p-entry-column .c-accordion ol.full li {
    float: none;
    width: auto;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.vertical, .p-entry-column .acms-grid>ol.vertical, .p-entry-column .acms-grid.ui-sortable ol.vertical, .p-entry-column .c-accordion ol.vertical {
    margin-bottom: 20px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.vertical li, .p-entry-column .acms-grid>ol.vertical li, .p-entry-column .acms-grid.ui-sortable ol.vertical li, .p-entry-column .c-accordion ol.vertical li {
    width: calc(100%);
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) ol.c-ol-ordered-round li, .p-entry-column .acms-grid>ol.c-ol-ordered-round li, .p-entry-column .acms-grid.ui-sortable ol.c-ol-ordered-round li, .p-entry-column .c-accordion ol.c-ol-ordered-round li {
    width: calc(100% / 4);
    margin: 0 0 30px !important;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl, .p-entry-column .acms-grid>dl, .p-entry-column .acms-grid.ui-sortable dl, .p-entry-column .c-accordion dl {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  margin: 0 20px 50px;
  padding: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dt, .p-entry-column .acms-grid>dt, .p-entry-column .acms-grid.ui-sortable dt, .p-entry-column .c-accordion dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 30px 0 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dd, .p-entry-column .acms-grid>dd, .p-entry-column .acms-grid.ui-sortable dd, .p-entry-column .c-accordion dd {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered, .p-entry-column .acms-grid>dl.c-dl-ordered, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered, .p-entry-column .c-accordion dl.c-dl-ordered {
  box-sizing: border-box;
  margin: 0 20px 50px;
  padding: 25px;
  counter-reset: dl-ordered;
  border: 3px solid #e7e7e7;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dt, .p-entry-column .acms-grid>dl.c-dl-ordered dt, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dt, .p-entry-column .c-accordion dl.c-dl-ordered dt {
  font-weight: bold;
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dt:before, .p-entry-column .acms-grid>dl.c-dl-ordered dt:before, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dt:before, .p-entry-column .c-accordion dl.c-dl-ordered dt:before {
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: counter(dl-ordered);
  counter-increment: dl-ordered;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dd, .p-entry-column .acms-grid>dl.c-dl-ordered dd, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dd, .p-entry-column .c-accordion dl.c-dl-ordered dd {
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 20px;
  background: #fff;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dd:last-child, .p-entry-column .acms-grid>dl.c-dl-ordered dd:last-child, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dd:last-child, .p-entry-column .c-accordion dl.c-dl-ordered dd:last-child {
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dd::after, .p-entry-column .acms-grid>dl.c-dl-ordered dd::after, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dd::after, .p-entry-column .c-accordion dl.c-dl-ordered dd::after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl, .p-entry-column .acms-grid>dl, .p-entry-column .acms-grid.ui-sortable dl, .p-entry-column .c-accordion dl {
    margin: 0 35px 50px;
    padding: 40px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl dt, .p-entry-column .acms-grid>dl dt, .p-entry-column .acms-grid.ui-sortable dl dt, .p-entry-column .c-accordion dl dt {
    width: 20%;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl dd, .p-entry-column .acms-grid>dl dd, .p-entry-column .acms-grid.ui-sortable dl dd, .p-entry-column .c-accordion dl dd {
    margin-top: -1.5em;
    margin-left: 20%;
    padding: 0 0 40px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered, .p-entry-column .acms-grid>dl.c-dl-ordered, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered, .p-entry-column .c-accordion dl.c-dl-ordered {
    margin: 0 35px 50px;
    padding: 40px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dt, .p-entry-column .acms-grid>dl.c-dl-ordered dt, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dt, .p-entry-column .c-accordion dl.c-dl-ordered dt {
    font-weight: normal;
    width: 20%;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) dl.c-dl-ordered dd, .p-entry-column .acms-grid>dl.c-dl-ordered dd, .p-entry-column .acms-grid.ui-sortable dl.c-dl-ordered dd, .p-entry-column .c-accordion dl.c-dl-ordered dd {
    margin-top: -1.5em;
    margin-left: 20%;
    padding: 0 0 40px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) blockquote, .p-entry-column .acms-grid>blockquote, .p-entry-column .acms-grid.ui-sortable blockquote, .p-entry-column .c-accordion blockquote {
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
  padding: 15px 20px 15px 16px;
  border: 1px solid #ffe100;
  background: #fff;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) pre, .p-entry-column .acms-grid>pre, .p-entry-column .acms-grid.ui-sortable pre, .p-entry-column .c-accordion pre {
  width: 100%;
  margin: 0 0 50px 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) pre ol, .p-entry-column .acms-grid>pre ol, .p-entry-column .acms-grid.ui-sortable pre ol, .p-entry-column .c-accordion pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) pre ol li, .p-entry-column .acms-grid>pre ol li, .p-entry-column .acms-grid.ui-sortable pre ol li, .p-entry-column .c-accordion pre ol li {
  line-height: 1.5;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) hr, .p-entry-column .acms-grid>hr, .p-entry-column .acms-grid.ui-sortable hr, .p-entry-column .c-accordion hr {
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) hr.c-hr, .p-entry-column .acms-grid>hr.c-hr, .p-entry-column .acms-grid.ui-sortable hr.c-hr, .p-entry-column .c-accordion hr.c-hr {
  margin: 0 0 30px;
  border-bottom: 1px solid #f0f0f0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .caption, .p-entry-column .acms-grid>.caption, .p-entry-column .acms-grid.ui-sortable .caption, .p-entry-column .c-accordion .caption {
  font-size: 13px;
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
}

.column-file-auto+.caption {
  margin-left: 70px;
}

.header-interview {
  font-size: 16px;
  padding-top: 100px;
  padding-bottom: 24px;
  color: #fff;
  background-color: #000;
}

.header-interview__heading-summary {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
}

.header-interview__contents {
  display: block;
  margin-bottom: 24px;
}

.header-interview__heading {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.header-interview__vol {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  color: #000;
  background-color: #ffe100;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-interview__titlename {
  font-family: 'Oswald', 'Impact', sans-serif;
  margin-left: 15px;
}

.header-interview__blogname {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.header-interview__name {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.header-interview__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.header-interview__img-wrap {
  width: 100%;
  height: 250px;
}

.header-interview__summary {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.header-interview__overview {
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .header-interview__img-wrap {
    height: 350px;
  }
  .header-interview__overview {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .header-interview {
    padding-bottom: 56px;
  }
  .header-interview__heading-summary {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .header-interview__contents {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    max-width: 1170px;
    margin-right: auto;
    margin-bottom: 56px;
    margin-left: auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
  }
  .header-interview__heading {
    margin-bottom: 0;
    padding-right: 17.5px;
    padding-left: 35px;
  }
  .header-interview__vol {
    font-size: 16px;
    width: 76px;
    height: 76px;
  }
  .header-interview__blogname {
    font-size: 16px;
    margin-bottom: 0;
  }
  .header-interview__name {
    font-size: 36px;
  }
  .header-interview__img-wrap {
    overflow: hidden;
    width: 600px;
    height: 400px;
    padding-right: 35px;
  }
  .header-interview__summary {
    font-size: 40px;
    margin-bottom: 0;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.interview_entry {
  margin-top: 60px;
  margin-bottom: 10px;
}

.interview_entry img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .interview_entry {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}

.p-entry-column [class*='acms-col-']+*:not([class*='acms-col-']) {
  clear: left;
}

.acms-col-center {
  float: none;
  margin: 0 auto;
}

.c-column-red {
  margin: 0 20px 50px;
  padding: 20px 10px 0;
  border: 1px solid #d12b2b;
}

.c-column-red ol, .c-column-red ul, .c-column-red p {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-column-red {
    margin: 0 35px 50px;
    padding: 40px 10px 0;
  }
}

.c-column-gray {
  margin-right: -500%;
  margin-bottom: 50px;
  margin-left: -500%;
  padding: 30px 500%;
  background: #f5f5f5;
}

.c-column-gray:before, .c-column-gray:after {
  display: table;
  content: ' ';
}

.c-column-gray:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .c-column-gray {
    padding: 100px 500% 50px;
  }
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line, .c-column-gray-line {
  overflow: hidden;
  margin: 0 20px 40px;
  padding: 30px 0 0;
  border: 3px solid #e7e7e7;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line ol, .p-entry-column div.acms-entry-unit-full.c-column-gray-line ul, .p-entry-column div.acms-entry-unit-full.c-column-gray-line p, .c-column-gray-line ol, .c-column-gray-line ul, .c-column-gray-line p {
  margin-bottom: 30px;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line li, .c-column-gray-line li {
  margin: 0 0 10px !important;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line .c-ol-ordered-round, .c-column-gray-line .c-ol-ordered-round {
  margin-bottom: 0;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line h3, .c-column-gray-line h3 {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line dl, .c-column-gray-line dl {
  margin-bottom: 0;
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line .acms-col-sm-6, .c-column-gray-line .acms-col-sm-6 {
  width: 50% !important;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line .acms-col-sm-4, .c-column-gray-line .acms-col-sm-4 {
  width: 33.33333% !important;
}

.p-entry-column div.acms-entry-unit-full.c-column-gray-line+p.notice, .c-column-gray-line+p.notice {
  margin-top: -20px;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full.c-column-gray-line, .c-column-gray-line {
    margin: 0 35px 40px;
  }
}

.attention_box {
  clear: both;
  margin: 10px 20px;
  padding: 30px;
  border: 1px solid #d12b2b;
}

.attention_box h3 {
  margin: 0 0 25px;
  font-size: 16px;
  color: #d12b2b;
}

.attention_box h3 img {
  margin: 0 5px 0 0;
}

.attention_box h3 small {
  margin: 0 0 0 10px;
  font-size: 14px;
}

.attention_box p {
  margin: 0;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .attention_box {
    margin: 50px 0 0;
    padding: 40px;
  }
  .attention_box h3 {
    margin: 0 0 35px;
    font-size: 24px;
  }
  .attention_box h3 small {
    margin: 0 0 0 14px;
    font-size: 18px;
  }
  .attention_box p {
    font-size: 14px;
  }
}

.ug-gallery {
  margin: 0 14px;
}

.ug-gallery div.grid-small {
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
}

.ug-gallery div.grid-small:nth-of-type(-n+3) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ug-gallery div.grid-small {
    width: 50% !important;
    margin: 0;
    padding: 0;
  }
  .ug-gallery div.grid-small img {
    width: 100%;
  }
  .ug-gallery div.grid-small:nth-of-type(-n+3) {
    margin-bottom: 0;
  }
  .ug-gallery div.grid-small:last-child {
    margin-bottom: 50px;
  }
}

[class^='ug-interview-'], [class*=' ug-interview-'] {
  clear: both;
  margin: 0 0 60px;
  padding: 40px 0 1px 0;
}

[class^='ug-interview-'] p, [class*=' ug-interview-'] p {
  margin: 0;
  padding: 0;
}

[class^='ug-interview-'] h2, [class^='ug-interview-'] h3, [class^='ug-interview-'] h4, [class^='ug-interview-'] h5, [class*=' ug-interview-'] h2, [class*=' ug-interview-'] h3, [class*=' ug-interview-'] h4, [class*=' ug-interview-'] h5 {
  font-size: 20px;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: none;
}

[class^='ug-interview-']+[class^='ug-interview-'], [class*=' ug-interview-']+[class^='ug-interview-'], [class^='ug-interview-']+[class*=' ug-interview-'], [class*=' ug-interview-']+[class*=' ug-interview-'] {
  margin-top: -60px;
}

.ug-interview-01 {
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .ug-gallery {
    margin: 0 0 0 30px;
  }
  [class^='ug-interview-'], [class*=' ug-interview-'] {
    margin: 0 35px 100px;
    padding: 50px 15px 10px;
  }
  [class^='ug-interview-'] h2, [class^='ug-interview-'] h3, [class^='ug-interview-'] h4, [class^='ug-interview-'] h5, [class*=' ug-interview-'] h2, [class*=' ug-interview-'] h3, [class*=' ug-interview-'] h4, [class*=' ug-interview-'] h5 {
    text-align: left;
  }
  [class^='ug-interview-'] h2 br, [class^='ug-interview-'] h3 br, [class^='ug-interview-'] h4 br, [class^='ug-interview-'] h5 br, [class*=' ug-interview-'] h2 br, [class*=' ug-interview-'] h3 br, [class*=' ug-interview-'] h4 br, [class*=' ug-interview-'] h5 br {
    display: none;
  }
  [class^='ug-interview-']+[class^='ug-interview-'], [class*=' ug-interview-']+[class^='ug-interview-'], [class^='ug-interview-']+[class*=' ug-interview-'], [class*=' ug-interview-']+[class*=' ug-interview-'] {
    margin-top: -100px;
  }
}

.p-entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

.p-entry-tag {
  margin: 0 0 5px 0;
}

.p-entry-tag-icon {
  float: left;
  color: #999;
}

.p-entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
  .p-entry-tag {
    margin: 0;
  }
}

.share-wrapper {
  float: right;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

.share-list {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}

.share-item a {
  text-decoration: none;
  color: #999;
}

.share-item [class*='acms-icon'] {
  font-size: 16px;
  vertical-align: middle;
}

.c-continue-link {
  font-size: 16px;
  margin: 0;
}

.c-continue-link a {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background: #999;
}

.c-continue-link a [class*='acms-icon'] {
  margin: 0 10px 0 0;
}

.c-continue-link a:link, .c-continue-link a:visited {
  color: #fff;
}

.c-continue-link a:hover, .c-continue-link a:focus, .c-continue-link a:active {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  .c-continue-link a {
    font-weight: normal;
    padding: 5px 10px;
  }
}

.p-entry-header-race__wrap {
  font-size: 10px;
  clear: both;
}

.p-entry-header-race__inner {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0 42px;
}

.p-entry-header-race__inner:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  padding: 0;
  content: '';
  background: #000;
}

.p-entry-header-race__title {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 10px;
  color: #f5f5f5;
}

.p-entry-header-race__title::after {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 1px;
  content: '';
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffe100;
}

.p-entry-header-race__lead {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

.c-entry-race {
  margin: 0 -20px 40px;
  padding-left: 0;
}

.c-entry-race__wrap {
  position: relative;
  top: 0;
  float: right;
  width: 100%;
}

.c-entry-race__img {
  width: 100%;
  vertical-align: bottom;
}

.c-entry-race-situation {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -20px;
  padding: 0 0 20px;
  color: #fff;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-entry-race-situation:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  padding: 0;
  content: '';
  background: #000;
}

.c-entry-race-situation__item {
  padding: 4px 20px;
  border-right: 1px solid #575757;
}

.c-entry-race-situation__item:last-child {
  border: 0;
}

.c-entry-race-unit *:first-child {
  clear: left;
}

@media screen and (min-width: 768px) {
  .p-entry-header-race__wrap {
    font-size: 16px;
  }
  .p-entry-header-race__inner {
    width: 50%;
    margin: 0 0 60px;
    padding: 0 0 50px;
  }
  .p-entry-header-race__inner:before {
    left: 100%;
    width: 100vw;
    margin-left: -50vw;
  }
  .p-entry-header-race__lead {
    font-size: 40px;
    font-weight: bold;
  }
  .c-entry-race {
    margin: 0 0 40px;
    padding-left: 20px;
  }
  .c-entry-race__wrap {
    width: 50%;
  }
  .c-entry-race-situation {
    padding: 50px 0 20px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-file-], .p-entry-column .acms-grid>[class*=column-file-] {}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-file-] .c-btn-download, .p-entry-column .acms-grid>[class*=column-file-] .c-btn-download {
  margin: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-file-] a.c-btn-download__link, .p-entry-column .acms-grid>[class*=column-file-] a.c-btn-download__link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 20px 25px;
  transition: background .2s ease-out;
  text-decoration: none;
  color: #fff;
  background: #2a2a2a;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-file-] a.c-btn-download__link:hover, .p-entry-column .acms-grid>[class*=column-file-] a.c-btn-download__link:hover {
  color: #000;
  background: #ffe100;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) [class*=column-file-] a.c-btn-download__link::before, .p-entry-column .acms-grid>[class*=column-file-] a.c-btn-download__link::before {
  font-family: 'icomoon';
  font-weight: normal;
  display: inline-block;
  width: 14px;
  margin-right: 9px;
  content: '';
}

@media screen and (min-width: 768px) {
  a.c-btn-download__link {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle), .p-entry-column .acms-grid {}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail, .p-entry-column .acms-grid .c-custom-thumbnail {
  box-sizing: border-box;
  margin: 0 20px 60px;
  padding: 30px 30px 0;
  border: 2px solid #e7e7e7;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__item, .p-entry-column .acms-grid .c-custom-thumbnail__item {
  padding: 0 0 40px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__heading, .p-entry-column .acms-grid .c-custom-thumbnail__heading {
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #959595;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__description, .p-entry-column .acms-grid .c-custom-thumbnail__description {
  margin: 0;
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__detail, .p-entry-column .acms-grid .c-custom-thumbnail__detail {
  display: table;
  margin-top: 30px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__detail-summary, .p-entry-column .acms-grid .c-custom-thumbnail__detail-summary {
  margin: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__detail+.c-custom-thumbnail__detail, .p-entry-column .acms-grid .c-custom-thumbnail__detail+.c-custom-thumbnail__detail {
  margin-top: 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__img, .p-entry-column .acms-grid .c-custom-thumbnail__img {
  max-width: 100%;
  vertical-align: bottom;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__img+p, .p-entry-column .acms-grid .c-custom-thumbnail__img+p {
  margin-top: 20px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__icon-wrap, .p-entry-column .acms-grid .c-custom-thumbnail__icon-wrap {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail, .p-entry-column .acms-grid .c-custom-thumbnail {
    margin: 0 35px 60px;
    padding: 40px 20px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__item, .p-entry-column .acms-grid .c-custom-thumbnail__item {
    padding: 0 20px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-custom-thumbnail__img+p, .p-entry-column .acms-grid .c-custom-thumbnail__img+p {
    margin-top: 30px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box, .p-entry-column .acms-grid .c-caution-box {
  padding: 30px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__heading, .p-entry-column .acms-grid .c-caution-box__heading {
  font-size: 16px;
  margin: 0 0 25px;
  padding: 0;
  color: #d12b2b;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__heading .sub, .p-entry-column .acms-grid .c-caution-box__heading .sub {
  font-size: 14px;
  padding-left: 10px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__description, .p-entry-column .acms-grid .c-caution-box__description {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table, .p-entry-column .acms-grid .c-race-table {
  position: relative;
  margin: 0 -500%;
  padding: 100px 500%;
  background: #2a2a2a;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table:nth-child(2) .c-race-table__inner, .p-entry-column .acms-grid .c-race-table:nth-child(2) .c-race-table__inner {
  margin-top: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table+.clearHidden+.c-race-table, .p-entry-column .acms-grid .c-race-table+.clearHidden+.c-race-table {
  margin-top: -100px;
  padding-top: 50px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__inner, .p-entry-column .acms-grid .c-race-table__inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 35px;
  padding: 24px 0 0;
  border-top: 1px solid #6a6a6a;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__scroll-wrap, .p-entry-column .acms-grid .c-race-table__scroll-wrap {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__notice, .p-entry-column .acms-grid .c-race-table__notice {
  font-size: 12px;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table h2, .p-entry-column .acms-grid .c-race-table h2 {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 26px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 120px;
  margin: -25px 60px 0 0;
  padding: 24px 0 0;
  color: #fff;
  border: 0;
  border-top: 1px solid #ffe100;
  -ms-flex-direction: column;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table h2 .small, .p-entry-column .acms-grid .c-race-table h2 .small {
  font-size: 16px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table, .p-entry-column .acms-grid .c-race-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table th, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table td, .p-entry-column .acms-grid .c-race-table table th, .p-entry-column .acms-grid .c-race-table table td {
  padding: 10px 20px;
  color: #fff;
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr, .p-entry-column .acms-grid .c-race-table table tr {
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr:nth-child(2n) th, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr:nth-child(2n) td, .p-entry-column .acms-grid .c-race-table table tr:nth-child(2n) th, .p-entry-column .acms-grid .c-race-table table tr:nth-child(2n) td {
  background: #363636;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr:nth-child(5), .p-entry-column .acms-grid .c-race-table table tr:nth-child(5) {
  border-top: 3px solid #6a6a6a;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr:first-child th, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table tr:first-child td, .p-entry-column .acms-grid .c-race-table table tr:first-child th, .p-entry-column .acms-grid .c-race-table table tr:first-child td {
  white-space: nowrap;
}

@keyframes table-scroll-hint-appear {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  10% {
    transform: translateX(6px);
    opacity: 1;
  }
  20% {
    transform: translateX(-6px);
    opacity: 1;
  }
  30% {
    transform: translateX(6px);
    opacity: 1;
  }
  40% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
  }
  70% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .acms-entry-unit-full .c-tech-detail, .p-entry-column .acms-grid .acms-entry-unit-full .c-tech-detail {
  margin: -30px 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-column-gray .c-tech-detail, .p-entry-column .acms-grid .c-column-gray .c-tech-detail {
  padding-top: 50px !important;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail, .p-entry-column .acms-grid .c-tech-detail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0 20px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__body, .p-entry-column .acms-grid .c-tech-detail__body {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  -ms-flex: 1;
  flex: 1;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__item, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__figure, .p-entry-column .acms-grid .c-tech-detail__item, .p-entry-column .acms-grid .c-tech-detail__figure {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__item, .p-entry-column .acms-grid .c-tech-detail__item {
  -ms-flex: 1;
  flex: 1;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__figure, .p-entry-column .acms-grid .c-tech-detail__figure {
  width: 380px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__inner, .p-entry-column .acms-grid .c-tech-detail__inner {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  min-height: calc(0%);
  padding-bottom: 35px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__heading, .p-entry-column .acms-grid .c-tech-detail__heading {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  border: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__heading.-en, .p-entry-column .acms-grid .c-tech-detail__heading.-en {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__description, .p-entry-column .acms-grid .c-tech-detail__description {
  margin: 35px 0 0 -120px;
  padding: 0;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__img, .p-entry-column .acms-grid .c-tech-detail__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__img-wrap, .p-entry-column .acms-grid .c-tech-detail__img-wrap {
  width: 100%;
  max-width: 100%;
  -ms-flex: inherit;
  flex: inherit;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__img-title, .p-entry-column .acms-grid .c-tech-detail__img-title {
  font-size: 14px;
  margin: 0 0 20px;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  background: #959595;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__logo, .p-entry-column .acms-grid .c-tech-detail__logo {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__logo-wrap, .p-entry-column .acms-grid .c-tech-detail__logo-wrap {
  width: 90px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table, .p-entry-column .acms-grid .c-race-table {
    padding: 60px 500%;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table+.clearHidden+.c-race-table, .p-entry-column .acms-grid .c-race-table+.clearHidden+.c-race-table {
    margin-top: -60px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__inner, .p-entry-column .acms-grid .c-race-table__inner {
    display: block;
    margin: 0 16px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__scroll, .p-entry-column .acms-grid .c-race-table__scroll {
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table__notice, .p-entry-column .acms-grid .c-race-table__notice {
    padding: 0 0 0 20px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table h2, .p-entry-column .acms-grid .c-race-table h2 {
    padding: 20px 16px 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table h2 .small, .p-entry-column .acms-grid .c-race-table h2 .small {
    padding-right: 20px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table h2 br, .p-entry-column .acms-grid .c-race-table h2 br {
    display: none;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table, .p-entry-column .acms-grid .c-race-table table {
    font-size: 14px;
    width: calc(100%);
    white-space: nowrap;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table th, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-race-table table td, .p-entry-column .acms-grid .c-race-table table th, .p-entry-column .acms-grid .c-race-table table td {
    display: table-cell;
    padding: 15px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .table-scroll-hint, .p-entry-column .acms-grid .table-scroll-hint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .table-scroll-hint>span, .p-entry-column .acms-grid .table-scroll-hint>span {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 68px);
    box-sizing: border-box;
    width: 136px;
    height: 47px;
    transition: 300ms opacity;
    opacity: 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .table-scroll-hint>span::before, .p-entry-column .acms-grid .table-scroll-hint>span::before {
    display: block;
    width: 136px;
    height: 47px;
    content: '';
    opacity: .2;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 94px;
    background: rgba(0, 0, 0, .8) url(../images/common/icon_table-scroll-hint.png) 50% 19px no-repeat;
    background-size: 93.5px 13px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .table-scroll-hint.act>span, .p-entry-column .acms-grid .table-scroll-hint.act>span {
    opacity: 1;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .table-scroll-hint.act>span::before, .p-entry-column .acms-grid .table-scroll-hint.act>span::before {
    animation: 1000ms table-scroll-hint-appear 0ms both;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full:not(.unstyle), .p-entry-column .acms-grid {}
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box, .p-entry-column .acms-grid .c-caution-box {
    padding: 40px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__heading, .p-entry-column .acms-grid .c-caution-box__heading {
    font-size: 24px;
    margin: 0 0 35px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__heading .sub, .p-entry-column .acms-grid .c-caution-box__heading .sub {
    font-size: 18px;
    padding-left: 14px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-caution-box__description, .p-entry-column .acms-grid .c-caution-box__description {
    font-size: 14px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .acms-entry-unit-full .c-tech-detail, .p-entry-column .acms-grid .acms-entry-unit-full .c-tech-detail {
    margin: -100px 0 -50px 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-column-gray .c-tech-detail, .p-entry-column .acms-grid .c-column-gray .c-tech-detail {
    padding-top: 80px !important;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail, .p-entry-column .acms-grid .c-tech-detail {
    padding: 30px 35px 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__heading, .p-entry-column .acms-grid .c-tech-detail__heading {
    font-size: 16px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__body, .p-entry-column .acms-grid .c-tech-detail__body {
    padding: 0 30px 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__inner, .p-entry-column .acms-grid .c-tech-detail__inner {
    padding-bottom: 50px;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__description, .p-entry-column .acms-grid .c-tech-detail__description {
    margin: 35px 0 0;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__img-wrap, .p-entry-column .acms-grid .c-tech-detail__img-wrap {
    width: 380px;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1;
  }
  .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-tech-detail__logo-wrap, .p-entry-column .acms-grid .c-tech-detail__logo-wrap {
    width: 180px;
    max-width: 100%;
  }
}

.c-entry-title-tube {
  position: relative;
  padding-top: 20px;
}

.c-entry-title-tube__img {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.c-entry-products-header {
  display: block;
  padding: 0 0 50px;
}

.c-entry-products-header__title {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
  color: #000;
}

.c-entry-products-header__title span {
  font-size: 26px;
  padding-right: 20px;
}

.c-entry-products-header__img {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  vertical-align: bottom;
}

.c-entry-products-header__img-wrap {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 40px;
  padding-right: 0;
}

.c-entry-products-header__gimg {
  margin: 0 0 20px;
}

.c-entry-products-header__gimg:last-child {
  margin: 0;
}

.c-entry-products-header__gimg-wrap {
  padding: 20px 0 0;
}

.c-entry-products-header__detail {
  padding-top: 60px;
}

.c-entry-products-header__description {
  margin: 0 0 20px;
}

.c-entry-products-label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -5px;
}

.c-entry-products-label__item {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}

.c-entry-products-label__span {
  display: block;
  padding: 6px 20px;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .c-entry-products-header {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0 0 70px;
  }
  .c-entry-products-header__title {
    font-size: 60px;
    margin: 0 0 60px;
    color: #3e3e3e;
  }
  .c-entry-products-header__img {
    max-width: 100%;
  }
  .c-entry-products-header__img-wrap {
    max-width: 460px;
    margin: -40px 0 0;
    padding-right: 80px;
    -ms-flex: 1;
    flex: 1;
  }
  .c-entry-products-header__detail {
    padding-top: 80px;
    -ms-flex: 1;
    flex: 1;
  }
  .c-entry-products-label {
    display: -ms-flexbox;
    display: -webkit-flex;
  }
}

.p-entry-column div.acms-entry-unit-full.unstyle p, .p-entry-column div.acms-entry-unit-full.unstyle h2, .p-entry-column div.acms-entry-unit-full.unstyle h3, .p-entry-column div.acms-entry-unit-full.unstyle h4, .p-entry-column div.acms-entry-unit-full.unstyle h5, .p-entry-column div.acms-entry-unit-full.unstyle dl {
  padding: 0 20px;
}

.p-entry-column div.acms-entry-unit-full.unstyle ul, .p-entry-column div.acms-entry-unit-full.unstyle ol {
  padding: 0 40px;
}

@media screen and (min-width: 768px) {
  .p-entry-column div.acms-entry-unit-full.unstyle p, .p-entry-column div.acms-entry-unit-full.unstyle h2, .p-entry-column div.acms-entry-unit-full.unstyle h3, .p-entry-column div.acms-entry-unit-full.unstyle h4, .p-entry-column div.acms-entry-unit-full.unstyle h5, .p-entry-column div.acms-entry-unit-full.unstyle dl {
    padding: 0 35px;
  }
  .p-entry-column div.acms-entry-unit-full.unstyle ul, .p-entry-column div.acms-entry-unit-full.unstyle ol {
    padding: 0 70px;
  }
}

.p-entry .p-entry-lp-wrap {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  padding-right: 35px;
  padding-left: 35px;
}

.p-entry .p-entry-lp .c-accordion {
  margin: 0 10px 40px;
}

.p-entry .p-entry-lp .c-accordion__inner {
  border-bottom: 0;
}

.p-entry .p-entry-lp [class*=column-image] {
  margin-bottom: 10px;
}

.p-entry .p-entry-lp [class*=acms-col] {
  margin-bottom: 10px;
}

.p-entry .p-entry-lp h2 {
  margin-right: -20px;
  margin-left: -20px;
}

.p-entry .p-entry-lp h3 {
  margin-bottom: 15px !important;
}

.p-entry .p-entry-lp .c-heading-center {
  margin-bottom: 5px !important;
  text-align: center;
}

.p-entry .p-entry-lp>h3 {
  margin-bottom: 20px;
}

.p-entry .p-entry-lp p {
  font-size: 13px !important;
}

.p-entry .p-entry-lp .c-accordion {
  margin: 0 0 40px;
}

.p-entry .p-entry-lp .c-accordion [class*=column-table-] {
  margin-right: 0;
  margin-left: 0;
}

.p-entry .p-entry-lp .c-accordion__term {
  margin-bottom: 0;
  border-left: 0;
}

.p-entry .p-entry-lp .c-accordion__body {
  padding: 0;
}

.p-entry .p-entry-lp [class*=column-table] .entry-container {
  position: relative;
  padding: 0;
}

.p-entry .p-entry-lp table {
  margin-bottom: 0 !important;
}

.p-entry .p-entry-lp>.acms-grid>[class*=acms-col] h3+p {
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  .p-entry .p-entry-lp h2 {
    margin-right: 0;
    margin-left: 0;
  }
  .p-entry .p-entry-lp [class*=column-table-] {
    margin-right: 35px;
    margin-left: 35px;
  }
  .p-entry .p-entry-lp .c-accordion {
    margin: 0 35px 40px;
  }
}

.p-entry-column.-dictionary h2:not(.c-accordion__term) {
  font-size: 24px;
  padding: 0 20px 20px;
  border: 0;
  border-bottom: 2px solid #ffe100;
}

@media screen and (min-width: 768px) {
  .p-entry-column.-dictionary h2:not(.c-accordion__term) {
    font-size: 24px;
    padding: 30px 0 20px;
  }
  .p-entry-column.-dictionary h3 {
    padding-top: 0;
  }
}

.p-entry-column.-technology h2 {
  font-size: 24px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-entry-column.-technology h3:not(.c-tech-detail__img-title) {
  font-size: 22px;
  margin: 0 0 40px;
  padding: 10px 15px;
  border-left: 4px solid #ffe100;
}

@media screen and (min-width: 768px) {
  .p-entry-column.-technology h2 {
    margin-right: 35px !important;
    margin-left: 35px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-entry-column.-technology h3:not(.c-tech-detail__img-title) {
    margin: 0 35px 40px;
    padding: 10px 15px;
  }
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a, .p-entry-column .acms-grid>.c-btn-anchor a, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a, .p-entry-column .c-accordion .c-btn-anchor a {
  font-family: 'Roboto Condensed', 'Oswald', 'Impact', 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transition: background-color .3s ease-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #2a2a2a;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:hover, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:visited, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:active, .p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:focus, .p-entry-column .acms-grid>.c-btn-anchor a:hover, .p-entry-column .acms-grid>.c-btn-anchor a:visited, .p-entry-column .acms-grid>.c-btn-anchor a:active, .p-entry-column .acms-grid>.c-btn-anchor a:focus, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:hover, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:visited, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:active, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:focus, .p-entry-column .c-accordion .c-btn-anchor a:hover, .p-entry-column .c-accordion .c-btn-anchor a:visited, .p-entry-column .c-accordion .c-btn-anchor a:active, .p-entry-column .c-accordion .c-btn-anchor a:focus {
  text-decoration: none;
  color: #fff;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:hover, .p-entry-column .acms-grid>.c-btn-anchor a:hover, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:hover, .p-entry-column .c-accordion .c-btn-anchor a:hover {
  color: #000;
  background: #ffe100;
}

.p-entry-column div.acms-entry-unit-full:not(.unstyle) .c-btn-anchor a:before, .p-entry-column .acms-grid>.c-btn-anchor a:before, .p-entry-column .acms-grid.ui-sortable .c-btn-anchor a:before, .p-entry-column .c-accordion .c-btn-anchor a:before {
  font-family: 'icomoon';
  font-size: 10px;
  padding-right: 6px;
  content: '';
}

@media screen and (min-width: 1024px) {
  .c-btn-anchor a {
    padding: 10px;
  }
}

.p-main-section {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.p-main-section.c-bg {
  background-color: #000;
}

.p-main-section.c-bg-gray {
  background-color: #2a2a2a;
}

.p-main-section.c-404 {
  padding: 200px 0;
  background-color: #000;
}

.p-main-section.-index {
  padding-top: 20px;
  padding-bottom: 40px;
}

.p-main-section.-index2 {
  padding: 50px 20px;
}

.p-main-section.-index2+.p-main-section.-index2 {
  padding-top: 0;
}

.p-main-section.-circuit {
  padding: 60px 20px 0;
}

.p-main-section.-circuit+.p-main-section.-circuit {
  padding-top: 0;
}

.p-main-section.-products {
  padding: 80px 0 90px;
}

.p-main-section.-dictionary {
  padding: 0;
}

.p-main-section.-competition {
  overflow: hidden;
  padding: 40px 0 0;
}

.p-main-section.-search {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/common/bg_tyre.png'), url('../images/common/bg_search.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 30%, right 0 bottom -1px;
  background-size: auto 80%, 100%;
}

.p-main-section.c-interview {
  padding-top: 150px;
  padding-bottom: 200px;
}

.p-main-section.c-tyre {
  overflow: hidden;
}

.p-main-section.-other {
  padding: 60px 0;
}

.p-main-section.-other+.p-main-section.-other {
  padding-top: 0;
}

.p-main-section .c-diagonal {
  position: absolute;
  z-index: -9999;
  top: -140px;
  width: 100%;
  height: 250px;
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  background-color: #000;
}

.p-main-section .c-diagonal__inner {
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

@media screen and (min-width: 768px) {
  .p-main-section.-index {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .p-main-section.-index2 {
    padding: 80px 60px;
  }
  .p-main-section.-circuit {
    padding: 100px 60px 0;
  }
  .p-main-section.-search {
    padding-top: 150px;
    padding-bottom: 270px;
    background-size: auto 90%, 100%;
  }
  .p-main-section.-competition {
    padding: 0 0 100px;
  }
  .p-main-section.-dictionary {
    padding: 80px 0 0;
  }
}

.p-section-event {
  padding: 60px 0;
  background-image: url(../images/component/event/bg_eventlist.jpg);
}

@media screen and (min-width: 768px) {
  .p-section-event {
    padding: 100px 0;
  }
}

.p-section-search {
  overflow: hidden;
  padding: 60px 0 20px;
}

@media (min-width: 480px) {
  .p-section-search {
    padding: 80px 0 40px;
    background-image: url(../images/common/bg_tyre_sarch.png);
    background-repeat: no-repeat;
    background-position: left 0 top 60px;
  }
}

.p-section-interview {
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-section-interview {
    background-image: url(../images/component/top/bg_interview.png);
    background-repeat: no-repeat;
    background-position: bottom 100px left -300px;
  }
}

.p-section-race {
  overflow: hidden;
}

.p-section-contact {
  margin: 55px 0 50px;
}

.p-section-tyre {
  overflow: hidden;
  margin: 0 0 35px;
}

.p-section-tyre.-default {
  margin: 0 0 85px;
}

.p-layout-space {
  padding: 10px 70px 25px 70px;
}

.p-layout-space .acms-container {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-layout-space {
    padding: 30px 70px 20px 70px;
  }
}

.js-hiraku-offcanvas-active {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: -350px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .01);
}

.js-hiraku-offcanvas-open {
  right: 0;
}

.js-hiraku-offcanvas-body {
  z-index: 0;
  right: 0;
  width: 100%;
  transition: left .3s ease-in-out;
}

.js-hiraku-offcanvas-body-right {
  position: fixed;
  right: -350px;
  overflow-y: hidden;
  width: 100% !important;
  -ms-overflow-style: none;
}

.js-hiraku-offcanvas-body-left {
  position: fixed;
  right: 350px;
  overflow-y: hidden;
}

.js-hiraku-offcanvas-body-left,
.js-hiraku-offcanvas-body-right {
	left: inherit;
}

.js-hiraku-offcanvas-body-moving {
  position: fixed;
  right: 0;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 350px;
  max-width: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, .01);
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -350px;
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  right: auto;
  left: 0;
  margin-left: -350px;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-header-fixed {
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-body-right, .js-hiraku-offcanvas-body-left {
  overflow: hidden;
}

.js-hiraku-offcanvas-close-btn {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hiraku-open-btn {
  padding: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: transparent;
}

.hiraku-open-btn-line {
  position: absolute;
  top: 14px;
  right: 12px;
  float: right;
  width: 22px;
  height: 4px;
  background-color: #000;
}

@media (min-width: 768px) {
  width: 26px;
  margin: 6px 12px -12px 0;
}

.hiraku-open-btn-line:before, .hiraku-open-btn-line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  transition: .3s all;
  border-radius: 1px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .hiraku-open-btn-line {
    background-color: #ffe100;
  }
  .hiraku-open-btn-line:before, .hiraku-open-btn-line:after {
    background-color: #ffe100;
  }
}

.hiraku-open-btn-line:before {
  top: -9px;
}

.hiraku-open-btn-line:after {
  bottom: -9px;
}

[aria-expanded='true'] .hiraku-open-btn-line {
  background-color: transparent;
}

[aria-expanded='true'] .hiraku-open-btn-line:before, [aria-expanded='true'] .hiraku-open-btn-line:after {
  width: 22px;
}

[aria-expanded='true'] .hiraku-open-btn-line:before {
  -ms-transform: translate(-4px, 9px) rotate(45deg);
  transform: translate(-4px, 9px) rotate(45deg);
}

[aria-expanded='true'] .hiraku-open-btn-line:after {
  -ms-transform: translate(-4px, -9px) rotate(-45deg);
  transform: translate(-4px, -9px) rotate(-45deg);
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
  width: auto;
  margin-right: 0;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
  margin-left: 350px;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
  margin-right: -350px;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
  width: 350px;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.js-hiraku-offcanvas-body-left {
  right: 0;
}

.js-hiraku-offcanvas-body-right {
  left: 0;
}

@media screen and (max-width: 767px) {
  .js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
    margin-right: calc(100% - 50px);
  }
  .js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
    margin-left: calc( -100% + 50px);
  }
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
    margin-left: calc(100% - 50px);
  }
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
    margin-right: calc( -100% + 50px);
  }
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    width: calc(100% - 50px);
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
  }
  .js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
    position: fixed;
  }
  .js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
    position: fixed;
  }
}

.offcanvas {
  padding-bottom: 30px;
}

.p-header-top {
  position: relative;
  width: 100%;
    background-color: #1e1e1e;
}

/*
.p-header-top__slider-img {
  overflow: hidden;
  height: 800px;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  background-size: cover;
}
*/

.top_slider_link {
  z-index: 9;
}

.slick-slider {
  padding-top: 50px;
}

.p-header-top__slider-img {
  background: none;
  position: relative;
  background: none;
}

.p-header-top__slider-img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-header-top {
    padding-bottom: 50px;
  }
  .p-header-top__slider-img {
    max-height: inherit;
  }
}

.top_main_banner_arrows {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

.top_main_banner_arrows button {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	height: 46px;
	width: 27px;
  z-index: 11;
}

.top_main_banner_arrows .slick-prev {
	top: -230px;
	left: 12px;
	background: url('../images/component/top/arrow_left.png') no-repeat;
	background-size: 27px auto;
}

.top_main_banner_arrows .slick-next {
	top: -230px;
	right: 12px;
	background: url('../images/component/top/arrow_right.png') no-repeat;
	background-size: 27px auto;
}

@media screen and (min-width: 768px) {

  .top_main_banner_arrows {
    top: 50px;
    height: calc(100% - 50px);
  }

	.top_main_banner_arrows .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
	}

	.top_main_banner_arrows .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
	}

}

.top_main_banner_dots {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%;
	margin: auto;
	z-index: 9;
}

.top_main_banner_dots .slick-dots {
	bottom: 0;
}

.top_main_banner_dots .slick-dots li {
	margin: 0 3px;
	width: 6px;
	height: 6px;
}

.top_main_banner_dots .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 5px;
}

.top_main_banner_dots .slick-dots li.slick-active button::before {
	background: #ffe100;
}

.top_main_banner_dots .slick-dots li button::before {
	margin: 0;
	background: #7d7d7d;
	opacity: 1;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	font-size: 1px;
}

@media screen and (min-width: 768px) {

	.top_main_banner_dots {
		bottom: 15px;
		height: 30px;
	}

	.top_main_banner_dots .slick-dots li {
		margin: 0 7px;
		width: 12px;
		height: 12px;
	}

	.top_main_banner_dots .slick-dots li button {
		width: 12px;
		height: 12px;
	}

	.top_main_banner_dots .slick-dots li button::before {
		width: 12px;
		height: 12px;
		border-radius: 12px;
	}

}

.p-header {
  color: #fff;
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: cover;
}

.p-header.products {
  color: #3e3e3e;
  background-color: transparent;
  background-image: url('../images/common/bg_tyre.png');
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: auto 150%;
}

.p-header.tyre {
  background-image: url('../images/common/bg_tyre_other.png');
  background-repeat: no-repeat;
  background-position: top right 10px;
  background-size: 300px;
}

.p-header.404 {
  background-color: #383838;
}

@media screen and (min-width: 768px) {
  .p-header {
    background-position: 50% 50%;
  }
  .p-header.tyre {
    background-position: top right 200px;
    background-size: 600px;
  }
}

.c-header-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  transition: top .3s ease-out, margin-left .3s ease-in-out, width .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-header-top {
    background-color: #000;
  }
}

.c-header-inner {
  height: 50px;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {

	.c-header-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
/*		background: #ffe100;*/
    background: #F6E500;
	}

}

.c-header-title {
  display: inline-block;
/* background-color: #ffe100;*/
  background-color: #F6E500;
}

.c-header-title__logo {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 50px;
  margin: 0;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-header-title__link {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.c-header-title__logo-img {
  width: 250px;
  height: auto;
  vertical-align: bottom;
}

.c-header-catchcopy {
  font-family: 'Oswald', 'Impact', sans-serif;
  color: #ffe100;
}

.c-header-catchcopy__wrap {
  position: absolute;
/*  bottom: -130px;*/
	bottom: -10px;
  left: 20px;
}

.c-header-catchcopy__text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.c-header-catchcopy__text.-large {
  font-size: 90px;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-header-catchcopy__text {
    font-size: 74px;
    line-height: 1.4;
    margin: 0;
  }
  .c-header-catchcopy__text.-large {
    font-size: 190px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 60px;
  }
  .c-header-catchcopy__wrap {
/*    bottom: -95px;*/
	bottom: 75px;
    left: 85px;
  }
}

@media screen and (min-width: 1440px) {
  .c-header-catchcopy__text.-large br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-header-top {
    position: fixed;
  }
}

@media screen and (max-width: 320px) {
  .c-header-catchcopy__text.-large {
    font-size: 75px;
    line-height: 1.1;
  }
}

.header-fixed {
  position: fixed;
  z-index: 9999;
  top: -50px;
  width: 100%;
}
/*
.header-fixed .c-header-inner {
  background-color: #000;
}
*/
.is-fixed {
  top: 0;
}

.c-header-toggle {
  width: 0;
  transition: width .3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas-body-right .c-header-toggle {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .header-fixed {
    display: none;
  }
}

.p-footer {
  padding: 30px 0;
  background-color: #2a2b2c;
}

.p-footer .c-footer-links {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.p-footer .c-footer-links__wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-footer .c-footer-links__item {
  width: calc(100% / 3);
  text-align: center;
}
*::-ms-backdrop, ..p-footer .c-footer-links__item {
  width: 33.33%; /* IE11 */
}

.p-footer .c-footer-links__link {
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  padding: 30px;
  transition: color .2s ease-out;
  color: #fff;
}

.p-footer .c-footer-links__link:visited, .p-footer .c-footer-links__link:link {
  text-decoration: none;
  color: #fff;
}

.p-footer .c-footer-links__link:hover {
  text-decoration: none;
  color: #ffe100;
}

.p-footer .c-footer-links__link::after {
  font-family: 'icomoon';
  font-size: 4px;
  padding-left: 5px;
  content: '';
}

.p-footer .c-copyright__text {
  font-size: 8px;
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding: 30px 0 60px;
  }
  .c-copyright {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {

  .p-footer .c-footer-links__wrap {
    margin: 0 20px 30px;
  }

  .p-footer .c-footer-links__wrap .acms-container {
    padding: 0;
  }

  .p-footer .c-footer-links {
    margin: 26px 0;
    display: block;
  }

  .p-footer .c-footer-links__item {
    margin: 10px 0;
    width: auto;
    
    text-align: left;
  }

  .p-footer .c-footer-links__link {
    padding: 0;
    font-size: 10px;
  }

}

.top_sns {
      position: relative;
}

.top_sns::before {
    position: absolute;
    content: '';
    width: 280px;
    height: 235px;
    top: -120px;
    left: -20px;
    right: 0;
    margin: auto;
    background: url(../images/component/top/sns_back_bike.png) no-repeat 0 0 / 280px auto;
}

.top_sns_inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #606060;
    transform: skewY(-9deg);
    z-index: -1;
  }

.top_sns_inner::after {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #171717;
    transform: skewY(-9deg);
    z-index: -1;
  }

  .top_sns_inner {
    position: relative;
	margin: 80px 0 0 0;
	padding: 0 0 10px;
  }

.top_sns h2 {
	margin: 0 0 75px 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fee100;
}

.top_sns h2 span {
	display: block;
}

.top_insta {
	margin: 0 0 20px;
}

.top_insta h3 {
	margin: 0 0 10px 20px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}

.top_sns_column h3 {
	margin: 0 0 10px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}

.top_insta ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.top_insta li {
	margin: 0;
	padding: 0;
	width: 33.3333%;
	list-style-type: none;
}

.top_insta li:last-child {
	display: none;
}

.top_insta li a {
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.top_insta li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.top_sns_column {
	margin: 0 20px;
}

.fb-page {
	width:100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
	height: 500px !important;
}

.top_twitter {
	margin: 20px 0 0 0;
}

.twitter_box {
	width: 100%;
	height: 370px;
	background: #fff;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.twitter_box iframe {
	width: calc(100vw - 40px)!important;
	height: 100%;
}

.twitter_header {
	position: relative;
	padding: 7px;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	background: url(../images/component/top/tw_back.png) no-repeat;
	background-size: cover;
}

.twitter_header::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 17px;
	left: 15px;
	bottom: 15px;
	background: url(../images/component/top/tw_bird.png) no-repeat;
	background-size: cover;
}

.twitter_header .icon {
	margin: 0 10px 0 0;
	width: 38px;
	height: 38px;
}

.twitter_header .icon img {
	width: 100%;
}

.twitter_header h4 {
	margin: 0;
	line-height: 1.4;
	font-size: 1.0rem;
	width: calc(100% - 48px);
}

.twitter_header h4 a {
	color: #fff;
}

@media screen and (min-width: 768px) {

    .top_sns::before {
        width: 475px;
        height: 396px;
        top: -90px;
        left: -750px;
        background: url(../images/component/top/sns_back_bike.png) no-repeat 0 0 / 100% auto;
    }

	.top_sns_inner::after {
      top: 100px;
    }

    .top_sns_inner {
		margin: 50px 0 0 0;
		padding: 190px 0 140px 0;
    }

	.top_sns h2 {
		margin: 0 0 120px 0;
		font-size: 3.4rem;
	}

	.top_insta {
		margin: 0 auto 50px;
		max-width: 1100px;
	}

	.top_insta h3,
	.top_sns_column h3 {
		margin: 0 0 30px 0;
		font-size: 2.0rem;
	}

	.top_insta li {
		width: 220px;
		height: 220px;
	}

	.top_insta li:last-child {
		display: block;
	}

	.top_insta li a {
		width: 220px;
		height: 220px;
		padding: 0;
	}

	.top_sns_column {
		margin: 0 auto;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
	}

	.fb-page {
		width:100%;
	    max-width:600px;
	}

	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style] {
		width: 500px !important;
		height: 500px !important;
	}

	.top_twitter {
		margin: 0;
	}

	.twitter_box {
		width: 500px;
		height: 370px;
		overflow: hidden;
	}

	.twitter_box iframe {
		width: auto;
		height: auto
	}

	.twitter_header {
		padding: 10px;
		height: 110px;
		width: 480px;
	}

	.twitter_header::after {
		width: 30px;
		height: 25px;
		left: 15px;
		bottom: 15px;
	}

	.twitter_header .icon {
		margin: 0 15px 0 0;
		width: 54px;
		height: 54px;
	}

	.twitter_header h4 {
		font-size: 17px;
		font-weight: 200;
		width: calc(100% - 69px);
	}

	.twitter_header h4 a:hover {
		text-decoration: underline;
	}

}

@media screen and (min-width: 768px) and (max-width: 1239px) {

    .top_sns::before {
        left: 5px;
        right: auto;
    }

}

.top_sns_list {
  margin: 0 auto;
  padding: 0;
  max-width: 250px;
}

.top_sns_list li {
  margin: 0 0 40px;
  list-style: none;
}

.top_sns_list li a {
  padding: 2px 0 2px 50px;
  color: #fff;
  display: block;
}

.top_sns_list li a:hover {
  text-decoration: none;
}
  
.top_sns_list li h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.top_sns_list li p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.top_sns_list li.youtube a {
  background: url(../images/common/icon_youtube.png) no-repeat 0 center / 40px auto;
}

.top_sns_list li.twitter a {
/*  background: url(../images/common/icon_twitter.png) no-repeat 0 center / 40px auto;*/
  background: url(../images/common/icon_x.png) no-repeat 0 center / 40px auto;
}

.top_sns_list li.insta a {
  background: url(../images/common/icon_insta.png) no-repeat 0 center / 40px auto;
}

@media screen and (min-width: 768px) {

  .top_sns_list {
    margin: 0;
    display: flex;
    justify-content: center;
    max-width: inherit;
  }
  
  .top_sns_list li {
    margin: 0 20px;
  }
  
  .top_sns_list li a {
    padding: 15px 0 15px 85px;
  }
  
  .top_sns_list li h3 {
    margin: 0 0 5px;
    font-size: 20px;
  }
  
  .top_sns_list li p {
    font-size: 16px;
  }

  .top_sns_list li a:hover h3,
  .top_sns_list li a:hover p {
    color: #ffe100;
  }
  
  .top_sns_list li.youtube a {
    background: url(../images/common/icon_youtube.png) no-repeat 0 center;
  }
  
  .top_sns_list li.twitter a {
/*    background: url(../images/common/icon_twitter.png) no-repeat 0 center;*/
    background: url(../images/common/icon_x.png) no-repeat 0 center;
  }
  
  .top_sns_list li.insta a {
    background: url(../images/common/icon_insta.png) no-repeat 0 center;
  }

}

@media screen and (min-width: 768px) and (max-width: 1060px) {

  .top_sns_list {
    margin: 0 auto;
    display: block;
    max-width: 350px;
  }
  
  .top_sns_list li {
    margin: 0 0 40px;
  }
  
}

.top_promotion_movie {
	padding: 0 12px 35px;
	background-color: #1e1e1e;
}

.top_promotion_movie_inner {
	padding: 30px 0 0;
}

.top_promotion_movie h2,
.top_news_title {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}

.movie_box {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {

	.top_promotion_movie {
		padding: 0 12px 90px;
	}

	.top_promotion_movie_inner {
		margin: 0 auto;
		padding: 0;
		max-width: 1100px;
	}

	.top_promotion_movie h2,
	.top_news_title {
		margin: 0 0 30px 0;
		font-size: 2.2rem;
		font-weight: 600;
	}

	.movie_box {
		margin: 0 auto;
	}

}
/*
@media screen and (min-width: 768px) {

	.top_slider_link {
		height: 800px;
	}

}
*/
.new_products_banner {
	margin: 0;
	padding: 40px 0 0;
	background-color: #1e1e1e;
	text-align: center;
}

.new_products_banner li {
	margin: 20px 12px 0;
	list-style-type: none;
}

.new_products_banner li:first-child {
	margin-top: 0;
}

.new_products_banner li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {

	.new_products_banner {
		padding: 50px 0 70px;
	}

	.new_products_banner li {
		margin: 30px auto 0;
		width: 1100px;
	}

	.new_products_banner li a {
		position: relative;
		display: block;
	}

	.new_products_banner li span {
		position: absolute;
		top: 0;
		left: 0;
		border: 2px solid #ffe100;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		display: block;
		opacity: 0;
		transition: all 0.15s ease-out;
	}

	.new_products_banner li a:hover span {
		opacity: 1;
		transition: all 0.15s ease-out;
	}

}

.top_news_title {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	background-color: #1e1e1e;
}

@media screen and (min-width: 768px) {

	.top_news_title {
		margin: 0;
		padding: 0 0 25px 0;
		font-size: 2.2rem;
		font-weight: 600;
	}
}

.gnavi_pc {
	display: none;
}

.ft_oswald {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {

	.c-header-top.header_out_1st {
		opacity: 0;
	}

	.c-header-top.header_out_2nd {
		position: fixed;
		top: -50px;
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.c-header-top.header_out {
		top: -50px;
	}

	.c-header-top.header_in {
		position: fixed;
		top: 0;
	}

	.gnavi_pc {
		margin: 0;
		padding: 0;
		display: flex;
	}

	.gnavi_pc > li {
		border-left: 1px solid #d9c000;
		list-style-type: none;
		font-size: 14px;
		font-weight: 500;
		font-weight: bold;
	}

	.gnavi_pc > li > a,
	.gnavi_pc > li > span {
		transition: all 0.2s ease-out;
	}

	.gnavi_pc > li.hv > a,
	.gnavi_pc > li.hv > span {
		background: #000;
		color: #ffe100;
		transition: all 0.2s ease-out;
	}

	.gnavi_pc > li.ft_oswald {
		font-weight: 500;
	}

	.gnavi_pc > li > a,
	.gnavi_pc > li > span {
		padding: 0 30px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333;
		text-decoration: none;
		cursor: pointer;
	}

	.gnavi_pc_sub {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background:	#000;
		z-index: 2;
		padding: 40px 0 40px;
	}

	.gnavi_pc_sub .inner {
		margin: 0 auto;
		max-width: 1100px;
	}

	.gnavi_pc_sub h3 {
		margin: -10px 0 20px 0;
		padding: 0;
		font-size: 18px;
	}

	.gnavi_pc_sub h3 a {
		padding-right: 25px;
		color: #fff;
		position: relative;
		text-decoration: none;
	}

	.gnavi_pc_sub h3 a::before {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		font-family: 'icomoon';
		font-size: 12px;
		content: '';
		line-height: 1.6;
	}

	.gnavi_pc_sub h3 a:hover {
		color: #fee100;
	}

	.gnavi_pc_sub ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.gnavi_pc_sub li {
		margin: 0 2px 2px 0;
		padding: 0;
		line-height: 1.4;
		font-weight: 400;
		width: calc(33% - 2px);
		list-style-type: none;
	}

	.gnavi_contact .gnavi_pc_sub li {
		margin: 0 2px 0 0;
		width: calc(25% - 2px);
		background: #2b2b2b;
	}

	.gnavi_pc_sub li:nth-child(3n) {
		margin-right: 0px;
	}

	.gnavi_contact .gnavi_pc_sub li:nth-child(3n) {
		margin-right: 2px;
	}

	.gnavi_contact .gnavi_pc_sub li:nth-child(4n) {
		margin-right: 0px;
	}

	.gnavi_pc_sub li a,
	.gnavi_pc_sub li a.c-gnav__link {
		padding: 0;
		display: flex;
		height: 100%;
		align-items: center;
		text-decoration: none;
		color: #fff;
		background: #2b2b2b;
		transition: all 0.2s ease-out;
	}

	.gnavi_pc_sub li a:hover {
		color: #000;
		background: #fee100;
		transition: all 0.2s ease-out;
	}

	.gnavi_pc_sub li figure {
		margin: 0;
		width: 150px;
		height: 80px;
		position: relative;
		overflow: hidden;
	}

	.gnavi_pc_sub li figure div {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 100%;
	    height: auto;
	}

	.gnavi_pc_sub li figure img {
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all 0.2s ease-out;
	}

	.gnavi_pc_sub li a:hover figure img {
	    transform: scale(1.2);
	    transition: all 0.2s ease-out;
	}

	.gnavi_pc_sub li span {
		padding: 0 15px;
		display: flex;
		align-items: center;
		min-height: 80px;
		height: 100%;
		width: 100%;
		flex: 1;
	}

	.gnavi_products .gnavi_pc_sub .inner {
		display: flex;
	}

	.gnavi_products .gnavi_pc_sub h3 {
		margin: 0;
		width: 320px;
	}

	.gnavi_products .gnavi_pc_sub h3 a {
		padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		position: relative;
		overflow: hidden;
	}

	.gnavi_products .gnavi_pc_sub h3 a:before {
		display: none;
	}

	.gnavi_products .gnavi_pc_sub h3 a div {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	    transition: all 0.3s ease-out;
    }

	.gnavi_products .gnavi_pc_sub h3 a:hover div {
    	transform: scale(1.1);
	    transition: all 0.3s ease-out;
    }

	.gnavi_products .gnavi_pc_sub h3 a span {
		position: relative;
		z-index: 2;
		height: auto;
		min-height: inherit;
	}

	.gnavi_products .gnavi_pc_sub ul {
		flex: 1;
	}

	.gnavi_products .gnavi_pc_sub li {
		margin: 0 0 2px 2px;
	}

	.gnavi_products .gnavi_pc_sub span {
		height: calc( 1.4em * 2 );
		line-height: 1.4;
		min-height: 60px;
	}

	.gnavi_contact .gnavi_pc_sub span {
		min-height: 60px;
	}

}

@media all and (-ms-high-contrast: none){
	.gnavi_pc_sub li span {
		height: 80px;
	}

	.gnavi_products .gnavi_pc_sub li span,
	.gnavi_contact .gnavi_pc_sub li span {
		height: 60px;
	}
}

#sidebar .c-gnav__item a.no_link,
.p-footer .c-gnav__item a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}
