@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/


#original .d-box-title{
  max-width: 254px;
  width: 100%;
  height: 60px;
  background-image: url(../images/original/title_original.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 55px;
}

.original-image{
  max-width: 316px;
  width: 100%;
  height: 454px;
  margin: 0 auto 55px;
  background-image: url(../images/original/original_img.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.original-text-area{
  color: #fff;
  font-size: 21px;
  width: calc(100% - 140px);
  margin: 0 auto;
}
.original-text-area p:last-child{
  margin-top: 30px;
}

.original-band-text{
  background: #fff;
  width: calc(100% - 20px);
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 110px auto 0;
  padding: 0 10px;
  position: relative;
}

.original-band-text::before{
  content: "";
  height: 83px;
  width: 476px;
  margin: 0 auto;
  background-image: url(../images/original/original_8bit.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.d-box-btn{
  margin: 30px auto 0;
}

.btn-original{
  width: 326px;
  height: 60px;
  background-image: url(../images/original/btn_original.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto;
}

.d-inline-block{
  display: inline-block;
  padding-left: 1em;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
  #original .d-box-title{
    width: auto;
    height: auto;
    padding-top: 8.5%;
    margin-bottom: 10.035%;
  }
  .original-text-area{
    width: calc(100% - 60px);
    font-size: 18px;
  }
  .original-image{
    height: auto;
    width: auto;
    padding-top: 78.276%;
    margin-bottom: 9.485%;
  }
  .original-band-text {
    margin-top: 18.968%;
  }
  .original-band-text::before {
    width: auto;
    height: auto;
    padding-top: 14.822%;
  }
  .btn-original {
    width: auto;
    height: auto;
    padding-top: 10.345%;
  }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){

}
