@charset "UTF-8";
/*
Theme Name: asiancreative
Description: ぼくらの時間専用テーマです
Text Domain: 
License: 
License URI: 
Version: 1.0.0
Author: n
*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 6.25%;
}

html img {
  vertical-align: bottom;
}

html *:focus {
  outline: none;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("font/NotoSans_demilight.woff") format("woff"), url("font/NotoSans_demilight.woff2") format("woff2"), url("font/NotoSans_demilight.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSans_bold.woff") format("woff"), url("font/NotoSans_bold.woff2") format("woff2"), url("font/NotoSans_bold.otf") format("opentype");
  font-display: swap;
}

body {
  width: 100%;
  color: #000000;
  background: #fcfcfc;
  font-size: 16rem;
  font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
}

body a {
  transition: .3s;
}

body a:hover {
  opacity: .8;
}

body > .header {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 90;
}

body > .header > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  body > .header > .inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  body > .header > .inner {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner {
    padding: 15px 15px;
    justify-content: flex-start;
  }
}

body > .header > .inner > .logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 160px;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .logo {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .logo {
    position: relative;
    margin-left: 70px;
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .logo {
    margin-left: 0;
  }
}

body > .header > .inner > .logo > a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
}

body > .header > .inner > .logo > a > img {
  margin-bottom: 5px;
  height: 30px;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .logo > a > img {
    margin-bottom: 0;
  }
}

body > .header > .inner > .logo > span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  color: #272738;
  font-size: 11rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .logo > span {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .logo > span {
    bottom: -10px;
    left: 0;
    transform: translateX(0);
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .logo > span {
    bottom: -15px;
  }
}

body > .header > .inner > .lang {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang {
    position: static;
    margin-left: auto;
  }
}

body > .header > .inner > .lang.open {
  height: 100vh;
  width: 100vw;
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang.open {
    height: auto;
    width: auto;
  }
}

body > .header > .inner > .lang > .button {
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 45px;
  font-size: 10rem;
  letter-spacing: 0.1em;
  color: #333333;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .lang > .button {
    top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang > .button {
    display: none;
  }
}

body > .header > .inner > .lang > .button::before {
  content: '\f7a2';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 24rem;
}

body > .header > .inner > .lang > .button.open::before {
  content: '\f057';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 24rem;
}

body > .header > .inner > .lang > .bogo-language-switcher {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translateX(-100vw);
  transition: .3s;
  width: 80vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 30px 0;
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .lang > .bogo-language-switcher {
    width: 40vw;
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang > .bogo-language-switcher {
    position: static;
    transform: translateX(0);
    display: flex;
    width: auto;
    height: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
  }
}

body > .header > .inner > .lang > .bogo-language-switcher.open {
  transform: translateX(0);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang > .bogo-language-switcher.open {
    box-shadow: none;
  }
}

body > .header > .inner > .lang > .bogo-language-switcher > li + li {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang > .bogo-language-switcher > li + li {
    margin-top: 0;
    margin-left: 8px;
  }
}

body > .header > .inner > .lang > .bogo-language-switcher > li > span > a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #aaaaaa;
  padding: 0.5em 1.5em;
  font-size: 14rem;
  line-height: 2.5;
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .lang > .bogo-language-switcher > li > span > a {
    font-size: 12rem;
    padding: 0 0.5em;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .header > .inner > .lang > .bogo-language-switcher > li > span > a {
    padding: 0.4em 0.5em 0;
  }
}

body > .header > .inner > .lang > .bogo-language-switcher > li > span > a.current {
  background: #ff2929;
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .searchform {
    position: relative;
    width: 100%;
    max-width: 300px;
    border: 1px solid #eeeeee;
    padding: 5px 5px 5px 40px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  body > .header > .inner > .searchform {
    margin-left: 10px;
  }
}

body > .header > .inner > .searchform > .search-icon {
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 100;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 45px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .searchform > .search-icon {
    top: 10px;
  }
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .searchform > .search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-decoration: none;
  }
}

body > .header > .inner > .searchform > .search-icon::before {
  content: '\f002';
  color: #333333;
  font-size: 24rem;
  font-weight: 700;
  font-family: 'Font Awesome 5 free';
}

body > .header > .inner > .searchform > .search-icon::after {
  content: 'search';
  font-size: 10rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .searchform > .search-icon::after {
    display: none;
  }
}

body > .header > .inner > .searchform > .textbox {
  display: none;
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .searchform > .textbox {
    display: block;
    width: calc(100% - 6em - 5px);
    color: #aaaaaa;
    background: #eeeeee;
    padding: 0 1em;
    font-size: 0.8em;
    line-height: 3;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  body > .header > .inner > .searchform > .textbox {
    font-family: 'MS PGothic';
  }
}

body > .header > .inner > .searchform > .textbox::placeholder {
  color: #aaaaaa;
}

@media screen and (max-width: 480px) {
  body > .header > .inner > .searchform > .textbox {
    width: calc(100% - 60px);
    font-size: calc(0.8em * 0.6);
    line-height: 3.5;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .header > .inner > .searchform > .textbox {
    height: 3em;
    margin-top: -5px;
  }
}

body > .header > .inner > .searchform > .button {
  display: none;
}

body > .header > .inner > .searchform > .button:hover {
  background: #ff2929;
}

@media screen and (min-width: 768px) {
  body > .header > .inner > .searchform > .button {
    display: inline-block;
    width: 6em;
    color: #ffffff;
    background: #aaaaaa;
    margin-left: 5px;
    padding: 0 0.5em;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 3;
    letter-spacing: 0em;
    transition: .3s;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .header > .inner > .searchform > .button {
    line-height: 2;
    padding: 0.8em 0.5em 0.3em;
    white-space: nowrap;
  }
}

body > .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 40px 0 0;
  min-height: calc(100vh - 62px - 38px);
}

body > .contents > .main {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 80px;
  min-height: calc(60vh);
}

@media screen and (min-width: 1200px) {
  body > .contents > .main {
    padding-bottom: 0;
  }
}

body > .contents > .main > .breadclumb {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

body > .contents > .main > .breadclumb > ul {
  display: flex;
  list-style: none;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > .breadclumb > ul {
    overflow-x: scroll;
  }
}

body > .contents > .main > .breadclumb > ul > li {
  display: flex;
  align-items: center;
}

body > .contents > .main > .breadclumb > ul > li > a {
  display: block;
  text-decoration: none;
  color: #888888;
  white-space: nowrap;
}

body > .contents > .main > .breadclumb > ul > li > a > span,
body > .contents > .main > .breadclumb > ul > li > span {
  font-size: 12rem;
  font-weight: 700;
  line-height: 3;
  color: #888888;
  white-space: nowrap;
}

body > .contents > .main > .breadclumb > ul > li > a > span + span,
body > .contents > .main > .breadclumb > ul > li > span + span {
  margin-left: 1em;
}

body > .contents > .main > .breadclumb > ul > li + li::before {
  content: '\f054';
  margin: 0 0.8em;
  font-size: 14rem;
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
  color: #dddddd;
}

body > .contents > .main > .breadclumb > ul > li:nth-child(1) > a::before {
  content: '\f015';
  margin-right: 5px;
  font-size: 16rem;
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
}

body > .contents > .main > section,
body > .contents > .main > article {
  max-width: 1200px;
}

body > .contents > .main > section > .inner > .date,
body > .contents > .main > article > .inner > .date {
  text-align: right;
}

body > .contents > .main > section > .inner > .date > time,
body > .contents > .main > article > .inner > .date > time {
  color: #888888;
  font-size: 12rem;
  font-weight: 700;
}

body > .contents > .main > section > .inner > .date > time.update,
body > .contents > .main > article > .inner > .date > time.update {
  margin-left: 0.5em;
}

body > .contents > .main > section > .inner > .text,
body > .contents > .main > article > .inner > .text {
  font-size: 16rem;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text,
  body > .contents > .main > article > .inner > .text {
    font-size: 14rem;
  }
}

body > .contents > .main > section > .inner > .text p,
body > .contents > .main > article > .inner > .text p {
  margin-bottom: 1em;
  line-height: 2;
}

body > .contents > .main > section > .inner > .text p + h1,
body > .contents > .main > article > .inner > .text p + h1 {
  margin-top: 60px;
}

body > .contents > .main > section > .inner > .text p + h2,
body > .contents > .main > section > .inner > .text p + h3,
body > .contents > .main > section > .inner > .text p + h4,
body > .contents > .main > section > .inner > .text p + h5,
body > .contents > .main > section > .inner > .text p + h6,
body > .contents > .main > article > .inner > .text p + h2,
body > .contents > .main > article > .inner > .text p + h3,
body > .contents > .main > article > .inner > .text p + h4,
body > .contents > .main > article > .inner > .text p + h5,
body > .contents > .main > article > .inner > .text p + h6 {
  margin-top: 40px;
}

body > .contents > .main > section > .inner > .text p + p,
body > .contents > .main > article > .inner > .text p + p {
  margin-top: 1em;
}

body > .contents > .main > section > .inner > .text a,
body > .contents > .main > article > .inner > .text a {
  color: #272738;
  font-weight: 700;
}

body > .contents > .main > section > .inner > .text h1,
body > .contents > .main > article > .inner > .text h1 {
  font-size: 24rem;
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h1,
  body > .contents > .main > article > .inner > .text h1 {
    font-size: 18rem;
    margin: 40px 0 30px;
  }
}

body > .contents > .main > section > .inner > .text h2,
body > .contents > .main > article > .inner > .text h2 {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 24rem;
  line-height: 2;
  border-bottom: 1px solid #272738;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h2,
  body > .contents > .main > article > .inner > .text h2 {
    font-size: 18rem;
    margin: 40px 0 30px;
  }
}

body > .contents > .main > section > .inner > .text h3,
body > .contents > .main > article > .inner > .text h3 {
  margin-top: 40px;
  margin-bottom: 0.5em;
  padding: 0 20px;
  font-size: 22rem;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h3,
  body > .contents > .main > article > .inner > .text h3 {
    font-size: 18rem;
    margin: 60px 0 20px;
  }
}

body > .contents > .main > section > .inner > .text h3:before,
body > .contents > .main > article > .inner > .text h3:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 1.5em;
  background: #272738;
  margin-left: -20px;
}

body > .contents > .main > section > .inner > .text h4,
body > .contents > .main > article > .inner > .text h4 {
  border-radius: 2px;
  background: #dddddd;
  margin-top: 40px;
  margin-bottom: 0.5em;
  padding: 0 0.8em;
  font-size: 20rem;
  line-height: 2.3;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h4,
  body > .contents > .main > article > .inner > .text h4 {
    font-size: 16rem;
    margin: 60px 0 20px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section > .inner > .text h4,
  body > .contents > .main > article > .inner > .text h4 {
    padding-top: 0.4em;
  }
}

body > .contents > .main > section > .inner > .text h5,
body > .contents > .main > article > .inner > .text h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 20rem;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h5,
  body > .contents > .main > article > .inner > .text h5 {
    font-size: 18rem;
    margin: 60px 0 20px;
  }
}

body > .contents > .main > section > .inner > .text h6,
body > .contents > .main > article > .inner > .text h6 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 16rem;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text h6,
  body > .contents > .main > article > .inner > .text h6 {
    margin: 60px 0 20px;
  }
}

body > .contents > .main > section > .inner > .text ul, body > .contents > .main > section > .inner > .text ol,
body > .contents > .main > article > .inner > .text ul,
body > .contents > .main > article > .inner > .text ol {
  margin: 30px 4em;
  padding: 0 1.5em;
  font-size: 16rem;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text ul, body > .contents > .main > section > .inner > .text ol,
  body > .contents > .main > article > .inner > .text ul,
  body > .contents > .main > article > .inner > .text ol {
    font-size: 14rem;
    margin: 30px 0.5em;
  }
}

body > .contents > .main > section > .inner > .text ul li, body > .contents > .main > section > .inner > .text ol li,
body > .contents > .main > article > .inner > .text ul li,
body > .contents > .main > article > .inner > .text ol li {
  line-height: 2;
}

body > .contents > .main > section > .inner > .text ul li > ul,
body > .contents > .main > section > .inner > .text ul li > ol, body > .contents > .main > section > .inner > .text ol li > ul,
body > .contents > .main > section > .inner > .text ol li > ol,
body > .contents > .main > article > .inner > .text ul li > ul,
body > .contents > .main > article > .inner > .text ul li > ol,
body > .contents > .main > article > .inner > .text ol li > ul,
body > .contents > .main > article > .inner > .text ol li > ol {
  margin: 0;
}

body > .contents > .main > section > .inner > .text .wp-block-table,
body > .contents > .main > article > .inner > .text .wp-block-table {
  margin: 30px 4em;
  font-size: 14rem;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text .wp-block-table,
  body > .contents > .main > article > .inner > .text .wp-block-table {
    margin: 30px 0.5em;
  }
}

body > .contents > .main > section > .inner > .text .wp-block-table table,
body > .contents > .main > article > .inner > .text .wp-block-table table {
  border-collapse: collapse;
}

body > .contents > .main > section > .inner > .text .wp-block-table td, body > .contents > .main > section > .inner > .text .wp-block-table th,
body > .contents > .main > article > .inner > .text .wp-block-table td,
body > .contents > .main > article > .inner > .text .wp-block-table th {
  padding: 1em;
  border: #e3e6e8 solid 1px;
}

body > .contents > .main > section > .inner > .text .wp-block-table figcaption,
body > .contents > .main > article > .inner > .text .wp-block-table figcaption {
  line-height: 3;
}

body > .contents > .main > section > .inner > .text .wp-block-quote,
body > .contents > .main > article > .inner > .text .wp-block-quote {
  display: flex;
  flex-direction: column;
  border-left: 4px solid #666666;
  border-radius: 3px;
  padding: 20px;
  color: #888888;
  background: #eee;
  margin: 30px 4em;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section > .inner > .text .wp-block-quote,
  body > .contents > .main > article > .inner > .text .wp-block-quote {
    font-size: 14rem;
    margin: 30px 0.5em;
  }
}

body > .contents > .main > section > .inner > .text .wp-block-quote cite,
body > .contents > .main > article > .inner > .text .wp-block-quote cite {
  align-self: flex-end;
  font-size: 1.2rem;
}

body > .contents > .main > section.single,
body > .contents > .main > article.single {
  padding: 40px;
  margin: 0 auto 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #333333;
  width: calc(100% - 30px);
  max-width: 1024px;
  padding-right: 40px;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single,
  body > .contents > .main > article.single {
    padding: 20px;
  }
}

body > .contents > .main > section.single > .inner > .category,
body > .contents > .main > article.single > .inner > .category {
  margin-left: calc(-4px - 40px);
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single > .inner > .category,
  body > .contents > .main > article.single > .inner > .category {
    margin-left: calc(-4px - 20px);
  }
}

body > .contents > .main > section.single > .inner > .category > ul,
body > .contents > .main > article.single > .inner > .category > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -0.5em;
  list-style: none;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single > .inner > .category > ul,
  body > .contents > .main > article.single > .inner > .category > ul {
    overflow-x: scroll;
  }
}

body > .contents > .main > section.single > .inner > .category > ul > li,
body > .contents > .main > article.single > .inner > .category > ul > li {
  background: #888888;
  transform: skew(-15deg);
}

body > .contents > .main > section.single > .inner > .category > ul > li > a,
body > .contents > .main > article.single > .inner > .category > ul > li > a {
  transform: skew(15deg);
  display: block;
  color: #ffffff;
  padding: 1em 3em 1em 3em;
  font-size: 14rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

body > .contents > .main > section.single > .inner > .category > ul > li + li,
body > .contents > .main > article.single > .inner > .category > ul > li + li {
  background: #3f3f5a;
}

body > .contents > .main > section.single > .inner > .category > ul > li + li > a,
body > .contents > .main > article.single > .inner > .category > ul > li + li > a {
  white-space: nowrap;
}

body > .contents > .main > section.single > .inner > .category > ul > li + li + li,
body > .contents > .main > article.single > .inner > .category > ul > li + li + li {
  background: #696996;
}

body > .contents > .main > section.single > .inner > .category > ul > li + li + li > a,
body > .contents > .main > article.single > .inner > .category > ul > li + li + li > a {
  white-space: nowrap;
}

body > .contents > .main > section.single > .inner > .thumbnail,
body > .contents > .main > article.single > .inner > .thumbnail {
  width: 100%;
  margin: 20px 0;
}

body > .contents > .main > section.single > .inner > .tags,
body > .contents > .main > article.single > .inner > .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
}

body > .contents > .main > section.single > .inner > .tags > a,
body > .contents > .main > article.single > .inner > .tags > a {
  display: block;
  color: #ffffff;
  background: #888888;
  padding: 0 1.5em;
  border-radius: 50px;
  font-size: 14rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  margin: 0 0.5em 10px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.single > .inner > .tags > a,
  body > .contents > .main > article.single > .inner > .tags > a {
    padding-top: 0.4em;
  }
}

body > .contents > .main > section.single > .inner > .title,
body > .contents > .main > article.single > .inner > .title {
  margin-bottom: 10px;
}

body > .contents > .main > section.single > .inner > .title > span,
body > .contents > .main > article.single > .inner > .title > span {
  font-size: 22rem;
}

body > .contents > .main > section.single > .inner > .ads,
body > .contents > .main > article.single > .inner > .ads {
  margin: 30px 0;
}

body > .contents > .main > section.single > .inner > .ads > ul > .widget_custom_html,
body > .contents > .main > article.single > .inner > .ads > ul > .widget_custom_html {
  list-style: none;
}

body > .contents > .main > section.single > .inner > .ads > ul > .widget_custom_html > .widgettitle,
body > .contents > .main > article.single > .inner > .ads > ul > .widget_custom_html > .widgettitle {
  font-size: 14rem;
  text-align: center;
}

body > .contents > .main > section.single > .inner > .ads > ul > .widget_custom_html > .custom-html-widget,
body > .contents > .main > article.single > .inner > .ads > ul > .widget_custom_html > .custom-html-widget {
  display: block;
  width: 728px;
  height: 90px;
  background: gray;
  margin: 0 auto;
}

body > .contents > .main > section.single > .inner > .text,
body > .contents > .main > article.single > .inner > .text {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single > .inner > .text,
  body > .contents > .main > article.single > .inner > .text {
    padding: 30px 10px;
  }
}

body > .contents > .main > section.single > .inner > .text > .toc,
body > .contents > .main > article.single > .inner > .text > .toc {
  width: 480px;
  margin: 50px auto;
  padding: 30px;
  background: #dddddd;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single > .inner > .text > .toc,
  body > .contents > .main > article.single > .inner > .text > .toc {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.single > .inner > .text > .toc,
  body > .contents > .main > article.single > .inner > .text > .toc {
    padding: 30px 0;
  }
}

body > .contents > .main > section.single > .inner > .text > .toc > .heading,
body > .contents > .main > article.single > .inner > .text > .toc > .heading {
  font-size: 16rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol,
body > .contents > .main > article.single > .inner > .text > .toc > ol {
  margin: 30px 0 0;
  list-style: none;
  counter-reset: ol1;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 10px;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li::before,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: ol1;
  content: counter(ol1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: #888888;
  background: #ffffff;
  border-radius: 50px;
  font-size: 16rem;
  font-weight: 700;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.single > .inner > .text > .toc > ol > li::before,
  body > .contents > .main > article.single > .inner > .text > .toc > ol > li::before {
    padding-top: 0.4em;
  }
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > a,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > a {
  display: inline;
  text-decoration: none;
  line-height: 2;
  position: relative;
  border-bottom: 1px solid #272738;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol {
  list-style: none;
  margin: 10px 0;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol > li,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol > li {
  position: relative;
  padding-left: 20px;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol > li + li,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol > li + li {
  margin-top: 0.5em;
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol > li::before,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol > li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  color: #888888;
  background: #ffffff;
  border-radius: 50px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol > li::before,
  body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol > li::before {
    top: 42%;
  }
}

body > .contents > .main > section.single > .inner > .text > .toc > ol > li > ol > li > a,
body > .contents > .main > article.single > .inner > .text > .toc > ol > li > ol > li > a {
  display: inline-block;
  line-height: 1.5;
  font-size: 14rem;
  text-decoration: none;
  color: #36364e;
}

body > .contents > .main > section.page,
body > .contents > .main > article.page {
  padding: 80px 40px;
  margin: 0 auto 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: calc(100% - 30px);
  max-width: 1024px;
  padding-right: 40px;
  color: #333333;
}

body > .contents > .main > section.page > .inner > .title,
body > .contents > .main > article.page > .inner > .title {
  margin-bottom: 10px;
  text-align: center;
}

body > .contents > .main > section.page > .inner > .title > span,
body > .contents > .main > article.page > .inner > .title > span {
  font-size: 22rem;
}

body > .contents > .main > section.page > .inner > .text,
body > .contents > .main > article.page > .inner > .text {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.page > .inner > .text,
  body > .contents > .main > article.page > .inner > .text {
    padding: 30px 10px;
  }
}

body > .contents > .main > section.heading,
body > .contents > .main > article.heading {
  margin: 0 auto 10px;
  width: calc(100% - 30px);
}

body > .contents > .main > section.heading > .inner > .title,
body > .contents > .main > article.heading > .inner > .title {
  margin-bottom: 60px;
  text-align: center;
}

body > .contents > .main > section.heading > .inner > .title > span,
body > .contents > .main > article.heading > .inner > .title > span {
  font-size: 22rem;
}

body > .contents > .main > section.heading > .inner > .title > span + span,
body > .contents > .main > article.heading > .inner > .title > span + span {
  margin-left: 1em;
}

body > .contents > .main > section.archive > .inner > .loop-wrap,
body > .contents > .main > article.archive > .inner > .loop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop {
  margin: 0 15px 30px;
  width: calc(100% / 4 - 30px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: .3s;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop {
    margin: 0 30px 30px;
    width: calc(100% / 1 - 60px);
  }
}

@media screen and (min-width: 481px) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (min-width: 768px) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop {
    width: calc(100% / 3 - 30px);
  }
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop:hover,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category {
  position: absolute;
  top: 3px;
  left: -2px;
  z-index: 1;
  width: 100%;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  overflow: hidden;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li {
  background: #888888;
  transform: skew(-15deg);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li {
    padding-top: 0.2em;
  }
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1),
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1) {
  margin-left: -0.5em;
  padding-left: 0.5em;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li > a,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li > a {
  transform: skew(15deg);
  display: block;
  color: #ffffff;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 12rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li > a,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li > a {
    padding-top: 0.8em;
  }
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li + li,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li + li {
  background: #3f3f5a;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > .category > ul > li + li + li,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > .category > ul > li + li + li {
  background: #696996;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #888888;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a > img,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a > img {
  border: 5px solid #ffffff;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a > img,
  body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a > img {
    height: 100%;
  }
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a > .title,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a > .title {
  padding: 0 10px;
  font-size: 16rem;
  font-weight: 700;
  color: #333333;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a > .text,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a > .text {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 12rem;
  line-height: 1.8;
}

body > .contents > .main > section.archive > .inner > .loop-wrap > .loop > a > .date,
body > .contents > .main > article.archive > .inner > .loop-wrap > .loop > a > .date {
  font-size: 12rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: right;
}

body > .contents > .main > section.archive > .inner > .moreButton,
body > .contents > .main > article.archive > .inner > .moreButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

body > .contents > .main > section.archive > .inner > .moreButton > a,
body > .contents > .main > article.archive > .inner > .moreButton > a {
  display: block;
  cursor: pointer;
  margin: 30px 0;
  color: #e3e6e8;
  background: #888888;
  border: #e3e6e8 2px solid;
  border-radius: 2px;
  padding: 1.0em 1.5em;
  font-size: 14rem;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.archive > .inner > .moreButton > a,
  body > .contents > .main > article.archive > .inner > .moreButton > a {
    padding-top: 1.4em;
  }
}

body > .contents > .main > section.archive > .inner > .scroller-status,
body > .contents > .main > article.archive > .inner > .scroller-status {
  display: none;
}

body > .contents > .main > section.archive > .inner > .scroller-status > .infinite-scroll-request,
body > .contents > .main > section.archive > .inner > .scroller-status > .infinite-scroll-last,
body > .contents > .main > section.archive > .inner > .scroller-status > .infinite-scroll-error,
body > .contents > .main > article.archive > .inner > .scroller-status > .infinite-scroll-request,
body > .contents > .main > article.archive > .inner > .scroller-status > .infinite-scroll-last,
body > .contents > .main > article.archive > .inner > .scroller-status > .infinite-scroll-error {
  margin: 30px 0;
  color: #888888;
  border-radius: 2px;
  padding: 1.0em 1.5em;
  font-size: 14rem;
  font-weight: 700;
  text-align: center;
}

body > .contents > .main > section.share_btns,
body > .contents > .main > article.share_btns {
  padding: 10px 0;
  margin-bottom: 80px;
}

body > .contents > .main > section.share_btns > .heading,
body > .contents > .main > article.share_btns > .heading {
  color: #888888;
  margin-bottom: 10px;
  font-size: 22rem;
  font-weight: 700;
  text-align: center;
}

body > .contents > .main > section.share_btns > ul,
body > .contents > .main > article.share_btns > ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

body > .contents > .main > section.share_btns > ul > li,
body > .contents > .main > article.share_btns > ul > li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: .3s;
  border-radius: 20px;
  width: calc(100% / 3 - 30px);
}

@media screen and (min-width: 768px) {
  body > .contents > .main > section.share_btns > ul > li,
  body > .contents > .main > article.share_btns > ul > li {
    width: auto;
    border-radius: 50px;
  }
}

body > .contents > .main > section.share_btns > ul > li:hover,
body > .contents > .main > article.share_btns > ul > li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

body > .contents > .main > section.share_btns > ul > li + li,
body > .contents > .main > article.share_btns > ul > li + li {
  margin-left: 20px;
}

body > .contents > .main > section.share_btns > ul > li > a,
body > .contents > .main > article.share_btns > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100%);
  color: #888888;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14rem;
  letter-spacing: 0.1em;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  body > .contents > .main > section.share_btns > ul > li > a,
  body > .contents > .main > article.share_btns > ul > li > a {
    flex-direction: row;
    width: 160px;
  }
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.share_btns > ul > li > a,
  body > .contents > .main > article.share_btns > ul > li > a {
    font-size: 10rem;
  }
}

body > .contents > .main > section.share_btns > ul > li > a::before,
body > .contents > .main > article.share_btns > ul > li > a::before {
  font-size: 46rem;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  body > .contents > .main > section.share_btns > ul > li > a::before,
  body > .contents > .main > article.share_btns > ul > li > a::before {
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.share_btns > ul > li > a.twitter,
  body > .contents > .main > article.share_btns > ul > li > a.twitter {
    color: #1da1f2;
  }
}

body > .contents > .main > section.share_btns > ul > li > a.twitter:hover,
body > .contents > .main > article.share_btns > ul > li > a.twitter:hover {
  color: #1da1f2;
}

body > .contents > .main > section.share_btns > ul > li > a.twitter::before,
body > .contents > .main > article.share_btns > ul > li > a.twitter::before {
  content: '\f099';
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.share_btns > ul > li > a.facebook,
  body > .contents > .main > article.share_btns > ul > li > a.facebook {
    color: #1877f2;
  }
}

body > .contents > .main > section.share_btns > ul > li > a.facebook:hover,
body > .contents > .main > article.share_btns > ul > li > a.facebook:hover {
  color: #1877f2;
}

body > .contents > .main > section.share_btns > ul > li > a.facebook::before,
body > .contents > .main > article.share_btns > ul > li > a.facebook::before {
  content: '\f09a';
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.share_btns > ul > li > a.line,
  body > .contents > .main > article.share_btns > ul > li > a.line {
    color: #07b53b;
  }
}

body > .contents > .main > section.share_btns > ul > li > a.line:hover,
body > .contents > .main > article.share_btns > ul > li > a.line:hover {
  color: #07b53b;
}

body > .contents > .main > section.share_btns > ul > li > a.line::before,
body > .contents > .main > article.share_btns > ul > li > a.line::before {
  content: '\f3c0';
}

body > .contents > .main > section.popular, body > .contents > .main > section.relation,
body > .contents > .main > article.popular,
body > .contents > .main > article.relation {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  body > .contents > .main > section.popular, body > .contents > .main > section.relation,
  body > .contents > .main > article.popular,
  body > .contents > .main > article.relation {
    width: 1200px;
  }
}

body > .contents > .main > section.popular > .inner > h2, body > .contents > .main > section.relation > .inner > h2,
body > .contents > .main > article.popular > .inner > h2,
body > .contents > .main > article.relation > .inner > h2 {
  color: #888888;
  margin-bottom: 10px;
  font-size: 22rem;
  font-weight: 700;
  text-align: center;
}

body > .contents > .main > section.popular > .inner > .loop-wrap, body > .contents > .main > section.relation > .inner > .loop-wrap,
body > .contents > .main > article.popular > .inner > .loop-wrap,
body > .contents > .main > article.relation > .inner > .loop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop {
  margin: 0 15px 30px;
  width: calc(100% / 4 - 30px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: .3s;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop {
    margin: 0 30px 30px;
    width: calc(100% / 1 - 60px);
  }
}

@media screen and (min-width: 481px) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (min-width: 768px) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop {
    width: calc(100% / 4 - 30px);
  }
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop:hover, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop:hover,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop:hover,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category {
  position: absolute;
  top: 3px;
  left: -2px;
  z-index: 1;
  width: 100%;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  overflow: hidden;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li {
  background: #888888;
  transform: skew(-15deg);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li {
    padding-top: 0.2em;
  }
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1), body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1),
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1),
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li:nth-child(1) {
  margin-left: -0.5em;
  padding-left: 0.5em;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li > a, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li > a,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li > a,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li > a {
  transform: skew(15deg);
  display: block;
  color: #ffffff;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 12rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li > a, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li > a,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li > a,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li > a {
    padding-top: 0.8em;
  }
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li + li, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li + li,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li + li,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li + li {
  background: #3f3f5a;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > .category > ul > li + li + li, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > .category > ul > li + li + li,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > .category > ul > li + li + li,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > .category > ul > li + li + li {
  background: #696996;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #888888;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a > img, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a > img,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a > img,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a > img {
  border: 5px solid #ffffff;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a > img, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a > img,
  body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a > img,
  body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a > img {
    height: 100%;
  }
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a > .title, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a > .title,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a > .title,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a > .title {
  padding: 0 10px;
  font-size: 16rem;
  font-weight: 700;
  color: #333333;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a > .text, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a > .text,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a > .text,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a > .text {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 12rem;
  line-height: 1.8;
}

body > .contents > .main > section.popular > .inner > .loop-wrap > .loop > a > .date, body > .contents > .main > section.relation > .inner > .loop-wrap > .loop > a > .date,
body > .contents > .main > article.popular > .inner > .loop-wrap > .loop > a > .date,
body > .contents > .main > article.relation > .inner > .loop-wrap > .loop > a > .date {
  font-size: 12rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: right;
}

body > .contents > .main > section.notfound > .inner > .text,
body > .contents > .main > article.notfound > .inner > .text {
  padding: 50px 0;
  text-align: center;
}

body > .contents > .main > section.notfound > .inner > .text::before,
body > .contents > .main > article.notfound > .inner > .text::before {
  content: '\f071';
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
  font-size: 200rem;
  display: block;
  color: #dddddd;
  margin-bottom: 40px;
}

body > .contents > .sidebar {
  width: 100%;
  height: 100%;
  background: #f0f0f5;
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  body > .contents > .sidebar {
    padding-bottom: 80px;
  }
}

body > .contents > .sidebar > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 768px;
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner {
    max-width: 1200px;
  }
}

body > .contents > .sidebar > .inner .widgettitle {
  text-align: center;
  font-size: 18rem;
  color: #888888;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  body > .contents > .sidebar > .inner.ads {
    margin-bottom: 40px;
  }
}

body > .contents > .sidebar > .inner.ads > ul {
  list-style: none;
}

body > .contents > .sidebar > .inner.ads > ul > .widget_custom_html > .custom-html-widget {
  width: 300px;
  height: 250px;
  background: gray;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  body > .contents > .sidebar > .inner.ads > ul + ul {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner.ads > ul + ul {
    margin-left: 30px;
  }
}

body > .contents > .sidebar > .inner.links > .logo {
  width: calc(100% - 30px);
  max-width: 480px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner.links > .logo {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .logo {
    width: calc(100% / 3);
  }
}

body > .contents > .sidebar > .inner.links > .logo > img {
  width: 100%;
  padding: 20px 60px 0;
}

body > .contents > .sidebar > .inner.links > .logo > span {
  display: none;
}

body > .contents > .sidebar > .inner.links > .tags {
  width: calc(100% - 30px);
  max-width: 480px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner.links > .tags {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .tags {
    width: calc(100% / 3);
  }
}

body > .contents > .sidebar > .inner.links > .tags > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

body > .contents > .sidebar > .inner.links > .tags > ul > li {
  margin: 0 0.5em 1em;
}

body > .contents > .sidebar > .inner.links > .tags > ul > li > a {
  display: block;
  color: #ffffff;
  background: #888888;
  padding: 0 1.5em;
  border-radius: 50px;
  font-size: 14rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner.links > .tags > ul > li > a {
    padding-top: 0.4em;
  }
}

body > .contents > .sidebar > .inner.links > .menu {
  width: calc(100% / 1);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner.links > .menu {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .menu {
    width: calc(100% / 3 * 1);
  }
}

body > .contents > .sidebar > .inner.links > .menu > .widget_categories,
body > .contents > .sidebar > .inner.links > .menu > .widget_archive,
body > .contents > .sidebar > .inner.links > .menu > .widget_pages,
body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu {
  width: calc(100%);
  padding: 0 15px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_categories,
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive,
  body > .contents > .sidebar > .inner.links > .menu > .widget_pages,
  body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu {
    width: calc(100% / 1);
  }
}

body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul,
body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul,
body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul,
body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul {
  list-style: none;
}

body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li + li,
body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li + li,
body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li + li,
body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li + li {
  margin-top: 10px;
}

body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a,
body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a,
body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a,
body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a {
  width: 100%;
  max-width: 320px;
  display: block;
  text-decoration: none;
  color: #888888;
  background: #dddddd;
  padding: 0.8em 1.5em;
  border-radius: 2px;
  font-weight: 700;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a {
    padding-top: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a,
  body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a {
    margin: 0 auto;
  }
}

body > .contents > .sidebar > .inner.links > .menu > .widget_categories ul > li > a:hover,
body > .contents > .sidebar > .inner.links > .menu > .widget_archive ul > li > a:hover,
body > .contents > .sidebar > .inner.links > .menu > .widget_pages ul > li > a:hover,
body > .contents > .sidebar > .inner.links > .menu > .widget_nav_menu ul > li > a:hover {
  color: #ffffff;
  background: #888888;
}

body > .contents > .sidebar > .inner.links > .menu > .widget_archive > .screen-reader-text {
  display: none;
}

body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select {
  width: 100%;
  max-width: 320px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  color: #888888;
  background: #dddddd;
  padding: 0.8em 1.5em;
  border-radius: 2px;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select {
    padding-top: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select {
    margin: 0 auto;
  }
}

body > .contents > .sidebar > .inner.links > .menu > .widget_archive > select:hover {
  color: #ffffff;
  background: #888888;
}

body > .contents > .sidebar > .inner > .popular {
  margin-bottom: 30px;
  width: calc(100% - 20px);
}

body > .contents > .sidebar > .inner > .popular > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}

body > .contents > .sidebar > .inner > .popular > div > .loop {
  width: 320px;
  margin: 0 auto 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: .3s;
  position: relative;
  z-index: 0;
}

body > .contents > .sidebar > .inner > .popular > div > .loop:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category {
  position: absolute;
  top: 3px;
  left: -2px;
  z-index: 1;
  width: 100%;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  overflow: hidden;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li {
  background: #888888;
  transform: skew(-15deg);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li {
    padding-top: 0.2em;
  }
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li:nth-child(1) {
  margin-left: -0.5em;
  padding-left: 0.5em;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li > a {
  transform: skew(15deg);
  display: block;
  color: #ffffff;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 12rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li > a {
    padding-top: 0.8em;
  }
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li + li {
  background: #3f3f5a;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > .category > ul > li + li + li {
  background: #696996;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #888888;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > a > img {
  border: 5px solid #ffffff;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .contents > .sidebar > .inner > .popular > div > .loop > a > img {
    height: 100%;
  }
}

body > .contents > .sidebar > .inner > .popular > div > .loop > a > .title {
  padding: 0 10px;
  font-size: 16rem;
  font-weight: 700;
  color: #333333;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > a > .text {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 12rem;
  line-height: 1.8;
}

body > .contents > .sidebar > .inner > .popular > div > .loop > a > .date {
  font-size: 12rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: right;
}

@media screen and (min-width: 481px) {
  body > .contents > .sidebar > .inner > .popular > div > .loop {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner > .popular > div > .loop {
    width: calc(100% / 3 - 30px);
  }
  body > .contents > .sidebar > .inner > .popular > div > .loop:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body > .contents > .sidebar > .inner > .popular > div > .loop {
    width: calc(100% / 4 - 30px);
  }
  body > .contents > .sidebar > .inner > .popular > div > .loop:nth-child(4) {
    display: flex;
  }
}

body > .footer {
  background: #ff2929;
  padding: 15px;
}

body > .footer > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body > .footer > .inner > .copyright {
  color: #ffffff;
  text-align: center;
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

body > .footer > .inner > .copyright > small > span + span {
  margin-left: 1em;
}

body > .footer > .inner > .nav-footer > ul {
  list-style: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body > .footer > .inner > .nav-footer > ul > li {
    padding-top: 0.4em;
  }
}

body > .footer > .inner > .nav-footer > ul > li > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
}

body > .footer > .inner > .nav-footer > ul > li > a::before {
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: .3s;
  opacity: 0;
}

body > .footer > .inner > .nav-footer > ul > li > a:hover {
  opacity: 1;
}

body > .footer > .inner > .nav-footer > ul > li > a:hover::before {
  opacity: 1;
  width: 100%;
}

body > .totop {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
}

body > .totop > .totop-move {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  transform-origin: right top;
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  cursor: pointer;
}

body > .totop > .totop-move::before {
  content: '\f30a';
  margin: 0 5px;
  font-family: 'Font Awesome 5 free';
  font-size: 16rem;
}

body.page-id-129 > .contents > .main > article > .inner > .text .wp-block-table td > span {
  font-size: 0.9em;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > h2 {
  width: fit-content;
  margin: 60px auto 20px;
  font-size: 18rem;
  text-align: center;
  color: #888888;
  border-color: #888888;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 5px 5px 5px 5px;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > a {
  display: none;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .textbox {
  width: calc(100% - 6em - 5px);
  color: #aaaaaa;
  background: #eeeeee;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 3;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .textbox::placeholder {
  color: #aaaaaa;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .textbox::placeholder {
    font-family: 'MS PGothic';
  }
}

@media screen and (max-width: 480px) {
  body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .textbox {
    display: none;
    width: calc(100% - 60px);
    font-size: calc(0.8em * 0.6);
    line-height: 3.5;
  }
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .button {
  width: 6em;
  color: #ffffff;
  background: #aaaaaa;
  margin-left: 5px;
  padding: 0 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 3;
  letter-spacing: 0em;
  transition: .3s;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .button:hover {
  background: #ff2929;
}

@media screen and (max-width: 480px) {
  body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .button {
    font-size: calc(0.8em * 0.6);
    width: 60px;
    padding: 1.0em 1em;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.page-template-page-search > .contents > .main > article > .inner > .text > .searchform > .button {
    padding: 0.7em 1em 0.3em;
    margin-top: 5px;
  }
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .tags-wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .tags-wrap > li {
  margin: 0 0.5em;
}

body.page-template-page-search > .contents > .main > article > .inner > .text > .tags-wrap > li > a {
  display: block;
  color: #ffffff;
  background: #888888;
  padding: 0 1.5em;
  border-radius: 50px;
  font-size: 14rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.page-template-page-search > .contents > .main > article > .inner > .text > .tags-wrap > li > a {
    padding-top: 0.4em;
  }
}
/*# sourceMappingURL=style.css.map */