@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active, blockquote:before, blockquote:after, .pagenation li a
{
	color: #191970 ; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before, .pagenation li a:hover, .pagenation li a:active
{
	background: #191970 ; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline, .pagenation li a
{
	border-color: #191970 ; /* キーカラーを指定 */
}

blockquote {
 font-style: normal;
}
.float-right{
	float:right;
}

.naiyou{
	background-color:#d3d3d3;
	border-radius: 20px;
	padding: 10px;
}

.bold {font-weight:bold;}

/*=== ヘッダー ===*/

#header {
	background: url(img/top.jpg) top center no-repeat;
}


#header, .header-mask {
	height: 500px;
}

#header h1 {
	margin-top: 100px;
}

#header h1,
#header .description {
	width: 100%;
}

.header-mask {
     background: transparent !important;
}


#script h2,
#script h3 {
  border-color: #158e0c;
}

p.drop:first-letter{
  font-size: 40px;
  padding: 8px 8px;
  margin: 6px 8px 0px 0px;
  line-height: 1;
  float: left;
  color: #fff;
  background-color: #191970;
  border-radius: 10%;
}

.header2{
    height: 300px !important;
}

.margin70 {
    margin-top: 70px !important;
}

.header2 {
	background: url(img/top2.jpg) top center no-repeat  !important;
}


#introduction  {  background: linear-gradient(180deg, rgba(235,222,236,1) 66%, rgba(255,255,255,0) 100%);
}


#jet {  background-image: url(../../jetstream-audio/img/js_block2_img_3.png);
  background-size:350px;
  background-position: 1200px 250px;  background-repeat: no-repeat, no-repeat, no-repeat;
}

#introduction2 {  background: linear-gradient(to bottom, #efffef 0%,#ffffff 100%);



/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.sp-textbox {
	margin-top: 130px;
}

.sp-img {
	padding:0 30px; 
}


}/* Media Query for SmartPhone */






