
body {
  margin: auto;
}
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
}

.top img {
  width: 100%;
　transform: translateX(-50%); /* 左右中央揃え */
}
.top h5 {
  color: #ffff;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-family: 'Noto Sans Japanese',
   Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  width: auto;
  margin: 0;
  padding: 0em 0em 0em;
  position: absolute;
  transform: translateX(-50%); /* 左右中央揃え */
}
.top h6 {
  color: #ffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  font-family: 'Noto Sans Japanese',
   Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  width: auto;
  margin: 0;
  padding: 0em 0em 0em;
  position: absolute;
  transform: translateX(-50%); /* 左右中央揃え */
}

.pc_br{
  display: block;
}

.sp_br {
   display: none;
}
@media screen and (max-width: 768px){
   .pc_br {
       display: none;
    }
	
	.sp_br {
       display: block;
    }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.top h5 { 
  left: 50%;
  font-size: 34px; 
  top: 13%;
}
.top h6 { 
  left: 50%;
  font-size: 30px; 
  top: 33%;
}

@media only screen and (max-width: 540px) {
.top h5 { 
  left: 50%;
  font-size: 20px;
  top: 24%;
  }
  
 .top h6 { 
  left: 50%;
  font-size: 14px;
  top: 58%;
  }
}

.top {
overflow-x: hidden;
}


@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (max-width: 750px){
   .pc_br {
       display: none;
    }

    .sp_br {
       display: block;
    }
}