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

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

------------------------*/
@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=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@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&display=swap");
main {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
}
main a {
  transition: 0.2s;
  text-decoration: none;
}
main a:hover {
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #001E55;
  border-radius: 8px;
}

header {
  font-family: "Noto Sans JP", sans-serif;
}

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

#header {
  margin: 0;
  display: none;
}

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

.sec_style {
  padding-block: 100px;
}

.sec_inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.sec_title {
  margin-bottom: 50px;
}
.sec_title span {
  display: block;
}
.sec_title span.sec_title_jp {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
.sec_title span.sec_title_en {
  margin-top: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 20%;
  text-align: center;
  color: #001E55;
}
.sec_title:after {
  display: block;
  content: "";
  width: 51px;
  height: 2px;
  margin: 24px auto 0;
  background-color: #001E55;
}

.btn_style {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: calc(100% - 40px);
  max-width: 550px;
  height: 70px;
  border-radius: 35px;
  background-color: #000;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-inline: auto;
}
.btn_style:after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 14px;
}
.btn_style small {
  font-weight: normal;
  font-size: 14px;
}

.pc_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #001E55;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.pc_header .linkArea a img {
  width: 219px;
}
.pc_header nav {
  height: 100%;
}
.pc_header nav ul {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 100%;
}
.pc_header nav ul li {
  height: 100%;
}
.pc_header nav ul li a {
  padding-inline: 30px;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pc_header nav ul li:hover a {
  background-color: #000F2B;
}
.pc_header nav ul li.active a {
  background-color: #A6902D;
}
.pc_header nav ul li.active a:hover {
  background-color: #A6902D;
}

.kv_area {
  margin-top: 70px;
  font-size: 0;
  line-height: 0;
}
.kv_area img {
  width: 100%;
}
.kv_area > div iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}

.anchor_link {
  width: 100%;
  height: 87px;
  background-color: #001E55;
}
.anchor_link ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1510px;
  height: 100%;
  border-left: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.anchor_link ul li {
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.anchor_link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.anchor_link ul li:hover a {
  background-color: #000F2B;
}

.schedule_list {
  width: 100%;
  max-width: 1500px;
  min-width: 1100px;
  margin: 0 auto 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.schedule_list > li {
  width: 100%;
  border-radius: 10px;
  background-color: #EAEDF3;
  overflow: hidden;
}
.schedule_list > li h3 {
  background: #001E55;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 60px;
}
.schedule_list > li > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
}
.schedule_list > li > div .date {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.schedule_list > li > div .date span {
  font-weight: 900;
  font-size: 48px;
  margin-right: 10px;
  vertical-align: sub;
}
.schedule_list > li > div .time {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
}
.schedule_list > li > div .place {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div .vs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 336px;
}
.schedule_list > li > div .vs li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.schedule_list > li > div .vs li span:nth-child(2) {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div .vs li:nth-child(2) {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}
.schedule_list > li > div .link_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.schedule_list > li > div .link_list li {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.schedule_list > li > div .link_list li a {
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}
.schedule_list > li > div .link_list li a:hover {
  text-decoration: none;
}

.player_sec {
  position: relative;
}
.player_sec .sec_inner {
  max-width: 1500px;
}
.player_sec > * {
  z-index: 1;
  position: relative;
}
.player_sec:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/img/special/sb/pride_2026/bg_blue.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.player_sec #player_tab .tabSelecter {
  margin: 0 auto 40px;
}
.player_sec #player_tab .tabSelecter .tab {
  border-bottom: none;
  letter-spacing: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.player_sec #player_tab .tabSelecter .tab li {
  box-sizing: border-box;
  border: 1px solid #001E55;
  border-radius: 5px;
  width: 194px;
  height: 50px;
  background-color: #fff;
}
.player_sec #player_tab .tabSelecter .tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  background-color: initial;
  color: #001E55;
}
.player_sec #player_tab .tabSelecter .tab li.current {
  background-color: #001E55;
}
.player_sec #player_tab .tabSelecter .tab li.current a {
  top: 0;
  color: #fff;
}
.player_sec #player_tab .tabContentsBox + .tabSelecter {
  margin: 40px auto 0;
}
.player_sec #player_tab .tabContentsBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.player_sec #player_tab .tabContentsBox ul li {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.player_sec #player_tab .tabContentsBox ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_pos {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_jp {
  font-weight: 900;
  font-size: 33px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_txt .player_en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.player_sec #player_tab .tabContentsBox ul li a .player_img {
  width: 100%;
  height: auto;
}

.outline_sec {
  background-color: #001E55;
  color: #fff;
}
.outline_sec .sec_title .sec_title_jp {
  color: #fff;
}
.outline_sec .sec_title .sec_title_en {
  color: #fff;
}
.outline_sec .sec_title:after {
  background-color: #fff;
}
.outline_sec dl {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
}
.outline_sec dl:last-child {
  border-bottom: 1px solid #fff;
}
.outline_sec dl dt {
  width: 300px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.outline_sec dl dd {
  font-weight: 500;
  font-size: 16px;
  flex: 1;
}
.outline_sec .outline_bunner {
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.outline_sec .outline_bunner img {
  width: 100%;
}

.campaign_sec {
  padding-bottom: 0;
}
.campaign_sec .sec_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign_sec .sec_inner a {
  display: block;
  width: 100%;
  height: auto;
}
.campaign_sec .sec_inner a img {
  width: 100%;
}

.info_sec ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #000;
}
.info_sec ul li > a {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.info_sec ul li > a .info_img {
  width: 533px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.info_sec ul li > a .info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_sec ul li > a .info_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info_sec ul li > a .info_txt h3 {
  font-weight: 900;
  font-size: 20px;
  color: #001E55;
  line-height: 1.2;
}
.info_sec ul li > a .info_txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

.pt_area {
  width: 100%;
  height: 300px;
}
.pt_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 8px;
  background-color: #001E55;
  color: #99A5BB;
}
.pt_area a:before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #99A5BB;
  border-left: 2px solid #99A5BB;
}

.player_ttl_area {
  width: 100%;
  height: 200px;
  background-image: url(/img/special/sb/pride_2026/BG_obi.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}
.player_ttl_area h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-inline: auto;
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
}
.player_ttl_area h2 span {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 20%;
}

.player_prof {
  padding-block: 100px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 40px;
}
.player_prof .player_prof_left {
  width: 50%;
}
.player_prof .player_prof_left .player_gallery_main {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
}
.player_prof .player_prof_left .player_gallery_main img {
  width: 100%;
}
.player_prof .player_prof_left .player_gallery_main .swiper-slide {
  font-size: 0;
  line-height: 0;
}
.player_prof .player_prof_left .player_gallery_thumb > div {
  margin-top: 20px;
  overflow-y: scroll;
  gap: 20px;
  padding-bottom: 10px;
}
.player_prof .player_prof_left .player_gallery_thumb > div > div {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  width: 140px !important;
  aspect-ratio: 1/1;
  margin-right: 0 !important;
}
.player_prof .player_prof_left .player_gallery_thumb > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player_prof .player_prof_right .player_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
  line-height: 1;
  margin: 0 auto 55px;
  text-align: center;
}
.player_prof .player_prof_right .player_txt .player_pos {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.player_prof .player_prof_right .player_txt .player_jp {
  font-weight: 900;
  font-size: 48px;
}
.player_prof .player_prof_right .player_txt .player_en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.player_prof .player_prof_right .player_table dl {
  width: 100%;
  border-top: 1px solid #000;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}
.player_prof .player_prof_right .player_table dl:last-child {
  border-bottom: 1px solid #000;
}
.player_prof .player_prof_right .player_table dl dt {
  width: 100px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #001E55;
}
.player_prof .player_prof_right .player_table dl dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  flex: 1;
}

.player_history .player_history_ttl {
  width: 100%;
  height: 290px;
  background-image: url(/img/special/sb/pride_2026/bg_bankisya.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player_history .player_history_ttl h3 {
  width: 90%;
  max-width: 649px;
  margin-inline: auto;
}
.player_history .player_history_ttl h3 img {
  width: 100%;
}

.player_history_cont {
  padding-block: 100px;
  background-image: url(/img/special/sb/pride_2026/bg_hogan.jpg);
  background-repeat: repeat;
}
.player_history_cont .player_history_year {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 35px;
}
.player_history_cont .player_history_year + .player_history_year {
  margin-top: 20px;
}
.player_history_cont .player_history_year .player_history_year_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.player_history_cont .player_history_year .player_history_year_left p {
  color: #001E55;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
}
.player_history_cont .player_history_year .player_history_year_left > div {
  position: relative;
  height: 100%;
}
.player_history_cont .player_history_year .player_history_year_left > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #001E55;
  width: 3px;
  height: 100%;
  z-index: 1;
}
.player_history_cont .player_history_year .player_history_year_left > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background-color: #001E55;
  border-radius: 50%;
  z-index: 1;
}
.player_history_cont .player_history_year .player_history_year_box {
  padding-bottom: 100px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl + p {
  font-size: 14px;
  margin-top: 0.5em;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt .player_history_year_ttl_txt_team p {
  color: #001E55;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_txt > p {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  background-color: #001E55;
  display: inline;
  line-height: 1.8;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_img {
  width: 268px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_ttl_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q img {
  width: 28px;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_q p {
  color: #001E55;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_a {
  padding: 24px 0 0;
}
.player_history_cont .player_history_year .player_history_year_box .player_history_year_box_panel .player_history_year_box_panel_a p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.other_player {
  padding-block: 100px;
  background-color: #000;
}
.other_player h3 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.other_player .loop-slider {
  overflow: hidden;
}
.other_player .loop-slider.is-static {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.other_player .loop-slider.is-static .loop-slider__track {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.other_player .loop-slider.is-static .loop-slider__item {
  width: calc(25% - 15px);
}
.other_player .loop-slider.is-static .loop-slider__item a {
  position: relative;
}
.other_player .loop-slider.is-static .loop-slider__item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.other_player .loop-slider:not(.is-static) .loop-slider__track {
  display: flex;
  width: max-content;
  gap: 20px;
}
.other_player .loop-slider__item {
  width: 314px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
}
.other_player .loop-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.other_player .loop-slider__item a {
  position: relative;
}
.other_player .loop-slider__item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.other_player .loop-slider__item .slider_txt {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.other_player .loop-slider__item .slider_txt .slider_txt_pos {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 20%;
  margin-bottom: 5px;
  word-break: keep-all;
}
.other_player .loop-slider__item .slider_txt .slider_txt_name {
  font-weight: 900;
  font-size: 20px;
  word-break: keep-all;
}

.photo_gallery {
  padding-block: 100px;
}
.photo_gallery h3 {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.photo_gallery .popup-gallery {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
.photo_gallery .popup-gallery li a img {
  width: 100%;
}
.photo_gallery .popup-gallery li p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.other_panel {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #001E55;
  position: relative;
}
.other_panel .other_panel_inner {
  padding: 30px;
}
.other_panel .other_panel_inner .op_ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  gap: 30px;
}
.other_panel .other_panel_inner .op_ttl dt {
  width: 300px;
}
.other_panel .other_panel_inner .op_ttl dt img {
  width: 100%;
}
.other_panel .other_panel_inner .op_ttl dd {
  margin: 0;
  flex: 1;
}
.other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}
.other_panel .other_panel_inner .op_ttl dd p span {
  color: #001E55;
  font-size: 38px;
  font-weight: 800;
}
.other_panel .other_panel_inner .op_ttl dd p mark {
  color: #001E55;
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(transparent 60%, #bacbea 40%);
}
.other_panel .other_panel_inner .red_label {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #001E55;
  padding: 8px 0;
  margin: 30px auto;
}
.other_panel .other_panel_inner .red_label p {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}
.other_panel .other_panel_inner .red_label + p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  margin: 30px auto;
}
.other_panel .other_panel_inner .flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 5px;
}
.other_panel .other_panel_inner .flow li dl dt {
  width: 180px;
  margin: 0 auto;
}
.other_panel .other_panel_inner .flow li dl dt img {
  width: 100%;
}
.other_panel .other_panel_inner .flow li dl dd {
  margin: 20px auto 0;
}
.other_panel .other_panel_inner .flow li dl dd p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
}
.other_panel .other_panel_inner .flow li dl dd a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-color: #000;
  border-radius: 25px;
  margin: 20px auto;
}
.other_panel .other_panel_inner .flow li dl dd a img {
  width: 165px;
}
.other_panel .other_panel_inner .flow li dl dd a:hover {
  opacity: 0.7;
}
.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;
}
.other_panel .other_panel_inner .list__style__attention li {
  font-size: 10px;
  line-height: 1.5;
}
.other_panel .period {
  width: 100%;
  background-color: #001E55;
  padding: 15px 0;
  margin: 0 auto;
}
.other_panel .period p {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.other_panel.end:before {
  content: "キャンペーンは終了しました";
  color: #fff;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.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%);
}

.accordionList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.accordionList + .other_panel {
  margin-top: 50px;
}
.accordionList .accordionIndex {
  color: #000;
  background: none;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0px 15px 0;
}
.accordionList .accordionIndex p {
  font-size: 18px;
  line-height: 1.2;
}
.accordionList .accordionIndex::after, .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;
}
.accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.accordionList .accordionArticle {
  background-color: #fff;
  padding: 30px;
}
.accordionList .accordionArticle h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
}
.accordionList .accordionArticle p,
.accordionList .accordionArticle li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.accordionList .accordionArticle p + h4,
.accordionList .accordionArticle li + h4 {
  margin-top: 2em;
}
.accordionList .accordionArticle p b,
.accordionList .accordionArticle li b {
  font-weight: bold;
}
.accordionList .accordionArticle a {
  word-break: break-word;
  display: inline;
  color: #001E55;
  text-decoration: underline;
}
.accordionList .accordionArticle img {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
}

.spDISP {
  display: none;
}