@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,
select, button, input, textarea,
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;
}

/*------------------------------
	WordPress Native Styles
------------------------------*/
.editor {
  line-height: 1.5;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor b, .editor strong {
  font-weight: bold;
  font-weight: 700;
}

.editor dfn, .editor cite, .editor em, .editor i {
  font-style: italic;
}

.editor del, .editor span[style='text-decoration: line-through;'] {
  opacity: 0.8;
}

.editor ul, .editor ol {
  list-style-position: inside !important;
  padding-left: 0;
  display: block;
  margin-bottom: 1.75em;
}

.editor ul li, .editor ol li {
  margin-top: .1em;
}

.editor ul li:first-child, .editor ol li:first-child {
  margin-top: 0;
}

.editor ul {
  list-style: disc;
  padding-left: .4em;
}

.editor ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.editor ol {
  list-style: decimal;
}

.editor ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.editor blockquote {
  display: block;
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  padding-left: 1.2em;
  margin: 0;
  margin-bottom: 1.75em;
}

.editor blockquote p {
  margin-bottom: 1.4rem;
}

.editor blockquote, .editor q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.editor hr {
  background-color: #d1d1d1;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.75em;
}

.editor .alignleft {
  float: left;
  padding: 0 0 0.5em 0.5em;
}

.editor .aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

.editor .alignright {
  float: right;
  padding: 0 0 0.5em 0.5em;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  clear: both;
  font-weight: 700;
  margin: 1rem 0;
}

.editor h1 {
  font-size: 2.6rem;
}

.editor h2 {
  font-size: 2.2rem;
}

.editor h3 {
  font-size: 1.8rem;
}

.editor h4, .editor h5, .editor h6 {
  font-size: 1.5rem;
}

.editor pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  margin: 1em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editor code, .editor kbd, .editor tt, .editor var, .editor samp, .editor pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.editor .clearfix {
  overflow: hidden;
  zoom: 1;
}

.editor .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.editor img[class*="wp-image-"],
.editor img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*
import
google font
*/
@font-face {
  font-family: 'hannari';
  src: url("../webfonts/hannari2.woff") format("woff"), url("../webfonts/hannari2.otf") format("opentype");
  /* Safari, Android, iOS */
}

/*
参考
https://speakerdeck.com/tacamy/modanri-ben-yu-huontozhi-ding

適用外（regularウェイトが適用される）
window 8.1で、かつoffice用フォントパックをいれていない場合
・一般的なユーザはoffice用フォントパックを入れる想定
・そもそもwindows8.1のシェアが少ない
--------------- */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

/* 游ゴシック指定
MyYuGothicM                Windows 游ゴシック
YuGothic                   OS X 游ゴシック
-apple-system              iOS San Francisco
BlinkMacSystemFont         iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
Meiryo                     Windows メイリオ
--------------- */
/* システムフォント指定
-apple-system              OS X, iOS SanFrancisco
BlinkMacSystemFont         OS X, iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
MyYuGothicM                Windows 游ゴシック
Meiryo                     Windows メイリオ
--------------- */
/* -------------------------------------
	PC general settinngs
------------------------------------- */
.sp {
  display: none !important;
}

.fsm1 {
  font-size: 13px;
}

.fsm2, .recipe-lists .texts .nutrient-lists, .single-onair .content-box .top .nutrient-lists {
  font-size: 12px;
}

.fsm3 {
  font-size: 11px;
}

.fsm4 {
  font-size: 10px;
}

.fsm5 {
  font-size: 9px;
}

.fsm6 {
  font-size: 8px;
}

.fsm7 {
  font-size: 7px;
}

.fsm8 {
  font-size: 6px;
}

.fsm9 {
  font-size: 5px;
}

.fsm10 {
  font-size: 4px;
}

.fn, .ib-items .ib-item, .single-onair .inner, .single-onair .title-box > * {
  font-size: 14px;
}

.fsp1, .rnav {
  font-size: 15px;
}

.fsp2 {
  font-size: 16px;
}

.fsp3 {
  font-size: 17px;
}

.fsp4 {
  font-size: 18px;
}

.fsp5, .dbl-arr.right:before {
  font-size: 19px;
}

.fsp6 {
  font-size: 20px;
}

.fsp7 {
  font-size: 21px;
}

.fsp8 {
  font-size: 22px;
}

.fsp9 {
  font-size: 23px;
}

.fsp10 {
  font-size: 24px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.quater {
  width: 25%;
}

.fifth {
  width: 20%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mgn {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mtn {
  margin-top: 0 !important;
}

.mts {
  margin-top: 5px !important;
}

.mt2 {
  margin-top: 10px !important;
}

.mt3 {
  margin-top: 15px !important;
}

.mt4 {
  margin-top: 20px !important;
}

.mt5 {
  margin-top: 25px !important;
}

.mt6 {
  margin-top: 30px !important;
}

.mt7 {
  margin-top: 35px !important;
}

.mt8 {
  margin-top: 40px !important;
}

.mt9 {
  margin-top: 45px !important;
}

.mt10 {
  margin-top: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mbs {
  margin-bottom: 5px !important;
}

.mb2 {
  margin-bottom: 10px !important;
}

.mb3 {
  margin-bottom: 15px !important;
}

.mb4 {
  margin-bottom: 20px !important;
}

.mb5 {
  margin-bottom: 25px !important;
}

.mb6 {
  margin-bottom: 30px !important;
}

.mb7 {
  margin-bottom: 35px !important;
}

.mb8 {
  margin-bottom: 40px !important;
}

.mb9 {
  margin-bottom: 45px !important;
}

.mb10 {
  margin-bottom: 50px !important;
}

.mln {
  margin-left: 0 !important;
}

.mls {
  margin-left: 5px !important;
}

.ml2 {
  margin-left: 10px !important;
}

.ml3 {
  margin-left: 15px !important;
}

.ml4 {
  margin-left: 20px !important;
}

.ml5 {
  margin-left: 25px !important;
}

.ml6 {
  margin-left: 30px !important;
}

.ml7 {
  margin-left: 35px !important;
}

.ml8 {
  margin-left: 40px !important;
}

.ml9 {
  margin-left: 45px !important;
}

.ml10 {
  margin-left: 50px !important;
}

.mrn {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 5px !important;
}

.mr2 {
  margin-right: 10px !important;
}

.mr3 {
  margin-right: 15px !important;
}

.mr4 {
  margin-right: 20px !important;
}

.mr5 {
  margin-right: 25px !important;
}

.mr6 {
  margin-right: 30px !important;
}

.mr7 {
  margin-right: 35px !important;
}

.mr8 {
  margin-right: 40px !important;
}

.mr9 {
  margin-right: 45px !important;
}

.mr10 {
  margin-right: 50px !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mca {
  margin-left: auto;
  margin-right: auto !important;
}

.ptn {
  padding-top: 0 !important;
}

.pts {
  padding-top: 5px !important;
}

.pt2 {
  padding-top: 10px !important;
}

.pt3 {
  padding-top: 15px !important;
}

.pt4 {
  padding-top: 20px !important;
}

.pt5 {
  padding-top: 25px !important;
}

.pt6 {
  padding-top: 30px !important;
}

.pt7 {
  padding-top: 35px !important;
}

.pt8 {
  padding-top: 40px !important;
}

.pt9 {
  padding-top: 45px !important;
}

.pt10 {
  padding-top: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 5px !important;
}

.pb2 {
  padding-bottom: 10px !important;
}

.pb3 {
  padding-bottom: 15px !important;
}

.pb4 {
  padding-bottom: 20px !important;
}

.pb5 {
  padding-bottom: 25px !important;
}

.pb6 {
  padding-bottom: 30px !important;
}

.pb7 {
  padding-bottom: 35px !important;
}

.pb8 {
  padding-bottom: 40px !important;
}

.pb9 {
  padding-bottom: 45px !important;
}

.pb10 {
  padding-bottom: 50px !important;
}

.pbx {
  padding-bottom: 20px !important;
}

.pln {
  padding-left: 0 !important;
}

.pls {
  padding-left: 5px !important;
}

.pl2 {
  padding-left: 10px !important;
}

.pl3 {
  padding-left: 15px !important;
}

.pl4 {
  padding-left: 20px !important;
}

.pl5 {
  padding-left: 25px !important;
}

.pl6 {
  padding-left: 30px !important;
}

.pl7 {
  padding-left: 35px !important;
}

.pl8 {
  padding-left: 40px !important;
}

.pl9 {
  padding-left: 45px !important;
}

.pl10 {
  padding-left: 50px !important;
}

.prn {
  padding-right: 0 !important;
}

.prs {
  padding-right: 5px !important;
}

.pr2 {
  padding-right: 10px !important;
}

.pr3 {
  padding-right: 15px !important;
}

.pr4 {
  padding-right: 20px !important;
}

.pr5 {
  padding-right: 25px !important;
}

.pr6 {
  padding-right: 30px !important;
}

.pr7 {
  padding-right: 35px !important;
}

.pr8 {
  padding-right: 40px !important;
}

.pr9 {
  padding-right: 45px !important;
}

.pr10 {
  padding-right: 50px !important;
}

.ti, .single-title-box:after, .single-onair .content-box .middle .text-info .title, .single-onair .content-box .bottom .title-icon:before {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}

/*-------------------------------------
 Base Settings
-------------------------------------*/
/* font size setting
-------------------- */
html {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  html {
    font-size: 149.955%;
  }
}

@media screen and (max-width: 667px) {
  html {
    font-size: 130.065%;
  }
}

@media screen and (max-width: 568px) {
  html {
    font-size: 110.76%;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 80.73%;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 73.125%;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 62.4%;
  }
}

.wrapper {
  font-size: 14px;
  color: #574b39;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  line-height: 1.3;
}

.smooth, .tbl-airtime th, .tbl-airtime td, .post-title, .recipe-lists .texts, body.lower .pager-content .wrap-lists li a, body.lower .naver-content .title, body.home .mainvisual .main-cast, body.home .inq.book .title, .page.time .content > dl dt, .archive-cast-table .thumb-lists .texts h4, .single-cast .profile .title-box h4, .archive-onair .backnumber-content dt, .single-onair .title-box .inner .inner-left, .single-onair .content-box .top .nutrient-lists {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.unsmooth {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/* --------------------
	tags
-------------------- */
a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe, object, video, embed {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

table {
  width: 100%;
}

* {
  outline: none;
}

input, textarea {
  border: none;
}

button.ti, button.single-title-box:after, .single-onair .content-box .middle .text-info button.title, .single-onair .content-box .bottom button.title-icon:before {
  text-indent: 160%;
}

/* -------------------------
	parts
------------------------- */
/* wrap content
-------------------- */
.wrapper {
  min-width: 1030px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container, body.home .mainvisual .main-cast {
  width: 1030px;
  margin: 0 auto;
}

/* texts
-------------------- */
.tdu {
  text-decoration: underline;
}

.tdn {
  text-decoration: none !important;
}

/* links
-------------------- */
.lbs {
  color: #574b39;
}

.lbs:hover {
  color: #897d6b;
  text-decoration: underline;
}

.tdc {
  border-bottom: 1px solid #9b9b9b;
}

.tdc:hover {
  border-bottom: none;
}

.lca {
  color: #574b39;
  text-decoration: underline;
}

.lca:link {
  color: #574b39;
}

.lca:visited {
  color: #574b39;
}

.lca:hover {
  color: #756957;
}

.lca:active {
  color: #574b39;
}

.lcb {
  color: #372315;
  text-decoration: underline;
}

.lcb:link {
  color: #372315;
}

.lcb:visited {
  color: #372315;
}

.lcb:hover {
  color: #554133;
}

.lcb:active {
  color: #372315;
}

.lcc {
  color: #b89e72;
  text-decoration: underline;
}

.lcc:link {
  color: #b89e72;
}

.lcc:visited {
  color: #b89e72;
}

.lcc:hover {
  color: #d6bc90;
}

.lcc:active {
  color: #b89e72;
}

.lcd {
  color: #e8ded5;
  text-decoration: underline;
}

.lcd:link {
  color: #e8ded5;
}

.lcd:visited {
  color: #e8ded5;
}

.lcd:hover {
  color: #fffcf3;
}

.lcd:active {
  color: #e8ded5;
}

/* arrows
-------------------- */
.arr {
  position: relative;
}

.arr:after {
  content: "";
}

.arr.down {
  padding-right: 10.5px;
}

.arr.down:after {
  width: 7px;
  height: 4px;
  right: 0;
}

.arr.blk.down:after {
  background-position: left top;
}

.txt-arr.right:before {
  content: "→";
  margin-right: .5em;
}

.dbl-arr.right:before {
  content: "»";
}

/* arrows(triangle)
-------------------- */
.triangle {
  position: relative;
  display: inline-block;
}

.triangle:before {
  content: '▶︎';
}

.triangle.right {
  padding-left: 20px;
}

.triangle.right:before {
  width: 5px;
  height: 9px;
  left: 0;
}

.triangle.yel.right:before {
  background-position: left top;
}

.triangle.gry.right:before {
  background-position: -5px top;
}

/* lists
-------------------- */
.disc-items .disc-item {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-top: 25px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.notice-items .notice-item {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.notice-items .notice-item:before {
  content: "※";
}

.ib-items {
  display: table;
  font-size: 0;
}

.ib-items .ib-item {
  display: inline-block;
  vertical-align: top;
}

/* tables
-------------------- */
.tbl-base {
  width: 100%;
  letter-spacing: 1.5px;
}

.tbl-base tr {
  border-bottom: 1px solid #574b39;
}

.tbl-base tr:first-child {
  border-top: 1px solid #574b39;
}

.tbl-base th, .tbl-base td {
  padding: 35px;
  line-height: 1.8;
}

.tbl-base th {
  vertical-align: middle;
}

.btn-totop {
  z-index: 50;
}

/* -------------------------
	parts PC
------------------------- */
.loader-simple {
  height: 3em;
  width: 3em;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.tr {
  position: absolute;
  top: 0;
  left: -5000px;
}

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.ds {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dc {
  display: table-cell !important;
}

.rn {
  border-radius: 0 !important;
}

.rs {
  border-radius: 5px;
}

.rm {
  border-radius: 10px;
}

.rl {
  border-radius: 20px;
}

.ca {
  color: #574b39 !important;
}

.cb {
  color: #372315 !important;
}

.cc {
  color: #b89e72 !important;
}

.cd {
  color: #e8ded5 !important;
}

.ce {
  color: #af1e23 !important;
}

.cf {
  color: #398c10 !important;
}

.cg {
  color: #faf8f7 !important;
}

.ch {
  color: #000000 !important;
}

.ci {
  color: #000000 !important;
}

.cj {
  color: #000000 !important;
}

.ck {
  color: #000000 !important;
}

.cl {
  color: #000000 !important;
}

.ba {
  background-color: #574b39 !important;
}

.bb {
  background-color: #372315 !important;
}

.bc {
  background-color: #b89e72 !important;
}

.bd {
  background-color: #e8ded5 !important;
}

.be {
  background-color: #af1e23 !important;
}

.bf {
  background-color: #398c10 !important;
}

.bg {
  background-color: #faf8f7 !important;
}

.bh {
  background-color: #000000 !important;
}

.bi {
  background-color: #000000 !important;
}

.bj {
  background-color: #000000 !important;
}

.bk {
  background-color: #000000 !important;
}

.bl {
  background-color: #000000 !important;
}

.n {
  font-weight: normal !important;
}

.b {
  font-weight: bold !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.u {
  text-decoration: underline !important;
}

.obl {
  font-style: oblique;
}

.v0 {
  vertical-align: 0;
}

.v1 {
  vertical-align: -1px;
}

.v2 {
  vertical-align: -2px;
}

.v3 {
  vertical-align: -3px;
}

.v4 {
  vertical-align: -4px;
}

.v5 {
  vertical-align: -5px;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* positions
-------------------- */
.pos, .pos-center, .pos-vertical-center, .arr:after, .triangle:before, .tbl-airtime td:before, .gnav .gnav-lists li:not(:last-child):after, body.home .inq.calendar .dot-lists:before, .single-cast .profile .title-box .wrap-trg, .pos-horizontal-center, body.home .inq.book .wrap-image .btn:after, .pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center, .arr:after, .triangle:before, .tbl-airtime td:before, .gnav .gnav-lists li:not(:last-child):after, body.home .inq.calendar .dot-lists:before, .single-cast .profile .title-box .wrap-trg {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center, body.home .inq.book .wrap-image .btn:after {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*-------------------------------------
  global
-------------------------------------*/
* {
  box-sizing: border-box;
  background-image: url(../img/transparent.png);
}

iframe, object, embed {
  max-width: 100%;
  display: block;
}

.sp-layout {
  display: none !important;
}

.btn-totop {
  max-width: 48px;
}

.ti-reset {
  overflow: visible;
  white-space: normal;
  text-indent: 0;
  background: none;
}

.kids-sp-layout {
  display: none;
}

.sp-layout {
  display: none;
}

/*-------------------------------------
  common css reset
-------------------------------------*/
.container, body.home .mainvisual .main-cast {
  max-width: none;
  min-width: 0;
  position: static;
}

.header {
  padding: 0;
}

a {
  color: inherit;
}

a:link, a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

a:active {
  color: inherit;
}

.sns {
  padding: 0;
}

.sns li {
  float: none;
}

body,
.init-ad-wrapper,
.common-subnav {
  min-width: 1030px;
}

@media screen and (max-width: 767px) {
  #footer {
    background-color: #30302C;
  }
}

/*-------------------------------------
  General Purpose
-------------------------------------*/
.opac, .btn {
  display: block;
}

.opac:hover, .btn:hover {
  -webkit-transition: All .3s ease;
  transition: All .3s ease;
  opacity: .8;
}

.mv-opac {
  display: block;
}

.mv-opac:hover:not(.disable) {
  opacity: .2;
}

.opac-normal {
  display: block;
}

.opac-normal:hover {
  opacity: .7;
}

@-webkit-keyframes opacityChange {
  100% {
    opacity: 0.8;
  }
}

@keyframes opacityChange {
  100% {
    opacity: 0.8;
  }
}

.full-elm, .single-title-box, .single-news .single-post:after, .single-onair .line:after {
  width: 700px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* --------------------
  javascript settings
-------------------- */
a.disable {
  cursor: default;
  opacity: .6;
}

a.disable:hover {
  opacity: .6;
  -webkit-animation: none;
  animation: none;
}

/* --------------------
  common parts
-------------------- */
/* 各色設定
--------------- */
.bg-wh, .recipe-lists > li {
  background-color: white;
}

.bg-beige {
  background-color: #e8ded5;
}

.bg-lbl {
  background-color: #cbebf5;
}

/* シャドウボックス
--------------- */
.shadow-box, .recipe-lists > li {
  box-shadow: 0 2px 6px 0px rgba(205, 205, 204, 0.7);
}

.shadow-box.vertical, .recipe-lists > li.vertical {
  box-shadow: 0 2px 6px 0px rgba(205, 205, 204, 0.7);
}

.shadow-box.horizontal, .thumb-lists.horizontal .shadow-box.thumb-box, .thumb-lists.horizontal .recipe-lists > li.thumb-box, .recipe-lists > li.horizontal {
  box-shadow: 2px 0 6px 0px rgba(205, 205, 204, 0.7);
}

.shadow-box.whole, .recipe-lists > li.whole {
  box-shadow: 2px 2px 8px 0px rgba(205, 205, 204, 0.7);
}

/* サムネボックス
--------------- */
.thumb-box.vertical {
  display: block;
}

.thumb-box.horizontal, .thumb-lists.horizontal .thumb-box, .thumb-box2.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumb-box.horizontal .texts, .thumb-lists.horizontal .thumb-box .texts, .thumb-box.horizontal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* padding box
--------------- */
.pd-box.pd-5 {
  padding: 5px;
}

.pd-box.pd-10 {
  padding: 10px;
}

.pd-box.pd-15 {
  padding: 15px;
}

.pd-box.pd-20 {
  padding: 20px;
}

.pd-box.pd-25 {
  padding: 25px;
}

.pd-box.pd-30 {
  padding: 30px;
}

.pd-box.pd-35 {
  padding: 35px;
}

.pd-box.pd-40 {
  padding: 40px;
}

.pd-box.pd-45 {
  padding: 45px;
}

.pd-box.pd-50 {
  padding: 50px;
}

/* テキスト
--------------- */
.asta:before {
  content: "※";
}

/* リンク
--------------- */
.link-base {
  color: #574b39;
}

.underline, .tbl-airtime td.text a, body.lower .pager-lists a:not(.current):not(.abridgement), .single-cast .profile .title-box .wrap-trg a {
  text-decoration: underline;
}

.underline:hover, .tbl-airtime td.text a:hover, body.lower .pager-lists a:hover:not(.current):not(.abridgement), .single-cast .profile .title-box .wrap-trg a:hover {
  -webkit-transition: .1s ease;
  transition: .1s ease;
  color: #a79b89;
  text-decoration: none;
}

/* ボタン
--------------- */
.btn {
  display: block;
  font-size: 15px;
  line-height: 1.467;
  text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.grad-or {
  color: white;
  background-image: -webkit-linear-gradient(90deg, #e44000 0%, #f47d29 100%);
  background-image: -ms-linear-gradient(90deg, #e44000 0%, #f47d29 100%);
}

.btn.radius {
  color: white;
  min-width: 145px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, #7d463f 0%, #905d59 100%);
  background-image: -ms-linear-gradient(90deg, #7d463f 0%, #905d59 100%);
}

.btn.ellipse {
  padding: 18px 10px;
  border-radius: 28px;
}

/* lists
--------------- */
.circle-lists li {
  border-radius: 100%;
}

.dot-lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dot-lists li:before {
  content: "・";
}

.asta-lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.asta-lists li:before {
  content: "※";
}

.thumb-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumb-lists .thumb-box .image {
  background-color: white;
}

.num-lists li {
  font-size: 15px;
  padding-left: 36px;
  line-height: 1.8;
  position: relative;
}

.num-lists li:not(:first-child) {
  margin-top: 25px;
}

.num-lists li:before {
  width: 26px;
  height: 26px;
  font-size: 15px;
  color: white;
  background-color: #b89e72;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.num-lists li:nth-child(1):before {
  content: "1";
}

.num-lists li:nth-child(2):before {
  content: "2";
}

.num-lists li:nth-child(3):before {
  content: "3";
}

.num-lists li:nth-child(4):before {
  content: "4";
}

.num-lists li:nth-child(5):before {
  content: "5";
}

.num-lists li:nth-child(6):before {
  content: "6";
}

.num-lists li:nth-child(7):before {
  content: "7";
}

.num-lists li:nth-child(8):before {
  content: "8";
}

.num-lists li:nth-child(9):before {
  content: "9";
}

.num-lists li:nth-child(10):before {
  content: "10";
}

.num-lists li:nth-child(11):before {
  content: "11";
}

.num-lists li:nth-child(12):before {
  content: "12";
}

.num-lists li:nth-child(13):before {
  content: "13";
}

.num-lists li:nth-child(14):before {
  content: "14";
}

.num-lists li:nth-child(15):before {
  content: "15";
}

.num-lists li:nth-child(16):before {
  content: "16";
}

.num-lists li:nth-child(17):before {
  content: "17";
}

.num-lists li:nth-child(18):before {
  content: "18";
}

.num-lists li:nth-child(19):before {
  content: "19";
}

.num-lists li:nth-child(20):before {
  content: "20";
}

/* tables
--------------- */
.dl-tbl {
  display: table;
  width: 100%;
}

.dl-tbl dt, .dl-tbl dd {
  display: table-cell;
  vertical-align: middle;
}

.tbl-airtime {
  table-layout: fixed;
  background: url(../img/line_jagged_dark.png) repeat-x left top;
}

.tbl-airtime tr {
  background: url(../img/line_jagged_dark.png) repeat-x left bottom;
}

.tbl-airtime th, .tbl-airtime td {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 10px 20px 20px;
}

.tbl-airtime .name {
  width: 235px;
  color: #372315;
  letter-spacing: 0;
}

.tbl-airtime td {
  color: #574b39;
  position: relative;
}

.tbl-airtime td:before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #d3c4b7;
  left: 0;
}

.tbl-airtime td.broadcast {
  width: 215px;
}

.tbl-airtime td.latency {
  color: #b89e72;
}

.tbl-airtime td.latency span {
  display: inline-block;
  color: #574b39;
  background-color: #e8ded5;
  padding: 5px 15px;
}

.tbl-airtime td.text {
  font-size: 12px;
  line-height: 1.8;
}

/* --------------------
  案件別
  common contents
-------------------- */
body {
  background: url(../img/bg_body.jpg) repeat left top;
}

.contents-wrap {
  min-height: 800px;
  padding: 30px 0 50px;
}

.content-block:not(:first-child), body.home .past-recipe:not(:first-child) {
  margin-top: 50px;
}

.mainvisual {
  background: url(../img/_mainvisual/pc_bg.jpg) repeat center top;
}

.mainvisual .ti, .mainvisual .single-title-box:after, .mainvisual .single-onair .content-box .middle .text-info .title, .single-onair .content-box .middle .text-info .mainvisual .title, .mainvisual .single-onair .content-box .bottom .title-icon:before, .single-onair .content-box .bottom .mainvisual .title-icon:before {
  background-repeat: no-repeat;
  background-position: center top;
}

.hannari, .section-title .jp, .week, .gnav .gnav-lists li .jp, body.home .inq.calendar dt {
  font-family: "hannari", "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  letter-spacing: -.5px;
}

/* Retinaディスプレイのみ */
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .hannari, .section-title .jp, .week, .gnav .gnav-lists li .jp, body.home .inq.calendar dt {
    font-weight: bold;
  }
}

/* titles
-------------------- */
.wrap-title {
  position: relative;
}

.section-title {
  margin-bottom: 20px;
}

.section-title span {
  display: block;
}

.section-title .jp {
  font-size: 28px;
  color: #372315;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title .jp:before, .section-title .jp:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url(../img/title_bars.png) no-repeat;
}

.section-title .jp:before {
  background-position: left top;
  margin-right: 30px;
}

.section-title .jp:after {
  background-position: -22px top;
  margin-left: 30px;
}

.item-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}

.item-title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e8ded5;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

.english:after {
  font-size: 10px;
  font-weight: normal;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
  color: #b89e72;
  text-align: center;
  letter-spacing: .5px;
}

.english.en-top:after {
  content: "TOP PAGE";
}

.english.en-onair:after {
  content: "ON AIR";
}

.english.en-schedule:after {
  content: "SCHEDULE";
}

.english.en-airtime:after {
  content: "AIR TIME";
}

.english.en-news:after {
  content: "NEWS";
}

.english.en-opinion:after {
  content: "OPINION";
}

.english.en-book:after {
  content: "BOOK";
}

.english.en-present:after {
  content: "PRESENT";
}

.english.en-backnumber:after {
  content: "BACKNUMBER";
}

.post-title {
  font-size: 24px;
  font-weight: bold;
}


/* icons
-------------------- */
.icon, body.lower .bnav .bnav-lists li:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon:before, body.lower .bnav .bnav-lists li:first-child:before {
  content: "";
  margin-right: 7px;
  background: url(../img/icons.png) no-repeat;
  display: inline-block;
}

.icon.after:before, body.lower .bnav .bnav-lists li.after:first-child:before {
  content: none;
}

.icon.after:after, body.lower .bnav .bnav-lists li.after:first-child:after {
  content: "";
  margin-left: 7px;
  background: url(../img/icons.png) no-repeat;
  display: inline-block;
}

.icon.glass:before, body.lower .bnav .bnav-lists li.glass:first-child:before {
  width: 22px;
  height: 23px;
  background-position: 0px top;
}

.icon.glass.after:after, body.lower .bnav .bnav-lists li.glass.after:first-child:after {
  width: 22px;
  height: 23px;
  background-position: 0px top;
}

.icon.man-or:before, body.lower .bnav .bnav-lists li.man-or:first-child:before {
  width: 21px;
  height: 21px;
  background-position: -24px top;
}

.icon.man-or.after:after, body.lower .bnav .bnav-lists li.man-or.after:first-child:after {
  width: 21px;
  height: 21px;
  background-position: -24px top;
}

.icon.tv-or:before, body.lower .bnav .bnav-lists li.tv-or:first-child:before {
  width: 24px;
  height: 21px;
  background-position: -48px top;
}

.icon.tv-or.after:after, body.lower .bnav .bnav-lists li.tv-or.after:first-child:after {
  width: 24px;
  height: 21px;
  background-position: -48px top;
}

.icon.arr-left:before, body.lower .bnav .bnav-lists li.arr-left:first-child:before {
  width: 18px;
  height: 15px;
  background-position: -72px top;
}

.icon.arr-left.after:after, body.lower .bnav .bnav-lists li.arr-left.after:first-child:after {
  width: 18px;
  height: 15px;
  background-position: -72px top;
}

.icon.arr-bottom:before, body.lower .bnav .bnav-lists li.arr-bottom:first-child:before {
  width: 15px;
  height: 18px;
  background-position: -96px top;
}

.icon.arr-bottom.after:after, body.lower .bnav .bnav-lists li.arr-bottom.after:first-child:after {
  width: 15px;
  height: 18px;
  background-position: -96px top;
}

.icon.book:before, body.lower .bnav .bnav-lists li.book:first-child:before {
  width: 18px;
  height: 16px;
  background-position: -120px top;
}

.icon.book.after:after, body.lower .bnav .bnav-lists li.book.after:first-child:after {
  width: 18px;
  height: 16px;
  background-position: -120px top;
}

.icon.cart:before, body.lower .bnav .bnav-lists li.cart:first-child:before {
  width: 20px;
  height: 20px;
  background-position: -144px top;
}

.icon.cart.after:after, body.lower .bnav .bnav-lists li.cart.after:first-child:after {
  width: 20px;
  height: 20px;
  background-position: -144px top;
}

.icon.piyo:before, body.lower .bnav .bnav-lists li.piyo:first-child:before {
  background-position: -168px top;
}

.icon.piyo.after:after, body.lower .bnav .bnav-lists li.piyo.after:first-child:after {
  background-position: -168px top;
}

.icon.home:before, body.lower .bnav .bnav-lists li:first-child:before {
  width: 16px;
  height: 16px;
  background-position: 0px -23px;
}

.icon.home.after:after, body.lower .bnav .bnav-lists li.after:first-child:after {
  width: 16px;
  height: 16px;
  background-position: 0px -23px;
}

.icon.man-br:before, body.lower .bnav .bnav-lists li.man-br:first-child:before {
  width: 21px;
  height: 21px;
  background-position: -24px -23px;
}

.icon.man-br.after:after, body.lower .bnav .bnav-lists li.man-br.after:first-child:after {
  width: 21px;
  height: 21px;
  background-position: -24px -23px;
}

.icon.tv-br:before, body.lower .bnav .bnav-lists li.tv-br:first-child:before {
  width: 24px;
  height: 21px;
  background-position: -48px -23px;
}

.icon.tv-br.after:after, body.lower .bnav .bnav-lists li.tv-br.after:first-child:after {
  width: 24px;
  height: 21px;
  background-position: -48px -23px;
}

.icon.arr-right:before, body.lower .bnav .bnav-lists li.arr-right:first-child:before {
  width: 18px;
  height: 15px;
  background-position: -72px -23px;
}

.icon.arr-right.after:after, body.lower .bnav .bnav-lists li.arr-right.after:first-child:after {
  width: 18px;
  height: 15px;
  background-position: -72px -23px;
}

.icon.arr-right-light:before, body.lower .bnav .bnav-lists li.arr-right-light:first-child:before {
  width: 14px;
  height: 11px;
  background-position: -96px -23px;
}

.icon.arr-right-light.after:after, body.lower .bnav .bnav-lists li.arr-right-light.after:first-child:after {
  width: 14px;
  height: 11px;
  background-position: -96px -23px;
}

.icon.book-or:before, body.lower .bnav .bnav-lists li.book-or:first-child:before {
  width: 19px;
  height: 16px;
  background-position: -120px -23px;
}

.icon.book-or.after:after, body.lower .bnav .bnav-lists li.book-or.after:first-child:after {
  width: 19px;
  height: 16px;
  background-position: -120px -23px;
}

.icon.cart-or:before, body.lower .bnav .bnav-lists li.cart-or:first-child:before {
  width: 20px;
  height: 20px;
  background-position: -144px -23px;
}

.icon.cart-or.after:after, body.lower .bnav .bnav-lists li.cart-or.after:first-child:after {
  width: 20px;
  height: 20px;
  background-position: -144px -23px;
}

/* original lists
-------------------- */
.recipe-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipe-lists .texts {
  padding: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.recipe-lists .texts .cast-name {
  font-size: 13px;
  margin-bottom: 5px;
  color: #398c10;
}

.recipe-lists .texts .title {
  line-height: 1.5;
  color: #372315;
}

.recipe-lists .texts .nutrient-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -20px;
  right: 10px;
}

.recipe-lists .texts .nutrient-lists li {
  width: 50px;
  height: 50px;
  padding-top: 6px;
  text-align: center;
}

.recipe-lists .texts .nutrient-lists li:not(:first-child) {
  margin-left: 6px;
}

.recipe-lists.large > li {
  width: 340px;
}

.recipe-lists.large > li .title {
  font-size: 16px;
}

.recipe-lists.large > li:nth-child(even) {
  margin-left: auto;
}

.recipe-lists.large > li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.recipe-lists.small > li {
  width: 220px;
}

.recipe-lists.small > li .title {
  font-size: 15px;
}

.recipe-lists.small > li:not(:nth-child(3n+1)) {
  margin-left: 20px;
}

.recipe-lists.small > li:not(:nth-child(-n+3)) {
  margin-top: 20px;
}

.sns-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sns-lists li:not(:first-child) {
  margin-left: 23px;
}

.banner-lists li {
  background-color: white;
}

.banner-lists li a:hover {
  opacity: .5;
}

.banner-lists li:not(:first-child) {
  margin-top: 10px;
}

.banner-lists li.large {
  margin-bottom: 20px;
}

.banner-lists li:not(.large) {
  border: 1px solid #bebab6;
}

.news-lists li:not(:first-child) {
  margin-top: 25px;
}

.news-lists li .date {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #e8ded5;
}

.news-lists li .title {
  line-height: 1.5;
}

.btn-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-lists li:not(:first-child) {
  margin-left: 10px;
}

/* image line
-------------------- */
.line-jagged, body.home .inq.calendar .week-lists .week-list:after, body.home .inq.calendar .week-lists .week-list:first-child:before, .single-news .single-post:after, .single-cast .profile .title-box:after, .single-onair .line:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-image: url(../img/line_jagged.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.line-jagged.light, body.home .inq.calendar .week-lists .light.week-list:after, body.home .inq.calendar .week-lists .single-news .week-list.single-post:after, .single-news body.home .inq.calendar .week-lists .week-list.single-post:after, body.home .inq.calendar .week-lists .single-cast .profile .week-list.title-box:after, .single-cast .profile body.home .inq.calendar .week-lists .week-list.title-box:after, body.home .inq.calendar .week-lists .single-onair .week-list.line:after, .single-onair body.home .inq.calendar .week-lists .week-list.line:after, body.home .inq.calendar .week-lists .light.week-list:first-child:before, .single-news .single-post:after, .single-cast .profile .title-box:after, .single-onair .line:after {
  background-image: url(../img/line_jagged_light.png);
}

/* texts
-------------------- */
.doi {
  color: #af1e23 !important;
}

.week {
  font-size: 39px;
  font-weight: bold;
}

.week:before, .week:after {
  font-size: 27px;
  position: relative;
}

.week:before {
  content: "第";
  margin-right: 3px;
}

.week:after {
  content: "週";
  margin-left: 6px;
}

/* wrapper
-------------------- */
.wrapper {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* contents
-------------------- */
.contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contents-wrap .contents-left {
  width: 700px;
}

.contents-wrap .contents-right {
  width: 300px;
  margin-left: auto;
}

.contents-wrap .contents-right > *:not(:last-child) {
  margin-bottom: 20px;
}

/* header
-------------------- */
.gnav {
  background-color: white;
}

.gnav .gnav-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gnav .gnav-lists li:not(:last-child) {
  position: relative;
}

.gnav .gnav-lists li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 50px;
  right: 0;
  background-color: #d3c4b7;
}

.gnav .gnav-lists li:nth-child(3) a {
  width: 176px;
}

.gnav .gnav-lists li a {
  width: 171px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav .gnav-lists li a:hover {
  -webkit-transition: All .4s ease;
  transition: All .4s ease;
  background-color: #f6f2ee;
}

.gnav .gnav-lists li .jp {
  font-size: 20px;
  color: #372315;
  margin-bottom: 5px;
}

.gnav .gnav-lists li .point {
  width: .7em;
  display: inline-block;
  margin-left: -.3em;
}

.rnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rnav .title {
  font-weight: bold;
}

.rnav .rnav-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-rnav {
  background-color: #e8ded5;
}

.header-rnav .rnav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-rnav .title {
  margin-right: 14px;
}

.header-rnav .rnav-lists li:not(:first-child) {
  border-left: 1px solid #e8ded5;
}

.header-rnav .rnav-lists a {
  width: 175px;
  padding: 15px 0;
}

.past-recipe .rnav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.past-recipe .title {
  margin-right: 20px;
}

.past-recipe .rnav-lists li:not(:first-child) {
  margin-left: 10px;
}

.past-recipe .rnav-lists li:not(:first-child) a {
  width: 160px;
}

.past-recipe .rnav-lists a {
  width: 145px;
}

/* lower common
-------------------- */
body.lower .bnav {
  margin-bottom: 30px;
}

body.lower .bnav .bnav-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.lower .bnav .bnav-lists li {
  font-size: 13px;
}

body.lower .bnav .bnav-lists li:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

body.lower .bnav .bnav-lists li:not(:first-child) {
  margin-left: 10px;
}

body.lower .bnav .bnav-lists li:not(:first-child):before {
  content: ">";
  margin-right: 10px;
}

body.lower .mainvisual a.ti, body.lower .mainvisual a.single-title-box:after, body.lower .mainvisual .single-onair .content-box .middle .text-info a.title, .single-onair .content-box .middle .text-info body.lower .mainvisual a.title, body.lower .mainvisual .single-onair .content-box .bottom a.title-icon:before, .single-onair .content-box .bottom body.lower .mainvisual a.title-icon:before {
  width: 100%;
  height: 130px;
  background-image: url(../img/_mainvisual/pc_lower.png);
}

body.lower .pager-content {
  margin-top: 20px;
  padding: 10px 20px;
}

body.lower .pager-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.lower .pager-content .wrap-lists {
  margin: 0 auto;
}

body.lower .pager-content .wrap-lists li:not(:first-child) {
  margin-left: 10px;
}

body.lower .pager-content .wrap-lists li a {
  font-size: 16px;
  color: #372315;
}

body.lower .pager-content .wrap-lists li a.current {
  color: #b89e72;
}

body.lower .pager-content .wrap-btn {
  width: 100px;
}

body.lower .pager-content .wrap-btn .btn {
  font-size: 13px;
  width: 100%;
  min-width: 0;
}

body.lower .pager-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.lower .naver-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.lower .naver-content .wrap-btn {
  width: 100px;
}

body.lower .naver-content .wrap-btn .btn {
  font-size: 13px;
  width: 100%;
  min-width: 0;
}

body.lower .naver-content .wrap-title {
  margin: 0 auto;
}

body.lower .naver-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #372315;
}

/* single common
-------------------- */
.single-title-box {
  position: relative;
  padding-bottom: 20px;
}

.single-title-box:after {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/line_single.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single-title-box .date {
  color: #d3c4b7;
  margin-top: 5px;
}

.single-post {
  padding-top: 30px;
}

.single-post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-post h1:not(:first-child), .single-post h2:not(:first-child), .single-post h3:not(:first-child), .single-post h4:not(:first-child), .single-post h5:not(:first-child), .single-post h6:not(:first-child), .single-post p:not(:first-child), .single-post div:not(:first-child), .single-post section:not(:first-child), .single-post img:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  line-height: 1.5;
}

.single-post p {
  line-height: 2;
}

.single-post.has-bg {
  margin-top: 30px;
  padding: 30px;
  background-color: #faf8f7;
}

.single-post .item-title {
  font-size: 22px;
}

/* --------------------
  pages
-------------------- */
/* トップ
--------------- */
body.home .mainvisual {
  position: relative;
  z-index: 0;
}

body.home .mainvisual h2.ti, body.home .mainvisual h2.single-title-box:after, body.home .mainvisual .single-onair .content-box .middle .text-info h2.title, .single-onair .content-box .middle .text-info body.home .mainvisual h2.title, body.home .mainvisual .single-onair .content-box .bottom h2.title-icon:before, .single-onair .content-box .bottom body.home .mainvisual h2.title-icon:before {
  width: 100%;
  height: 372px;
  background-image: url(../img/_mainvisual/pc_top.png);
}

body.home .mainvisual .main-cast {
  position: relative;
}

body.home .mainvisual .main-cast p {
  position: absolute;
  font-weight: bold;
  color: #372315;
}

body.home .mainvisual .main-cast p span {
  display: block;
}

body.home .mainvisual .main-cast p .belong {
  font-size: 8px;
  letter-spacing: -.3px;
}

body.home .mainvisual .main-cast p.name-announcer {
  bottom: 19px;
  left: 620px;
}

body.home .mainvisual .main-cast p.name-announcer .name {
  font-size: 13.5px;
  margin-left: 22px;
}

body.home .mainvisual .main-cast p.name-doi {
  left: 380px;
  right: 313px;
  bottom: 23px;
}

body.home .mainvisual .main-cast p.name-doi .name {
  font-size: 15px;
}

body.home .contents-wrap {
  position: relative;
}

body.home .inq.onair .wrap-link {
  position: absolute;
  top: 0;
  right: 0;
}

body.home .inq.onair .wrap-link .btn {
  font-size: 13px;
}

body.home .inq.calendar .content {
  padding: 10px 40px 30px;
}

body.home .inq.calendar .month {
  font-size: 60px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: 5px;
}

body.home .inq.calendar .month:after {
  content: "月";
  font-size: 25px;
  margin-left: 5px;
}

body.home .inq.calendar .week:before, body.home .inq.calendar .week:after {
  top: -4px;
}

body.home .inq.calendar .week-lists .week-list {
  font-size: 0;
}

body.home .inq.calendar .dl-tbl {
  font-size: 14px;
  padding: 10px 0;
}

body.home .inq.calendar .dl-tbl dt {
  width: 160px;
  text-align: center;
}

body.home .inq.calendar .dot-lists {
  position: relative;
  padding: 10px 0 10px 20px;
}

body.home .inq.calendar .dot-lists li:not(:first-child) {
  margin-top: 5px;
}

body.home .inq.calendar .dot-lists:before {
  content: "";
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #d3c4b7;
}

body.home .inq.calendar .asta {
  font-size: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  text-align: right;
}

body.home .inq.book {
  position: absolute;
  top: -500px;
  right: 10px;
}

body.home .inq.book .content {
  width: 278px;
  height: 363px;
  background: url(../img/bg_top_book.png) no-repeat left top;
  padding: 30px 20px 22px 16px;
}

body.home .inq.book .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

body.home .inq.book .wrap-image {
  text-align: center;
  position: relative;
}

body.home .inq.book .wrap-image img {
  max-width: 153px;
  position: relative;
  z-index: 0;
}

body.home .inq.book .wrap-image .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: 15px 8px 23px;
}

body.home .inq.book .wrap-image .btn:after {
  content: "";
  bottom: 10px;
  width: 16px;
  height: 13px;
  background-image: url(../img/icons.png);
  background-position: -97px -24px;
}

body.home .inq.book .btn-lists {
  margin-top: 10px;
}

body.home .inq.book .btn-lists li:first-child .btn {
  width: 120px;
}

body.home .inq.book .btn-lists li .btn {
  width: 110px;
  min-width: 0;
}

body.home .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

body.home .information > * {
  width: 340px;
  position: relative;
  padding-bottom: 80px;
}

body.home .information .wrap-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

body.home .information .wrap-link .btn {
  font-size: 13px;
}

body.home .inq.news .section-title .jp:before,
body.home .inq.news .section-title .jp:after {
  content: none;
}

body.home .twitter-widget {
  margin-left: auto;
}

body.home .opinion .content {
  padding: 30px 30px 0;
}

body.home .opinion dt {
  color: #372315;
  text-align: center;
  margin-bottom: 30px;
}

body.home .opinion dt p:not(:first-child) {
  margin-top: 1em;
}

body.home .opinion .asta {
  font-size: 12px;
}

/* ニュース
--------------- */
.archive-news .news-lists li:not(:first-child) {
  margin-top: 30px;
}

.single-news .content {
  padding-bottom: 20px;
}

.single-news .single-post:after {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-news .wrap-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-news .wrap-link a {
  font-size: 13px;
}

/* テキスト
--------------- */
/*.single-book .thumb-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}*/

.single-book .thumb-box .texts,
.single-book .thumb-box2 .texts {
  margin-left: 30px;
  position: relative;
}

.single-book .post-title {
  margin-bottom: 15px;
}

.single-book .btn-lists {
  margin-top: 15px;
}

.single-book .btn-lists li .btn {
  width: 120px;
  border-radius: 5px;
}

/* プレゼント
--------------- */
.page.present .wrap-image {
  margin: 30px 0;
  text-align: center;
}

.page.present .dot-lists {
  margin-top: 10px;
}

.page.present .dot-lists li:not(:first-child) {
  margin-top: 8px;
}

.page.present .wrap-iframe {
  margin-top: 30px;
}

.page.present table.aside-list {
  display: none;
}

/* 放送時間
--------------- */
.page.time .content > dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #398c10;
  text-align: center;
}

.page.time .content > dl dt span {
  font-size: 12px;
}

.page.time .tbl-airtime {
  margin-top: 30px;
}

.page.time .asta {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

/* 先生で探す
--------------- */
.archive-cast-table .thumb-lists li,
.single-cast .thumb-lists li {
  width: 220px;
}

.archive-cast-table .thumb-lists li:not(:nth-child(3n+1)),
.single-cast .thumb-lists li:not(:nth-child(3n+1)) {
  margin-left: 20px;
}

.archive-cast-table .thumb-lists li:not(:nth-child(-n+3)),
.single-cast .thumb-lists li:not(:nth-child(-n+3)) {
  margin-top: 20px;
}

.archive-cast-table .thumb-lists .texts,
.single-cast .thumb-lists .texts {
  padding: 20px;
}

.archive-cast-table .thumb-lists .texts h4 {
  font-weight: bold;
  color: #398c10;
}

.archive-cast-table .past-recipe {
  margin-top: 20px;
}

.single-cast .profile .title-box {
  font-size: 0;
  padding-top: 20px;
  position: relative;
}

.single-cast .profile .title-box h4 {
  font-size: 20px;
  padding-bottom: 20px;
}

.single-cast .profile .title-box .wrap-trg {
  font-size: 13px;
  right: 25px;
  height: 1em;
}

.single-cast .profile .title-box .wrap-trg:before {
  content: "▲";
  font-size: 10px;
  color: #b89e72;
  margin-right: 10px;
}

.single-cast .profile .thumb-box {
  padding: 20px;
  padding: 20px 30px 30px;
}

.single-cast .profile .image {
  width: 220px;
  margin-right: 20px;
}

.single-cast .profile .texts {
  line-height: 1.8;
}

.single-cast .profile.open .wrap-trg:before {
  content: "▲";
}

.single-cast .profile.open .wrap-trg a:after {
  content: "閉じる";
}

.single-cast .profile.close .title-box:after {
  content: none;
}

.single-cast .profile.close .wrap-trg:before {
  content: "▼";
}

.single-cast .profile.close .wrap-trg a:after {
  content: "開く";
}

.single-cast .profile.close .js-toggle-area {
  display: none;
}

.single-cast .recipes {
  margin-top: 20px;
}

.single-cast .past-recipe {
  margin-top: 20px;
}

/* 放送日で探す
--------------- */
.archive-onair .week-contents {
  margin-top: 30px;
}

.archive-onair .week-content:not(:first-child) {
  margin-top: 30px;
}

.archive-onair .week-content .week {
  text-align: center;
  color: #372315;
  line-height: 1;
  margin-bottom: 20px;
}

.archive-onair .week-content .week:before, .archive-onair .week-content .week:after {
  top: -3px;
}

.archive-onair .backnumber-contents {
  margin-top: 30px;
}

.archive-onair .backnumber-content:not(:first-child) {
  margin-top: 20px;
}

.archive-onair .backnumber-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-onair .backnumber-content dt {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  letter-spacing: 0;
}

.archive-onair .backnumber-content dd {
  width: 40px;
  height: 36px;
  margin-left: 10px;
}

.archive-onair .backnumber-content .btn {
  font-size: 13px;
  min-width: 0;
  text-align: center;
}

.archive-onair .past-recipe {
  margin-top: 20px;
}

/* レシピ詳細
--------------- */
.single-onair .single-post {
  padding-top: 0;
}

.single-onair .content {
  padding-bottom: 20px;
}

.single-onair .line {
  position: relative;
}

.single-onair .item-title {
  font-size: 22px;
}

.single-onair .title-box {
  font-size: 0;
}

.single-onair .title-box .inner {
  padding-bottom: 20px;
}

.single-onair .title-box .inner .inner-left {
  font-weight: bold;
}

.single-onair .title-box .inner .inner-right {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.single-onair .title-box .title {
  font-size: 25px;
  line-height: 1.3;
}

.single-onair .title-box .cast-name {
  color: #398c10;
  margin-top: 5px;
}

.single-onair .content-box {
  padding-top: 20px;
  font-size: 0;
}

.single-onair .content-box .title-box {
  margin-bottom: 30px;
}

.single-onair .content-box .inner {
  padding-bottom: 30px;
}

.single-onair .content-box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-onair .content-box .top .catch {
  line-height: 1.5;
}

.single-onair .content-box .top .nutrients {
  margin-left: auto;
}

.single-onair .content-box .top .nutrient-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.single-onair .content-box .top .nutrient-lists li {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}

.single-onair .content-box .top .nutrient-lists li:not(:first-child) {
  margin-left: 6px;
}

.single-onair .content-box .top .annotation {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.single-onair .content-box .middle .wrap-image {
  margin-top: 20px;
  text-align: center;
}

.single-onair .content-box .middle .text-info {
  margin: 0;
}

.single-onair .content-box .middle .text-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-onair .content-box .middle .text-info dt {
  background-color: #ddd1c6;
}

.single-onair .content-box .middle .text-info .title {
  width: 47px;
  height: 47px;
  background-image: url(../img/icon_single_text.png);
}

.single-onair .content-box .middle .text-info .wrap-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background-color: #e8ded5;
}

.single-onair .content-box .middle .text-info .wrap-text:nth-of-type(1) {
  padding-right: 10px;
}

.single-onair .content-box .middle .text-info .wrap-text:nth-of-type(2) {
  padding-left: 10px;
}

.single-onair .content-box .middle .text-info .btn {
  width: 130px;
  padding: 13px 0;
}

.single-onair .content-box .bottom .detail-title {
  background-color: #ebe4de;
  font-size: 16px;
  font-weight: bold;
  color: #372315;
  text-align: center;
  padding: 10px 0 8px;
}

.single-onair .content-box .bottom .title-icon:before {
  content: "";
  width: 23px;
  height: 25px;
  background-image: url(../img/title_icons.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.single-onair .content-box .bottom .title-icon.spadework:before {
  background-position: 0px top;
}

.single-onair .content-box .bottom .title-icon.point:before {
  background-position: -23px top;
}

.single-onair .content-box .bottom .has-bg {
  padding: 20px;
  background-color: #faf8f7;
}

.single-onair .content-box .bottom .materials {
  margin-top: 10px;
}

.single-onair .content-box .bottom .materials .inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-onair .content-box .bottom .materials .list {
  font-size: 15px;
}

.single-onair .content-box .bottom .materials .repletion {
  width: 300px;
  margin-left: auto;
}

.single-onair .content-box .bottom .movie {
  margin-top: 60px;
}

.single-onair .content-box .bottom .details {
  margin-top: 60px;
}

.single-onair .content-box .bottom .details .detail:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.single-onair .content-box .bottom .details .memo {
  margin-top: 0;
}

.single-onair .content-box .bottom .details .lists {
  margin-top: 25px;
}

.single-onair .content-box .bottom .details .point-lists li:not(:first-child) {
  margin-top: 20px;
}

.single-onair .content-box .bottom .details .point-lists .texts {
  padding-left: 20px;
  margin: 0;
}

.single-onair .single-sns {
  margin: 0 !important;
  padding-top: 20px;
}

.single-onair .single-sns .sns-lists {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-onair .past-recipe {
  margin-top: 20px;
}

/* ---------------
ブラウザ別ハック
--------------- */
_::-webkit-:host:not(:root:root), .header .rnav {
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gnav .gnav-lists li .point {
    width: auto;
    margin-left: 0;
  }
  /* IE11 */
  .header .rnav {
    font-weight: bold;
  }
  /* late IE10 */
  .btn, .icon, body.lower .bnav .bnav-lists li:first-child {
    font-family: "メイリオ", Meiryo, "Jun34Pro", "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", Verdana, Arial, sans-serif;
  }
  /* 共通
  --------------- */
  .sns-lists {
    height: 20px;
  }
  /* トップ
  --------------- */
  .recipe-lists .texts .nutrient-lists li {
    padding-top: 9px;
  }
  body.home .mainvisual .main-cast p.name-doi .name {
    line-height: 1;
  }
  /* 下層
  --------------- */
  body.lower .pager-content dl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.lower .bnav .bnav-lists li:first-child {
    font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  /* レシピ詳細
  --------------- */
  .single-onair .title-box .inner .inner-right {
    font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .single-onair .content-box .top .nutrient-lists li {
    padding-top: 12px;
  }
}

/* ---------------
 add 161201
 リリース前修正
--------------- */
.common-header .common-nav .common-nav-logo .common-nav-top a img {
  vertical-align: top;
}

footer {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

footer .footer-container .lmark {
  padding-top: 8px;
}

.single-book .content .thumb-box .image{
  max-width: 225px;
  width: 225px;
}

body.home .inq.calendar .dl-tbl {
  table-layout: fixed;
}

.single-news .single-post {
  line-height: 2;
}



/* ---------------
 add 180427
--------------- */
.book .book-list_ttl{
  margin: 60px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 0.7rem;
}
.book .book-list_ttl span{
  font-size: 14px;
}
.book .book-list_ttl:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-image: url(../img/line_jagged.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.book-list{
  display: block;
  text-align: right;
}
.book-list li{
  display: block;
  float: left;
  margin-bottom: 10px;
}
.book-list li:nth-child(3n+1){
  margin-left: 0;
}
.book-list li a.grad-gr {
  color: white !important;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #68931d 0%, #8aba36 100%);
  background-image: -ms-linear-gradient(90deg, #68931d 0%, #8aba36 100%);
  padding: 5px 0;
  height: 33px;
  line-height: 0.8rem;
  font-size: 13px;
  position: relative;
}
.book-list li a.grad-gr em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.book-list li a.grad-or {
  color: white !important;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #e44000 0%, #f47d29 100%);
  background-image: -ms-linear-gradient(90deg, #e44000 0%, #f47d29 100%);
  padding: 5px 0;
  height: 33px;
  line-height: 0.8rem;
  font-size: 13px;
  position: relative;
}
.book-list li a.grad-or em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.add_booktext:after {
  content: "上記の電子書店ほかで購入できます。\A※電子版には掲載していない画像や広告ページ等があります。また、付録はついていません。ご了承ください。";
  text-align: left;
  display: inline-block;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding-top: 2px;
}



/*.priceoff{
  position: relative;
  margin: 5px 0 0 28px;
  display: block;
}
.priceoff:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: -15px;
  border-bottom: 1px solid #d90f1f;
  border-left: 1px solid #d90f1f;
}
.priceoff:after {
  content: "10％お得！";
  color: #d90f1f;
  text-align: left;
  display: inline-block;
  overflow: hiddens;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: bold;
}
*/



body.home .inq.book .wrap-image a{
  position: relative;
}

body.home .inq.book .wrap-image img.digital_text{
  position: absolute;
  top: 0;
}
body.home .inq.book .wrap-image img:first-child {
  border: 1px #cccccc solid;
}
.single-book .content .thumb-box .image img,
.single-book .content .thumb-box2 .image img{
  border: 1px #cccccc solid;
}


.bookinfo .digital{
  margin-top: 160px;
}
.bookinfo .f-red{
  color: #d90f1f;
}
.english.en-bookinfo:after {
  content: "BOOK INFORMATION";
}
.bookinfo .text-box{
  border: 1px solid #b89e72;
  padding: 20px;
  margin-top: 2rem !important;
}
body.home .mainvisual .mv-bookinfo{
  position: absolute;
  bottom: 282px;
  left: 545px;
}

.bookinfo .book-open {
    max-width: 225px;
    width: 225px;
}
.bookinfo .book-open2 {
    max-width: 100px;
    width: 80px;
    margin: auto;
}
.bookinfo .book-open img{
  width: 130px;
  margin: 10px 0 0;
}

.bookinfo .book-open2 img{
  width: 100px;
  margin: 10px 0 0;
}
.bookinfo .book-open2 a:nth-child(even) img{
  margin: 10px 0 0;
}
.font-s{
  font-size: 13px !important;
  letter-spacing: -0.1rem !important;
  height: 42px;
}

/* 本一覧
 --------------- */
 .thumb-box2.horizontal.booklist {
   line-height: 1.5;
 }
.thumb-box2.horizontal.booklist:nth-of-type(n+2) {
  margin-top: 40px !important;

}
.booklist .image {
  width: 200px !important;
}
.booklist .description {
  padding-bottom: 60px;
}
.booklist .release {
  color: #FF0000;
  font-weight: bold;
  margin-left: 20px;
}

.booklist .wrap-link {
  position: absolute;
    bottom: 0;
    right: 0;
}
.single-book .thumb-box2 .texts {
  width: 410px;
}
.post-title span {
  font-size: 23px;
}
