@charset "utf-8";/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*//*                                                                                                                                                                                              *//* ザ・ノンフィクション『ホストの前に人間やろ』その後                                                                                                                                           *//*                                                                                                                                                                                              *//*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*//*----------------------------------------------------------------------------------*//* 端末別表示                                                                       *//*----------------------------------------------------------------------------------*/.pc_only { display: block; }.pc_hide { display: none;  }.sp_only { display: none;  }.sp_hide { display: block; }/*----------------------------------------------------------------------------------*//* 共通設定                                                                         *//*----------------------------------------------------------------------------------*//* iphone曲線無効化 */html { -webkit-appearance: none;}/* スクロール無効化 */html,body { height:100%;}body {  font-size: 33px;  line-height: 66px;  font-weight: 700;  background-color: black;  color: white;}/* 画像 *//* (ラッパーのサイズに合わせる) */img {  width: 100%;  height: auto;}.img-center {  margin: 0 auto;  margin-bottom: 40px;}/* テキスト */.txt-center {  text-align: center;  margin-bottom: 66px;}/* リスト */.unordered-list {  margin-left: 200px;}/* ボタン */.button-red {  padding-bottom: 66px;}.button-red .txt {  display: block;  width: 650px;  line-height: 66px;  margin: 0 auto;  padding: 27.5px 0;  background-color: #ff0200;  border-radius: 20px;  text-align: center;  text-decoration: none;  font-size: 36px;  font-weight: 500;  color: white;  cursor: pointer;  box-shadow: 10px 10px #990000;}.button-red .txt:hover {  background-color: #990000;  box-shadow: none;}/*----------------------------------*//* Webフォント(Mplus 1p)            *//*----------------------------------*/body {  font-family: "Mplus 1p", sans-serif;}/*----------------------------------*//* ラッパー                         *//*----------------------------------*/.layoutOuter {  width: 100%;  min-width: 900px;}.layoutInner {  width: 900px;  margin: 0 auto;}/*----------------------------------*//* 画像個別                         *//*----------------------------------*/.img-01 {  width: 842px;  height: 295px;}.img-02 {  width: 721px;  height: 564px;}.img-03 {  width: 584px;  height: 295px;}.img-04 {  width: 250px;  height: 66px;}