@charset "UTF-8";

#detail_header_name {
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* PC用 */
@media screen and (min-width: 768px) , print {
  #detail_header_new {
    position: relative;
    width: calc(1000px - 20px);
    height: 350px;
    margin: 0 10px;
  }
  .header-back1 {
    background-image: url(../img/sv-3000_main-photo-back1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back2 {
    background-image: url(../img/sv-3000_main-photo-back2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back3 {
    background-image: url(../img/sv-3000_main-photo-back3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back4 {
    background-image: url(../img/sv-3000_main-photo-back4.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back5 {
    background-image: url(../img/sv-3000_main-photo-back5.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #detail_header_name {
    font-size: 1.5em;
    padding: 50px 0 0 40px;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 0px 0px 20px rgba(255,255,255,1);
    border-bottom: none;
  }
  .text-big {
    font-size: 2em;
  }
  #detail_header_mainphoto {
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 450px;
  }
  
  /* 比較用小サイズ */
  #detail_header_new2 {
    position: relative;
    background-image: url(../img/sv-3000_main-photo-back.png);
    background-position: right;
    background-repeat: no-repeat;
    width: calc(1000px - 20px);
    height: 230px;
    margin: 0 10px;
  }
  #detail_header_name2 {
    font-size: 1.5em;
    padding: 20px 0 0 20px;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 0px 0px 20px rgba(255,255,255,1);
  }
  .text-big2 {
    font-size: 2em;
  }
  #detail_header_mainphoto2 {
    position: absolute;
    bottom: 10px;
    left: 50px;
    width: 280px;
  }
  
  #new-ribbon {
    position: absolute;
    top: 15px;
    left: 10px;
    transform: rotate(-0.025turn);
    background-color: #e98400;
    color: #FFFFFF;
    padding: 2px 10px;
    font-weight: bold;
  }
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  #detail_header_new {
    position: relative;
    width: calc(100% - 20px);
    height: 250px;
    margin: 0 10px;
  }
  .header-back1 {
    background-image: url(../img/sv-3000_main-photo-back1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back2 {
    background-image: url(../img/sv-3000_main-photo-back2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back3 {
    background-image: url(../img/sv-3000_main-photo-back3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back4 {
    background-image: url(../img/sv-3000_main-photo-back4.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-back5 {
    background-image: url(../img/sv-3000_main-photo-back5.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #detail_header_name {
    font-size: 1.2em;
    padding: 30px 0 0 30px;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 0px 0px 20px rgba(255,255,255,1);
    border-bottom: none;
  }
  #detail_header_name > br {
    display: block;
  }
  .text-big {
    font-size: 2em;
  }
  #detail_header_mainphoto {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 45vw;
  }
  
  /* 比較用小サイズ */
  #detail_header_new2 {
    position: relative;
    background-image: url(../img/sv-3000_main-photo-back.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 20px);
    height: 230px;
    margin: 0 10px;
  }
  #detail_header_name2 {
    font-size: 1.2em;
    padding: 20px 0 0 20px;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 0px 0px 20px rgba(255,255,255,1);
  }
  #detail_header_name2 > br {
    display: block;
  }
  .text-big2 {
    font-size: 2em;
  }
  #detail_header_mainphoto2 {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 40vw;
  }
  
  #new-ribbon {
    position: absolute;
    top: 5px;
    left: 20px;
    background-color: #e98400;
    color: #FFFFFF;
    padding: 0 10px;
    font-weight: bold;
  }
}




