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

.breadcrumb__page:not(:last-child)::after {
  content: "";
  display: inline-block;
  background-image: url("../../images/icon__chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.2rem;
  color: #000000;
  vertical-align: -0.2rem;
}

.breadcrumb {
  margin-top: -0.1rem;
  padding-top: 0.1rem;
}
.breadcrumb__content {
  margin-top: 1.3rem;
  padding: 0 1.6rem;
}
.breadcrumb__page {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0D9CCA;
}
.breadcrumb [data-current] {
  color: #000000;
}

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

.tabs {
  display: none;
}

.post__container {
  color: #000000;
  width: 66rem;
  padding-bottom: 4rem;
}
.post__meta {
  position: relative;
  margin-top: 1.5rem;
}
.post__date {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666666;
}
.post__broadcaster {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post__broadcaster {
  line-height: 1;
}
.post__broadcaster > img {
  line-height: 0;
}
.post__broadcaster--1 {
  height: 2.1rem;
}
.post__broadcaster--2 {
  height: 1rem;
}
.post__broadcaster--3 {
  height: 2.1rem;
}
.post__broadcaster--4 {
  height: 1.4rem;
}
.post__broadcaster--2 {
  margin-bottom: 0.5rem;
}
.post__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #FFBB00;
}
.post__featured-image {
  margin-top: 2rem;
}
.post__featured-image > img {
  width: 100%;
}
.post__content {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: -0.5rem;
}
.post__program {
  margin-top: 3rem;
}
.post__tags {
  margin-top: 4rem;
}
.post__share {
  padding: 0.5rem 0;
  background-color: #F3F3F3;
}
.post__element {
  max-width: 100%;
  margin-top: 1.5rem;
}
.post__element + .post__element {
  margin-top: 2rem;
}
.post__element--text > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #FFBB00;
}
.post__element--text > h3, .post__element--text h4, .post__element--text h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.post__element--text > p {
  margin-bottom: 1.5rem;
}
.post__element--text > p > a {
  color: #0D9CCA;
}

.program__summary {
  padding: 2rem 2.8rem;
  border: 0.2rem solid #FFBB00;
  border-radius: 0.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1fr;
  grid-template-columns: 8rem 1fr;
          grid-template-areas: "thumb title" "thumb info" "button button";
}
.program__thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  width: 8rem;
  grid-area: thumb;
}
.feed .entry .entry__summary > .program__thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.program__thumb > img {
  width: 100%;
}
.program__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 2rem;
}
.feed .entry .entry__summary > .program__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.program__info {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: info;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-left: 2rem;
}
.program__text {
  display: inline-block;
}
.program__text--1 {
  height: 2.6rem;
}
.program__text--1 img {
  height: 100%;
}
.program__text--2 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.program__link {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: button;
  -ms-grid-column-align: center;
      justify-self: center;
  background-color: #FFBB00;
  background-color: var(--color-brand);
  border-radius: 4.4rem;
  width: 100%;
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  margin: 2.5rem auto 1rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  margin-right: -1rem;
}
.tags__item {
  border: 0.1rem solid #E5E5E5;
  background-color: #F7F7F7;
  border-radius: 0.4rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.tags__tag {
  display: block;
  color: #666666;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.share {
  background-color: #FFFFFF;
  padding: 4rem 0;
}
.share__heading {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
}
.share__link {
  display: block;
  width: 4rem;
}
.share__link--twitter {
  width: 3rem;
  margin-right: 6rem;
}
.share__image {
  width: 100%;
  height: 100%;
}

.feed__heading {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #666666;
  margin: 1.4rem 0 0;
}
.feed--related .feed__heading {
  margin-top: 0;
}
.feed .entry .entry__summary {
  display: -ms-grid;
  display: grid;
}
.feed .entry .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;
}
.feed .entry .entry__thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
  overflow: hidden;
}
.feed .entry .entry__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.feed .entry .entry__broadcaster {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: broadcaster;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-right: 2.3rem;
}
.feed .entry .entry__broadcaster {
  line-height: 1;
}
.feed .entry .entry__broadcaster > img {
  line-height: 0;
}
.feed .entry .entry__broadcaster--1 {
  height: 2.1rem;
}
.feed .entry .entry__broadcaster--2 {
  height: 1rem;
}
.feed .entry .entry__broadcaster--3 {
  height: 2.1rem;
}
.feed .entry .entry__broadcaster--4 {
  height: 1.4rem;
}
.feed .entry .entry__summary {
  margin: 1rem 0 1.5rem;
  -ms-grid-columns: auto 1.05rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr 0 auto;
  grid-template-rows: 1fr auto;
          grid-template-areas: "thumb title" "thumb broadcaster";
  grid-gap: 0 1.05rem;
}
.feed .entry .entry__title {
  -webkit-line-clamp: 2;
  max-height: 5.4rem;
}
.feed .entry .entry__thumb {
  width: 7rem;
  height: 7rem;
  border-radius: 0.3rem;
}
.feed .entry .entry__broadcaster {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: end;
      align-self: end;
}

.feed--related {
  margin-top: 4rem;
}
.feed--ranking, .feed--latest {
  border-top: 0.2rem solid #D8D8D8;
}

.entry {
  border-bottom: 0.1rem solid #E5E5E5;
}

.post {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66rem 4rem 30rem;
  grid-template-columns: 66rem 30rem;
  -ms-grid-rows: auto 0 auto 0 1fr 0 auto 0 auto;
  grid-template-rows: auto auto 1fr auto auto;
          grid-template-areas: "post latest" "post ranking" "post ." "share ." "related .";
  grid-gap: 0 4rem;
  justify-content: center;
}
.post__container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: post;
}
.post__share {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: share;
}
.post .feed--related {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: related;
}
.post .feed--latest {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: latest;
}
.post .feed--ranking {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: ranking;
}
