@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.is-hide {
  display: none !important;
}

.font_bold {
  font-weight: bold;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  opacity: 0.7;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !js
---------------------------------------------------------- */
.js-image-scroll {
  overflow: hidden;
  display: flex;
}
.js-image-scroll ul {
  display: flex;
  align-items: center;
}
.js-image-scroll ul:nth-child(odd) {
  animation-name: image-loop-left1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.js-image-scroll ul:nth-child(even) {
  animation-name: image-loop-left2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes image-loop-left1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes image-loop-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 450px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

html.no_move {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.font_JLeague {
  font-family: "JLeague Sans";
}

.font_Oswald {
  font-family: "Oswald", sans-serif;
}

/* !fantasy_lp_wrapper
---------------------------------------------------------- */
#fantasy_lp_wrapper {
  padding-top: 4rem;
  background: #ebebeb;
}

/* !header
---------------------------------------------------------- */
#fantasy_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

#fantasy_lp_header .fantasy_lp_headerInner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.808rem 1.6rem;
  position: relative;
}

#fantasy_lp_header .fantasy_lp_logo {
  font-size: 1px;
  line-height: 1;
  width: 8.6rem;
}

#fantasy_lp_header .fantasy_lp_logo img {
  width: 100%;
}

#fantasy_lp_header .fantasy_lp_btn_menu {
  width: 2.6rem;
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

#fantasy_lp_header .fantasy_lp_btn_menu .line {
  width: 100%;
  height: 0.3rem;
  background: #c30d23;
  transition: all 0.5s;
}

#fantasy_lp_header .fantasy_lp_btn_menu.is-active .line:nth-child(1) {
  transform: translateY(0.8rem) rotate(45deg);
}

#fantasy_lp_header .fantasy_lp_btn_menu.is-active .line:nth-child(2) {
  opacity: 0;
}

#fantasy_lp_header .fantasy_lp_btn_menu.is-active .line:nth-child(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}

#fantasy_lp_navi {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

#fantasy_lp_navi.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

#fantasy_lp_navi .fantasy_lp_naviOverlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#fantasy_lp_navi .fantasy_lp_naviInner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  width: calc(100% - 5rem);
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 3.2rem;
  transform: translateX(100%);
  transition: transform 0.3s;
}

#fantasy_lp_navi.is-open .fantasy_lp_naviInner {
  transform: translateX(0);
}

#fantasy_lp_navi .fantasy_lp_naviLogo {
  width: 100%;
  max-width: 22.4rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

#fantasy_lp_navi .fantasy_lp_naviLinks {
  border-top: 0.1rem solid #7e7e7e;
}

#fantasy_lp_navi .fantasy_lp_naviLinks li {
  border-bottom: 0.1rem solid #7e7e7e;
}

#fantasy_lp_navi .fantasy_lp_naviLinks li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem 1.5rem 1.5rem 0;
  background: url(../img/ico_links.svg) right 0.2rem center no-repeat;
  background-size: 1.2rem auto;
}

#fantasy_lp_navi .fantasy_lp_naviSns {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#fantasy_lp_navi .fantasy_lp_naviSns li {
  width: 5rem;
  font-size: 1px;
  line-height: 1;
}

#fantasy_lp_navi .fantasy_lp_naviSns li img {
  width: 100%;
}

.fantasy_lp_fixedButton {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
  width: 100%;
  max-width: 34.3rem;
  z-index: 1;
}

.fantasy_lp_fixedButton a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.2rem;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, #eb2423 0%, #c50e23 100%);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.fantasy_lp_fixedButton a span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.2rem;
}

#fantasy_lp_footer {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.fantasy_lp_footerSns {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  background: #ebebeb;
}

.fantasy_lp_footerSns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2rem;
}

.fantasy_lp_footerSns ul li {
  width: 5rem;
  font-size: 1px;
  line-height: 1;
}

.fantasy_lp_footerSns ul li img {
  width: 100%;
}

.fantasy_lp_footerSns .fantasy_lp_btnLinks {
  margin-top: 2.4rem;
}

.fantasy_lp_footerInner {
  background: #252525;
  padding: 3.6rem 0 13.2rem;
  text-align: center;
}

.fantasy_lp_footerLogo {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}

.fantasy_lp_footerLogo img {
  width: 100%;
}

.fantasy_lp_copyright {
  font-size: 0.9rem;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  margin-top: 1.8rem;
}

.fantasy_lp_footerLinks {
  margin-top: 2.4rem;
}

.fantasy_lp_footerLinks a {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.fantasy_lp_contents {
  background: #ebebeb;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.fantasy_lp_mainVisual .kv_main {
  padding: 5.8rem 0 4rem;
  background: url(../img/img_kv.webp) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.fantasy_lp_mainVisual .kv_main_title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  padding: 0.2rem 1.6rem;
  width: calc(100% - 3.2rem);
  z-index: 2;
  margin-bottom: 2.6rem;
  text-align: center;
  transform: translateX(-100%);
  opacity: 0;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.fantasy_lp_mainVisual .kv_main_title.animated {
  opacity: 1;
  transform: translateX(0);
}

.fantasy_lp_mainVisual .kv_main_title span {
  font-weight: 800;
  color: #c30d23;
}

.fantasy_lp_mainVisual .kv_main_title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  clip-path: polygon(1.6rem 0, 100% 0, calc(100% - 1.6rem) 100%, 0 100%);
}

.fantasy_lp_mainVisual .kv_main_countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.fantasy_lp_mainVisual .kv_main_countdown p {
  width: 100%;
}

.fantasy_lp_mainVisual .kv_main_countdown p span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-style: normal;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 0.9;
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #d9d9d9 50%, #d9d9d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 6rem;
  margin-bottom: 1rem;
}

.fantasy_lp_mainVisual .kv_main_countdown p + p span:before {
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: #fff;
}

.fantasy_lp_mainVisual .kv_main_logo {
  width: 19.4rem;
  font-size: 1px;
  line-height: 1;
}

.fantasy_lp_mainVisual .kv_main_logo img {
  width: 100%;
}

.fantasy_lp_mainVisual .kv_main_date {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.fantasy_lp_anchor {
  position: relative;
}

.fantasy_lp_anchor .anchor {
  position: absolute;
  top: -4rem;
  z-index: -1;
}

.fantasy_lp_inner {
  padding: 0 0.6rem;
}

.color_red {
  color: #c30d23;
}

.fantasy_lp_about {
  margin-bottom: 2.4rem;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2.4rem 0 7rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.fantasy_lp_about .color_red {
  color: #e42035;
}

.fantasy_lp_about:before {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 50% 100%, 0 calc(100% - 4rem));
}

.fantasy_lp_about p + p {
  margin-top: 1.5em;
}

.fantasy_lp_about .fantasy_lp_about_title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  margin-bottom: 1.6rem;
}

.fantasy_lp_about .fantasy_lp_about_title span {
  font-size: 1.5rem;
}

.fantasy_lp_about .fantasy_lp_about_title:before {
  width: 100%;
  height: 0.4rem;
  background: #c30d23;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: -1;
  content: "";
}

.fantasy_lp_section + .fantasy_lp_section {
  margin-top: 4rem;
}

.fantasy_lp_box {
  border: 0.2rem solid #fff;
  border-bottom: 0;
  background: #f5f5f5;
  padding: 2rem 0 0;
}

.fantasy_lp_heading {
  width: 100%;
  max-width: 31.1rem;
  margin: 0 auto 1.6rem;
  text-align: center;
  border-bottom: 0.1rem solid #cacaca;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  padding-bottom: 1.6rem;
}

.fantasy_lp_boxInner {
  border-bottom: 0.8rem solid #c30d23;
  padding: 0 2.4rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.fantasy_lp_boxInner p + figure {
  margin-top: 1.6rem;
}

.fantasy_lp_box_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.6rem;
}

.fantasy_lp_toggle {
  margin-top: 1.6rem;
}

.fantasy_lp_toggle .fantasy_lp_toggleTarget {
  width: 100%;
  position: relative;
  background: #000;
  border-radius: 0.4rem;
  padding: 1.2rem 5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.fantasy_lp_toggle .fantasy_lp_toggleTarget:before,
.fantasy_lp_toggle .fantasy_lp_toggleTarget:after {
  width: 1.6rem;
  height: 0.2rem;
  background: #fff;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.fantasy_lp_toggle .fantasy_lp_toggleTarget:after {
  transition: transform 0.3s;
  transform: translateY(-50%) rotate(90deg);
}

.fantasy_lp_toggle .fantasy_lp_toggleTarget.is-active:after {
  transform: translateY(-50%) rotate(0);
}

.fantasy_lp_toggle.has-closeBtn .fantasy_lp_toggleTarget.is-active {
  border-radius: 0.4rem 0.4rem 0 0;
}

.fantasy_lp_toggle .fantasy_lp_toggleTarget.taL {
  padding-left: 2rem;
  font-size: 1.8rem;
}

.fantasy_lp_toggle .fantasy_lp_toggleBody {
  padding-top: 1.6rem;
  display: none;
}

.fantasy_lp_toggle.has-closeBtn .fantasy_lp_toggleBody {
  border: 0.1rem solid #000;
  border-top: 0;
  padding: 2rem;
  border-radius: 0 0 0.4rem 0.4rem;
  background: #fff;
}

.fantasy_lp_toggle .fantasy_lp_toggleClose {
  cursor: pointer;
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  border-radius: 0.4rem;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.fantasy_lp_toggle .fantasy_lp_toggleClose:after {
  width: 1.6rem;
  height: 0.2rem;
  background: #fff;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.fantasy_lp_teamList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem 0.4rem;
}

.fantasy_lp_teamList a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: #f1f1f1;
  border-radius: 0.3rem;
}

.fantasy_lp_teamList figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
}

.fantasy_lp_teamList figure figcaption {
  font-size: 1.2rem;
  line-height: 1;
}

.fantasy_lp_btnLinks {
  text-align: center;
  margin-top: 2rem;
}

.fantasy_lp_btnLinks a {
  width: 100%;
  max-width: 27rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  border: 0.1rem solid #cccccc;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 99.9rem;
}

.fantasy_lp_campaign_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.fantasy_lp_campaign_title p {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  font-weight: 900;
  color: #fff;
  padding: 0 0.704rem 0 1.174rem;
  background: #000;
  box-shadow: 0.235rem 0.235rem 0 0 #c30d23;
}

.fantasy_lp_campaign_title p:nth-child(1) {
  font-size: 1.6rem;
}

.fantasy_lp_campaign_title p span {
  color: #f1c232;
  font-size: 2.4rem;
}

.fantasy_lp_card .fantasy_lp_card-title {
  position: relative;
  width: 100%;
  background: #000;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  padding: 0.3rem 1.5rem;
  color: #fff;
  text-align: center;
}

.fantasy_lp_card .fantasy_lp_card-title:before,
.fantasy_lp_card .fantasy_lp_card-title:after {
  width: 0.95rem;
  height: 0.95rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
}

.fantasy_lp_card .fantasy_lp_card-title:before {
  left: 0.25rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.fantasy_lp_card .fantasy_lp_card-title:after {
  right: 0.25rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.fantasy_lp_card .fantasy_lp_cardItem {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.fantasy_lp_card .fantasy_lp_cardItem figure {
  margin-bottom: 0.8rem;
}

.fantasy_lp_card .fantasy_lp_cardItem figure img {
  width: 100%;
}

.fantasy_lp_card_gallery .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fantasy_lp_card_gallery figure {
  display: block;
  padding: 0;
  margin: 0;
  width: 10.8rem;
  padding-right: 0.8rem;
  font-size: 1px;
  line-height: 1;
}

.fantasy_lp_card_gallery figure img {
  width: 100%;
}

.fantasy_lp_copyrightNotice {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 37.5rem;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.fantasy_lp_copyrightNotice.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.fantasy_lp_copyrightNotice .close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 3;
  right: 3.2rem;
  top: 3.2rem;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
}

.fantasy_lp_copyrightNotice .close img {
  width: 100%;
}

.fantasy_lp_copyrightNotice .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fantasy_lp_copyrightNotice .copyrightNotice {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 4rem);
  padding: 8.5rem 3.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.fantasy_lp_copyrightNotice.is-show .copyrightNotice {
  transform: translateY(0);
}
.fantasy_lp_copyrightNotice .copyrightNotice_logo {
  width: 100%;
  max-height: 8.1rem;
  text-align: center;
}

.fantasy_lp_copyrightNotice .copyrightNotice_logo img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.fantasy_lp_copyrightNotice .copyrightNotice_contents {
  flex-grow: 1;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 1.4rem;
  line-height: 1.5;
}

.fantasy_lp_copyrightNotice .copyrightNotice_contents::-webkit-scrollbar {
  width: 0.6rem;
}
.fantasy_lp_copyrightNotice .copyrightNotice_contents::-webkit-scrollbar-track {
  background: #fff;
}
.fantasy_lp_copyrightNotice .copyrightNotice_contents::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.fantasy_lp_teamCard {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 37.5rem;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.fantasy_lp_teamCard.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.fantasy_lp_teamCard .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 26.3rem;
  padding-top: 4.6rem;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_box .close {
  width: 3rem;
  position: absolute;
  right: -2.4rem;
  top: 0;
  z-index: 2;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_box .close img {
  width: 100%;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_box.is-movie {
  max-width: 34.3rem;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_box.is-movie .close {
  right: 0;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_logo {
  width: 100%;
  font-size: 1px;
  line-height: 1px;
  text-align: center;
  margin-bottom: 0.8rem;
}

.fantasy_lp_teamCard .fantasy_lp_teamCard_logo img {
  width: auto;
  height: 5.6rem;
  max-width: unset;
}

.fantasy_lp_teamCard .swiper-controller {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "JLeague Sans";
  font-weight: 500;
  color: #fff;
}

.fantasy_lp_teamCard .swiper-controller .swiper-button-next,
.fantasy_lp_teamCard .swiper-controller .swiper-button-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  transform: unset;
  width: 4rem;
  height: 4rem;
}

.fantasy_lp_teamCard .swiper-controller .swiper-button-next {
  background: url(../img/ico_next.svg) center center no-repeat;
  background-size: 100% 100%;
}

.fantasy_lp_teamCard .swiper-controller .swiper-button-prev {
  background: url(../img/ico_prev.svg) center center no-repeat;
  background-size: 100% 100%;
}

.fantasy_lp_teamCard .swiper-controller .swiper-button-next:after,
.fantasy_lp_teamCard .swiper-controller .swiper-button-prev:after {
  display: none;
}

.fantasy_lp_teamCard .swiper-controller .fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.fantasy_lp_teamCard .swiper-controller .fraction .total {
  position: relative;
}

.fantasy_lp_teamCard .swiper-controller .fraction .total:before {
  width: 0.2rem;
  height: 1.6rem;
  background: #fff;
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.fantasy_lp_movie_iframe {
  width: 100%;
  aspect-ratio: 112 / 63;
  overflow: hidden;
}

.fantasy_lp_movie_iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fantasy_lp_message {
  margin-bottom: 2.4rem;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 3.4rem 1rem 6.2rem;
  text-align: center;
}

.fantasy_lp_message:before {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 50% 100%, 0 calc(100% - 4rem));
}

.fantasy_lp_message .fantasy_lp_message_title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.fantasy_lp_message .fantasy_lp_message_text {
  background: #000;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0.9rem 1.1rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.fantasy_lp_message .fantasy_lp_message_text span {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.8;
}

.fantasy_lp_message .fantasy_lp_message_image {
  width: 100%;
  font-size: 1px;
  line-height: 1;
}

.fantasy_lp_message .fantasy_lp_message_image img {
  width: 100%;
}

.fantasy_lp_tabTarget {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
  height: 5.3rem;
  width: 100%;
}

.fantasy_lp_tabTarget li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.fantasy_lp_tabTarget li a {
  border: 0.1rem solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  height: calc(100% - 1rem);
  width: 100%;
  font-weight: bold;
  color: #000;
  transition: all 0.1s !important;
}

.fantasy_lp_tabTarget li a.is-active {
  height: 100%;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
}

.fantasy_lp_tabBody {
  border: 0.1rem solid #000;
  border-top-width: 0.3rem;
  border-bottom: 0;
  padding: 2.4rem 2.4rem 2.8rem;
  position: relative;
  background: #fff;
}

.fantasy_lp_tabBody:after {
  width: 100%;
  height: 0.8rem;
  background: #c30d23;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}

.fantasy_lp_tabBody .fantasy_lp_about {
  padding: 0;
  margin: 0;
  border-bottom: 0.1rem solid #cacaca;
  margin-bottom: 2rem;
}

.fantasy_lp_tabBody .fantasy_lp_about:before {
  display: none;
}

.fantasy_lp_tabBody .fantasy_lp_aboutItem {
  margin-bottom: 2rem;
}

.fantasy_lp_about_subtitle {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.fantasy_lp_about_subtitle span {
  display: inline-block;
  padding: 2px 8px;
  position: relative;
  z-index: 2;
}

.fantasy_lp_about_subtitle span:before {
  width: calc(100% + 2.6rem);
  height: 100%;
  position: absolute;
  left: -1.3rem;
  top: 0;
  z-index: -1;
  content: "";
  background: #000;
  clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}

.fantasy_lp_about_movie {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 311 / 175;
}

.fantasy_lp_about_movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fantasy_lp_info .fantasy_lp_infoItem + .fantasy_lp_infoItem {
  margin-top: 2rem;
}

.fantasy_lp_info .fantasy_lp_infoItem {
  font-size: 1.4rem;
  line-height: 1.5;
}

.fantasy_lp_info .fantasy_lp_infoItem > * {
  margin-top: 1.6rem;
}

.fantasy_lp_info .fantasy_lp_infoItem p + p {
  margin-top: 1.5em;
}

.fantasy_lp_info .fantasy_lp_infoItem figure img {
  width: 100%;
}

.fantasy_lp_tabBody .fantasy_lp_toggle .fantasy_lp_toggleTarget {
  padding: 1.2rem 4.8rem 1.2rem 2.3rem;
}

.fantasy_lp_title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding-left: 0.5rem;
  border-left: 0.3rem solid #c30d23;
  margin-bottom: 1.6rem;
}

.fantasy_lp_details .fantasy_lp_details_title {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  padding: 3px;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.fantasy_lp_details .fantasy_lp_details_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0;
}

.fantasy_lp_details .fantasy_lp_details_gallery li:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.fantasy_lp_play_contents {
  margin-bottom: 2rem;
}

.fantasy_lp_play_contents figure {
  margin-bottom: 1.2rem;
}

.fantasy_lp_play_contents figure img {
  width: 100%;
}

.fantasy_lp_play_title {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.fantasy_lp_play_box {
  font-size: 1rem;
  line-height: 1.4;
  background: #f5f5f5;
  border-radius: 0.4rem;
  padding: 1rem;
}

.fantasy_lp_step {
  margin-bottom: 2rem;
}

.fantasy_lp_step .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fantasy_lp_step .fantasy_lp_stepItem {
  position: relative;
  padding-top: 2.7rem;
  width: 23.2rem;
  padding-right: 0.6rem;
}

.fantasy_lp_step .fantasy_lp_play_stepNum {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-family: "JLeague Sans";
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1rem;
  color: #7e7e7e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fantasy_lp_step .fantasy_lp_play_stepNum span {
  font-size: 2.6rem;
  line-height: 3rem;
  margin-top: -0.3rem;
}

.fantasy_lp_step figure {
  width: 100%;
}

.fantasy_lp_step figure img {
  width: 100%;
}

.fantasy_lp_step figure figcaption {
  display: block;
  padding: 0 0.8rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.fantasy_lp_card_teamName {
  margin-bottom: 1.1rem;
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 0.2rem solid #c30d23;
}

.fantasy_lp_card_swiper .swiper-controller .swiper-button-next,
.fantasy_lp_card_swiper .swiper-controller .swiper-button-prev {
  width: 2.6rem;
  height: 5.4rem;
}

.fantasy_lp_card_swiper .swiper-controller .swiper-button-next {
  background: url(../img/ico_arrow_next.svg) center center no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.fantasy_lp_card_swiper .swiper-controller .swiper-button-prev {
  background: url(../img/ico_arrow_prev.svg) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.fantasy_lp_card_swiper .swiper-controller .swiper-button-next:after,
.fantasy_lp_card_swiper .swiper-controller .swiper-button-prev:after {
  display: none;
}

.fantasy_lp_card_swiper .swiper-thumb {
  margin-top: 1.2rem;
}

.fantasy_lp_card_swiper .swiper-thumb .swiper-slide img {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.fantasy_lp_card_swiper .swiper-thumb .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.fantasy_lp_card_swiper .thumb-wrapper {
  margin-top: 1.2rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.7rem;
}

.fantasy_lp_card_swiper .thumb-wrapper .thumb-media img {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.fantasy_lp_card_swiper .thumb-wrapper .thumb-media.thumb-media-active img {
  opacity: 1;
}

.fantasy_lp_league_check {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.fantasy_lp_league_check .fantasy_lp_league_checkItem {
  position: relative;
  width: 100%;
}

.fantasy_lp_league_check dl dt {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.9rem;
  border-radius: 0.4rem;
  background: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 1.2rem;
  color: #fff;
}

.fantasy_lp_league_check dl dt:after {
  width: 1.1rem;
  height: 0.8rem;
  content: "";
  background: url(../img/ico_down.svg) center center no-repeat;
  background-size: 100% 100%;
}

.fantasy_lp_league_check dl dd {
  position: absolute;
  top: 1.6rem;
  width: 24.5rem;
  padding: 0.8rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.6);
  border-radius: 0.4rem;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.fantasy_lp_league_check dl dd.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.fantasy_lp_league_check .fantasy_lp_league_checkItem:nth-child(1) dd {
  left: 0.2rem;
}

.fantasy_lp_league_check .fantasy_lp_league_checkItem:nth-child(2) dd {
  left: 50%;
  transform: translateX(-50%);
}

.fantasy_lp_league_check .fantasy_lp_league_checkItem:nth-child(3) dd {
  right: 0.2rem;
}

.fantasy_lp_league_team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
  width: 100%;
  height: 17rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fantasy_lp_league_team::-webkit-scrollbar {
  width: 0.3rem;
}
.fantasy_lp_league_team::-webkit-scrollbar-track {
  background: #fff;
}
.fantasy_lp_league_team::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.fantasy_lp_league_team label {
  display: block;
  position: relative;
  width: 100%;
}

.fantasy_lp_league_team label input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.fantasy_lp_league_team label .label_text {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6rem 0.5rem 3.4rem;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  transition: background 0.3s;
}

.fantasy_lp_league_team label .label_text:before {
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  z-index: 1;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 0.1rem solid #cacaca;
  background: #fff;
}

.fantasy_lp_league_team label .label_text:after {
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  z-index: 2;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #c30d23;
  transform: scale(0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.fantasy_lp_league_team label input:checked + .label_text {
  background: #ebebeb;
}

.fantasy_lp_league_team label input:checked + .label_text:after {
  opacity: 1;
}

.border_red {
  border-color: #c30d23 !important;
}

.fantasy_lp_campaign_mainText {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem {
  position: relative;
  margin-bottom: 3.5rem;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .anchor {
  top: -6.1rem;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .fantasy_lp_edition {
  position: absolute;
  width: 10.5rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2.1rem;
  z-index: 2;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .fantasy_lp_edition:before {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 3;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.7rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  margin-top: -0.1rem;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .fantasy_lp_edition:after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 4;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.5rem;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  margin-top: -0.1rem;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .fantasy_lp_edition span {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.fantasy_lp_campaign .fantasy_lp_campaignItem .fantasy_lp_edition span:before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  border: 0.1rem solid #fff;
  transform: skew(-15deg);
}

.fantasy_lp_campaign .fantasy_lp_campaign_heading {
  border-radius: 0.4rem 0.4rem 0 0;
  background: #000;
  color: #fff;
  padding: 1.4rem 1rem 1.1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}

.fantasy_lp_campaign .fantasy_lp_campaign_contents {
  border-radius: 0 0 0.4rem 0.4rem;
  background: #fff;
  border: 0.1rem solid #000;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 2rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}

.fantasy_lp_campaign .fantasy_lp_campaignItem.special_campaign .fantasy_lp_campaign_heading {
  color: #000;
  background: linear-gradient(90deg, #a58532 0%, #f3dd8a 50%, #a58532 100%);
}

.fantasy_lp_campaign .fantasy_lp_campaignItem.special_campaign .fantasy_lp_campaign_contents {
  border-color: #cb9623;
}

.fantasy_lp_campaign .fantasy_lp_campaign_item {
  margin-bottom: 2rem;
}

.fantasy_lp_campaign figure img {
  width: 100%;
}

.fantasy_lp_campaign .fantasy_lp_campaign_subtitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.357;
  text-align: center;
  font-weight: 900;
}

.fantasy_lp_campaign .fantasy_lp_campaign_subtitle:before,
.fantasy_lp_campaign .fantasy_lp_campaign_subtitle:after {
  width: 1.85rem;
  height: 2rem;
  content: "";
  background: url(../img/acc_midashi.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.25rem;
}

.fantasy_lp_campaign .fantasy_lp_campaign_subtitle:after {
  transform: scaleX(-1);
}

.fantasy_lp_campaign .fantasy_lp_campaign_subtitle .color_red {
  color: #c30d23;
}

.fantasy_lp_campaign .fantasy_lp_campaign_subtitle .font_Oswald {
  font-size: 2rem;
  font-weight: 700;
}

.fantasy_lp_campaign .fantasy_lp_campaign_apptitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.fantasy_lp_campaign .fantasy_lp_campaign_apptitle:before,
.fantasy_lp_campaign .fantasy_lp_campaign_apptitle:after {
  width: 2.675rem;
  height: 3rem;
  content: "";
  background: url(../img/ico_app_title.svg) center center no-repeat;
  background-size: 100% 100%;
}

.fantasy_lp_campaign .fantasy_lp_campaign_line {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.fantasy_lp_campaign .fantasy_lp_campaign_line p {
  position: relative;
  z-index: 2;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.5238;
  padding: 0 0.8rem;
}

.fantasy_lp_campaign .fantasy_lp_campaign_line p:nth-child(2) {
  padding: 0 1.45rem;
}

.fantasy_lp_campaign .fantasy_lp_campaign_line p:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #eb2423, #c50e23);
  clip-path: polygon(0.8rem 0, 100% 0, calc(100% - 0.8rem) 100%, 0 100%);
}

.fantasy_lp_campaign .fantasy_lp_campaign_line p span {
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
}

.fantasy_lp_campaign .fantasy_lp_campaign_line + figure {
  margin-bottom: 1rem;
}

.fantasy_lp_campaign .fantasy_lp_campaignInfo {
  font-size: 1.4rem;
  line-height: 1.3;
}

.fantasy_lp_campaign .fantasy_lp_campaignInfo figure {
  margin: 1rem auto;
}

.fantasy_lp_message_banner img {
  width: 100%;
}

.fantasy_lp_message_banner a {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}

.fantasy_lp_message_banner a:after {
  width: 1.1rem;
  height: 1.7rem;
  content: "";
  background: url(../img/icon_arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: transform 0.5s;
}

.fantasy_lp_message_banner a.is-active:after {
  transform: scaleY(-1);
}

.fantasy_lp_message_banner_body {
  border: 1px solid #000;
  border-top: 0;
  padding: 2.4rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #ebebeb;
  display: none;
}

.fantasy_lp_message_banner_body span {
  font-weight: bold;
}
