@charset "shift_jis";

.section .block,
#ucanlogo span {
  width: 900px;
}

.block p {
  color: #222;
}


/* トップ画像 */

#main-background {
  background: #000;
  background-size: cover;
  text-align: left;
  display: block;
  padding: 0;
  width: 100%;
  height: 160px; /* 2ページ目以降のトップイメージの高さ */
  position: relative;
}

#first-page #main-background {
  height: 450px; /* 1ページ目のトップイメージの高さ */
  text-align: right;
}

#top-wrap {
  background: rgba(0,0,0,0.3); /* 背景色のブラック透過度を設定(0.3〜0.6の範囲で)*/
  width: 100%;
  height: 100%;
}

#main-background,
#main-background h1 a {
  color: #fff; /* タイトル文字色 */
}

#main-background h1 {
  font-family: NotoSansJP, sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 50px;
  text-shadow: 0 0 8px #000;
  text-shadow: 1px 2px 3px #000000;
}

#first-page #main-background h1 {
  padding-top: 80px; /* 1ページ目の上余白 */
  font-size: 46px; /* 1ページ目の文字サイズ */
}

.title-bellow {
  display: block;
  font-size: 55%;
}

.block .topcopy{
  display: none;
  color: #fff;
  text-shadow: 1px 2px 3px #000000;
}

#first-page .block .topcopy {
  display: block;
}

#main-background #ucanlogo {
position: absolute;
top: 0px;
left: 0;
width: 100%;
margin: 0;
}

#first-page #main-background #ucanlogo {
top: 0;
left: 0;
background: rgba(0,0,0,0.7);
height: 44px;
}

#ucanlogo span {
display: block;
margin: 0 auto;
padding-top: 6px;
text-align: right;
}


#first-page #ucanlogo span {
text-align: left;
}

#ucanlogo span a:hover img,
#ucanlogo span a:active img {
opacity: 1 !important;
}

#ucanlogo span img {
width: 180px;
}

#first-page #ucanlogo span img {
width: auto;
}



/* パンくずリスト */

#pankuzu-main ul li {
  color: #fff;
}

#pankuzu-main ul li a {
  color: #fff;
  text-decoration: underline;
}

#pankuzu-main ul li a:hover,
#pankuzu-main ul li a:active {
  text-decoration: none;
}


/* プロフィール */

#profile {
  background: #e0daa1;
  background: -moz-linear-gradient(-45deg, #e0daa1 0%, #edead7 30%, #edead7 70%, #e0daa1 100%);
  background: -webkit-linear-gradient(-45deg, #e0daa1 0%,#edead7 30%,#edead7 70%,#e0daa1 100%);
  background: linear-gradient(135deg, #e0daa1 0%,#edead7 30%,#edead7 70%,#e0daa1 100%);
  padding: 40px 0 1px;
}

#profile .column2 {
  background: none;
}

#profile .width-small {
  width: 20%;
}
#profile .width-big {
  width: 78%;
}

#profile .column2 h2 {
  font-family: NotoserifJP !important;
  font-weight: 500;
  font-size: 140%;
  margin: 0 0 10px;
  padding-bottom :5px;
  text-align: left;
  border-bottom: 1px dotted #555;
}

#profile .column2 p {
  font-size: 85%;
  line-height: 1.8;
  margin-top: 0;
}


/* エピソード */

#script {
  padding-bottom: 0;
}

#script .block h2,
#script .block h3 {
  font-family: NotoSansJP !important;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#script .block h2 {
  border-width: 3px;
  border-bottom-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

#script .block h2 span {
  color: #333;
  font-weight: 500;
  font-size:  70%;
  padding-left: 10px;
}

#script .block h3 {
  font-size: 20px;
  padding: 6px 0 8px 8px;
  margin-top: 0;
  margin-bottom: 15px;
  border-width: 6px;
  border-left-style: solid;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

#script .block .column1,
#script .block .column2,
#script .block .column3,
#script .block .column4 {
  padding: 0 !important;
  margin-top: 0 !important;
}

#script .block .floatclear {
  clear: both;
  padding-top: 25px !important;
}

#script .block p {
  margin-bottom: 25px;
}

#script .block blockquote {
  background: #eee;
  border-radius: 10px;
  display: inline-block;
  font-style: italic;
  line-height: 1.8;
  margin: 0;
  padding: 25px 25px 20px;
  position: relative;
}

#script .block blockquote:before {
  content: '“';
  color: #ccc;
  font-family: serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 5px;
}

#script .block blockquote:after {
  content: '”';
  color: #ccc;
  font-family: serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: -80px;
  right: 5px;
}


/* ページネーション */

.pagenation {
  list-style: none;
  text-align: center;
  margin: 0 0 40px;
  padding: 10px 0;
  background: -moz-linear-gradient(left, #ffffff 25%, #eeeeee 35%, #eeeeee 65%, #ffffff 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 25%,#eeeeee 35%,#eeeeee 65%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 25%,#eeeeee 35%,#eeeeee 65%,#ffffff 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.pagenation li {
  color: #fff;
  background: #bbb;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 0 3px;
  border-radius: 10px;
}

.pagenation li a {
  color: #1d54a7;
  box-sizing: border-box;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 30%,#ddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 30%,#ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #888;
  border-radius: 10px;
  text-decoration: underline;
}

.pagenation li a:hover,
.pagenation li a:active {
  text-decoration: none;
  background: #fff;
  border: 1px solid #aaa;
}

.pagenation .pagelist {
  text-align: center;
  display: block;
  width: 100%;
  background: none;
  color: #555;
  line-height: 1;
  height: auto;
  padding: 10px 0 0;
}


/* 商品情報 */

#recom-main {
  background: #e0daa1;
  background: -moz-linear-gradient(-45deg, #e0daa1 0%, #edead7 30%, #edead7 70%, #e0daa1 100%);
  background: -webkit-linear-gradient(-45deg, #e0daa1 0%,#edead7 30%,#edead7 70%,#e0daa1 100%);
  background: linear-gradient(135deg, #e0daa1 0%,#edead7 30%,#edead7 70%,#e0daa1 100%);
}

#recom-title {
  font-family: NotoSansJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-weight: 700; /* 300 / 500 / 700 */
  font-size: 24px;
}

#recom-text p {
  line-height: 1.5;
  margin-bottom: 15px;
}

#recom-photo,
#recom-text {
  margin-bottom: 0;
}


/* 関連バナー */

#related_bnr {
  width: 900px;
  margin: 0 auto;
}

#related_bnr h2 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
}

#related_bnr p {
  float: left;
  display: block;
  width: 50%;
  margin-bottom: 10px;
}

#related_bnr p img {
  width: 96%;
  margin: 0 2%;
}


/* フッター */

#footer {
  background: #eaeaea;
}

#footer-main ul li {
  color: #888;
}

#footer-main ul li a {
  color: #1d54a7;
  text-decoration: underline;
}

#footer-main ul li a:hover,
#footer-main ul li a:active {
  text-decoration: none;
}



/* タブレット用CSSここから */

@media screen and (max-width: 899px) {
  
  .section .block {
    width: 90%;
    margin: 0 auto;
  }

#main-background,
#first-page #main-background {
background-size: cover;
}

#ucanlogo span {
width: 100%;
}

#first-page #ucanlogo span {
text-align: center;
}
  
  #pankuzu-main {
    width: 100%;
    padding: 17px 0 0;
  }
  
  #pankuzu-main ul {
    margin: 0;
  }
  
  .pagenation .pagelist {
    margin: 0;
  }

  #recom-title {
    font-family: sans-serif !important;
  }
  
  #recom-main {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 40px;
    border-radius: 0;
  }
  
  #recom-photo {
    width: 32%;
  }
  
  #recom-text {
    width: 65%;
  }
  
  #recom-photo img {
    width: 100%;
  }
  
  #related_bnr {
    width: 94%;
    margin: 0 auto;
  }
  
  #footer-main {
    width: 100%;
  }
  
  #footer-main ul {
    margin: 0;
  }
  
} /* @media max-width:899px */


/* スマートフォン用CSSここから */

@media screen and (max-width: 767px) {
  
  body {
    margin-top: 0;
  }
  
  #main-background,
#first-page #main-background {
    margin-top: 0;
    padding-top: 0;
    height: auto !important;
  }

  #main-background h1,
  #first-page #main-background h1 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 6px #000;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 1.3;
    text-align: left;
  }

  #first-page #main-background h1 {
    text-align: center;
    font-size: 26px;
  }
  
  #main-background h1 span,
  #first-page #main-background h1 span {
    font-size: 70%;
  }
  
  .block .topcopy {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    text-align: left;
    text-shadow: 0 0 6px #000;
  }

#first-page #main-background #ucanlogo {
height: 38px;
}

#ucanlogo span,
#first-page #ucanlogo span {
    text-align: left;
    padding-top: 4px;
    padding-left: 6%;
    width: 94%;
}

#first-page #ucanlogo span {
    text-align: center;
    padding: 6px 0 0;
}

#ucanlogo span img {
    width: 160px;
}

#first-page #ucanlogo span img {
    width: 200px;
}
  
  .section {
    padding: 25px 0;
  }
  
  .block p {
    font-size: 15px;
    line-height: 1.8;
  }
  
  #profile {
    padding: 20px 0 1px;
  }
  
  #profile .width-small p {
    margin-bottom: 0;
  }
  
  #profile .width-small {
    width: 40%;
    margin: 0 auto;
    float: none;
  }
  
  #profile .width-big {
    width: 95%;
    margin: 10px auto 20px;
    float: none;
  }
  
  #profile .column2 h2 {
    font-family: sans-serif !important;
    font-size: 120%;
  }
  
  #profile .column2 p {
    font-size: 80%;
    line-height: 1.8;
  }
  
  #script .block h2,
  #script .block h3 {
    font-family: sans-serif !important;
  }
  
  #script .block h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-left: -2%;
    margin-right: 0;
    padding-left: 2%;
    width: 102%;
  }
  
  #script .block h2 span {
    display: block;
    padding-left: 0;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
  }
  
  #script .block h3 {
    font-size: 16px;
    padding: 5px 0 3px 8px;
  }
  
  #script .block .column2 {
    padding-top: 25px !important;
  }
  
  #script .block blockquote {
    font-size: 14px;
  }
  
  .annotation {
    font-size: 13px !important;
    line-height: 1.3 !important;
    display: block;
    padding-top: 5px;
  }
  
  #script .block .floatclear {
    padding-top: 0 !important;
  }
  
  .pagenation {
    background: -moz-linear-gradient(left, #ffffff 5%, #eeeeee 20%, #eeeeee 80%, #ffffff 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 5%,#eeeeee 20%,#eeeeee 80%,#ffffff 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 5%,#eeeeee 20%,#eeeeee 65%,#ffffff 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }

  .pagenation .pagelist {
    font-size: 14px;
  }     
  
  #recom-main {
    padding: 15px 0;
  }
  
  #recom-title {
    line-height: 1.4;
    font-size: 20px;
    padding: 15px 20px 12px;
  }
  
  #recom-photo {
    width: 60%;
    margin: 15px auto;
    float: none;
  }
  
    #recom-text {
      width: 90%;
      margin: 0 auto;
      float: none;
      font-size: 14px;
  }
  
  #recom-text p {
    line-height: 1.7;
  }
  
  #related_bnr h2 {
    font-size: 14px;
    text-align: center;
  }
  
  #related_bnr p {
    float: none;
    display: block;
    width: 100%;
  }
  
  #footer-main {
    padding: 10px;
    box-sizing: border-box;
  }
  
  #footer-main ul {
    padding: 0;
  }
  
  
} /* @media max-width:566px */