/* <system section="theme" selected="17391345971645324085"> */ 
https://blog.hatena.ne.jp/-/store/theme/-/manage
/* Responsive: yes */
@charset "UTF-8";
/* transition easing */
/* transition duration */
/* break point */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import 'https://fonts.googleapis.com/earlyaccess/notosansjapanese.css';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,500';
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting


   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

.slick-slide,
.slick-slide * {
  outline: none !important;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-column .slick-prev,
.slick-column .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  background-size: 11px 19px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  outline: none;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-column .slick-prev:hover,
.slick-column .slick-prev:focus,
.slick-column .slick-next:hover,
.slick-column .slick-next:focus {
  outline: none;
  /*background: transparent;*/
  /*color: transparent;*/
  background-color: black;
}
.slick-column .slick-prev:hover:before,
.slick-column .slick-prev:focus:before,
.slick-column .slick-next:hover:before,
.slick-column .slick-next:focus:before {
  opacity: 1;
}
.slick-column .slick-prev.slick-disabled,
.slick-column .slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-column .slick-prev:before,
.slick-column .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-column .slick-prev {
  left: -45px;
  background-position: 45% 50%;
}
[dir='rtl'] .slick-column .slick-prev {
  left: auto;
  right: -25px;
}

.slick-column .slick-next {
  right: -45px;
}
[dir='rtl'] .slick-column .slick-next {
  left: -25px;
  right: auto;
}

.slick .slick-next,
.slick .slick-prev {
  display: block;
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  opacity: 0.8;
  background-size: 26px 48px;
  z-index: 9;
  outline: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.slick .slick-next:hover,
.slick .slick-prev:hover {
  opacity: 0.3;
}

.slick .slick-next {
  right: calc(50% - 500px - 150px);
}

.slick .slick-prev {
  left: calc(50% - 500px - 150px);
}

/* Dots */
.slick-dots {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  background-color: #d9d9d9;
  border-radius: 50%;
  border: 0;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #808080;
}

.viz .slick-dots {
  bottom: -18px;
}

.sec-viz .slick-dots,
.sec-column-viz .slick-dots {
  bottom: -22px;
}

.slick-scenes .slick-dots {
  bottom: -22px;
}

.slick-column .slick-dots,
.slick-column-entry .slick-dots {
  bottom: -30px;
}
.slick-column .slick-dots li button,
.slick-column-entry .slick-dots li button {
  background-color: #e6e6e6;
}
.slick-column .slick-dots li.slick-active button,
.slick-column-entry .slick-dots li.slick-active button {
  background-color: #666;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 12px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

html {
  font-size: 62.5%;
  /*font-feature-settings: 'palt';*/
  line-height: 66.66667%;
  /*	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel?antialiased;
	-webkit-font-smoothing: antialiased;
*/
}

body {
  position: relative;
  width: 100%;
  color: black;
  line-height: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img .fit {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}

cite {
  font-size: 0.8em;
  font-style: normal;
}

address {
  font-style: normal;
}

small {
  font-size: 0.8em;
  font-weight: normal;
}

.d-ib {
  display: inline-block;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

ol.dcml li {
  margin-left: 1.25em;
}

ul.disc {
  list-style: disc;
}
ul.disc.li-mt li + li {
  margin-top: 0.4em;
}
ul.disc li {
  margin-left: 1.4em;
}

ul.ann {
  margin-top: 0.7em;
  list-style-type: none;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
}
ul.ann li .mark {
  float: left;
}
ul.ann li .body {
  display: block;
  margin-left: 1.25em;
}

table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
table.mt0 {
  margin-top: 0;
}
table th,
table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
table th.nowrap,
table td.nowrap {
  white-space: nowrap;
}
table th {
  background-color: #eeeeee;
  font-weight: normal;
}
table td {
  background-color: white;
}
table.price th,
table.price td {
  padding: 12px 20px;
  border-color: #e6e6e6;
  border-left-width: 0;
  border-right-width: 0;
  text-align: left;
  line-height: 1.4;
}
table.price th.ta-c,
table.price td.ta-c {
  text-align: center;
}
table.price th {
  color: #666;
}
table.stripe th,
table.stripe td {
  padding: 15px 20px;
  background: none;
  border-top-width: 0;
}
table.stripe tr:nth-child(even) th,
table.stripe tr:nth-child(even) td {
  background-color: #e6e6e6;
}

figure.figure .caption {
  margin-top: 0.8em;
}

.hatena-urllist li {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.urllist-with-thumbnails li .urllist-image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  margin: 0;
  float: none;
}

#main .hatena-urllist .urllist-item-inner {
  padding-left: 0;
  min-height: 0;
}

#content {
  width: 100%;
  margin-top: 0;
}

#content-inner {
  width: 1000px;
  margin: 30px auto 0;
}

#wrapper {
  width: 100%;
  margin-bottom: 0;
  float: none;
}

#main {
  width: 670px;
}

#box2 {
  width: 300px;
}
#box2 .hatena-module {
  margin-bottom: 30px;
}

.hatena-module-title {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  color: black !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-align: center;
}
.hatena-module-title:before {
  content: 'New';
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #e96b7c;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}
.hatena-module-title:after {
  display: none !important;
}
.hatena-module-title a,
.hatena-module-title span {
  display: block;
  margin-top: 12px;
}

.hatena-module.category-Topics .hatena-module-title:before {
  content: 'Topics';
}

.hatena-module-title.profile:before {
  content: 'Profile';
}

.hatena-module-title.twitter {
  margin-top: 45px;
  margin-bottom: 22px !important;
}
.hatena-module-title.twitter:before {
  content: '';
  display: block;
  width: 36px;
  height: 30px;
  margin: 0 auto;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140444.png) 0 0 no-repeat;
  background-size: 36px 30px;
  border-bottom: none;
}
.hatena-module-title.twitter span {
  display: inline-block;
  margin-top: 8px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #e96b7c;
}

.bttn-wrap {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
}

.bttn-cmmn,
.pager .pager-prev a,
.pager .pager-next a {
  display: inline-block;
  position: relative;
  width: 218px;
  padding: 14px 0;
  background: #e96b7c url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140410.png) no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 8px 13px;
  border-radius: 8px;
  color: white !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
}
.bttn-cmmn.male {
  display: inline-block;
  position: relative;
  width: 218px;
  padding: 14px 0;
  background: #50b4e6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140410.png) no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 8px 13px;
  border-radius: 8px;
  color: white !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
}
.bttn-cmmn .text,
.pager .pager-prev a .text,
.pager .pager-next a .text {
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.bttn-cmmn:before,
.pager .pager-prev a:before,
.pager .pager-next a:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: white url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180507/20180507195221.png) no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-size: 8px 13px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}
.bttn-cmmn.male:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: white url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180507/20180507195221.png) no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-size: 8px 13px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}

#main .is-new:before {
  content: '';
  position: absolute;
  display: block;
  left: -3px;
  top: -3px;
  width: 43px;
  height: 43px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140439.png) 0 0 no-repeat;
  background-size: 43px 43px;
  z-index: 9;
}

#main .hatena-module .hatena-urllist .urllist-item {
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-item-inner {
  z-index: 0;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-image-link {
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180515/20180515131440.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-image-link .urllist-image {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-date-link {
  font-size: 1.2rem;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-date-link a {
  color: #808080;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-title-link {
  display: block;
  margin-top: 3px;
  font-size: 1.4rem;
  line-height: 1.33333;
  overflow: hidden;
  word-break: break-all;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-categories {
  margin-top: 0;
}
#main .hatena-module .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
  display: inline-block;
  padding: 3px 6px;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #fddedf;
  color: #666;
  font-size: 1rem;
}

/* Home > New */
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item {
  min-height: 100px;
  -ms-flex-preferred-size: calc(50% - 4px);
  flex-basis: calc(50% - 4px);
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-item-inner,
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-item-inner {
  padding: 238px 14px 10px 14px;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-image-link,
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-image-link {
  display: block;
  width: 100%;
  height: 224px;
  overflow: hidden;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-image-link img,
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-image-link img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-title-link,
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-title-link {
  font-size: 1.5rem;
  line-height: 1.46667;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-categories,
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-categories {
  margin-top: 3px;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) {
  min-height: 100px;
  padding: 8px 10px 0 110px;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-image-link {
  width: 98px;
  height: 98px;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-image-link img {
  width: 98px;
}
body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-title-link {
  max-height: 38px;
}

#main #main-inner .hatena-module.category-Topics .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item {
  -ms-flex-preferred-size: 218px;
  flex-basis: 218px;
}
#main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-item-inner {
  padding: 170px 14px 10px 14px;
}
#main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-image-link {
  width: 100%;
  height: 154px;
}
#main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-image-link img {
  width: 100%;
}
#main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-title-link {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.archive-entries .archive-entry {
  position: relative;
  margin-bottom: 0 !important;
  padding: 14px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.archive-entries .archive-entry .categories {
  font-size: 0;
}
.archive-entries .archive-entry .categories .archive-category-link {
  display: inline-block;
  margin: 0;
  margin-bottom: 4px;
  padding: 6px 8px;
  background-color: #fddedf;
  color: #666;
  line-height: 1;
  font-size: 1.2rem;
}
.archive-entries .archive-entry .entry-thumb-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.archive-entries .archive-entry .entry-thumb-link .entry-thumb {
  width: 160px;
  height: 160px;
  margin-right: 0;
  float: none;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180515/20180515131440.jpg);
}
.archive-entries .archive-entry .archive-date {
  font-size: 1.3rem;
}
.archive-entries .archive-entry .archive-date a {
  color: #808080;
}
.archive-entries .archive-entry .entry-title {
  margin-top: 8px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.45;
}
.archive-entries .archive-entry .archive-entry-body {
  margin-top: 8px;
  overflow: hidden;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.6;
}

#top-box {
  width: 1000px;
  margin: 0 auto;
}
#top-box .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}
#top-box .breadcrumb .breadcrumb-inner {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.4;
}
#top-box .breadcrumb .breadcrumb-inner a {
  color: #333;
  text-decoration: underline;
}

.archive-header-category {
  position: relative;
  margin-bottom: 25px;
  background: 0 0 no-repeat;
  background-size: contain;
}
.archive-header-category .archive-heading {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: 2px solid #e96b7c;
  font-size: 2.4rem;
  font-weight: 500;
}
.archive-header-category .archive-description {
  padding: 15px;
  background-color: #fddedf;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
.archive-header-category .archive-description .bttn-cmmn,
.archive-header-category .archive-description .pager .pager-prev a,
.pager .pager-prev .archive-header-category .archive-description a,
.archive-header-category .archive-description .pager .pager-next a,
.pager .pager-next .archive-header-category .archive-description a {
  display: inline-block;
}

.category-相内-優香 .archive-header-category .archive-description,
.category-秋元-玲奈 .archive-header-category .archive-description,
.category-池谷-実悠 .archive-header-category .archive-description,
.category-片渕-茜 .archive-header-category .archive-description,
.category-角谷-暁子 .archive-header-category .archive-description,
.category-狩野-恵里 .archive-header-category .archive-description,
.category-倉野-麻里 .archive-header-category .archive-description,
.category-佐々木-明子 .archive-header-category .archive-description,
.category-末武-里佳子 .archive-header-category .archive-description,
.category-須黒-清華 .archive-header-category .archive-description,
.category-鷲見-玲奈 .archive-header-category .archive-description,
.category-竹﨑-由佳 .archive-header-category .archive-description,
.category-田中-瞳 .archive-header-category .archive-description,
.category-冨田-有紀 .archive-header-category .archive-description,
.category-中原-みなみ .archive-header-category .archive-description,
.category-西野-志海 .archive-header-category .archive-description,
.category-繁田-美貴 .archive-header-category .archive-description,
.category-福田-典子 .archive-header-category .archive-description,
.category-藤井-由依 .archive-header-category .archive-description,
.category-前田-真理子 .archive-header-category .archive-description,
.category-松丸-友紀 .archive-header-category .archive-description,
.category-水原-恵理 .archive-header-category .archive-description,
.category-森-香澄 .archive-header-category .archive-description,
.category-森本-智子 .archive-header-category .archive-description,
.category-板垣-龍佑 .archive-header-category .archive-description,
.category-植草-朋樹 .archive-header-category .archive-description,
.category-小島-秀公 .archive-header-category .archive-description,
.category-斉藤-一也 .archive-header-category .archive-description,
.category-島田-一輝 .archive-header-category .archive-description,
.category-島田-弘久 .archive-header-category .archive-description,
.category-田口-尚平 .archive-header-category .archive-description,
.category-立川-周 .archive-header-category .archive-description,
.category-中垣-正太郎 .archive-header-category .archive-description,
.category-中川-聡 .archive-header-category .archive-description,
.category-野沢-春日 .archive-header-category .archive-description,
.category-林-克征 .archive-header-category .archive-description,
.category-原田-修佑 .archive-header-category .archive-description,
.category-増田-和也 .archive-header-category .archive-description,
.category-森田-京之介 .archive-header-category .archive-description,
.category-矢内-雄一郎 .archive-header-category .archive-description,
.category-スペシャル企画A .archive-header-category .archive-description {
  padding: 0;
  background: none;
  line-height: 1;
  text-align: center;
}

.category-相内-優香 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164846.jpg);
}
.category-秋元-玲奈 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304163540.jpg);
}
.category-池谷-実悠 .archive-header-category {

  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20190624/20190624130037.jpg);
}
.category-片渕-茜 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125127.jpg);
}
.category-角谷-暁子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210714/20210714112709.jpg);
}
.category-狩野-恵里 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125131.jpg);
}
.category-倉野-麻里 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164826.jpg);
}
.category-佐々木-明子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125139.jpg);
}
.category-末武-里佳子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210709/20210709165059.jpg);
}
.category-須黒-清華 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125145.jpg);
}
.category-鷲見-玲奈 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125148.jpg);
}
.category-竹﨑-由佳 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210709/20210709165007.jpg);
}
.category-田中-瞳 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20190624/20190624130033.jpg);
}
.category-冨田-有紀 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210623/20210623112912.jpg);
}

.category-中原-みなみ .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162132.jpg);
}

.category-西野-志海 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164811.jpg);
}
.category-繁田-美貴 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125157.jpg);
}
.category-福田-典子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125200.jpg);
}

.category-藤井-由依 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825161910.jpg);
}

.category-前田-真理子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125203.jpg);
}
.category-松丸-友紀 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125206.jpg);
}
.category-水原-恵理 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125209.jpg);
}
.category-森-香澄 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20190624/20190624130029.jpg);
}
.category-森本-智子 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125212.jpg);
}
.category-板垣-龍佑 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304165016.jpg);
}
.category-植草-朋樹 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125218.jpg);
}
.category-小島-秀公 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125221.jpg);
}
.category-斉藤-一也 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125224.jpg);
}
.category-島田-一輝 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200817/20200817161102.jpg);
}
.category-島田-弘久 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164956.jpg);
}
.category-田口-尚平 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125230.jpg);
}
.category-立川-周 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210623/20210623112827.jpg);
}
.category-中垣-正太郎 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180704/20180704172035.jpg);
}
.category-中川-聡 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125233.jpg);
}
.category-野沢-春日 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210714/20210714112614.jpg);
}
.category-林-克征 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125239.png);
}
.category-原田-修佑 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125242.jpg);
}
.category-増田-和也 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125245.jpg);
}
.category-森田-京之介 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125248.jpg);
}
.category-矢内-雄一郎 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304165031.jpg);
}

/** スペシャル企画ヘッダーバナー **/
.category-新人アナウンサー-中垣正太郎に密着 .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180702/20180702154506.jpg);
}

.category-スペシャル企画A .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140259.jpg);
}

.category-Topics .archive-header-category .archive-heading {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 2.8rem;
}

.pager {
  margin-top: 20px;
  border-top-width: 0;
  border-bottom-width: 0;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager .pager-prev,
.pager .pager-next {
  width: 50%;
}
.pager .pager-prev a,
.pager .pager-next a {
  width: 100%;
  color: white;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pager .pager-prev .pager-arrow,
.pager .pager-next .pager-arrow {
  display: none;
}
.pager .pager-prev {
  float: left;
  text-align: left;
  padding-right: 10px;
}
.pager .pager-prev a {
  padding-right: 10px;
  padding-left: 24px !important;
  text-align: left;
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140405.png);
  background-position: 8px 50%;
}
.pager .pager-prev a:before {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180507/20180507200512.png);
  background-position: 5px 50%;
}
.pager .pager-next {
  float: right;
  padding-left: 10px;
  text-align: right;
}
.pager .pager-next a {
  padding-right: 24px !important;
  padding-left: 10px;
  text-align: right;
}

#box2 .hatena-module-recent-entries,
#box2 .hatena-module-archive {
  padding: 0;
  background: none;
}
#box2 .hatena-module-recent-entries .hatena-module-title,
#box2 .hatena-module-archive .hatena-module-title {
  margin-bottom: 12px !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  text-align: left;
}
#box2 .hatena-module-recent-entries .hatena-module-title:before,
#box2 .hatena-module-archive .hatena-module-title:before {
  display: none;
}
#box2 .hatena-module-recent-entries .hatena-module-title a,
#box2 .hatena-module-recent-entries .hatena-module-title span,
#box2 .hatena-module-archive .hatena-module-title a,
#box2 .hatena-module-archive .hatena-module-title span {
  margin-top: 0;
}

#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item {
  min-height: 82px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-item-inner {
  position: relative;
  padding-left: 90px;
  padding-right: 10px;
  padding-top: 6px;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180515/20180515131440.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-image-link img {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-date-link {
  margin-bottom: 3px;
  font-size: 1.1rem;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-date-link a {
  color: #999;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-title-link {
  display: block;
  max-height: 31px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories {
  margin-top: 7px;
}
#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
  padding: 2px 8px;
  color: #666;
  background-color: #fddedf;
}

#box2 .hatena-module-recent-entries .hatena-urllist .urllist-item + .urllist-item {
  margin-top: 8px;
}

#box2 .hatena-module-archive {
  padding: 12px 0;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}
#box2 .hatena-module-archive .archive-module-button {
  opacity: 1 !important;
}
#box2 .hatena-module-archive .archive-module-hide-button,
#box2 .hatena-module-archive .archive-module-show-button,
#box2 .hatena-module-archive .archive-module-month-title:before {
  color: #b3b3b3;
}
#box2 .hatena-module-archive .hatena-urllist {
  font-size: 1.5rem;
  line-height: 1.66667;
}
#box2 .hatena-module-archive .hatena-urllist .archive-module-year .archive-module-year-title {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 8px;
}
#box2 .hatena-module-archive .hatena-urllist .archive-module-year + .archive-module-year {
  border-top: 1px solid #e6e6e6;
}

body.page-entry .entry {
  margin-bottom: 0;
}
body.page-entry .entry .social-buttons {
  margin: 0;
}
body.page-entry .entry .social-buttons > * {
  display: inline-block;
}
body.page-entry .entry .entry-header .entry-date {
  padding-top: 25px;
  font-size: 1.5rem;
}
body.page-entry .entry .entry-header .entry-date a {
  color: #999;
}
body.page-entry .entry .entry-header .entry-title {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 1.45455;
}
body.page-entry .entry .entry-header .entry-categories {
  margin-top: 18px;
  margin-bottom: 25px;
}
body.page-entry .entry .entry-header .entry-categories .entry-category-link {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #fddedf;
  color: #666;
  font-size: 1.3rem;
}
body.page-entry .entry .entry-header .entry-header-menu {
  padding-top: 10px;
}
body.page-entry .entry .entry-header .entry-header-menu a {


  display: inline-block;
  padding: 5px 10px;
  background-color: #e6e6e6;
  font-size: 1.5rem;
}
body.page-entry .entry .entry-content {
  font-size: 1.5rem;
  line-height: 2;
}
body.page-entry .entry .entry-content .box-prof {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  padding-left: 170px;
  background: #f7f7f7;

  border: 1px solid #e6e6e6;
}
body.page-entry .entry .entry-content .box-prof .fig {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 130px;
}
body.page-entry .entry .entry-content .box-prof .ttl-name {
  position: relative;
  margin-bottom: 8px;
  padding-top: 16px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
body.page-entry .entry .entry-content .box-prof .ttl-name:before {
  content: 'PROFILE';
  position: absolute;
  left: 0;
  top: 0;
  color: #e96b7c;
  font-size: 1.2rem;
  font-family: Montserrat sans-serif;
  letter-spacing: 0.1em;
}
body.page-entry .entry .entry-content .box-prof .comment {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.57143;
}
body.page-entry .entry .entry-content .box-prof .comment * {
  margin-bottom: 0;
}
body.page-entry .entry .entry-content .box-prof .comment > * + * {
  margin-top: 0.6em;
}
body.page-entry .entry .entry-content .box-prof .bttn {
  display: inline-block;
  padding: 3px 10px 3px 22px;
  border: 1px solid #e6e6e6;
  background: white url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140427.png) 10px 50% no-repeat;
  background-size: 8px 10px;
  color: black;
  font-size: 1.4rem;
  text-decoration: none;
}
body.page-entry .entry .entry-footer {
  margin-top: 45px;
}
body.page-entry .entry .entry-footer .hatena-module-title {
  margin-bottom: 15px !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  text-align: left;
}
body.page-entry .entry .entry-footer .hatena-module-title:before {
  display: none;
}
body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-item-inner {
  padding-left: 110px !important;
  padding-right: 10px;
  padding-top: 12px;
}
body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-image-link {
  width: 100px;
  height: 100px;
}
body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-title {
  font-size: 1.5rem !important;
  line-height: 1.33333 !important;
}
body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-category-link {
  color: #333;
}
body.page-entry .entry .entry-footer .social-buttons {
  margin-top: 30px;
}
body.page-entry .entry .entry-footer-section {
  display: none;
}

body.category-相内-優香 .entry .entry-header,
body.category-秋元-玲奈 .entry .entry-header,
body.category-池谷-実悠 .entry .entry-header,
body.category-片渕-茜 .entry .entry-header,
body.category-角谷-暁子 .entry .entry-header,
body.category-狩野-恵里 .entry .entry-header,
body.category-倉野-麻里 .entry .entry-header,
body.category-佐々木-明子 .entry .entry-header,
body.category-末武-里佳子 .entry .entry-header,
body.category-須黒-清華 .entry .entry-header,
body.category-鷲見-玲奈 .entry .entry-header,
body.category-竹﨑-由佳 .entry .entry-header,
body.category-田中-瞳 .entry .entry-header,
body.category-冨田-有紀 .entry .entry-header,
body.category-中原-みなみ .entry .entry-header,
body.category-西野-志海 .entry .entry-header,
body.category-繁田-美貴 .entry .entry-header,
body.category-福田-典子 .entry .entry-header,
body.category-藤井-由依 .entry .entry-header,
body.category-前田-真理子 .entry .entry-header,
body.category-松丸-友紀 .entry .entry-header,
body.category-水原-恵理 .entry .entry-header,
body.category-森-香澄 .entry .entry-header,
body.category-森本-智子 .entry .entry-header,
body.category-板垣-龍佑 .entry .entry-header,
body.category-植草-朋樹 .entry .entry-header,
body.category-小島-秀公 .entry .entry-header,
body.category-斉藤-一也 .entry .entry-header,
body.category-島田-一輝 .entry .entry-header,
body.category-島田-弘久 .entry .entry-header,
body.category-田口-尚平 .entry .entry-header,
body.category-立川-周 .entry .entry-header,
body.category-中垣-正太郎 .entry .entry-header,
body.category-中川-聡 .entry .entry-header,
body.category-野沢-春日 .entry .entry-header,
body.category-林-克征 .entry .entry-header,
body.category-原田-修佑 .entry .entry-header,
body.category-増田-和也 .entry .entry-header,
body.category-森田-京之介 .entry .entry-header,
body.category-矢内-雄一郎 .entry .entry-header {
  position: relative;
  padding-left: 220px;
  background: 0 0 no-repeat;
  background-size: 200px 200px;
}

body.category-相内-優香 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164853.png);
}
body.category-秋元-玲奈 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122641.png);
}
body.category-池谷-実悠 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162617.png);
}
body.category-片渕-茜 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122656.png);
}
body.category-角谷-暁子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210714/20210714112646.png);
}
body.category-狩野-恵里 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20250707/20250707111234.png);
}
body.category-倉野-麻里 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164832.png);
}
body.category-佐々木-明子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125138.png);
}
body.category-末武-里佳子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210709/20210709165017.png);
}
body.category-須黒-清華 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122652.png);
}
body.category-鷲見-玲奈 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125147.png);
}
body.category-竹﨑-由佳 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162647.png);
}
body.category-田中-瞳 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162107.png);
}
body.category-冨田-有紀 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210623/20210623112953.png);
}

body.category-中原-みなみ .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162125.png);
}

body.category-西野-志海 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304164819.png);
}
body.category-繁田-美貴 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20250707/20250707111306.png);
}
body.category-福田-典子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122630.png);
}

body.category-藤井-由依 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825161859.png);
}


body.category-前田-真理子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125202.jpg);
}
body.category-松丸-友紀 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125205.jpg);
}
body.category-水原-恵理 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20250707/20250707111242.png);
}
body.category-森-香澄 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20220825/20220825162405.png);
}
body.category-森本-智子 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125211.jpg);
}
body.category-板垣-龍佑 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304181306.png);
}
body.category-植草-朋樹 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125217.png);
}
body.category-小島-秀公 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122645.png);
}
body.category-斉藤-一也 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125223.png);
}
body.category-島田-一輝 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200813/20200813170136.png);
}
body.category-島田-弘久 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304181257.png);
}
body.category-田口-尚平 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125229.png);
}
body.category-立川-周 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210623/20210623112944.png);
}
body.category-中垣-正太郎 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180704/20180704153039.png);
}
body.category-中川-聡 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20250707/20250707111258.png);
}
body.category-野沢-春日 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20210714/20210714112556.png);
}
body.category-林-克征 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125238.png);
}
body.category-原田-修佑 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125241.png);
}
body.category-増田-和也 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180612/20180612125244.png);
}
body.category-森田-京之介 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200812/20200812122648.png);
}
body.category-矢内-雄一郎 .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20200304/20200304181316.png);
}

body.category-スペシャル企画A .entry .entry-header {
  padding-top: 245px;
  background: 0 0 no-repeat;
  background-size: contain;
}

body.category-スペシャル企画A .entry .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140259.jpg);
}

body.page-static_page .entry .entry-header {
  margin-bottom: 20px;
}
body.page-static_page .entry .entry-header .entry-title {
  margin-top: 0;
  font-size: 2.4rem;
  line-height: 1.4;
}

body.page-static_page .entry .entry-content {
  font-size: 1.5rem;
  line-height: 2;
}
body.page-static_page .entry .entry-content .bttns-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}
body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn,
body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a,
.pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a,
body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a,
.pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a {
  text-align: center;
  line-height: 1.4;
}
body.page-static_page .entry .entry-content table.prof tr:nth-child(odd) {
  background-color: #f7f7f7;
}
body.page-static_page .entry .entry-content table.prof th,
body.page-static_page .entry .entry-content table.prof td {
  padding: 9px 12px;
  background: none;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  border-left: none;
  border-right: none;
}
body.page-static_page .entry .entry-content table.prof th {
  width: 167px;
}

.entry:last-child {
  margin-bottom: initial;
  padding-bottom: initial;
}

.entry .entry-content {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.6rem !important;
  line-height: 1.875 !important;
}
.entry .entry-content > * + * {
  margin-top: 1em;
}
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4,
.entry .entry-content h5,
.entry .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.entry .entry-content a {
  color: #e96b7c;
  text-decoration: underline;
}
.entry .entry-content h3 {
  padding-bottom: 0;
  padding: 10px;
  padding-left: 14px;
  background-color: #f7f7f7;
  border-left: 4px solid #e96b7c;
  border-bottom: none;
  font-size: 2.3rem;
  border-bottom: none;
  line-height: 1.5;
}
.entry .entry-content h4 {
  position: relative;
  padding-bottom: 6px;
  font-size: 2.15rem;
  border-bottom: 2px solid #e96b7c;
}
.entry .entry-content h5 {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #e96b7c;
  font-size: 2rem;
  line-height: 1.4;
}
.entry .entry-content blockquote,
.entry .entry-content pre {
  padding: 12px 15px;
  border: 2px solid #e6e6e6;
}
.entry .entry-content dl dt {
  margin-bottom: 0.15em;
  font-size: 1.1em;
  font-weight: bold;
}
.entry .entry-content dl dt ~ dt {
  margin-top: 0.6em;
}
.entry .entry-content ul li,
.entry .entry-content ol li {
  margin-left: 1.5em;
}
.entry .entry-content table {
  width: 100%;
}
.entry .entry-content table.male a {
  color: #50b4e6;
}
.entry .entry-content table thead th {
  text-align: center;
}
.entry .entry-content table th {
  vertical-align: top;
  color: #808080;
  font-weight: 500;
  text-align: left;
}
.entry .entry-content .ttl-cmmn {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: none;
}
.entry .entry-content .ttl-cmmn span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #e96b7c;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.head-root {
  margin-bottom: 37px;
}
.head-root .head-top-bar {
  padding: 6px 0;
  background-color: #f2f2f2;
}
.head-root .head-top-bar:after {
  content: '';
  display: block;
  clear: both;
}
.head-root .head-top-bar .container {
  width: 1000px;
  margin: 0 auto;
}
.head-root .head-top-bar .tv {
  float: left;
}
.head-root .head-top-bar .links {
  padding-top: 10px;
  float: right;
  font-size: 1.3rem;
  line-height: 1;
}
.head-root .head-top-bar .links li {
  display: inline-block;
  list-style: none;
}
.head-root .head-top-bar .links li:first-child a {
  padding: 2px 10px;
  background-color: #595959;
  border-radius: 10px;
  color: white;
}
.head-root .head-top-bar .links li + li {
  margin-left: 0.6em;
  padding-left: 0.6em;
  border-left: 1px solid #c2c2c2;
}
.head-root .ttl-wrap {
  position: relative;
  padding-top: 25px;
}
.head-root .ttl-logo {
  display: block;
  width: 320px;
  margin: 0 auto;
}
.head-root .global-menu {
  width: 1000px;
  margin: 20px auto 0;
}
.head-root .global-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head-root .global-menu-inner .item {
  position: relative;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.head-root .global-menu-inner .item .en,
.head-root .global-menu-inner .item .ja {
  display: block;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.head-root .global-menu-inner .item .en {
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}
.head-root .global-menu-inner .item .ja {
  padding-top: 4px;
  color: #4c4c4c;
  font-size: 1.1rem;
}
.head-root .wrap-ad {
  width: 728px;
  margin: 20px auto 0;
}

.foot-root {
  position: relative;
  margin-top: 80px;
}
.foot-root .strip {
  width: 100%;
  color: white;
}
.foot-root .strip.n1 {
  background-color: #333;
}
.foot-root .strip.n1 .tw {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.foot-root .strip.n1 .tw span {
  display: inline-block;
  padding-left: 40px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140444.png) 0 50% no-repeat;
  background-size: 33px 27px;
  font-size: 1.8rem;
  line-height: 3.22222;
}
.foot-root .strip.n2,
.foot-root .strip.n3,
.foot-root .strip.n4 {
  background-color: #4d4d4d;
}
.foot-root .strip.n2.n3,
.foot-root .strip.n3.n3,
.foot-root .strip.n4.n3 {
  background-color: #666;
}
.foot-root .strip.n2.n4,
.foot-root .strip.n3.n4,
.foot-root .strip.n4.n4 {
  background-color: #808080;
}
.foot-root .strip.n2 .container,
.foot-root .strip.n3 .container,
.foot-root .strip.n4 .container {
  width: 1000px;
  margin: 0 auto;
}
.foot-root .strip.n2 .links li,
.foot-root .strip.n3 .links li,
.foot-root .strip.n4 .links li {
  display: inline-block;
  list-style-type: none;
}
.foot-root .strip.n2 .links li a,
.foot-root .strip.n3 .links li a,
.foot-root .strip.n4 .links li a {
  display: block;
  padding-left: 10px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140415.png) 0 50% no-repeat;
  background-size: 6px 8px;
  color: white;
}
.foot-root .cr {
  padding: 28px 0;
  color: #999;
  font-size: 1.1rem;
  text-align: center;
}

.slick-viz {
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.slick-viz .item {
  display: inline-block;
  width: 1020px;
  margin: 0 10px;
  overflow-x: hidden;
}
.slick-viz .item a {
  display: block;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.slick-viz .item a,
.slick-viz .item img {
  border-radius: 5px;
}

.module-profile .ttl-sex {
  position: relative;
  margin-bottom: 18px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.module-profile .ttl-sex.male:after {
  background-color: #50b4e6;
}
.module-profile .ttl-sex span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background-color: white;
  z-index: 1;
}
.module-profile .ttl-sex:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
  height: 1px;
  background-color: #e96b7c;
  z-index: 0;
}

.module-profile .ttl-sex ~ .ttl-sex {
  margin-top: 50px;
}

.module-profile .blocks-wrap {
  position: relative;
}
.module-profile .blocks-wrap .blocks-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*pointer-events: none;*/
}
.module-profile .blocks-wrap .blocks-mask:after {
  /*content: '';*/
  display: block;

  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0.25turn, rgba(255, 255, 255, 0), white);
  z-index: 1;
}
.module-profile .blocks-wrap .blocks-mask:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: #4d4d4d url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140412.png) 58% 50% no-repeat;
  background-size: 10px 17px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.module-profile .blocks-wrap .blocks-mask.next:after {
  right: 0;
}
.module-profile .blocks-wrap .blocks-mask.next:before {
  right: -18px;
}
.module-profile .blocks-wrap .blocks-mask.prev {
  display: none;
}
.module-profile .blocks-wrap .blocks-mask.prev:after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0.25turn, white, rgba(255, 255, 255, 0));
}
.module-profile .blocks-wrap .blocks-mask.prev:before {
  left: -18px;
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180525/20180525192857.png);
  background-position: 42% 50%;
}

.module-profile .blocks {
  position: relative;
  font-size: 0;
}
.module-profile .blocks .block {
  display: inline-block;
  width: 160px;
  padding: 5px 5px 14px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.module-profile .blocks .block .fig {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.module-profile .blocks .block .fig img {
  border-radius: 4px;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.module-profile .blocks .block .name-ja {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.module-profile .new-w {
  font-size: 80%;
  padding: 0 4px;
  margin: 0 5px 0 0;
  color: #fff;
  background: #ff3747;
}
.module-profile .new-m {
  font-size: 80%;
  padding: 0 4px;
  margin: 0 5px 0 0;
  color: #fff;
  background: #27aef1;
}
.module-profile .blocks .block .name-en {
  margin-top: 4px;
  color: #999;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}
.module-profile .blocks .block .bttn-prof,
.module-profile .blocks .block .bttn-blog {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 13px;
  background-color: #808080;
  color: white;
  font-size: 1.4rem;
  line-height: 1.85714;
  text-decoration: none;
}
.module-profile .blocks .block .bttn-prof {
  margin-top: 10px;
}
.module-profile .blocks .block .bttn-prof.fem {
  background-color: #e96b7c;
}
.module-profile .blocks .block .bttn-prof.male {
  background-color: #50b4e6;
}
.module-profile .blocks .block .bttn-blog {
  margin-top: 6px;
}

body.page-index .module-profile .blocks {
  overflow-x: scroll;
  white-space: nowrap;
}
body.page-index .module-profile .blocks .block + .block {
  margin-left: 8px;
}

.module-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-special .item {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  text-decoration: none !important;
}
.module-special .item img {
  border: 1px solid #999;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.module-special .item .text {
  margin-top: 10px;
  display: block;
  color: black;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.module-banners {
  margin-top: 45px;
}
.module-banners .banner {
  display: block;
}
.module-banners .banner + .banner {
  margin-top: 30px;
}

.twitter-timeline-wrap {
  height: 500px;
  overflow: scroll;
}

.hatena-module-search-box,
.search-result {
  padding: 0;
  background: none;
}
.hatena-module-search-box .search-form,
.hatena-module-search-box .search-result-form,
.search-result .search-form,
.search-result .search-result-form {
  display: block;
  border: none;
  background: none;
}
.hatena-module-search-box .search-form:after,
.hatena-module-search-box .search-result-form:after,
.search-result .search-form:after,
.search-result .search-result-form:after {
  content: '';
  display: block;
  clear: both;
}
.hatena-module-search-box .search-module-input,
.hatena-module-search-box .search-result-input,
.search-result .search-module-input,
.search-result .search-result-input {
  float: left;
  width: calc(100% - 46px);
  padding: 0 12px;
  height: 44px;
  background-color: #f2f2f2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.75;
}
.hatena-module-search-box .search-module-button,
.hatena-module-search-box .search-result-button,
.search-result .search-module-button,
.search-result .search-result-button {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  width: 44px;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  background: #f2f2f2 url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140442.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 1;
}

.hatena-module-search-box .hatena-module-title {
  display: none;
}

.search-result .archive-heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/**** TABLET OR PC **************/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #main {
    float: left;
  }
  #content-inner:after {
    content: '';
    display: block;
    clear: both;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item {
    max-width: calc(50% - 4px);
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) {
    margin-top: 8px;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item:nth-child(n + 4) {
    margin-top: 8px;
  }
  .category-相内-優香 .archive-header-category,
  .category-秋元-玲奈 .archive-header-category,
  .category-池谷-実悠 .archive-header-category,
  .category-片渕-茜 .archive-header-category,
  .category-角谷-暁子 .archive-header-category,
  .category-狩野-恵里 .archive-header-category,
  .category-倉野-麻里 .archive-header-category,
  .category-佐々木-明子 .archive-header-category,
  .category-末武-里佳子 .archive-header-category,
  .category-須黒-清華 .archive-header-category,
  .category-鷲見-玲奈 .archive-header-category,
  .category-竹﨑-由佳 .archive-header-category,
  .category-田中-瞳 .archive-header-category,
  .category-冨田-有紀 .archive-header-category,
	
  .category-中原-みなみ .archive-header-category,
	
  .category-西野-志海 .archive-header-category,
  .category-繁田-美貴 .archive-header-category,
  .category-福田-典子 .archive-header-category,
	
  .category-藤井-由依 .archive-header-category,
	
  .category-前田-真理子 .archive-header-category,
  .category-松丸-友紀 .archive-header-category,
  .category-水原-恵理 .archive-header-category,
  .category-森-香澄 .archive-header-category,
  .category-森本-智子 .archive-header-category,
  .category-板垣-龍佑 .archive-header-category,
  .category-植草-朋樹 .archive-header-category,
  .category-小島-秀公 .archive-header-category,
  .category-斉藤-一也 .archive-header-category,
  .category-島田-一輝 .archive-header-category,
  .category-島田-弘久 .archive-header-category,
  .category-田口-尚平 .archive-header-category,
  .category-立川-周 .archive-header-category,
  .category-中垣-正太郎 .archive-header-category,
  .category-中川-聡 .archive-header-category,
  .category-野沢-春日 .archive-header-category,
  .category-林-克征 .archive-header-category,
  .category-原田-修佑 .archive-header-category,
  .category-増田-和也 .archive-header-category,
  .category-森田-京之介 .archive-header-category,
  .category-矢内-雄一郎 .archive-header-category,
  .category-スペシャル企画A .archive-header-category,
  .category-新人アナウンサー-中垣正太郎に密着 .archive-header-category {
    padding-top: 280px;
  }
  .category-相内-優香 .archive-header-category .archive-description,
  .category-秋元-玲奈 .archive-header-category .archive-description,
  .category-池谷-実悠 .archive-header-category .archive-description,
  .category-片渕-茜 .archive-header-category .archive-description,
  .category-角谷-暁子 .archive-header-category .archive-description,
  .category-狩野-恵里 .archive-header-category .archive-description,
  .category-倉野-麻里 .archive-header-category .archive-description,
  .category-佐々木-明子 .archive-header-category .archive-description,
  .category-末武-里佳子 .archive-header-category .archive-description,
  .category-須黒-清華 .archive-header-category .archive-description,
  .category-鷲見-玲奈 .archive-header-category .archive-description,
  .category-竹﨑-由佳 .archive-header-category .archive-description,
  .category-田中-瞳 .archive-header-category .archive-description,
  .category-冨田-有紀 .archive-header-category .archive-description,
	
  .category-中原-みなみ .archive-header-category .archive-description,
	
  .category-西野-志海 .archive-header-category .archive-description,
  .category-繁田-美貴 .archive-header-category .archive-description,
  .category-福田-典子 .archive-header-category .archive-description,
	
  .category-藤井-由依 .archive-header-category .archive-description,
	
  .category-前田-真理子 .archive-header-category .archive-description,
  .category-松丸-友紀 .archive-header-category .archive-description,
  .category-水原-恵理 .archive-header-category .archive-description,
  .category-森-香澄 .archive-header-category .archive-description,
  .category-森本-智子 .archive-header-category .archive-description,
  .category-板垣-龍佑 .archive-header-category .archive-description,
  .category-植草-朋樹 .archive-header-category .archive-description,
  .category-小島-秀公 .archive-header-category .archive-description,
  .category-斉藤-一也 .archive-header-category .archive-description,
  .category-島田-一輝 .archive-header-category .archive-description,
  .category-島田-弘久 .archive-header-category .archive-description,
  .category-田口-尚平 .archive-header-category .archive-description,
  .category-立川-周 .archive-header-category .archive-description,
  .category-中垣-正太郎 .archive-header-category .archive-description,
  .category-中川-聡 .archive-header-category .archive-description,
  .category-野沢-春日 .archive-header-category .archive-description,
  .category-林-克征 .archive-header-category .archive-description,
  .category-原田-修佑 .archive-header-category .archive-description,
  .category-増田-和也 .archive-header-category .archive-description,
  .category-森田-京之介 .archive-header-category .archive-description,
  .category-矢内-雄一郎 .archive-header-category .archive-description,
  .category-スペシャル企画A .archive-header-category .archive-description {
    position: absolute;
    right: 0;
    top: 277px;
  }
  .archive-entries .archive-entry {
    min-height: 162px;
    padding-left: 174px;
    padding-top: 16px;
  }
  .archive-entries .archive-entry .categories {
    position: absolute;
    right: 3px;
    top: 3px;
  }
  .archive-entries .archive-entry .categories .archive-category-link {
    margin-left: 4px;
  }
  .archive-entries .archive-entry .entry-title {
    max-height: 42px;
  }
  .archive-entries .archive-entry .archive-entry-body {
    max-height: 58px;
  }
  .archive-entries .archive-entry + .archive-entry {
    margin-top: 12px;
  }
  #box2 {
    float: right;
  }
  #box2 .hatena-module-archive .archive-module-months {
    margin-bottom: 10px;
  }
  #box2 .hatena-module-archive .archive-module-months .archive-module-month-title {
    display: block;
  }
  body.page-entry .entry .social-buttons {
    padding: 15px 15px 10px;
    background-color: #f7f7f7;
    text-align: center;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item {
    min-height: 102px;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-title {
    max-height: 38px;
    overflow: hidden;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item + .urllist-item {
    margin-top: 8px;
  }
  body.category-相内-優香 .entry .entry-header,
  body.category-秋元-玲奈 .entry .entry-header,
  body.category-池谷-実悠 .entry .entry-header,
  body.category-片渕-茜 .entry .entry-header,
  body.category-角谷-暁子 .entry .entry-header,
  body.category-狩野-恵里 .entry .entry-header,
  body.category-倉野-麻里 .entry .entry-header,
  body.category-佐々木-明子 .entry .entry-header,
  body.category-末武-里佳子 .entry .entry-header,
  body.category-須黒-清華 .entry .entry-header,
  body.category-鷲見-玲奈 .entry .entry-header,
  body.category-竹﨑-由佳 .entry .entry-header,
  body.category-田中-瞳 .entry .entry-header,
  body.category-冨田-有紀 .entry .entry-header,
	
  body.category-中原-みなみ .entry .entry-header,
	
  body.category-西野-志海 .entry .entry-header,
  body.category-繁田-美貴 .entry .entry-header,
  body.category-福田-典子 .entry .entry-header,
	
  body.category-藤井-由依 .entry .entry-header,
	
  body.category-前田-真理子 .entry .entry-header,
  body.category-松丸-友紀 .entry .entry-header,
  body.category-水原-恵理 .entry .entry-header,
  body.category-森本-智子 .entry .entry-header,
  body.category-森-香澄 .entry .entry-header,
  body.category-板垣-龍佑 .entry .entry-header,
  body.category-植草-朋樹 .entry .entry-header,
  body.category-小島-秀公 .entry .entry-header,
  body.category-斉藤-一也 .entry .entry-header,
  body.category-島田-一輝 .entry .entry-header,
  body.category-島田-弘久 .entry .entry-header,
  body.category-田口-尚平 .entry .entry-header,
  body.category-立川-周 .entry .entry-header,
  body.category-中垣-正太郎 .entry .entry-header,
  body.category-中川-聡 .entry .entry-header,
  body.category-野沢-春日 .entry .entry-header,
  body.category-林-克征 .entry .entry-header,
  body.category-原田-修佑 .entry .entry-header,
  body.category-増田-和也 .entry .entry-header,
  body.category-森田-京之介 .entry .entry-header,
  body.category-矢内-雄一郎 .entry .entry-header {
    min-height: 220px;
    margin-bottom: 130px;
  }
  body.category-相内-優香 .entry .entry-header .entry-title,
  body.category-秋元-玲奈 .entry .entry-header .entry-title,
  body.category-池谷-実悠 .entry .entry-header .entry-title,
  body.category-片渕-茜 .entry .entry-header .entry-title,
  body.category-角谷-暁子 .entry .entry-header .entry-title,
  body.category-狩野-恵里 .entry .entry-header .entry-title,
  body.category-倉野-麻里 .entry .entry-header .entry-title,
  body.category-佐々木-明子 .entry .entry-header .entry-title,
  body.category-末武-里佳子 .entry .entry-header .entry-title,
  body.category-須黒-清華 .entry .entry-header .entry-title,
  body.category-鷲見-玲奈 .entry .entry-header .entry-title,
  body.category-竹﨑-由佳 .entry .entry-header .entry-title,
  body.category-田中-瞳 .entry .entry-header .entry-title,
  body.category-冨田-有紀 .entry .entry-header .entry-title,
	
  body.category-中原-みなみ .entry .entry-header .entry-title,
	
  body.category-西野-志海 .entry .entry-header .entry-title,
  body.category-繁田-美貴 .entry .entry-header .entry-title,
  body.category-福田-典子 .entry .entry-header .entry-title,
	
  body.category-藤井-由依 .entry .entry-header .entry-title,
	
  body.category-前田-真理子 .entry .entry-header .entry-title,
  body.category-松丸-友紀 .entry .entry-header .entry-title,
  body.category-水原-恵理 .entry .entry-header .entry-title,
  body.category-森-香澄 .entry .entry-header .entry-title,
  body.category-森本-智子 .entry .entry-header .entry-title,
  body.category-板垣-龍佑 .entry .entry-header .entry-title,
  body.category-植草-朋樹 .entry .entry-header .entry-title,
  body.category-小島-秀公 .entry .entry-header .entry-title,
  body.category-斉藤-一也 .entry .entry-header .entry-title,
  body.category-島田-一輝 .entry .entry-header .entry-title,
  body.category-島田-弘久 .entry .entry-header .entry-title,
  body.category-田口-尚平 .entry .entry-header .entry-title,
  body.category-立川-周 .entry .entry-header .entry-title,
  body.category-中垣-正太郎 .entry .entry-header .entry-title,
  body.category-中川-聡 .entry .entry-header .entry-title,
  body.category-野沢-春日 .entry .entry-header .entry-title,
  body.category-林-克征 .entry .entry-header .entry-title,
  body.category-原田-修佑 .entry .entry-header .entry-title,
  body.category-増田-和也 .entry .entry-header .entry-title,
  body.category-森田-京之介 .entry .entry-header .entry-title,
  body.category-矢内-雄一郎 .entry .entry-header .entry-title {
    max-height: 125px;
    overflow: hidden;
  }
  body.category-相内-優香 .entry .entry-header .social-buttons,
  body.category-秋元-玲奈 .entry .entry-header .social-buttons,
  body.category-池谷-実悠 .entry .entry-header .social-buttons,
  body.category-片渕-茜 .entry .entry-header .social-buttons,
  body.category-角谷-暁子 .entry .entry-header .social-buttons,
  body.category-狩野-恵里 .entry .entry-header .social-buttons,
  body.category-倉野-麻里 .entry .entry-header .social-buttons,
  body.category-佐々木-明子 .entry .entry-header .social-buttons,
  body.category-末武-里佳子 .entry .entry-header .social-buttons,
  body.category-須黒-清華 .entry .entry-header .social-buttons,
  body.category-鷲見-玲奈 .entry .entry-header .social-buttons,
  body.category-竹﨑-由佳 .entry .entry-header .social-buttons,
  body.category-田中-瞳 .entry .entry-header .social-buttons,
  body.category-冨田-有紀 .entry .entry-header .social-buttons,
	
  body.category-中原-みなみ .entry .entry-header .social-buttons,
	
  body.category-西野-志海 .entry .entry-header .social-buttons,
  body.category-繁田-美貴 .entry .entry-header .social-buttons,
  body.category-福田-典子 .entry .entry-header .social-buttons,
	
  body.category-藤井-由依 .entry .entry-header .social-buttons,
	
  body.category-前田-真理子 .entry .entry-header .social-buttons,
  body.category-松丸-友紀 .entry .entry-header .social-buttons,
  body.category-水原-恵理 .entry .entry-header .social-buttons,
  body.category-森-香澄 .entry .entry-header .social-buttons,
  body.category-森本-智子 .entry .entry-header .social-buttons,
  body.category-板垣-龍佑 .entry .entry-header .social-buttons,
  body.category-植草-朋樹 .entry .entry-header .social-buttons,
  body.category-小島-秀公 .entry .entry-header .social-buttons,
  body.category-斉藤-一也 .entry .entry-header .social-buttons,
  body.category-島田-一輝 .entry .entry-header .social-buttons,
  body.category-島田-弘久 .entry .entry-header .social-buttons,
  body.category-田口-尚平 .entry .entry-header .social-buttons,
  body.category-立川-周 .entry .entry-header .social-buttons,
  body.category-中垣-正太郎 .entry .entry-header .social-buttons,
  body.category-中川-聡 .entry .entry-header .social-buttons,
  body.category-野沢-春日 .entry .entry-header .social-buttons,
  body.category-林-克征 .entry .entry-header .social-buttons,
  body.category-原田-修佑 .entry .entry-header .social-buttons,
  body.category-増田-和也 .entry .entry-header .social-buttons,
  body.category-森田-京之介 .entry .entry-header .social-buttons,
  body.category-矢内-雄一郎 .entry .entry-header .social-buttons {
    position: absolute;
    left: 0;
    top: 225px;
    width: 100%;
  }
  body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a + .bttn-cmmn,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a + .bttn-cmmn,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev .bttn-cmmn + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap .pager-prev a + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next .bttn-cmmn + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap .pager-next a + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a + a {
    margin-left: 15px;
  }
  .head-root .global-menu-inner .item:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e96b7c;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .foot-root .totop {
    display: block;
    position: absolute;
    right: calc(50% - 500px - 23px);
    top: 32px;
    width: 47px;
    height: 47px;
    background: #999 url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140418.png) 50% 50% no-repeat;
    background-size: 15px 9px;
    border-radius: 50%;
  }
  .foot-root .strip.n2,
  .foot-root .strip.n3,
  .foot-root .strip.n4 {
    padding: 25px 0 28px;
  }
  .foot-root .strip.n2 .ttl,
  .foot-root .strip.n3 .ttl,
  .foot-root .strip.n4 .ttl {
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .foot-root .strip.n2 .links,
  .foot-root .strip.n3 .links,
  .foot-root .strip.n4 .links {
    display: inline-block;

    font-size: 1.3rem;
  }
  .foot-root .strip.n2 .links li + li,
  .foot-root .strip.n3 .links li + li,
  .foot-root .strip.n4 .links li + li {
    margin-left: 1em;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks .block {
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
    max-width: calc(25% - 6px);
    margin-left: 8px;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks .block:nth-child(n + 5) {
    margin-top: 8px;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks .block:nth-child(4n + 1) {
    margin-left: 0;
  }
  .module-special .item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

/**** SP **************/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #content-inner {
    width: 100%;
  }
  #main {
    width: 100%;
  }
  #box2 {
    width: 100%;
  }
  .hatena-module-title {
    margin-bottom: 23px !important;
    font-size: 1.2rem !important;
  }
  .hatena-module-title:before {
    font-size: 2.2rem;
  }
  .hatena-module-title a,
  .hatena-module-title span {
    margin-top: 8px;
  }
  .bttn-wrap {
    margin-top: 24px;
    margin-bottom: 60px;
    padding: 0 5%;
  }
  .bttn-wrap .bttn-cmmn,
  .bttn-wrap .pager .pager-prev a,
  .pager .pager-prev .bttn-wrap a,
  .bttn-wrap .pager .pager-next a,
  .pager .pager-next .bttn-wrap a {
    width: 100%;
  }
  .bttn-cmmn,
  .pager .pager-prev a,
  .pager .pager-next a {
    font-size: 1.4rem;
  }
  #main .hatena-module .hatena-urllist .urllist-item .urllist-date-link {
    font-size: 1.1rem;
  }
  #main .hatena-module .hatena-urllist .urllist-item .urllist-title-link {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist {
    padding-left: 5%;
    padding-right: 5%;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 82px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-item-inner,
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-item-inner {
    padding: 204px 10px 10px 10px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(1) .urllist-image-link,
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(2) .urllist-image-link {
    height: 190px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) {
    padding: 7px 10px 0 90px;
    min-height: 82px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-image-link {
    width: 80px;
    height: 80px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-image-link img {
    width: 80px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-date-link {
    margin-bottom: 3px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-title-link {
    max-height: 32px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-categories {
    margin-top: 4px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item:nth-child(n + 3) .urllist-categories .urllist-category-link {
    padding: 2px 5px;
  }
  body.page-index #main #main-inner > .hatena-module:first-child .hatena-urllist .urllist-item + .urllist-item {
    margin-top: 8px;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist {
    padding-left: 5%;
    padding-right: 5%;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item {
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item:nth-child(n + 3) {
    margin-top: 8px;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-item-inner {
    padding: 118px 10px 10px 10px;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-image-link {
    height: 105px;
  }
  #main #main-inner .hatena-module.category-Topics .hatena-urllist .urllist-item .urllist-title-link {
    font-size: 1.3rem;
    line-height: 1.53846;
  }
  #content-inner {
    margin-top: 20px;
  }
  #top-box {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #top-box .breadcrumb .breadcrumb-inner {
    font-size: 1.2rem;
  }
  .archive-header-category {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-header-category .archive-heading {
    margin-bottom: 22px;
    font-size: 2rem;
  }
  .archive-header-category .archive-description {
    font-size: 1.3rem;
  }
  .archive-header-category .archive-description .bttn-cmmn,
  .archive-header-category .archive-description .pager .pager-prev a,
  .pager .pager-prev .archive-header-category .archive-description a,
  .archive-header-category .archive-description .pager .pager-next a,
  .pager .pager-next .archive-header-category .archive-description a {
    width: 100%;
  }
  .category-相内-優香 .archive-heading,
  .category-秋元-玲奈 .archive-heading,
  .category-池谷-実悠 .archive-heading,
  .category-片渕-茜 .archive-heading,
  .category-角谷-暁子 .archive-heading,
  .category-狩野-恵里 .archive-heading,
  .category-倉野-麻里 .archive-heading,
  .category-佐々木-明子 .archive-heading,
  .category-末武-里佳子 .archive-heading,
  .category-須黒-清華 .archive-heading,
  .category-鷲見-玲奈 .archive-heading,
  .category-竹﨑-由佳 .archive-heading,
  .category-田中-瞳 .archive-heading,
  .category-冨田-有紀 .archive-heading,
	
  .category-中原-みなみ .archive-heading,
	
  .category-西野-志海 .archive-heading,
  .category-繁田-美貴 .archive-heading,
  .category-福田-典子 .archive-heading,
	
  .category-藤井-由依 .archive-heading,
	
  .category-前田-真理子 .archive-heading,
  .category-松丸-友紀 .archive-heading,
  .category-水原-恵理 .archive-heading,
  .category-森-香澄 .archive-heading,
  .category-森本-智子 .archive-heading,
  .category-板垣-龍佑 .archive-heading,
  .category-植草-朋樹 .archive-heading,
  .category-小島-秀公 .archive-heading,
  .category-斉藤-一也 .archive-heading,
  .category-島田-一輝 .archive-heading,
  .category-島田-弘久 .archive-heading,
  .category-田口-尚平 .archive-heading,
  .category-立川-周 .archive-heading,
  .category-中垣-正太郎 .archive-heading,
  .category-中川-聡 .archive-heading,
  .category-野沢-春日 .archive-heading,
  .category-林-克征 .archive-heading,
  .category-原田-修佑 .archive-heading,
  .category-増田-和也 .archive-heading,
  .category-森田-京之介 .archive-heading,
  .category-矢内-雄一郎 .archive-heading,
  .category-スペシャル企画A .archive-heading,
  .category-新人アナウンサー-中垣正太郎に密着 .archive-heading {
    padding-top: calc(38.0597vw + 25px);
    text-align: center;
  }
  .category-Topics .archive-header-category .archive-heading {
    font-size: 2.2rem;
  }
  .pager {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .pager .pager-prev a,
  .pager .pager-next a {
    font-size: 1.2rem;
  }
  .pager .pager-prev {
    padding-right: 4px;
  }
  .pager .pager-prev a {
    padding-right: 6px;
  }
  .pager .pager-next {
    padding-left: 4px;
  }
  .pager .pager-next a {
    padding-left: 6px;
  }
  .archive-entries {
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive-entries .archive-entry {
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
    padding-top: calc(30vw + 10px);
    padding-bottom: 6px !important;
  }
  .archive-entries .archive-entry:nth-child(n + 3) {
    margin-top: 8px;
  }
  .archive-entries .archive-entry .categories {
    margin-top: 7px;
  }
  .archive-entries .archive-entry .categories .archive-category-link {
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 4px 6px;
    font-size: 1.1rem;
  }
  .archive-entries .archive-entry .entry-thumb-link {
    width: 100%;
  }
  .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
    width: 100%;
    height: 30vw;
  }
  .archive-entries .archive-entry .archive-date {
    font-size: 1.2rem;
  }
  .archive-entries .archive-entry .entry-title {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .archive-entries .archive-entry .archive-entry-body {
    display: none;
  }
  #box2 .hatena-module-archive .archive-module-button {
    margin-left: 0.5em;
  }
  #box2 .hatena-module-archive .archive-module-year {
    border-top: 1px solid #e6e6e6;
    background-color: #f7f7f7;
  }
  #box2 .hatena-module-archive .archive-module-months {
    background-color: white;
  }
  #box2 .hatena-module-archive .archive-module-months .archive-module-month {
    padding-left: 8px;
    margin-left: 1.5em;
    border-top: 1px solid #e6e6e6;
  }
  #box2 .hatena-module-archive .archive-module-months .archive-module-month .archive-module-month-title {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 8px;
  }
  #box2 .hatena-module-archive .archive-module-months .archive-module-month .archive-module-month-title:before {
    content: '?';
  }
  body.page-entry .entry .entry-inner {
    padding: 0 5%;
  }
  body.page-entry .entry .entry-header .entry-date {
    padding-top: 4px;
    font-size: 1.3rem;
  }
  body.page-entry .entry .entry-header .entry-title {
    font-size: 1.7rem;
    line-height: 1.52941;
  }
  body.page-entry .entry .entry-header .entry-categories .entry-category-link {
    font-size: 1.1rem;
  }
  body.page-entry .entry .entry-content {
    font-size: 1.3rem;
  }
  body.page-entry .entry .entry-content h3 {
    font-size: 1.8rem;
  }
  body.page-entry .entry .entry-content h4 {
    font-size: 1.7rem;
  }
  body.page-entry .entry .entry-content h5 {
    font-size: 1.6rem;
  }
  body.page-entry .entry .entry-content .box-prof {
    padding: 12px;
    padding-top: 32px;
  }
  body.page-entry .entry .entry-content .box-prof .fig {
    left: 12px;
    top: 12px;
    width: 80px;
  }
  body.page-entry .entry .entry-content .box-prof .ttl-name {
    padding-left: 92px;
  }
  body.page-entry .entry .entry-content .box-prof .ttl-name:before {
    left: 92px;
  }
  body.page-entry .entry .entry-content .box-prof .comment {
    margin-top: 28px;
  }
  body.page-entry .entry .entry-footer {
    margin-top: 35px;
  }
  body.page-entry .entry .entry-footer .hatena-urllist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item {
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item:nth-child(n + 3) {
    margin-top: 8px;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-item-inner {
    padding: 10px !important;
    padding-top: calc(30vw + 10px) !important;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-image-link {
    width: 100%;
    height: 30vw;
    overflow: hidden;
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-image-link img {
    width: 100% !important;

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
  }
  body.page-entry .entry .entry-footer .hatena-urllist .urllist-item .urllist-title {
    font-size: 1.3em !important;
  }
  body.page-entry .entry .entry-footer .social-buttons {
    margin-top: 20px;
  }
  body.page-entry .entry .entry-footer .module-banners {
    padding: 0;
  }
  body.category-相内-優香 .entry .entry-header,
  body.category-秋元-玲奈 .entry .entry-header,
  body.category-池谷-実悠 .entry .entry-header,
  body.category-片渕-茜 .entry .entry-header,
  body.category-角谷-暁子 .entry .entry-header,
  body.category-狩野-恵里 .entry .entry-header,
  body.category-倉野-麻里 .entry .entry-header,
  body.category-佐々木-明子 .entry .entry-header,
  body.category-末武-里佳子 .entry .entry-header,
  body.category-須黒-清華 .entry .entry-header,
  body.category-鷲見-玲奈 .entry .entry-header,
  body.category-竹﨑-由佳 .entry .entry-header,
  body.category-田中-瞳 .entry .entry-header,
  body.category-冨田-有紀 .entry .entry-header,
	
  body.category-中原-みなみ .entry .entry-header,
	
  body.category-西野-志海 .entry .entry-header,
  body.category-繁田-美貴 .entry .entry-header,
  body.category-福田-典子 .entry .entry-header,
	
  body.category-藤井-由依 .entry .entry-header,
	
  body.category-前田-真理子 .entry .entry-header,
  body.category-松丸-友紀 .entry .entry-header,
  body.category-水原-恵理 .entry .entry-header,
  body.category-森-香澄 .entry .entry-header,
  body.category-森本-智子 .entry .entry-header,
  body.category-板垣-龍佑 .entry .entry-header,
  body.category-植草-朋樹 .entry .entry-header,
  body.category-小島-秀公 .entry .entry-header,
  body.category-斉藤-一也 .entry .entry-header,
  body.category-島田-一輝 .entry .entry-header,
  body.category-島田-弘久 .entry .entry-header,
  body.category-田口-尚平 .entry .entry-header,
  body.category-立川-周 .entry .entry-header,
  body.category-中垣-正太郎 .entry .entry-header,
  body.category-中川-聡 .entry .entry-header,
  body.category-野沢-春日 .entry .entry-header,
  body.category-林-克征 .entry .entry-header,
  body.category-原田-修佑 .entry .entry-header,
  body.category-増田-和也 .entry .entry-header,
  body.category-森田-京之介 .entry .entry-header,
  body.category-矢内-雄一郎 .entry .entry-header {
    min-height: 66px;
    padding-left: 76px;
    background-size: 66px 66px;
  }
  body.category-相内-優香 .entry .entry-header .social-buttons,
  body.category-秋元-玲奈 .entry .entry-header .social-buttons,
  body.category-池谷-実悠 .entry .entry-header .social-buttons,
  body.category-片渕-茜 .entry .entry-header .social-buttons,
  body.category-角谷-暁子 .entry .entry-header .social-buttons,
  body.category-狩野-恵里 .entry .entry-header .social-buttons,
  body.category-倉野-麻里 .entry .entry-header .social-buttons,
  body.category-佐々木-明子 .entry .entry-header .social-buttons,
  body.category-末武-里佳子 .entry .entry-header .social-buttons,
  body.category-須黒-清華 .entry .entry-header .social-buttons,
  body.category-鷲見-玲奈 .entry .entry-header .social-buttons,
  body.category-竹﨑-由佳 .entry .entry-header .social-buttons,
  body.category-田中-瞳 .entry .entry-header .social-buttons,
  body.category-冨田-有紀 .entry .entry-header .social-buttons,
	
  body.category-中原-みなみ .entry .entry-header .social-buttons,
	
  body.category-西野-志海 .entry .entry-header .social-buttons,
  body.category-繁田-美貴 .entry .entry-header .social-buttons,
  body.category-福田-典子 .entry .entry-header .social-buttons,
	
  body.category-藤井-由依 .entry .entry-header .social-buttons,
	
  body.category-前田-真理子 .entry .entry-header .social-buttons,
  body.category-松丸-友紀 .entry .entry-header .social-buttons,
  body.category-水原-恵理 .entry .entry-header .social-buttons,
  body.category-森-香澄 .entry .entry-header .social-buttons,
  body.category-森本-智子 .entry .entry-header .social-buttons,
  body.category-板垣-龍佑 .entry .entry-header .social-buttons,
  body.category-植草-朋樹 .entry .entry-header .social-buttons,
  body.category-小島-秀公 .entry .entry-header .social-buttons,
  body.category-斉藤-一也 .entry .entry-header .social-buttons,
  body.category-島田-一輝 .entry .entry-header .social-buttons,
  body.category-島田-弘久 .entry .entry-header .social-buttons,
  body.category-田口-尚平 .entry .entry-header .social-buttons,
  body.category-立川-周 .entry .entry-header .social-buttons,
  body.category-中垣-正太郎 .entry .entry-header .social-buttons,
  body.category-中川-聡 .entry .entry-header .social-buttons,
  body.category-野沢-春日 .entry .entry-header .social-buttons,
  body.category-林-克征 .entry .entry-header .social-buttons,
  body.category-原田-修佑 .entry .entry-header .social-buttons,
  body.category-増田-和也 .entry .entry-header .social-buttons,
  body.category-森田-京之介 .entry .entry-header .social-buttons,
  body.category-矢内-雄一郎 .entry .entry-header .social-buttons {
    margin-left: -76px;
  }
  body.category-スペシャル企画A .entry .entry-header {
    padding-top: calc(34.25373vw + 10px);
    background-size: contain;
  }
  body.page-static_page .entry .entry-header {
    padding: 0 5%;
  }
  body.page-static_page .entry .entry-header .entry-title {
    font-size: 1.8rem;
  }
  body.page-static_page .entry .entry-content .bttns-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a {
    width: calc(50% - 5px);
  }
  body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a + .bttn-cmmn,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a + .bttn-cmmn,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a + .bttn-cmmn,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev .bttn-cmmn + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-prev a + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap a + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap .pager-prev a + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next .bttn-cmmn + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap .bttn-cmmn + a,
  .pager .pager-prev body.page-static_page .entry .entry-content .bttns-wrap .pager-next a + a,
  body.page-static_page .entry .entry-content .bttns-wrap .pager .pager-next a + a,
  .pager .pager-next body.page-static_page .entry .entry-content .bttns-wrap a + a {
    margin-left: 10px;
  }
  body.page-static_page .entry .entry-content table.prof {
    font-size: 1.3rem;
  }
  body.page-static_page .entry .entry-content table.prof th {
    width: 110px !important;
    padding-left: 5%;
  }
  body.page-static_page .entry .entry-content table.prof td {
    padding-right: 5%;
  }
  .entry .entry-content {
    font-size: 1.6rem !important;
  }
  .entry .entry-content table th,
  .entry .entry-content table td {
    padding: 6px 10px;
  }
  .head-root {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .head-root .head-top-bar {
    padding: 6px 5%;
    padding-right: 0;
  }
  .head-root .head-top-bar .container {
    width: 100%;
  }
  .head-root .head-top-bar .links {
    width: calc(100% - 100px);
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: scroll;
  }
  .head-root .ttl-wrap {
    padding-top: 9px;
    padding-bottom: 5px;
  }
  .head-root .ttl-logo {
    width: 200px;
  }
  .head-root .global-menu {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    margin-top: 0;
    background-color: white;
    z-index: 999;
  }
  .head-root .global-menu-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #e6e6e6;
  }
  .head-root .global-menu-inner .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 52px;
    padding-top: 12px;
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
  }
  .head-root .global-menu-inner .item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 44px;
    padding-bottom: 14px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140444.png) 50% 13px no-repeat;
    background-size: 33px 27px;
  }
  .head-root .global-menu-inner .item:nth-child(even) {
    border-left: 1px solid #e6e6e6;
  }
  .head-root .global-menu-inner .item .en {
    display: none;
  }
  .head-root .global-menu-inner .item .ja {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 1.5rem;
    border-bottom: 1px solid #e96b7c;
  }
  .head-root .wrap-ad {
    width: 320px;
    margin-top: 0;
  }
  .head-root .menu-opener {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 44px;
    height: 44px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180514/20180514200938.png) 50% 50% no-repeat;
    background-size: 20px 18px;
    cursor: pointer;
  }
  .head-root .menu-opener.is-open {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140432.png);
    background-size: 16px 16px;
  }
  .foot-root {
    margin-top: 0;
  }
  .foot-root .totop {
    display: block;
    width: 100%;
    height: 60px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tvtokyo_announcer/20180425/20180425140421.png) 50% 50% no-repeat;
    background-size: 15px 9px;
  }
  .foot-root .strip.n1 .tw {
    width: 100%;
  }
  .foot-root .strip.n1 .tw span {
    padding-left: 30px;
    background-size: 24px 20px;
    font-size: 1.4rem;
  }
  .foot-root .strip.n2,
  .foot-root .strip.n3,
  .foot-root .strip.n4 {
    padding: 0;
  }
  .foot-root .strip.n2 .container,
  .foot-root .strip.n3 .container,
  .foot-root .strip.n4 .container {
    width: 100%;
  }
  .foot-root .strip.n2 .ttl,
  .foot-root .strip.n3 .ttl,
  .foot-root .strip.n4 .ttl {
    display: none;
  }
  .foot-root .strip.n2 .links,
  .foot-root .strip.n3 .links,
  .foot-root .strip.n4 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
  .foot-root .strip.n2 .links li,
  .foot-root .strip.n3 .links li,
  .foot-root .strip.n4 .links li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    line-height: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .foot-root .strip.n2 .links li:nth-child(even),
  .foot-root .strip.n3 .links li:nth-child(even),
  .foot-root .strip.n4 .links li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .foot-root .strip.n2 .links li a,
  .foot-root .strip.n3 .links li a,
  .foot-root .strip.n4 .links li a {
    padding-left: 16px;
    background-position: 8px 50%;
  }
  .foot-root .strip.n2 .links li a.tight,
  .foot-root .strip.n3 .links li a.tight,
  .foot-root .strip.n4 .links li a.tight {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
  }
  .foot-root .cr {
    font-size: 1rem;
  }
  .slick-viz {
    margin-top: 0;
  }
  .slick-viz .item {
    width: 90%;
    margin: 0 4px;
  }
  .module-profile .ttl-sex {
    width: 90%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .module-profile .ttl-sex ~ .ttl-sex {
    margin-top: 30px;
  }
  .module-profile .blocks-wrap .blocks-mask:after {
    width: 80px;
  }
  .module-profile .blocks-wrap .blocks-mask:before {
    width: 26px;
    height: 26px;
    background-size: 7px 12px;
  }
  .module-profile .blocks-wrap .blocks-mask.next:before {
    right: 12px;

  }
  .module-profile .blocks-wrap .blocks-mask.prev:before {
    left: 12px;
  }
  .module-profile .blocks {
    padding-left: 5%;
    padding-right: 5%;
  }
  .module-profile .blocks .block {
    width: 130px;
  }
  .module-profile .blocks .block .name-ja {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .module-profile .new-w {
    font-size: 80%;
    padding: 0 4px;
    margin: 0 5px 0 0;
    color: #fff;
    background: #ff3747;
  }
  .module-profile .new-m {
    font-size: 80%;
    padding: 0 4px;
    margin: 0 5px 0 0;
    color: #fff;
    background: #27aef1;
  }
  .module-profile .blocks .block .name-en {
    font-size: 1rem;
  }
  .module-profile .blocks .block .bttn-prof,
  .module-profile .blocks .block .bttn-blog {
    width: 100px;
    border-radius: 15px;
    font-size: 1.3rem;
    line-height: 2.30769;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.page-static_page .module-profile .blocks-wrap .blocks .block {
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }
  body.page-static_page .module-profile .blocks-wrap .blocks .block:nth-child(n + 3) {
    margin-top: 8px;
  }
  .module-special {
    padding-left: 5%;
    padding-right: 5%;
  }
  .module-special .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .module-special .item .text {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .module-special .item + .item {
    margin-top: 20px;
  }
  .module-banners {
    margin-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .module-banners .banner + .banner {
    margin-top: 20px;
  }
  .twitter-timeline-wrap {
    height: 250px;
  }
  #box2 {
    margin-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .search-result {
    padding-left: 5%;
    padding-right: 5%;
  }
  .search-result .archive-heading {
    font-size: 1.6rem;
  }
}

/**** MOUSE OR **************/
html.isnt-touch a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html.isnt-touch a:hover {
  color: black;
}

html.isnt-touch .fade {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
html.isnt-touch .fade:hover {
  opacity: 0.6 !important;
}
html.isnt-touch .fade.banner {
  display: block;
}

html.isnt-touch .bttn-cmmn,
html.isnt-touch .pager .pager-prev a,
.pager .pager-prev html.isnt-touch a,
html.isnt-touch .pager .pager-next a,
.pager .pager-next html.isnt-touch a {
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /*	.text{
		color: $pink;
	}
	&:before{
		transform: scale(1, 1);
		opacity: 1;
	}
*/
}
html.isnt-touch .bttn-cmmn:hover,
html.isnt-touch .pager .pager-prev a:hover,
.pager .pager-prev html.isnt-touch a:hover,
html.isnt-touch .pager .pager-next a:hover,
.pager .pager-next html.isnt-touch a:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.isnt-touch .pager .pager-prev a,
html.isnt-touch .pager .pager-next a {
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.isnt-touch .pager .pager-prev a:hover,
html.isnt-touch .pager .pager-next a:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.isnt-touch .hatena-urllist .urllist-item,
html.isnt-touch .hatena-urllist .archive-entry,
html.isnt-touch .archive-entries .urllist-item,
html.isnt-touch .archive-entries .archive-entry {
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.isnt-touch .hatena-urllist .urllist-item:hover,
html.isnt-touch .hatena-urllist .archive-entry:hover,
html.isnt-touch .archive-entries .urllist-item:hover,
html.isnt-touch .archive-entries .archive-entry:hover {
  -webkit-transform: scale(1.035, 1.035);
  transform: scale(1.035, 1.035);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
  z-index: 99;
  /*border-color: white !important;*/
}
html.isnt-touch .hatena-urllist .urllist-item:hover .urllist-image,
html.isnt-touch .hatena-urllist .archive-entry:hover .urllist-image,
html.isnt-touch .archive-entries .urllist-item:hover .urllist-image,
html.isnt-touch .archive-entries .archive-entry:hover .urllist-image {
  -webkit-transform: translatey(-50%) scale(1.25, 1.25) !important;
  transform: translatey(-50%) scale(1.25, 1.25) !important;
}
html.isnt-touch .hatena-urllist .urllist-item .urllist-title-link:hover,
html.isnt-touch .hatena-urllist .urllist-item .entry-title-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .urllist-title-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .entry-title-link:hover,
html.isnt-touch .archive-entries .urllist-item .urllist-title-link:hover,
html.isnt-touch .archive-entries .urllist-item .entry-title-link:hover,
html.isnt-touch .archive-entries .archive-entry .urllist-title-link:hover,
html.isnt-touch .archive-entries .archive-entry .entry-title-link:hover {
  color: #e96b7c;
}
html.isnt-touch .hatena-urllist .urllist-item .urllist-categories .urllist-category-link:hover,
html.isnt-touch .hatena-urllist .urllist-item .urllist-categories .archive-category-link:hover,
html.isnt-touch .hatena-urllist .urllist-item .categories .urllist-category-link:hover,
html.isnt-touch .hatena-urllist .urllist-item .categories .archive-category-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .urllist-categories .urllist-category-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .urllist-categories .archive-category-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .categories .urllist-category-link:hover,
html.isnt-touch .hatena-urllist .archive-entry .categories .archive-category-link:hover,
html.isnt-touch .archive-entries .urllist-item .urllist-categories .urllist-category-link:hover,
html.isnt-touch .archive-entries .urllist-item .urllist-categories .archive-category-link:hover,
html.isnt-touch .archive-entries .urllist-item .categories .urllist-category-link:hover,
html.isnt-touch .archive-entries .urllist-item .categories .archive-category-link:hover,
html.isnt-touch .archive-entries .archive-entry .urllist-categories .urllist-category-link:hover,
html.isnt-touch .archive-entries .archive-entry .urllist-categories .archive-category-link:hover,
html.isnt-touch .archive-entries .archive-entry .categories .urllist-category-link:hover,
html.isnt-touch .archive-entries .archive-entry .categories .archive-category-link:hover {
  background-color: #444444 !important;
  color: white !important;
}

html.isnt-touch .hatena-module-archive a:hover {
  color: #e96b7c;
}

html.isnt-touch .head-root .links li a:hover {
  color: #e96b7c;
}

html.isnt-touch .head-root .links li:first-child a:hover {
  background-color: #e96b7c;
  color: white;
}

html.isnt-touch .head-root .global-menu a:hover .en,
html.isnt-touch .head-root .global-menu a:hover .ja {
  color: #e96b7c;
}

html.isnt-touch .head-root .global-menu-inner .item:hover:after {
  width: 20px;
}

html.isnt-touch .foot-root .totop:hover {
  background-color: #e96b7c;
}

html.isnt-touch .foot-root .tw:hover {
  background-color: #666 !important;
}

html.isnt-touch .foot-root .links a:hover {
  color: #ccc;
}

html.isnt-touch .module-profile .blocks .block:hover .urllist-title-link {
  color: #e96b7c;
}

html.isnt-touch .module-profile .blocks .block:hover .fig img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

html.isnt-touch .module-profile .blocks .block .bttn-prof,
html.isnt-touch .module-profile .blocks .block .bttn-blog {
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.isnt-touch .module-profile .blocks .block .bttn-prof:hover,
html.isnt-touch .module-profile .blocks .block .bttn-blog:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.isnt-touch .module-profile .blocks-wrap .blocks-mask:hover:before {
  background-color: #999;
}

html.isnt-touch .module-special .item img {
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.isnt-touch .module-special .item:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

html.isnt-touch .module-special .item:hover .text {
  color: #e96b7c !important;
}

/* </system> */