@charset "UTF-8";

/* +++++++++++++++++++++++++++
Reset CSS
+++++++++++++++++++++++++++ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* +++++++++++++++++++++++++++
　共通 CSS
+++++++++++++++++++++++++++ */

body {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  background: #fff1cf;
}

a { text-decoration: none; }

/* PCの時だけ改行 */
.pc_br { display: block; }

/* ページの先頭へ戻る */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  line-height: 0.5;
  z-index: 99;
}
#page-top a {
  background: #bbb;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 16px 0 22px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#page-top span {
  font-size: 14px;
}

.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.font-size85 {
  font-size: 85%;
}

.sp_br {
  display: none;
}

/* ---------------------------
　ヘッダー
--------------------------- */
header {
  margin: 15px 0px 30px;
}

.contents_e {
  width: 960px;
  margin: 30px auto;
}

.chachcopy {
  display: block;
  margin: 30px 0 10px;
  font-size: 1.6em;
  font-weight: bold;
}
.txtbox01 {
  display: block;
  width: 90%;
  margin: 0 auto 50px;
  font-size: 1.45em;
  text-align: left;
  line-height: 1.85em;
}

.menuBtBox {
  width: 740px;
  margin: 30px auto 60px;
  overflow: hidden;
}
.menuBtBoxL {
  float: left;
  width: 360px;
  height: 80px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #fa3e76, #fce090);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 35px 15px;
}
.menuBtBoxR {
  float: right;
  width: 360px;
  height: 80px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #fa3e76, #fce090);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 35px 15px;
}
.menuBtBoxL:hover,
.menuBtBoxR:hover {
  width: 360px;
  height: 80px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #FA8EAF, #FCEFCA);
  color: #fff!important;
}

.contents_e .sti {
  width: 80%;
  margin: 0 auto 35px;
  padding-bottom: 8px;
  font-size: 2.4em;
  font-weight: bold;
  border-bottom: 15px solid;
  border-image: linear-gradient(to right, #FA4DAC, #FA963E, #FA4DAC) 1;
  font-family: "Sawarabi Mincho";
}

.contents_e .sti2 {
  width: 80%;
  margin: 0 auto 35px;
  padding-bottom: 8px;
  font-size: 2.2em;
  font-weight: bold;
  border: 7px;
  border-bottom: 7px solid;
  border-image: linear-gradient(to right, #FA963E, #FACC4D, #FA963E) 1;
  font-family: "Sawarabi Mincho";
}

h4 {
  width: 80%;
  height: 120px;
  margin: 0 auto 10px;
  vertical-align: middle;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  background-image: url("../images/h4_back.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center center;
}

.senryuBox01 {
  margin: 0 auto 80px;  
}

.syo_mk01 {
  margin: 0 auto;
}
.syo_mk01 img {
  width: 180px;
  margin: 0 0 10px;
  padding: 0;
}
.syo_mk01b,
.syo_mk01c {
  margin: 0 auto;
}
.syo_mk01b img,
.syo_mk01c img {
  width: 140px;
  margin: 0 0 10px;
  padding: 0;
}

.senryu01back {
  width: 70%;
  margin: 0 auto 20px;
  padding: auto;
  background: #ddd;
  background: url("../images/senryu01.jpg");
  background-position: right 0 bottom 0;
}
.senryu01back img {
  width: 60%;
  margin: 20px auto;
  padding: auto;
  background: #fff;
}

.senryu01b-back {
  width: 70%;
  margin: 0 auto 20px;
  padding: auto;
  background: #ddd;
  background: url("../images/senryu01b.jpg") repeat;
}
.senryu01b-back img {
  width: 60%;
  margin: 20px auto;
  padding: auto;
  background: #fff;
}

.senryu01c-back {
  width: 70%;
  margin: 0 auto 20px;
  padding: auto;
  background: #ddd;
  background: url("../images/senryu01c.jpg") repeat;
}
.senryu01c-back img {
  width: 60%;
  margin: 20px auto;
  padding: auto;
  background: #fff;
}

.senryu01d-back {
  width: 70%;
  margin: 0 auto 20px;
  padding: auto;
  background: #ddd;
  background: url("../images/senryu01d.jpg") repeat;
}
.senryu01d-back img {
  width: 60%;
  margin: 20px auto;
  padding: auto;
  background: #fff;
}

.other_rank {
  display: table;
  width: 80%;
  height: 120px;
  margin: 0 auto 10px;
  background-image: url("../images/h4_back.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center center;
}
.other_rank_inner {
  display: table-cell;
  vertical-align: middle;
}
.other_rank_title {
  font-size: 2.3em;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  line-height: 1.8em;  
}
.other_rank_txt {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.8em;
}

.episodeTxt {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.7em;
}

.episodeTxt strong {
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  color: #a73836;
}

.sakubunBox01 {
  margin: 0 auto 80px;  
}

.sakubun01 {
  width: 760px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #fa3e76;
  border-image: linear-gradient(0deg, #fa3e76, #fce090);
  border-image-slice: 1;
}
.sakubun02 {
  width: 760px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #0099ff;
  border-image: linear-gradient(0deg, #0099ff, #99ffff);
  border-image-slice: 1;
}
.sakubun03 {
  width: 760px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #ff6633;
  border-image: linear-gradient(0deg, #ff6633, #ffff99);
  border-image-slice: 1;
}

.sakubun_content{
  box-sizing: border-box;
  margin: 30px auto;
  width: 100%;
  background: #fff;
  text-align: left;
  font-size: 1.55em;
  line-height: 1.8em;
}
#cb01, 
#cb02-1, 
#cb02-2, 
#cb02-3, 
#cb03 {
  display: none;
}
.more_btn{
  display: block;
  position: relative;
  margin: 1em auto 0;
  padding: 8px 16px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}
#cb01 ~ .more_btn::before,
#cb02-1 ~ .more_btn::before,
#cb02-2 ~ .more_btn::before,
#cb02-3 ~ .more_btn::before,
#cb03 ~ .more_btn::before {
  content: "▼ 続きを読む";
}
#cb01:checked ~ .more_btn::before,
#cb02-1:checked ~ .more_btn::before,
#cb02-2:checked ~ .more_btn::before,
#cb02-3:checked ~ .more_btn::before,
#cb03:checked ~ .more_btn::before {
  content: "▲ 閉じる";
}
#cb01 ~ .more_btn::after,
#cb02-1 ~ .more_btn::after,
#cb02-2 ~ .more_btn::after,
#cb02-3 ~ .more_btn::after,
#cb03 ~ .more_btn::after {
  content: "";
  position: absolute;
  top: calc(-4em - 1px);
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(transparent,#fff);
}
#cb01:checked ~ .more_btn::after, 
#cb02-1:checked ~ .more_btn::after, 
#cb02-2:checked ~ .more_btn::after, 
#cb02-3:checked ~ .more_btn::after, 
#cb03:checked ~ .more_btn::after {
  display: none;
}
.more_wrap{
  display: none;
}
#cb01:checked ~ .more_wrap,
#cb02-1:checked ~ .more_wrap,
#cb02-2:checked ~ .more_wrap,
#cb02-3:checked ~ .more_wrap,
#cb03:checked ~ .more_wrap {
  display: block;
}

.footer {
  font-size: 1.0em;
  margin-bottom: 20px;
}

.nickname {
  display: block;
  width: auto;
  text-align: right;
  margin: 0 auto 10px;
  font-weight: bold;
}


/* PC用のCSSはメディアクエリの外に記述する */

/* 960px以上に適用されるCSS（PC用） */
@media screen and (min-width: 960px) {
  #wrapper {
    width: 960px;
    margin: 0 auto 20px;
    padding-bottom: 45px;
    padding-bottom: 45px;
    background: #fff;
  }
} /* @media screen and (min-width: 960px)  */


/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
  #wrapper {
    width: 90%;
    margin: 0 auto 20px;
    padding-bottom: 45px;
    background: #fff;
  }

  .contents_e {
    width: 100%;
    margin: 30px auto;
  }  

} /* //@media screen and (max-width: 959px) */


/* 640px以下に適用されるCSS（タブレット・スマホ用） */
@media screen and (max-width: 640px) {
  /* PCの時だけ改行 */
  .pc_br {
    display: none;
  }
  .sp_br {
  display: block;
  }

  #wrapper {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 45px;
    background: #fff;
  }

  .contents_e {
    width: 100%;
    margin: 30px auto;
  }
  
  .chachcopy {
    line-height: 1.4em;
  }
  
  .txtbox01 {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    font-size: 1.0em;
    text-align: left;
    line-height: 1.5em;
  }

  .menuBtBox {
    width: 90%;
    margin: 30px auto 60px;
    overflow: hidden;
  }
  .menuBtBoxL {
    float: left;
    width: 48%;
    height: 60px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #fa3e76, #fce090);
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    padding: 10px;
  }
  .menuBtBoxR {
    float: right;
    width: 48%;
    height: 60px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #fa3e76, #fce090);
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    padding: 10px;
  }
  .menuBtBoxL:hover,
  .menuBtBoxR:hover {
    width: 48%;
    height: 60px;
    border-radius: 10px;  
    opacity: 0.7;
    color: #fff!important;
  }

  .contents_e .sti {
    width: 90%;
    margin: 0 auto 35px;
    padding-bottom: 8px;
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 15px solid;
    border-bottom: 15px solid;
    border-image: linear-gradient(to right, #FA4DAC, #FA963E, #FA4DAC) 1;
    font-family: "Sawarabi Mincho";
  }
  .contents_e .sti2 {
    width: 90%;
    margin: 0 auto 35px;
    padding-bottom: 8px;
    font-size: 2em;
    font-weight: bold;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #FA963E, #FACC4D, #FA963E) 1;
    font-family: "Sawarabi Mincho";
  }
  
  .senryuBox01 {
    margin: 0 auto 80px;  
  }
  
  .syo_mk01 {
    margin: 0 auto;
  }
  .syo_mk01 img {
    width: 160px;
    margin: 0 0 10px;
    padding: 0;
  }
  .syo_mk01b,
  .syo_mk01c {
    margin: 0 auto;
  }
  .syo_mk01b img,
  .syo_mk01c img {
    width: 120px;
    margin: 0 0 10px;
    padding: 0;
  }

  .senryu01back {
    width: 90%;
    margin: 0 auto 20px;
    padding: auto;
    background: #ddd;
    background: url("../images/senryu01.jpg");
    background-position: right 0 bottom 0;
  }
  .senryu01back img {
    width: 85%;
    margin: 20px auto;
    padding: auto;
    background: #fff;
  }

  .senryu01b-back {
    width: 90%;
    margin: 0 auto 20px;
    padding: auto;
    background: #ddd;
    background: url("../images/senryu01b.jpg") repeat;
  }
  .senryu01b-back img {
    width: 85%;
    margin: 20px auto;
    padding: auto;
    background: #fff;
  }
  
  .senryu01c-back {
    width: 90%;
    margin: 0 auto 20px;
    padding: auto;
    background: #ddd;
    background: url("../images/senryu01c.jpg") repeat;
  }
  .senryu01c-back img {
    width: 85%;
    margin: 20px auto;
    padding: auto;
    background: #fff;
  }

  .senryu01d-back {
    width: 90%;
    margin: 0 auto 20px;
    padding: auto;
    background: #ddd;
    background: url("../images/senryu01d.jpg") repeat;
  }
  .senryu01d-back img {
    width: 85%;
    margin: 20px auto;
    padding: auto;
    background: #fff;
  }

  .other_rank {
    display: table;
    width: 80%;
    height: 120px;
    margin: 0 auto 10px;
    background-image: url("../images/h4_back.png");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center center;
  }
  .other_rank_inner {
    display: table-cell;
    vertical-align: middle;
  }
  .other_rank_title {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "Sawarabi Mincho";
    line-height: 1.5em;  
  }
  .other_rank_txt {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5em;
  }

  .episodeTxt {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
    font-size: 1em;
    text-align: left;
    line-height: 1.7em;
  }

  .episodeTxt strong {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    color: #a73836;
  }
  
  .footer {
    font-size: 0.8em;
    margin-bottom: 20px;
  }

  .sakubun01 {
  width: 95%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #fa3e76;
  border-image: linear-gradient(0deg, #fa3e76, #fce090);
  border-image-slice: 1;
  }
  .sakubun02 {
  width: 95%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #0099ff;
  border-image: linear-gradient(0deg, #0099ff, #99ffff);
  border-image-slice: 1;
  }
  .sakubun03 {
  width: 95%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 20px solid #ff6633;
  border-image: linear-gradient(0deg, #ff6633, #ffff99);
  border-image-slice: 1;
  }

  .sakubun_content{
  box-sizing: border-box;
  margin: 30px auto;
  width: 100%;
  background: #fff;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.6em;
  }

} /* //@media screen and (max-width: 640px) */




.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }



/* https://yuyauver98.me/css-animation-slidein/ */
/* CSSアニメーションの指定 */
.Headline{
  animation: SlideIn 1.0s;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateY(-64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* https://migi.me/css/fade-in-page-scroll/
   jsも追記 */
.slidein {
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}




