*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: #231815;
  transition: all 0.5s;
}
/*a:hover{
  transition-duration: 0.5s;
  opacity: 0.5;
}*/
p{
  margin: 1% 0;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea{
  padding: 15px 20px;
  width: 100%;
  border: #ddd 1px solid;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
span.wpcf7-list-item{
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border:0;
}
body {
	font-family: "NotoSansJP Bold";
  color: #1E1210;
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
}
h1{
  font-size: 40px;
  font-weight: bold;
}
h3{
  font-size: 20px;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}

.pc-only{
  display: block;
}
.sp-only{
  display: none!important;
}
@media screen and (max-width: 768px){
  input,
  textarea{
    padding: 10px;
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block!important;
  }  
}

.common {
  margin:0px auto;
  padding: 100px 0;
  width: 1000px;
  word-break: break-all;
  position: relative;
  z-index: 1;
}
.common-sub {
  margin:0px auto;
  padding: 50px 0;
  width: 1000px;
  word-break: break-all;
  position: relative;
  z-index: 1;
}

main{
  transition: all 1s;
  overflow: hidden;
}

@media screen and (max-width: 1045px){
  main{
    width: 100%;
    border-left: unset;
  }
  .common{
    padding: 50px 0;
    width:90%;
  }
  .common-sub{
    padding: 50px 0;
    width:90%;
  }
}
@media screen and (max-width: 768px){
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}

@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
  .common{
    padding: 50px 0;
    margin: 0 auto;
    width: 90%;
  }
}

/*フォント
=======================================================*/
@font-face {
	font-family: "NotoSansJP Medium";
	src: url("/wp-content/themes/blast_lp/font/NotoSansJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Bold";
	src: url("/wp-content/themes/blast_lp/font/NotoSansJP-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Black";
	src: url("/wp-content/themes/blast_lp/font/NotoSansJP-Black.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "ZenOldMincho Bold";
	src: url("/wp-content/themes/blast_lp/font/ZenOldMincho-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Oswald Bold";
	src: url("/wp-content/themes/blast_lp/font/Oswald-Bold.ttf");
	font-weight: 500;
}

/*タイトル
=======================================================*/
.ttl-L{
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  font-family: "ZenOldMincho Bold";
  position: relative;
}
.ttl-L span{
  font-family: "Oswald Bold";
  font-size: 180px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  z-index: -1;
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){
  .ttl-L{
    font-size: 7vw;
  }
  .ttl-L span{
    font-size: 20vw;
  }
}

/*カラー
=======================================================*/
.fc-red{
  color: #FF0004;
}
.fc-w{
  color:#fff;
}
.fc-gray{
  color:#D9D9D9;
}
.marker{
  background: linear-gradient(transparent 40%, #F6FF00 40%);
}
.bg-red{
  background: #CA041B!important;
}

/*位置
=======================================================*/
.tac{
  text-align: center!important;
  margin: 0 auto;
}

/*共通アニメーション
=======================================================*/

/* スクロールありで下から上 */
.fadein1 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
/* スクロールありで右から左 */
.fadein2 {
  opacity : 0;
  transform: translateX(-50px);
  transition: all 2s;
}
/* スクロールありで左から右 */
.fadein3 {
  opacity : 0;
  transform: translateX(50px);
  transition: all 2s;
}
/* スクロールありで上から下 */
.fadein4 {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}
/* スクロールなし下から上でフェードイン */
.no-fadein1 {
  animation-duration: 2s;
  animation-name: fadein1;
}
/* スクロールなしで上から下フェードイン */
.no-fadein2 {
  animation-duration: 2s;
  animation-name: no-fadein2;
}

@keyframes fadein1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}
@keyframes no-fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*header
=======================================================*/
header{
  width:100%;
  position: fixed;
  left:0;
  z-index:99999;
  background: rgba(255,255,255,1);
  color:#373737;
  transition: all 0.3s ease;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  top: 0;
  transition: .5s;
}
header.is-show {
  top: 0;
}
header.is-anime{
  background: #fff;
  transition: all 0.3s ease;
}
.header-inner{
  background: #fff;
}
img.h-logo{
  height: 40px;
  object-fit: contain;
  max-width: fit-content;
}
.header-nav{
  width: 95%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.h-btn-line{
  font-size: 15px;
  padding: 5px 15px;
  margin: 0;
  color: #fff;
  background: #696766;
  border-radius: 50px;
  font-family: "ZenOldMincho Bold";
}
a.h-btn-line:hover{
  background: #000;
}

@media screen and (max-width: 1045px){
  .header{
    height:60px;
  }
  .header-inner{
    height: 60px;
  }
  .header-nav{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .header-nav{
    width: 95%;
  }
  img.h-logo{
    height: 30px;
    max-width: 35%;
  }
}

/*ボタン
=======================================================*/
a.btn-normal{
  background: linear-gradient(180deg,rgba(199, 255, 199, 1) 0%, rgba(63, 183, 63, 1) 50%, rgba(49, 145, 49, 1) 100%);
  color:#fff;
  border-radius: 100px;
  padding: 5px 50px 15px;
  border: 5px solid #fff;
  box-shadow: 0 4px 3px #928989;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  display: block;
  text-align: center;
}
a.btn-normal:hover{
  box-shadow: unset;
  transform: translate(0,4px)
}
.btn-normal-sub{
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
.btn-normal-main{
  font-size: 25px;
  line-height: 1;
  text-shadow: 0px 1px 0px #000;
}
.btn-normal-main span{
  font-size: 30px;
  color:#EEFF00;
}

@media screen and (max-width: 768px){
  a.btn-normal{
    width: 100%;
    padding: 5px 20px 15px;
  }
  .btn-normal-sub{
    font-size: 4vw;
  }
  .btn-normal-main{
    font-size: 5vw;
    line-height: 1.5;
  }
  .btn-normal-main span{
    font-size: 6vw;
    line-height: 0.8;
  }
}

/*固定
=======================================================*/
.f-fixed{
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  width: 400px;
  padding: 5px 10px 0;
}
.fixed-banner{
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .f-fixed{
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
  .fixed-banner{
    width: 100%;
  }
}

/*footer
=======================================================*/
#copyright {
  padding: 5px 0;
  background: #fff;
}
p#copyright{
  margin:0;
  text-align: center;
}
#copyright small{
  font-size: 10px;
  color: #000;
}

@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  p#copyright{
    padding: 0;
  }
  #copyright small{
    font-size: 2.1vw;
  }
}