/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
main {
  font-family: "Noto Sans JP", sans-serif;
}
main a {
  text-decoration: none;
  transition: 0.2s;
}

.kv {
  width: 100%;
}
.kv h2 {
  font-size: 0;
  line-height: 0;
}
.kv h2 img {
  width: 100%;
}

.lead_area {
  width: 100%;
  background-image: url(/assets/img/fan/oshikatsunight2025/lead_bg.jpg);
  background-position: top center;
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  padding: 60px 0 30px;
}
@media only screen and (max-width: 988px) {
  .lead_area {
    padding: 50px 0 5%;
    background-size: 250%;
  }
}
.lead_area h3 {
  width: 750px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 988px) {
  .lead_area h3 {
    width: 80%;
  }
}
.lead_area h3 img {
  width: 100%;
}
.lead_area .lead_inner {
  margin: 0 auto;
  width: 1180px;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner {
    width: 90%;
  }
}
.lead_area .lead_inner .lead_txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  line-height: 2;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin: 10px auto 0;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .lead_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.lead_area .lead_inner .lead_txt span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .lead_txt span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.lead_area .lead_inner h4 {
  width: 159px;
  margin: 30px auto 10px;
  display: block;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner h4 {
    width: 90px;
  }
}
.lead_area .lead_inner h4 img {
  width: 100%;
}
.lead_area .lead_inner h4 + p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 0.75;
  line-height: 2;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner h4 + p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lead_area .lead_inner .youtube {
  width: 586px;
  aspect-ratio: 16/9;
  margin: 30px auto 0;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .youtube {
    width: 100%;
  }
}
.lead_area .lead_inner .youtube iframe {
  width: 100%;
  height: 100%;
}
.lead_area .lead_inner .lead_box {
  padding: 30px 50px;
  width: calc(100% - 100px);
  margin: 50px auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .lead_box {
    padding: 10px 20px;
    width: 100%;
    margin: 30px auto;
    border-radius: 5px;
  }
}
.lead_area .lead_inner .lead_box h4 {
  margin-top: 0;
}
.lead_area .lead_inner .lead_box dl {
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.lead_area .lead_inner .lead_box dl::before {
  content: "";
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  border: 1px solid #fe8707;
  background-color: #f9e5a8;
  filter: drop-shadow(0 0 10px #fe8707);
  display: block;
  position: absolute;
  top: 0;
  border-radius: 2px;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .lead_box dl {
    padding: 10px 0;
  }
}
.lead_area .lead_inner .lead_box dl dt,
.lead_area .lead_inner .lead_box dl dd {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  line-height: 2;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner .lead_box dl dt,
  .lead_area .lead_inner .lead_box dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.lead_area .lead_inner .lead_box dl dt {
  margin: 0 0 10px;
}
.lead_area .lead_inner .lead_box dl:last-child::after {
  content: "";
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  border: 1px solid #fe8707;
  background-color: #f9e5a8;
  filter: drop-shadow(0 0 10px #fe8707);
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 2px;
}

.anchor_nav {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #fff;
}
.anchor_nav ul {
  margin: 0 auto;
  width: 1180px;
  height: 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 988px) {
  .anchor_nav ul {
    width: 100%;
    height: 100px;
    border: none;
    grid-template-columns: repeat(2, 1fr);
  }
}
.anchor_nav ul li {
  width: 100%;
  height: 100%;
}
.anchor_nav ul li span {
  margin-right: 10px;
}
.anchor_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #002d55;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .anchor_nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (min-width: 988px) {
  .anchor_nav ul li a:hover {
    opacity: 0.8;
  }
}
.anchor_nav ul li a::after {
  display: block;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: solid 2px #FF8709;
  border-right: solid 2px #FF8709;
  transform: rotate(135deg);
  content: "";
}
@media only screen and (max-width: 988px) {
  .anchor_nav ul li a::after {
    width: 8px;
    height: 8px;
  }
}

.sec_style {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 988px) {
  .sec_style {
    padding: 50px 0;
  }
}
.sec_style h3 {
  width: 500px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 988px) {
  .sec_style h3 {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.sec_style h3 img {
  width: 100%;
}
.sec_style .sec_inner {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .sec_style .sec_inner {
    width: 90%;
  }
}
.sec_style .sec_inner .lead_txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  line-height: 2;
  font-weight: bold;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 988px) {
  .sec_style .sec_inner .lead_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin: 0 auto 50px;
  }
}

.entry_area {
  background-image: url(/assets/img/fan/oshikatsunight2025/entry_bg.jpg);
  background-repeat: repeat;
  background-size: 350px;
}
@media only screen and (max-width: 988px) {
  .entry_area {
    background-size: 200px;
  }
}
.entry_area .lead_txt {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.entry_area .sec_inner > dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl {
    display: block;
    margin: 0 auto 30px;
  }
}
.entry_area .sec_inner > dl dt {
  width: 500px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dt {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.entry_area .sec_inner > dl dt img {
  width: 100%;
}
.entry_area .sec_inner > dl dd {
  flex: 1;
  padding: 0 40px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd {
    width: 100%;
    padding: 0;
  }
}
.entry_area .sec_inner > dl dd h4 {
  width: fit-content;
  margin: 0 0 20px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd h4 {
    margin: 0 auto 10px;
  }
}
.entry_area .sec_inner > dl dd h4 img {
  height: 80px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd h4 img {
    height: 40px;
  }
}
.entry_area .sec_inner > dl dd > p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 0 10px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 0;
  }
}
.entry_area .sec_inner > dl dd .schedule_box {
  margin: 20px 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd .schedule_box {
    padding: 0;
  }
}
.entry_area .sec_inner > dl dd .schedule_box h5 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "DRIBBLE_font", sans-serif !important;
  color: #f9e5a8;
  filter: drop-shadow(0 0 10px #fe8707);
  margin: 0 0 20px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd .schedule_box h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.entry_area .sec_inner > dl dd .schedule_box dl {
  display: flex;
}
.entry_area .sec_inner > dl dd .schedule_box dl dt,
.entry_area .sec_inner > dl dd .schedule_box dl dd {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
  font-weight: bold;
  width: auto;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner > dl dd .schedule_box dl dt,
  .entry_area .sec_inner > dl dd .schedule_box dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.entry_area .sec_inner > dl dd .schedule_box dl dt {
  width: 10rem;
  text-align: right;
}
.entry_area .sec_inner > dl dd .schedule_box dl dd {
  padding: 0 0 0 10px;
}
.entry_area .sec_inner > dl:nth-child(even) {
  flex-direction: row-reverse;
}
.entry_area .sec_inner > dl:nth-child(even) dd::after {
  left: 0;
  right: initial;
}
.entry_area .sec_inner .lavel_list {
  display: flex;
  gap: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .lavel_list {
    padding: 0;
  }
}
.entry_area .sec_inner .lavel_list li {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  line-height: 35px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #f9e5a8;
  color: #f9e5a8;
  filter: drop-shadow(0 0 10px #fe8707);
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .lavel_list li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    filter: drop-shadow(0 0 5px #fe8707);
    padding: 0 8px;
    border-radius: 3px;
    line-height: 25px;
  }
}
.entry_area .sec_inner .other_area {
  border: 3px solid #fff;
  border-radius: 14px;
  width: 100%;
  padding: 50px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area {
    border: 2px solid #fff;
    padding: 5%;
    border-radius: 7px;
  }
}
.entry_area .sec_inner .other_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #002d55;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  margin: -70px auto 0;
  background: #fff;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    margin: calc(-5% - 15px) auto 0;
  }
}
.entry_area .sec_inner .other_area > div {
  margin: 30px auto 0;
  padding: 0 80px;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div {
    padding: 0;
  }
}
.entry_area .sec_inner .other_area > div dl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div dl {
    display: block;
    margin: 0 auto 10px;
  }
}
.entry_area .sec_inner .other_area > div dl dt h5 {
  width: fit-content;
}
.entry_area .sec_inner .other_area > div dl dt h5 img {
  height: 80px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div dl dt h5 img {
    height: 40px;
  }
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div dl dt h5 {
    margin-bottom: 10px;
  }
}
.entry_area .sec_inner .other_area > div dl dd {
  display: flex;
  align-items: center;
}
.entry_area .sec_inner .other_area > div dl dd p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div dl dd p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 0;
    margin-left: 10px;
  }
}
.entry_area .sec_inner .other_area > div > p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
  margin: 20px auto 0;
  padding: 0 10px;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 0;
  }
}
.entry_area .sec_inner .other_area > div > p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 988px) {
  .entry_area .sec_inner .other_area > div > p span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.4;
  }
}
.entry_area .sec_inner .other_area > div > p b {
  font-weight: bold;
}

.player_area {
  background-image: url(/assets/img/fan/oshikatsunight2025/player_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.player_area .lead_txt {
  color: #fff;
}
.player_area .sec_inner .tab__02 {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 50px;
  background-color: #fff;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab__02 {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 5px;
    margin: 0 auto 30px;
  }
}
.player_area .sec_inner .tab__02 li {
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab__02 li {
    height: 9vw;
  }
}
.player_area .sec_inner .tab__02 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #002d55;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-family: "DRIBBLE_font", sans-serif !important;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab__02 li a {
    font-size: 5vw;
  }
}
.player_area .sec_inner .tab__02 li.active a {
  background-color: #fff;
  color: #FF8709;
}
@media only screen and (min-width: 988px) {
  .player_area .sec_inner .tab__02 li:hover {
    opacity: 0.8;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dl {
  width: 100%;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dl dt {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #FF8709;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dl dt img {
  display: block;
  width: 100%;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 70px;
  color: #FF8709;
  background-color: #002d55;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 {
    display: block;
    height: auto;
    padding: 10px 0;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span {
  font-weight: bold;
  text-align: center;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span:first-child {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 0.96;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span:last-child {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "DRIBBLE_font", sans-serif !important;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span {
    display: block;
  }
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span:first-child {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd h4 span:last-child {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 5px 0;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul {
  padding: 20px 20px 0;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd ul {
    padding: 5% 5% 0;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li {
    padding: 5% 0;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p {
  font-weight: bold;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.q {
  color: #FF8709;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.q span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "DRIBBLE_font", sans-serif !important;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.q {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.q span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .player_area .sec_inner .tab_cnt2 > div > ul > li dd ul li p.a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.howto_area {
  background-image: url(/assets/img/fan/oshikatsunight2025/howto_bg.jpg);
  background-repeat: repeat;
  background-size: 8px;
}
.howto_area h4 {
  display: flex;
  align-items: start;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.6666666667;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin: 0 0 30px;
  vertical-align: middle;
}
.howto_area h4 i {
  width: 100px;
  margin: -10px 0 0;
}
.howto_area h4 i img {
  width: 100%;
}
.howto_area h4 span {
  flex: 1;
}
.howto_area h4 span span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #002d55;
  background-color: #fff;
  padding: 8px 20px;
  margin: 0 10px;
  border-radius: 3px;
  display: inline-block;
}
@media only screen and (max-width: 988px) {
  .howto_area h4 span span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 988px) {
  .howto_area h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin: 0 0 20px;
  }
  .howto_area h4 i {
    width: 50px;
    margin: -5px 0 0;
  }
}
.howto_area h5 {
  text-align: center;
  margin: 0 auto;
  border-top: 3px solid #FF8709;
  border-bottom: 3px solid #FF8709;
  color: #FF8709;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.8;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  width: fit-content;
}
@media only screen and (max-width: 988px) {
  .howto_area h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    padding: 5px 10px;
  }
}
.howto_area .kikan {
  margin: 30px auto 0;
  padding: 15px;
  width: 100%;
  border: 2px solid #002d55;
  border-radius: 10px;
}
@media only screen and (max-width: 988px) {
  .howto_area .kikan {
    padding: 10px;
    margin: 20px auto 0;
  }
}
.howto_area .kikan p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .howto_area .kikan p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.howto_area .kikan p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 988px) {
  .howto_area .kikan p span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.howto_area .v_01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 0 70px;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 0 30px;
  }
}
.howto_area .v_01 > div {
  background-color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_01 > div {
    padding: 20px;
  }
}
.howto_area .v_01 > div > p {
  margin: 30px 0 0;
  color: #002d55;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_01 > div > p {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.howto_area .v_01 > div > img {
  max-width: 400px;
  width: 80%;
  margin: 30px auto 0;
  display: block;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_01 > div > img {
    margin: 20px auto 0;
  }
}
.howto_area .v_01 > div > a {
  margin: 30px 0 0;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_01 > div > a {
    margin: 20px 0 0;
  }
}
.howto_area .v_01 > div > a img {
  width: 100%;
}
@media only screen and (min-width: 988px) {
  .howto_area .v_01 > div > a:hover {
    opacity: 0.8;
  }
}
.howto_area .v_02 {
  background-color: #fff;
  padding: 40px;
  margin: 0 0 70px;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_02 {
    padding: 20px;
    margin: 0 0 30px;
  }
}
.howto_area .v_02 > p {
  margin: 30px 0;
  color: #002d55;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_02 > p {
    margin: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.howto_area .v_02 > p.txt_c {
  text-align: center;
}
.howto_area .v_02 > img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.howto_area .v_02 .kikan {
  width: fit-content;
}
.howto_area .v_02 .img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_02 .img_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 80%;
  }
}
.howto_area .v_02 .img_list img {
  width: 100%;
}
.howto_area .v_02 > a {
  width: 400px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  background-color: #002d55;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_02 > a {
    width: 85%;
    max-width: 380px;
    height: 40px;
    margin: 20px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    border-radius: 5px;
  }
}
.howto_area .v_02 > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 10px;
  height: 20px;
  background-image: url(/assets/img/fan/oshikatsunight2025/howto_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 988px) {
  .howto_area .v_02 > a:hover {
    opacity: 0.8;
  }
}
.howto_area .precautions {
  margin: 80px auto 0;
  padding: 30px 50px;
  width: calc(100% - 100px);
  border: 2px solid #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 988px) {
  .howto_area .precautions {
    width: 100%;
    padding: 20px;
    margin: 40px auto 0;
  }
}
.howto_area .precautions h6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .howto_area .precautions h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.howto_area .precautions p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .howto_area .precautions p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.goods_area {
  background-image: url(/assets/img/fan/oshikatsunight2025/goods_bg.jpg);
  background-repeat: repeat;
  background-size: 18px;
}
.goods_area p {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 0.8571428571;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .goods_area p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}