main img {
  max-width: unset;
  border-style: none;
}
main a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}
main a:active,
main a:focus,
main a:hover,
main a:visited {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
}
.gHeader__logo,
header {
  box-shadow: none !important;
}
header,
header > * {
  box-sizing: content-box !important;
}
.doc__content {
  padding-bottom: 0 !important;
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes btnHoverMoreY {
  0% {
    -webkit-transform: rotate(90deg) translate3d(-100%, 0, 0);
    transform: rotate(90deg) translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
  }
}
@keyframes btnHoverMoreY {
  0% {
    -webkit-transform: rotate(90deg) translate3d(-100%, 0, 0);
    transform: rotate(90deg) translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
  }
}
@-webkit-keyframes btnHoverArrow {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0) rotate(-45deg);
    transform: translate3d(-100%, -50%, 0) rotate(-45deg);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);
  }
}
@keyframes btnHoverArrow {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0) rotate(-45deg);
    transform: translate3d(-100%, -50%, 0) rotate(-45deg);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:focus {
  outline: 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 {
  position: absolute;
  bottom: 5px;
  font-size: 0;
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: 0;
}
.slick-prev {
  left: 30px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.slick-next {
  right: 30px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.slick-dots {
  text-align: center;
  margin-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 1px;
  display: block;
  background: #999;
  margin: 5px;
  outline: 0;
}
.slick-dots li.slick-active button {
  background: #333;
}
.slick-dots > li:first-child:last-child {
  display: none;
}
main {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-hide {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .pc-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.js-fade.scrollin,
.js-fade.scrollin > span {
  opacity: 1;
}
.js-fade > span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.js-fade > span:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js-fade > span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js-fade > span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js-fade > span:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js-fade > span:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js-fade > span:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js-fade > span:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.js-fade > span:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.js-fade > span:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js-fade > span:nth-child(10) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js-fade > span:nth-child(11) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.js-fade > span:nth-child(12) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.btn {
  text-align: right;
}
.btn a {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 18px;
  padding-left: 30px;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .btn a:hover:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 15px;
    padding-left: 20px;
  }
}
.link-other-cate {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-01.jpg) top
    no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.link-other-cate a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}
.link-other-cate a:active,
.link-other-cate a:focus,
.link-other-cate a:hover,
.link-other-cate a:visited {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
}
.link-other-cate .other-cate-ttl {
  margin-bottom: 50px;
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}
.link-other-cate .other-cate-ttl img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .link-other-cate .other-cate-ttl {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .link-other-cate .other-cate-ttl:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .link-other-cate {
    padding: 65px 0 40px;
  }
  .link-other-cate .other-cate-ttl {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.link-other-cate.sm {
  padding: 80px 0;
}
.link-other-cate.sm .other-cate-ttl {
  font-size: 28px;
  letter-spacing: 0.045em;
  margin-bottom: 30px;
  width: auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .link-other-cate.sm {
    padding: 30px 0 20px;
  }
  .link-other-cate.sm .other-cate-ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
}
.lst-other-cate-sub {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
  float: right;
  text-align: right;
  margin-bottom: 50px;
}
.lst-other-cate-sub li a {
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 0 5px 30px;
  width: 100px;
}
.lst-other-cate-sub li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .lst-other-cate-sub li a:hover:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .lst-other-cate-sub {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin: 20px auto 10px;
  }
  .lst-other-cate-sub:after {
    content: "";
    display: block;
    clear: both;
  }
  .lst-other-cate-sub li {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .lst-other-cate-sub li a {
    font-size: 15px;
    padding: 5px 0 5px 20px;
    width: auto;
  }
}
.lst-other-cate {
  clear: both;
}
.lst-other-cate li {
  float: left;
  width: 25%;
  padding: 0 1px;
}
.lst-other-cate li .box-img {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  height: 122px;
}
.lst-other-cate li .box-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.lst-other-cate li .box-txt {
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 10px 5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .lst-other-cate li .box-img {
    position: relative;
  }
  .lst-other-cate li .box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lst-other-cate li .box-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .lst-other-cate li.team .box-img:after {
    background: #ef60a3;
  }
  .lst-other-cate li.disabied-sport .box-img:after {
    background: #5bc2e7;
  }
  .lst-other-cate li.sponsor .box-img:after {
    background: #34b78f;
  }
  .lst-other-cate li.motorsports .box-img:after {
    background: #a77bca;
  }
  .lst-other-cate li a:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lst-other-cate li a:hover .box-img:after {
    opacity: 0.5 !important;
  }
}
@media only screen and (max-width: 767px) {
  .lst-other-cate li {
    width: 50%;
  }
  .lst-other-cate li .box-img {
    height: 82px;
  }
  .lst-other-cate li .box-txt {
    letter-spacing: 0.1em;
    padding: 5px 5px 20px;
    font-size: 10px;
  }
}
.lst-other-cate.columns-3 li {
  width: 33.333%;
}
@media only screen and (max-width: 767px) {
  .lst-other-cate.columns-3 li {
    width: 100%;
  }
}
.block-contact a {
  display: block;
  background: #f8f8f8;
  padding: 54px 20px;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
}
.block-contact a:active,
.block-contact a:focus,
.block-contact a:hover,
.block-contact a:visited {
  text-decoration: none;
  color: #333;
  outline-width: 0;
}
.block-contact .contact-ttl {
  max-width: 600px;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.block-contact .contact-txt {
  font-size: 20px;
  letter-spacing: 0.12em;
  position: relative;
  line-height: 32px;
  float: right;
  padding-left: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .block-contact a {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .block-contact a:hover {
    background: hsla(0, 0%, 93.3%, 0.9);
  }
}
@media only screen and (min-width: 768px) {
  .block-contact.sm a {
    padding: 25px 85px;
  }
  .block-contact.sm .contact-ttl {
    font-size: 28px;
    letter-spacing: 0.125em;
  }
  .block-contact.sm .contact-txt {
    font-size: 16px;
    line-height: 28px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact a {
    padding: 20px;
  }
  .block-contact .contact-ttl {
    font-size: 19px;
    letter-spacing: 0.045em;
    line-height: 48px;
  }
  .block-contact .contact-txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .block-contact .contact-ttl {
    font-size: 16px;
  }
  .block-contact .contact-txt {
    line-height: 20px;
    font-size: 12px;
  }
}
.link-other-cate + .block-contact {
  margin: 80px auto 110px;
}
@media only screen and (max-width: 767px) {
  .link-other-cate + .block-contact {
    margin: 40px auto 50px;
  }
}
.btn-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.btn-logo.is-fixed {
  position: fixed;
}
.btn-logo img {
  max-width: 180px;
}
@media only screen and (min-width: 1025px) {
  .btn-logo {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn-logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn-logo {
    top: 15px;
  }
  .btn-logo img {
    max-width: 140px;
  }
}
.localnavi {
  position: relative;
  z-index: 2;
}
body.is-loading {
  height: 100vh;
  overflow: hidden;
}
body.is-loading header {
  display: none;
}
body.is-loading .page-home {
  opacity: 0;
}
.loading {
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  -webkit-transition: opacity 1s ease 0.8s;
  transition: opacity 1s ease 0.8s;
  opacity: 1;
}
.loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 50px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.loading img {
  max-width: 100%;
}
.is-loading .loading .loading-inner {
  opacity: 1;
}
.is-comp .loading {
  opacity: 0;
}
.is-comp .loading .loading-inner {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.fixed-bg {
  height: 650px;
}
@media only screen and (max-width: 767px) {
  .fixed-bg {
    height: auto;
  }
}
.block-article .fixed-bg {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-02.jpg) 50%
    no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .block-article .fixed-bg {
    background-attachment: fixed;
  }
}
.block-categories .fixed-bg {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-04.jpg) 50%
    no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .block-categories .fixed-bg {
    background-attachment: fixed;
  }
}
.fixed-bg .container {
  position: relative;
  height: 100%;
}
.fixed-bg p {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 90px;
  padding: 190px 0;
  letter-spacing: 0.045em;
  line-height: 1.2;
  color: #fff;
  opacity: 0.75;
}
.fixed-bg p small {
  font-size: 20px;
  display: block;
  margin-top: 30px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .fixed-bg p {
    font-size: 40px;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
    padding: 50px 0;
  }
  .fixed-bg p small {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
.top-ttl {
  font-size: 40px;
  letter-spacing: 0.04em;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .top-ttl {
    font-size: 25px;
    line-height: 1.56;
  }
}
@media only screen and (max-width: 767px) {
  .block-article .top-ttl,
  .block-categories .top-ttl {
    display: none;
  }
}
.top-lead {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.888;
  margin: 20px 0 60px;
}
@media only screen and (max-width: 767px) {
  .top-lead {
    font-size: 15px;
    margin: 10px 0 50px;
  }
}
.mainvisual {
  width: 100%;
  height: calc(100vh - 200px);
  position: relative;
  overflow: hidden;
}
.mainvisual .img-mv {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  height: 100%;
}
.mainvisual .img-mv img {
  width: 100%;
  position: absolute;
  right: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainvisual .inner-mv {
  position: absolute;
  bottom: 40px;
  left: 5%;
}
.mainvisual .btn {
  text-align: left;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual .img-mv img {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    height: auto !important;
  }
  .mainvisual .btn,
  .mainvisual .img-mv,
  .mainvisual .img-mv img,
  .mainvisual .inner-mv,
  .mainvisual .ttl-mv {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    height: auto;
  }
  .mainvisual .img-mv img {
    width: 140%;
    margin-left: -20%;
  }
  .mainvisual .inner-mv {
    padding: 20px;
  }
  .mainvisual .ttl-mv img {
    width: 100%;
  }
  .mainvisual .btn {
    text-align: right;
    padding-bottom: 40px;
  }
  .mainvisual .btn a {
    letter-spacing: 0.08em;
  }
}
.block-nav {
  padding: 42px 40px 60px;
  position: relative;
}
.block-nav .local-nav-logo {
  position: absolute;
  top: 47px;
  left: 40px;
  z-index: 10;
  width: 283px;
}
.block-nav .local-nav-logo img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .block-nav .local-nav-btn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .block-nav {
    padding: 0;
    height: 110px;
  }
  .block-nav .local-nav-logo {
    top: 30px;
    left: 20px;
    width: 208px;
  }
  .block-nav .local-nav-btn {
    position: absolute;
    top: 15px;
    right: 0;
    width: 60px;
    height: 46px;
    text-align: center;
    padding: 15px 20px;
  }
  .block-nav .local-nav-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .block-nav.is-open .local-nav-btn:before {
    -webkit-transform: rotate(225deg) translate(0);
    transform: rotate(225deg) translate(0);
  }
}
.local-nav {
  text-align: right;
}
.local-nav li {
  display: inline-block;
  margin-left: 40px;
}
.local-nav li a {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.42;
  position: relative;
  display: block;
  text-align: left;
}
.local-nav li a small {
  display: block;
  font-size: 12px;
  padding-left: 16px;
  padding-top: 3px;
  letter-spacing: 0.05em;
}
.local-nav li a:before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .local-nav li a:before {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .local-nav li a:hover:before {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .local-nav {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .local-nav {
    display: none;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.9);
    position: absolute;
    left: 20px;
    top: 65px;
    width: calc(100% - 40px);
    z-index: 3;
    text-align: left;
    padding: 10px 25px;
  }
  .is-open .local-nav {
    display: block;
  }
  .local-nav li {
    display: block;
    margin: 0;
  }
  .local-nav li a {
    font-size: 13px;
    line-height: 1.23;
    padding: 10px 0 10px 20px;
  }
  .local-nav li a small {
    font-size: 10px;
    padding-left: 0;
  }
  .local-nav li a:before {
    content: "";
    border: 0;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #333;
  }
}
.wrap-section {
  position: relative;
  background: #fff;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .wrap-section {
    padding-bottom: 70px;
  }
}
.block-location {
  display: none;
  position: fixed;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 200px;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.block-location.is-hide {
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .block-location {
    display: block;
  }
}
.block-location:before {
  content: "";
  height: 100%;
  background: #333;
  opacity: 0.2;
}
.block-location .bar,
.block-location:before {
  width: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.block-location .bar {
  background: #999;
  height: 20%;
}
.block-location .local-location {
  display: block;
  margin-top: 1em;
  position: relative;
}
.block-location .local-location a {
  display: block;
  padding: 8px 0 7px 10px;
}
.block-location .local-location span {
  opacity: 0;
  font-size: 0;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.block-location .local-location a:hover span {
  opacity: 1;
}
.block-location .local-location:hover span {
  font-size: 14px;
}
.block-new {
  position: relative;
}
.block-new a {
  display: block;
}
.block-new .new-img {
  margin: 0 auto -160px;
  text-align: right;
  position: relative;
  z-index: 0;
}
.block-new .new-img span {
  display: inline-block;
  overflow: hidden;
  width: 840px;
  font-size: 0;
}
.block-new .new-img span img {
  width: 100%;
}
.block-new .new-ttl {
  display: inline-block;
  color: #999;
  font-size: 56px;
  letter-spacing: 0.08em;
  padding-left: 40px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.block-new .new-ttl span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.2em;
}
.block-new .new-txt {
  width: 65%;
}
.block-new .box-new {
  background: hsla(0, 0%, 93.3%, 0.8);
  position: relative;
  margin-top: -40px;
  padding: 70px 40px;
}
.block-new .box-new p {
  color: #fff;
}
.block-new .box-new-ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.block-new .box-new-name {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2;
}
.block-new .box-new-more {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  overflow: hidden;
}
.block-new .box-new-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new .new-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .block-new .content-new .box-new {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .block-new .content-new.is-hover .new-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .block-new .content-new.is-hover .box-new {
    background: hsla(0, 0%, 60%, 0.8);
  }
  .block-new .content-new.is-hover .box-new-more:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
.block-new .content-new.is-pink .new-ttl {
  color: #ef60a3;
}
.block-new .content-new.is-pink .box-new {
  background: rgba(236, 179, 203, 0.8);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new.is-pink.is-hover .box-new {
    background: rgba(239, 96, 163, 0.6);
  }
}
.block-new .content-new.is-blue .new-ttl {
  color: #0092bd;
}
.block-new .content-new.is-blue .box-new {
  background: rgba(91, 194, 231, 0.8);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new.is-blue.is-hover .box-new {
    background: rgba(0, 146, 189, 0.6);
  }
}
.block-new .content-new.is-green .new-ttl {
  color: #34b78f;
}
.block-new .content-new.is-green .box-new {
  background: rgba(143, 214, 189, 0.8);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new.is-green.is-hover .box-new {
    background: rgba(52, 183, 143, 0.6);
  }
}
.block-new .content-new.is-purple .new-ttl {
  color: #a77bca;
}
.block-new .content-new.is-purple .box-new {
  background: rgba(205, 161, 240, 0.8);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new.is-purple.is-hover .box-new {
    background: rgba(167, 123, 202, 0.6);
  }
}
.block-new .content-new.is-sky .new-ttl {
  color: #63acc2;
}
.block-new .content-new.is-sky .box-new {
  background: rgba(136, 206, 228, 0.8);
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new.is-sky.is-hover .box-new {
    background: rgba(99, 172, 194, 0.6);
  }
}
@media only screen and (min-width: 1025px) {
  .block-new .content-new {
    width: 100%;
  }
  .block-new .new-img span {
    width: 70%;
  }
  .block-new .new-txt {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 70vw) {
  .block-new .content-new {
    padding: 10vh 0 15vh;
  }
}
@media only screen and (min-width: 1025px) {
  .is-ie-edge .block-new .content-new {
    padding: 10vh 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-new .new-img {
    margin: 0 auto -30px;
    padding-left: 0;
  }
  .block-new .new-img span {
    width: calc(100% - 20px);
  }
  .block-new .new-img span img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    height: 90vw;
  }
  .block-new .new-ttl {
    font-size: 39px;
    padding-left: 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .block-new .new-ttl span {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  .block-new .new-txt {
    width: calc(100% - 30px);
  }
  .block-new .box-new {
    margin-top: 0;
    padding: 40px 20px 60px;
  }
  .block-new .box-new-ttl {
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 1.43;
    margin-bottom: 10px;
  }
  .block-new .box-new-name {
    font-size: 13px;
    line-height: 1.13;
  }
  .block-new .box-new-more {
    bottom: 20px;
    right: 15px;
    font-size: 15px;
    letter-spacing: 0.08em;
    padding-left: 20px;
  }
  .block-new .content-new {
    padding: 65px 0;
    position: relative;
  }
}
.block-article {
  position: relative;
}
.content-top-article {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-03.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 110px 0;
}
@media only screen and (min-height: 870px) {
  .content-top-article {
    padding: 20vh 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-top-article {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .content-top-article {
    padding: 60px 0 100px;
  }
}
.lst-article-top {
  margin-bottom: 40px;
}
.lst-article-top li {
  display: inline-block;
  float: left;
  width: 33.333%;
}
.lst-article-top a {
  display: block;
  margin: 0 1px;
}
.lst-article-top .box-img {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.lst-article-top .box-img img {
  width: 100%;
}
.lst-article-top .box-txt {
  padding: 20px;
}
.lst-article-top .article-ttl {
  font-size: 24px;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
.lst-article-top .article-txt {
  font-size: 14px;
  letter-spacing: 0.125em;
  line-height: 1.5;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .lst-article-top .box-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .lst-article-top a:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .lst-article-top li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .lst-article-top a {
    margin: 0;
  }
  .lst-article-top .box-img {
    width: 134px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
  }
  .lst-article-top .box-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .lst-article-top .box-txt {
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
    padding: 5px;
  }
  .lst-article-top a {
    display: block;
  }
  .lst-article-top .article-ttl {
    font-size: 17px;
    letter-spacing: 0.08em;
  }
  .lst-article-top .article-txt {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.46;
  }
}
.content-top-categories {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-05.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 110px 0;
}
@media only screen and (min-width: 1025px) {
  .content-top-categories {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .content-top-categories {
    padding: 60px 0 100px;
  }
}
.lst-categories-top {
  margin: 0 -15px;
}
.lst-categories-top li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 15px 50px;
}
.lst-categories-top .box-img {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.lst-categories-top .box-img img {
  width: 100%;
}
.lst-categories-top .box-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lst-categories-top li:nth-child(4n + 1) .box-img:after {
  background: #ef60a3;
}
.lst-categories-top li:nth-child(4n + 2) .box-img:after {
  background: #5bc2e7;
}
.lst-categories-top li:nth-child(4n + 3) .box-img:after {
  background: #34b78f;
}
.lst-categories-top li:nth-child(4n) .box-img:after {
  background: #a77bca;
}
.lst-categories-top .box-txt {
  padding: 20px 10px;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.08em;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .lst-categories-top .box-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .lst-categories-top a:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lst-categories-top a:hover .box-img:after {
    opacity: 0.5 !important;
  }
}
@media only screen and (max-width: 767px) {
  .lst-categories-top {
    margin: 0 -10px;
  }
  .lst-categories-top li {
    padding: 0 10px 30px;
  }
  .lst-categories-top .box-img {
    height: 80px;
  }
  .lst-categories-top .box-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .lst-categories-top .box-txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 0 0;
  }
}
.block-about {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/index-bg-img-06.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 100px 0 150px;
}
@media only screen and (min-width: 768px) {
  .block-about {
    background-attachment: fixed;
  }
}
.block-about .top-lead,
.block-about .top-ttl {
  color: #fff;
}
.block-about .about-main {
  color: #fff;
  font-size: 54px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding-left: 40px;
}
.block-about .btn a {
  color: #fff;
}
.block-about .btn a:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .block-about {
    padding: 80px 0 114px;
  }
  .block-about .top-lead {
    margin: 30px 0 0;
  }
  .block-about .about-main {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.666;
    padding: 10px 0 50px;
  }
}
.page-home .block-contact {
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .page-home .block-contact {
    margin-top: -35px;
  }
}
.page-home .btn-logo:not(.is-fixed) {
  opacity: 0;
}
.block-title {
  position: relative;
  background: #eee;
}
.block-title .container {
  position: relative;
  padding: 100px 20px 140px;
}
.block-title .hdg-lv2 {
  font-size: 40px;
  letter-spacing: 0.04em;
  color: #999;
}
.block-title .txt-lead {
  font-size: 16px;
  letter-spacing: 0.085em;
  line-height: 1.888;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-title .container {
    padding: 100px 20px 120px;
  }
  .block-title .hdg-lv2 {
    font-size: 25px;
  }
  .block-title .txt-lead {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.wrp-article {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .wrp-article {
    margin-top: -50px;
  }
}
.wrp-article-other {
  margin: 150px auto 120px;
}
.wrp-article-other #response-article-category {
  position: relative;
}
.wrp-article-other .other-ttl {
  font-size: 28px;
  letter-spacing: 0.045em;
  margin-bottom: 20px;
}
.wrp-article-other .other-ttl + .btn {
  position: absolute;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .wrp-article-other {
    margin: 70px auto 80px;
  }
  .wrp-article-other .other-ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .wrp-article-other .other-ttl + .btn {
    top: 0;
  }
}
.lst-article li {
  float: left;
  width: 25%;
}
.lst-article li a {
  position: relative;
  display: block;
  margin: 1px;
}
.lst-article li .box-img {
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.lst-article li img {
  width: 100%;
}
.lst-article li .box-txt {
  display: block;
  padding: 20px 20px 25px;
}
.lst-article li .article-ttl {
  font-size: 20px;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
.lst-article li .article-txt {
  font-size: 14px;
  letter-spacing: 0.125em;
  line-height: 1.5;
  color: #666;
  margin-top: 5px;
}
.lst-article li:nth-child(6n + 1) a,
.lst-article li:nth-child(6n + 5) a {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .lst-article li:nth-child(6n + 3),
  .lst-article li:nth-child(6n + 4) {
    width: 50%;
  }
  .lst-article li:nth-child(6n + 3) a,
  .lst-article li:nth-child(6n + 4) a {
    padding-top: 28.125%;
    overflow: hidden;
  }
  .lst-article li:nth-child(6n + 3) .box-img,
  .lst-article li:nth-child(6n + 4) .box-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .lst-article li:nth-child(6n + 3) .box-img img,
  .lst-article li:nth-child(6n + 4) .box-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .lst-article li:nth-child(6n + 3) .box-txt,
  .lst-article li:nth-child(6n + 4) .box-txt {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px 20px 20px;
  }
  .lst-article li:nth-child(6n + 3) .article-ttl,
  .lst-article li:nth-child(6n + 4) .article-ttl {
    font-size: 30px;
    line-height: 1.333;
    color: #fff;
  }
  .lst-article li:nth-child(6n + 3) .article-txt,
  .lst-article li:nth-child(6n + 4) .article-txt {
    letter-spacing: 0.2em;
    color: #fff;
  }
  .lst-article li:nth-child(12n + 3) .box-txt {
    background: rgba(236, 179, 203, 0.8);
  }
  .lst-article li:nth-child(12n + 4) .box-txt {
    background: rgba(136, 206, 228, 0.8);
  }
  .lst-article li:nth-child(12n + 9) .box-txt {
    background: rgba(143, 214, 189, 0.8);
  }
  .lst-article li:nth-child(12n + 10) .box-txt {
    background: rgba(167, 123, 202, 0.5);
  }
}
@media only screen and (min-width: 1025px) {
  .lst-article li .box-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .lst-article li a:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .lst-article li {
    width: 50%;
  }
  .lst-article li .box-txt {
    padding: 10px 10px 15px;
  }
  .lst-article li .article-ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .lst-article li .article-txt {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.46;
  }
  .lst-article li:nth-child(3n + 1) a {
    background: #f8f8f8;
  }
  .lst-article li:nth-child(3n + 2) a {
    background: #fff;
  }
  .lst-article li:nth-child(3n) {
    width: 100%;
  }
  .lst-article li:nth-child(3n) .box-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 20px;
  }
  .lst-article li:nth-child(3n) .article-ttl {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.15;
    color: #fff;
  }
  .lst-article li:nth-child(3n) .article-txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.46;
    color: #fff;
  }
  .lst-article li:nth-child(12n + 3) .box-txt {
    background: rgba(236, 179, 203, 0.8);
  }
  .lst-article li:nth-child(12n + 6) .box-txt {
    background: rgba(136, 206, 228, 0.8);
  }
  .lst-article li:nth-child(12n + 9) .box-txt {
    background: rgba(143, 214, 189, 0.8);
  }
  .lst-article li:nth-child(12n) .box-txt {
    background: rgba(167, 123, 202, 0.5);
  }
}
.lst-article.other {
  margin-bottom: 60px;
}
.lst-article.other li {
  width: 33.333%;
}
.lst-article.other li a {
  margin: 0 1px;
  padding-top: 0;
}
.lst-article.other li .box-img {
  position: relative;
  top: auto;
  ledt: auto;
  height: 210px;
}
.lst-article.other li .box-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.lst-article.other li .box-txt {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
}
.lst-article.other li .article-ttl {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.lst-article.other li .article-txt {
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0;
}
.lst-article.other li:first-child .box-txt {
  background: rgba(236, 179, 203, 0.8);
}
.lst-article.other li:nth-child(2) .box-txt {
  background: rgba(136, 206, 228, 0.8);
}
.lst-article.other li:nth-child(3) .box-txt {
  background: rgba(143, 214, 189, 0.8);
}
@media only screen and (min-width: 1025px) {
  .lst-article.other li a:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .lst-article.other {
    margin-bottom: 20px;
  }
  .lst-article.other li {
    width: 100%;
    margin-bottom: 15px;
  }
  .lst-article.other li a {
    margin: 0;
  }
  .lst-article.other li .box-img {
    width: 100%;
    height: auto;
  }
  .lst-article.other li .box-txt {
    padding: 10px 15px 20px;
  }
  .lst-article.other li .article-ttl {
    letter-spacing: 0.08em;
    line-height: 1.15;
  }
  .lst-article.other li .article-txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.46;
  }
}
.wrp-btn-more {
  margin-top: 100px;
  text-align: center;
}
.wrp-btn-more .btn-article-more {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding-top: 30px;
  position: relative;
  cursor: pointer;
}
.wrp-btn-more span {
  width: 16px;
  height: 16px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.wrp-btn-more span:after,
.wrp-btn-more span:before {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background: #333;
}
.wrp-btn-more span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1025px) {
  .wrp-btn-more .btn-article-more:hover span:before {
    -webkit-animation: btnHover 0.2s ease-out;
    animation: btnHover 0.2s ease-out;
  }
  .wrp-btn-more .btn-article-more:hover span:after {
    -webkit-animation: btnHoverMoreY 0.2s ease-out 0.3s;
    animation: btnHoverMoreY 0.2s ease-out 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .wrp-btn-more {
    margin-top: 50px;
  }
  .wrp-btn-more .btn-article-more {
    font-size: 15px;
    padding-top: 45px;
  }
  .wrp-btn-more span {
    width: 30px;
    height: 30px;
    padding-top: 15px;
  }
  .wrp-btn-more span:after,
  .wrp-btn-more span:before {
    width: 30px;
  }
}
.detail-mainvisual {
  position: relative;
  margin-bottom: 30px;
}
.detail-mainvisual .detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.detail-mainvisual .detail-bg img {
  width: 104%;
  filter: blur(6px);
  position: absolute;
  top: 50%;
  left: -2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-ie-edge .detail-mainvisual .detail-bg img {
  width: 100%;
  left: 0;
  opacity: 0.6;
}
.detail-mainvisual .btn-logo {
  z-index: 1;
}
.detail-mainvisual .main-img {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.detail-mainvisual .main-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail-mainvisual .main-txt {
  position: relative;
  margin-top: -120px;
}
.detail-mainvisual .main-txt .box {
  padding: 55px;
  max-width: 580px;
  background: hsla(0, 0%, 100%, 0.9);
  margin-right: 0;
  margin-left: auto;
}
.detail-mainvisual .main-txt .data {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.detail-mainvisual .main-txt .article-lv1 {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
.detail-mainvisual .main-txt .name {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-bottom: 10px;
}
.detail-mainvisual .main-txt .info {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .detail-mainvisual .detail-bg {
    position: relative;
    top: auto;
    left: auto;
  }
  .detail-mainvisual .detail-bg img {
    width: 100%;
    filter: none;
  }
  .detail-mainvisual .main-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .detail-mainvisual {
    margin-bottom: 45px;
  }
  .detail-mainvisual .detail-bg {
    height: auto;
    width: 100%;
    z-index: 1;
  }
  .detail-mainvisual .detail-bg img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .detail-mainvisual .main-txt {
    margin-top: 0;
  }
  .detail-mainvisual .main-txt .box {
    padding: 25px 20px 0;
    margin: 0 auto;
  }
  .detail-mainvisual .main-txt .data {
    color: #666;
    font-size: 13px;
    line-height: 1.46;
  }
  .detail-mainvisual .main-txt .article-lv1 {
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1.56;
    margin-bottom: 10px;
  }
  .detail-mainvisual .main-txt .name {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.15;
  }
  .detail-mainvisual .main-txt .info {
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.article-box {
  margin-bottom: 120px;
  position: relative;
}
.article-box .box-img {
  font-size: 0;
  position: absolute;
  min-width: 670px;
  width: 56%;
}
.article-box .box-img img {
  width: 100%;
}
.article-box .box-img .img-caption {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  text-shadow: 0 0 10px #333;
}
.article-box .box-img .img-caption.black {
  color: #333;
  text-shadow: 0 0 10px #fff;
}
.article-box .box-txt {
  background: hsla(0, 0%, 100%, 0.9);
  width: 753px;
  padding: 55px;
  position: relative;
}
.article-box .article-lv2 {
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.437;
}
.article-box .article-txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.article-box .article-lv2 + .article-txt,
.article-box .article-txt + .article-txt {
  margin-top: 30px;
}
.article-box .article-txt + .article-lv2 {
  margin-top: 80px;
}
.article-box.left-img {
  padding-top: 185px;
}
.article-box.left-img .box-img {
  top: 0;
  left: 0;
}
.article-box.left-img .box-img .img-caption {
  right: auto;
  left: 10px;
}
.article-box.left-img .box-txt {
  margin: 0 0 0 auto;
}
.article-box.right-img {
  padding-bottom: 185px;
}
.article-box.right-img .box-img {
  bottom: 0;
  right: 0;
}
.article-box.right-img .box-txt {
  margin: 0 0 auto;
}
.article-box.center-img {
  max-width: 920px;
  margin: 0 auto 120px;
  padding: 0 55px;
}
.article-box.center-img .box-movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.article-box.center-img .box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-box.center-img .box-movie + .box-img,
.article-box.center-img .box-movie + .box-movie {
  margin-top: 50px;
}
.article-box.center-img .box-img {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 100%;
  text-align: center;
}
.article-box.center-img .box-img img {
  max-width: 100%;
  height: auto;
}
.article-box.center-img .box-img + .box-img,
.article-box.center-img .box-img + .box-movie {
  margin-top: 50px;
}
.article-box.center-img .box-txt {
  padding: 30px 0 0;
  width: 100%;
}
.article-box.center-img .box-txt + .box-movie {
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .article-box.left-img,
  .article-box.right-img {
    min-height: 520px;
  }
  .article-box.left-img .box-img,
  .article-box.right-img .box-img {
    max-height: 470px;
    overflow: hidden;
  }
  .article-box.left-img .box-img img,
  .article-box.right-img .box-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .article-box {
    margin-bottom: 50px !important;
    padding: 0 20px !important;
  }
  .article-box .box-img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
    min-width: unset;
  }
  .article-box .box-img img {
    width: 100%;
  }
  .article-box .box-txt {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 auto !important;
  }
  .article-box .article-lv2 {
    font-size: 20px;
    line-height: 1.7;
  }
  .article-box .article-txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 15px !important;
  }
  .article-box .article-txt + .article-lv2 {
    margin-top: 50px;
  }
  .article-box.center-img .box-txt {
    padding: 0;
  }
  .article-box.left-img .box-img .img-caption {
    right: 10px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .left-img + .right-img {
    margin-top: -100px;
  }
  .center + .right-img {
    margin-top: -50px;
  }
}
.article-prof {
  position: relative;
}
.article-prof .inner-prof {
  max-width: 700px;
  margin: 20px auto;
  padding: 0 30px;
}
.article-prof .box-prof {
  position: relative;
}
.article-prof .prof-img {
  float: left;
  width: 138px;
  display: inline-block;
  margin-right: 30px;
  font-size: 0;
}
.article-prof .prof-cnt {
  display: inline-block;
  width: calc(100% - 170px);
  vertical-align: top;
}
.article-prof .prof-name {
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}
.article-prof .prof-txt {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.64;
}
.article-prof .prof-link {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.article-prof .prof-link a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
  padding: 0 0 0 25px;
  overflow: hidden;
  position: relative;
}
.article-prof .prof-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .article-prof .prof-link a:hover:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .article-prof .inner-prof {
    padding: 0 20px;
  }
  .article-prof .prof-img {
    width: 50%;
    padding-right: 10px;
    margin-right: 0;
  }
  .article-prof .prof-cnt {
    width: 50%;
  }
  .article-prof .prof-name {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .article-prof .prof-txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.38;
    color: #666;
    margin-bottom: 0;
  }
  .article-prof .prof-link {
    max-width: 50%;
  }
  .article-prof .prof-link a {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0 0 0 16px;
  }
  .article-prof .prof-link a:before {
    width: 8px;
    height: 8px;
    top: 13px;
  }
}
.sns-share {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sns-share a {
  font-size: 0;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .sns-share a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .sns-share a:hover {
    opacity: 0.7;
  }
}
.sns-share img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .sns-share {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .sns-share li {
    display: inline-block;
  }
  .sns-share a {
    margin: 0 8px;
  }
  .sns-share img {
    width: 50px;
  }
}
.page-article .block-contact {
  margin: 120px auto;
}
.page-article .block-contact.sm {
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .page-article .block-contact {
    margin: 70px auto 50px;
  }
  .page-article .block-contact.sm {
    margin: 30px auto 40px;
  }
}
.html5-video-player {
  background-color: #fff !important;
}
.block-title-cate {
  position: relative;
  padding: 80px 0 120px;
}
.block-title-cate .title-cate {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.block-title-cate .txt-lead {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.085em;
  line-height: 1.888;
}
.block-title-cate.cate-01 {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/cat-01-pic-main-01.jpg)
    50% no-repeat;
  background-size: cover;
}
.block-title-cate.cate-02 {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/cat-02-pic-main-01.jpg)
    50% no-repeat;
  background-size: cover;
}
.block-title-cate.cate-03 {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/cat-03-pic-main-01.jpg)
    50% no-repeat;
  background-size: cover;
}
.block-title-cate.cate-04 {
  background: url(https://www.denso.com/jp/ja/-/media/8A70971A1D9E489D9F1298BC40BF4D9C.aspx)
    50% no-repeat;
  background-size: cover;
}
.block-title-cate.rikujo {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/short-distance_running-pic-main-01.jpg)
    50% no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.rikujo .txt-lead {
  padding-right: 40%;
}
.block-title-cate.icehockey {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/bg-icehockey.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.icehockey .txt-lead {
  padding-right: 40%;
}
.block-title-cate.archery {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/bg-archery.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.archery .txt-lead {
  padding-right: 40%;
}
.block-title-cate.fencing {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/bg-fencing.jpg) 50%
    no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.fencing .txt-lead {
  padding-right: 40%;
}
.block-title-cate.sportsclimbing {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/bg-sportsclimbing.jpg)
    50% no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.sportsclimbing .txt-lead {
  padding-right: 40%;
}
.block-title-cate.esports {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/esports-pic-main-01.jpg)
    50% no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
.block-title-cate.esports .txt-lead {
  padding-right: 40%;
}
@media only screen and (max-width: 767px) {
  .block-title-cate {
    padding: 70px 0 !important;
  }
  .block-title-cate .title-cate {
    font-size: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .block-title-cate .txt-lead {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.block-cate-item {
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .block-cate-item {
    margin-top: -40px;
  }
}
.lst-cate-item {
  margin: 0 -5px;
}
.lst-cate-item li {
  float: left;
  width: 25%;
  padding: 0 5px;
}
.lst-cate-item .box {
  display: block;
  margin-bottom: 30px;
}
.lst-cate-item .img {
  display: block;
  overflow: hidden;
}
.lst-cate-item .img img {
  width: 100%;
}
.lst-cate-item .wrp-txt {
  padding: 20px;
}
.lst-cate-item .ttl {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1.444;
  margin-bottom: 5px;
}
.lst-cate-item .txt {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.57;
}
.lst-cate-item a[target="_blank"] .ttl:before {
  display: inline-block;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-family: icomoon !important;
  content: "\e911";
}
.lst-cate-item li.column-2 {
  width: 50%;
}
.lst-cate-item li.column-2 .wrp-txt {
  position: relative;
  background: #5bc2e7;
}
.lst-cate-item li.column-2 .ttl {
  overflow: hidden;
  padding-left: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.lst-cate-item li.column-2 .ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .lst-cate-item .img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .lst-cate-item a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lst-cate-item li.column-2 a:hover .ttl:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .lst-cate-item li {
    width: 50%;
  }
  .lst-cate-item .box {
    margin-bottom: 25px;
  }
  .lst-cate-item .wrp-txt {
    padding: 10px;
  }
  .lst-cate-item .ttl {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.333;
    margin-bottom: 0;
  }
  .lst-cate-item .txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.46;
  }
  .lst-cate-item a[target="_blank"] .ttl:before {
    font-size: 10px;
    margin-right: 3px;
  }
  .lst-cate-item li.column-2 {
    width: 100%;
  }
  .lst-cate-item li.column-2 .wrp-txt {
    height: 90px;
  }
  .lst-cate-item li.column-2 .ttl {
    padding-left: 20px;
  }
}
.pagenav {
  text-align: center;
}
.pagenav li {
  float: left;
  display: inline-block;
  width: 33.33%;
}
.pagenav li a {
  display: block;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 35px 20px;
}
.pagenav li a:before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 7px;
  height: 7px;
  margin-right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .pagenav li a:before {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .pagenav li a:hover:before {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .pagenav li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 25px 0 25px 5px;
    text-align: left;
  }
  .pagenav li a:before {
    margin-right: 10px;
  }
}
.block-athlete {
  margin-bottom: 50px;
}
.block-athlete .box-img {
  background: hsla(0, 0%, 40%, 0.7);
  position: relative;
  height: 476px;
  overflow: hidden;
}
.block-athlete .box-img .wrp-img {
  width: 60%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block-athlete .box-img .wrp-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .block-athlete .box-img .wrp-img img {
    height: auto;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.block-athlete .box-img .txt-deco {
  color: #fff;
  font-size: 80px;
  letter-spacing: 0.08em;
  line-height: 1.125;
  position: absolute;
  top: 110px;
}
.block-athlete:nth-child(odd) .box-img .wrp-img {
  margin: 0 0 0 auto;
}
.block-athlete:nth-child(odd) .box-img .txt-deco {
  right: 50%;
}
.block-athlete:nth-child(2n) .box-img .wrp-img {
  margin: 0 auto 0 0;
}
.block-athlete:nth-child(2n) .box-img .txt-deco {
  left: 50%;
}
.block-athlete .box-txt {
  position: relative;
  padding: 60px 80px;
  background: hsla(0, 0%, 100%, 0.9);
  margin-top: -84px;
}
.block-athlete .box-txt .name {
  font-size: 32px;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.block-athlete .box-txt .info {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.666;
  display: inline-block;
  vertical-align: bottom;
}
.block-athlete .box-txt .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0 0 25px;
}
.block-athlete .box-txt .hdg-lv3 {
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.block-athlete .box-txt .record li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.57;
  margin-bottom: 3px;
  display: table;
}
.block-athlete .box-txt .record li span {
  display: table-cell;
  vertical-align: top;
  width: 5em;
}
.block-athlete .box-txt .record li span + span {
  width: auto;
}
.block-athlete .box-txt .link {
  margin-top: 20px;
}
.block-athlete .box-txt .link a {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.block-athlete .box-txt .link a[target="_blank"]:before {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.5em 0 0.2em;
  font-family: icomoon !important;
  content: "\e911";
}
.block-athlete .box-txt .link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
@media only screen and (min-width: 1025px) {
  .block-athlete .box-txt .link a:hover:after {
    -webkit-animation: btnHover 0.3s ease-out;
    animation: btnHover 0.3s ease-out;
  }
}
.block-athlete .box-txt .box-wrp {
  margin-top: 25px;
}
.block-athlete .box-txt .box-left {
  float: left;
  vertical-align: top;
  width: 73%;
  padding-right: 30px;
}
.block-athlete .box-txt .box-right {
  float: left;
  vertical-align: top;
  width: 27%;
}
.block-athlete .box-txt .box-right .slick-list {
  background: #f8f8f8;
}
.block-athlete .box-txt .box-right .link-img {
  font-size: 0;
  overflow: hidden;
}
.block-athlete .box-txt .box-right .link-img img {
  width: 100%;
}
.block-athlete .box-txt .box-right .link-txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  padding: 15px;
}
@media only screen and (min-width: 1025px) {
  .block-athlete .box-txt .box-right img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .block-athlete .box-txt .box-right a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .block-athlete {
    margin-bottom: 0;
  }
  .block-athlete .box-img {
    height: 188px;
  }
  .block-athlete .box-img .txt-deco {
    font-size: 30px;
    line-height: 1.22;
    top: 60px;
  }
  .block-athlete:nth-child(odd) .box-img .txt-deco {
    right: auto;
    left: 20px;
  }
  .block-athlete:nth-child(2n) .box-img .txt-deco {
    left: auto;
    right: 20px;
  }
  .block-athlete .box-txt {
    padding: 25px 0 60px;
    margin-top: 0;
  }
  .block-athlete .box-txt .name {
    font-size: 20px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .block-athlete .box-txt .info {
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.6;
    display: block;
  }
  .block-athlete .box-txt .txt {
    font-size: 14px;
    line-height: 1.71;
    margin: 20px 0;
  }
  .block-athlete .box-txt .hdg-lv3 {
    font-size: 17px;
  }
  .block-athlete .box-txt .record li {
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .block-athlete .box-txt .link {
    margin-top: 10px;
  }
  .block-athlete .box-txt .link a {
    font-size: 13px;
  }
  .block-athlete .box-txt .box-wrp {
    margin-top: 0;
  }
  .block-athlete .box-txt .box-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .block-athlete .box-txt .box-right {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .block-athlete .box-txt .box-right .link-mini li {
    margin-bottom: 10px;
    position: relative;
  }
  .block-athlete .box-txt .box-right .link-img {
    width: 136px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-athlete .box-txt .box-right .link-txt {
    padding: 10px 10px 10px 150px;
    font-size: 17px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    min-height: 76px;
  }
}
.block-title-cate + .wrp-athlete {
  margin-top: 84px;
}
@media only screen and (max-width: 767px) {
  .block-title-cate + .wrp-athlete {
    margin-top: 50px;
  }
}
.wrp-athlete.is-blue .block-athlete:first-child .box-img {
  background: rgba(0, 146, 189, 0.7);
}
.wrp-athlete.is-blue .block-athlete:nth-child(2) .box-img {
  background: rgba(239, 96, 163, 0.7);
}
.wrp-athlete.is-blue .block-athlete:nth-child(3) .box-img {
  background: rgba(52, 183, 143, 0.7);
}
.wrp-athlete.is-pink .block-athlete:first-child .box-img {
  background: rgba(239, 96, 163, 0.7);
}
.wrp-athlete.is-pink .block-athlete:nth-child(2) .box-img {
  background: rgba(52, 183, 143, 0.7);
}
.wrp-athlete.is-pink .block-athlete:nth-child(3) .box-img {
  background: rgba(0, 146, 189, 0.7);
}
.wrp-athlete.is-green .block-athlete:first-child .box-img {
  background: rgba(52, 183, 143, 0.7);
}
.wrp-athlete.is-green .block-athlete:nth-child(2) .box-img {
  background: rgba(167, 123, 202, 0.7);
}
.wrp-athlete.is-green .block-athlete:nth-child(3) .box-img {
  background: rgba(239, 96, 163, 0.7);
}
.wrp-athlete.is-purple .block-athlete:first-child .box-img {
  background: rgba(167, 123, 202, 0.7);
}
.wrp-athlete.is-purple .block-athlete:nth-child(2) .box-img {
  background: rgba(99, 172, 194, 0.7);
}
.wrp-athlete.is-purple .block-athlete:nth-child(3) .box-img {
  background: rgba(52, 183, 143, 0.7);
}
.wrp-athlete.is-sky .block-athlete:first-child .box-img {
  background: rgba(99, 172, 194, 0.7);
}
.wrp-athlete.is-sky .block-athlete:nth-child(2) .box-img {
  background: rgba(52, 183, 143, 0.7);
}
.wrp-athlete.is-sky .block-athlete:nth-child(3) .box-img {
  background: rgba(167, 123, 202, 0.7);
}
.wrp-athlete + .block-contact,
.wrp-sponsor + .block-contact {
  margin-bottom: 80px;
}
.lst-esports {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .lst-esports {
    margin-bottom: 80px;
  }
}
.block-column {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto 80px;
  padding: 0 20px;
}
.block-column a {
  display: block;
  position: relative;
}
.block-column .column-img {
  margin: 0 auto -170px;
  position: relative;
  z-index: 0;
}
.block-column .column-img span {
  display: block;
  overflow: hidden;
  font-size: 0;
  max-height: 316px;
}
.block-column .column-img span img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.block-column .column-ttl {
  color: #a77bca;
  font-size: 56px;
  letter-spacing: 0.125em;
  line-height: 1;
  z-index: 2;
  position: absolute;
  top: -36px;
  left: 20px;
}
.block-column .column-ttl .sp-hide {
  display: inline-block;
}
.block-column .column-ttl span {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.block-column .box-column {
  position: relative;
  padding: 50px 40px 65px;
}
.block-column .box-column p {
  color: #fff;
}
.block-column .box-column-ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.block-column .box-column-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.57;
}
.block-column .box-column-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding-left: 20px;
  overflow: hidden;
}
.block-column .box-column-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .block-column .column-img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
      transform 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .block-column .column-txt > a {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .block-column:nth-child(odd) .column-img {
    padding-left: 43%;
  }
  .block-column:nth-child(2n) .column-img,
  .block-column:nth-child(odd) .column-txt {
    padding-right: 43%;
  }
  .block-column:nth-child(2n) .column-txt {
    padding-left: 43%;
  }
  .block-column:first-child {
    max-width: 100%;
    padding: 0;
  }
  .block-column:first-child .column-img {
    padding: 0;
    width: calc(50% + 78px);
    margin: 0 0 -170px auto;
    z-index: 2;
  }
  .block-column:first-child .column-img span {
    max-height: 480px;
  }
  .block-column:first-child .column-txt {
    padding: 0;
    width: calc(50% + 492px);
    z-index: 1;
  }
  .block-column:first-child .box-column {
    max-width: 1004px;
    margin: 0 0 0 auto;
    padding: 70px 580px 65px 20px;
  }
  .block-column:first-child .box-column-more {
    right: 580px;
  }
  .block-column:nth-child(5n + 1) .column-txt > a {
    background: rgba(205, 161, 240, 0.7);
  }
  .block-column:nth-child(5n + 2) .column-txt > a {
    background: rgba(136, 206, 228, 0.7);
  }
  .block-column:nth-child(5n + 3) .column-txt > a {
    background: rgba(143, 214, 189, 0.7);
  }
  .block-column:nth-child(5n + 4) .column-txt > a {
    background: rgba(236, 179, 203, 0.7);
  }
  .block-column:nth-child(5n) .column-txt > a {
    background: rgba(91, 194, 231, 0.7);
  }
  .block-column.is-hover .column-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .block-column.is-hover:nth-child(5n + 1) .column-txt > a {
    background: rgba(167, 123, 202, 0.5);
  }
  .block-column.is-hover:nth-child(5n + 2) .column-txt > a {
    background: rgba(99, 172, 194, 0.5);
  }
  .block-column.is-hover:nth-child(5n + 3) .column-txt > a {
    background: rgba(52, 183, 143, 0.5);
  }
  .block-column.is-hover:nth-child(5n + 4) .column-txt > a {
    background: rgba(239, 96, 163, 0.5);
  }
  .block-column.is-hover:nth-child(5n) .column-txt > a {
    background: rgba(0, 146, 189, 0.5);
  }
  .block-column.is-hover .box-column-more:before {
    -webkit-animation: btnHoverArrow 0.2s ease-out;
    animation: btnHoverArrow 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .block-column .column-img {
    margin: 0 auto;
    font-size: 0;
    width: 134px;
    display: inline-block;
    vertical-align: top;
  }
  .block-column .column-img span {
    max-height: unset;
    height: 100px;
  }
  .block-column .column-ttl {
    font-size: 39px;
    letter-spacing: 0.08em;
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 10px;
  }
  .block-column .column-ttl span {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .block-column .column-txt {
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
    padding: 5px;
  }
  .block-column .box-column {
    padding: 0;
  }
  .block-column .box-column p {
    color: #333;
  }
  .block-column .box-column-ttl {
    font-size: 17px;
    letter-spacing: 0.08em;
  }
  .block-column .box-column-name {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.46;
    margin-top: 5px;
  }
  .block-column .box-column-more {
    display: none;
  }
  .block-column:first-child {
    padding: 0;
    margin-bottom: 50px;
  }
  .block-column:first-child .column-img {
    padding: 70px 0 0 20px;
    width: 100%;
    z-index: 2;
  }
  .block-column:first-child .column-img span {
    height: unset;
  }
  .block-column:first-child .column-txt {
    padding: 0 20px 0 0;
    width: 100%;
    margin-top: -20px;
    z-index: 1;
  }
  .block-column:first-child .column-txt > a {
    background: rgba(167, 123, 202, 0.7);
  }
  .block-column:first-child .box-column {
    padding: 35px 30px 40px 20px;
  }
  .block-column:first-child .box-column p {
    color: #fff;
  }
  .block-column:first-child .box-column-ttl {
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 1.43;
    margin-bottom: 10px;
  }
  .block-column:first-child .box-column-name {
    font-size: 13px;
    line-height: 1.13;
  }
  .block-column:first-child .box-column-more {
    display: block;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding-left: 20px;
  }
}
.wrp-sponsor {
  max-width: 850px;
  margin: 100px auto;
  padding: 0 20px;
}
.wrp-sponsor .sponsor-ttl {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrp-sponsor {
    margin: 40px auto;
  }
  .wrp-sponsor .sponsor-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.lst-sponsor li {
  display: table;
  margin-bottom: 10px;
}
.lst-sponsor li a,
.lst-sponsor li span {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: table-cell;
}
.lst-sponsor li span {
  width: 80px;
}
.lst-sponsor a {
  position: relative;
  overflow: hidden;
}
.lst-sponsor a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.lst-sponsor a[target="_blank"]:before {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.5em 0 0.2em;
  font-family: icomoon !important;
  content: "\e911";
}
@media only screen and (min-width: 1025px) {
  .lst-sponsor a:hover:after {
    -webkit-animation: btnHover 0.3s ease-out;
    animation: btnHover 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .lst-sponsor li {
    margin-bottom: 5px;
  }
  .lst-sponsor li a,
  .lst-sponsor li span {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .lst-sponsor li span {
    width: 60px;
  }
  .lst-sponsor a {
    text-decoration: underline;
  }
  .lst-sponsor a:after {
    content: none;
  }
  .lst-sponsor a[target="_blank"]:before {
    margin: 0;
  }
}
.block-cate-item-other {
  margin-top: 30px;
}
.block-cate-item-other h2 {
  font-size: 28px;
  letter-spacing: 0.045em;
  margin-bottom: 20px;
}
.block-cate-item-other .txt {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.57;
}
.block-cate-item-other .txt-lead {
  font-size: 16px;
  letter-spacing: 0.085em;
  line-height: 1.888;
  margin-bottom: 30px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .block-cate-item-other {
    margin-top: 15px;
  }
  .block-cate-item-other h2 {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .block-cate-item-other .txt-lead {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .block-cate-item-other .txt {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.46;
  }
}
.page-message {
  background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/about-bg-img-pc.jpg) top
    no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .page-message {
    background: url(https://www.denso.com/assets/jp/ja/about-us/sports/images/about-bg-img-sp.jpg)
      top no-repeat;
    background-size: 100%;
  }
}
.block-message {
  position: relative;
  padding: 120px 0 160px;
}
.block-message .message-ttl {
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1.666;
  color: #666;
}
.block-message .wrp-message-txt {
  padding: 60px 80px;
}
.block-message .message-txt {
  margin-bottom: 60px;
}
.block-message .message-txt span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 2.9;
}
.block-message .signature {
  font-size: 24px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .block-message {
    padding: 85px 0 100px;
  }
  .block-message .message-ttl {
    font-size: 30px;
  }
  .block-message .wrp-message-txt {
    padding: 40px 15px 15px;
  }
  .block-message .message-txt {
    margin-bottom: 30px;
  }
  .block-message .message-txt span {
    font-size: 15px;
    line-height: 2.5;
  }
  .block-message .signature {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .block-message .message-ttl {
    font-size: 25px;
  }
  .block-message .wrp-message-txt {
    padding: 40px 0 15px;
  }
  .block-message .message-txt span {
    font-size: 14px;
  }
}
.block-reason .reason-h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.045em;
}
@media only screen and (max-width: 767px) {
  .block-reason .reason-h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.lst-reason {
  margin: 0 -25px;
}
.lst-reason li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 25px;
}
.lst-reason .box-reason {
  position: relative;
  background: #f8f8f8;
  padding: 70px 45px 40px;
}
.lst-reason .img-reason {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -44%) scale(0.5);
  transform: translate(-50%, -44%) scale(0.5);
}
.lst-reason .ttl-reason {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.lst-reason .txt-reason {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #999;
}
.lst-reason li:first-child .ttl-reason {
  color: #ef60a3;
}
.lst-reason li:nth-child(2) .ttl-reason {
  color: #34b78f;
}
.lst-reason li:nth-child(3) .ttl-reason {
  color: #0092bd;
}
.lst-reason li:nth-child(4) .ttl-reason {
  color: #a77bca;
}
@media only screen and (max-width: 767px) {
  .lst-reason {
    margin: 0;
  }
  .lst-reason li {
    width: 100%;
    float: none;
    padding: 40px 0 15px;
  }
  .lst-reason .box-reason {
    padding: 60px 25px 20px;
  }
  .lst-reason .ttl-reason {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .lst-reason .txt-reason {
    font-size: 14px;
    line-height: 1.71;
  }
}

.p-sportsSectionDrivenbaseLead {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.888;
  margin-top: 20px;
}
.p-sportsSectionDrivenbaseVisual {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
a.p-sportsSectionDrivenbaseLink {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  border: 1px solid #DDDDDD;
  padding-inline: 45px 54px;
  padding-block: 45px 45px;
  margin-top: 30px;
  transition: border-color 0.2s;
}
a.p-sportsSectionDrivenbaseLink[target="_blank"]::after {
  content: '\e911';
  flex-shrink: 0;
  font-family: icomoon;
  display: block;
  font-size: 24px;
  color: #dc0032;
}
.p-sportsSectionDrivenbaseLink-logo {
  display: block;
  max-width: 299px;
  height: auto;
}
a.p-sportsSectionDrivenbaseLink:hover {
  border-color: #333;
}
@media only screen and (max-width: 767px) {
  .p-sportsSectionDrivenbaseLead {
    font-size: 15px;
  }
  a.p-sportsSectionDrivenbaseLink[target="_blank"]::after {
    font-size: 16px;
  }
  a.p-sportsSectionDrivenbaseLink {
    padding-inline: 33px 42px;
    padding-block: 33px 33px;
  }
  .p-sportsSectionDrivenbaseLink-logo {
    max-width: 190px;
  }
}
