@charset "UTF-8";
/*!
Theme Name: Smartphone
Description: 専用テーマです
Version: 1.0
*/
@font-face {
  font-weight: 400;
  src: url(fonts/Rambla-Regular.ttf) format("truetype");
  font-family: Rambla;
}
@font-face {
  font-weight: 700;
  src: url(fonts/Rambla-Bold.ttf) format("truetype");
  font-family: Rambla;
}
@font-face {
  font-weight: 400;
  src: url(fonts/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-weight: 700;
  src: url(fonts/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
}
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

li {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  display: inline-block;
  max-width: 100%;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}

button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: all 0.3s;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

picture {
  margin: 0;
}

img {
  height: auto;
  vertical-align: top;
}

em,
address {
  font-style: normal;
}

*[role=button], input[type=submit] {
  cursor: pointer;
}

:root {
  --headerHeight: 0;
}

body {
  background-color: #F3F2EE;
  color: #000;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
a:hover {
  transition: all 0.4s;
}

.inner {
  width: 97.03%;
  max-width: 980px;
  margin: 0 auto;
}

.hiddenText {
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

*[aria-hidden=true] {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

main > .inner {
  overflow: hidden;
  border-right: 2px solid #DBDAD6;
  border-left: 2px solid #DBDAD6;
}

.wrapper {
  display: flex;
  width: 100%;
}

.main-contents {
  flex: 0 0 650px;
  padding-top: 23px;
  border-right: 2px solid #DBDAD6;
}
.sp-spacer > .inner {
  border-right: 1px solid #DBDAD6;
  border-left: 1px solid #DBDAD6;
}

.to-top {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: auto;
}
.to-top a {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

header {
  z-index: 2;
  position: fixed;
  width: 100%;
  background-color: #f3f2ee;
  font-size: 1.13rem;
  line-height: 1.167;
}
header .wp-block-search {
  display: none;
}
header .wp-block-search__inside-wrapper {
  display: flex;
}
header .wp-block-search__button {
  flex: 0 0 60px;
}
header .wp-block-search__input {
  flex: 0 0 285px;
  height: 60px;
  padding: 6px;
  background-color: #e9e7e0;
}
.header_container .inner {
  display: flex;
  align-items: center;
  border-right: 2px solid #DBDAD6;
}
.header_logo {
  margin: 20px 0;
}
.header_heading {
  flex: 0 0 auto;
  margin: 20px;
  font: inherit;
  line-height: 1.44;
}
.header_linkBtn {
  width: 170px;
  min-height: 110px;
  padding: 20px;
  border-left: 2px solid #DBDAD6;
  background: no-repeat right 20px bottom 10px/auto 46px;
}
.header_linkBtn:nth-of-type(2) {
  margin-left: auto;
  background-image: url("img/icon_sell.svg");
}
.header_linkBtn:nth-of-type(3) {
  background-image: url("img/icon_buy.svg");
}
.header_linkBtn:hover {
  background-color: #dcdad7;
}
.header_button {
  display: none;
}
.header_navigation {
  border-top: 2px solid #DBDAD6;
  border-bottom: 2px solid #DBDAD6;
}

.cover {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cover.all {
  z-index: 2;
  top: 0;
}

footer {
  padding: 30px 0;
  background-color: #e9e7e0;
  font-size: 1.13rem;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer h3 {
  display: flex;
  border-bottom: 2px solid #DBDAD6;
  color: #DD394C;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.417;
  letter-spacing: 0.08em;
}
footer h3::before {
  display: inline-block;
  flex: 0 0 2.13rem;
  height: 2.13rem;
  margin-right: 16px;
  background: url("img/icon_heading.svg") no-repeat center/contain;
  content: "";
}
.footer_container {
  flex: 0 0 312px;
}
.footer_navigation {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.footer_navigation li.sp {
  display: none;
}
.footer_navigation a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footer_navigation a::before {
  display: inline-block;
  width: 0.778em;
  height: 0.778em;
  margin-right: 20px;
  background: url("img/list_marker-bk-fill.svg") no-repeat center/contain;
  content: "";
}
.footer_navigation a:hover {
  opacity: 0.5;
}
.footer_sub-navigation {
  flex-wrap: wrap;
}
.footer_sub-navigation ul {
  flex-basis: 100%;
  margin-left: 34px;
}
.footer_sub-navigation ul a::before {
  background-image: url("img/list_marker-bk-line.svg");
}
.footer_bottom .inner {
  align-items: flex-end;
}
.footer_bottom-left {
  margin-top: 10px;
}
.footer_bottom-left small {
  display: inline-block;
  margin-top: 20px;
}
.footer_bottom-left small:nth-of-type(1) {
  font-size: 0.88rem;
  line-height: 1.429;
  letter-spacing: 0.08em;
}
.footer_bottom-left small:nth-of-type(2) {
  font-size: 1rem;
  line-height: 1.25;
  font-family: Rambla;
  letter-spacing: 0.08em;
}
.footer_bottom .sns-list {
  margin-bottom: 10px;
}

.main-contents {
  padding-bottom: 86px;
  font-size: 1.13rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.main-contents h1:not([class]) {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.333em;
  line-height: 1.458;
  letter-spacing: 0.08em;
}
.main-contents_thumbnail {
  margin-top: 20px;
}
.main-contents .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  font-size: 0.778em;
  line-height: 1.429;
  letter-spacing: 0.08em;
}
.main-contents .tags li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 20px;
}
.main-contents .tags li::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("img/list_marker-bk-line.svg") no-repeat center/contain;
  content: "";
}
.main-contents .tags li + li {
  margin-left: 30px;
}
.main-contents .tags a {
  padding: 10px 0;
  white-space: nowrap;
}
.main-contents h2:not([class]) {
  display: flex;
  margin-top: 102px;
  margin-bottom: 30px;
  border-bottom: 2px solid #DBDAD6;
  color: #DD394C;
  font-weight: 400;
  font-size: 1.333em;
  line-height: 1.417;
  letter-spacing: 0.08em;
}
.main-contents h2:not([class])::before {
  display: inline-block;
  flex: 0 0 1.417em;
  height: 1.417em;
  margin-right: 16px;
  background: url("img/icon_heading.svg") no-repeat center/contain;
  content: "";
}
.main-contents .share_heading {
  margin-top: 90px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
}
.main-contents .sns-list {
  margin: 20px 0 100px;
}
.main-contents .category_link {
  display: block;
  position: relative;
  width: 19.5rem;
  margin-left: auto;
  padding: 26px 30px;
  background-color: #000;
  color: #fff;
  font-size: 1.333em;
  letter-spacing: 0.08em;
  text-align: right;
}
.main-contents .category_link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.main-contents .category_link:hover {
  background-color: #dcdad7;
  color: #000;
}
.main-contents .category_link:hover::before {
  background-color: #000;
}

.entry > time {
  display: block;
  margin-top: 23px;
  font-size: 1.111em;
  font-family: Rambla;
  letter-spacing: 0.08em;
}
.entry > h3:not([class]) {
  display: flex;
  margin: 30px 0;
  padding-left: 10px;
  font-weight: 400;
  font-size: 1.333em;
  line-height: 1.417;
  letter-spacing: 0.08em;
}
.entry > h3:not([class])::before {
  display: inline-block;
  flex: 0 0 0.583em;
  height: 1.417em;
  margin-right: 30px;
  background: url("img/list_marker-bk-fill.svg") no-repeat center/contain;
  content: "";
}
.entry > h4:not([class]), .entry > h5:not([class]), .entry > h6:not([class]) {
  display: flex;
  margin: 30px 0;
  padding-left: 10px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.entry > h4:not([class])::before, .entry > h5:not([class])::before, .entry > h6:not([class])::before {
  display: inline-block;
  flex: 0 0 0.778em;
  height: 1.5em;
  margin-right: 30px;
  background: no-repeat center/contain;
  content: "";
}
.entry > h5:not([class])::before, .entry > h6:not([class])::before {
  margin-right: 10px;
}
.entry > h4:not([class])::before {
  background-image: url("img/list_marker-bk-line.svg");
}
.entry > h5:not([class])::before {
  background-image: url("img/list_marker-rd-fill.svg");
}
.entry > h6:not([class])::before {
  background-image: url("img/list_marker-rd-line.svg");
}
.entry > p {
  margin: 30px 0;
}
.entry > p a {
  color: #4a6eee;
  text-decoration: underline;
}
.entry blockquote {
  margin: 30px 0;
  padding: 20px 6px 20px 50px;
  background: url("img/icon_quote.svg") no-repeat left 6px top 20px/24px auto;
  background-color: #E9E7E0;
}
.entry img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.entry > ul:not([class]) li {
  margin-bottom: 3px;
  padding-left: 1.33em;
  text-indent: -1.33em;
}
.entry > ul:not([class]) li::before {
  display: inline-block;
  width: 0.778em;
  height: 0.778em;
  margin-right: 10px;
  background: no-repeat center/contain;
  content: "";
}
.entry > ul:not([class]) > li::before {
  background-image: url("img/list_marker-bk-line.svg");
}
.entry > ul:not([class]) ul {
  margin-top: 3px;
}
.entry > ul:not([class]) ul > li::before {
  background-image: url("img/list_marker-line.svg");
  background-size: 0.556em auto;
}
.entry ol:not([class]) {
  padding-left: 1.5em;
}
.entry ol:not([class]) li {
  margin-bottom: 3px;
  list-style: decimal;
}
.entry > table {
  border-collapse: collapse;
  font-size: 0.778em;
  line-height: 1.429;
  letter-spacing: 0.08em;
}
.entry > table caption {
  padding: 15px;
  background-color: #E9E7E0;
}
.entry > table caption::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("img/list_marker-bk-line.svg") no-repeat center/contain;
  content: "";
}
.entry th, .entry td {
  padding: 14px 14px 16px;
  border-bottom: 2px solid #DBDAD6;
}
.entry th {
  width: 160px;
  border-right: 10px solid transparent;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.entry th::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("img/list_marker-bk-line.svg") no-repeat center/contain;
  content: "";
}

/* 追記 */
.entry th.w-40,
.entry td.w-40 {
    width: 40%;
}
.entry th.w-20,
.entry td.w-20 {
    width: 20%;
}
.entry th.w-17,
.entry td.w-17 {
    width: 17%;
}
/* 追記 */

.entry > dl:not([class]) {
  font-size: 0.778em;
  line-height: 1.429;
  letter-spacing: 0.08em;
}
.entry dt {
  padding: 10px 10px 10px 17px;
  background-color: #E9E7E0;
}
.entry dt::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("img/list_marker-bk-line.svg") no-repeat center/contain;
  content: "";
}
.entry dd {
  margin: 14px 4px 18px;
}
.entry a.link-button {
  display: block;
  max-width: 380px;
  margin: 50px auto;
  padding: 16px 50px;
  background: url("img/icon_link-in.svg") no-repeat right 1.222em center/0.778em auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.entry a.link-button:hover {
  background-image: url("img/icon_link-in-bk.svg");
  background-color: #dcdad7;
  color: #000;
}
.entry a.link-button[target=_blank] {
  background-image: url("img/icon_link-ex.svg");
  background-position: right 1.111em center;
  background-size: 1.056em auto;
}
.entry a.link-button[target=_blank]:hover {
  background-image: url("img/icon_link-ex-bk.svg");
}

.sidebar {
  flex: 0 1 auto;
  font-size: 1.13rem;
  line-height: 1.5;
}
.sidebar_container {
  width: 89.362%;
  margin-left: auto;
}
.sidebar h2 {
  display: flex;
  align-items: center;
  margin-top: 103px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.333em;
  line-height: 1.333;
}
.sidebar h2::before {
  width: 1.333em;
  height: 1.333em;
  margin-right: 20px;
  background: url("img/icon_entry.svg") no-repeat center/contain;
  content: "";
}
.sidebar h2.sidebar_search::before {
  background-image: url("img/icon_pencil.svg");
}
.sidebar h2.sidebar_category::before {
  background-image: url("img/icon_category.svg");
}
.sidebar h2.sidebar_products::before {
  background-image: url("img/icon_smartphone.svg");
}
.sidebar_category-list {
  padding: 30px;
  background-color: #E9E7E0;
}
.sidebar_category-list li {
  display: flex;
}
.sidebar_category-list li::before {
  flex: 0 0 0.778em;
  height: 1.5em;
  margin-right: 30px;
  background: url("img/list_marker-rd-fill.svg") no-repeat center/contain;
  content: "";
}
.sidebar_category-list li + li {
  margin-top: 30px;
}
.sidebar_category-list a:hover {
  text-decoration: underline;
}
.sidebar_products-list {
  margin-bottom: 70px;
}
.sidebar_products-list a {
  margin-bottom: 30px;
}
.sidebar_products-list a:hover {
  opacity: 0.6;
}
.sidebar_banner {
  width: 289px;
  margin-top: 103px;
}
.sidebar_banner .swiper-slide {
  width: 289px;
}
.sidebar_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar_banner .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.sidebar_banner .swiper-pagination-bullet {
  width: 20px;
  height: 30px;
  background: url("img/pager.svg") no-repeat center/6px auto;
  opacity: 1;
}
.sidebar_banner .swiper-pagination-bullet-active {
  background: url("img/list_marker-rd-line.svg") no-repeat center/14px auto;
}
.sidebar .wpp-list li {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 58px;
}
.sidebar .wpp-list li::before {
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  height: 39px;
  background: url("img/text_01.svg") no-repeat left top/contain;
  content: "";
}
.sidebar .wpp-list li:hover {
  opacity: 0.6;
}
.sidebar .wpp-list li:hover::before {
  background-image: url("img/text_01-rd.svg");
}
.sidebar .wpp-list li + li {
  margin-top: 68px;
}
.sidebar .wpp-list li:nth-of-type(2)::before {
  background-image: url("img/text_02.svg");
}
.sidebar .wpp-list li:nth-of-type(2):hover::before {
  background-image: url("img/text_02-rd.svg");
}
.sidebar .wpp-list li:nth-of-type(3)::before {
  background-image: url("img/text_03.svg");
}
.sidebar .wpp-list li:nth-of-type(3):hover::before {
  background-image: url("img/text_03-rd.svg");
}
.sidebar .wpp-list li a {
  position: relative;
}
.sidebar .wpp-post-title {
  margin-top: 16px;
}

.archive_kv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive .special-entry article > a, .archive .category-entry article > a, .archive .search-entry article > a {
  top: 2.5rem;
}
.archive .special_lead {
  padding: 30px 30px 30px 55px;
  border-bottom: 2px solid #DBDAD6;
  background: url("img/list_marker-rd-line.svg") no-repeat left 11px top calc(30px + 0.333em)/0.778em auto;
}
.archive .category-entry {
  margin-top: 0;
}
.archive .category-entry h2 {
  margin-top: 30px;
}

.breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 650px;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}
.breadcrumbs li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.breadcrumbs li:first-of-type {
  text-transform: uppercase;
}
.breadcrumbs li:last-of-type {
  display: block;
  flex-shrink: 1;
  flex-basis: auto;
}
.breadcrumbs .separator {
  margin-right: 20px;
  margin-left: 20px;
}
.breadcrumbs a {
  padding: 10px 0;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a[aria-current=page] {
  pointer-events: none;
}

.sns-list {
  display: flex;
  justify-content: flex-end;
}
.sns-list li {
  flex: 0 0 40px;
  margin-left: 40px;
}

.nav_header {
  display: none;
}
.nav_heading {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #DD394C;
  font-size: 1.25rem;
  font-family: Rambla;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav_button {
  background-color: #000;
}
.nav_button.--close {
  width: 60px;
  height: 60px;
  background-color: transparent;
}
.nav_list {
  display: flex;
  justify-content: space-between;
  width: 97.03%;
  max-width: 980px;
  margin: 0 auto;
  border-right: 2px solid #DBDAD6;
  border-left: 2px solid #DBDAD6;
}
.nav_list li {
  flex: 0 0 25%;
}
.nav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.nav_list a:hover {
  background-color: #dcdad7;
}

div#toc_container {
  display: block;
  margin: 30px 0 110px;
  padding: 0;
  border: none;
  background-color: transparent;
  font: inherit;
}

.toc_title {
  display: flex;
  border-bottom: 2px solid #DBDAD6;
  color: #DD394C;
  font-weight: 400 !important;
  font-size: 1.5rem;
  line-height: 1.417;
  letter-spacing: 0.08em;
}
.toc_title::before {
  display: inline-block;
  flex: 0 0 1.417em;
  height: 1.417em;
  margin-right: 16px;
  background: url("img/icon_heading.svg") no-repeat center/contain;
  content: "";
}
.toc_list {
  margin-top: 0 !important;
  padding: 20px 30px 20px 10px !important;
  background-color: #E9E7E0 !important;
}
.toc_list li {
  display: flex;
}
.toc_list li::before {
  flex: 0 0 0.778em;
  height: 1.5em;
  margin-right: 30px;
  background: url("img/list_marker-rd-line.svg") no-repeat center/contain;
  content: "";
}
.toc_list li + li {
  margin-top: 30px !important;
}

.banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.banner_list a {
  flex: 0 0 296px;
  margin-top: 30px;
}

.person_heading {
  display: flex;
  align-items: center;
}
.person_heading picture {
  flex: 0 0 88px;
}
.person_heading picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.person_name {
  margin-left: 28px;
  font-weight: 400;
  font-size: 1.333em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.person p {
  margin-top: 30px;
}

.related-entry, .archive-entry {
  margin-top: 100px;
}
.related-entry h2, .archive-entry h2 {
  margin-bottom: 0 !important;
}
.related-entry article, .archive-entry article {
  position: relative;
  min-height: 15rem;
  padding-top: 1.25rem;
  border-bottom: 2px solid #DBDAD6;
}
.related-entry article > a, .archive-entry article > a {
  position: absolute;
  top: 3.5rem;
  width: 247px;
  height: 11.5rem;
  overflow: hidden;
}
.related-entry article > a img, .archive-entry article > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related-entry_info, .archive-entry_info {
  margin-left: 267px;
}
.related-entry_info time, .archive-entry_info time {
  font-size: 0.778em;
  font-family: Rambla;
}
.related-entry_info h3, .archive-entry_info h3 {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 1em;
}
.related-entry_info .person_name, .archive-entry_info .person_name {
  margin-bottom: 1rem;
  font-size: 0.667em;
  text-align: right;
}
.related-entry .tags, .archive-entry .tags {
  margin-top: 0;
  padding: 0 20px 10px 237px;
  background-color: #E9E7E0;
}
.related-entry .tags li, .archive-entry .tags li {
  margin-top: 10px;
  margin-left: 30px;
}

.wp-block-search {
  border-bottom: 1px solid #000;
}
.wp-block-search__inside-wrapper {
  font-size: 1.13rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
}
.wp-block-search__button {
  display: inline-block;
  width: 18.621%;
  margin-left: 0;
  border: none;
  background: url("img/btn_search.svg") no-repeat center/contain;
}
.wp-block-search__input {
  display: inline-block;
  width: 81.379%;
  height: 54px;
  padding: 6px;
  border: none;
}
.wp-block-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-search__input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-search__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wp-block-search__label {
  display: none;
}

.sidebar .side-nav {
  display: none;
  padding: 0 15px 20px;
  background-color: #DD394C;
  color: #fff;
  font-size: 1rem;
}
.sidebar .side-nav-button {
  display: none;
  position: relative;
  width: 100%;
  margin-left: auto;
  padding: 20px 40px;
  background-color: #DD394C;
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-align: right;
}
.sidebar .side-nav-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.sidebar .side-nav-button::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url("img/arrow_down.svg") no-repeat center/contain;
  content: "";
}
.sidebar .side-nav-button.open::after {
  background-image: url("img/arrow_up.svg");
}
.sidebar .side-nav h2 {
  display: flex;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.sidebar .side-nav h2::before {
  display: inline-block;
  flex: 0 0 1.3em;
  height: 1.3em;
  margin-right: 10px;
  margin-bottom: -2px;
  margin-left: -1px;
  background: url("img/icon_heading-wh.svg") no-repeat center/contain;
  content: "";
}
.sidebar .side-nav .footer_container {
  width: 100%;
}
.sidebar .side-nav .footer_navigation a::before {
  background-image: url("img/list_marker-wh-fill.svg");
}
.sidebar .side-nav .footer_sub-navigation li a::before {
  background-image: url("img/list_marker-wh-line.svg");
}

.nav-links {
  margin-top: 50px;
  border-top: 2px solid #DBDAD6;
  border-bottom: 2px solid #DBDAD6;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.778em;
}
.page-numbers li {
  flex: 0 0 auto;
  height: 3.13rem;
  border-left: 2px solid #DBDAD6;
}
.page-numbers li:last-of-type {
  border-right: 2px solid #DBDAD6;
}
.page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.81rem;
  height: 100%;
  font: inherit;
  text-transform: uppercase;
}
.page-numbers .prev, .page-numbers .next {
  width: 6.25rem;
}
.page-numbers .img {
  width: 7px;
  height: 12px;
}
.page-numbers .prev .img {
  margin-right: 12px;
}
.page-numbers .next .img {
  margin-left: 12px;
}
.page-numbers span[aria-current=page] {
  background-color: #000;
  color: #fff;
}

.fancybox {
  position: relative;
  width: 200px;
  height: 200px;
}
.fancybox::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background: url("img/icon_fancybox.svg") no-repeat center/contain;
  content: "";
}
.fancybox:nth-of-type(n+2) {
  margin-top: 24px;
  margin-left: 24px;
}
.fancybox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px){
  .main-contents {
    flex-basis: 63.5vw;
  }
  header {
    font-size: 1.8vw;
  }
  .header_logo {
    width: 6.8vw;
    margin: 2vw 0;
  }
  .header_heading {
    margin: 2vw;
  }
  .header_linkBtn {
    width: 16.6vw;
    min-height: 10.7vw;
    padding: 2vw;
    background-position: right 2vw bottom 1vw;
    background-size: auto 4.5vw;
  }
  footer {
    padding: 2.9vw 0;
    font-size: 1.8vw;
  }
  footer h3 {
    font-size: 2.3vw;
  }
  footer h3::before {
    flex-basis: 3.3vw;
    height: 3.3vw;
    margin-right: 1.6vw;
  }
  .footer_container {
    flex-basis: 30.5vw;
  }
  .footer_navigation {
    margin-top: 1vw;
    padding-left: 1vw;
  }
  .footer_navigation a {
    margin: 1vw 0;
  }
  .footer_navigation a::before {
    margin-right: 2vw;
  }
  .footer_sub-navigation ul {
    margin-left: 3.3vw;
  }
  .footer_bottom-left {
    margin-top: bpvw(10);
  }
  .footer_bottom-left small {
    margin-top: 2vw;
  }
  .footer_bottom-left small:nth-of-type(1) {
    font-size: 1.4vw;
  }
  .footer_bottom-left small:nth-of-type(2) {
    font-size: 1.6vw;
  }
  .main-contents {
    padding-bottom: 8.4vw;
    font-size: 1.8vw;
  }
  .main-contents h1:not([class]) {
    margin-top: 2.9vw;
    margin-bottom: 2vw;
  }
  .main-contents_thumbnail {
    margin-top: 2vw;
  }
  .main-contents .tags {
    margin-top: 1vw;
  }
  .main-contents .tags li {
    margin-left: 2vw;
  }
  .main-contents .tags li::before {
    margin-right: 1vw;
  }
  .main-contents .tags li + li {
    margin-left: 2.9vw;
  }
  .main-contents .tags a {
    padding: 1vw 0;
  }
  .main-contents h2:not([class]) {
    margin-top: 10vw;
    margin-bottom: 2.9vw;
    font-size: 2.3vw;
  }
  .main-contents h2:not([class])::before {
    flex-basis: 3.3vw;
    height: 3.3vw;
    margin-right: 1.6vw;
  }
  .main-contents .share_heading {
    margin-top: 8.8vw;
  }
  .main-contents .sns-list {
    margin: 2vw 0 9.8vw;
  }
  .main-contents .category_link {
    padding: 2.5vw 2.9vw;
  }
  .main-contents .category_link::before {
    width: 4.9vw;
  }
  .entry > time {
    margin-top: 2.2vw;
  }
  .entry > h3:not([class]) {
    margin: 2.9vw 0;
    padding-left: 1vw;
  }
  .entry > h3:not([class])::before {
    flex-basis: 1.4vw;
    height: 3.3vw;
    margin-right: 2.9vw;
  }
  .entry > h4:not([class]), .entry > h5:not([class]), .entry > h6:not([class]) {
    margin: 2.9vw 0;
    padding-left: 1vw;
  }
  .entry > h4:not([class])::before, .entry > h5:not([class])::before, .entry > h6:not([class])::before {
    flex-basis: 1.4vw;
    height: 2.6vw;
    margin-right: 2.9vw;
  }
  .entry > h5:not([class])::before, .entry > h6:not([class])::before {
    margin-right: 1vw;
  }
  .entry blockquote {
    margin: 2.9vw 0;
    padding: 2vw 0.6vw 2vw 4.9vw;
  }
  .entry > ul:not([class]) li::before {
    margin-right: 1vw;
  }
  .entry > table caption {
    padding: 1.5vw;
  }
  .entry > table caption::before {
    margin-right: 1vw;
  }
  .entry th, .entry td {
    padding: 1.4vw 1.4vw 1.6vw;
  }
  .entry th {
    width: 15.6vw;
  }
  .entry th::before {
    margin-right: 1vw;
  }
  .entry dt {
    padding: 1vw 1vw 1vw 1.7vw;
  }
  .entry dt::before {
    margin-right: 1vw;
  }
  .entry dd {
    margin: 1.4vw 0.4vw 1.8vw;
  }
  .entry a.link-button {
    width: 37.1vw;
    margin: 4.9vw auto;
    padding: 1.6vw 4.9vw;
  }
  .sidebar {
    font-size: 1.8vw;
  }
  .sidebar h2 {
    margin-top: 10.1vw;
    margin-bottom: 2vw;
  }
  .sidebar h2::before {
    margin-right: 2vw;
  }
  .sidebar_category-list {
    padding: 2.9vw;
  }
  .sidebar_category-list li::before {
    margin-right: 2.9vw;
  }
  .sidebar_category-list li + li {
    margin-top: 2.9vw;
  }
  .sidebar_products-list {
    margin-bottom: 6.8vw;
  }
  .sidebar_banner {
    width: 28.2vw;
    margin-top: 10.1vw;
  }
  .sidebar_banner .swiper-slide {
    width: 28.2vw;
  }
  .sidebar_banner .swiper-pagination {
    margin-top: 2vw;
  }
  .sidebar .wpp-list li {
    margin-top: 5.7vw;
  }
  .sidebar .wpp-list li::before {
    top: -3.6vw;
    height: 3.8vw;
  }
  .sidebar .wpp-list li + li {
    margin-top: 6.6vw;
  }
  .sidebar .wpp-post-title {
    margin-top: 1.6vw;
  }
  .archive .special-entry article > a, .archive .category-entry article > a, .archive .search-entry article > a {
    top: 3.9vw;
  }
  .archive .special_lead {
    padding: 2.9vw 2.9vw 2.9vw 5.4vw;
    background-position: left 1.1vw top 3.5vw;
  }
  .archive .category-entry h2 {
    margin-top: 2.9vw;
  }
  .breadcrumbs {
    width: 63.5vw;
    font-size: 1.4vw;
  }
  .breadcrumbs .separator {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .breadcrumbs a {
    padding: 1vw 0;
  }
  .sns-list li {
    flex-basis: 3.9vw;
    margin-left: 3.9vw;
  }
  div#toc_container {
    margin-top: 2.9vw;
    margin-bottom: 10.7vw;
  }
  .toc_title {
    font-size: 2.3vw;
  }
  .toc_title::before {
    margin-right: 1.6vw;
  }
  .toc_list {
    padding: 2vw 2.9vw 2vw 1vw !important;
  }
  .toc_list li::before {
    margin-right: 2.9vw;
  }
  .toc_list li + li {
    margin-top: 2.9vw !important;
  }
  .banner_list {
    margin-top: 3.9vw;
  }
  .banner_list a {
    flex-basis: 28.9vw;
    margin-top: 2.9vw;
  }
  .person_heading picture {
    flex-basis: 8.6vw;
  }
  .person_name {
    margin-left: 2.7vw;
  }
  .person p {
    margin-top: 2.9vw;
  }
  .related-entry, .archive-entry {
    margin-top: 9.8vw;
  }
  .related-entry article, .archive-entry article {
    min-height: 23.4vw;
    padding-top: 2vw;
  }
  .related-entry article > a, .archive-entry article > a {
    top: 5.5vw;
    width: 24.1vw;
    height: 18vw;
  }
  .related-entry_info, .archive-entry_info {
    margin-left: 26.1vw;
  }
  .related-entry_info h3, .archive-entry_info h3 {
    margin: 1.6vw 0;
  }
  .related-entry_info .person_name, .archive-entry_info .person_name {
    margin-bottom: 1.6vw;
  }
  .related-entry .tags, .archive-entry .tags {
    padding: 0 2vw 1vw 23.1vw;
  }
  .related-entry .tags li, .archive-entry .tags li {
    margin-top: 1vw;
    margin-left: 2.9vw;
  }
  .wp-block-search__inside-wrapper {
    font-size: 1.8vw;
  }
  .wp-block-search__input {
    height: 5.3vw;
  }
  .fancybox {
    width: 19.5vw;
    height: 19.5vw;
  }
  .fancybox::after {
    width: 5.7vw;
    height: 5.7vw;
  }
  .fancybox:nth-of-type(n+2) {
    margin-top: 2.3vw;
    margin-left: 2.3vw;
  }
	
/* 追記 */
.entry > .scroll_table {
    overflow: auto;
    white-space: nowrap;
}
.entry > .scroll_table th,
.entry > .scroll_table td {
    display: table-cell
}
/* 追記 */
	
}
@media (max-width: 766px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .inner {
    max-width: 345px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  main > .inner {
    border-width: 1px;
  }
  .wrapper {
    display: block;
  }
  .main-contents {
    padding-top: 15px;
    border-right: none;
  }
  .sp-spacer {
    display: block;
    height: 160px;
    border-top: 1px solid #DBDAD6;
  }
  .to-top.sp {
    display: block;
  }
  .to-top a {
    right: 20px;
    bottom: 20px;
    width: 116px;
    height: 127px;
  }
  header {
    font-size: 0.88rem;
  }
  header .wp-block-search {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 345px;
    margin: auto;
    background-color: #e9e7e0;
    font-size: 0.88rem;
  }
  .header_container {
    border-bottom: 1px solid #DBDAD6;
  }
  .header_container .inner {
    border-right: none;
  }
  .header_logo {
    width: 40px;
    height: 40px;
    margin: 10px 0;
  }
  .header_linkBtn {
    display: none;
  }
  .header_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .header_button:nth-of-type(4) {
    margin-left: auto;
    border-left: 2px solid #DBDAD6;
  }
  .header_navigation {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 345px;
    margin: auto;
    border: none;
    background-color: #e9e7e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  footer {
    padding: 30px 0;
    font-size: 1rem;
  }
  footer h3 {
    border-width: 1px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  footer h3::before {
    flex-basis: 1.3em;
    height: 1.3em;
    margin-right: 10px;
  }
  .footer_top {
    padding-bottom: 30px;
  }
  .footer_container {
    flex-basis: 100%;
  }
  .footer_navigation {
    margin-top: 10px;
    padding-left: 10px;
  }
  .footer_navigation li.pc {
    display: none;
  }
  .footer_navigation li.sp {
    display: block;
  }
  .footer_navigation a {
    margin: 10px 0;
  }
  .footer_navigation a::before {
    width: 0.875em;
    height: 0.875em;
    margin-right: 16px;
  }
  .footer_bottom {
    border-top: 1px solid #DBDAD6;
  }
  .footer_bottom .inner {
    display: block;
  }
  .footer_bottom-left {
    margin-top: 10px;
  }
  .footer_bottom-left small {
    margin-top: 20px;
  }
  .footer_bottom-left small:nth-of-type(1) {
    font-size: 0.75rem;
  }
  .footer_bottom-left small:nth-of-type(2) {
    font-size: 0.88rem;
  }
  .footer_bottom .sns-list {
    font-size: 0.88rem;
    font-family: Rambla, "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 0.08em;
  }
  .main-contents {
    padding-bottom: 0;
    font-size: 0.88rem;
  }
  .main-contents h1:not([class]) {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .main-contents_thumbnail {
    margin-top: 20px;
  }
  .main-contents .tags {
    margin-top: 20px;
    font-size: 0.75rem;
  }
  .main-contents .tags li {
    margin-left: 20px;
  }
  .main-contents .tags li::before {
    margin-right: 10px;
  }
  .main-contents .tags li + li {
    margin-left: 20px;
  }
  .main-contents .tags a {
    padding: 15px 0;
  }
  .main-contents h2:not([class]) {
    margin-top: 30px;
    border-width: 1px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .main-contents h2:not([class])::before {
    flex-basis: 1.3em;
    height: 1.3em;
    margin-right: 10px;
  }
  .main-contents .share_heading {
    margin-top: 50px;
  }
  .main-contents .sns-list {
    margin: 20px 0 80px;
  }
  .main-contents .category_link {
    width: 10.25rem;
    padding: 20px 16px;
    font-size: 1em;
  }
  .main-contents .category_link::before {
    width: 20px;
    height: 1px;
  }
  .main-contents .sns-list {
    justify-content: flex-end;
    margin-bottom: 50px;
  }
  .main-contents .sns-list li, .main-contents .sns-list li:nth-of-type(2n-1), .main-contents .sns-list li:nth-of-type(2n) {
    flex-basis: 30px;
    margin-left: 20px;
  }
  .main-contents .sns-list li:nth-of-type(2n-1) {
    padding-right: 0;
  }
  .main-contents .sns-list li img {
    margin-right: 0;
  }
  .entry > time {
    font-size: 0.88rem;
  }
  .entry > h3:not([class]) {
    margin: 30px 0 20px;
    padding-left: 10px;
    font-size: 1rem;
  }
  .entry > h3:not([class])::before {
    flex-basis: 0.875em;
    height: 1.417em;
    margin-right: 10px;
  }
  .entry > h4:not([class]), .entry > h5:not([class]), .entry > h6:not([class]) {
    margin: 20px 0;
    padding-left: 10px;
    font-size: 1em;
  }
  .entry > h4:not([class])::before, .entry > h5:not([class])::before, .entry > h6:not([class])::before {
    flex-basis: 1em;
    height: 1.5em;
    margin-right: 10px;
  }
  .entry > h5:not([class])::before, .entry > h6:not([class])::before {
    margin-right: 10px;
  }
  .entry blockquote {
    margin-top: 20px;
    padding: 20px 6px 20px 50px;
    background-size: 22px auto;
  }
  .entry > ul:not([class]) li {
    padding-left: 1.71em;
    text-indent: -1.71em;
  }
  .entry > ul:not([class]) li::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
  }
  .entry > table {
    font-size: 1em;
  }
  .entry > table caption {
    padding: 10px;
  }
  .entry > table caption::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
  }
  .entry th, .entry td {
    display: block;
    width: 100%;
    padding: 14px 16px 16px;
    border-width: 1px;
  }
  .entry th::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
  }
  .entry > dl:not([class]) {
    font-size: 1em;
  }
  .entry dt {
    padding: 10px 10px 10px 17px;
    text-align: center;
  }
  .entry dt::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
  }
  .entry dd {
    margin: 14px 18px 24px;
  }
  .entry a.link-button {
    width: 90%;
    margin: 50px auto;
    padding: 16px 50px;
  }
  .sidebar {
    font-size: 0.88rem;
  }
  .sidebar_container {
    width: 323px;
  }
  .sidebar h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .sidebar h2::before {
    width: 1.3em;
    height: 1.3em;
    margin-right: 20px;
  }
  .sidebar_search-container {
    display: none;
  }
  .sidebar_category-list {
    padding: 20px 10px;
    font-size: 0.88rem;
  }
  .sidebar_category-list li::before {
    flex-basis: 1em;
    margin-right: 10px;
  }
  .sidebar_products-list {
    margin-bottom: 0;
  }
  .sidebar_products-list a {
    width: 100%;
  }
  .sidebar_products-list a img {
    width: 100%;
    height: auto;
  }
  .sidebar_banner {
    width: 323px;
    margin-top: 80px;
  }
  .sidebar_banner .swiper-slide {
    width: 323px;
  }
  .sidebar_banner .swiper-pagination {
    margin-top: 20px;
  }
  .sidebar .wpp-list li {
    margin-top: 60px;
  }
  .sidebar .wpp-list li::before {
    top: -37px;
    height: 39px;
  }
  .sidebar .wpp-list li + li {
    margin-top: 70px;
  }
  .sidebar .wpp-list img {
    width: 100%;
    height: auto;
  }
  .sidebar .wpp-post-title {
    margin-top: 16px;
  }
  .archive .special_lead {
    padding: 30px 20px 30px 40px;
    background-position: left 11px top calc(30px + 0.333em);
  }
  .archive .special-entry h3, .archive .new-entry h3 {
    font-size: 1rem;
  }
  .archive .category-entry h2 {
    margin-top: 30px;
  }
  .breadcrumbs {
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.75rem;
  }
  .breadcrumbs .separator {
    margin-right: 10px;
    margin-left: 10px;
  }
  .breadcrumbs a {
    padding: 10px 0;
  }
  .sns-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .sns-list li {
    margin: 12px 0;
  }
  .sns-list li:nth-of-type(2n-1) {
    flex-basis: 150px;
    padding-right: 10px;
  }
  .sns-list li:nth-of-type(2n) {
    flex-basis: calc(100% - 150px);
  }
  .sns-list a {
    display: flex;
    align-items: center;
  }
  .sns-list a img {
    flex: 0 0 1.88rem;
    height: 1.88rem;
    margin-right: 20px;
  }
  .nav_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav_list {
    display: block;
    width: 100%;
    border: none;
    letter-spacing: 0.08em;
  }
  .nav_list li {
    border-top: 1px solid #DBDAD6;
  }
  .nav_list li.sp {
    display: block;
  }
  .nav_list li.sp:nth-last-of-type(2) a {
    background-image: url("img/icon_sell.svg");
    background-size: auto 46px;
    background-color: #fff;
  }
  .nav_list li.sp:last-of-type a {
    background-image: url("img/icon_buy-wh.svg");
    background-size: auto 47px;
    background-color: #000;
    color: #fff;
  }
  .nav_list li.sp a {
    height: 5.38rem;
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
  .nav_list li.sp a::before {
    display: none;
  }
  .nav_list a {
    justify-content: flex-start;
    height: 3.75rem;
    padding: 0 20px;
  }
  .nav_list a::before {
    display: inline-block;
    flex: 0 0 0.88rem;
    height: 0.88rem;
    margin-right: 16px;
    background: url("img/list_marker-rd-line.svg") no-repeat center/contain;
    content: "";
  }
  div#toc_container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .toc_title {
    border-width: 1px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .toc_title::before {
    flex-basis: 1.3em;
    height: 1.3em;
    margin-right: 10px;
  }
  .toc_list {
    padding: 20px 10px !important;
  }
  .toc_list li::before {
    flex-basis: 1em;
    margin-right: 20px;
  }
  .toc_list li + li {
    margin-top: 10px;
  }
  .banner_list {
    margin-top: -20px;
  }
  .banner_list a {
    flex-basis: 100%;
    margin-top: 30px;
  }
  .person_heading picture {
    flex-basis: 80px;
  }
  .person_name {
    margin-left: 28px;
    font-size: 1em;
  }
  .person p {
    margin-top: 14px;
  }
  .related-entry, .archive-entry {
    margin-top: 70px;
  }
  .related-entry article, .archive-entry article {
    min-height: initial;
    padding-top: 30px;
    border-width: 1px;
  }
  .related-entry article > a, .archive-entry article > a {
    position: static;
    width: 100%;
    height: auto;
  }
  .related-entry picture, .archive-entry picture {
    width: 100%;
    height: auto;
  }
  .related-entry_info, .archive-entry_info {
    margin-top: 16px;
    margin-left: 0;
    padding: 0 20px;
  }
  .related-entry_info time, .archive-entry_info time {
    font-size: 1em;
  }
  .related-entry_info h3, .archive-entry_info h3 {
    margin: 16px 0;
  }
  .related-entry_info .person_name, .archive-entry_info .person_name {
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
  .related-entry .tags, .archive-entry .tags {
    padding: 10px 20px 10px 0;
  }
  .related-entry .tags li, .archive-entry .tags li {
    margin-top: 0;
    margin-left: 20px;
  }
  .related-entry .tags li a, .archive-entry .tags li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wp-block-search__inside-wrapper {
    font-size: 1em;
  }
  .sidebar .side-nav-button {
    display: block;
  }
  .fancybox {
    width: 161px;
    height: 161px;
  }
  .fancybox::after {
    width: 40px;
    height: 40px;
  }
  .fancybox:nth-of-type(n+2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .fancybox:nth-of-type(2n) {
    margin-left: 21px;
  }
}
@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* 追記 */
.text-center {
	text-align: center;
}
.small {
	font-size: .75em;
}
.text-red {
	color: #de384c;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-5 {
	margin-top: 5px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-5 {
	margin-bottom: 5px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-5 {
	padding-top: 5px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-5 {
	padding-bottom: 5px;
}
