@charset "UTF-8";
/*!
Theme Name: Nukidokoro Times
Theme URI: http://underscores.me/
Author: nukidokoro
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nukidokoro-times
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nukidokoro Times is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

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

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

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

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

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

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

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

/**************************************************
	base
***************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 18px;
  font-size: min(18px, 1.1842105263vw);
  background: #e4e6e7;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background: #e4e6e7;
}
@media (max-width: 767px) {
  body {
    width: 100vw;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
  }
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

::selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.2222222222rem 0;
}

/* ---------- text ---------- */
._bold {
  font-weight: 600;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._green {
  color: #000 !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.5555555556rem !important;
}

._default {
  margin-bottom: 1.1111111111rem !important;
}

._double {
  margin-bottom: 2.2222222222rem !important;
}

._first {
  margin-top: 0 !important;
}

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    Header
***************************************************/
.site-header {
  border-bottom: 1px solid #000;
}
.site-header > .inner {
  padding: 3.3333333333rem;
}
@media (max-width: 767px) {
  .site-header > .inner {
    padding: 1.6666666667rem 1.1111111111rem 1.1111111111rem;
  }
}
.site-header .site-name {
  width: 100%;
  line-height: 1;
}
.site-header .site-lead {
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-align: center;
  margin: 1.1111111111rem auto 0;
}
@media (max-width: 767px) {
  .site-header .site-lead {
    font-size: 0.8888888889rem;
    margin: 0.5555555556rem auto 0;
  }
}

/**************************************************
    Footer
***************************************************/
.footer-nav > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer-nav > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-nav > .inner > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.7777777778rem;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .footer-nav > .inner > .item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer-nav > .inner > .item > a {
  text-decoration: none;
  display: block;
  padding: 1.1111111111rem;
}
.footer-nav > .inner > .item > a:hover {
  background: #000;
  color: #fff;
}
.footer-nav > .inner > .item:first-child {
  border-left: none;
}

.site-footer {
  border-top: 1px solid #000;
}
.site-footer > .inner {
  padding: 4.4444444444rem;
}
@media (max-width: 767px) {
  .site-footer > .inner {
    padding: 1.6666666667rem;
  }
}
.site-footer .message {
  font-size: 0.7777777778rem;
  text-align: center;
  color: #999;
}
.site-footer .copyright {
  text-align: center;
  display: block;
}

/**************************************************
    Content
***************************************************/
.site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
  padding: 4.4444444444rem;
  margin: 0 auto;
  position: relative;
}
.site-content section > .inner.pb0, .site-content section.inner.pb0, .site-content .section > .inner.pb0, .site-content .section.inner.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
    padding: 2.2222222222rem 1.1111111111rem;
  }
}

.site-content.-lower {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.25fr 3fr;
  grid-template-columns: 1.25fr 3fr;
}
@media (max-width: 767px) {
  .site-content.-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-content.-lower #secondary {
  border-right: 1px solid #000;
  padding: 4.4444444444rem;
  position: relative;
}
@media (max-width: 767px) {
  .site-content.-lower #secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-right: none;
    border-top: 1px solid #000;
    padding: 2.2222222222rem 1.1111111111rem;
  }
}
.site-content.-lower #secondary > .inner {
  position: sticky;
  top: 2.2222222222rem;
  left: 0;
}
@media (max-width: 767px) {
  .site-content.-lower #primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.breadcrumb {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
}
.breadcrumb .breadcrumb-list {
  padding: 1.1111111111rem 4.4444444444rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    max-width: 100%;
    padding: 0.8333333333rem 1.1111111111rem;
  }
}
.breadcrumb .breadcrumb-list > li {
  font-size: 0.7777777778rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  margin: 0 0;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 0.6666666667rem;
  }
}
.breadcrumb .breadcrumb-list > li a {
  color: #000;
  padding: 0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-list > li::after {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.2222222222rem;
  height: 0.2222222222rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0.6666666667rem;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li::after {
    margin: 0.1666666667rem 0.3333333333rem 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li:last-child {
    padding-right: 1.1111111111rem;
  }
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

/**************************************************
    Secondary
***************************************************/
#secondary .thumb {
  margin-bottom: 2.2222222222rem;
}
#secondary .thumb > a {
  display: block;
}
#secondary .thumb > a img {
  width: 100%;
  height: auto;
}
#secondary .thumb > a:hover {
  opacity: 0.6;
}
#secondary .index-list {
  margin-bottom: 1.6666666667rem;
}
#secondary .index-list > .item > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secondary .index-list > .item > a::before {
  content: "";
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  display: block;
  background: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  margin: 0.3333333333rem 0.3333333333rem 0 0;
}
#secondary .index-list > .item > a:hover {
  text-decoration: underline;
}

/**************************************************
    Primary
***************************************************/
#primary > .inner {
  overflow: hidden;
}
#primary > .inner p > strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd52c));
  background: linear-gradient(transparent 60%, #ffd52c 60%);
  font-style: normal;
  font-weight: bold;
}
#primary .article-block {
  display: block;
}
#primary .article-block > .thumb {
  margin-bottom: 3.3333333333rem;
}
@media (max-width: 767px) {
  #primary .article-block > .thumb {
    margin-bottom: 1.6666666667rem;
  }
}
#primary .article-block > .body {
  margin-left: 0;
}
#primary .page-title {
  font-size: 2.3333333333rem;
  line-height: 1.5;
  margin: 0 0 2.2222222222rem;
}
@media (max-width: 767px) {
  #primary .page-title {
    font-size: 1.7777777778rem;
  }
}
#primary .cover-image {
  margin-bottom: 3.3333333333rem;
}
#primary .cover-image > a img {
  width: 100%;
  height: auto;
}
#primary .cover-image > a:hover {
  opacity: 0.6;
}

/**************************************************
    Heading
***************************************************/
.section-title {
  text-align: center;
}
.section-title > .ja {
  font-size: 4.5555555556rem;
  margin: -2.2222222222rem auto 0;
  display: block;
}
@media (max-width: 767px) {
  .section-title > .ja {
    font-size: 1.7777777778rem;
    margin: -0.5555555556rem auto 0;
  }
}

.section-lead {
  font-size: 1.2222222222rem;
  margin: 0 auto 4.4444444444rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-lead {
    font-size: 0.8888888889rem;
    margin: 0 auto 1.6666666667rem;
  }
}

.h3-a {
  font-size: 2.1111111111rem;
  padding-top: 2.2222222222rem;
  margin: 2.2222222222rem 0 2.2222222222rem;
}
@media (max-width: 767px) {
  .h3-a {
    font-size: 1.7777777778rem;
  }
}

.h4-a {
  font-size: 1.7777777778rem;
  margin: 3.3333333333rem 0 1.6666666667rem;
}
@media (max-width: 767px) {
  .h4-a {
    font-size: 1.4444444444rem;
  }
}

.h5-a {
  font-size: 1.4444444444rem;
  margin: 2.2222222222rem 0 1.1111111111rem;
}
@media (max-width: 767px) {
  .h5-a {
    font-size: 1.1111111111rem;
  }
}

/**************************************************
    Card
***************************************************/
/* -----------------------------------------------
  Column
-------------------------------------------------- */
.column-2 > .column a, .column-3 > .column a, .column-4 > .column a, .column-5 > .column a {
  display: block;
}
.column-2 > .column a:hover, .column-3 > .column a:hover, .column-4 > .column a:hover, .column-5 > .column a:hover {
  opacity: 0.6;
}

.column-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1111111111rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.1111111111rem;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  .column-2 {
    gap: 0.5555555556rem;
  }
}

.column-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.1111111111rem;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  .column-3 {
    -ms-grid-columns: 1fr 0.5555555556rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5555555556rem;
  }
}

.column-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.1111111111rem;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  .column-4 {
    -ms-grid-columns: 1fr 0.5555555556rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5555555556rem;
  }
}

.column-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr 1.1111111111rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.1111111111rem;
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  .column-5 {
    -ms-grid-columns: 1fr 0.5555555556rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5555555556rem;
  }
}

/**************************************************
	list
***************************************************/
.news-list {
  border-bottom: 1px solid #000;
}
.news-list .news-block {
  border-top: 1px solid #000;
}
.news-list .news-block > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1111111111rem;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-list .news-block > .item {
    display: block;
    padding: 1.1111111111rem 0;
  }
}
.news-list .news-block > .item > .thumbnail {
  display: none;
}
.news-list .news-block > .item > .body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .news-list .news-block > .item > .body {
    margin: 0;
    display: block;
  }
}
.news-list .news-block > .item > .body > .information {
  width: 11.1111111111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-list .news-block > .item > .body > .information {
    width: auto;
    margin-bottom: 0.2777777778rem;
  }
}
.news-list .news-block > .item > .body > .information > .date {
  font-size: 0.7777777778rem;
  margin-right: 1.1111111111rem;
}
@media (max-width: 767px) {
  .news-list .news-block > .item > .body > .information > .date {
    font-size: 0.6666666667rem;
    margin-right: 0.5555555556rem;
  }
}
.news-list .news-block > .item > .body > .information > .label {
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .news-list .news-block > .item > .body > .information > .label {
    font-size: 0.6666666667rem;
  }
}
.news-list .news-block > .item > .body > .title {
  font-size: 1.1666666667rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-list .news-block > .item > .body > .title {
    font-size: 0.7777777778rem;
    line-height: 1.5;
  }
}
.news-list .news-block > .item > .body > .more {
  display: none;
}
.news-list .news-block > .item:hover {
  background: #000;
  color: #fff;
}

.button-list {
  --_breakpoint: 300px;
  display: block flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5555555556rem 1.1111111111rem;
  margin-bottom: 0.5555555556rem;
}
.button-list > .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc((var(--_breakpoint) - 100%) * 9999);
      flex-basis: calc((var(--_breakpoint) - 100%) * 9999);
}
.button-list > .item > a {
  display: block;
  text-decoration: none;
  border-radius: 1000px;
  text-align: center;
  padding: 0.4444444444rem 2.2222222222rem 0.5555555556rem;
  white-space: nowrap;
}
.button-list > .item.-more > a {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.button-list > .item.-more > a:hover {
  background: #e4e6e7;
  color: #000;
}
.button-list > .item.-fanza > a {
  border: 1px solid #c10000;
  background: #c10000;
  color: #fff;
}
.button-list > .item.-fanza > a:hover {
  color: #c10000;
  background: #e4e6e7;
}
.button-list > .item.-fanza.-outline > a {
  border: 1px solid #c10000;
  color: #c10000;
  background: #e4e6e7;
}
.button-list > .item.-fanza.-outline > a:hover {
  background: #c10000;
  color: #fff;
}

/**************************************************
    Table
***************************************************/
.table-a {
  width: 100%;
  margin: 0 auto 1.6666666667rem;
  border-spacing: 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .table-a {
    width: 100%;
    max-width: 100%;
    font-size: 0.6666666667rem;
    margin: 0 auto 1.1111111111rem;
  }
}
.table-a th, .table-a td {
  padding: 0.7777777778rem 1.1111111111rem;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.table-a th > ul > li > a, .table-a td > ul > li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: none;
}
.table-a th > ul > li > a:hover, .table-a td > ul > li > a:hover {
  text-decoration: underline;
}
.table-a th {
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table-a th br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-scroll .scroll-hint-icon {
    top: calc(50% - 45px);
    left: calc(50% - 90px);
    width: 180px;
    height: 90px;
  }
}
/**************************************************
    icon
***************************************************/
.icon, .icon-arrow-b_blue-after::after, .icon-arrow-b_blue::before, .icon-pdf-after::after, .icon-pdf::before, .icon-external_white-after::after, .icon-external_white::before, .icon-external-after::after, .icon-external::before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2222222222rem;
}

.icon-external::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.5em;
}

.icon-external-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0.5em;
}

.icon-external_white::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_external_white.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.5em;
}

.icon-external_white-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_external_white.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0.5em;
}

.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.5em;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0.5em;
}

.icon-arrow-b_blue::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow-b_blue.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.5em;
}

.icon-arrow-b_blue-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow-b_blue.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0.5em;
}

/**************************************************
    block
***************************************************/
.article-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 4.4444444444rem;
}
@media (max-width: 767px) {
  .article-block {
    display: block;
  }
}
.article-block > .thumb {
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .article-block > .thumb {
    margin-bottom: 1.6666666667rem;
  }
}
.article-block > .thumb > a {
  display: block;
}
.article-block > .thumb > a:hover {
  opacity: 0.6;
}
.article-block > .thumb > a img {
  width: 100%;
  height: auto;
}
.article-block > .body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 3.3333333333rem;
}
@media (max-width: 767px) {
  .article-block > .body {
    margin-left: 0;
  }
}
.article-block > .body > .meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5555555556rem;
}
.article-block > .body > .meta-list > .item {
  margin: 0 0 0 0.8333333333rem;
}
.article-block > .body > .meta-list > .item time, .article-block > .body > .meta-list > .item span {
  font-size: 0.7777777778rem;
  font-weight: 500;
  color: #111;
}
.article-block > .body > .meta-list > .item:first-child {
  margin-left: 0;
}
.article-block > .body > .title {
  font-size: 2.3333333333rem;
  margin-bottom: 0.8888888889rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .article-block > .body > .title {
    font-size: 1.7777777778rem;
  }
}
.article-block > .body > .title > a {
  text-decoration: none;
  color: #000;
}
.article-block > .body > .title > a:hover {
  color: #1b6ef3;
}
.article-block > .body > .lead {
  line-height: 2;
  margin-bottom: 1.3888888889rem;
}
.article-block > .body > .lead > em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd52c));
  background: linear-gradient(transparent 60%, #ffd52c 60%);
  font-style: normal;
  font-weight: bold;
}
.article-block > .body > .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.1111111111rem;
}
.article-block > .body > .tag-list > .item {
  font-size: 0.7777777778rem;
  font-weight: 400;
  margin: 0 0.5555555556rem 0.2777777778rem 0;
}
.article-block > .body > .tag-list > .item > a {
  text-decoration: none;
  color: #666;
}
.article-block > .body > .tag-list > .item > a:hover {
  text-decoration: underline;
  color: #000;
}
.article-block > .body > .pickup-list {
  margin-bottom: 2.2222222222rem;
}
.article-block > .body > .pickup-list > .item > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7777777778rem;
  display: block;
  padding: 0rem 0.5555555556rem;
}
.article-block > .body > .pickup-list > .item.-fanza > a, .article-block > .body > .pickup-list > .item.-fanza-only > a {
  border: 1px solid #c10000;
  color: #c10000;
  text-decoration: none;
}
.article-block > .body > .pickup-list > .item.-fanza > a:hover, .article-block > .body > .pickup-list > .item.-fanza-only > a:hover {
  background: #c10000;
  color: #fff;
}
.article-block > .body > .point {
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 5.5555555556rem;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  pointer-events: none;
}
.article-block > .body > .point::before {
  content: "ヌキパワー";
  display: block;
  font-size: 0.7777777778rem;
  font-weight: 500;
  line-height: 1;
  margin: 1.1111111111rem 1.1111111111rem 0 0;
}
.article-block:last-child {
  margin-bottom: 0;
}

.history-block {
  position: relative;
  width: 100%;
  margin: 3.3333333333rem auto;
}
@media (max-width: 767px) {
  .history-block {
    margin: 1.6666666667rem auto;
  }
}
.history-block:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .history-block:before {
    left: 50%;
  }
}
.history-block > .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 3.3333333333rem 0;
}
@media (max-width: 767px) {
  .history-block > .item {
    padding: 0 0 1.6666666667rem 0;
  }
}
.history-block > .item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .history-block > .item:before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
  }
}
.history-block > .item:last-child:after {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 0;
}
@media (min-width: 769px) {
  .history-block > .item:last-child:after {
    left: 50%;
    width: 8px;
    height: 8px;
  }
}
.history-block > .item > .inner {
  max-width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 767px) {
  .history-block > .item > .inner {
    max-width: 100%;
    padding-left: 1.3888888889rem;
  }
}
.history-block > .item > .inner > .time {
  font-size: 2.3333333333rem;
  font-weight: 400;
  position: absolute;
  top: -0.4444444444rem;
  right: -18.0555555556rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .history-block > .item > .inner > .time {
    font-size: 1.7777777778rem;
    position: static;
  }
}
.history-block > .item > .inner > .image > a {
  display: block;
}
.history-block > .item > .inner > .image > a:hover {
  opacity: 0.6;
}
.history-block > .item > .inner > .image img {
  width: 100%;
  height: auto;
}
.history-block > .item > .inner > .text {
  padding-top: 0.5555555556rem;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .history-block > .item > .inner > .text {
    margin-top: 0.8333333333rem;
  }
}
.history-block > .item > .inner > .text p > em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd52c));
  background: linear-gradient(transparent 60%, #ffd52c 60%);
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 769px) {
  .history-block > .item:nth-of-type(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.history-block > .item:nth-of-type(2n) > .inner > .time {
  left: -18.0555555556rem;
}

.history-block-text {
  font-size: 3.4444444444rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  font-style: italic;
}

/**************************************************
    button
***************************************************/
/**************************************************
    Other
***************************************************/
.box-a, .box-b, .box-c, .box-d, .box-f {
  padding: 1.6666666667rem;
  margin: 1.6666666667rem 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .box-a, .box-b, .box-c, .box-d, .box-f {
    padding: 1.1111111111rem;
  }
}
.box-a:first-child, .box-b:first-child, .box-c:first-child, .box-d:first-child, .box-f:first-child {
  margin-top: 0;
}

.box-a {
  border: 1px solid #e5e5e5;
}

/**************************************************
    Top
***************************************************/
body.home .section-news {
  border-top: 1px solid #000;
}
body.home .section-news > .inner {
  max-width: 100%;
}