@charset "UTF-8";
/*-----------------------

http://www.jleague.jp/css/special/e1_2025.scss
2021/07/02 ISM

------------------------*/
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- 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, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li, .nowrapCLM > article {
  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__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

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

.main > article > section {
  max-width: 1020px;
  margin: 0 auto;
}
.main article > section:nth-child(n+2) {
  margin-top: 100px;
}

.content {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.content .main {
  margin: 0 !important;
}

#partnersArea, .tickerwrap, #utilityArea, .skyscraperWrap {
  display: none;
}

#header {
  margin: 0;
}

#globalNavi {
  border-bottom: 1px solid #ccc;
}

#breadcrumbList li.current h1 {
  max-width: max-content !important;
}

/*--- headline ---*/
.headline__main {
  text-align: center;
  margin-bottom: 40px;
}
.headline__main h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.headline__main .en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  display: block;
  margin-bottom: 20px;
  color: #001e55;
}

/*--- kvArea ---*/
.kvArea h2 img {
  width: 100%;
  vertical-align: top;
}
.kvArea .navWrap {
  text-align: center;
  background: #081b62;
  border-top: 1px solid #FFF;
}
.kvArea ul.navList {
  width: 980px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- stretch;
  justify-content: -webkit- stretch;
  justify-content: stretch;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-right: 1px solid #FFF;
}
.kvArea ul.navList.threebreak {
  border-top: 1px solid #FFF;
}
.kvArea ul.navList li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-left: 1px solid #FFF;
  text-align: center;
}
.kvArea ul.navList li a {
  display: table-cell;
  width: 1000px;
  height: 40px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  background: #081b62;
}
.kvArea ul.navList li span {
  display: table-cell;
  width: 1000px;
  height: 40px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  background: #081b62;
  background: #666;
  color: #969696;
}
.kvArea ul.navList li a {
  transition: 0.5s all;
}
.kvArea ul.navList li a:hover {
  background: #ff0101;
}

/*--- navArea ---*/
.navArea {
  background: #000;
  border-top: 1px solid #787878;
}
.navArea .sec__wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.navArea__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.navArea__list--item {
  border-right: 1px solid #787878;
  width: 100%;
  margin-right: 0 !important;
}
.navArea__list--item:nth-child(1) {
  border-left: 1px solid #787878;
}
.navArea__list--item a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
.navArea__list--item a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}
.navArea__list--item a:hover {
  text-decoration: none;
  opacity: 0.8;
  background: #3d3d3d;
}
.navArea__list--item a:hover:after {
  transform: rotate(45deg) translateX(2px) translateY(2px);
  opacity: 0.8;
}

/*--- outlineArea ---*/
.outlineArea {
  position: relative;
  margin-top: 100px !important;
}
.outlineArea .wrap {
  background: #001e55;
  max-width: 1020px;
  margin: 0 auto;
}
.outlineArea h4 {
  font-size: 30px;
  font-size: 3rem;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
.outlineArea p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}
.outlineArea .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.outlineArea .youtube iframe {
  width: 100%;
  height: 100%;
}

/*--- matchinfoAcc ---*/
.matchinfoAcc {
  margin: 20px 0;
}
.matchinfoAcc .leftRedTit {
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

.accordionIndex {
  background: #FFF;
}
.accordionIndex .embArea {
  padding: 20px !important;
}
.accordionIndex .vsTxt .status {
  display: inline-block;
}
.accordionIndex .vsTxt .status a {
  display: inline-block;
  padding: 0.5em 2em;
  min-width: 4em;
  border-radius: 2px;
  transition: 0.5s all;
}
.accordionIndex .vsTxt .status a.before {
  border: 1px solid #CCC;
}
.accordionIndex .vsTxt .status a.before:hover {
  background: #06c;
}
.accordionIndex .vsTxt .status a:hover {
  opacity: 0.5;
  color: #FFF;
}
.accordionIndex .vsTxt div > span.team {
  width: 140px !important;
}
.accordionIndex .vsTxt div > span.score {
  width: 40px !important;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
.accordionIndex .leagAccTime {
  padding: 0 !important;
  width: 230px !important;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: 15px !important;
}
.accordionIndex .leagAccTime span {
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 13px !important;
}
.accordionIndex .leagAccTime .stadium {
  width: 150px !important;
  line-height: 1.3;
}
.accordionIndex .accBtnList {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 13px !important;
}
.accordionIndex .accBtnList .fujiBtn {
  background: #c81a17;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
  color: #fff;
  position: relative;
  transition: 0.5s all;
  line-height: 1.3;
}
.accordionIndex .accBtnList .fujiBtn.noLink {
  pointer-events: none;
  background: #E8E8E8;
  color: #BCBCBC;
}
.accordionIndex .accBtnList .fujiBtn.noLink:after {
  border-top: solid 2px #BCBCBC;
  border-right: solid 2px #BCBCBC;
}
.accordionIndex .accBtnList .fujiBtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  transition: 0.5s all;
}
.accordionIndex .accBtnList .fujiBtn:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.accordionIndex .accBtnList .fujiBtn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.embM.embFlag {
  height: 22px !important;
}

/*--- standingsArea ---*/
.standingsArea .update {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 0.5em;
}
.standingsArea .dataTable .bgGray {
  background: #081b62;
  color: #FFF;
}
.standingsArea .dataTable .bgGray th {
  padding: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.standingsArea .dataTable td {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
}
.standingsArea .dataTable td:first-child {
  width: 5%;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  background: #919191;
  color: #FFF;
}
.standingsArea .dataTable td.tdTeam {
  text-align: left;
  background: #919191;
  padding-left: 1em;
  border-left: 1px solid #FFF;
  color: #FFF;
}
.standingsArea .dataTable td.tdTeam .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.standingsArea .dataTable td:nth-child(n+3) {
  width: 9%;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
}

.standingsGroupArea {
  margin-bottom: 40px;
}
.standingsGroupArea:last-of-type {
  margin-bottom: 0;
}

/*--- japanlist ---*/
.memberlist {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.memberlist + p {
  margin-bottom: 100px;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.memberlist li {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.memberlist li a {
  transition: 0.5s all;
  position: relative;
  background: #001e55;
  display: block;
  height: 100%;
}
.memberlist li a img, .memberlist li a .data {
  transition: 0.5s all;
}
.memberlist li a:hover {
  text-decoration: none;
}
.memberlist li figure {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.memberlist li figure img {
  width: 100%;
}
.memberlist li .data {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #001e55;
  padding: 1rem 50px 1rem 1.5rem;
  box-sizing: border-box;
}
.memberlist li .data:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}
.memberlist li .data .name {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  box-sizing: border-box;
}
.memberlist li .data .name i {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.memberlist li .data .club {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
}
.memberlist li:nth-child(4n) {
  margin-right: 0;
}

.card_block .memberpop__top {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 20px;
}
.card_block .memberpop__top .left {
  padding-right: 40px;
}
.card_block .memberpop__top .left .name {
  color: #001e55;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.card_block .memberpop__top .left .jpname {
  color: #001e55;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.card_block .memberpop__top .right {
  padding-top: 40px;
  padding-bottom: 40px;
}
.card_block .memberpop__top .right img {
  width: 100%;
  max-width: 250px;
  vertical-align: bottom;
}
.card_block .btn_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 40px;
}
.card_block .btn_list li + li {
  margin-left: 10px;
}
.card_block .btn_list li a {
  width: 200px;
  height: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  border-radius: 17.5px;
  border: 1px solid #000;
  color: #000;
  transition: 0.5s all;
}
.card_block .btn_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.card_block .btn_list li a.active {
  color: #fff;
  background-color: #000;
}

.mfp-bg {
  opacity: 1;
}

.mfp-inline-holder .mfp-content {
  width: 90% !important;
  box-sizing: border-box;
  margin: 50px 0;
  padding: 30px 5%;
  background: #fff;
  text-align: center;
  color: #000;
}
.mfp-inline-holder .mfp-content .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.mfp-inline-holder .mfp-content .img img {
  width: 100%;
  max-width: 500px;
}
.mfp-inline-holder .mfp-content .mfp-close {
  color: #fff;
  top: -44px;
  font-size: 60px;
  font-size: 6rem;
  opacity: 1;
}

.mfp-wrap {
  top: 0 !important;
}

.mfp-container {
  padding: 0;
}

.cplinkbtn {
  background: #000;
  display: block;
  width: 100%;
  border-radius: 10000px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
.cplinkbtn span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.cplinkbtn:hover {
  text-decoration: none;
}

/*--- campaignArea ---*/
.campaignArea .other_panel {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #001e55;
  position: relative;
}
.campaignArea .other_panel .other_panel_inner {
  padding: 30px;
}
.campaignArea .other_panel .other_panel_inner .op_ttl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dt {
  width: 210px;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dt img {
  width: 100%;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dd {
  margin: 0 0 0 20px;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dd p span {
  color: #001e55;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 800;
}
.campaignArea .other_panel .other_panel_inner .op_ttl dd p mark {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 800;
  font-style: normal;
  background: linear-gradient(transparent 60%, #bacbea 60%);
}
.campaignArea .other_panel .other_panel_inner .red_label {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background-color: #001e55;
  padding: 8px 0;
  margin: 30px auto;
}
.campaignArea .other_panel .other_panel_inner .red_label p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}
.campaignArea .other_panel .other_panel_inner .red_label + p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  margin: 30px auto;
}
.campaignArea .other_panel .other_panel_inner .flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 5px;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dt {
  width: 180px;
  margin: 0 auto;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dt img {
  width: 100%;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dd {
  margin: 20px auto 0;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dd p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dd a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 210px;
  height: 50px;
  background-color: #000;
  border-radius: 25px;
  margin: 20px auto;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dd a img {
  width: 165px;
}
.campaignArea .other_panel .other_panel_inner .flow li dl dd a:hover {
  opacity: 0.7;
}
.campaignArea .other_panel .other_panel_inner .flow li.border_style {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 25px solid transparent;
  border-left: 40px solid #001e55;
  border-right: 0;
  margin: 100px 0 0;
}
.campaignArea .other_panel .other_panel_inner .list__style__attention li {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.campaignArea .other_panel .period {
  width: 100%;
  background-color: #001e55;
  padding: 15px 0;
  margin: 0 auto;
}
.campaignArea .other_panel .period p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.campaignArea .other_panel.end:before {
  content: "キャンペーンは終了しました";
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.campaignArea .other_panel.end:after {
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.campaignArea .accordionList {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.campaignArea .accordionList + .other_panel {
  margin-top: 100px;
}
.campaignArea .accordionList .accordionIndex {
  color: #000;
  background: none;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0px 15px 0;
}
.campaignArea .accordionList .accordionIndex p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.campaignArea .accordionList .accordionIndex::after, .campaignArea .accordionList .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background-color: #000;
  transition: all 0.3s;
}
.campaignArea .accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.campaignArea .accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.campaignArea .accordionList .accordionArticle {
  background-color: #fff;
  padding: 30px;
}
.campaignArea .accordionList .accordionArticle h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
}
.campaignArea .accordionList .accordionArticle p, .campaignArea .accordionList .accordionArticle li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
.campaignArea .accordionList .accordionArticle p + h4, .campaignArea .accordionList .accordionArticle li + h4 {
  margin-top: 2em;
}
.campaignArea .accordionList .accordionArticle a {
  word-break: break-word;
}

/*--- rcArea ---*/
.rcArea > img {
  width: 100%;
}

.spDISP {
  display: none !important;
}

.snsBtn {
  margin-top: 50px;
}