@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;
  }
}

/*——————————————————————
common
——————————————————————*/
img {
  max-width: 100%;
  margin: 0 auto;
}

.our-engine-container {
  position: relative;
  overflow: hidden;
}

.our-engine-contents {
  background: #000;
  padding: 110px 0 0;
}

.our-engine-contents.is-02 {
  background: #F7F7F7;

}

.our-engine-contents.is-02::after {
  content: "";
  width: 100%;
  height: 750px;
  background: url(/global/about/sports/soccer/projects/2020/img/contents2/mv_bg.png)no-repeat center top /1712px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box-inner {
  max-width: 1110px;
  margin: 0 auto;
}

.box-interview .box-inner {
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 50px;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1s, transform 1s;
}

.js-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.js-fadeup-row-child {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  transition: opacity 1s, transform 1s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

/*——————————————————————
box-heading
——————————————————————*/
.box-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 106px;
}

.our-engine-contents.is-02 .box-heading {
  color: #0B0B0B;
  margin-bottom: 161px;
}

.box-heading__icon span {
  position: relative;
  margin-bottom: 49px;
  display: inline-block;
}

.box-heading__icon span::before {
  content: "";
  width: 135px;
  height: 156px;
  background: url(/global/about/sports/soccer/projects/2020/img/common/ttl_bg.png)no-repeat center top/contain;
  position: absolute;
  right: -60px;
  top: -70px;
}

.box-heading__icon img {
  position: relative;
}

.box-heading__lead {
  font-size: 22px;
  font-weight: 700;
  margin: -24px 0 10px;
  position: relative;
  z-index: +1;
}

.box-heading__ttl {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 83px;
  transform: translate(0);
  opacity: 1;
  z-index: +1;
}

.box-heading__ttl::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  transition: width 1s ease;
}

.our-engine-contents.is-02 .box-heading__ttl::after {
  background: #0B0B0B;
}

.box-heading__ttl.is-visible::after {
  width: 100%;
}

.box-heading__ttl .txt {
  font-size: 35px;
  line-height: 1.36;
  letter-spacing: 0.66px;
  display: block;
  text-align: left;
}

.box-heading__ttl .img {
  position: relative;
  height: 56px;
  width: 241px;
  bottom: 0;
  margin: 0 5px 0 8px;
}

.box-heading__ttl .img img {
  display: block;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 0;
  z-index: +1;
}

.box-heading__txt {
  font-size: 18px;
  line-height: 2.3;
  position: relative;
  z-index: +1;
}

/*——————————————————————
box-movie
——————————————————————*/
.box-movie {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.our-engine-top .box-movie {
  top: 80px;
  margin-bottom: 140px;
}

.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;
}

/*——————————————————————
box-archive
——————————————————————*/
.box-archive {
  position: relative;
  background: #222222;
  margin: 150px 0 0;
  padding-bottom: 205px;
}

.our-engine-contents.is-02 .box-archive {
  background: #fff;
  padding-bottom: 137px;
}

.box-archive::before {
  content: "";
  width: 100%;
  height: 195px;
  background: url(/global/about/sports/soccer/projects/2020/img/contents/archive_bg_top.png)no-repeat bottom center /100% 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.our-engine-contents.is-02 .box-archive::before {
  background: url(/global/about/sports/soccer/projects/2020/img/contents2/bg3_top.png)no-repeat bottom center /100% 100%;
}

.box-archive__ttl span {
  position: relative;
}

.box-archive__ttl span::before {
  content: "";
  width: 135px;
  height: 156px;
  background: url(/global/about/sports/soccer/projects/2020/img/common/ttl_bg.png)no-repeat center top/contain;
  position: absolute;
  right: -60px;
  top: -70px;
}

.box-archive__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin: 100px auto 0;
}

/*——————————————————————
m-engine-list
——————————————————————*/
.m-engine-list {
  position: relative;
  display: inline-block;
  text-align: left;
}

.box-archive .m-engine-list {
  width: 47.4%;
  margin: 0 1.3% 38px;
  position: relative;
}

.box-archive .m-engine-list:nth-child(2n) {
  margin-top: 70px;
  transition-delay: .2s;
}

.m-engine-list a {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.m-engine-list.is-movie a::before {
  content: "";
  width: 72%;
  height: 72%;
  background: url(/global/about/sports/soccer/projects/2020/img/top/img_movie_play.png)no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: +2;
}

.m-engine-list__img {
  overflow: hidden;
  display: inline-block;
}

.m-engine-list__img img {
  transition: transform .5s ease;
}

.m-engine-list a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 147px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.m-engine-list__num {
  position: absolute;
  top: -9%;
  left: 1%;
  z-index: 2;
  width: 15%;
  max-width: 80px;
}

.m-engine-list__num.is-new {
  max-width: 122px;
  width: 20%;
  top: -6%;
  left: 2%;
}

.m-engine-list__name {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.m-engine-list__cont {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  box-sizing: border-box;
  z-index: 1;
}

.m-engine-list__cont::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(220, 30, 55, 0.8);
  transition: all .5s ease;
}

.box-archive .m-engine-list__cont::before {
  background: rgba(220, 30, 55, 0.62);
}

.m-engine-list__cont-inner {
  position: relative;
  z-index: +1;
  opacity: 0;
  transition: opacity .5s .2s ease;
  padding: 10% 4% 4%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.box-archive .m-engine-list__cont-inner {
  opacity: 1;
  padding: 13% 4% 4%;
}

.m-engine-list__date {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  transform: scale(0.8, 1);
  transform-origin: top right;
  font-family: 'DINNextLTPro-Regular';
}

.m-engine-list__txt {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
}

.m-engine-list__desc {
  font-size: 24px;
  /* font-weight: 600; */
  margin-top: 10px;
}

/*——————————————————————
top-kv
——————————————————————*/
.box-kv {
  height: 100vh;
  min-height: 990px;
  background: url(/global/about/sports/soccer/projects/2020/img/top/img_kv_pc.jpg)no-repeat top 0 left 50% /cover;
  overflow: hidden;
}

.box-kv-image {
  display: none;
}

.box-kv-concept {
  padding: 170px min(183px, 14.3vw) 0 0;
  max-width: 258px;
  margin: 0 0 0 auto;
}

.box-kv-title {
  position: relative;
  z-index: 2;
  margin: 46px 0 0 auto;
  max-width: 551px;
  width: 60%;
}

@media only screen and (min-width: 1380px) {
  .box-kv {
    width: 100%;
    height: auto;
    min-height: 1035px;
    aspect-ratio: 256 / 207;
  }
  .box-kv-concept {
    padding: 13.28vw 0 0 0;
    margin: 0 2vw 0 auto;
    width: 20.16vw;
    max-width: revert;
  }
  .box-kv-title {
    margin: 4.59vw min(-100px, -9vw) 0 auto;  
    width: 43.05vw;
    max-width: revert;
  }
}

.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%);
}

.box-kv-contents {
  position: relative;
  transform: translate(0);
}

.box-kv-contents__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-kv-contents__title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: +1;
  padding: 0 1px;
  width: 100%;
  text-align: center;
  transition: margin .5s 1s ease, opacity .5s 1s ease;
  opacity: 0;
}

.box-kv-contents.is-visible .box-kv-contents__title {
  opacity: 1;
}

.box-kv-contents__title-inner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.box-kv-contents__title .name {
  font-size: 3vw;
  line-height: 1;
  color: #fff;
  margin: 0 14px 0 12px;
  display: inline-flex;
  align-items: flex-end;
}

.box-kv-contents__title .name span {
  font-size: 3.1vw;
  line-height: 1.1;
}

.box-kv-contents__title .img {
  position: relative;
  top: 1px;
  max-width: 569px;
  width: 21vw;
}

.box-kv-contents__title-inner::before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 71%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: white;
  transition: width 1s 1s ease;
}

.box-kv-contents.is-visible .box-kv-contents__title-inner::before {
  width: 100%;
}

/*——————————————————————
top-contents
——————————————————————*/
.our-engine__contents {
  background: #fff;
  position: relative;
  opacity: 1;
  transform: translate(0);
}

.our-engine__contents::before {
  content: "";
  width: 100%;
  height: 215px;
  background: url(/global/about/sports/soccer/projects/2020/img/top/contents_bg_top.png)no-repeat bottom center /100%;
  position: absolute;
  left: 0;
  bottom: 99%;
}

.our-engine__contents .box-movie {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1s, transform 1s;
}

.our-engine__contents.is-visible .box-movie {
  opacity: 1;
  transform: translate(0);
}

.whats {
  text-align: center;
  padding-bottom: 260px;
}

.whats__ttl {
  margin-bottom: 57px;
}

.whats__txt {
  font-size: 18px;
  line-height: 2.33;
  padding: 0 20px;
}

.whats__txt span {
  display: inline-block;
}

.chapter02 {
  position: relative;
  background: #F5F5F5;
  padding: 20px 20px 93px;
}

.chapter02::before {
  content: "";
  width: 100%;
  height: 179px;
  background: url(/global/about/sports/soccer/projects/2020/img/top/engine_bg_top.png)no-repeat bottom center /100% 100%;
  position: absolute;
  left: 0;
  bottom: 99%;
}

.chapter01 {
  background: #000;
  padding: 121px 20px 101px;
  overflow: hidden;
}

.chapter__box01 {
  flex: 1;
  position: relative;
  z-index: +1;
}

.chapter__box01-cont {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 0 0;
}

.chapter__box02 {
  flex: 1;
  position: relative;
  text-align: center;
}

.chapter01 .chapter__box02>img {
  display: block;
  position: absolute;
  bottom: -12px;
  left: -20px;
  max-width: none;
}

.chapter02 .chapter__box02>img {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.8%;
  transform: translateY(-50%);
  margin-top: -42px;
  max-width: 140%;
}

.chapter__icon {
  margin-bottom: 53px;
  text-align: center;
}

.chapter__icon img {
  position: relative;
}

.chapter__icon span {
  position: relative;
  display: inline-block;
}

.chapter__icon span::before {
  content: "";
  width: 135px;
  height: 156px;
  background: url(/global/about/sports/soccer/projects/2020/img/common/ttl_bg.png)no-repeat center top/contain;
  position: absolute;
  right: -60px;
  top: -70px;
}

.chapter__lead {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.chapter__ttl {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 60px;
}

.chapter02 .chapter__ttl {
  margin-bottom: 43px;
}

.chapter01 .chapter__ttl {
  color: #fff;
  margin-bottom: 43px;
}

.chapter__ttl .txt {
  font-size: 25px;
  line-height: 1.36;
  letter-spacing: 0.66px;
  display: block;
  text-align: left;
  flex: 0 0 auto;
}

.chapter__ttl .img {
  position: relative;
  height: 47px;
  width: 195px;
  bottom: 8px;
  margin: 0 8px;
}

.chapter02 .chapter__ttl .img {
  width: 165px;
}

.chapter__ttl .img img {
  display: block;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 0;
}

.chapter__txt {
  font-size: 16px;
  line-height: 1.81;
  text-align: left;
}

.chapter01 .chapter__txt {
  color: #fff;
}

.chapter .button-01 {
  font-family: 'DINNextLTPro-Regular';
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
}

.sns {
  background: #000;
  padding: 83px 20px 133px;
  text-align: center;
}

.sns__ttl {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 97px;
  max-width: 296px;
}

.sns__ttl img {
  position: relative;
}

.sns__ttl::before {
  content: "";
  width: 135px;
  height: 156px;
  background: url(/global/about/sports/soccer/projects/2020/img/common/ttl_bg.png)no-repeat center top/contain;
  position: absolute;
  right: -10px;
  top: -70px;
}

.sns__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.sns__box {
  margin: 0 15px;
}

.sns__box-ttl {
  padding-right: 40px;
  max-width: 148px;
  margin: 0 auto 27px;
}

.sns .button-01.is-width-220 {
  font-family: 'DINNextLTPro-Regular';
  margin-top: 30px !important;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
}

.ambassador-bnr {
  position: relative;
  background: #000;
}

.ambassador-bnr__row {
  display: flex;
  justify-content: center;
}

.ambassador-bnr__item {
  line-height: 1;
}

.ambassador-bnr__item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ambassador-bnr__item.center a {
  transition: opacity .5s ease;
}

.ambassador-bnr__item span {
  display: inline-block;
}

.ambassador-bnr__item .bg {
  transition: transform 1s ease;
}

.ambassador-bnr__item a .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 1s ease;
}

.ambassador-bnr__item .txt {
  position: absolute;
  top: 0;
  left: 0;
}

/*——————————————————————
contents2
——————————————————————*/
.box-interview-header {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1110px;
}

.box-interview-header__col {
  flex: 52%;
}

.box-interview-header__lead {
  font-size: 45px;
  line-height: 1.83;
  color: #707070;
  padding-top: 57px;
}

.box-interview-header__lead span {
  color: #0b0b0b;
  display: inline-block;
  margin-right: -20px;
}

.box-profile {
  position: relative;
  color: #fff;
  flex: 48%;
  margin-top: 248px;
  padding-left: 30px;
  box-sizing: border-box;
  transform: translateX(-16px);
}

.box-profile::before {
  content: "";
  width: 100vw;
  height: calc(100% - 19px);
  background: #DC1E37;
  position: absolute;
  top: 41px;
  left: 45px;
  z-index: -1;
}

.box-profile__ttl {
  padding-left: 17px;
}

.box-profile__cont {
  margin-left: auto;
  max-width: 440px;
  width: 87%;
  padding: 40px 0 0;
  position: relative;
}

.box-profile__info {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 46px;
}

.box-profile__info .name {
  margin-right: 25px;
}

.box-profile__info .name-en {
  position: absolute;
  top: 7px;
  left: -8%;
  right: -5%;
  max-width: 112%;
  z-index: -1;
  width: auto;
  text-align: right;
}

.box-profile__info .team {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  top: -5px;
  font-weight: 400;
}

.box-profile__txt {
  font-size: 16px;
  line-height: 1.81;
}

.box-profile__img {
  position: relative;
  margin-top: -10px;
  margin-left: -30px;
}

.box-profile__img+p.right {
  margin-top: -20px;
}

.box-profile__img img {
  width: 134%;
  max-width: 707px;
}

.box-interview-intro__ttl {
  font-size: 30px;
  line-height: 1.6;
  color: #dc1e37;
  margin-bottom: 23px;
}

.box-interview-bg1 .box-interview-intro {
  margin-top: 135px;
  padding-right: 30px;
}

.box-interview .image {
  max-width: 1000px;
  margin: 0 auto;
}

.box-interview-intro__txt {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.box-interview-intro__txt+.box-interview-intro__txt {
  margin-top: 36px;
}

.box-interview-bg1 .box-interview-QA {
  margin-top: 140px;
}

.box-interview-QA__data {
  margin-top: 46px;
}

.box-interview-QA__data dt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
}

.box-interview-QA__data dt .small {
  font-size: 70% !important;
  vertical-align: super;
  position: relative;
  top: 2px;
}

.box-interview-QA__data dt::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #dc1e37;
  position: absolute;
  top: 18px;
  left: -42px;
}

.box-interview-QA__data dd {
  font-size: 16px;
  line-height: 1.81;
}

.box-interview-QA__data dd.small {
  font-size: 14px;
  line-height: 1.7;
}

.box-interview-bg2 {
  position: relative;
  background: #F5F5F5;
  margin: 174px 0 0;
  padding: 48px 4%;
}

.box-interview-bg2::before {
  content: "";
  width: 100%;
  height: 183px;
  background: url(/global/about/sports/soccer/projects/2020/img/contents2/bg2_top.png)no-repeat bottom center /100%;
  position: absolute;
  left: 0;
  bottom: 99%;
  z-index: -1;
}

.box-interview-bg2::after {
  content: "";
  width: 100%;
  height: 183px;
  background: url(/global/about/sports/soccer/projects/2020/img/contents2/bg3_top.png)no-repeat top center /100%;
  position: absolute;
  left: 0;
  top: 99%;
  z-index: -1;
}

.box-interview-bg1 {
  position: relative;
  padding: 0 20px;
}

.box-interview-bg1::before {
  content: "";
  width: 644px;
  height: 258px;
  background: url(/global/about/sports/soccer/projects/2020/img/contents2/foe.png)no-repeat 0 0 /contain;
  position: absolute;
  top: -1.3%;
  left: calc(50% + 18px);
  max-width: 50%;
}

.box-interview-bg3 {
  padding: 0 4%;
  margin: 174px 0 113px;
}

/*——————————————————————
anchor-link
——————————————————————*/
.anchor-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  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);
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.anchor-link a {
  position: relative;
  display: inline-block;
  text-align: center;
  opacity: 0.5;
  transition: opacity .5s;
}

.anchor-link a img {
  height: 35px;
}

.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;
}

/*——————————————————————
modal-movie
——————————————————————*/
.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("/global/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("/global/about/sports/soccer/projects/2020/img/common/modal_close_black.png");
}

.box-interview__back-link {
  margin: 140px 0 200px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
  z-index: +1;
}

@media only screen and (min-width: 661px) {
  .chapter__box01 {
    margin-right: 23px;
  }

  .chapter__row {
    display: flex;
  }

  .chapter02 .chapter__row {
    align-items: center;
  }

  .anchor-link a {
    margin: 0 41px;
  }

  .anchor-link a:hover {
    opacity: 1;
  }

  .box-movie-player__play img {
    max-width: 380px;
    width: 50%;
  }

  .modal-movie-player {
    max-width: 1200px;
    padding: 10px 10px 50px;
  }

  .modal-movie-player__close {
    bottom: 12px;
    right: 10px;
    width: 130px;
    height: 22px;
  }

  .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);
  }

  .m-engine-list:hover .m-engine-list__img img {
    transform: scale(1.04);
  }

  .m-engine-list:hover .m-engine-list__cont::before {
    width: 100%;
    height: 100%;
  }

  .m-engine-list:hover .m-engine-list__cont-inner {
    opacity: 1;
  }

  .box-archive .m-engine-list__txt {
    font-size: 30px;
    line-height: 1.4;
  }

  .box-archive .m-engine-list__desc {
    font-size: 20px;
  }

  .modal-movie-player__close:hover {
    opacity: .8;
  }

  .ambassador-bnr__item a:hover .bg {
    transform: scale(1.15);
  }

  .ambassador-bnr__item a:hover .bg::after {
    background: rgba(0, 0, 0, 0.3);
  }

  .ambassador-bnr__item.center a:hover {
    opacity: .7
  }
}

@media only screen and (max-width: 1170px) {
  .m-engine-list a::after {
    border-width: 8vw 13vw 0 0;
  }

  .m-engine-list__name {
    max-width: 82%;
  }

  .m-engine-list__date {
    font-size: 2vw;
  }

  .m-engine-list__txt {
    font-size: 2.6vw;
  }

  .box-archive .m-engine-list__txt {
    font-size: 2.6vw;
  }

  .m-engine-list__desc {
    font-size: 2.4vw;
  }

  .box-archive .m-engine-list__desc {
    font-size: 1.8vw;
  }

  .m-engine-list__num {
    width: 14%;
  }

  .box-kv-contents__title {
    top: 45%;
  }

  .box-interview-header__lead {
    font-size: 3.9vw;
    margin-right: -10vw;
  }

  .box-interview-intro__ttl {
    font-size: 2.85vw;
  }

  .chapter__ttl .txt {
    font-size: calc(1.3vw + 10px);
  }
}

@media only screen and (max-width: 660px) {
  .box-interview-QA {
    padding: 0;
  }

  .box-interview-bg1 {
    padding: 0 4%;
  }

  .box-interview-bg1::before {
    left: auto;
    right: 0;
    max-width: 55%;
  }

  .box-archive {
    padding-bottom: 60px;
    padding-top: 40px;
    margin: 50px 0 0;
  }

  .our-engine-contents.is-02 .box-archive {
    padding-bottom: 40px;
  }

  .box-archive::before,
  .our-engine-contents.is-02 .box-archive::before {
    background-size: 100% auto;
  }

  .m-engine-list__num {
    max-width: 56px;
  }

  .box-archive .m-engine-list {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 40px;
  }

  .box-archive .m-engine-list__txt {
    font-size: 4.5vw;
    line-height: 1.45;
  }

  .box-archive .m-engine-list__desc {
    font-size: 3.5vw;
    margin-right: -1em;
  }

  .box-archive__ttl span::before {
    width: 105px;
    height: 120px;
    top: -50px;
    right: -50px;
  }

  .box-archive__ttl img {
    height: 34px;
  }

  .box-archive__row {
    margin: 50px auto 0;
    padding: 0 6%;
  }

  .our-engine-contents {
    padding: 65px 0 0;
  }

  .our-engine-contents.is-02 {
    padding: 105px 0 0;
  }

  .our-engine-contents.is-02::after {
    background: url(/global/about/sports/soccer/projects/2020/img/contents2/mv_bg_sp1.png)no-repeat left top /37%, url(/global/about/sports/soccer/projects/2020/img/contents2/mv_bg_sp2.png)no-repeat right -20% top /50%;
  }

  .box-heading {
    margin-bottom: 30px;
  }

  .our-engine-contents.is-02 .box-heading {
    margin-bottom: 60px;
  }

  .box-heading__icon span {
    margin-bottom: 30px;
  }

  .box-heading__icon span::before {
    width: 105px;
    height: 120px;
    top: -50px;
    right: -50px;
  }

  .box-heading__icon img {
    max-width: none;
    height: 25px;
  }

  .box-heading__lead {
    font-size: 15px;
    margin: -16px 0 8px;
  }

  .box-heading__ttl {
    margin-bottom: 40px;
  }

  .box-heading__ttl .txt {
    font-size: 18px;
  }

  .box-heading__ttl .img {
    width: 125px;
    flex: 0 0 auto;
    height: 33px;
    margin: 0 10px;
  }

  .box-heading__txt {
    font-size: 14px;
    line-height: 2;
  }

  .box-kv {
    min-height: auto;
    height: auto;
    padding-bottom: 300px;
    box-sizing: border-box;
    background: url(/global/about/sports/soccer/projects/2020/img/top/img_kv_pc.jpg)no-repeat left 37% top 0 /cover;
  }

  .box-kv-concept {
    padding: 60px 18% 0 0;
    max-width: 38%;
  }

  .box-kv-title {
    width: 55%;
    height: auto;
    margin: 46px 0 0 auto;
  }

  .our-engine-top .box-movie {
    margin-bottom: 70px;
    top: 40px;
  }

  .whats {
    padding-bottom: 100px;
  }

  .whats__ttl {
    width: 92%;
    max-width: 345px;
    margin: 0 auto 25px;
  }

  .whats__txt {
    font-size: 14px;
  }

  .chapter02 {
    padding: 57px 6% 30px;
  }

  .chapter02::before {
    background-size: 100% auto;
  }

  .chapter01 {
    padding: 65px 20px 101px;
  }

  .chapter__lead {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .chapter__icon {
    margin-bottom: 33px;
  }

  .chapter__icon img {
    max-width: none;
    height: 25px;
  }

  .chapter__icon span::before {
    width: 105px;
    height: 120px;
    top: -50px;
    right: -50px;
  }

  .chapter__ttl {
    margin-bottom: 30px;
  }

  .chapter__ttl .txt {
    font-size: 17px;
  }

  .chapter__ttl .img {
    width: 125px;
    flex: 0 0 auto;
    height: 33px;
  }

  .chapter02 .chapter__ttl .img {
    width: 125px;
  }

  .chapter__ttl .img img {
    top: 70%;
  }

  .chapter__box01-cont {
    margin-bottom: 40px;
  }

  .chapter02 .chapter__box01-cont {
    margin-bottom: 0;
  }

  .chapter01 .chapter__box02 {
    margin: -145px 0 -65px;
    height: 410px;
  }

  .chapter02 .chapter__box02 {
    margin: 0 -15% 0 -4%;
  }

  .chapter02 .chapter__box02>img {
    position: static;
    transform: translateY(0);
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }

  .chapter__box02>img {
    bottom: auto;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
  }

  .chapter__txt {
    font-size: 14px;
  }

  .sns {
    padding: 50px 20px 30px;
  }

  .sns__ttl {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .sns__row {
    display: block;
  }

  .sns__box {
    padding: 0 4%;
    margin-bottom: 45px;
  }

  .sns__box-ttl {
    padding-right: 20px;
    margin-bottom: 13px;
    height: auto;
  }

  .sns .button-01.is-width-220 {
    margin-top: 30px !important;
  }

  .box-archive .m-engine-list:nth-child(2n) {
    margin-top: 0;
    transition-delay: 0s;
  }

  .m-engine-list a::after {
    border-width: 14vw 26vw 0 0;
  }

  .m-engine-list__cont-inner {
    opacity: 1;
  }

  .box-archive .m-engine-list__cont-inner {
    opacity: 1;
    padding-top: 6%;
  }

  .m-engine-list__cont::before {
    width: 100%;
    height: 100%;
    background: rgba(220, 30, 55, 0.5);
  }

  .box-archive .m-engine-list__cont::before {
    background: rgba(220, 30, 55, 0.5);
  }

  .m-engine-list__date {
    font-size: 14px;
  }

  .m-engine-list__txt {
    font-size: 5.3vw;
  }

  .m-engine-list__desc {
    font-size: 3.9vw;
    margin-top: 7px;
  }

  .box-kv-contents__title {
    top: 50%;
  }

  .box-kv-contents__title-inner::before {
    top: 100%;
  }

  .box-kv-contents__title .name {
    flex: 0 0 auto;
    font-size: 6vw;
    line-height: 1.5;
    margin: 0 6px;
  }

  .box-kv-contents__title .name span {
    font-size: 6vw;
    line-height: 1.5;
  }

  .box-kv-contents__title .img {
    width: 31vw;
    height: 20px;
    flex: 0 0 auto;
  }

  .box-kv-contents__title .img img {
    max-width: 100%;
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
  }

  .box-interview-header {
    display: block;
  }

  .box-interview-header__lead {
    font-size: 21px;
    padding-top: 55px;
    margin-right: 1vw;
  }

  .box-interview-header__lead span {
    margin-right: 0;
  }

  .box-interview-bg1 .box-interview-intro {
    margin-top: 20px;
    padding-right: 15px;
  }

  .box-profile {
    margin-top: 30px;
    padding-left: 4%;
  }

  .box-profile__ttl {
    padding-left: 0;
    margin-left: -4%;
    width: 110px;
  }

  .box-profile__cont {
    padding: 15px 0 0;
    max-width: none;
    width: 100%;
  }

  .box-profile__ttl img {}

  .box-profile::before {
    left: 0;
    top: 29px;
  }

  .box-interview-intro__ttl {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .box-interview-intro__txt {
    font-size: 14px;
  }

  .box-interview-intro__txt+.box-interview-intro__txt {
    margin-top: 15px;
  }

  .box-profile__info {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .box-profile__info .name-en {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: right;
  }

  .box-profile__info .team {
    font-size: 13px;
    top: 0;
  }

  .box-profile__txt {
    font-size: 14px;
  }

  .box-profile__img+p.right {
    font-size: 13px;
    margin-top: -15px;
  }

  .box-profile__img {
    position: relative;
    margin: 0 -4%;
    height: auto;
    left: -4%;
  }

  .box-profile__img img {
    max-width: 108%;
    position: static;
    top: 0;
    left: 0;
  }

  .box-interview .box-inner {
    padding: 0;
  }

  .box-interview-bg1 .box-interview-QA {
    margin-top: 70px;
  }

  .box-interview-QA__data {
    margin-top: 30px;
    padding: 0;
  }

  .box-interview-QA__data dt {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 8px;
  }

  .box-interview-QA__data dt::before {
    left: -5px;
    top: 10px;
    width: 15px;
  }

  .box-interview-QA__data dd {
    font-size: 14px;
    line-height: 1.6;
  }

  .box-interview-QA__data dd.small {
    font-size: 12px;
  }

  .box-interview-bg2 {
    margin: 15% 0 0;
    padding: 7% 4%;
  }

  .box-interview-bg3 {
    margin: 15% 0 53px;
  }

  .anchor-link a {
    max-width: 25%;
    margin: 0 2.5%;
  }

  .anchor-link a span {
    font-size: 2.133vw;
  }

  .anchor-link.is-fixed {
    bottom: 0;
    padding: 10px 0;
  }

  .box-movie-player__play img {
    width: 40%;
  }

  .box-interview__back-link {
    margin: 50px 0 100px;
  }

  .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;
  }

  .footer-content__aside-rights {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 420px) {
  .ambassador-bnr__row {
    display: block;
  }
}