@import url("./cryptocard/_section1.css");
@import url("./cryptocard/_section2.css");
@import url("./cryptocard/_section3.css");
@import url("./cryptocard/_section4_5.css");
@import url("./cryptocard/_section_btn.css");
@import url("./cryptocard/_section_inquiry.css");
@import url("./cryptocard/_section_fv.css");

html {
  scroll-behavior: smooth;
}

#cryptocard-page {
  padding-top: 70px;
  counter-reset: section-number;
}

.cryptocard_page.cryptocard_subpage .page_banner {
  display: none;
}

.cryptocard_page.shinsei_subpage .page_banner  {
  display: none;
}

/* header */
.cryptocard-section-header {
  width: 100%;
  background: transparent;
}

.cryptocard-section-header h2 {
  counter-increment: section-number;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: clamp(30px, 2.3vw, 35px);
  line-height: 50px;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  gap: 25px;
}

.cryptocard-section-header h2::before {
  content: counter(section-number, decimal-leading-zero);
  color: #B1883B;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0%;
}

#cryptocard-page .bpj-link {
	font-size: clamp(14px, 1.06vw, 16px);
	font-family: "Noto Sans JP";
	color: #FFFFFF;
	background-color: transparent;
	padding: 0 30px;
	margin-bottom: 40px;
}

#cryptocard-section1,
#cryptocard-section2,
#cryptocard-section3,
#cryptocard-section4 {
  z-index: 0;
}

#cryptocard-section3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/assets/images/cryptocard/pc/background_brown_pc.png) no-repeat top / contain;
  z-index: -1;
}

#cryptocard-section1::before,
#cryptocard-section2::before,
#cryptocard-section4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/assets/images/cryptocard/pc/background_blue_pc.png) no-repeat top / contain;
  z-index: -1;
}

#cryptocard-page .topAlert-block{
	width: 55%;
	color: red;
	background-color: #FFFFFF;
	padding: 20px 0;
	margin: 0 auto 40px;
}

#cryptocard-page .topAlertTitle-block{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: bold;
}

#cryptocard-page .topAlertIcon{
	display: flex;
	justify-content: center;
}

#cryptocard-page .topAlertIcon img{
	width: 55%;
	height: auto;
}

#cryptocard-page .topAlertTitle{
	width: 120px;
}

#cryptocard-page .topAlertContent{
	margin: 20px auto 0;
	max-width: 800px;
	letter-spacing: .06em;
	line-height: 1.75;
	text-align: center;
}

#cryptocard-page .topAlertContent a{
	color: red;
	text-decoration: underline;
	text-decoration-color: red;
}

@media ( max-width: 768px ) {
  .cryptocard-section-header h2 {
    flex-direction: column;
    gap: 10px;
  }

  #cryptocard-section3::before {
    background: url(/assets/images/cryptocard/sp/background_brown_sp.png) no-repeat top / contain;
  }

  #cryptocard-section1::before,
  #cryptocard-section2::before,
  #cryptocard-section4::before {
    background: url(/assets/images/cryptocard/sp/background_blue_sp.png) no-repeat top / contain;
  }

  #cryptocard-page .topAlert-block {
	width: 85%;
  }
}
