@charset "UTF-8";
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

#content-container #content {
  padding: 0 !important;
  width: auto !important;
}

#our-engine,
#our-engine-contents {
  position: relative;
  background: black;
  overflow: hidden;
}

#our-engine section,
#our-engine-contents section {
  position: relative;
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
}

@media only screen and (min-width: 769px) {
  #our-engine,
  #our-engine-contents {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #our-engine,
  #our-engine-contents {
    padding-bottom: 18vw;
  }
}

.our-engine-container.is-windows {
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
}

.box-section-title {
  position: absolute;
  z-index: 2;
}

.box-section-title:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.box-section-title h3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.box-section-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.box-section-title h3 span:nth-of-type(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.box-section-title h3 span:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.box-section-title h3 span:nth-of-type(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.box-section-title h3 span:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.box-section-title h3 span:nth-of-type(5) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.box-section-title h3 span:nth-of-type(6) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.box-section-title h3 span:nth-of-type(7) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.box-section-title h3 span:nth-of-type(8) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.box-section-title h3 span:nth-of-type(9) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.box-section-title h3 span:nth-of-type(10) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.box-section-title h3 img {
  vertical-align: top;
  width: auto;
  height: 100%;
}

.box-section-title.is-ready:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.box-section-title.is-ready span {
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

@media only screen and (min-width: 769px) {
  .box-section-title {
    top: -46px;
  }
  .box-section-title h3 {
    height: 82px;
  }
  .box-section-title:before {
    left: -70px;
    bottom: 0;
    height: 1px;
    width: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .box-section-title {
    top: -5.6vw;
    padding-left: 6.666vw;
    height: 8.666vw;
  }
  .box-section-title h3 {
    height: 8.666vw;
  }
  .box-section-title:before {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 5.333vw;
  }
}

.negative-indent {
  text-indent: -.5em;
}

.box-kv {
  position: relative;
}

.box-kv img {
  width: 100%;
}

.box-kv:after {
  content: '';
  display: block;
  position: absolute;
  background: black;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .box-kv {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .box-kv {
    margin-bottom: 15.333vw;
  }
}

.box-kv-image {
  display: block;
  position: relative;
  overflow: hidden;
  background: black;
}

.box-kv-image:before, .box-kv-image:after {
  content: '';
  display: block;
  position: absolute;
  background: black;
  left: 0;
  bottom: 1px;
  width: 101%;
  z-index: 1;
}

.box-kv-image:after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.box-kv-image img {
  display: block;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.box-kv-image.is-ready img {
  opacity: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.box-kv-image.is-ready:after {
  -webkit-transform: translateY(200%) skewY(-12.5deg) !important;
  transform: translateY(200%) skewY(-12.5deg) !important;
}

@media only screen and (min-width: 769px) {
  .box-kv-image:after {
    height: 440px;
    -webkit-transform: translateY(100%) skewY(-12.5deg);
    transform: translateY(100%) skewY(-12.5deg);
  }
}

@media only screen and (max-width: 768px) {
  .box-kv-image:after {
    height: 44vw;
    -webkit-transform: translateY(100%) skewY(-24deg);
    transform: translateY(100%) skewY(-24deg);
  }
}

.box-kv-title {
  position: absolute;
  z-index: 2;
}

.box-kv-title span {
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.box-kv-title span:nth-of-type(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.box-kv-title span:nth-of-type(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.box-kv-title span:nth-of-type(4) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.box-kv-title.is-ready span {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

@media only screen and (min-width: 769px) {
  .box-kv-title {
    left: 39%;
    top: 70%;
    width: 52%;
  }
}

@media only screen and (max-width: 768px) {
  .box-kv-title {
    left: 4vw;
    bottom: 30.666vw;
    width: 93.333vw;
  }
}

.box-kv-contents-title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.box-kv-contents-title h2 {
  position: relative;
  display: inline-block;
}

.box-kv-contents-title h2 img {
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.box-kv-contents-title h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 96%;
  background: white;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.box-kv-contents-title.is-ready h2 img {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.box-kv-contents-title.is-ready h2:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.box-kv-contents-title.is-ready:before {
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .box-kv-contents-title {
    top: 40%;
  }
  .box-kv-contents-title h2 {
    width: 45%;
  }
  .box-kv-contents-title h2:before {
    top: 68%;
    height: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .box-kv-contents-title {
    top: 68.8vw;
  }
  .box-kv-contents-title h2 {
    width: 86.666vw;
  }
  .box-kv-contents-title h2:before {
    top: 68%;
    height: 0.533vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-kv-contents .box-kv-image:after {
    -webkit-transform: translateY(100%) skewY(-11deg);
    transform: translateY(100%) skewY(-11deg);
  }
}

@media only screen and (min-width: 769px) {
  .box-kv .box-section-title {
    right: 5px;
    top: 25px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .box-kv .box-section-title h3 {
    height: 65px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
  .box-kv .box-section-title h3 {
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .box-kv .box-section-title {
    right: 0;
    top: 3.333vw;
    margin-bottom: 15.333vw;
  }
  .box-kv .box-section-title h3 {
    height: 10.933vw;
  }
}

.box-concept {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .box-concept {
    width: 90%;
    max-width: 1024px;
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .box-concept {
    margin-bottom: 22.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .box-concept-title {
    display: none;
  }
}

.box-concept-text p {
  overflow: hidden;
}

.box-concept-text p img {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.box-concept-text p:nth-of-type(2) img {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.box-concept-text p:nth-of-type(3) img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.box-concept-text p:nth-of-type(4) img {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.box-concept-text p:nth-of-type(5) img {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.box-concept-text p:nth-of-type(6) img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.box-concept-text p:nth-of-type(7) img {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.box-concept-text p:nth-of-type(8) img {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.box-concept-text.is-ready p img {
  -webkit-transform: translateY(106%);
  transform: translateY(106%);
}

@media only screen and (min-width: 769px) {
  .box-concept-text p {
    width: 49%;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .box-concept-text p {
    margin: auto;
    margin-bottom: 2.933vw;
    width: 77.333vw;
  }
}

.box-movie {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .box-movie {
    width: 90%;
    max-width: 1100px;
    margin-bottom: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .box-movie {
    margin-bottom: 22.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .box-movie-title {
    left: 40px;
  }
}

.box-movie-player {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.box-movie-player.is-ready {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.box-movie-player__image {
  width: 100%;
}

.box-movie-player__image img {
  width: 100%;
}

.box-movie-player__play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.box-movie-player__play img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0.01deg);
  transform: translateY(-50%) rotate(0.01deg);
  height: auto;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

@media only screen and (min-width: 769px) {
  .box-movie-player__play img {
    width: 130px;
  }
  .box-movie-player__play:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .box-movie-player__play:hover img {
    -webkit-transform: translateY(-50%) scale(1.06) rotate(0.01deg);
    transform: translateY(-50%) scale(1.06) rotate(0.01deg);
  }
}

@media only screen and (max-width: 768px) {
  .box-movie-player__play img {
    width: 13.333vw;
  }
}

.box-contents {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .box-contents {
    width: 90%;
    max-width: 1100px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents {
    margin-bottom: 10.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .box-contents-title {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-title {
    right: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .box-contents-container > div:nth-of-type(2) {
    margin-top: 170px;
  }
  .box-contents-container > div:nth-of-type(odd) {
    float: left;
  }
  .box-contents-container > div:nth-of-type(even) {
    float: right;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .box-contents-container > div:nth-of-type(2) {
    margin-top: 13.281vw;
  }
}

.box-contents-item {
  position: relative;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-contents-item.is-ready {
  opacity: 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}

@media only screen and (min-width: 769px) {
  .box-contents-item {
    margin-top: 60px;
    width: 48%;
    height: 360px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .box-contents-item {
    height: 28.125vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-item {
    margin-bottom: 9.333vw;
  }
}

.box-contents-item a {
  position: relative;
  display: block;
}

.box-contents-item a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/jp/about/sports/soccer/projects/2020/img/common/btn_icon_arrow.png") 90% center no-repeat #da213c;
  background-size: auto 40%;
  -webkit-transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
  .box-contents-item a:after {
    width: 6.25rem;
    height: 2.5rem;
  }
  .box-contents-item a:hover .box-contents-item__image img {
    opacity: .8;
    -webkit-transform: rotate(0.01deg) scale(1.03);
    transform: rotate(0.01deg) scale(1.03);
  }
  .box-contents-item a:hover:after {
    background-color: #e44a61 !important;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-item a:after {
    width: 13.333vw;
    height: 5.333vw;
  }
}

.box-contents-item.item-movie a:after {
  background: url("/jp/about/sports/soccer/projects/2020/img/common/btn_icon_play.png") 0 0 no-repeat #da213c;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .box-contents-item.item-movie a:after {
    width: 4rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-item.item-movie a:after {
    width: 13.333vw;
    height: 13.333vw;
  }
}

.box-contents-item__image {
  width: 100%;
  overflow: hidden;
}

.box-contents-item__image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.box-contents-item__num {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
}

.box-contents-item__num img {
  width: auto;
}

@media only screen and (min-width: 769px) {
  .box-contents-item__num {
    top: -30px;
  }
  .box-contents-item__num img {
    height: 85px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .box-contents-item__num {
    top: -2.143vw;
  }
  .box-contents-item__num img {
    height: 6.071vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-item__num {
    top: -4vw;
    left: 6.666vw;
  }
  .box-contents-item__num img {
    height: 10.666vw;
  }
}

.box-contents-item__catch {
  position: absolute;
  top: 0;
  left: 0;
}

.box-contents-item__catch .catch img {
  width: auto;
  height: 100%;
}

.box-contents-item__catch .desc {
  text-indent: .1em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}

.box-contents-item__catch .desc strong {
  font-weight: 500;
  font-family: "Helvetica Neue" , Helvetica , Arial , sans-serif;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, 0.6);
}

.box-contents-item__catch .desc span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (min-width: 769px) {
  .box-contents-item__catch {
    top: 88px;
    left: 40px;
  }
  .box-contents-item__catch .catch {
    height: 160px;
    margin-bottom: 30px;
  }
  .box-contents-item__catch .desc {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .box-contents-item__catch {
    top: 6.851vw;
    left: 6.228vw;
  }
  .box-contents-item__catch .catch {
    height: 12.457vw;
    margin-bottom: 2.335vw;
  }
  .box-contents-item__catch .desc {
    font-size: 1.401vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents-item__catch {
    top: 13.333vw;
    left: 6.666vw;
  }
  .box-contents-item__catch .catch {
    height: 21.6vw;
    margin-bottom: 2.933vw;
  }
  .box-contents-item__catch .desc {
    font-size: 2.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .box-contents-item-first {
    margin-top: 0;
  }
}

.box-contents .comingsoon .box-contents-item__num {
  background: black;
}

@media only screen and (min-width: 769px) {
  .box-contents .comingsoon .box-contents-item__num {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents .comingsoon .box-contents-item__num {
    left: 4vw;
    padding: 0 2.666vw;
  }
}

.box-contents .comingsoon .box-contents-item__comingsoon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .box-contents .comingsoon .box-contents-item__comingsoon {
    border: solid 2px white;
  }
  .box-contents .comingsoon .box-contents-item__comingsoon img {
    width: 245px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .box-contents .comingsoon .box-contents-item__comingsoon img {
    width: 19.14vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-contents .comingsoon .box-contents-item__comingsoon {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    height: 50.666vw;
  }
  .box-contents .comingsoon .box-contents-item__comingsoon img {
    width: 37.333vw;
  }
}

.anchor-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.anchor-link a {
  position: relative;
  display: inline-block;
  text-align: center;
}

.anchor-link a img {
  height: auto;
}

.anchor-link a span {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -2em;
  padding-top: 1em;
  width: 100%;
  color: white;
  font-weight: 500;
  letter-spacing: .05em;
}

.anchor-link a.disabled {
  pointer-events: none;
  opacity: .3;
}

.anchor-link.color-red {
  background: #da213c;
}

.anchor-link.is-hidden {
  -webkit-transform: translateY(104%);
  transform: translateY(104%);
}

.anchor-link.is-fixed {
  position: fixed;
}

@media only screen and (min-width: 769px) {
  .anchor-link {
    padding: 20px 0 30px;
  }
  .anchor-link a {
    width: 84px;
    margin: 0 5px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .anchor-link a img {
    width: 24px;
  }
  .anchor-link a span {
    font-size: 11px;
  }
  .anchor-link a:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 768px) {
  .anchor-link {
    padding: 3.333vw 0 6.666vw;
  }
  .anchor-link a {
    width: 15.333vw;
    margin: 0 2.133vw;
  }
  .anchor-link a img {
    width: 5.333vw;
  }
  .anchor-link a span {
    font-size: 2.133vw;
  }
  .anchor-link.is-fixed {
    bottom: 40px;
  }
}

.modal-movie {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
}

.modal-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-movie-player {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.modal-movie-player__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal-movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-movie-player__close {
  position: absolute;
  cursor: pointer;
  background: center center no-repeat;
  background-size: contain;
}

.modal-movie-player.type-red {
  background: #da213c;
}

.modal-movie-player.type-red .modal-movie-player__close {
  background-image: url("/jp/about/sports/soccer/projects/2020/img/common/modal_close_white.png");
}

.modal-movie-player.type-white {
  background: white;
}

.modal-movie-player.type-white .modal-movie-player__close {
  background-image: url("/jp/about/sports/soccer/projects/2020/img/common/modal_close_black.png");
}

@media only screen and (min-width: 769px) {
  .modal-movie-player {
    max-width: 1200px;
    padding: 10px 10px 50px;
  }
  .modal-movie-player__close {
    bottom: 12px;
    right: 10px;
    width: 130px;
    height: 22px;
  }
  .modal-movie-player__close:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 768px) {
  .modal-movie-player {
    width: 96%;
    padding: 1.333vw 1.333vw 6.666vw;
  }
  .modal-movie-player__close {
    bottom: 1.6vw;
    right: 1.333vw;
    width: 17.333vw;
    height: 2.933vw;
  }
}

.box-interview {
  position: relative;
  color: white;
}

.box-interview-header {
  position: relative;
  margin: auto;
  z-index: 2;
}

.box-interview-header img {
  width: auto;
  height: 100%;
}

.box-interview-header__num {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.box-interview-header__title {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.box-interview-header__lead {
  position: relative;
  margin: auto;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  line-height: 2;
  color: #CCC;
}

.box-interview-header__lead .strong {
  font-weight: bold;
}

.box-interview-header.is-ready .box-interview-header__num, .box-interview-header.is-ready .box-interview-header__title, .box-interview-header.is-ready .box-interview-header__lead {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media only screen and (min-width: 769px) {
  .box-interview-header {
    margin-top: -200px;
    margin-bottom: 80px;
    width: 90%;
    max-width: 840px;
  }
  .box-interview-header__num {
    height: 128px;
    margin-bottom: 30px;
  }
  .box-interview-header__title {
    height: 130px;
  }
  .box-interview-header__lead {
    width: 780px;
    margin-top: 70px;
    padding-bottom: 50px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1150px) {
  .box-interview-header {
    margin-top: -160px;
  }
  .box-interview-header__num, .box-interview-header__title {
    height: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .box-interview-header {
    margin-top: -29.334vw;
    margin-bottom: 20vw;
    width: 78.666vw;
  }
  .box-interview-header__num {
    height: 17.066vw;
    margin-bottom: 9.333vw;
  }
  .box-interview-header__title {
    height: 49.866vw;
  }
  .box-interview-header__lead {
    margin-top: 16vw;
    font-size: 4vw;
  }
}

.box-interview-image {
  position: relative;
  opacity: 0;
}

.box-interview-image img {
  position: relative;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .box-interview-image.image-01, .box-interview-image.image-03 {
    position: absolute;
    top: 0;
  }
  .box-interview-image.image-01 {
    right: -8.75rem;
    width: 46.25rem;
  }
  .box-interview-image.image-02, .box-interview-image.image-04 {
    margin: 0 auto 3.5em;
    max-width: 920px;
  }
  .box-interview-image.image-03 {
    left: -8.75rem;
    width: 46.25rem;
  }
  .box-interview-image.image-05, .box-interview-image.image-last {
    margin-top: 9.06rem;
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .box-interview-image {
    margin-bottom: 13.333vw;
  }
  .box-interview-image.image-01, .box-interview-image.image-02, .box-interview-image.image-03, .box-interview-image.image-04 {
    width: 89.333vw;
  }
  .box-interview-image.image-05, .box-interview-image.image-last {
    margin-top: 13.333vw;
  }
}

.box-interview-caption {
  position: relative;
  margin: auto;
}

.box-interview-caption__title, .box-interview-caption__desc {
  position: relative;
  background-color: black;
}

.box-interview-caption__title {
  line-height: 1.5;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6;
}

.box-interview-caption__desc {
  line-height: 2;
  color: #CCC;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 769px) {
  .box-interview-caption {
    width: 90%;
    max-width: 840px;
    margin-bottom: 60px;
    padding-top: 280px;
  }
  .box-interview-caption__title, .box-interview-caption__desc {
    width: 530px;
  }
  .box-interview-caption__title {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 32px;
  }
  .box-interview-caption__desc {
    font-size: 20px;
  }
  .box-interview-caption__desc.wide {
    width: 100%;
    padding-right: 0 !important;
  }
  .box-interview-caption.caption-01 .box-interview-caption__title, .box-interview-caption.caption-01 .box-interview-caption__desc {
    padding-right: 55px;
  }
  .box-interview-caption.caption-02 {
    margin-top: 9.06rem;
  }
  .box-interview-caption.caption-02:after {
    content: "";
    display: table;
    clear: both;
  }
  .box-interview-caption.caption-02 .box-interview-caption__title, .box-interview-caption.caption-02 .box-interview-caption__desc {
    float: right;
    margin-left: 360px;
    padding-left: 55px;
  }
  .box-interview-caption.caption-03 {
    padding-top: 0;
    margin-top: 9.06rem;
    max-width: 920px;
  }
  .box-interview-caption.caption-03 .box-interview-caption__title, .box-interview-caption.caption-03 .box-interview-caption__desc {
    padding-top: 0;
    margin: auto;
    width: 90%;
    max-width: 840px;
  }
}

@media only screen and (max-width: 768px) {
  .box-interview-caption {
    width: 78.666vw;
  }
  .box-interview-caption__title {
    padding-top: 1em;
    margin-bottom: 1em;
    font-size: 5.866vw;
    white-space: nowrap;
  }
  .box-interview-caption__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: white;
  }
  .box-interview-caption__desc {
    margin-bottom: 13.333vw;
    font-size: 4vw;
  }
  .box-interview-caption.caption-02, .box-interview-caption.caption-03 {
    margin-top: 19.333vw;
  }
}

.box-interview-QA {
  position: relative;
  margin: auto;
}

.box-interview-QA dl {
  margin: auto;
  line-height: 2;
}

.box-interview-QA dl dt {
  margin-bottom: .2em;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, sans-serif;
}

.box-interview-QA dl dd {
  margin-bottom: 2.2em;
  font-style: italic;
  color: #CCC;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box-interview-QA .QA-text {
  margin: auto;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  .box-interview-QA {
    width: 90%;
    max-width: 840px;
    margin-bottom: 3em;
  }
  .box-interview-QA dl {
    max-width: 760px;
    font-size: 20px;
  }
  .box-interview-QA .QA-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .box-interview-QA {
    width: 78.666vw;
  }
  .box-interview-QA dl {
    width: 70.666vw;
    font-size: 4vw;
  }
  .box-interview-QA .QA-text {
    margin-bottom: 10.666vw;
    font-size: 4vw;
  }
}

.box-interview-text {
  position: relative;
  margin: auto;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 769px) {
  .box-interview-text {
    width: 90%;
    max-width: 840px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .box-interview-text {
    width: 78.666vw;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-02 .box-interview-header__title {
    height: 63.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-02 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 770px;
  }
  .our-engine-02 .box-interview-caption.caption-02:before {
    top: 250px;
    height: 500px;
  }
  .our-engine-02 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-02 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 520px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-02 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-02 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 246.666vw;
  }
  .our-engine-02 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-02 .box-interview-caption.caption-02:before {
    top: -14.667vw;
    height: 166.666vw;
  }
  .our-engine-02 .box-interview-caption.caption-03 {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-02 .box-interview-caption.caption-03:before {
    top: -4vw;
    height: 197.333vw;
  }
}

.our-engine-03 .box-kv-contents-title:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/jp/about/sports/soccer/projects/2020/img/common/shadow.png") center center no-repeat;
  background-size: contain;
  height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

@media only screen and (min-width: 769px) {
  .our-engine-03 .box-kv-contents-title:before {
    top: -76%;
    left: 44%;
    width: 30%;
    padding-top: 30%;
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-03 .box-kv-contents-title:before {
    top: -106%;
    left: 32%;
    width: 70%;
    padding-top: 70%;
    -webkit-transform: scaleX(1.4) rotate(-10deg);
    transform: scaleX(1.4) rotate(-10deg);
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-03 .box-interview-header__title {
    height: 76.533vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-03 .box-interview-caption.caption-01 {
    margin-bottom: 100px;
  }
  .our-engine-03 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 660px;
  }
  .our-engine-03 .box-interview-caption.caption-01 .box-interview-caption__title {
    white-space: nowrap;
  }
  .our-engine-03 .box-interview-caption.caption-02 {
    margin-bottom: 100px;
  }
  .our-engine-03 .box-interview-caption.caption-02:before {
    top: 250px;
    height: 570px;
  }
  .our-engine-03 .box-interview-caption.caption-03 {
    margin-bottom: 100px;
  }
  .our-engine-03 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-03 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-03 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-03 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 233.333vw;
  }
  .our-engine-03 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-03 .box-interview-caption.caption-02:before {
    top: -14.667vw;
    height: 186.666vw;
  }
  .our-engine-03 .box-interview-caption.caption-03 {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-03 .box-interview-caption.caption-03:before {
    top: -4vw;
    height: 216vw;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-03 .box-interview-image.image-02 {
    margin-left: 21.333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-03 .box-interview-image.image-04 {
    margin-left: -10.667vw;
  }
}

.our-engine-05 .box-kv-contents-title:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/jp/about/sports/soccer/projects/2020/img/common/shadow.png") center center no-repeat;
  background-size: contain;
  height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

@media only screen and (min-width: 769px) {
  .our-engine-05 .box-kv-contents-title {
    top: 35%;
  }
  .our-engine-05 .box-kv-contents-title:before {
    top: -54%;
    left: 35%;
    width: 30%;
    padding-top: 30%;
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0.6;
  }
  .our-engine-05 .box-kv-contents-title h2:before {
    top: 29%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-05 .box-kv-contents-title {
    top: 50%;
  }
  .our-engine-05 .box-kv-contents-title:before {
    top: -78%;
    left: 16%;
    width: 70%;
    padding-top: 70%;
    -webkit-transform: scaleX(2.4);
    transform: scaleX(2.4);
  }
  .our-engine-05 .box-kv-contents-title h2:before {
    top: 29%;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-05 .box-interview-header__title {
    height: 206px;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-05 .box-interview-caption.caption-01 {
    margin-bottom: 100px;
  }
  .our-engine-05 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 660px;
  }
  .our-engine-05 .box-interview-caption.caption-01 .box-interview-caption__title {
    white-space: nowrap;
  }
  .our-engine-05 .box-interview-caption.caption-02 {
    margin-bottom: 100px;
  }
  .our-engine-05 .box-interview-caption.caption-02:before {
    top: 250px;
    height: 570px;
  }
  .our-engine-05 .box-interview-caption.caption-03 {
    margin-bottom: 100px;
  }
  .our-engine-05 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-05 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-05 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-05 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 233.333vw;
  }
  .our-engine-05 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-05 .box-interview-caption.caption-02:before {
    top: -14.667vw;
    height: 173.333vw;
  }
  .our-engine-05 .box-interview-caption.caption-03 {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-05 .box-interview-caption.caption-03 .box-interview-caption__title {
    white-space: normal;
  }
  .our-engine-05 .box-interview-caption.caption-03:before {
    top: -4vw;
    height: 194.666vw;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-05 .box-interview-image.image-02 {
    margin-left: 21.333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-05 .box-interview-image.image-04 {
    margin-left: -10.667vw;
  }
}

.our-engine-06 .box-kv-contents-title:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/jp/about/sports/soccer/projects/2020/img/common/shadow.png") center center no-repeat;
  background-size: contain;
  height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

@media only screen and (min-width: 769px) {
  .our-engine-06 .box-kv-contents-title:before {
    top: -76%;
    left: 44%;
    width: 30%;
    padding-top: 30%;
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-06 .box-kv-contents-title:before {
    top: -106%;
    left: 32%;
    width: 70%;
    padding-top: 70%;
    -webkit-transform: scaleX(1.4) rotate(-10deg);
    transform: scaleX(1.4) rotate(-10deg);
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-06 .box-interview-caption.caption-01 {
    margin-bottom: 100px;
  }
  .our-engine-06 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 660px;
  }
  .our-engine-06 .box-interview-caption.caption-01 .box-interview-caption__title {
    white-space: nowrap;
  }
  .our-engine-06 .box-interview-caption.caption-02 {
    margin-bottom: 100px;
  }
  .our-engine-06 .box-interview-caption.caption-02:before {
    top: 250px;
    height: 570px;
  }
  .our-engine-06 .box-interview-caption.caption-03 {
    margin-bottom: 100px;
  }
  .our-engine-06 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-06 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-06 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-06 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 240vw;
  }
  .our-engine-06 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-06 .box-interview-caption.caption-02:before {
    top: -14.667vw;
    height: 168vw;
  }
  .our-engine-06 .box-interview-caption.caption-03 {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-06 .box-interview-caption.caption-03:before {
    top: -4vw;
    height: 160vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-06 .box-interview-image.image-02::before {
    -webkit-transform: translate(20px, 20px) !important;
    transform: translate(20px, 20px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-06 .box-interview-image.image-02 {
    width: 79.2vw !important;
    margin-left: auto !important;
  }
  .our-engine-06 .box-interview-image.image-02::before {
    width: 100% !important;
    height: 100% !important;
    left: 4vw !important;
    bottom: -4vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-06 .box-interview-image.image-04 {
    width: 79.2vw !important;
  }
  .our-engine-06 .box-interview-image.image-04::before {
    width: 100% !important;
    height: 100% !important;
    left: -4vw !important;
    bottom: -4vw !important;
  }
}

.our-engine-07 .box-kv-contents-title:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/jp/about/sports/soccer/projects/2020/img/common/shadow.png") center center no-repeat;
  background-size: contain;
  height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

@media only screen and (min-width: 769px) {
  .our-engine-07 .box-kv-contents-title:before {
    top: -76%;
    left: 44%;
    width: 30%;
    padding-top: 30%;
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-07 .box-kv-contents-title:before {
    top: -106%;
    left: 32%;
    width: 70%;
    padding-top: 70%;
    -webkit-transform: scaleX(1.4) rotate(-10deg);
    transform: scaleX(1.4) rotate(-10deg);
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-07 .box-interview-header__title {
    height: 206px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-07 .box-interview-header__title {
    height: 76.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-07 .box-interview-caption.caption-01 {
    margin-bottom: 100px;
  }
  .our-engine-07 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 660px;
  }
  .our-engine-07 .box-interview-caption.caption-01 .box-interview-caption__title {
    white-space: nowrap;
  }
  .our-engine-07 .box-interview-caption.caption-02 {
    margin-bottom: 100px;
  }
  .our-engine-07 .box-interview-caption.caption-02:before {
    top: 250px;
    height: 570px;
  }
  .our-engine-07 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-07 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-07 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-07 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 220vw;
  }
  .our-engine-07 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-07 .box-interview-caption.caption-02:before {
    top: -14.667vw;
    height: 178.666vw;
  }
  .our-engine-07 .box-interview-caption.caption-03 {
    padding-top: 13.333vw;
  }
  .our-engine-07 .box-interview-caption.caption-03:before {
    top: -4vw;
    height: 160vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-07 .box-interview-image.image-02::before {
    -webkit-transform: translate(20px, 20px) !important;
    transform: translate(20px, 20px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-07 .box-interview-image.image-02 {
    width: 79.2vw !important;
    margin-left: auto !important;
  }
  .our-engine-07 .box-interview-image.image-02::before {
    width: 100% !important;
    height: 100% !important;
    left: 4vw !important;
    bottom: -4vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-07 .box-interview-image.image-04 {
    width: 79.2vw !important;
  }
  .our-engine-07 .box-interview-image.image-04::before {
    width: 100% !important;
    height: 100% !important;
    left: -4vw !important;
    bottom: -4vw !important;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-08,
  .our-engine-09,
  .our-engine-10 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .our-engine-08 .box-movie,
  .our-engine-09 .box-movie,
  .our-engine-10 .box-movie {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-08,
  .our-engine-09,
  .our-engine-10 {
    margin-top: 10.666vw;
    margin-bottom: 10.666vw;
  }
  .our-engine-08 .box-movie,
  .our-engine-09 .box-movie,
  .our-engine-10 .box-movie {
    margin-bottom: 4vw;
  }
}

.our-engine-08 .box-movie-player,
.our-engine-09 .box-movie-player,
.our-engine-10 .box-movie-player {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.our-engine-08 .box-movie-player__image,
.our-engine-09 .box-movie-player__image,
.our-engine-10 .box-movie-player__image {
  position: relative;
  overflow: hidden;
}

.our-engine-08 .box-movie-player__image::before, .our-engine-08 .box-movie-player__image::after,
.our-engine-09 .box-movie-player__image::before,
.our-engine-09 .box-movie-player__image::after,
.our-engine-10 .box-movie-player__image::before,
.our-engine-10 .box-movie-player__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.our-engine-08 .box-movie-player__image::before,
.our-engine-09 .box-movie-player__image::before,
.our-engine-10 .box-movie-player__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/jp/about/sports/soccer/projects/2020/img/con08/movie-frame.png") center center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

.our-engine-08 .box-movie-player.is-ready .box-movie-player__image::before,
.our-engine-09 .box-movie-player.is-ready .box-movie-player__image::before,
.our-engine-10 .box-movie-player.is-ready .box-movie-player__image::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.our-engine-08 .box-movie-player.is-ready .box-movie-player__image::after,
.our-engine-09 .box-movie-player.is-ready .box-movie-player__image::after,
.our-engine-10 .box-movie-player.is-ready .box-movie-player__image::after {
  opacity: 0;
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}

@media only screen and (min-width: 769px) {
  .our-engine-08 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con08/movie-cover-pc.png");
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-08 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con08/movie-cover-sp.png");
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-09 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con09/movie-cover-pc.png");
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-09 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con09/movie-cover-sp.png");
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-10 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con10/movie-cover-pc.png");
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-10 .box-movie-player .box-movie-player__image::after {
    background-image: url("/jp/about/sports/soccer/projects/2020/img/con10/movie-cover-sp.png");
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-11 .box-interview-header__title {
    height: 206px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-header__title {
    height: 49.866vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-11 .box-interview-caption.caption-02 {
    margin-bottom: 100px;
  }
  .our-engine-11 .box-interview-caption.caption-02 .box-interview-caption__title {
    white-space: nowrap;
  }
  .our-engine-11 .box-interview-caption.caption-02 .box-interview-caption__title span {
    display: inline-block;
  }
  .our-engine-11 .box-interview-caption.caption-03 .box-interview-caption__desc {
    background-color: transparent !important;
  }
  .our-engine-11 .box-interview-caption.caption-03:before {
    top: 520px;
    height: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-caption.caption-01 {
    padding-bottom: 0;
  }
  .our-engine-11 .box-interview-caption.caption-02 {
    padding-bottom: 13.333vw;
  }
  .our-engine-11 .box-interview-caption.caption-02 .box-interview-caption__title span {
    display: inline-block;
  }
  .our-engine-11 .box-interview-caption.caption-02 .box-interview-caption__desc {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-11 .box-interview-image.image-02::before {
    -webkit-transform: translate(20px, 20px) !important;
    transform: translate(20px, 20px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-image.image-02 {
    width: 79.2vw !important;
    margin-left: auto !important;
  }
  .our-engine-11 .box-interview-image.image-02::before {
    width: 100% !important;
    height: 100% !important;
    left: 4vw !important;
    bottom: -4vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-image.image-03 {
    width: 89.333vw;
    margin-left: -10.667vw;
    margin-bottom: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-image.image-04 {
    width: 89.6vw !important;
  }
}

.our-engine-11 .box-interview-gallery {
  margin: auto;
}

.our-engine-11 .box-interview-gallery img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .our-engine-11 .box-interview-gallery {
    width: 90%;
    max-width: 1120px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-11 .box-interview-gallery {
    margin-bottom: 14.666vw;
  }
  .our-engine-11 .box-interview-gallery .box-interview-image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-kv-contents-title h2 {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-kv-contents-title:before {
    content: '';
    display: block;
    position: absolute;
    background: url("/jp/about/sports/soccer/projects/2020/img/common/shadow.png") center center no-repeat;
    background-size: contain;
    height: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
    top: -106%;
    left: 12%;
    width: 70%;
    padding-top: 70%;
    -webkit-transform: scaleX(1.4) rotate(-10deg);
    transform: scaleX(1.4) rotate(-10deg);
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-header__title {
    height: 206px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-header__title {
    height: 63.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-caption p {
    white-space: normal;
  }
  .our-engine-12 .box-interview-caption p span {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-caption.caption-01 {
    margin-bottom: 100px;
  }
  .our-engine-12 .box-interview-caption.caption-01:before {
    top: 170px;
    height: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-caption.caption-01 {
    padding-bottom: 13.333vw;
  }
  .our-engine-12 .box-interview-caption.caption-01:before {
    top: -10.667vw;
    height: 220vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-caption.caption-02 {
    margin-top: 0;
    padding-top: 120px;
  }
  .our-engine-12 .box-interview-caption.caption-02:before {
    top: 300px;
    height: 850px;
  }
  .our-engine-12 .box-interview-caption.caption-02 .box-interview-caption__title,
  .our-engine-12 .box-interview-caption.caption-02 .box-interview-caption__desc {
    float: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    background: none !important;
  }
  .our-engine-12 .box-interview-caption.caption-02 .box-interview-caption__desc {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-caption.caption-02 {
    margin-top: 26.666vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-12 .box-interview-caption.caption-02:before {
    top: -17.334vw;
    height: 216vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-caption.caption-03 {
    padding-top: 190px;
  }
  .our-engine-12 .box-interview-caption.caption-03:after {
    content: "";
    display: table;
    clear: both;
  }
  .our-engine-12 .box-interview-caption.caption-03:before {
    top: 100px;
    height: 730px;
  }
  .our-engine-12 .box-interview-caption.caption-03 .box-interview-caption__title {
    margin-left: 360px;
    padding-left: 55px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-caption.caption-03 {
    margin-top: 26.666vw;
    padding-bottom: 13.333vw;
  }
  .our-engine-12 .box-interview-caption.caption-03:before {
    top: -17.334vw;
    height: 194.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-image.image-02 {
    width: 920px;
    margin-left: -40px;
  }
  .our-engine-12 .box-interview-image.image-02::before {
    -webkit-transform: translate(20px, 20px) !important;
    transform: translate(20px, 20px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-image.image-02 {
    width: 100% !important;
    margin: 0 auto 10.666vw !important;
  }
}

.our-engine-12 .box-interview-gallery .box-interview-image::before {
  content: none !important;
}

@media only screen and (min-width: 769px) {
  .our-engine-12 .box-interview-gallery {
    margin: 100px auto;
    max-width: 1120px;
  }
}

@media only screen and (max-width: 768px) {
  .our-engine-12 .box-interview-gallery {
    margin: 14.666vw auto;
  }
  .our-engine-12 .box-interview-gallery .box-interview-image {
    margin-bottom: 0 !important;
  }
}

.box-footer {
  text-align: center;
  color: white;
}

@media only screen and (min-width: 769px) {
  .box-footer {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .box-footer {
    margin-bottom: 13.333vw;
  }
}

.box-footer__sns a {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.box-footer__sns a img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .box-footer__sns {
    margin-bottom: 70px;
  }
  .box-footer__sns p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .box-footer__sns a {
    width: 60px;
    margin: 0 8px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .box-footer__sns a:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 768px) {
  .box-footer__sns {
    margin-bottom: 14.666vw;
  }
  .box-footer__sns p {
    margin-bottom: 5.333vw;
    font-size: 4vw;
  }
  .box-footer__sns a {
    width: 10.666vw;
    margin: 0 1.066vw;
  }
}

.box-footer__back a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  border: solid 1px white;
}

@media only screen and (min-width: 769px) {
  .box-footer__back a {
    width: 520px;
    padding: 30px 0;
    font-size: 20px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .box-footer__back a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 768px) {
  .box-footer__back a {
    width: 78.666vw;
    padding: 4vw 0;
    font-size: 4vw;
  }
}

#our-engine-contents.type-white {
  background-color: white;
}

#our-engine-contents.type-white .box-kv:after {
  background: white;
}

#our-engine-contents.type-white .box-kv-image {
  background: white;
}

#our-engine-contents.type-white .box-kv-image:before, #our-engine-contents.type-white .box-kv-image:after {
  background: white;
}

#our-engine-contents.type-white .box-interview {
  color: #000;
}

#our-engine-contents.type-white .box-interview-header__lead {
  color: #000;
}

#our-engine-contents.type-white .box-interview-caption:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  width: 100vw;
  background-color: #f7f7f7;
  z-index: 0;
  -webkit-transform: skewY(-12.5deg);
  transform: skewY(-12.5deg);
}

#our-engine-contents.type-white .box-interview-caption__title, #our-engine-contents.type-white .box-interview-caption__desc {
  color: #000;
}

#our-engine-contents.type-white .box-interview-caption__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2em;
  height: 2px;
  background-color: #da213c;
}

@media only screen and (min-width: 769px) {
  #our-engine-contents.type-white .box-interview-caption__title, #our-engine-contents.type-white .box-interview-caption__desc {
    background-color: #f7f7f7;
  }
  #our-engine-contents.type-white .box-interview-caption__title {
    padding-top: 80px;
  }
  #our-engine-contents.type-white .box-interview-caption__title:before {
    top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #our-engine-contents.type-white .box-interview-caption__title, #our-engine-contents.type-white .box-interview-caption__desc {
    background: none;
  }
  #our-engine-contents.type-white .box-interview-caption__title {
    padding-top: 9.333vw;
  }
  #our-engine-contents.type-white .box-interview-caption__title:before {
    top: 5.333vw;
  }
}

#our-engine-contents.type-white .box-interview-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #da213c;
}

@media only screen and (min-width: 769px) {
  #our-engine-contents.type-white .box-interview-image:before {
    top: 0;
    left: 0;
  }
  #our-engine-contents.type-white .box-interview-image.image-01:before {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
  #our-engine-contents.type-white .box-interview-image.image-02:before {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
  #our-engine-contents.type-white .box-interview-image.image-03:before {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
  #our-engine-contents.type-white .box-interview-image.image-04:before {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@media only screen and (max-width: 768px) {
  #our-engine-contents.type-white .box-interview-image.image-01 {
    width: 100% !important;
  }
  #our-engine-contents.type-white .box-interview-image.image-01:before {
    width: 90%;
    height: 90%;
    right: -4vw;
    bottom: -4vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-02 {
    width: 68vw;
    margin-left: 32vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-02:before {
    width: 90%;
    height: 90%;
    left: -4vw;
    bottom: -4vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-03 {
    width: 100% !important;
  }
  #our-engine-contents.type-white .box-interview-image.image-03:before {
    width: 90%;
    height: 90%;
    left: -4vw;
    bottom: -4vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-04 {
    width: 68vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-04:before {
    width: 80%;
    height: 80%;
    right: -4vw;
    bottom: -4vw;
  }
  #our-engine-contents.type-white .box-interview-image.image-05 {
    width: 100% !important;
  }
  #our-engine-contents.type-white .box-interview-image.image-05:before {
    width: 90%;
    height: 90%;
    left: -4vw;
    bottom: -4vw;
  }
}

#our-engine-contents.type-white .box-interview-QA .QA-text {
  color: #000;
}

#our-engine-contents.type-white .box-interview-QA dl dt {
  color: #da213c;
}

#our-engine-contents.type-white .box-interview-QA dl dd {
  color: #000;
}

#our-engine-contents.type-white .box-footer {
  color: #000;
}

#our-engine-contents.type-white .box-footer__back a {
  color: #000;
  border-color: #000;
}

@media only screen and (min-width: 769px) {
  #our-engine-contents.type-white .box-footer__back a:hover {
    background-color: #f7f7f7;
  }
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .nowrap-pc {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .nowrap-sp {
    white-space: nowrap;
  }
}
