@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --text: #043824;
  --color1: #A0D701;
  --color2: #04AD68;
  --color3: #056640;
  --color4: #F1F4F3;
  --black: #111111;
  --dark-gray: #6C757D;
  --light-gray: #BBBBBB;
  --white: #ffffff;
  --bg: #ffffff;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-black: 900;
  --leading-extra-tight: 1.3;
  --leading-tight: 1.8;
  --leading-default: 2;
  --tracking-tight: .025em;
  --tracking-default: .05em;
  --font-sans: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --duration-default: .25s;
  --opacity-default: 0.8;
  --fz12: calc(( 12 / 16 ) *1rem);
  --fz14: calc(( 14 / 16 ) *1rem);
  --fz15: calc(( 15 / 16 ) *1rem);
  --fz16: calc(( 16 / 16 ) *1rem);
  --fz18: calc(( 18 / 16 ) *1rem);
  --fz20: calc(( 20 / 16 ) *1rem);
  --fz22: calc(( 22 / 16 ) *1rem);
  --fz24: calc(( 24 / 16 ) *1rem);
  --fz26: calc(( 26 / 16 ) *1rem);
  --fz28: calc(( 28 / 16 ) *1rem);
  --fz32: calc(( 32 / 16 ) *1rem);
  --fz40: calc(( 40 / 16 ) *1rem);
  --fz80: calc(( 80 / 16 ) *1rem);
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial;
    -webkit-user-select: initial;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--fz14);
  background-color: var(--white);
  color: var(--text);
  font-family: var(--font-noto-sans-jp);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    font-size: var(--fz16);
  }
}

main {
  flex: 1;
}

a {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--color4);
  position: relative;
}

/* Header
----------------------------------------------------------------- */
.l-header {
  position: absolute; /* 上部固定 */
  width: 100%;
  z-index: 1;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* Container
*/
.l-container {
  width: 100%;
  max-width: 1250px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

/**
* Main
*/
.l-main {
  margin-top: 125px;
}
@media (min-width: 768px) {
  .l-main {
    margin-top: 140px;
  }
}

/**
* Section
*/
.l-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 0;
}

.l-section-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .l-section-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/**
* col2
*/
.l-col2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (min-width: 768px) {
  .l-col2 {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .l-col2 {
    gap: 60px;
  }
}

.l-col2__body {
  width: 100%;
}
@media (min-width: 768px) {
  .l-col2__body {
    width: 700px;
  }
}

.l-col2__sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .l-col2__sidebar {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .l-col2__sidebar {
    width: 410px;
  }
}

/**
 * Hamburger-button
 */
.c-hamburger-button {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 45px;
  padding: 0;
}
@media (min-width: 768px) {
  .c-hamburger-button {
    display: none;
  }
}

.c-hamburger-button__line {
  display: inline-block;
  transition: var(--duration-default);
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--white);
  width: 100%;
}

.c-hamburger-button__line:nth-of-type(1) {
  top: calc(50% + 8px);
}

.c-hamburger-button__line:nth-of-type(2) {
  top: 50%;
}

.c-hamburger-button__line:nth-of-type(3) {
  top: calc(50% - 8px);
}

/**
 * header
 */
.c-header {
  background-color: var(--white);
}

.c-header__top {
  display: grid;
  align-content: center;
  height: 80px;
}

.c-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.c-header__logo-wrapper {
  position: relative;
  width: 200px;
}
@media (min-width: 768px) {
  .c-header__logo-wrapper {
    width: 290px;
  }
}

.c-header__logo-link {
  position: absolute;
  content: "";
  inset: 0;
}

.c-header__nav {
  background-color: var(--color2);
}
@media (min-width: 768px) {
  .c-header__nav {
    height: auto;
  }
}

.is-header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

/**
 * Heading
 */
.c-heading {
  font-size: var(--fz26);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: var(--fz40);
    font-size: clamp(2rem, 1.2033rem + 1.6598vw, 2.5rem);
    margin-bottom: 40px;
  }
}

.c-heading--sub {
  text-align: center;
}

.c-heading--sub span {
  display: block;
  color: var(--color2);
  font-size: var(--fz14);
  font-weight: var(--font-bold);
  line-height: 1;
  margin-top: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading--sub span {
    font-size: var(--fz15);
  }
}

.c-heading2 {
  font-size: var(--fz24);
  font-weight: var(--font-medium);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-heading2 {
    font-size: var(--fz32);
  }
}

/**
* c-nav
*/
.c-nav {
  height: 100%;
}
@media (max-width: 767px) {
  .c-nav {
    display: none;
    width: 100%;
    transition: var(--duration-default);
    margin-top: 0;
  }
}

.is-menu-panel--open {
  display: block;
}

.c-nav__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 768px) {
  .c-nav__menu {
    flex-direction: row;
  }
}

.c-nav__item {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-nav__item {
    width: auto;
    display: grid;
    place-content: center;
  }
}

.c-nav__link {
  display: block;
  height: 100%;
  font-size: var(--fz16);
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--white);
  padding: 22px 0;
  transition: var(--duration-default);
}
@media (min-width: 768px) {
  .c-nav__link {
    padding: 22px 40px;
  }
}
@media (hover: hover) {
  .c-nav__link:focus, .c-nav__link:hover {
    background-color: var(--color3);
    transition: var(--duration-default);
  }
}

@media (min-width: 768px) {
  .c-nav__link--current {
    background-color: var(--color3);
    transition: var(--duration-default);
  }
}

body.js-noscroll {
  overflow: hidden;
}

/**
* c-post-card
*/
.c-post-cards {
  display: grid;
  gap: 10px;
}

.c-post-cards--col2 {
  grid-template-columns: 1fr 1fr;
}

.c-post-cards--col3 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1000px) {
  .c-post-cards--col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-post-cards--col4 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .c-post-cards--col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.c-post-card {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--duration-default);
  background-color: var(--white);
}
@media (hover: hover) {
  .c-post-card:focus, .c-post-card:hover {
    transition: var(--duration-default);
    opacity: var(--opacity-default);
  }
}

.c-post-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/312;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
}

.c-post-card__title {
  font-size: var(--fz14);
  line-height: var(--leading-extra-tight);
  font-weight: var(--font-bold);
  padding: 0 5px;
  margin-top: 10px;
  flex-grow: 1;
}

.c-post-card__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5px 3px;
}

.c-post-card__time {
  font-size: var(--fz12);
  color: var(--dark-gray);
}

.c-post-card__link {
  position: absolute;
  content: "";
  inset: 0;
}

/**
* c-search
*/
.c-search-form__box {
  display: flex;
  border: 1px solid #fff;
  border-radius: 50em;
}
@media (min-width: 768px) {
  .c-search-form__box {
    border-width: 0;
  }
}

.c-search-form__input {
  border: 1px solid var(--color2);
  background-color: var(--white);
  border-radius: 50em 0 0 50em;
  width: calc(100% - 40px);
  padding: 0 0 0 10px;
}
@media (min-width: 1000px) {
  .c-search-form__input {
    padding: 0 0 0 40px;
  }
}

.c-search-form__input::placeholder {
  color: var(--color2);
}

.c-search-form__submit {
  display: inline-grid;
  place-content: center;
  padding: 10px;
  background-color: var(--color2);
  border-radius: 0 50em 50em 0;
}

/**
* c-sidebar
*/
.c-sidebar {
  display: grid;
  gap: 40px;
}

.c-sidebar__title {
  position: relative;
  display: grid;
  place-content: center;
  color: var(--white);
  font-size: var(--fz14);
  line-height: 1;
  width: 100%;
  height: 58px;
  background-color: var(--color2);
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .c-sidebar__title {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .c-sidebar__title {
    width: 100%;
  }
}

.c-sidebar__title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--white);
  width: calc(100% - 2px);
  height: 56px;
}
@media (min-width: 768px) {
  .c-sidebar__title::after {
    width: 298px;
  }
}
@media (min-width: 1000px) {
  .c-sidebar__title::after {
    width: calc(100% - 2px);
  }
}

/* slider */
.c-slider {
  padding: 0 50px;
}
@media (min-width: 768px) {
  .c-slider {
    padding: 0 100px;
    max-width: 1920px;
    margin: 0 auto;
  }
}

.c-slider .slick-slide {
  margin-right: 10px;
}

.c-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.c-slider-arrow--prev {
  left: 10px;
}
@media (min-width: 768px) {
  .c-slider-arrow--prev {
    left: 30px;
  }
}

.c-slider-arrow--next {
  right: 10px;
}
@media (min-width: 768px) {
  .c-slider-arrow--next {
    right: 30px;
  }
}

.c-slider .c-post-card {
  display: flex !important;
}

.c-slider .slick-track {
  display: flex;
}

.c-slider .slick-slide {
  height: auto !important;
}

/**
* c-tag-list
*/
.c-tag-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.c-tag-list-title {
  display: block;
  background-color: var(--color3);
  font-size: var(--fz14);
  color: var(--white);
  line-height: 1;
  padding: 0.571em;
}

.c-tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.c-tag-list__item a {
  display: block;
  background-color: var(--color3);
  font-size: var(--fz14);
  color: var(--white);
  line-height: 1;
  padding: 0.571em;
  transition: var(--duration-default);
}
@media (hover: hover) {
  .c-tag-list__item a:focus, .c-tag-list__item a:hover {
    background-color: var(--color2);
    transition: var(--duration-default);
  }
}

.c-tag-list__item--color-gray a {
  background-color: var(--light-gray);
}
@media (hover: hover) {
  .c-tag-list__item--color-gray a:focus, .c-tag-list__item--color-gray a:hover {
    background-color: var(--dark-gray);
  }
}

/**
* c-views
*/
.c-views {
  display: flex;
  align-items: center;
  gap: 0.167em;
}

.c-views__icon {
  background-color: var(--dark-gray);
  -webkit-mask-image: url(/wp-content/uploads/icon_eye-fill.svg);
  mask-image: url(/wp-content/uploads/icon_eye-fill.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 18px;
  height: auto;
  aspect-ratio: 18/12;
}

.c-views__num {
  line-height: 1;
  color: var(--dark-gray);
}

.c-views--sm .c-views__num {
  font-size: var(--fz12);
}

/**
* p-archive
*/
.p-archive__head {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .p-archive__head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
}

.p-archive__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.p-archive__nav-text {
  line-height: var(--leading-extra-tight);
  font-size: var(--fz12);
  color: var(--dark-gray);
  padding: 0.333em 0.667em;
}

.p-archive__nav-text--active {
  background-color: var(--color3);
  color: var(--white);
  border-radius: 5px;
}

/* pagination */
.p-archive-list__pagination {
  display: grid;
  place-content: center;
  gap: 15px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-archive-list__pagination {
    margin-top: 35px;
  }
}
.page-numbers {
  display: inline-flex;
}

.page-numbers a,
.page-numbers span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #999;
  border: 1px solid #ddd;
  text-decoration: none;
}

.page-numbers.current {
  background-color: var(--color3);
  border-color: var(--color3);
  color: var(--white);
}

.page-numbers a:hover, .page-numbers a:focus {
  opacity: 0.8;
  transition: 0.3s;
}

/**
* p-top
*/
/* p-top-mv */
.p-top-mv {
  position: relative;
  height: 53.3333333333vw;
}
@media (min-width: 768px) {
  .p-top-mv {
    height: auto;
  }
}

.p-top-mv__img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media (min-width: 768px) {
  .p-top-mv__img {
    object-position: center;
  }
}

.p-top-mv__copy-wrapper {
  position: absolute;
  display: grid;
  place-content: center;
  background-color: var(--white);
  width: 53.3333333333vw;
  height: auto;
  aspect-ratio: 720/360;
  top: 6.6666666667vw;
  right: 4vw;
}
@media (min-width: 768px) {
  .p-top-mv__copy-wrapper {
    width: 37.5vw;
    top: 8.2291666667vw;
    right: 4.375vw;
  }
}

.p-top-mv__copy-wrapper::before {
  position: absolute;
  content: "";
  width: 55.4666666667vw;
  height: auto;
  aspect-ratio: 736/376;
  border: 1px solid var(--white);
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-top-mv__copy-wrapper::before {
    border: 2px solid var(--white);
    width: 38.3333333333vw;
  }
}

.p-top-mv__copy-sub {
  position: relative;
  color: var(--color2);
  font-size: 3.7333333333vw;
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-mv__copy-sub {
    font-size: 2.0833333333vw;
  }
}

.p-top-mv__copy {
  position: relative;
  color: var(--color2);
  font-size: 6.9333333333vw;
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-mv__copy {
    font-size: 4.1666666667vw;
  }
}

/* p-top-slider */
.p-top-slider {
  background-color: var(--color4);
}

/* p-top-contents */
.p-top-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-top-contents {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

.p-top-contents__item:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-top-contents__item:not(:first-child) {
    margin-top: 120px;
  }
}

.p-top-contents__category-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-top-contents__category-list {
    gap: 15px;
  }
}
@media (min-width: 1000px) {
  .p-top-contents__category-list {
    grid-template-columns: 400px 400px;
    gap: 40px;
  }
}

.p-top-contents__category-item {
  width: 100%;
  background-color: var(--color2);
  transition: var(--duration-default);
}
.p-top-contents__category-item:nth-child(odd) {
  justify-self: end;
}
@media (hover: hover) {
  .p-top-contents__category-item:focus, .p-top-contents__category-item:hover {
    background-color: var(--color3);
    transition: var(--duration-default);
  }
}

.p-top-contents__category-link {
  width: 100%;
  height: 60px;
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: var(--fz16);
  font-weight: var(--font-bold);
}
@media (min-width: 768px) {
  .p-top-contents__category-link {
    height: 100px;
    gap: 40px;
    font-size: var(--fz24);
  }
}

.p-top-contents__category-icon {
  width: 30px;
}
@media (min-width: 768px) {
  .p-top-contents__category-icon {
    width: 50px;
  }
}

/* footer */
.p-footer__nav {
  padding: 60px 0 68px;
}

.p-footer__nav-inner {
  display: grid;
  gap: 45px;
}
@media (min-width: 768px) {
  .p-footer__nav-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.p-footer__nav-title {
  font-size: var(--fz20);
  font-weight: var(--font-bold);
  line-height: 1;
  margin-bottom: 24px;
}

.p-footer__category-list {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-footer__category-list {
    gap: 24px;
  }
}

.p-footer__category-link {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 4px;
}
.p-footer__category-link::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  bottom: 0;
  transition: var(--duration-default);
}
@media (hover: hover) {
  .p-footer__category-link:focus::before, .p-footer__category-link:hover::before {
    background-color: var(--text);
    transition: var(--duration-default);
  }
}

.p-footer__tag-list {
  max-width: 284px;
}

.p-footer__bottom {
  padding: 20px 0;
}

.p-footer__copyright {
  color: var(--color3);
  text-align: center;
  line-height: var(--leading-extra-tight);
}

/**
* p-video-post
*/
.p-video-post__title-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 25px;
  margin-bottom: 20px;
}

.p-video-post__title {
  font-size: var(--fz22);
  line-height: var(--leading-extra-tight);
}

.p-video-post__video-wrapper {
  margin-bottom: 20px;
}

.p-video-post__video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  vertical-align: bottom;
}

.p-video-post__banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-video-post__banner {
    gap: 20px;
  }
}

.p-video-post__banner-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-video-post__banner-item {
    width: calc((100% - 10px ) / 2 );
  }
}

@media screen and (min-width: 768px) {
  .p-video-post__banner-item {
    width: calc((100% - 20px ) / 2 );
  }
}

.p-video-post__banner-item img {
  aspect-ratio: 6 / 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-video-post__meta {
  margin-bottom: 20px;
}

.p-video-post__tags {
  margin-top: 10px;
}

.p-video-post__pager {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-pagination__link {
  width: fit-content;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--dark-gray);
  border: 1px solid var(--light-gray);
  text-decoration: none;
}

.p-pagination__link--next {
  margin-left: auto;
}

/**
* utility
*/
/* u-display */
.u-spnone {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

@media (min-width: 768px) {
  .u-tabnone {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-tabinlineblock {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media (min-width: 1000px) {
  .u-pcnone {
    display: none;
  }
}

@media (min-width: 1000px) {
  .u-pcblock {
    display: block;
  }
}

@media (min-width: 1000px) {
  .u-pcflex {
    display: flex;
  }
}

/* padding */
.u-pl-md {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .u-pl-md {
    padding-left: 18px;
  }
}

/* margin */
.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

/* margin-top */
.u-mt15 {
  margin-top: 15px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt100 {
  margin-top: 100px;
}

/* margin-bottom */
.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* color */
.u-color-primary {
  color: var(--primary);
}

.u-color-link {
  color: var(--link);
}

/* border */
.u-border-bottom {
  border-bottom: 1px solid var(--text);
}

.u-bgc-light-gray {
  background-color: var(--light-gray);
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}