@-webkit-keyframes heart {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.2);
  }
  48% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.2);
  }
  48% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes wave_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes wave_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.categories {
  position: relative;
}
body.categories .header {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  body.categories .header {
    margin-bottom: 8.3333333333vw;
  }
}
body.categories .header::before {
  opacity: 1;
}
body.categories .header .logo img {
  height: 3.75rem;
}
@media (max-width: 768px) {
  body.categories .header .logo img {
    height: 12.5vw;
  }
}
body.categories .pagetitle {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  body.categories .pagetitle {
    margin-bottom: 12.5vw;
  }
}
body.categories .pagetitle h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  body.categories .pagetitle h2 {
    font-size: 6.6666666667vw;
  }
}
body.categories .pagetitle p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  body.categories .pagetitle p {
    font-size: 3.3333333333vw;
  }
}
body.categories .section {
  padding-bottom: 3.75rem;
}
@media (max-width: 768px) {
  body.categories .section {
    padding-bottom: 12.5vw;
  }
}
body.categories .section + .section {
  padding-top: 4.125rem;
  background: url("../images/line_h_black.svg") repeat-x center top;
  background-size: auto 0.375rem;
}
@media (max-width: 768px) {
  body.categories .section + .section {
    padding-top: 13.75vw;
    background-size: auto 1.25vw;
  }
}
body.categories .section h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body.categories .section h3 {
    margin-bottom: 4.1666666667vw;
    font-size: 5vw;
  }
}
body.categories .section p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body.categories .section p {
    font-size: 3.3333333333vw;
  }
}
body.categories .section p + p, body.categories .section p + ul, body.categories .section p + ol {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body.categories .section p + p, body.categories .section p + ul, body.categories .section p + ol {
    margin-top: 4.1666666667vw;
  }
}
body.categories .section strong {
  color: #900;
  font-weight: 400;
}
body.categories .section ul.list {
  margin-left: 0.625rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body.categories .section ul.list {
    margin-left: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
}
body.categories .section ul.list + p, body.categories .section ul.list + ul, body.categories .section ul.list + ol {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body.categories .section ul.list + p, body.categories .section ul.list + ul, body.categories .section ul.list + ol {
    margin-top: 6.25vw;
  }
}
body.categories .section ul.list.inline {
  display: flex;
  flex-wrap: wrap;
}
body.categories .section ul.list.inline > li {
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  body.categories .section ul.list.inline > li {
    flex-basis: 50%;
  }
}
body.categories .section ul.list > li {
  position: relative;
  padding: 0.25em 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.categories .section ul.list > li::before {
  content: "";
  position: absolute;
  top: 0.875em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #000;
  border-radius: 50%;
}
body.categories .section ol.list {
  margin-left: 2em;
  list-style-type: decimal;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body.categories .section ol.list {
    font-size: 3.75vw;
  }
}
body.categories .section ol.list + p, body.categories .section ol.list + ul, body.categories .section ol.list + ol {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body.categories .section ol.list + p, body.categories .section ol.list + ul, body.categories .section ol.list + ol {
    margin-top: 6.25vw;
  }
}
body.categories .section ol.list.inline {
  display: flex;
  flex-wrap: wrap;
}
body.categories .section ol.list.inline li {
  flex-grow: 1;
  flex-basis: 50%;
}
body.categories .section ol.list > li {
  padding: 0.3125em 0;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.categories .section .table, body.categories .section .scrolltable table {
  border-collapse: separate;
  width: 100%;
  margin-top: 1.875rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body.categories .section .table, body.categories .section .scrolltable table {
    margin-top: 6.25vw;
    font-size: 3.3333333333vw;
  }
}
body.categories .section .table caption, body.categories .section .scrolltable table caption {
  margin: 0 0.3125rem;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  body.categories .section .table caption, body.categories .section .scrolltable table caption {
    margin: 0 1.0416666667vw;
    padding: 2.0833333333vw 3.125vw;
  }
}
body.categories .section .table thead tr th, body.categories .section .scrolltable table thead tr th {
  padding: 0.625rem 0.9375rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 1em 0 0;
}
@media (max-width: 768px) {
  body.categories .section .table thead tr th, body.categories .section .scrolltable table thead tr th {
    padding: 2.0833333333vw 3.125vw;
  }
}
body.categories .section .table thead tr td, body.categories .section .scrolltable table thead tr td {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  body.categories .section .table thead tr td, body.categories .section .scrolltable table thead tr td {
    padding: 2.0833333333vw 3.125vw;
  }
}
body.categories .section .table tbody tr, body.categories .section .scrolltable table tbody tr {
  position: relative;
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr, body.categories .section .scrolltable table tbody tr {
    display: block;
  }
}
body.categories .section .table tbody tr::after, body.categories .section .scrolltable table tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: url("../images/line_h_black.svg") repeat-x center bottom;
  background-size: auto 0.1875rem;
  opacity: 0.4;
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr::after, body.categories .section .scrolltable table tbody tr::after {
    height: 0.8333333333vw;
    background-size: 41.6666666667vw 0.8333333333vw;
  }
}
body.categories .section .table tbody tr th, body.categories .section .table tbody tr td, body.categories .section .scrolltable table tbody tr th, body.categories .section .scrolltable table tbody tr td {
  position: relative;
  padding: 0.9375rem 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.categories .section .table tbody tr th, body.categories .section .scrolltable table tbody tr th {
  position: relative;
  width: 30%;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr th, body.categories .section .scrolltable table tbody tr th {
    padding: 2.0833333333vw 0;
  }
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr td, body.categories .section .scrolltable table tbody tr td {
    padding: 0 0 2.0833333333vw;
  }
}
body.categories .section .table tbody tr td ul.list, body.categories .section .table tbody tr td ol.list, body.categories .section .scrolltable table tbody tr td ul.list, body.categories .section .scrolltable table tbody tr td ol.list {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr td ul.list, body.categories .section .table tbody tr td ol.list, body.categories .section .scrolltable table tbody tr td ul.list, body.categories .section .scrolltable table tbody tr td ol.list {
    font-size: 100%;
  }
}
body.categories .section .table {
  border-spacing: 0;
}
@media (max-width: 768px) {
  body.categories .section .table {
    border-spacing: 0;
  }
}
@media (max-width: 768px) {
  body.categories .section .table thead {
    display: none;
  }
}
@media (max-width: 768px) {
  body.categories .section .table tbody tr th, body.categories .section .table tbody tr td {
    display: block;
    width: 100%;
  }
}
body.categories .section .scrolltable {
  overflow: auto;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  body.categories .section .scrolltable {
    margin-bottom: 6.25vw;
    padding-bottom: 0.8333333333vw;
  }
  body.categories .section .scrolltable::-webkit-scrollbar {
    height: 0.625vw;
  }
  body.categories .section .scrolltable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }
  body.categories .section .scrolltable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
body.categories .section .scrolltable table {
  border-spacing: 0.3125rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.categories .section .scrolltable table {
    border-spacing: 1.0416666667vw;
  }
}
body.categories .section .scrolltable table tbody tr th, body.categories .section .scrolltable table tbody tr td {
  padding: 0.3125rem 1.25rem 0.625rem;
}
@media (max-width: 768px) {
  body.categories .section .scrolltable table tbody tr th, body.categories .section .scrolltable table tbody tr td {
    padding: 1.0416666667vw 4.1666666667vw 2.0833333333vw;
  }
}