@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 0.1rem;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * 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: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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: 0.1rem dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -0.2rem;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.app__heading {
  font-weight: bold;
  color: #FFBB00;
  color: var(--color-brand);
  margin-bottom: 0.8rem;
}
.app__text {
  margin-bottom: 0.4rem;
  color: #909090;
  color: var(--color-mute);
}
.app__link img {
  width: auto;
  height: 4.8rem;
  margin-bottom: 0.8rem;
}

:root {
  --color-base: #222222;
  --color-mute: #909090;
  --color-brand: #FFBB00;
  --color-accent: #77CC00;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post__element img {
  max-width: 100%;
  height: auto;
}

.clearHidden {
  border: none;
  visibility: hidden;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-nav {
  display: flex;
}
.main-nav__item {
  position: relative;
  margin-right: 0.8rem;
  padding: 0.6rem 0;
}
.main-nav__item:hover .main-nav__link {
  background-color: #FFBB00;
  background-color: var(--color-brand);
  color: #fff;
}
.main-nav__item:hover svg path {
  fill: #fff;
}
.main-nav__item:hover ul {
  display: block;
}
.main-nav__link {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
}
.main-nav__icon svg {
  margin-right: 0.8rem;
  width: 2rem;
}



.main-nav__icon svg path {
  fill: #FFBB00;
  fill: var(--color-brand);
}

.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 14.4rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.sub-nav::before, .sub-nav::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.sub-nav::before {
  top: -1rem;
  border-bottom: 1rem solid #ddd;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}
.sub-nav::after {
  top: -0.8rem;
  border-bottom: 0.8rem solid #fff;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
}
.sub-nav__item:not(:last-child) {
  border-bottom: 0.1rem solid #ddd;
}
.sub-nav__link {
  display: block;
  padding: 1.6rem 0.8rem;
  text-align: center;
}
.sub-nav__link:hover {
  color: #FFBB00;
  color: var(--color-brand);
}

.pager__pages {
  display: flex;
  padding: 4rem 0;
  justify-content: center;
  flex-direction: row;
}
.pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.8rem;
  line-height: 1.4285714286;
  border-radius: 0.5rem;
  background-color: #F3F3F3;
  margin-right: 0.8rem;
}
[data-current] .pager__link {
  background-color: #FFBB00;
}

body {
  margin-top: 8rem;
}

.breadcrumb {
  width: 100%;
  background-color: #FFBB00;
  background-color: var(--color-brand);
}
.breadcrumb__content {
  width: 100rem;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 1rem 0;
}

.menu {
  display: none;
}

.entry[data-entry-type=feature] .entry__summary {
  position: relative;
}
.entry[data-entry-type=feature] .entry__summary::before, .entry[data-entry-type=feature] .entry__summary::after {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  position: absolute;
}
.entry[data-entry-type=feature] .entry__summary::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 8.25rem solid transparent;
  border-left: 8.25rem solid #040000;
}
.entry[data-entry-type=feature] .entry__summary::after {
  content: "特集";
  display: block;
  top: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  transform: rotate(-45deg);
  color: #ffffff;
  left: 1rem;
}

body {
  background-color: #F7F7F7;
}

.contents__special .entries {
  display: block;
  width: 128rem;
  margin: 0 auto;
}

.contents__entries .entries {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
}

.entry[data-entry-type=feature] .entry__summary {
  display: -ms-grid;
  display: grid;
}
.entry[data-entry-type=feature] .entry__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
  -ms-grid-row-align: start;
      align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry[data-entry-type=feature] .entry__thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
  overflow: hidden;
}
.entry[data-entry-type=feature] .entry__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.entry[data-entry-type=feature] .entry__broadcaster {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: broadcaster;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-right: 2.3rem;
}
.entry[data-entry-type=feature] .entry__broadcaster {
  line-height: 1;
}
.entry[data-entry-type=feature] .entry__broadcaster > img {
  line-height: 0;
}
.entry[data-entry-type=feature] .entry__broadcaster--1 {
  height: 2.1rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--2 {
  height: 1rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--3 {
  height: 2.1rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--4 {
  height: 1.4rem;
}
.entry[data-entry-type=feature] .entry__summary {
          grid-template-areas: "thumb title" "thumb broadcaster";
  -ms-grid-columns: 72rem 56rem;
  grid-template-columns: 72rem 56rem;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  background-color: #ffffff;
}
.entry[data-entry-type=feature] .entry__title {
  font-size: 2.8rem;
  line-height: 1.6;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  padding: 4rem;
}
.entry[data-entry-type=feature] .entry__thumb {
  width: 72rem;
}
.entry[data-entry-type=feature] .entry__image {
  width: 100%;
}
.entry[data-entry-type=feature] .entry__broadcaster {
  margin-bottom: 5.3rem;
  margin-right: 4.5rem;
}
.entry[data-entry-type=feature] .entry__broadcaster {
  line-height: 1;
}
.entry[data-entry-type=feature] .entry__broadcaster > img {
  line-height: 0;
}
.entry[data-entry-type=feature] .entry__broadcaster--1 {
  height: 2.94rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--2 {
  height: 1.4rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--3 {
  height: 2.94rem;
}
.entry[data-entry-type=feature] .entry__broadcaster--4 {
  height: 1.96rem;
}
.entry[data-entry-type=grid] {
  width: 32rem;
  height: 32.5rem;
  background-color: #ffffff;
  justify-content: space-between;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.entry[data-entry-type=grid] .entry__summary {
  display: -ms-grid;
  display: grid;
}
.entry[data-entry-type=grid] .entry__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
  -ms-grid-row-align: start;
      align-self: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry[data-entry-type=grid] .entry__thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
  overflow: hidden;
}
.entry[data-entry-type=grid] .entry__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.entry[data-entry-type=grid] .entry__broadcaster {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: broadcaster;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-right: 2.3rem;
}
.entry[data-entry-type=grid] .entry__broadcaster {
  line-height: 1;
}
.entry[data-entry-type=grid] .entry__broadcaster > img {
  line-height: 0;
}
.entry[data-entry-type=grid] .entry__broadcaster--1 {
  height: 2.1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--2 {
  height: 1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--3 {
  height: 2.1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--4 {
  height: 1.4rem;
}
.entry[data-entry-type=grid] .entry__summary {
          grid-template-areas: "thumb" "title" "broadcaster";
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
.entry[data-entry-type=grid] .entry__thumb {
  width: 100%;
  max-width: 32rem;
  max-height: 18.1rem;
  border-radius: 0.4rem;
}
.entry[data-entry-type=grid] .entry__title {
  margin-top: 1.7rem;
  padding: 0 2rem;
  -ms-grid-row-align: start;
      align-self: start;
  color: #1c1c1c;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  max-height: 8.1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--1 {
  margin-bottom: 1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--2 {
  margin-bottom: 2.1rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--3 {
  margin-bottom: 1.2rem;
}
.entry[data-entry-type=grid] .entry__broadcaster--4 {
  margin-bottom: 1.4rem;
}

.contents__special {
  background-color: #FFBB00;
  background-color: var(--color-brand);
}
.contents__entries {
  width: 100rem;
  margin: 1rem auto 0;
}

/*# sourceMappingURL=top.css.map */
