﻿@charset "shift_jis";

/* アクセントカラー指定 ここから================ */

#pankuzu,
#recom-title {
  background: #3f312b;
}

#script h2 {
  color: #XXXXXX;
}

#script h2,
#script h3 {
  border-color: #XXXXXX;
}

/* アクセントカラー指定 ここまで================ */



/* トップ画像 */

#main-background {
  background: #000 url(/img/usr/goodsdetail/yqq_contents/img/back1.jpg) top center no-repeat;
  background-size: cover;
  height: 310px; /* 2ページ目以降のトップイメージの高さ */
	background-size: cover !important;
}

.back2 {
  background: #000 url(/img/usr/goodsdetail/yqq_contents/img/back4.jpg) top center no-repeat !important;
  background-size: cover;
  height: 240px !important; /* 2ページ目以降のトップイメージの高さ */
}



#first-page #main-background {
  height: 450px; /* 1ページ目のトップイメージの高さ */
  text-align: right;
}

#top-wrap {
  background: rgba(0,0,0,0.3); /* 背景色のブラック透過度を設定(0.3～0.6の範囲で)*/
}

#main-background,
#main-background h1 a {
  color: #fff; /* タイトル文字色 */
}

.tyuu{
	font-size:80%!important;
	text-align:right;
}

#main-background h1 {
  font-family: NotoserifJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-size: 28px; /* 2ページ目以降の文字サイズ */
  font-weight: 700; /* 300 / 500 / 700 */
  padding-top: 50px; /* 2ページ目以降の上余白 */
color:#fff;
text-align:left
}




#first-page #main-background h1 {
  padding-top: 80px; /* 1ページ目の上余白 */
  font-size: 46px; /* 1ページ目の文字サイズ */
}





/* エピソード */

#script .block h2,
#script .block h3 {
  font-family: NotoSansJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-weight: 700; /* 300 / 500 / 700 */
}

#script .block h2 span {
  color: #333;
  font-weight: 500; /* 300 / 500 / 700 */
}

.question{
	color:#a22041!important;
	font-weight:bold;
}

.topcopy{
	font-size:15px!important;
	display:block !important;
}
.column2 {
	margin: 2% 2% 0 0;
	width: 47%;
}

#profile .width-big {
    width: 75%;
}


/* スマートフォン用CSSここから */
@media screen and (max-width: 767px) {


/* トップ画像 */

#top-wrap {
    background: rgba(0,0,0,0.5);
}

  #main-background h1,
  #first-page #main-background h1 {
    font-size: 20px; /* 2ページ目以降の文字サイズ */
    font-family: serif !important; /* serif = 明朝体 / sans-serif = ゴシック体*/
    font-weight: bold; /* normal / bold */
    padding-top: 40px; /* 2ページ目以降の上余白 */
  }

  #first-page #main-background h1 {
    font-size: 26px; /* 1ページ目の文字サイズ */
    padding-top: 60px; /* 1ページ目の上余白 */
    padding-bottom: 0;
  }



/* エピソード */

#script .block h2,
#script .block h3 {
  font-family: sans-serif !important; /* serif = 明朝体 / sans-serif = ゴシック体*/
}

#script .block h2 span {
  color: #333;
  font-size:  70%;
}

.column2 {
    float: none;
    margin: 0 auto;
    width: 93%;
}

#pankuzu {
    display: block;
    height: 80px;
}

.block-topic-path {
margin-bottom:0px;
}

.topcopy{
margin-bottom: 30px;
}

/* スマートフォン用CSSここまで */
} /* @media max-width:566px */

#recom-photo img {
    width: 350px;
}