@charset "shift_jis";

/* アクセントカラー指定 ここから================ */

#pankuzu,
#recom-title {
  background: #158e0c;
}

#script h2,
.block .colored{
  color: #158e0c;
}

#script h2,
#script h3 {
  border-color: #158e0c;
}

/* アクセントカラー指定 ここまで================ */



/* トップ画像 */

#main-background {
  background: #000 url(img/topimage.jpg) top center no-repeat;
  background-size: cover;
  height: 160px; /* 2ページ目以降のトップイメージの高さ */
}

#first-page #main-background {
  height: 400px; /* 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; /* タイトル文字色 */
}

#main-background h1 {
  font-family: NotoserifJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-size: 28px; /* 2ページ目以降の文字サイズ */
  font-weight: 700; /* 300 / 500 / 700 */
  padding-top: 50px; /* 2ページ目以降の上余白 */
}

#first-page #main-background h1 {
  padding-top: 100px; /* 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 */
}

/* ボタン */

.menubutton {
  padding: 0;
  margin-bottom: 40px;
}

.menubutton li {
  list-style: none;
  display: inline-block;
  width: 22%;
  margin: 0 1%;
}

.menubutton li a {
  border: 2px solid #158e0c;
  background: #158e0c;
  color: #feffa4;
  width: 90%;
  padding: 10px 5%;
  display: block;
  border-radius: 15px;
  font-weight: bold;
  font-size: 110%;
  box-shadow: 0 0 4px #888;
  transition: all 0.3s;
}

.menubutton li a:hover,
.menubutton li a:active {
  background: #fff;
  color: #158e0c;
  box-shadow: none;
}

.menubutton .itsme a {
  border: 2px solid #ccc;
  background: #fff;
  color: #222;
  width: 90%;
  padding: 10px 5%;
  display: block;
  border-radius: 15px;
  font-weight: bold;
  font-size: 110%;
  box-shadow: none;
  transition: all 0.3s;
}

.menubutton li a:hover,
.menubutton li a:active {
  background: #fff;
  color: #158e0c;
  box-shadow: none;
}

.menubutton li a span {
  font-weight: normal;
  font-size: 90%;
}

h2 {
  border-width: 6px !important;
  padding-bottom: 6px !important;
}

h2 span {
  font-weight: bold !important;
  font-size: 80% !important;
  padding-right: 5px;
  padding-left: 0 !important;
}

h3 {
  display: block;
  background: #cbffa4;
  padding: 15px 8px !important;
  font-size: 130% !important;
}

h4 {
  margin-bottom: 0;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 5px;
}

.block p {
  margin-top: 15px;
}

.block .colored {
  font-weight: bold;
}

.block p span {
  font-weight: bold;
  padding-right: 14px;
}

.brain {
  border-radius: 15px;
  border: 4px solid #158e0c;
  padding: 5px;
  display: inline-block;
  margin-top: -10px !important;
  margin-left: auto;
  margin-right: auto;
}

.brain img {
  width: auto !important;
}


.block p span {
    padding-right: 0px;
}

.feature h3 {

	font-size: 28px;
	font-size: 2.8rem;
	border-left: none !important;
	padding-top: 5px;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	margin-left: 115px;
}

.kouka{
	font-size:200% !important;
	background: none;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding-top:15px !important;
}

.feature h3, .feature p {

    padding-left: 115px;

}

/* 追加 */


#recom-text {
    width: 350px;
}

.feature h3 {

    margin-left: 80px;

}

.point{
	padding-bottom: 5px;
}

.section h2{
	margin:0px;
}

.block, .section > h2, #bottom-relate-item, #bottom-recom-item, .itemlist3c {

    width: 100%;

}

p.point-number {
	background: #158e0c;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 25px;
    padding: 10px 0 0;
    margin: 0 0 20px;
    position: absolute;
    text-align: center;
    width: 70px;

}

.point1{
	padding:0px;
}

.menubutton li {

    list-style: none;
    display: inline-block;
    width: 30%;
    margin: 0 1%;

}

p.point-number span {

    display: block;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Century Gothic', Helvetica, 'Helvetica Neue', Futura;

}

p.point-number {

    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;

}



/* スマートフォン用CSSここから */
@media screen and (max-width: 767px) {


/* トップ画像 */

#recom-text {
    width: 65%;
}

#top-wrap {
    background: rgba(0,0,0,0.5);
}

#item-arrow img{
	width:100% !important;
}

  #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%;
}


/* スマートフォン用CSSここまで */
} /* @media max-width:566px */