@import url("https://unpkg.com/ress@4.0.0/dist/ress.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
html {
  scroll-behavior: smooth;
}

body {
  color: #262D40;
  font-family: YakuHanMP, "Hina Mincho", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
body.en-US {
  font-family: YakuHanMP, "Noto Serif JP", serif !important;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1rem;
  }
}

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

ul {
  padding-left: 0;
}

a {
  color: #1C1A1A;
}

img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.bogo-language-switcher {
  width: auto;
  top: 0;
  right: 0;
  padding: 4px 8px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 99;
}
.bogo-language-switcher a {
  color: #FFF;
  text-decoration: none;
}
.bogo-language-switcher li {
  margin: 0 4px;
}
.bogo-language-switcher li.current a {
  text-decoration: underline;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .bogo-language-switcher {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  .bogo-language-switcher {
    font-size: 0.875rem;
  }
}

.p-hamburger {
  width: 48px;
  height: 48px;
  top: 36px;
  right: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.p-hamburger.active .c-hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.p-hamburger.active .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.p-hamburger.active .c-hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .p-hamburger {
    display: block;
  }
}

.c-hamburger__line {
  width: 26px;
  height: 2px;
  left: 11px;
  background-color: #FFF;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-hamburger__line:nth-of-type(1) {
  top: 14px;
}
.c-hamburger__line:nth-of-type(2) {
  top: 23px;
}
.c-hamburger__line:nth-of-type(3) {
  top: 32px;
}

.gnavwrapper {
  width: 100%;
  padding: 4.09vw;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gnavwrapper a {
  color: #FFF;
  display: block;
}
.gnavwrapper .p-logo {
  display: none;
}
.gnavwrapper .p-gnav a {
  text-decoration: none;
}
.gnavwrapper .p-gnav li:not(.c-bunner) {
  width: 100%;
  border-bottom: 1px dotted #FFF;
}
.gnavwrapper .p-gnav li:not(.c-bunner) a {
  padding: 3.07vw 0;
}
.gnavwrapper .p-gnav li.c-bunner {
  margin: 1.02vw;
  display: inline-block;
}
.gnavwrapper .p-gnav li.c-bunner img {
  max-width: 160px;
}
.gnavwrapper .p-gnav li.u-margintop {
  margin-top: 6.14vw;
}
.gnavwrapper .p-gnav br {
  display: none;
}
.gnavwrapper .p-address.u-en {
  font-size: 0.75rem;
}

.l-container__index {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-container__index {
    background: url(../img/bg_body_sp.jpg) repeat-y center/100% auto;
  }
  .l-container__index .l-aside {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-container__index {
    background: url(../img/bg_body_pc.jpg) repeat-y center/100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-container__index .l-aside {
    width: 31.25vw;
  }
  .l-container__index main {
    min-width: 100%;
    margin-left: -320px;
  }
}
@media screen and (min-width: 1448px) {
  .l-container__index .l-aside {
    width: 320px;
  }
}

.l-container {
  font-family: YakuHanMP, "Hina Mincho", "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-container {
    background: url(../img/bg_body_sp.jpg) repeat-y center/100% auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    background: url(../img/bg_body_pc.jpg) repeat-y center/100% auto;
  }
}
.l-aside {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9;
}
.l-aside a {
  color: #FFF;
  text-decoration: none;
}

.l-aside__inner1 .p-logo {
  margin: auto;
  color: #1C1A1A;
  background-color: #FFF;
  aspect-ratio: 1/1;
}
.l-aside__inner1 .p-logo > a {
  height: 100%;
  color: #1C1A1A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-aside__inner1 .p-logo.u-en h1 strong {
  font-weight: 900;
  display: block;
}
.l-aside__inner1 .p-gnav li br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-aside__inner1 {
    top: 0;
    padding: 2.76vw;
    position: sticky;
  }
  .l-aside__inner1 .p-logo {
    width: 17.58vw;
  }
  .l-aside__inner1 .p-logo figure {
    width: 5.08vw;
    height: 5.08vw;
  }
  .l-aside__inner1 .p-logo .u-jp p {
    margin-top: 1.56vw;
    font-size: 1.56vw;
  }
  .l-aside__inner1 .p-logo .u-jp h1 {
    margin-top: 0.78vw;
    font-size: 2.34vw;
  }
  .l-aside__inner1 .p-logo .u-jp h1 span {
    font-size: 1.56vw;
  }
  .l-aside__inner1 .p-logo.u-en figure {
    margin-bottom: 4px;
  }
  .l-aside__inner1 .p-logo .u-en {
    padding: 0 0.78vw;
    font-size: 1.17vw;
  }
  .l-aside__inner1 .p-logo .u-en h1 span {
    font-size: 1.56vw;
  }
  .l-aside__inner1 .p-logo .u-en h1 strong {
    font-size: 1.76vw;
  }
  .l-aside__inner1 .p-gnav {
    font-size: 1.56vw;
  }
  .l-aside__inner1 .p-gnav ul {
    margin: 2.34vw 0;
  }
  .l-aside__inner1 .p-gnav li {
    margin: 0.78vw 0;
  }
  .l-aside__inner1 .p-gnav li a {
    padding: 0.78vw 0;
  }
  .l-aside__inner1 .p-gnav .c-bunner {
    margin: 0.78vw 0;
  }
  .l-aside__inner1 .p-gnav .u-margintop {
    margin-top: 2.34vw;
  }
  .l-aside__inner1 .p-address {
    font-size: 1.37vw;
  }
  .l-aside__inner1 .p-address.u-en {
    font-size: 1.17vw;
  }
}
@media screen and (min-width: 1400px) {
  .l-aside__inner1 .p-logo {
    width: 240px;
  }
  .l-aside__inner1 .p-logo figure {
    width: 52px;
    height: 52px;
  }
  .l-aside__inner1 .p-logo .u-jp p {
    margin-top: 32px;
    font-size: 1.25rem;
  }
  .l-aside__inner1 .p-logo .u-jp h1 {
    margin-top: 8px;
    font-size: 2.25rem;
  }
  .l-aside__inner1 .p-logo .u-jp h1 span {
    font-size: 1.75rem;
  }
  .l-aside__inner1 .p-logo .u-en {
    padding: 8px 16px 0;
    font-size: 0.875rem;
  }
  .l-aside__inner1 .p-logo .u-en h1 span {
    font-size: 1.125rem;
  }
  .l-aside__inner1 .p-logo .u-en h1 strong {
    font-size: 1.375rem;
  }
  .l-aside__inner1 .p-gnav {
    font-size: 1.25rem;
  }
  .l-aside__inner1 .p-gnav ul {
    margin: 16px 0 32px;
  }
  .l-aside__inner1 .p-gnav li {
    margin: 8px 0;
  }
  .l-aside__inner1 .p-gnav li a {
    padding: 8px 0;
  }
  .l-aside__inner1 .p-gnav .c-bunner {
    margin: 8px 0;
    padding: 0;
  }
  .l-aside__inner1 .p-gnav .u-margintop {
    margin-top: 24px;
  }
  .l-aside__inner1 .p-address {
    margin-top: 24px;
    font-size: 1rem;
  }
  .l-aside__inner1 .p-address.u-en {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1448px) {
  .l-aside__inner1 {
    padding: 40px;
  }
}

.l-aside__inner2 .p-logo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-aside__inner2 .p-logo figure + * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-aside__inner2 .p-logo h1, .l-aside__inner2 .p-logo p, .l-aside__inner2 .p-logo span {
  font-weight: normal;
}
.l-aside__inner2 .p-logo.u-en {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.l-aside__inner2 .p-logo.u-en strong {
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-aside__inner2 .p-logo {
    padding: 1.56vw;
  }
  .l-aside__inner2 .p-logo figure {
    width: 5.08vw;
    margin: 0 1.56vw 0 0;
  }
  .l-aside__inner2 .p-logo figure img {
    width: 100%;
    height: auto;
  }
  .l-aside__inner2 .p-logo .u-jp p {
    font-size: clamp(0.75rem, 1.37vw, 1rem);
  }
  .l-aside__inner2 .p-logo .u-jp h1 {
    margin-top: 0.39vw;
    font-size: clamp(1.125rem, 2.34vw, 1.5rem);
  }
  .l-aside__inner2 .p-logo .u-jp h1 span {
    font-size: clamp(0.875rem, 1.76vw, 1.125rem);
  }
  .l-aside__inner2 .p-logo .u-en {
    text-align: left;
    font-size: clamp(0.75rem, 1.17vw, 0.875rem);
  }
  .l-aside__inner2 .p-logo .u-en h1 span {
    font-size: clamp(0.875rem, 1.56vw, 1.25rem);
  }
  .l-aside__inner2 .p-logo .u-en h1 strong {
    font-size: clamp(1.125rem, 1.95vw, 1.375rem);
  }
  .l-aside__inner2 .p-gnav, .l-aside__inner2 .p-address {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__inner2 {
    top: 0;
    padding: 0 0 0 1.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: sticky;
  }
  .l-aside__inner2 .p-logo {
    margin: 16px 0;
  }
  .l-aside__inner2 .p-logo figure {
    width: 3.59vw;
    margin-right: 8px;
  }
  .l-aside__inner2 .p-logo.u-jp p {
    font-size: 1.38vw;
  }
  .l-aside__inner2 .p-logo.u-jp h1 {
    margin-top: 0.55vw;
    font-size: 2.21vw;
  }
  .l-aside__inner2 .p-logo.u-jp h1 span {
    font-size: 1.66vw;
  }
  .l-aside__inner2 .p-logo.u-en {
    max-width: 300px;
    font-size: 0.97vw;
  }
  .l-aside__inner2 .p-logo.u-en h1 span {
    font-size: 1.52vw;
  }
  .l-aside__inner2 .p-logo.u-en h1 strong {
    font-size: 1.66vw;
  }
  .l-aside__inner2 .p-gnav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-aside__inner2 .p-gnav li {
    height: 100%;
    padding: 0 0.78vw;
  }
  .l-aside__inner2 .p-gnav li a {
    min-width: 7.03vw;
    max-width: 17.58vw;
    height: 100%;
    font-size: clamp(1rem, 1.56vw, 1.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-aside__inner2 .p-gnav li.active {
    background: #FFF;
  }
  .l-aside__inner2 .p-gnav li.active a {
    color: #262D40;
  }
  .l-aside__inner2 .p-gnav.u-en li a {
    font-size: clamp(0.875rem, 1.37vw, 1rem);
  }
  .l-aside__inner2 .c-bunner, .l-aside__inner2 .p-address {
    display: none;
  }
}
@media screen and (min-width: 1515px) {
  .l-aside__inner2 {
    padding: 0 0 0 16px;
  }
  .l-aside__inner2 .p-logo figure {
    width: 52px;
  }
  .l-aside__inner2 .p-logo.u-jp p {
    font-size: 1.25rem;
  }
  .l-aside__inner2 .p-logo.u-jp h1 {
    margin-top: 8px;
    font-size: 2rem;
  }
  .l-aside__inner2 .p-logo.u-jp h1 span {
    font-size: 1.5rem;
  }
  .l-aside__inner2 .p-logo.u-en {
    font-size: 0.875rem;
  }
  .l-aside__inner2 .p-logo.u-en h1 span {
    font-size: 1.125rem;
  }
  .l-aside__inner2 .p-logo.u-en h1 strong {
    font-size: 1.5rem;
  }
  .l-aside__inner2 .p-gnav li {
    margin: 0 8px;
  }
  .l-aside__inner2 .p-gnav li:nth-last-of-type(3) {
    margin-right: 0;
  }
  .l-aside__inner2 .p-gnav li a {
    padding: 8px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1900px) {
  .l-aside__inner2 .p-gnav li a {
    min-width: 100px;
  }
  .l-aside__inner2 .p-gnav li br {
    display: none;
  }
}

.p-logo {
  line-height: 1.2;
}
.p-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-logo figure {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-gnav li a {
  display: block;
}
.p-gnav .c-bunner img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.p-gnav .c-bunner a {
  padding: 0;
}
.p-gnav.u-en {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.c-name span {
  font-size: 1.25em;
}

.c-address {
  margin-top: 0.5em;
}

.c-phone span {
  font-size: 1.25em;
}

@media screen and (max-width: 599px) {
  .l-footer__inner.u-en {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__inner.u-en {
    font-size: 0.875rem;
  }
}

main iframe {
  width: 100%;
}
@media screen and (max-width: 599px) {
  main {
    padding-bottom: 5.08vw;
  }
}
@media screen and (min-width: 600px) {
  main {
    padding-bottom: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .u-leftmargin {
    padding-left: 344px;
    padding-right: 24px;
  }
}

.l-firstview {
  width: 100%;
  position: relative;
}
.l-firstview .c-logotype {
  z-index: 10;
}
.l-firstview .c-intro {
  font-family: "Hina Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  z-index: 10;
}
.l-firstview .c-intro__en {
  font-family: "Noto Serif JP", serif;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .l-firstview .c-logotype {
    width: 20.53vw;
    height: 95.47vw;
    top: 32vw;
    right: calc(50% - 10.27vw);
    position: absolute;
  }
  .l-firstview .c-intro, .l-firstview .c-intro__en {
    width: 80%;
    margin: -3vw auto 0;
    padding: 1em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    text-align: left;
    position: relative;
  }
  .l-firstview .c-intro p, .l-firstview .c-intro__en p {
    margin: 0 0.5em;
  }
  .l-firstview .c-intro__en {
    font-size: 0.875rem;
  }
  .l-firstview .c-intro__en h2 + p {
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 600px) {
  .l-firstview .c-logotype {
    width: 7.52vw;
    height: 34.96vw;
    top: 9.77vw;
    right: calc(50% - 3.13vw);
    position: absolute;
  }
  .l-firstview .c-intro {
    width: 80%;
    margin: -3vw auto 0;
    padding: 1em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 0.875rem;
    text-align: left;
    position: relative;
  }
  .l-firstview .c-intro p {
    margin: 0 0.5em;
  }
  .l-firstview .c-intro__en {
    width: 80%;
    margin: 3vw auto 0;
    padding: 1em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 0.875rem;
    text-align: left;
    position: relative;
  }
  .l-firstview .c-intro__en p {
    margin: 0 0.5em;
  }
  .l-firstview .c-intro__en h2 + p {
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-firstview .c-logotype {
    width: 7.52vw;
    height: 34.96vw;
    top: calc(50% - 19.53vw);
    right: calc(40% - 3.13vw - 160px);
  }
  .l-firstview .c-logotype.u-en {
    top: 7.81vw;
    right: 15%;
  }
  .l-firstview .c-intro {
    width: auto;
    height: 410px;
    top: calc(65% - 200px);
    left: calc(50% - 50px);
    background-color: transparent;
    font-size: 0.8125rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: justify;
    position: absolute;
  }
  .l-firstview .c-intro p {
    margin: 0 0.5em;
  }
  .l-firstview .c-intro__en {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 50px;
    left: 32vw;
    background-color: transparent;
    background-color: transparent;
    font-size: 1rem;
    position: absolute;
  }
}
@media screen and (min-width: 1280px) {
  .l-firstview .c-logotype {
    width: 104px;
    height: 484px;
    top: calc(45% - 190px);
    right: calc(40% - 52px - 160px);
  }
  .l-firstview .c-logotype.u-en {
    width: 5.86vw;
    height: 27.34vw;
    top: calc(50% - 380px);
    right: calc(50% - 27.34vw);
  }
  .l-firstview .c-intro {
    width: auto;
    height: 400px;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    font-size: 1rem;
  }
  .l-firstview .c-intro__en {
    width: 500px;
    height: auto;
    top: calc(50% - 340px);
    left: calc(50% - 240px);
    font-size: 1.125rem;
  }
}

.c-video__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.c-video__wrapper::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 8;
}
.c-video__wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.c-video__wrapper .swiper-pagination {
  z-index: 10;
}
.c-video__wrapper .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}
.c-video__wrapper .swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (max-width: 599px) {
  .c-video__wrapper {
    aspect-ratio: 9/16;
  }
  .c-video__wrapper::before {
    content: "";
    width: 8px;
    height: 8px;
    top: 161.11vw;
    left: calc(50% - 4px);
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    z-index: 3;
  }
  .c-video__wrapper .swiper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .c-video__wrapper .swiper img {
    width: auto;
    max-width: initial;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-42%);
            transform: translateX(-42%);
    position: absolute;
  }
  .c-video__wrapper .swiper-pagination {
    top: 166.67vw;
    bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .c-video__wrapper .swiper img {
    width: 100%;
  }
  .c-video__wrapper .swiper-pagination {
    bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .c-video__wrapper {
    margin-left: -31.25vw;
  }
  .c-video__wrapper .swiper img {
    width: 100%;
  }
  .c-video__wrapper .swiper-pagination {
    margin-left: 31.25vw;
  }
}
@media screen and (min-width: 1448px) {
  .c-video__wrapper {
    margin-left: -320px;
  }
  .c-video__wrapper .swiper-pagination {
    margin-left: 320px;
  }
}

.c-title__top {
  margin: auto;
  font-size: 1.25rem;
  font-weight: normal;
}
.c-title__top span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .c-title__top {
    font-size: 1rem;
  }
  .c-title__top.u-en {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 600px) {
  .c-title__top {
    font-size: 1.25rem;
  }
  .c-title__top.u-en {
    font-size: 1.625rem;
  }
}

.c-linkbox {
  margin: auto;
  border: 1px solid #818181;
  background-color: #FFF;
  display: inline-block;
  position: relative;
}
.c-linkbox::after {
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  right: 8px;
  border-top: 1px solid #1C1A1A;
  border-right: 1px solid #1C1A1A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .c-linkbox {
    width: 100%;
    padding: 1.33vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-linkbox {
    width: 270px;
    padding: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .p-newslist {
    margin-top: 5.08vw;
    padding: 0 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-newslist {
    margin-top: 104px;
  }
}

.p-newslist__inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
}
@media screen and (max-width: 1023px) {
  .p-newslist__inner {
    padding: 3.52vw;
  }
  .p-newslist__inner .c-linkbox {
    margin-top: 3.13vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-newslist__inner {
    padding: 36px;
  }
  .p-newslist__inner .c-linkbox {
    margin-top: 32px;
  }
}

.c-news {
  padding-left: 0;
}
.c-news li {
  border-bottom: 1px dotted #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.c-news li span {
  width: 5em;
  margin-right: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .c-news {
    margin-top: 2.67vw;
  }
  .c-news li {
    padding: 1.33vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news {
    max-width: 800px;
    margin: 36px auto 0;
  }
  .c-news li {
    padding: 8px 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-frame {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-frame {
    margin-top: 104px;
  }
}

.p-frame__inner {
  max-width: 1080px;
}
.p-frame__inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 599px) {
  .p-frame__inner iframe {
    height: 125vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-frame__inner {
    padding: 0 2.34vw;
  }
  .p-frame__inner iframe {
    margin-top: 3.71vw;
  }
  .p-frame__inner .c-linkbox {
    margin-top: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-frame__inner {
    margin: 0 auto;
  }
  .p-frame__inner iframe {
    margin-top: 56px;
  }
  .p-frame__inner .c-linkbox {
    margin-top: 24px;
  }
}

.p-contentslink {
  background: url(../img/bg_menu.jpg) no-repeat center/cover;
}
.p-contentslink a {
  text-decoration: none;
}
.p-contentslink ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contentslink li {
  border: 1px solid #707070;
  line-height: 1.2;
  aspect-ratio: 1/1;
}
.p-contentslink li a {
  width: 100%;
  height: 100%;
  display: block;
}
.p-contentslink li span {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-contentslink {
    margin-top: 8vw;
    padding: 4vw 2.67vw;
  }
  .p-contentslink li {
    width: 36vw;
    margin: 4vw;
    font-size: 0.875rem;
  }
  .p-contentslink li a {
    padding: 2.67vw;
  }
}
@media screen and (min-width: 600px) {
  .p-contentslink {
    margin-top: 5.08vw;
    padding: 0 5.08vw;
  }
  .p-contentslink li {
    width: 25.2vw;
    margin: 2.34vw;
    font-size: 1rem;
  }
  .p-contentslink li a {
    padding: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-contentslink {
    margin-top: 104px;
    padding: 0 0 0 320px;
  }
  .p-contentslink ul {
    max-width: 1080px;
  }
  .p-contentslink li {
    width: 20.33vw;
    margin: 1.63vw;
    font-size: 1.25rem;
  }
  .p-contentslink li a {
    padding: 1.63vw;
  }
}
@media screen and (min-width: 1423px) {
  .p-contentslink li {
    width: 280px;
    margin: 30px;
  }
  .p-contentslink li a {
    padding: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-contentslink__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 74px 0;
  }
}

.c-history {
  background: url(../img/bg_contents1.jpg) no-repeat center/contain;
}

.c-about {
  background: url(../img/bg_contents2.jpg) no-repeat center/contain;
}

.c-33kannon {
  background: url(../img/bg_contents3.jpg) no-repeat center/contain;
}

.c-ossuary {
  background: url(../img/bg_contents4.jpg) no-repeat center/contain;
}

.c-event {
  background: url(../img/bg_contents5.jpg) no-repeat center/contain;
}

.c-access {
  background: url(../img/bg_contents6.jpg) no-repeat center/contain;
}

.p-instagram a {
  display: block;
}
@media screen and (max-width: 599px) {
  .p-instagram {
    margin-top: 5.08vw;
  }
}
@media screen and (min-width: 600px) {
  .p-instagram {
    margin-top: 80px;
  }
  .p-instagram a {
    max-width: 640px;
    margin: 0 auto;
  }
}

footer {
  width: 100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
}
footer a {
  color: #FFF;
}
footer small {
  display: block;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 10.67vw 2.67vw 1.33vw;
  }
  footer small {
    margin-top: 10.67vw;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  footer {
    padding: 6.25vw 1.56vw 0.78vw;
  }
  footer small {
    margin-top: 6.25vw;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 64px 16px 8px;
  }
  footer small {
    margin-top: 64px;
  }
}

.l-main {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 1024px) {
  .l-main {
    max-width: 1216px;
    margin: 0 auto;
    font-size: 1.125rem;
  }
}

.c-breadcrumbs {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs li {
  margin: 4px;
}
.c-breadcrumbs li:nth-child(n+2) {
  padding-left: 20px;
  position: relative;
}
.c-breadcrumbs li:nth-child(n+2)::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #262D40;
  border-right: solid 1px #262D40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .c-breadcrumbs {
    padding: 0.67vw 2.67vw;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  .c-breadcrumbs {
    padding: 0.39vw 1.56vw;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs {
    padding: 4px 16px;
    font-size: 1rem;
  }
}

.c-pageheadline {
  width: 100%;
  color: #FFF;
  background: url(../img/bg_title.jpg) no-repeat center/cover;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .c-pageheadline {
    height: 46.67vw;
  }
}
@media screen and (min-width: 600px) {
  .c-pageheadline {
    height: 35.55vw;
    font-size: 3.13vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-pageheadline {
    height: 364px;
    font-size: 2rem;
  }
}

.c-headline__section {
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-headline__section::before, .c-headline__section::after {
  content: "";
  height: 1px;
  border-bottom: solid 1px #262D40;
  display: block;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.c-headline__section::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-headline__section::after {
  background: url(../img/symbol_g.svg) no-repeat bottom -2px right 0/contain;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-headline__section span {
  padding: 0 1em;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 599px) {
  .c-headline__section {
    padding-bottom: 0.83vw;
    font-size: 4.67vw;
  }
  .c-headline__section::before, .c-headline__section::after {
    height: 6.67vw;
  }
  .c-headline__section.u-margintop1 {
    margin-top: 13.33vw;
  }
  .c-headline__section + .c-headline__middle {
    margin-top: 5.33vw;
  }
}
@media screen and (min-width: 600px) {
  .c-headline__section {
    padding-bottom: 0.49vw;
    font-size: 3.01vw;
  }
  .c-headline__section::before, .c-headline__section::after {
    height: 3.91vw;
  }
  .c-headline__section.u-margintop1 {
    margin-top: 7.81vw;
  }
  .c-headline__section + .c-headline__middle {
    margin-top: 3.13vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline__section {
    padding-bottom: 5px;
    font-size: 1.75rem;
  }
  .c-headline__section::before, .c-headline__section::after {
    height: 40px;
  }
  .c-headline__section.u-margintop1 {
    margin-top: 80px;
  }
  .c-headline__section + .c-headline__middle {
    margin-top: 32px;
  }
}

@media screen and (max-width: 599px) {
  .c-headline__middle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .c-headline__middle {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline__middle {
    font-size: 1.25rem;
  }
}

.c-headline__small {
  padding: 0.25em 1em;
  background-color: #E8E8E4;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .c-headline__small {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) {
  .c-headline__small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline__small {
    font-size: 1.125rem;
  }
}

.p-headline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-headline__flex p {
  margin-left: 1em;
}
.p-headline__flex + p {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .l-contents {
    padding: 9.33vw 2.67vw;
  }
}
@media screen and (min-width: 600px) {
  .l-contents {
    padding: 6.25vw 1.56vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-contents {
    width: 932px;
    margin: auto;
    padding: 64px 16px 0;
  }
}

@media screen and (max-width: 599px) {
  .l-contents__33kannon {
    padding: 9.33vw 2.67vw;
  }
}
@media screen and (min-width: 600px) {
  .l-contents__33kannon {
    padding: 6.25vw 1.56vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-contents__33kannon {
    padding: 64px 16px 0;
  }
}

.u-hinamincho {
  font-family: YakuHanMP, "Hina Mincho", serif;
}

@media screen and (max-width: 599px) {
  .c-floatimg {
    float: none;
  }
}
@media screen and (min-width: 600px) {
  .c-floatimg {
    width: auto;
    margin: 0 0 16px 16px;
    float: right;
  }
}

.u-clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.p-historytable {
  text-align: left;
}
.p-historytable dt {
  font-weight: bold;
}
.p-historytable .c-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-historytable .c-small > dt {
  width: 3em;
  margin-right: 1em;
}
.p-historytable .c-small > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-historytable .c-explanation {
  padding: 2.5em 1em 1em;
  border: 1px solid #707070;
  background-color: #F6F6F6;
  position: relative;
}
.p-historytable .c-explanation h3 {
  top: 0;
  left: 0;
  padding: 0.2em 1em;
  color: #fff;
  background-color: #000;
  position: absolute;
}
.p-historytable .c-explanation p + p {
  margin-top: 1em;
}
.p-historytable .c-large > dd.c-explanation > dl {
  margin-top: 1.5em;
}
.p-historytable .c-large > dd.c-explanation > dl > div {
  margin: 8px 0;
}
.p-historytable .c-large > dd.c-explanation > dl dd {
  margin-left: 2em;
}
.p-historytable.u-en .c-small > dt {
  width: 10em;
}
@media screen and (max-width: 599px) {
  .p-historytable * + .c-large {
    margin: 4vw 0;
  }
  .p-historytable .c-large {
    font-size: 1rem;
  }
  .p-historytable .c-large > dd {
    margin: 8px 0 0 2em;
  }
  .p-historytable .c-large > dd.c-explanation {
    margin-top: 16px;
    font-size: 0.75rem;
  }
  .p-historytable .c-large > dd.c-explanation h3 {
    font-size: 0.75rem;
  }
  .p-historytable .c-small {
    margin: 2.67vw 0;
  }
}
@media screen and (min-width: 600px) {
  .p-historytable * + .c-large {
    margin: 4.3vw 0;
  }
  .p-historytable .c-large {
    font-size: 1.125rem;
  }
  .p-historytable .c-large > dd {
    margin: 8px 0 0 72px;
  }
  .p-historytable .c-large > dd.c-explanation {
    margin-top: 24px;
    margin-left: 72px;
    font-size: 1rem;
  }
  .p-historytable .c-large > dd.c-explanation h3 {
    font-size: 0.875rem;
  }
  .p-historytable .c-small {
    margin: 3.13vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-historytable * + .c-large {
    margin: 64px 0;
  }
  .p-historytable .c-large {
    font-size: 1.375rem;
  }
  .p-historytable .c-large > dd {
    margin: 16px 0 0 88px;
  }
  .p-historytable .c-large > dd.c-explanation {
    margin-left: 88px;
  }
  .p-historytable .c-small {
    margin: 32px 0;
  }
}

.p-history {
  text-align: left;
}
.p-history p + p {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .p-history {
    margin-top: 6.67vw;
    line-height: 1.8;
  }
  .p-history img {
    margin: 0 auto 16px;
    float: none;
  }
}
@media screen and (min-width: 600px) {
  .p-history {
    margin-top: 3.91vw;
    line-height: 2;
  }
  .p-history img {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-history {
    margin-top: 40px;
  }
}

.p-abouttext {
  line-height: 1.8;
  text-align: left;
}
.p-abouttext p + p {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .p-abouttext {
    margin-top: 6.67vw;
  }
}
@media screen and (min-width: 600px) {
  .p-abouttext {
    margin-top: 3.91vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-abouttext {
    margin-top: 40px;
  }
}

.p-imglist__common p {
  text-align: left;
}
.p-imglist__common figcaption {
  margin-top: 0.25em;
  font-size: 0.875rem;
}
@media screen and (max-width: 599px) {
  .p-imglist__common {
    margin-top: 6.67vw;
  }
  .p-imglist__common li {
    width: 100%;
    margin: 5.33vw 0;
  }
  .p-imglist__common h5 {
    margin-top: 0.5em;
    font-size: 1rem;
  }
  .p-imglist__common h5 + p {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 600px) {
  .p-imglist__common {
    margin: 2.34vw 0 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-imglist__common li {
    width: 42.48vw;
    margin: 2.34vw;
  }
  .p-imglist__common h5 {
    margin-top: 0.5em;
    font-size: 1.125rem;
  }
  .p-imglist__common h5 + p {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 1024px) {
  .p-imglist__common {
    margin: 24px -16px 0;
  }
  .p-imglist__common li {
    width: 284px;
    margin: 12px;
  }
}

@media screen and (max-width: 599px) {
  .p-aioimg {
    margin-top: 6.67vw;
  }
}
@media screen and (min-width: 600px) {
  .p-aioimg {
    margin-top: 3.91vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-aioimg {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .p-garan {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 600px) {
  .p-garan {
    margin-top: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-garan {
    margin-top: 24px;
  }
}

.p-33kannontext {
  line-height: 1.8;
}
.p-33kannontext p + p {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .p-33kannontext {
    margin-top: 4vw;
  }
  .p-33kannontext br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .p-33kannontext {
    max-width: 920px;
    margin: 2.34vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-33kannontext {
    margin-top: 24px;
  }
}

.p-33kannonimglist li {
  margin: 0;
  position: relative;
}
.p-33kannonimglist li:nth-last-of-type(1)::before, .p-33kannonimglist li:nth-last-of-type(1)::after {
  content: none !important;
}
.p-33kannonimglist figcaption {
  margin-top: 0.25em;
  font-size: 0.875rem;
}
@media screen and (max-width: 599px) {
  .p-33kannonimglist {
    margin-top: 6.67vw;
  }
  .p-33kannonimglist li {
    width: 100%;
    padding-bottom: 13.33vw;
  }
  .p-33kannonimglist li::after {
    content: "";
    top: 56.67vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/ar-down.png) no-repeat bottom center/auto 12vw;
    position: absolute;
  }
}
@media screen and (min-width: 600px) and (max-width: 1229px) {
  .p-33kannonimglist {
    margin: 2.34vw 0 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-33kannonimglist li {
    width: calc(50% - 3.91vw);
    padding-bottom: 5.86vw;
  }
  .p-33kannonimglist li:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-33kannonimglist li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-33kannonimglist li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-33kannonimglist li:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-33kannonimglist li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-33kannonimglist li:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-33kannonimglist li:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-33kannonimglist li:nth-of-type(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-33kannonimglist li:nth-of-type(9) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-33kannonimglist li:nth-of-type(10) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .p-33kannonimglist li:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .p-33kannonimglist li:nth-of-type(12) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .p-33kannonimglist li:nth-of-type(13) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .p-33kannonimglist li:nth-of-type(14) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .p-33kannonimglist li:nth-of-type(15) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .p-33kannonimglist li:nth-of-type(16) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .p-33kannonimglist li:nth-of-type(17) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .p-33kannonimglist li:nth-of-type(18) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .p-33kannonimglist li:nth-of-type(19) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .p-33kannonimglist li:nth-of-type(20) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .p-33kannonimglist li:nth-of-type(4n+1), .p-33kannonimglist li:nth-of-type(4n+3) {
    width: calc(50% + 3.91vw);
  }
  .p-33kannonimglist li:nth-of-type(4n+3) {
    padding-left: 7.81vw;
  }
  .p-33kannonimglist li:nth-of-type(4n+3)::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(100% - 7.81vw);
    background: url(../img/ar-left.png) no-repeat top 14.65vw left 0/contain;
    position: absolute;
  }
  .p-33kannonimglist li:nth-of-type(4n+1) {
    padding-right: 7.81vw;
  }
  .p-33kannonimglist li:nth-of-type(4n+1)::before {
    content: "";
    top: 0;
    bottom: 0;
    left: calc(100% - 7.81vw);
    right: 0;
    background: url(../img/ar-right.png) no-repeat top 14.65vw left 0/contain;
    position: absolute;
  }
  .p-33kannonimglist li:nth-of-type(4n), .p-33kannonimglist li:nth-of-type(4n+2) {
    padding-bottom: 7.81vw;
  }
  .p-33kannonimglist li:nth-of-type(4n)::after, .p-33kannonimglist li:nth-of-type(4n+2)::after {
    content: "";
    top: 33.2vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/ar-down.png) no-repeat bottom center/auto 7.03vw;
    position: absolute;
  }
}
@media screen and (min-width: 1230px) {
  .p-33kannonimglist {
    margin: 24px 0 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-33kannonimglist li {
    width: 420px;
    padding-right: 84px;
    padding-bottom: 88px;
  }
  .p-33kannonimglist li::before {
    content: "";
    top: 0;
    bottom: 0;
    left: calc(100% - 80px);
    right: 0;
    background: url(../img/ar-right.png) no-repeat top 93px left 0/contain;
    position: absolute;
  }
  .p-33kannonimglist li:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-33kannonimglist li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-33kannonimglist li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-33kannonimglist li:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-33kannonimglist li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-33kannonimglist li:nth-of-type(6) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-33kannonimglist li:nth-of-type(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-33kannonimglist li:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-33kannonimglist li:nth-of-type(9) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-33kannonimglist li:nth-of-type(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .p-33kannonimglist li:nth-of-type(11) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .p-33kannonimglist li:nth-of-type(12) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .p-33kannonimglist li:nth-of-type(13) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .p-33kannonimglist li:nth-of-type(14) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .p-33kannonimglist li:nth-of-type(15) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .p-33kannonimglist li:nth-of-type(16) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .p-33kannonimglist li:nth-of-type(17) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .p-33kannonimglist li:nth-of-type(18) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .p-33kannonimglist li:nth-of-type(19) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .p-33kannonimglist li:nth-of-type(20) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .p-33kannonimglist li:nth-last-of-type(6n+4), .p-33kannonimglist li:nth-last-of-type(6n+5) {
    padding-left: 80px;
    padding-right: 0;
  }
  .p-33kannonimglist li:nth-last-of-type(6n+4)::before, .p-33kannonimglist li:nth-last-of-type(6n+5)::before {
    left: 0;
    right: calc(100% - 80px);
    background: url(../img/ar-left.png) no-repeat top 98px left 0/contain;
  }
  .p-33kannonimglist li:nth-last-of-type(6n), .p-33kannonimglist li:nth-last-of-type(6n+3) {
    width: 340px;
    padding-right: 0;
  }
  .p-33kannonimglist li:nth-last-of-type(6n)::before, .p-33kannonimglist li:nth-last-of-type(6n+3)::before {
    content: none;
  }
  .p-33kannonimglist li:nth-last-of-type(6n)::after, .p-33kannonimglist li:nth-last-of-type(6n+3)::after {
    content: "";
    top: 255px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/ar-down.png) no-repeat bottom center/auto 72px;
    position: absolute;
  }
}

@media screen and (max-width: 599px) {
  .c-ossuarytext {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 600px) {
  .c-ossuarytext {
    margin-top: 2.34vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-ossuarytext {
    margin-top: 24px;
  }
}

.p-commontable {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-commontable thead tr {
  color: #FFF;
  background-color: #262D40;
}
.p-commontable tbody tr:nth-of-type(2n) {
  background-color: #E4E4E8;
}
.p-commontable th, .p-commontable td {
  padding: 0.5em 1em;
  border: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .p-commontable {
    margin-top: 5.33vw;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) {
  .p-commontable {
    margin-top: 3.13vw;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-commontable {
    margin-top: 32px;
  }
}

.p-event__block {
  text-align: left;
}
.p-event__block .c-headline__middle::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/symbol_g.svg) no-repeat center/contain;
  display: inline-block;
}
.p-event__block .c-headline__middle span {
  font-size: 0.875em;
  font-weight: normal;
}
.p-event__block .c-headline__middle + p {
  margin-top: 1em;
}
.p-event__block .c-headline__small {
  margin: 1em 0;
}
.p-event__block p {
  line-height: 1.8;
}
.p-event__block p + p {
  margin-top: 1em;
}
.p-event__block p + .c-headline__small {
  margin-top: 2em;
}
.p-event__block dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-event__block dl > div dt {
  margin-right: 1em;
}
.p-event__block .c-aio88banner img {
  width: auto;
  height: auto;
  margin-top: 1em;
}
.p-event__block .c-eventlist li {
  list-style: disc;
}
@media screen and (max-width: 599px) {
  .p-event__block {
    margin-top: 6.67vw;
  }
  .p-event__block .c-headline__middle + dl {
    margin-top: 2.67vw;
  }
  .p-event__block dl {
    margin: 1.33vw 0;
  }
  .p-event__block p, .p-event__block dl {
    font-size: 0.875rem;
  }
  .p-event__block video {
    margin: 5.33vw 0;
  }
  .p-event__block .c-eventlist {
    margin: 2.67vw 0 2.67vw 1em;
  }
  .p-event__block .c-eventlist li {
    margin: 1.33vw 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) {
  .p-event__block {
    margin: 5.47vw 0 0;
  }
  .p-event__block .c-headline__middle + dl {
    margin-top: 16px;
  }
  .p-event__block dl {
    margin: 8px 0;
  }
  .p-event__block p, .p-event__block dl {
    font-size: 1rem;
  }
  .p-event__block video {
    margin: 32px 0;
  }
  .p-event__block .c-eventlist {
    margin: 16px 0 16px 1em;
  }
  .p-event__block .c-eventlist li {
    margin: 8px 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-event__block {
    margin: 56px 0 0;
  }
}

.p-waking88list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-waking88list div:nth-of-type(n+2) {
  border-top: 1px dotted #707070;
}
.p-waking88list div dt {
  width: 5.5em;
  text-align: right;
}
.p-waking88list div dd:nth-of-type(1) {
  font-size: 1.1em;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-waking88list div dd:nth-of-type(2) {
  width: 100%;
  margin-top: 0.25em;
  margin-left: 6.5em;
}
.p-waking88list div dd strong {
  font-size: 1.1em;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-waking88list div {
    padding: 2.67vw 0;
  }
}
@media screen and (min-width: 600px) {
  .p-waking88list div {
    padding: 16px 0;
  }
}

.p-access dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-access li {
  text-align: left;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  .p-access .c-headline__middle {
    margin-top: 9.33vw;
    font-size: 1.25rem;
  }
  .p-access .c-headline__small {
    margin-top: 5.33vw;
    font-size: 1rem;
  }
  .p-access .c-headline__small + ul {
    margin-top: 1em;
  }
  .p-access dl {
    margin: 2.67vw 0 0;
  }
  .p-access dl > div {
    margin: 8px 0;
  }
  .p-access dl dt {
    margin-right: 1em;
  }
  .p-access ul {
    margin: 2.67vw 0 0 1em;
  }
  .p-access li {
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 600px) {
  .p-access .c-headline__middle {
    margin-top: 5.47vw;
    font-size: 1.375rem;
  }
  .p-access .c-headline__small {
    margin-top: 3.13vw;
    font-size: 1.25rem;
  }
  .p-access .c-headline__small + ul {
    margin-top: 1em;
  }
  .p-access dl {
    max-width: 450px;
    margin: 24px auto 0;
  }
  .p-access dl > div {
    margin: 8px 0;
  }
  .p-access dl dt {
    margin-right: 1em;
  }
  .p-access ul {
    max-width: 450px;
    margin: 24px auto 0;
  }
  .p-access li {
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-access .c-headline__middle {
    margin-top: 56px;
  }
}

@media screen and (max-width: 599px) {
  .c-accessiframe {
    margin-top: 6.67vw;
  }
}
@media screen and (min-width: 600px) {
  .c-accessiframe {
    margin: 5.47vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-accessiframe {
    margin: 56px 0 0;
  }
}

.c-expantion {
  position: relative;
}
.c-expantion::after {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4) url(../img/icn_expansion.svg) no-repeat center/contain;
  position: absolute;
}

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 599px) {
  .l-main__wrapper {
    margin-top: 10.67vw;
    padding: 0 2.67vw;
  }
}
@media screen and (min-width: 600px) {
  .l-main__wrapper {
    margin-top: 6.25vw;
    padding: 0 1.56vw;
  }
  .l-main__wrapper .l-news__sidebar {
    width: 220px;
    margin: 3.13vw auto 0;
  }
}
@media screen and (min-width: 1260px) {
  .l-main__wrapper {
    margin-top: 64px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-main__wrapper .l-news__sidebar {
    margin: 0 auto;
  }
}

.l-news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1260px) {
  .l-news__main {
    width: 932px;
    margin-right: 64px;
  }
}

@media screen and (max-width: 599px) {
  .l-news__block + .l-news__block {
    margin-top: 10.67vw;
  }
}
@media screen and (min-width: 600px) {
  .l-news__block + .l-news__block {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-news__block + .l-news__block {
    margin-top: 104px;
  }
}

.c-headline__newstitle {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .c-headline__newstitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 600px) {
  .c-headline__newstitle {
    font-size: 2rem;
  }
}

.c-newsdate {
  margin-top: 1em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .c-newsdate {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  .c-newsdate {
    font-size: 0.875rem;
  }
}

.p-newsart__wrapper .p-news__article p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .p-newsart__wrapper {
    margin-top: 2.67vw;
  }
  .p-newsart__wrapper .p-newsart__eyecatch {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .p-newsart__wrapper {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-newsart__wrapper .p-newsart__eyecatch {
    width: calc(33% - 32px);
    min-width: 240px;
    margin: 0 32px 0 0;
  }
  .p-newsart__wrapper .p-news__article {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-news__article .wp-video {
  margin: auto;
}
.p-news__article img {
  max-width: 620px;
  width: auto;
  margin: auto;
}
.p-news__article h1, .p-news__article h2, .p-news__article h3, .p-news__article h4, .p-news__article h5, .p-news__article h6 {
  margin-top: 1em;
}
.p-news__article p {
  margin-top: 1em;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-news__article {
    margin-top: 5.33vw;
    font-size: 0.875rem;
  }
  .p-news__article .wp-video {
    margin-top: 5.33vw;
  }
  .p-news__article img {
    max-width: 100%;
    margin-top: 5.33vw;
  }
  .p-news__article img + img {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 600px) {
  .p-news__article {
    margin-top: 32px;
    font-size: 1rem;
  }
  .p-news__article .wp-video {
    margin-top: 32px;
  }
  .p-news__article img {
    margin-top: 32px;
  }
  .p-news__article img + img {
    margin-top: 24px;
  }
}

.p-pagination {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination > *:not(.first):not(.last) {
  padding: 0.25em 0.5em;
  border: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .p-pagination {
    padding-top: 10.67vw;
  }
  .p-pagination > * {
    margin: 0.67vw 1.33vw;
  }
}
@media screen and (min-width: 600px) {
  .p-pagination {
    padding-top: 7.81vw;
  }
  .p-pagination + .l-news__block {
    margin-top: 80px;
  }
  .p-pagination > * {
    margin: 4px 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pagination {
    padding-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .p-sidebar__block {
    margin-top: 10.67vw;
    padding: 0 6.67vw;
  }
  .p-sidebar__block + .p-sidebar__block {
    margin-top: 6.67vw;
  }
}
@media screen and (min-width: 600px) {
  .p-sidebar__block + .p-sidebar__block {
    margin-top: 3.91vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar__block + .p-sidebar__block {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .c-headline__newssidebar {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .c-headline__newssidebar {
    font-size: 1.125rem;
  }
}

.p-newssidebarlist li {
  text-align: left;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  .p-newssidebarlist {
    margin-left: 1em;
    font-size: 0.875rem;
  }
  .p-newssidebarlist li {
    margin: 1.33vw 0;
  }
}
@media screen and (min-width: 600px) {
  .p-newssidebarlist {
    margin-left: 1em;
    font-size: 1rem;
  }
  .p-newssidebarlist li {
    margin: 8px 0;
  }
}