@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

kickoff.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #e60c11;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__normal {
  font-weight: normal !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn, .btn__w {
  font-size: 16px;
  font-size: 1.6rem;
  width: 600px;
  height: 60px;
  line-height: 60px;
}
.btn::after, .btn__w::after {
  font-size: 16px;
  font-size: 1.6rem;
}
.btn::before, .btn__w::before {
  font-size: 26px;
  font-size: 2.6rem;
}
.btn__w {
  border: 2px solid #183060;
}
.btn__s {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn__s:after, .btn__s:before {
  font-size: 16px;
  font-size: 1.6rem;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 5vw;
}
.sec__white {
  background: #fff;
}

.heading__main, .heading__main--w {
  margin-bottom: 30px;
  interviews: red;
}
.heading__main .eng_L, .heading__main--w .eng_L {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.heading__main .jpn_S, .heading__main--w .jpn_S {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0px 0 10px 0;
  line-height: 1.3;
}
.heading__main img, .heading__main--w img {
  width: 30px;
  margin-right: 10px;
}
.heading__main:after, .heading__main--w:after {
  width: 50px;
  height: 4px;
}
.heading__sub .eng_L {
  font-size: 50px;
  font-size: 5rem;
}
.heading__sub .jpn_S {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

.kome {
  display: block;
}

#header {
  padding: 0 15px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
#header .header__left {
  width: 60px;
}
#header .header__left__jleaguejp {
  margin-right: 10px;
}
#header .header__right {
  width: calc(100% - 60px);
  text-align: right;
}
#header .header__right__nav {
  height: 40px;
  line-height: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}
#header .header__right__nav .navList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 40px;
}
#header .header__right__nav .navList li {
  letter-spacing: 0.05em;
  height: 35px;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #b8b8b8;
  text-align: center;
}
#header .header__right__nav .navList li:last-child {
  border-right: none;
}
#header .header__right__nav .navList li a, #header .header__right__nav .navList li span {
  color: #000;
  line-height: 35px;
  padding: 0;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
#header .header__right__nav .navList li a:hover, #header .header__right__nav .navList li span:hover {
  opacity: 1;
}
#header .header__right__nav .navList li a:hover:after, #header .header__right__nav .navList li span:hover:after {
  content: "";
  background: #183060;
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 4px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .header__right__nav .navList li a img, #header .header__right__nav .navList li span img {
  width: 20px;
}
#header .header__right__nav .navList li span {
  opacity: 0.3;
}
#header .header__right__nav .navList li.nolink a {
  pointer-events: none;
  opacity: 0.6;
}
#header .header__right__nav .navList li.ticket {
  border: none;
}
#header .header__right__nav .navList li.ticket a {
  background: #e60c11;
  color: #fff;
  border-radius: 30px;
  font-weight: 900;
  padding: 0 25px 0 10px;
}
#header .header__right__nav .navList li.ticket a:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f125";
  font-family: "ionicons";
  font-weight: 900;
  right: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: none;
  width: auto;
  height: auto;
}
#header .header__right__nav .navList li.ticket a:hover {
  background: #b10c10;
}
#header .header__right__nav .navList li.ticket a:hover:after {
  left: auto;
  bottom: auto;
}

.ankerArea .btnwrap, .ankerArea__nav {
  display: none !important;
}

.ankerArea .ticketwrap {
  bottom: 85px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 60px;
}
.kvArea__wrap {
  padding: 40px 0;
}
.kvArea__wrap--right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.kvArea__wrap--left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  width: 25%;
}
.kvArea__img {
  width: 100%;
}
.kvArea__img img {
  width: 100%;
  padding: 0;
}
.kvArea__data {
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
  background: #183060;
  color: #fff;
}
.kvArea__data span {
  font-size: 26px;
  font-size: 2.6rem;
}
.kvArea__lead {
  padding: 0;
}
.kvArea__lead li span {
  padding: 5px 20px;
  font-size: 20px;
  font-size: 2rem;
}

.navArea__ttl {
  font-size: 30px;
  font-size: 3rem;
}
.navArea__list {
  margin: 0 auto;
}
.navArea__list--item {
  border-bottom: none;
}
.navArea__list--item:first-child {
  border-left: 1px solid #fff;
}
.navArea__list--item:last-child {
  border-right: 1px solid #fff;
}
.navArea__list--item:nth-child(3n) {
  border-right: 1px solid #fff;
}
.navArea__list--item a {
  padding: 15px 0;
}
.navArea__list--item a span.jp {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.navArea__list--item a:hover {
  background: #102144;
}
.navArea__list--item a img {
  width: 60px;
  margin-bottom: 0.3em;
}

.bnrArea .sec__inner980 {
  padding: 80px 5vw;
}
.bnrArea .sec__inner980 a {
  margin: 0 auto;
}

.pickupArea__con a {
  width: 700px;
  margin: 0 auto;
  display: block;
}
.pickupArea__con--txt {
  margin-top: 20px;
  text-align: center;
}
.pickupArea__con--txt p {
  text-align: center;
}
.pickupArea__con--txt time {
  padding: 0px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.infoArea__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 20px;
}
.infoArea__ttl strong {
  font-size: 36px;
  font-size: 3.6rem;
}
.infoArea__bnr {
  margin-top: 30px;
}
.infoArea__txt {
  text-align: center;
  margin: 40px 0;
}
.infoArea__nextwrap--ttl {
  padding: 5px 5%;
  font-size: 26px;
  font-size: 2.6rem;
}
.infoArea__nextwrap--ttl span {
  font-size: 20px;
  font-size: 2rem;
}
.infoArea__nextwrap ul {
  padding: 40px;
}
.infoArea__nextwrap ul li {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em;
}
.infoArea__boshu {
  padding: 40px;
  margin-top: 30px;
}
.infoArea__boshu strong {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.infoArea__boshu .list__style__disc li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.infoArea__boshu .txt__size14 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.infoArea__boshuwrap--right {
  width: 60%;
}
.infoArea__boshuwrap--left {
  width: 35%;
  margin-right: 5%;
}
.infoArea__con .popup-iframe img {
  width: 100%;
}

.movieArea__wrap {
  padding-bottom: 40px;
}
.movieArea__wrap + .__wrap {
  padding-top: 40px;
}
.movieArea__list {
  margin-bottom: 30px;
}
.movieArea__list--item {
  width: 23.5% !important;
  margin-right: 2% !important;
  margin-top: 20px;
}
.movieArea__list--item:nth-child(2n) {
  margin-right: 2%;
}
.movieArea__list--item:nth-child(4n) {
  margin-right: 0 !important;
}
.movieArea__list--item:nth-child(-n+4) {
  margin-top: 0;
}
.movieArea__list--item:after {
  bottom: 5px;
}
.movieArea__list--txt time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.gameinfoArea .matchVsBox {
  margin: 0 auto;
  background: #f6f6f6;
  margin-bottom: 40px;
}
.gameinfoArea .matchVsBox .matchVsTitle {
  background: #ddd;
}
.gameinfoArea .matchVsBox .ArrowBtnLink04 a,
.gameinfoArea .matchVsBox .ArrowBtnLink04.winner a, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner button, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner a, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner button {
  height: 60px;
  padding: 0;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background: #e60c11;
}
.gameinfoArea .matchVsBox .ArrowBtnLink04 a:after,
.gameinfoArea .matchVsBox .ArrowBtnLink04.winner a:after, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner button:after, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner a:after, .gameinfoArea .matchVsBox .ArrowBtnLink04.winner button:after {
  font-size: 16px;
  font-size: 1.6rem;
  right: 30px;
}
.gameinfoArea__btn {
  width: 100%;
}
.gameinfoArea__btn .btn, .gameinfoArea__btn .btn__w {
  font-size: 16px;
  font-size: 1.6rem;
}
.gameinfoArea__btn .btn i, .gameinfoArea__btn .btn__w i {
  font-size: 20px;
  font-size: 2rem;
}
.gameinfoArea__btn .btn:after, .gameinfoArea__btn .btn__w:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f125";
  font-family: "ionicons";
  font-weight: 900;
  right: 30px;
  color: #183060;
  font-size: 14px;
  font-size: 1.4rem;
}

.matchVsBox.boxCenterTime .leagCenterTime + .ArrowBtnLink04.winner {
  margin-top: 0;
}

.matchVsBox.boxCenterTime .leagCenterTime {
  margin: 0;
}

.rankingArea__wrap {
  padding-bottom: 60px;
}
.rankingArea__wrap + .rankingArea__wrap {
  padding-top: 60px;
}
.rankingArea__ttl {
  min-height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.rankingArea__subttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #183060;
}
.rankingArea .rankingDataTable + .btn, .rankingArea .rankingDataTable + .btn__w {
  margin-top: 30px;
}
.rankingArea .rankingDataTable thead th {
  font-size: 14px;
  font-size: 1.4rem;
}
.rankingArea .rankingDataTable thead th.rank, .rankingArea .rankingDataTable thead th.goal {
  width: 90px;
}
.rankingArea .rankingDataTable thead th.name {
  width: 470px;
}
.rankingArea .rankingDataTable td, .rankingArea .rankingDataTable th {
  min-height: auto;
}
.rankingArea .rankingDataTable td {
  font-size: 14px;
  font-size: 1.4rem;
}
.rankingArea .rankingDataTable td.name, .rankingArea .rankingDataTable td.movie {
  padding: 0 2em;
}
.rankingArea .rankingDataTable td .btn, .rankingArea .rankingDataTable td .btn__w {
  margin: 1em 0;
}
.rankingArea .tab-wrap + .tab-wrap {
  border-top: 0;
}
.rankingArea .tabSelecter {
  top: 13px;
  margin-right: 15px;
}
.rankingArea .tabSelecter li:last-child {
  border-right: 1px solid #000000;
}
.rankingArea .yearmenu {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 30px 5px 25px;
}
.rankingArea .yearmenu:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rankingArea .yearmenu:after {
  right: 10px;
}
.rankingArea .yearlist {
  width: 150px;
}
.rankingArea .yearlist.is-open, .rankingArea .yearlist.is-open2 {
  background: #f0f0f0;
}
.rankingArea .yearlist li:hover {
  background: #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rankingArea .yearselect {
  margin: 30px 0 20px;
}
.rankingArea .yearselect li {
  font-size: 14px;
  font-size: 1.4rem;
  height: 46px;
  line-height: 46px;
}
.rankingArea .yearselect li.show {
  line-height: 47px;
  height: 47px;
}
.rankingArea .yearselect:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photoArea__wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 64px;
}
.photoArea__ttl {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.photoArea__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.photoArea__list--item {
  display: inline-block;
  width: 18.4%;
  margin-right: 2%;
}
.photoArea__list--item:nth-child(5n) {
  margin-right: 0;
}
.photoArea__list--item:nth-child(n+6) {
  margin-top: 20px;
}
.photoArea__list + .btn, .photoArea__list + .btn__w {
  width: 600px;
}

.interviewArea__list {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.interviewArea__list--item {
  width: 32% !important;
  margin-right: 2% !important;
}
.interviewArea__list--item:nth-child(-n+3) {
  margin-top: 0 !important;
}
.interviewArea__list--item:nth-child(n+3) {
  margin-top: 20px;
}
.interviewArea__list--item:nth-child(2n) {
  margin-right: 2% !important;
}
.interviewArea__list--item:nth-child(3n) {
  margin-right: 0 !important;
}
.interviewArea__list--item:after {
  bottom: 5px;
}
.interviewArea__list--item .img {
  height: 180px;
  position: relative;
}
.interviewArea__list--item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interviewArea__list--item time {
  font-size: 14px;
  font-size: 1.4rem;
}

.campaignArea__list {
  width: 500px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.campaignArea__list--item {
  width: 100%;
  margin-right: 0;
}

.regionArea .heading__main img {
  width: 40px;
}

/* ==========================================================================
   コラムページ
========================================================================== */
.otherkvArea {
  padding-top: 60px;
  min-height: 220px;
}
.otherkvArea:after {
  width: 300px;
  height: 300px;
  background-size: 300px;
}
.otherkvArea__title {
  height: 220px;
  padding-top: 60px;
}
.otherkvArea__title img {
  width: 40px;
  margin-bottom: 0;
  margin-right: 5px;
}
.otherkvArea__title .eng_L {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
.otherkvArea__title .jpn_S {
  font-size: 30px;
  font-size: 3rem;
  padding-top: 10px;
}

.interviewArea .articleTitWrap .detailDate {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
}
.interviewArea .articleTitWrap .articleTit {
  font-size: 20px;
  font-size: 2rem;
}
.interviewArea .clearfix p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.interviewArea .photoOneArea, .interviewArea .videoOneArea, .interviewArea .videoOneBox {
  margin: 40px 0;
}
.interviewArea .videoOneBox .videoOneArea {
  background: none;
  margin-bottom: 40px;
  aspect-ratio: 16/9;
  text-align: center;
}
.interviewArea .videoOneBox .videoOneArea video {
  margin-top: 0;
}
.interviewArea .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.interviewArea .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.otherinterviewArea__list img {
  width: 150px;
  margin-right: 15px;
}
.otherinterviewArea__list--item {
  position: relative;
}
.otherinterviewArea__list--item a {
  padding-right: 30px;
}
.otherinterviewArea__list--item:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f125";
  font-family: "ionicons";
  font-weight: 900;
  right: 10px;
  color: #183060;
  font-size: 16px;
  font-size: 1.6rem;
}
.otherinterviewArea__list--item + .otherinterviewArea__list--item {
  margin-top: 5px;
}
.otherinterviewArea__list--txt {
  width: calc(100% - 165px);
}
.otherinterviewArea__list--txt time {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: block !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}