@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --color-dark-red: #ed0000;
  --color-light-red: #ffeeee;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
  display: block;
}

a {
  color: #191919;
  text-decoration: none;
}

a:hover,
a:active {
  color: #191919;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

figure {
  max-width: 100%;
}

/*page
----------------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  background: linear-gradient(180deg, #ff0031 0%, #96111b 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: 2;
  position: relative;
}

.text-link a {
  color: #ff5300;
  text-decoration: underline;
}

.text-link a:hover {
  color: #842300;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

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

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}
.fs12 {
  font-size: 12px;
}
.text-white {
  color: #fff;
}
.d-none {
  display: none !important;
}
.color-main {
  color: var(--color-dark-red);
}
.d-block {
  display: block;
}
.container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.d-block {
  display: block;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
#header-partner {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
#header-partner .box-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}
#header-partner .box-banner .tit-animation {
  font-size: 7vw;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
#header-partner .box-banner .right {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header-partner .box-banner .right .detail {
  margin-top: 90px;
}
#header-partner .box-banner .right .detail .box-logo {
  position: relative;
  right: -37%;
}
#header-partner .box-banner .right .detail img {
  max-width: 100%;
  margin-bottom: 20px;
}
#header-partner .box-banner .right .detail .copyright-kobe,
#header-single .box-banner .right .copyright-kobe {
  margin-right: 20px;
}
#sec-intro {
  margin-top: 50px;
}
.thumb-banneleft{
  width: 100%;
}
#sec-intro .wrapper {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 30px;
  align-items: center;
}
#sec-intro .wrapper .left .sub-tit {
  font-size: 37px;
  font-weight: 100;
}
#sec-intro .wrapper .left .tit-sec {
  font-size: 54px;
  font-weight: 100;
}
#sec-intro .wrapper .right .sub-robot {
  font-size: 11px;
  margin-top: 5px;
}
#footer-partner {
  padding: 30px 50px;
  background: #fff;
}
#sec-news {
  margin-top: 50px;
}
#sec-news .content {
  background-color: #fff;
  padding: 50px 50px 80px;
  border-radius: 30px;
  margin-bottom: 60px;
}
#sec-news .content .head-news {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
#sec-news .content .head-news h3 {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.6;
  color: var(--color-dark-red);
}
#sec-news ul.list-news {
  font-size: 18px;
}

#sec-news ul.list-news li {
  padding: 30px 15px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
#sec-news ul.list-news li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
#sec-news ul.list-news li:hover {
  background-color: var(--color-light-red);
}

#sec-news ul.list-news li:first-child {
  border-top: 1px solid #f2f2f2;
}
#sec-news ul.list-news li span.direct-link {
  font-size: 12px;
  padding: 5px 10px;
  background-color: var(--color-dark-red);
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
#sec-news ul.list-news li .date {
  font-size: 12px;
  color: var(--color-dark-red);
  margin-bottom: 15px;
}
#sec-news ul.list-news li h4 {
  font-weight: bold;
}
#sec-news ul.list-news a:hover {
  color: var(--color-dark-red);
}
#footer-partner .wrap-cnt-ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-partner .wrap-cnt-ft .copyright {
  color: var(--color-dark-red);
  font-size: 11px;
}
#footer-partner .btn-footer {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 10px;
}
.btn-animation {
  position: relative;
  overflow: hidden;
  background: #000;
  display: inline-block;
}
.btn-animation > span {
  z-index: 2;
  position: relative;
}
.btn-animation::before {
  content: "";
  position: absolute;
  background: var(--color-dark-red);
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn-animation:hover::before {
  transform: translate3d(100%, 0, 0);
}
.block-kobe {
  margin-bottom: 140px;
}
.block-kobe .btn-kobe {
  width: 100%;
}
.block-kobe .btn-kobe .wrap-btn {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 50px;
  padding: 40px 30px;
  align-items: center;
}
.block-kobe .btn-kobe .wrap-btn > span {
  font-size: 27px;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 37px;
  align-items: center;
  gap: 10px;
}
span.icon-arrow {
  display: inline-grid;
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50%;
  place-content: center;
  font-weight: normal;
}
.block-kobe .btn-kobe.btn-animation:hover span.icon-arrow i {
  color: #000;
}
#header-single .box-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#header-single .box-banner .left img {
  max-width: 430px;
  position: absolute;
  top: -30px;
  left: -40px;
}
#header-single .box-banner .right {
  padding: 30px 30px 0 0;
}
hr {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
hr.line {
  background-color: #f2f2f2;
  height: 1px;
}
.page-single #sec-news {
  margin-top: 80px;
}
#sec-news .header-post {
  margin-top: 40px;
}
#sec-news .header-post .date {
  font-size: 12px;
  color: var(--color-dark-red);
  margin-bottom: 10px;
}
#sec-news .header-post .tit-post {
  font-size: 24px;
  font-weight: bold;
}
#sec-news .content-post {
  margin: 50px 0px 75px 0px;
}
#sec-news .btn-back {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 20px 80px;
  border-radius: 10px;
}
.wrap-link-pro {
    margin-top: 15px;
}

.box-link-pro {
    margin-bottom: 35px;
}
.box-link-pro:last-child{
  margin-bottom: 0;
}
.tit-link {
    margin-bottom: 10px;
}
.link-partner {
  position: relative;
  background: #e6d2d2;
  padding: 12px 15px 12px 60px;
  margin-bottom: 10px;
  display: block;
  max-width: 440px;
  width: 100%;
  border-radius: 5px;
}
.link-partner.btn-animation::before{
  background: #F2F2F2;
}
.link-partner:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    background-size: 100%;
    border-radius: 50%;
    background-image: url(https://www.ace-group.xyz/partner_kobesteelers/img/circle-chev-red.jpg);
    
}
.link-partner:hover{
  background: #EE0000;
  color: #fff;
}
.link-partner:hover:after{
  background-image: url(https://www.ace-group.xyz/partner_kobesteelers/img/circle-chev-white.jpg);
}
.l-news-partner .tit{
  line-height: 1.8;
}
.box-btn-center {
    text-align: center;
}
.box-btn-center .link-partner {
    display: inline-block;
    width: unset;
    padding: 12px 25px 12px 65px;
}
.box-btn-center .link-partner:after {
    left: 25px;
}
/*mobile*/

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block;
  }
  #sec-intro .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #header-partner .box-banner {
    grid-template-columns: 1fr;
  }
  #sec-intro .wrapper .right {
    order: 1;
    text-align: center;
  }
  #sec-intro .wrapper .right img {
    max-width: 160px;
  }
  #sec-intro .wrapper .left {
    order: 2;
  }
  #sec-intro .wrapper .left .sub-tit {
    font-size: 25px;
  }
  #sec-intro .wrapper .left .tit-sec {
    font-size: 40px;
  }
  #sec-intro .wrapper .left .tit-sec br {
    display: none;
  }
  #header-single .box-banner {
    flex-direction: column;
  }
  #header-single .box-banner .left {
    height: 75px;
  }
  #header-single .box-banner .right {
    padding: 15px;
    font-size: 12px;
    text-align: center;
  }
  #header-single .box-banner .right .copyright-kobe {
    text-align: center;
  }
  .page-single #sec-news {
    margin-top: 15px;
  }
  #sec-news .content {
    padding: 30px 20px 70px;
    margin-bottom: 35px;
  }
  #sec-news .content .head-news {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #sec-news .content .head-news h3 {
    font-size: 40px;
  }
  #sec-news .header-post {
    margin-top: 25px;
  }
  .line-break-sp {
    display: block;
  }
  .block-kobe .btn-kobe .wrap-btn {
    grid-template-columns: 55px 1fr;
    gap: 10px;
    padding: 10px 20px;
  }
  .block-kobe .btn-kobe .wrap-btn > span {
    font-size: 15px;
    grid-template-columns: 1fr 30px;
  }
  span.icon-arrow {
    width: 30px;
    height: 30px;
  }
  .block-kobe {
    margin-bottom: 80px;
  }
  #footer-partner .wrap-cnt-ft {
    flex-direction: column;
  }
  #sec-news .content-post {
    margin: 30px 0px 75px 0px;
  }
  #footer-partner .wrap-cnt-ft .copyright {
    margin-bottom: 15px;
  }
  #footer-partner .btn-footer {
    padding: 15px 20px;
  }
  #header-partner .box-banner .tit-animation {
    font-size: 50px;
  }
  #header-partner .box-banner .right {
    margin-top: 0px;
  }
  #header-partner .box-banner .right .detail {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  #header-partner .box-banner .right .detail .copyright-kobe,
  #header-single .box-banner .right .copyright-kobe {
    margin-right: 0px;
  }
  #sec-intro {
    margin-top: 0px;
  }
  #header-partner {
    padding: 30px 0px 40px;
  }
  #header-partner .box-banner .left .wrap-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
  }
  #header-partner .box-banner .left .wrap-img .img-fix {
    position: absolute;
    right: -10%;
    bottom: 0px;
  }
  #sec-news ul.list-news li span.direct-link {
    padding: 8px;
    margin-right: 0px;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
  }
  #sec-news ul.list-news li a {
    font-size: 18px;
    display: block;
    margin-top: 15px;
  }
  #sec-news ul.list-news li .date {
    margin-bottom: 10px;
  }
  #sec-news ul.list-news li {
    padding: 25px 10px;
  }
}
/*end 767*/
@media screen and (max-width: 475px) {
}
