@charset "UTF-8";
html {
  overflow-y: scroll;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
  font-weight: normal;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

@font-face {
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("../fonts/NotoSerifJP-Regular.otf") format("opentype");
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/NotoSerifJP-Bold.otf") format("opentype");
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html.is-nav-active {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
  overflow-x: hidden;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.813;
  text-size-adjust: 100%;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

strong,
em,
b {
  font-weight: bold;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

b {
  font-weight: bold;
}

.l-header {
  height: 80px;
}

.l-footer {
  position: relative;
  border-top: 1px solid #333;
}

.c-button {
  display: inline-block;
  width: 290px;
  padding: 13px;
  border: 1px solid #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.167;
  text-align: center;
  transition: all .2s ease-in-out;
}

.c-button:hover {
  background: #333;
  color: #fff;
}

.c-inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-link-text {
  text-decoration: underline;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
}

.c-list-dot__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.c-list-data-attr__item {
  position: relative;
  padding-left: 1em;
}

.c-list-data-attr__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-str);
}

.c-list-note__item {
  position: relative;
  padding-left: 1em;
}

.c-list-note__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\203B";
}

.c-list-note--small {
  font-size: 0.875em;
}

.c-notes {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
}

.c-notes::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '*';
}

.c-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.c-lead {
  text-align: center;
}

.c-text-notes {
  color: #666;
  font-size: 1.4rem;
}

.p-button-unit--center {
  text-align: center;
}

.p-button-prev {
  position: relative;
}

.p-button-prev::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  transform: rotate(135deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: '';
}

.p-button-prev:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.p-button-prev--inverse {
  border-color: #fff;
  color: #fff;
}

.p-button-prev--inverse::after {
  border-color: #fff;
}

.p-footer {
  padding: 25px 0;
}

.p-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer__logo {
  display: block;
  width: 120px;
  margin-right: 30px;
}

.p-footer__info {
  font-size: 1.3rem;
  line-height: 1.538;
}

.p-footer__info dt,
.p-footer__info dd {
  display: inline-block;
}

.p-footer__info a {
  text-decoration: underline;
}

.p-footer__info a:hover {
  text-decoration: none;
}

.p-footer__info--address dt {
  margin-right: 1em;
}

.p-footer__info--address br {
  display: none;
}

.p-footer__info--number {
  display: inline-block;
}

.p-footer__info--number + .p-footer__info--number {
  margin-left: 1em;
}

.p-footer__info--number dt {
  margin-right: 0.2em;
}

.p-footer__copyright {
  margin-top: 23px;
  font-size: 1rem;
  text-align: center;
}

.p-footer__copyright br {
  display: none;
}

.p-fixed-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
}

.p-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
  background: #fff;
}

.p-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

.p-header__logo {
  display: block;
  width: 156px;
}

.p-header__nav-group {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.p-header__button {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  overflow: hidden;
}

.p-header__button img {
  width: 36px;
  height: 20px;
}

.p-link-block {
  margin-top: 20px;
}

.p-link-more {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  color: #ce0000;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}

.p-link-more:hover {
  opacity: 0.65;
}

.p-link-more::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}

.p-gnav {
  display: none;
  z-index: 99;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.p-gnav.is-active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.p-gnav__inner {
  display: flex;
  padding: 45px 0;
}

.p-gnav__top {
  width: 187px;
  padding-left: 53px;
  border-right: 1px solid #999;
}

.p-gnav__top-link {
  display: inline-block;
  padding-right: 38px;
  background: url(/kindai/assets/images/common/arrow_white_sp.png) no-repeat right center;
  background-size: 28px 28px;
  font-size: 2rem;
  font-weight: 700;
  transition: opacity 0.2s ease-out;
}

.p-gnav__top-link:hover {
  opacity: 0.65;
}

.p-gnav__group {
  display: flex;
  flex: 1;
  width: 813px;
  padding: 0 70px;
}

.p-gnav__col {
  width: 280px;
  margin-right: 50px;
}

.p-gnav__heading {
  margin-bottom: 4px;
  padding-bottom: 22px;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat left bottom;
  background-size: 33px auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.040em;
  line-height: 1.409;
}

.p-gnav__heading:not(:first-child) {
  margin-top: 40px;
}

.p-gnav__list {
  font-size: 1.5rem;
}

.p-gnav__item {
  border-bottom: 1px solid #999;
}

.p-gnav__link {
  display: block;
  position: relative;
  padding: 9px 10px 9px 0;
  transition: opacity 0.2s ease-out;
}

.p-gnav__link:hover {
  opacity: 0.65;
}

.p-gnav__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  content: '';
}

.p-nav-open {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/kindai/assets/images/common/btn_menu_open.png) no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
}

.p-nav-open.is-active {
  background-image: url(/kindai/assets/images/common/btn_menu_close.png);
}

.p-pagetop {
  display: none;
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 30px;
}

.p-pagetop__button {
  display: block;
  width: 57px;
  height: 57px;
  transition: opacity 0.2s ease-out;
}

.p-pagetop__button:hover {
  opacity: 0.65;
}

.p-related {
  padding: 36px 0 57px;
  background: #000;
  color: #fff;
}

.p-related__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-related__title {
  margin-bottom: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.459;
  text-align: center;
}

.p-related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.p-related-list.p-related-slider {
  display: block;
}

.p-related-list__item {
  padding: 0 5px;
}

.p-related-list__item--col2 {
  width: 50%;
}

.p-related-list__item--col4 {
  width: 25%;
}

.p-related-panel {
  display: block;
  position: relative;
}

.p-related-panel__overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.7);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.p-related-panel__overlay:hover {
  opacity: 1;
}

.p-related-panel__text {
  position: relative;
}

.p-related-panel__title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-related-panel__sub {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.462;
}

.p-related-slider .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: -18.5px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.p-related-slider .slick-arrow:hover {
  opacity: 0.5;
}

.p-related-slider .slick-arrow.slick-prev {
  left: -52px;
  background-image: url(/kindai/assets/images/common/arrow_prev.png);
}

.p-related-slider .slick-arrow.slick-next {
  right: -52px;
  background-image: url(/kindai/assets/images/common/arrow_next.png);
}

.p-section {
  padding-bottom: 60px;
}

.p-heading {
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1.44;
}

.p-heading__en {
  display: block;
  margin-top: 11px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.438;
}

.p-heading--dia {
  margin-bottom: 20px;
  padding-bottom: 36px;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat center bottom;
  background-size: 48px auto;
}

.p-sub-heading {
  margin-bottom: 31px;
  padding-bottom: 47px;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat center bottom;
  background-size: 48px auto;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.357;
  text-align: center;
}

.p-contents {
  padding-top: 90px;
}

.p-contents .p-heading {
  margin-bottom: 70px;
}

.p-contents p + p {
  margin-top: 1em;
}

.p-social {
  display: flex;
  justify-content: space-between;
  width: 228px;
  padding: 10px;
  background: #f4f4f4;
}

.p-social__item {
  width: 100px;
  height: 30px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-social__item--twitter {
  background-image: url(/kindai/assets/images/common/btn_twitter.png);
}

.p-social__item--facebook {
  background-image: url(/kindai/assets/images/common/btn_facebook.png);
}

.p-social__link {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}

.p-table-scroll-wrap {
  position: relative;
  overflow: hidden;
}

.p-table-scroll-wrap.is-scroll::before {
  visibility: hidden;
  opacity: 0;
}

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

.u-inline-block {
  display: inline-block;
}

.activity-container {
  margin-top: 40px;
}

.activity-heading {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

.activity-table {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-collapse: separate;
}

.activity-table__th, .activity-table__td {
  border-top: 1px solid #333;
  border-left-width: 1px;
  border-left-color: #333;
  font-size: 1.4rem;
  vertical-align: middle;
}

.activity-table__th:not(:first-child), .activity-table__td:not(:first-child) {
  border-left-style: dotted;
}

.activity-table__th:first-child, .activity-table__td:first-child {
  border-left-style: solid;
}

.activity-table__th {
  padding: 10px;
  background: #ccc;
  text-align: center;
}

.activity-table__th--pref, .activity-table__th--city {
  width: 7.8%;
}

.activity-table__th--period, .activity-table__th--owner, .activity-table__th--structure {
  width: 9%;
}

.activity-table__th--design {
  width: 15%;
}

.activity-table__th--name {
  width: 18%;
}

.activity-table__th--category {
  width: auto;
}

.activity-table__td {
  padding: 15px 10px;
}

.activity-table__td--period, .activity-table__td--owner, .activity-table__td--structure, .activity-table__td--pref, .activity-table__td--city {
  text-align: center;
}

.categorylv2 {
  margin-top: 110px;
  padding-top: 66px;
  background: #000;
  color: #fff;
}

.categorylv2 .p-heading {
  margin-bottom: 60px;
}

.categorylv2-contents {
  padding-bottom: 60px;
}

.categorylv2-contents .p-button-unit {
  position: relative;
  margin-top: 90px;
}

.categorylv2-mv {
  position: relative;
  margin-bottom: 110px;
}

.categorylv2-mv__bg {
  height: 300px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.categorylv2-mv__bg--kenzoubutsu {
  background-image: url(/kindai/assets/images/kenzoubutsu/mv.jpg);
}

.categorylv2-mv__bg--bijutsu {
  background-image: url(/kindai/assets/images/bijutsu/mv.jpg);
}

.categorylv2-mv__bg--kinenbutsu {
  background-image: url(/kindai/assets/images/kinenbutsu/mv.jpg);
}

.categorylv2-mv__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  background: rgba(244, 244, 244, 0.2);
  text-align: center;
}

.categorylv2-header__title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.439;
}

.categorylv2-list {
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
}

.categorylv2-list__item {
  width: 50%;
}

.categorylv2-list__item img {
  width: 100%;
}

.categorylv2-panel {
  display: block;
  position: relative;
}

.categorylv2-panel--text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  color: #4e4e4e;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.438;
}

.categorylv2-panel__overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.categorylv2-panel__overlay:hover {
  opacity: 1;
}

.categorylv2-panel__text {
  position: relative;
  padding: 90px 20px;
}

.categorylv2-panel__text::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63px;
  height: 63px;
  margin-left: -31px;
  background: url(/kindai/assets/images/common/arrow_white.png) no-repeat left top;
  background-size: cover;
  content: '';
}

.categorylv2-panel__title {
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.417;
}

.categorylv2-panel__sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.categorylv2-research-block img {
  width: 100%;
}

.categorylv2-research-panel {
  display: block;
  position: relative;
}

.categorylv2-research-panel__overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.categorylv2-research-panel__overlay:hover {
  opacity: 1;
}

.categorylv2-research-panel__text {
  position: relative;
  padding: 90px 79px;
}

.categorylv2-research-panel__text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 63px;
  margin-left: -31px;
  transform: translateY(-50%);
  background: url(/kindai/assets/images/common/arrow_white.png) no-repeat left top;
  background-size: cover;
  content: '';
}

.categorylv2-research-panel__title {
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.417;
}

.categorylv2-research-panel__sub {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.194;
}

.categorylv2-trends {
  padding: 80px 0 110px;
}

.categorylv2-trends .p-heading {
  margin-bottom: 75px;
}

.categorylv2-trends-unit {
  position: relative;
  margin-bottom: 110px;
}

.categorylv2-trends-unit__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.categorylv2-trends-unit::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -40px;
  width: 50%;
  height: 390px;
  background: #f4f4f4;
  content: '';
}

.categorylv2-trends-unit:nth-child(odd)::before {
  right: 0;
}

.categorylv2-trends-unit:nth-child(even) .categorylv2-trends-unit__inner {
  flex-direction: row-reverse;
}

.categorylv2-trends-unit:nth-child(even)::before {
  left: 0;
}

.categorylv2-trends-unit__title {
  display: block;
  position: relative;
  padding-bottom: 70px;
  background: url(/kindai/assets/images/common/arrow_black.png) no-repeat center bottom;
  background-size: 57px 57px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.31;
  text-align: right;
  transition: opacity 0.2s ease-out;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.categorylv2-trends-unit__title:hover {
  opacity: 0.65;
}

.categorylv2-trends-unit__title small,
.categorylv2-trends-unit__title span {
  display: block;
  white-space: nowrap;
}

.categorylv2-trends-unit__title small:first-child,
.categorylv2-trends-unit__title span:first-child {
  padding-bottom: 1em;
}

.categorylv2-bottom-block {
  border-top: 1px solid #333;
}

.categorylv2-bottom-block .p-heading {
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 3.7rem;
}

.categorylv2-activity {
  margin-bottom: 50px;
}

.categorylv2-activity-panel {
  display: flex;
  justify-content: center;
}

.categorylv2-activity-panel:hover .categorylv2-activity-panel__summary {
  background: #f4f4f4;
}

.categorylv2-activity-panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  padding: 50px 20px;
  background: #333;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.385;
  text-align: center;
  text-align: center;
}

.categorylv2-activity-panel__title span {
  display: block;
  padding-bottom: 28px;
  background: url(/kindai/assets/images/common/line_diamond_white.png) no-repeat center bottom;
  background-size: 48px auto;
}

.categorylv2-activity-panel__summary {
  position: relative;
  flex: 1;
  padding: 45px 65px 45px 35px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.categorylv2-activity-panel__summary::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}

.categorylv2-activity-list__item:not(:last-child) {
  margin-bottom: 25px;
}

.categorylv2-nav {
  padding: 36px 0 57px;
  background: #000;
}

.categorylv2-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.categorylv2-nav__title {
  margin-bottom: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.459;
  text-align: center;
}

.categorylv2-nav .p-button-unit {
  position: relative;
  margin-top: 50px;
}

.categorylv2-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.categorylv2-nav-list__item {
  padding: 0 5px;
}

.categorylv2-nav-list__item--col4 {
  width: 25%;
}

.categorylv2-nav-panel {
  display: block;
  position: relative;
}

.categorylv2-nav-panel img {
  opacity: 1;
  transition: all .2s ease-in-out;
}

.categorylv2-nav-panel.is-coming-soon .categorylv2-nav-panel__img {
  position: relative;
  opacity: 0.6;
}

.categorylv2-nav-panel__overlay {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 112px;
  transform: translate(-50%, -50%);
  background: rgba(244, 244, 244, 0.85);
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.categorylv2-nav-panel__text {
  position: relative;
}

.categorylv2-nav-panel__title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

a.categorylv2-nav-panel:hover img {
  opacity: 0.5;
}

.repairs-contents {
  padding-bottom: 60px;
}

.repairs-contents .p-button-unit {
  position: relative;
  margin-top: 90px;
}

.repairs-mv {
  position: relative;
  margin-bottom: 66px;
}

.repairs-mv__bg {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-height: 1100px;
  overflow: hidden;
  text-align: center;
}

.repairs-mv img {
  width: 100%;
  min-width: 1200px;
}

.repairs-mv__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.repairs-header {
  display: flex;
  position: absolute;
  bottom: -36px;
  left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 25px 40px;
  background: #fff;
}

.repairs-header__caption {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
}

.repairs-header__sub {
  text-align: right;
}

.repairs-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.repairs-header__shoulder {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}

.repairs-header__shoulder--bottom {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.repairs-header__data dt {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}

.repairs-header__data dt small {
  font-size: 1.8rem;
}

.repairs-header__data dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.repairs-unit {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-top: 36px;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat left top;
  background-size: 48px auto;
}

.repairs-unit--top {
  margin-bottom: 60px;
}

.repairs-unit--no-separator {
  padding-top: 0;
  background-image: none;
}

.repairs-unit__row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;
}

.repairs-unit__row + .repairs-unit__row {
  margin-top: 0;
}

.repairs-unit__row--no-mt {
  margin-top: 0;
}

.repairs-unit__text {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.repairs-unit__text > *:first-child {
  margin-top: 0;
}

.repairs-unit__text--full {
  flex-basis: 100%;
  width: 100%;
}

.repairs-unit__text p + p {
  margin-top: 20px;
}

.repairs-unit--no-heading {
  padding-top: 0;
}

.repairs-unit--no-heading .repairs-unit__text {
  padding-top: 52px;
}

.repairs-unit__heading {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.357;
}

.repairs-unit__heading-lv3 {
  position: relative;
  margin: 20px 0 10px;
  padding-left: 1.5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.repairs-unit__heading-lv3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1em;
  content: attr(data-num);
}

.repairs-unit__heading + .repairs-unit__heading-lv3 {
  margin-top: 0;
}

.repairs-unit__heading-lv4 {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}

.repairs-unit__heading-lv4::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: attr(data-str);
}

* + .repairs-unit__heading-lv4 {
  margin-top: 10px;
}

.repairs-unit__caption {
  margin-top: auto;
  padding-top: 30px;
}

.repairs-unit__caption div,
.repairs-unit__caption dt {
  padding-top: 15px;
  border-top: 1px solid #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.repairs-unit__caption dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.repairs-unit__img {
  display: flex;
  padding-left: 20px;
}

.repairs-unit__img--large {
  display: block;
  padding-left: 50px;
}

.repairs-unit__img--large img {
  width: 500px;
}

.repairs-unit__img--rows {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 640px;
  margin-top: -20px;
}

.repairs-unit__img--rows-838 {
  max-width: 838px;
}

.repairs-unit__img--full {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
}

.repairs-unit__img--full-col2 {
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin-top: 20px;
  padding-left: 0;
}

.repairs-unit__figure {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.repairs-unit__figure--half {
  width: 300px;
}

.repairs-unit__figure--full {
  width: 610px;
}

.repairs-unit__figure--full-half {
  width: 460px;
}

.repairs-unit__figure--full-half .w300 {
  width: 300px;
}

.repairs-unit__figure--full-half .w150 {
  width: 150px;
}

.repairs-unit__figure--498 {
  width: 498px;
}

.repairs-unit__figure img + img {
  margin-left: 10px;
}

.repairs-unit__figure figcaption {
  margin-top: 4px;
  font-weight: 700;
  text-align: right;
}

.repairs-unit__figure figcaption.repairs-unit__group-caption {
  margin-top: 6px;
  margin-bottom: 3px;
  font-size: 1.8rem;
  line-height: 1.167;
  text-align: left;
}

.repairs-unit__figure figcaption.repairs-unit__group-caption p {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.repairs-unit__img--rows .repairs-unit__figure {
  display: block;
  margin-top: 20px;
}

.repairs-unit__img--full .repairs-unit__figure {
  margin-left: 0;
}

.repairs-unit__img--full-col2 .repairs-unit__figure {
  margin-left: 0;
}

.repairs-author {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align-last: left;
}

.repairs-notes {
  margin-top: 1em;
}

.repairs-data-notes {
  display: flex;
  flex-wrap: wrap;
}

.repairs-data-notes__title {
  flex-basis: 3em;
  font-weight: 700;
}

.repairs-data-notes__content {
  flex: calc(100% - 3em);
}

.repairs-references {
  margin-top: 85px;
  padding-top: 25px;
  border-top: 1px solid #333;
}

.repairs-references__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.research-body {
  padding-bottom: 120px;
}

.research-body .p-button-unit {
  margin-top: 90px;
}

.research-nav {
  background: #333;
}

.research-nav--top {
  margin-top: 70px;
}

.research-nav-list {
  display: flex;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.research-nav-list__item {
  flex: 1;
}

.research-nav-list__item + .research-nav-list__item {
  border-left: 1px solid #fff;
}

.research-nav-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 0 75px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.385;
  text-align: center;
  transition: opacity 0.2s ease-out;
}

.research-nav-link:hover {
  opacity: 0.65;
}

.research-nav-link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(/kindai/assets/images/common/arrow_white_anchor.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.research-nav--btm .research-nav-link::before {
  transform: rotate(180deg);
}

.research-summary {
  margin-top: 90px;
  padding: 50px;
  border: 1px solid #333;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat 50px 50px;
  background-size: 48px auto;
}

.research-summary__heading {
  margin: 36px 0 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.357;
}

.research-container-group > *:nth-child(odd) {
  background-color: #f4f4f4;
}

.research-container {
  padding-bottom: 100px;
  overflow: hidden;
  background-position-x: center;
  background-repeat: no-repeat;
}

.research-container--kanagawa {
  padding-top: 112px;
  background-image: url(/kindai/assets/images/kenzoubutsu/research/pref_kanagawa.png);
  background-position-y: 52px;
  background-size: 70px auto;
}

.research-container--nara {
  padding-top: 157px;
  background-image: url(/kindai/assets/images/kenzoubutsu/research/pref_nara.png);
  background-position-y: 90px;
  background-size: 42px auto;
}

.research-heading {
  margin-bottom: 57px;
  padding-top: 17px;
  font-size: 4.2rem;
  line-height: 1.071;
}

.research-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -33px;
}

.research-pager .research-list {
  justify-content: center;
  margin: 0;
}

.research-list__item {
  width: 33.333%;
  margin-bottom: 33px;
  padding: 0 7px;
}

.research-pager .research-list__item {
  width: 490px;
  margin-bottom: 0;
  padding: 0;
}

.research-pager .research-list__item + .research-list__item {
  border-left: 1px solid #888;
}

.research-pager .research-card {
  height: 100%;
}

.ie .research-pager .research-card {
  position: relative;
}

.ie .research-pager .research-card::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 80px;
  width: calc(100% - 160px);
  height: 100%;
  background: #333;
  content: "";
}

.research-pager .research-list__item:first-child.is-end .research-card a::after, .research-pager
.research-list__item:first-child:not(:last-child) .research-card a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  transform: rotate(135deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}

.research-pager .research-list__item:last-child:not(.is-end) .research-card a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}

.research-card__link {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.research-card__link:hover {
  opacity: 0.65;
}

.research-pager .research-list__item .research-card__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 80px;
}

.ie .research-pager .research-list__item .research-card__link {
  display: block;
}

.research-card__num {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.research-pager .research-card__num {
  left: 80px;
}

.research-card__img {
  z-index: 1;
  position: relative;
}

.ie .research-card__img img {
  min-height: 0%;
}

.research-card__data {
  padding-top: 5px;
}

.research-pager .research-card__data {
  flex: 1;
  padding: 13px 15px 14px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.ie .research-pager .research-card__data {
  background: #333;
}

.research-card__data dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.research-card__data dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.research-label {
  display: table;
  width: auto;
  margin-top: 4px;
  padding: 3px 10px 4px;
  border: 1px solid #707070;
  font-size: 1.3rem;
  line-height: 1;
}

.research-detail-header {
  display: flex;
  margin-bottom: 35px;
}

.research-detail-header__cat {
  flex-basis: 120px;
  padding: 20px 2px;
  background: #333;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.research-detail-header__cat-pref {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.research-detail-header__cat-num {
  display: block;
  padding-top: 10px;
  font-size: 3.3rem;
}

.research-detail-header__data {
  flex: 1;
  padding-left: 25px;
}

.research-detail-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.research-detail-heading__text {
  flex: 1;
}

.research-detail-heading .research-label {
  margin-top: 5px;
  white-space: nowrap;
}

.research-data-list__item {
  color: #111;
  line-height: 1.563;
}

.research-data-list__item--completion {
  margin-bottom: 5px;
  color: #333;
}

.research-detail-gallery {
  overflow: hidden;
}

.research-detail-gallery__mv {
  position: relative;
}

.research-detail-gallery__mv img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0s, 0.5s, 0.5s;
  transition-property: position, opacity, z-index;
}

.research-detail-gallery__mv img.is-current {
  z-index: 1;
  position: relative;
  opacity: 1;
  transition-duration: 0s, 0.5s, 0.5s;
  transition-property: position, opacity, z-index;
}

.research-gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.research-gallery-list__item {
  position: relative;
  width: 150px;
  margin: 20px 20px 0 0;
  cursor: pointer;
}

.research-gallery-list__item.is-current::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ce0000;
  content: "";
}

.research-detail-content {
  margin-top: 70px;
  padding-top: 36px;
  background: url(/kindai/assets/images/common/line_diamond.png) no-repeat left top;
  background-size: 48px auto;
}

.research-detail-content .research-detail-award {
  margin-top: 1.5em;
  font-weight: bold;
}

.research-pager {
  padding: 90px 0 70px;
  background: #000;
}

.research-pager .p-button-unit {
  margin-top: 50px;
}

.hero__img img {
  width: 100%;
}

.hero .slick-dots {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 50%;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 10px;
  text-align: center;
}

.hero .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
  line-height: 0;
  text-indent: 100%;
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}

.hero .slick-dots button:hover {
  opacity: 0.65;
}

.hero .slick-dots li {
  margin: 0 6px;
}

.hero .slick-dots li.slick-active button {
  border-color: #707070;
  opacity: 1;
}

.top-lead {
  padding: 60px 0 90px;
}

.top-pickup {
  position: relative;
  padding: 30px 0 70px;
}

.top-pickup::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1120px;
  height: 100%;
  transform: translateX(-50%);
  background: #f4f4f4;
  content: '';
}

.top-pickup__inner {
  padding-top: 65px;
  padding-bottom: 55px;
  background: #000;
}

.top-pickup__nav {
  max-width: 1000px;
  margin: 0 auto;
}

.top-pickup .p-heading {
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0;
  line-height: 1.16;
}

.top-pickup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.top-pickup-list__item {
  padding: 0 5px;
}

.top-pickup-list__item--col4 {
  width: 25%;
}

.top-pickup-list__item-inner {
  position: relative;
}

.top-pickup-list__item-caption {
  margin-top: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.top-pickup-panel {
  display: block;
  position: relative;
}

.top-pickup-panel__img {
  z-index: 0;
  position: relative;
}

.top-pickup-panel__text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #333;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.top-pickup-panel__overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.top-pickup-panel__overlay--mono {
  background-color: transparent;
}

.top-pickup-panel__overlay.is-coming-soon {
  color: #ccc;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  opacity: 1;
}

a.top-pickup-panel__overlay:hover {
  opacity: 1;
}

.top-index {
  position: relative;
  padding: 110px 0;
}

.top-index::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 304px;
  left: 50%;
  width: 1120px;
  height: calc(100% - 110px - 194px - 100px);
  transform: translateX(-50%);
  background: #f4f4f4;
  content: '';
}

.top-index-unit {
  position: relative;
}

.top-index-unit__img {
  position: relative;
}

.top-index-unit__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.top-index-unit__box {
  display: block;
  width: 540px;
  margin: -173px 60px 90px auto;
  padding: 25px 40px 20px;
  background: #fff;
}

.top-index-unit__box:not(.is-coming-soon) {
  transition: opacity 0.2s ease-out;
}

.top-index-unit__box:not(.is-coming-soon):hover {
  opacity: 0.85;
}

.top-index-unit__box.is-coming-soon {
  background: #e6e6e6;
}

.top-index-unit__more {
  display: table;
  width: auto;
  min-height: 31px;
  margin: 26px 0 0 auto;
  padding-right: 41px;
  background: url(/kindai/assets/images/common/arrow_black.png) no-repeat right top;
  background-size: 31px 31px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
}

.top-index-unit__box.is-coming-soon .top-index-unit__more {
  padding-right: 0;
  background-image: none;
  color: #666;
  font-family: "Noto Serif JP", serif;
}

.top-index-unit .p-heading {
  margin-bottom: 5px;
  font-size: 4rem;
  line-height: 1.425;
  text-align: left;
}

.top-index-unit .p-heading__ja, .top-index-unit .p-heading__en {
  display: block;
}

.top-index-unit .p-heading__en {
  margin: 10px 0 0;
}

.top-bottom-block {
  border-top: 1px solid #333;
}

.top-bottom-block .p-heading {
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 3.7rem;
}

.top-information {
  margin-bottom: 50px;
}

.top-information-list__item {
  margin-bottom: 1em;
  overflow: hidden;
}

.top-information-list__date {
  width: 140px;
  float: left;
}

.top-information-list__link {
  color: #ce0000;
  text-decoration: underline;
}

.top-information-list__link:hover {
  text-decoration: none;
}

.top-links {
  padding-bottom: 112px;
}

.top-links-list {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
}

.top-links-list__item {
  margin-bottom: 8px;
  padding: 0 8px;
  text-align: center;
}

.top-links-list__item a {
  transition: opacity 0.2s ease-out;
}

.top-links-list__item a:hover {
  opacity: 0.65;
}

.trends-body {
  padding-bottom: 60px;
}

.trends-body .p-button-unit {
  margin-top: 70px;
}

.trends-container {
  display: flex;
  margin: 50px -7px 0;
}

.trends-col {
  width: 33.333%;
  padding: 0 7px;
}

.trends-col__item {
  margin-bottom: 40px;
}

.trends-card__data {
  margin-top: 5px;
}

.trends-card__data dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.trends-card__data dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.trends-reference {
  margin: 40px 0 100px;
}

.trends-reference__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.167;
}

.trends-reference-list__item--space {
  margin-top: 1em;
}

.trends-reference-link {
  display: table;
  position: relative;
  padding-left: 21px;
  color: #ce0000;
  text-decoration: underline;
}

.trends-reference-link::after {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: '';
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
    line-height: 1.692;
  }
  .l-header {
    height: 50px;
  }
  .c-lead {
    text-align: left;
  }
  .p-footer {
    padding-bottom: 70px;
  }
  .p-footer__inner {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .p-footer__logo {
    width: 33.33333%;
    margin-right: 0;
    padding: 0 10px 0 25px;
  }
  .p-footer__text {
    width: 66.66667%;
  }
  .p-footer__info {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .p-footer__info--address {
    margin-bottom: 8px;
  }
  .p-footer__info--address dt {
    display: block;
  }
  .p-footer__info--address br {
    display: block;
  }
  .p-footer__info--number {
    display: block;
  }
  .p-footer__info--number + .p-footer__info--number {
    margin-left: 0;
  }
  .p-footer__copyright {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
  }
  .p-footer__copyright br {
    display: inline;
  }
  .p-fixed-header {
    min-width: 320px;
  }
  .p-header {
    justify-content: flex-end;
    height: 50px;
  }
  .p-header__logo {
    width: 101px;
    margin-left: 10px;
  }
  .p-header__button {
    margin-left: 0;
  }
  .p-link-more:hover {
    opacity: 1;
  }
  .p-gnav {
    top: 50px;
  }
  .p-gnav__inner {
    display: block;
    height: calc(100vh - 50px);
    padding: 0 15px;
    overflow-y: auto;
  }
  .p-gnav__top {
    width: auto;
    padding-top: 13px;
    padding-left: 0;
    border-right: none;
    border-bottom: 1px solid #999;
  }
  .p-gnav__top-link:hover {
    opacity: 1;
  }
  .p-gnav__top-link {
    display: block;
    padding: 12px 65px 12px 20px;
    background-position: right 20px center;
  }
  .p-gnav__group {
    display: block;
    width: auto;
    padding: 0 20px 25px;
  }
  .p-gnav__group .p-gnav__top-link {
    padding-right: 0;
    padding-left: 0;
    background-position-x: right;
  }
  .p-gnav__col {
    width: auto;
    margin-right: 0;
  }
  .p-gnav__heading {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 17px;
    font-size: 2rem;
  }
  .p-gnav__heading:not(:first-child) {
    margin-top: 25px;
  }
  .p-gnav__list {
    font-size: 1.3rem;
  }
  .p-gnav__link:hover {
    opacity: 1;
  }
  .p-gnav__link {
    padding: 13px 10px 13px 0;
  }
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
  .p-pagetop__button:hover {
    opacity: 1;
  }
  .p-pagetop__button {
    width: 57px;
    height: 57px;
  }
  .p-related {
    padding: 25px 0 0;
  }
  .p-related__title {
    margin-bottom: 25px;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.458;
  }
  .p-related-list {
    margin: 0;
  }
  .p-related-list__item {
    padding: 0;
  }
  .p-related-list__item--col2 {
    width: 100%;
  }
  .p-related-list__item--col4 {
    width: 50%;
  }
  .p-related-list__item--col4:nth-child(odd) {
    border-right: 1px solid #999;
  }
  .p-related-panel__overlay {
    display: block;
    position: static;
    border: none;
    background: transparent;
    opacity: 1;
  }
  .p-related-panel__text {
    padding: 9px 10px 15px;
  }
  .p-related-panel__title {
    margin-bottom: 3px;
    font-size: 1.6rem;
    line-height: 1.313;
  }
  .p-related-panel__sub {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .p-related-slider {
    display: block;
    max-width: 484px;
    margin: 0 auto;
  }
  .p-related-slider .p-related-list__item--col4 {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .p-related-slider .p-related-list__item--col4:nth-child(n) {
    border-right: none;
  }
  .p-related-slider .slick-arrow {
    top: calc(50% - 65px / 2);
  }
  .p-related-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .p-related-slider .slick-arrow.slick-next {
    right: 0;
  }
  .p-section {
    padding-bottom: 40px;
  }
  .p-heading {
    font-size: 2.4rem;
  }
  .p-heading__en {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .p-heading--dia {
    background-size: 39px auto;
  }
  .p-sub-heading {
    margin-bottom: 16px;
    padding-bottom: 22px;
    background-size: 39px auto;
    font-size: 2rem;
  }
  .p-contents {
    padding-top: 40px;
  }
  .p-contents .p-heading {
    margin-bottom: 25px;
  }
  .p-social {
    width: 95px;
    margin-bottom: 1px;
    padding: 4px 5px;
  }
  .p-social__item {
    width: 40px;
    height: 40px;
  }
  .p-social__item--twitter {
    background-image: url(/kindai/assets/images/common/btn_twitter_sp.png);
  }
  .p-social__item--facebook {
    background-image: url(/kindai/assets/images/common/btn_facebook_sp.png);
  }
  .p-table-scroll-wrap::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -30px;
    border-width: 30px 0 30px 21px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 1;
    transition: all .2s ease-in;
  }
  .p-table-scroll {
    width: calc(100% + 12px);
    margin-left: -12px;
    padding: 0 12px;
    overflow-x: auto;
  }
  .p-table-scroll > table {
    width: 728px;
  }
  .u-sp-hidden {
    display: none;
  }
  .activity-table__th, .activity-table__td {
    font-size: 1.3rem;
  }
  .activity-table__th--pref, .activity-table__th--city {
    white-space: nowrap;
  }
  .activity-table__th--period {
    white-space: nowrap;
  }
  .categorylv2 {
    margin-top: 50px;
    padding: 20px 0;
  }
  .categorylv2 .p-heading {
    margin-bottom: 25px;
  }
  .categorylv2-contents {
    padding-bottom: 40px;
  }
  .categorylv2-mv {
    margin-bottom: 50px;
  }
  .categorylv2-mv__bg {
    height: 200px;
  }
  .categorylv2-header__title {
    font-size: 3.3rem;
  }
  .categorylv2-list {
    display: block;
    background: #000;
  }
  .categorylv2-list__item {
    width: auto;
    margin-bottom: 20px;
  }
  .categorylv2-panel--text {
    padding: 10px 20px 10px;
    font-size: 1.8rem;
    line-height: 1.45;
  }
  .categorylv2-panel__overlay {
    display: block;
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
  }
  .categorylv2-panel__text {
    padding: 10px 55px 10px 20px;
  }
  .categorylv2-panel__text::after {
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-image: url(/kindai/assets/images/common/arrow_white_sp.png);
    background-size: 28px 28px;
  }
  .categorylv2-panel__title {
    margin-bottom: 3px;
    font-size: 2rem;
    line-height: 1.45;
  }
  .categorylv2-panel__sub {
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .categorylv2-research-panel__overlay {
    display: block;
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
  }
  .categorylv2-research-panel__text {
    padding: 10px 55px 10px 20px;
  }
  .categorylv2-research-panel__text::after {
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-image: url(/kindai/assets/images/common/arrow_white_sp.png);
    background-size: 28px 28px;
  }
  .categorylv2-research-panel__title {
    margin-bottom: 3px;
    font-size: 2rem;
    line-height: 1.45;
  }
  .categorylv2-research-panel__sub {
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .categorylv2-trends {
    padding: 50px 0;
  }
  .categorylv2-trends .p-heading {
    margin-bottom: 25px;
  }
  .categorylv2-trends-unit {
    margin-bottom: 0;
    padding-bottom: 20px;
    background: #f4f4f4;
  }
  .categorylv2-trends-unit__inner {
    display: block;
  }
  .categorylv2-trends-unit::before {
    content: none;
  }
  .categorylv2-trends-unit__title:hover {
    opacity: 1;
  }
  .categorylv2-trends-unit__title {
    display: block;
    padding: 10px 38px 10px 20px;
    background: url(/kindai/assets/images/common/arrow_black_sp.png) no-repeat right 10px center;
    background-size: 28px 28px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 1.45;
    text-align: left;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .categorylv2-trends-unit__title small,
  .categorylv2-trends-unit__title span {
    display: inline;
    white-space: normal;
  }
  .categorylv2-trends-unit__title small:first-child,
  .categorylv2-trends-unit__title span:first-child {
    padding-bottom: 0;
  }
  .categorylv2-trends-unit__title-sub {
    font-size: 1.6rem;
  }
  .categorylv2-bottom-block .p-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .categorylv2-activity-panel {
    display: block;
  }
  .categorylv2-activity-panel__title {
    display: block;
    width: auto;
    padding: 15px;
    font-size: 2rem;
  }
  .categorylv2-activity-panel__title span {
    display: block;
    padding-bottom: 22px;
    background-size: 39px auto;
  }
  .categorylv2-activity-panel__summary {
    padding: 15px 30px 30px 15px;
    border-top: none;
    border-left: 1px solid #ccc;
  }
  .categorylv2-activity-panel__summary:after {
    right: 14px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .categorylv2-activity-list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .categorylv2-nav {
    padding: 25px 0;
  }
  .categorylv2-nav__title {
    margin-bottom: 25px;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.458;
  }
  .categorylv2-nav .p-button-unit {
    margin-top: 25px;
  }
  .categorylv2-nav-panel__overlay {
    width: 71.07438%;
    min-width: 100px;
    height: 46.28099%;
    min-height: 65px;
  }
  .categorylv2-nav-panel__title {
    margin-bottom: 3px;
    font-size: 1.6rem;
    line-height: 1.313;
  }
  .repairs-contents {
    padding-bottom: 40px;
  }
  .repairs-mv {
    margin-bottom: 10px;
  }
  .repairs-mv img {
    min-width: 0;
  }
  .repairs-header {
    display: block;
    position: static;
    padding: 15px 20px;
  }
  .repairs-header__sub {
    text-align: left;
  }
  .repairs-header__title {
    margin-bottom: 6px;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.375;
  }
  .repairs-header__shoulder {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .repairs-header__shoulder--bottom {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .repairs-header__data dt {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .repairs-header__data dt small {
    font-size: 1.1rem;
  }
  .repairs-header__data dd {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .repairs-unit {
    display: block;
    padding-top: 23px;
    background-size: 39px auto;
  }
  .repairs-unit--no-separator {
    padding-top: 0;
  }
  .repairs-unit__row {
    display: block;
  }
  .repairs-unit--no-heading {
    padding-top: 0;
  }
  .repairs-unit--no-heading .repairs-unit__text {
    padding-top: 23px;
  }
  .repairs-unit__heading {
    margin-bottom: 11px;
    font-size: 2rem;
    line-height: 1.45;
  }
  .repairs-unit__heading-lv3 {
    margin-top: 11px;
    font-size: 1.6rem;
  }
  .repairs-unit__heading-lv4 {
    font-size: 1.5rem;
  }
  .repairs-unit__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 4px;
    text-align: center;
  }
  .repairs-unit__caption div,
  .repairs-unit__caption dt {
    padding-top: 0;
    border-top: none;
    font-size: 1.4rem;
  }
  .repairs-unit__caption dd {
    font-size: 1.2rem;
  }
  .repairs-unit__img {
    display: block;
    max-width: 600px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
  .repairs-unit__img--large {
    padding-left: 0;
    text-align: center;
  }
  .repairs-unit__img--full-col2 {
    width: 100%;
  }
  .repairs-unit__figure {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .repairs-unit__figure:first-child {
    margin-top: 0;
  }
  .repairs-unit__figure--half {
    width: 100%;
  }
  .repairs-unit__figure--full {
    width: 100%;
  }
  .repairs-unit__figure--full-half {
    width: auto;
  }
  .repairs-unit__figure--full-half .repairs-unit__figure-group {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .repairs-unit__figure--full-half .w300 {
    width: calc(66.666% - 5px);
  }
  .repairs-unit__figure--full-half .w150 {
    width: calc(33.333% - 5px);
  }
  .repairs-unit__figure--498 {
    width: auto;
  }
  .ie .repairs-unit__figure--498 img {
    width: 100%;
  }
  .repairs-unit__figure--498 .repairs-unit__figure-group {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .repairs-unit__figure figcaption.repairs-unit__group-caption {
    font-size: 1.6rem;
  }
  .repairs-unit__img--large .repairs-unit__figcaption {
    text-align: center;
  }
  .repairs-unit__img--rows .repairs-unit__figure {
    margin-top: 10px;
  }
  .repairs-author {
    display: table;
    position: relative;
    top: -1.5em;
    margin-left: auto;
  }
  .repairs-references {
    margin-top: 40px;
    padding-top: 15px;
  }
  .repairs-references__title {
    font-size: 1.5rem;
  }
  .research-body {
    padding-bottom: 60px;
  }
  .research-body .p-button-unit {
    margin-top: 45px;
  }
  .research-nav-link:hover {
    opacity: 1;
  }
  .research-nav-link {
    height: 60px;
    padding: 0 35px;
    font-size: 1.8rem;
  }
  .research-nav-link::before {
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .research-summary {
    margin-top: 45px;
    padding: 25px;
    background-position: 25px 25px;
    background-size: 33px auto;
  }
  .research-summary__heading {
    margin: 26px 0 15px;
    font-size: 2rem;
  }
  .research-container {
    padding-bottom: 50px;
  }
  .research-container--kanagawa {
    padding-top: 87px;
    background-position-y: 27px;
  }
  .research-container--nara {
    padding-top: 112px;
    background-position-y: 45px;
  }
  .research-heading {
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 2.4rem;
  }
  .research-list {
    display: block;
    margin: 0 0 -20px;
  }
  .research-pager .research-list {
    display: flex;
  }
  .research-list__item {
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .research-pager .research-list__item {
    width: 50%;
  }
  .ie .research-pager .research-card::before {
    left: 20px;
    width: calc(100% - 40px);
  }
  .research-pager .research-list__item:first-child.is-end .research-card a::after, .research-pager
  .research-list__item:first-child:not(:last-child) .research-card a::after {
    left: 2px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .research-pager .research-list__item:last-child:not(.is-end) .research-card a::after {
    right: 2px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .research-card__link:hover {
    opacity: 1;
  }
  .research-pager .research-list__item .research-card__link {
    padding: 0 20px;
  }
  .research-card__num {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .research-pager .research-card__num {
    left: 20px;
  }
  .research-pager .research-card__data {
    padding: 8px;
  }
  .research-card__data dt {
    font-size: 1.4rem;
  }
  .research-card__data dd {
    font-size: 1.2rem;
  }
  .research-label {
    font-size: 1.1rem;
  }
  .research-detail-header {
    display: block;
    margin-bottom: 20px;
  }
  .research-detail-header__cat {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .research-detail-header__cat-pref {
    padding-right: 10px;
    font-size: 1.6rem;
  }
  .research-detail-header__cat-num {
    padding-top: 0;
    font-size: 2rem;
  }
  .research-detail-header__data {
    padding: 10px 0 0 0;
  }
  .research-detail-heading {
    font-size: 3rem;
  }
  .research-gallery-list {
    margin-right: -10px;
  }
  .research-gallery-list__item {
    width: calc(25% - 10px);
    margin-top: 10px;
    margin-right: 10px;
  }
  .research-detail-content {
    margin-top: 35px;
    padding-top: 21px;
    background-size: 33px auto;
  }
  .research-pager {
    padding: 45px 0 35px;
  }
  .research-pager .c-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .research-pager .p-button-unit {
    margin-top: 25px;
  }
  .hero .slick-dots {
    bottom: 25px;
  }
  .hero .slick-dots button:hover {
    opacity: 1;
  }
  .hero .slick-dots button {
    width: 6px;
    height: 6px;
  }
  .hero .slick-dots li {
    margin: 0 3px;
  }
  .top-lead {
    padding: 20px 0 35px;
  }
  .top-pickup {
    padding: 0;
  }
  .top-pickup::before {
    content: none;
  }
  .top-pickup__inner {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .top-pickup-list__item-caption {
    font-size: 1.4rem;
  }
  .top-index {
    padding: 0;
  }
  .top-index::before {
    content: none;
  }
  .top-index-unit__box:not(.is-coming-soon):hover {
    opacity: 1;
  }
  .top-index-unit__box {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
  }
  .top-index-unit__more {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2.067;
  }
  .top-index-unit .p-heading {
    font-size: 2.4rem;
  }
  .top-bottom-block .p-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .top-information-list__item {
    margin-bottom: 25px;
  }
  .top-information-list__date {
    width: auto;
    float: none;
  }
  .top-links {
    padding-bottom: 30px;
  }
  .top-links-list {
    display: block;
    margin: 0;
  }
  .top-links-list__item {
    margin-bottom: 20px;
    padding: 0;
  }
  .top-links-list__item a:hover {
    opacity: 1;
  }
  .trends-container {
    display: block;
  }
  .trends-col {
    width: auto;
  }
  .trends-col__item {
    margin-bottom: 20px;
  }
  .trends-card__data dt {
    font-size: 1.4rem;
  }
  .trends-card__data dd {
    font-size: 1.2rem;
  }
  .trends-reference {
    margin: 30px 0 50px;
  }
  .trends-reference-link {
    padding-left: 18px;
  }
  .trends-reference-link::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (min-width: 769px) {
  .u-pc-hidden {
    display: none;
  }
  .categorylv2-trends-unit:nth-child(odd) .categorylv2-trends-unit__title {
    margin-right: 110px;
    padding-left: 20px;
  }
  .categorylv2-trends-unit:nth-child(odd) .categorylv2-trends-unit__title.categorylv2-trends-unit__title--no-break {
    padding-left: 0;
  }
  .categorylv2-trends-unit:nth-child(even) .categorylv2-trends-unit__title {
    margin-left: 110px;
    padding-right: 20px;
  }
  .categorylv2-trends-unit__title-sub {
    position: absolute;
    top: 20px;
    left: -13px;
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.077;
  }
  .repairs-unit__img--rows-column {
    display: block;
  }
  .top-index-unit:nth-child(even) .top-index-unit__img {
    text-align: right;
  }
  .top-index-unit:nth-child(even) .top-index-unit__box {
    margin-right: auto;
    margin-left: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .categorylv2-panel__text {
    padding: 6.25vw 1.38889vw;
  }
  .categorylv2-panel__text::after {
    width: 4.375vw;
    min-width: 45px;
    height: 4.375vw;
    min-height: 45px;
  }
  .categorylv2-research-panel__text {
    padding: 6.25vw 5.48611vw;
  }
  .categorylv2-research-panel__text::after {
    width: 4.375vw;
    min-width: 45px;
    height: 4.375vw;
    min-height: 45px;
  }
}

@media screen and (max-width: 568px) {
  .categorylv2-nav-list__item--col4 {
    width: 50%;
    margin-bottom: 10px;
  }
  .top-pickup-list__item--col4 {
    width: 50%;
    margin-bottom: 10px;
  }
}
