@charset "UTF-8";
#talk_wrap .title_text, #index_nav .title {
  font-family: "Koburina Gothic W1 JIS2004", sans-serif; }

body {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  body .indent_half_top,
  body .indent_half {
    margin-left: 0 !important; }
  body h2 br.sp + br {
    display: none; }

@media (max-width: 640px) {
  article {
    padding: 0 0 20px 0;
    background-color: transparent; } }

@media (min-width: 641px) {
  article {
    padding: 0 0 20px 0;
    background-color: transparent; } }

@media (max-width: 640px) {
  .content_wrap {
    padding: 0 20px; } }

@media (min-width: 641px) {
  .content_wrap {
    padding: 0 40px; } }

#talk_wrap .title_text {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  content: "light";
  line-height: 1.5; }
  .ua-desktop-windows #talk_wrap .title_text {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg); }
  @media (max-width: 640px) {
    #talk_wrap .title_text {
      text-align: left; } }

#talk_body .pic_wrap.has-link {
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 6px;
  background: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); }
  .is_pc #talk_body .pic_wrap.has-link {
    cursor: pointer;
    transition: opacity 0.3s; }
  .is_pc #talk_body .pic_wrap.has-link:hover {
    opacity: 0.5; }
  #talk_body .pic_wrap.has-link::after {
    font-family: 'Hobonichi-Icons';
    font-size: 125%;
    line-height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    content: "\e917";
    color: white;
    border-radius: 50%;
    background: black; }

#talk_body .pic_wrap a {
  display: block;
  padding: 0; }
  #talk_body .pic_wrap a[target="_blank"]::after {
    content: none; }
  .is_pc #talk_body .pic_wrap a img:hover {
    opacity: 1; }
  .is_sp #talk_body .pic_wrap a img.touch {
    opacity: 1; }
  #talk_body .pic_wrap a:hover {
    border-bottom: 0 none; }
  .is_sp #talk_body .pic_wrap a.touch {
    border-bottom: 0 none; }

#talk_body .pic_wrap .caption {
  font-size: 16px;
  margin-top: 0;
  padding: 8px 38px 8px 16px;
  color: #000; }

@media (min-width: 641px) {
  #talk_body .txt_box {
    padding: 40px 0; } }

@media (max-width: 640px) {
  #talk_body .txt_box {
    padding: 15px 0 35px 0; } }

#index_nav .title {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  content: "light";
  line-height: 1.5;
  margin-bottom: 0.25em;
  padding: 0;
  text-align: left; }
  .ua-desktop-windows #index_nav .title {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg); }
  @media (max-width: 640px) {
    #index_nav .title {
      font-size: 24px;
      white-space: normal; } }

#index_nav .title br.sp + br {
  display: none; }

#index_nav .date {
  text-align: left; }

@media (min-width: 641px) {
  .ns_donabe_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 641px) {
  .ns_donabe_articles__item {
    width: calc(50% - 10px);
    margin-bottom: 20px !important;
    padding-bottom: 0 !important; } }

.ns_donabe_articles__item a {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  letter-spacing: 0; }
  @media (min-width: 641px) {
    .ns_donabe_articles__item a {
      align-content: flex-start;
      height: 100%; } }
  .is_pc .ns_donabe_articles__item a {
    transition: opacity 0.3s; }
  .is_pc .ns_donabe_articles__item a:hover {
    opacity: 0.5; }

.ns_donabe_articles__item strong, .ns_donabe_articles__item span {
  display: block; }

.ns_donabe_articles__image {
  width: 100%;
  padding-top: 46.07143%;
  border-radius: 6px;
  background: no-repeat center top;
  background-size: cover; }
  @media (min-width: 641px) {
    .ns_donabe_articles__image {
      height: 0; } }

.ns_donabe_articles__text {
  width: 90%; }

.ns_donabe_articles__title {
  font-size: 16px;
  margin: 4px auto; }

.ns_donabe_articles__body {
  text-align: left; }
  @media (min-width: 641px) {
    .ns_donabe_articles__body {
      font-size: 14px; } }

.ns_donabe_articles__icon {
  font-size: 125%;
  position: relative;
  width: 10%;
  text-align: right; }
  .ns_donabe_articles__icon::before {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    color: white;
    border-radius: 50%;
    background: black; }

@media (min-width: 641px) {
  footer .inner {
    padding: 0; } }

@media (min-width: 641px) {
  footer .inner .share li:last-child {
    margin-right: 0; } }

@media (min-width: 641px) {
  footer .inner .hobo {
    right: 0; } }

@media (min-width: 641px) {
  footer .inner .hobo li:first-child {
    margin-left: 0; } }
