@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

strong {
  font-weight: bold; }

*:before, *:after {
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 16px; }

body {
  line-height: 1.4;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  color: #111; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  width: 100%;
  display: block; }

.header {
  background: #23394c;
  padding: 0 30px;
  height: 88px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .header {
      height: auto;
      padding: 4vw; } }
  .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px; }
    @media only screen and (max-width: 1024px) {
      .header__wrap {
        align-items: flex-start;
        height: auto; } }
  .header__dot {
    position: absolute;
    right: 160px;
    top: 21px; }
    @media only screen and (max-width: 1024px) {
      .header__dot {
        right: 4vw;
        top: 9vw; } }
  @media only screen and (max-width: 1024px) {
    .header__logoimg {
      width: 61.6vw; } }
  @media only screen and (max-width: 1024px) {
    .header__byimg {
      width: 18.4vw; } }
  @media only screen and (max-width: 1024px) {
    .header__dotimg {
      width: 25.6vw; } }

.main {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 768px) {
    .main {
      display: block;
      margin-top: 8vw;
      padding-left: 4vw;
      padding-right: 4vw; } }

.contents {
  margin-right: 30px;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 730px; }
  @media only screen and (max-width: 768px) {
    .contents {
      margin-right: 0; } }

.content {
  position: relative; }
  .content + .content {
    margin-top: 90px; }
    @media only screen and (max-width: 768px) {
      .content + .content {
        margin-top: 12vw; } }
  .content__thumb {
    border-radius: 10px;
    overflow: hidden;
    display: block; }
  .content__author {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: right;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .content__author {
        margin-top: 1.3333333333vw;
        font-size: 13px;
        font-size: 3.4666666667vw; } }
    .content__author span {
      font-weight: bold; }
  .content__ttl {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .content__ttl {
        margin-top: 2.1333333333vw;
        font-size: 24px;
        font-size: 6.4vw; } }
    .content__ttl a {
      text-decoration: none;
      color: #111; }
      .content__ttl a:visited {
        color: #111; }
      .content__ttl a:hover {
        color: #111;
        text-decoration: underline; }
  .content__main {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 25px; }
    .content__main p + p {
      margin-top: 25px; }
    .content__main .wp-block-image {
      text-align: center; }
      .content__main .wp-block-image img {
        display: inline-block; }
    .content__main .wp-block-image + p {
      margin-top: 25px; }
    @media only screen and (max-width: 768px) {
      .content__main {
        margin-top: 3.2vw;
        font-size: 18px;
        font-size: 4.8vw; } }
  .content__data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px; }
    @media only screen and (max-width: 768px) {
      .content__data {
        margin-top: 3.2vw;
        display: block; } }
  .content__date {
    line-height: 26px;
    margin-right: 20px;
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (max-width: 768px) {
      .content__date {
        font-size: 13px;
        font-size: 3.4666666667vw;
        line-height: 6.93vw;
        padding-left: 5.8vw; } }
    .content__date:before {
      content: "";
      width: 15px;
      height: 15px;
      display: block;
      background: url("/wp/wp-content/themes/glowd/parts/img/clock.svg") no-repeat center center;
      background-size: 15px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .content__date:before {
          width: 4vw;
          height: 4vw;
          background-size: 4vw; } }
  @media only screen and (max-width: 768px) {
    .content__tags {
      margin-top: 1.3333333333vw; } }

.new {
  background: #bb3838;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Verdana, "sans-serif";
  font-size: 11px;
  font-size: 0.6875rem; }
  @media only screen and (max-width: 768px) {
    .new {
      width: 10vw;
      height: 10vw;
      border-radius: 5vw;
      font-size: 10px;
      font-size: 2.6666666667vw; } }

.tag {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  background: #111;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  margin-right: 5px;
  margin-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .tag {
      font-size: 13px;
      font-size: 3.4666666667vw;
      height: 6.93vw;
      line-height: 6.93vw;
      border-radius: 3.46vw; } }

.tagTitle {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .tagTitle {
      font-size: 28px;
      font-size: 7.4666666667vw; } }

.paginationWrap {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 768px) {
    .paginationWrap {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%; } }
  .paginationWrap .pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 768px) {
      .paginationWrap .pagination li {
        flex: 1;
        max-width: 40px;
        font-size: 12px; } }
    .paginationWrap .pagination li a, .paginationWrap .pagination li span {
      border-radius: 2px;
      background: #faf8f2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      text-decoration: none;
      color: #111;
      font-size: 12px;
      font-size: 0.75rem; }
      .paginationWrap .pagination li a.current, .paginationWrap .pagination li span.current {
        background: #23394c;
        color: #fff; }
      .paginationWrap .pagination li a.dots, .paginationWrap .pagination li span.dots {
        background: #23394c;
        color: #fff; }
      @media only screen and (max-width: 768px) {
        .paginationWrap .pagination li a, .paginationWrap .pagination li span {
          width: 100%;
          font-size: 12px;
          font-size: 3.2vw; } }
    .paginationWrap .pagination li a:visited {
      color: #111; }
    .paginationWrap .pagination li a:hover {
      background: #23394c;
      color: #fff; }
    .paginationWrap .pagination li + li {
      margin-left: 10px; }

.author {
  display: flex;
  background: #faf8f2;
  padding: 30px;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .author {
      padding: 8vw; } }
  .author__img {
    width: 96px;
    height: auto;
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      .author__img {
        width: 20vw;
        height: auto;
        margin-right: 4vw; } }
    .author__img p {
      border-radius: 9999px;
      overflow: hidden;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .author__img p {
          width: 20vw;
          height: auto; } }
    .author__img img {
      height: auto; }
  .author__wrap {
    flex: 1; }
  .author__name {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .author__name {
        font-size: 13px;
        font-size: 3.4666666667vw;
        margin-bottom: 2.1333333333vw; } }
    .author__name span {
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem; }
      @media only screen and (max-width: 768px) {
        .author__name span {
          font-size: 13px;
          font-size: 3.4666666667vw; } }
  .author__profile {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (max-width: 768px) {
      .author__profile {
        font-size: 13px;
        font-size: 3.4666666667vw; } }

.aside {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 350px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 768px) {
    .aside {
      margin-top: 16vw;
      padding-left: 0;
      padding-right: 0; } }

.sideBlock {
  background: #faf8f2;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .sideBlock {
      padding: 8vw;
      margin-bottom: 4vw; } }
  .sideBlock__ttl {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #23394c;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (max-width: 768px) {
      .sideBlock__ttl {
        font-size: 18px;
        font-size: 4.8vw; } }

.sideLink {
  display: block;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .sideLink {
      margin-bottom: 4vw; } }

.tagList__item {
  display: inline-block;
  margin-bottom: 5px; }

.popular__item + .popular__item {
  margin-top: 20px; }
.popular__thumb a {
  border-radius: 10px;
  overflow: hidden;
  display: block; }
.popular__ttl {
  margin-top: 10px; }
  .popular__ttl a {
    color: #111;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 768px) {
      .popular__ttl a {
        font-size: 14px;
        font-size: 3.7333333333vw; } }
    .popular__ttl a:hover {
      text-decoration: underline;
      color: #111; }
    .popular__ttl a:visited {
      color: #111; }

footer {
  text-align: right;
  margin-top: 160px;
  margin-bottom: 230px;
  padding: 0 30px; }
  @media only screen and (max-width: 768px) {
    footer {
      margin-top: 10.6666666667vw;
      margin-bottom: 16vw;
      padding: 0 4vw; } }
  footer small {
    display: block;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-size: 0.75rem; }
    @media only screen and (max-width: 768px) {
      footer small {
        font-size: 12px;
        font-size: 3.2vw; } }

.wp-block-image {
  margin-top: 25px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }
