@charset "UTF-8";
.dummy {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8em 1em;
  text-align: center;
  font-size: 200%;
}

body {
  background-color: #ffffff;
}
body.page-bizen header button {
  background-color: #6fbf39;
}
body.page-bicchu header button {
  background-color: #f36f83;
}
body.page-mimasaka header button {
  background-color: #f7894c;
}
body.page-ninagawa {
  background: #e3368b;
}
body.page-ninagawa header button {
  background-color: #e3368b;
}
body.page-ninagawa footer {
  color: #FFF;
}
body.page-ninagawa footer dl dd .contact a {
  border-color: #FFF;
}
@media screen and (min-width: 835px), print {
  body.page-ninagawa #backtop {
    margin-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  body.page-ninagawa #backtop {
    margin-top: 16vw;
  }
}
body.page-ninagawa #backtop a {
  color: #e3368b;
  background-color: #ffffff;
}
body.page-ninagawa #backtop a::after {
  background-image: url("../img/common/main_backtop_arrow_pnk2.svg");
}
body.page-ninagawa::after {
  background: #000;
}
@media screen and (min-width: 835px), print {
  body.page-ninagawa #wrapper {
    position: relative;
    overflow: hidden;
  }
  body.page-ninagawa #wrapper::before, body.page-ninagawa #wrapper::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 205px;
    height: 100%;
    background-image: url("../img/page_ninagawa/bg_grad.webp");
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: repeat-y;
    mix-blend-mode: multiply;
  }
  body.page-ninagawa #wrapper::before {
    left: 0;
    transform: scaleX(-1);
  }
  body.page-ninagawa #wrapper::after {
    right: 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1499px) {
  body.page-ninagawa #wrapper::before {
    margin-left: -750px;
    left: 50%;
  }
  body.page-ninagawa #wrapper::after {
    margin-right: -750px;
    right: 50%;
  }
}

body, input, button, textarea, select {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 835px), print {
  html, body {
    min-width: 1050px;
  }
}

@media screen and (min-width: 835px), print {
  body {
    font-size: 1em;
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: 2.6667vw;
  }
}
body {
  font-feature-settings: "palt";
  visibility: hidden;
  opacity: 0;
}
body.is-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 100ms 0s ease;
}
body::after {
  display: block;
  width: 100%;
  background-image: url("../img/common/footer_deco.jpg");
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
}
@media screen and (min-width: 835px), print {
  body {
    min-width: 1050px;
  }
  body::after {
    height: 99px;
  }
}
@media screen and (max-width: 834px) {
  body::after {
    height: 10vw;
  }
}

@media screen and (min-width: 835px), print {
  a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 834px) {
  a.hover {
    opacity: 0.5;
  }
}

main .contents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px), print {
  .sp {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#hero picture, #hero img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 835px), print {
  .unit-01 > *:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .unit-01 > *:nth-child(n+2) {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 835px), print {
  #backtop {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  #backtop {
    margin-top: 10.7vw;
  }
}
#backtop a {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  color: #ffffff;
  background-color: #8c0a83;
}
#backtop a p {
  margin-right: 0.8em;
  line-height: 1;
}
@media screen and (min-width: 835px), print {
  #backtop a p {
    font-size: 280%;
  }
}
@media screen and (max-width: 834px) {
  #backtop a p {
    font-size: 230%;
  }
}
#backtop a::after {
  display: block;
  background: url("../img/common/main_backtop_arrow.svg") 50% 50%/contain no-repeat;
  content: "";
}
@media screen and (min-width: 835px), print {
  #backtop a {
    border-radius: 84px;
    width: 514px;
    height: 84px;
  }
  #backtop a p {
    letter-spacing: 0.2em;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    font-weight: 700;
  }
  #backtop a::after {
    width: 64px;
    height: 20px;
  }
}
@media screen and (max-width: 834px) {
  #backtop a {
    border-radius: 11.7vw;
    width: 53.3vw;
    height: 11.7vw;
  }
  #backtop a p {
    margin-right: 0;
    transform: translateY(-0.1em);
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 400;
  }
  #backtop a::after {
    display: none;
  }
}

@media screen and (min-width: 835px), print {
  #lowbanner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  #lowbanner {
    margin-top: 16vw;
  }
}
#lowbanner a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
#lowbanner a picture, #lowbanner a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  #lowbanner a {
    width: 1050px;
  }
}
@media screen and (max-width: 834px) {
  #lowbanner a {
    width: 85.3vw;
  }
}

.bg-slant {
  position: relative;
  z-index: 0;
}
.bg-slant::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-image: url("../img/common/bg_slant_orn.webp");
}
@media screen and (min-width: 835px), print {
  .bg-slant::before {
    background-size: 19px auto;
  }
}
@media screen and (max-width: 834px) {
  .bg-slant::before {
    background-size: 10px auto;
  }
}

@media screen and (min-width: 835px), print {
  .block-wrapper > *:nth-child(n+2) {
    margin-top: 150px;
  }
}
@media screen and (max-width: 834px) {
  .block-wrapper > *:nth-child(n+2) {
    margin-top: 21.3vw;
  }
}

.filter-cat ul.btn li a {
  display: block;
  width: 100%;
}
.filter-cat ul.btn li a picture, .filter-cat ul.btn li a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  .filter-cat.is-general {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .filter-cat.is-general {
    margin-top: 5.3vw;
  }
}
@media screen and (min-width: 835px), print {
  .filter-cat.is-general ul.btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filter-cat.is-general ul.btn li:nth-of-type(1) {
    width: 180px;
    margin-right: -22px;
  }
  .filter-cat.is-general ul.btn li:nth-of-type(2) {
    width: 180px;
    margin-right: 0px;
  }
  .filter-cat.is-general ul.btn li:nth-of-type(3) {
    width: 166px;
    margin-right: 0px;
  }
  .filter-cat.is-general ul.btn li:nth-of-type(4) {
    width: 182px;
    margin-right: -8px;
  }
  .filter-cat.is-general ul.btn li:nth-of-type(5) {
    width: 158px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .filter-cat.is-general ul.btn li {
    width: 53.3vw;
  }
  .filter-cat.is-general ul.btn li:nth-child(n+2) {
    margin-top: 2.7vw;
  }
}
.filter-cat.is-specific ul.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px), print {
  .filter-cat.is-specific ul.btn li:nth-of-type(1) {
    width: 162px;
    margin-right: 18px;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(2) {
    width: 162px;
    margin-right: 18px;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(3) {
    width: 150px;
    margin-right: 14px;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(4) {
    width: 164px;
    margin-right: 16px;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(5) {
    width: 142px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .filter-cat.is-specific ul.btn li:nth-of-type(1) {
    width: 19.7vw;
    margin-right: -3.5vw;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(2) {
    width: 19.7vw;
    margin-right: -1.2vw;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(3) {
    width: 18.1vw;
    margin-right: -1.2vw;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(4) {
    width: 19.7vw;
    margin-right: -2.2vw;
  }
  .filter-cat.is-specific ul.btn li:nth-of-type(5) {
    width: 17.1vw;
    margin-right: 0vw;
  }
}

@media screen and (min-width: 835px), print {
  .space {
    padding-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .space {
    padding-top: 10.7vw;
  }
}

.linklist ul li picture, .linklist ul li img {
  display: block;
  width: 100%;
  transition: transform 0.05s ease;
}
.linklist ul li a {
  position: relative;
  display: block;
  width: 100%;
}
.linklist ul li a::after {
  content: "";
  display: block;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background: url("../img/linklist/txt_more.svg") 50% 50%/contain no-repeat, #000;
  transition: all 0.05s ease;
}
@media screen and (min-width: 835px), print {
  .linklist ul li a:hover {
    opacity: 1;
  }
  .linklist ul li a:hover picture, .linklist ul li a:hover img {
    filter: brightness(0.9);
    transition: filter 0.2s ease;
  }
  .linklist ul li a:hover::after {
    filter: brightness(1.2);
    transform: scale(0.95);
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 834px) {
  .linklist ul li a.hover {
    opacity: 1;
  }
  .linklist ul li a.hover picture, .linklist ul li a.hover img {
    filter: brightness(0.9);
    transition: filter 0.2s ease;
  }
  .linklist ul li a.hover::after {
    filter: brightness(1.2);
    transform: scale(0.95);
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 835px), print {
  .linklist ul li a::after {
    width: 62px;
  }
}
@media screen and (max-width: 834px) {
  .linklist ul li a::after {
    width: 8.5vw;
  }
}
.linklist.size-m ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px), print {
  .linklist.size-m ul {
    gap: 50px 0px;
  }
  .linklist.size-m ul li {
    width: 501px;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-m ul li {
    margin-left: auto;
    margin-right: auto;
    width: 66.7vw;
  }
  .linklist.size-m ul li:nth-child(n+2) {
    margin-top: 10.7vw;
  }
}
.linklist.size-m ul li.more-1 a::after {
  margin-right: 3.9920159681%;
  margin-bottom: 30.3393213573%;
}
.linklist.size-m ul li.more-2 a::after {
  margin-right: 3.9920159681%;
  margin-bottom: 6.7864271457%;
}
.linklist.size-m ul li.more-3 a::after {
  margin-right: 9.9800399202%;
  margin-bottom: 85.8283433134%;
}
.linklist.size-l ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.linklist.size-l ul li {
  min-height: 0;
  position: relative;
}
.linklist.size-l ul li:nth-child(n+2) {
  margin-top: 0;
}
.linklist.size-l ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}
.linklist.size-l.bg-slant::before {
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.linklist.size-l.bg-slant.is-orn::before {
  background-image: url("../img/common/bg_slant_orn.webp");
}
.linklist.size-l.bg-slant.is-grn::before {
  background-image: url("../img/common/bg_slant_grn.webp");
}
.linklist.size-l.bg-slant.is-pnk::before {
  background-image: url("../img/common/bg_slant_pnk.webp");
}
.linklist.size-l.bg-slant.is-pur::before {
  background-image: url("../img/common/bg_slant_pur.webp");
}
@media screen and (min-width: 835px), print {
  .linklist.size-l ul li {
    margin: 40px 0px;
    width: 850px;
  }
  .linklist.size-l ul li a {
    width: 62px;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-l {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
  .linklist.size-l ul li {
    margin: 10.7vw 0;
    width: 90.7vw;
  }
  .linklist.size-l ul li a {
    width: 8.5vw;
  }
}
@media screen and (min-width: 835px), print {
  .linklist.size-l .special-01 {
    margin: 70px 0px 100px;
    width: 871px;
  }
  .linklist.size-l .special-01 a {
    margin-top: -18.1176470588%;
    margin-left: 45.2941176471%;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-l .special-01 {
    width: 93.3vw;
  }
  .linklist.size-l .special-01 a {
    margin-top: -20%;
    margin-left: 44.3333333333%;
  }
}
@media screen and (min-width: 835px), print {
  .linklist.size-l .special-02 a {
    margin-top: -22.4705882353%;
    margin-left: 46.3529411765%;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-l .special-02 a {
    margin-top: -23.3333333333%;
    margin-left: 45.3333333333%;
  }
}
@media screen and (min-width: 835px), print {
  .linklist.size-l .special-03 {
    margin: 70px 0px 100px;
  }
  .linklist.size-l .special-03 a {
    margin-top: -29.6470588235%;
    margin-left: 46.3529411765%;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-l .special-03 a {
    margin-top: -23.3333333333%;
    margin-left: 45.3333333333%;
  }
}
.linklist.size-s.bg-slant::before {
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.linklist.size-s ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px), print {
  .linklist.size-s {
    padding: 50px 0px 100px;
  }
  .linklist.size-s ul {
    gap: 48px 0px;
    width: 950px;
  }
  .linklist.size-s ul li {
    width: 282px;
  }
}
@media screen and (max-width: 834px) {
  .linklist.size-s {
    padding: 6.7vw 0 10.7vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
  .linklist.size-s ul {
    width: 100%;
  }
  .linklist.size-s ul li {
    margin-left: auto;
    margin-right: auto;
    width: 66.7vw;
  }
  .linklist.size-s ul li:nth-child(n+2) {
    margin-top: 6.7vw;
  }
}
.linklist.size-s ul li a::after {
  margin-right: 3.9920159681%;
  margin-bottom: 34.3313373253%;
}
.linklist.is-orn ul li a::after {
  background-color: #f7894c;
}
.linklist.is-orn.size-l, .linklist.is-orn.size-s {
  background-color: rgba(247, 137, 76, 0.1);
}
.linklist.is-grn ul li a::after {
  background-color: #6fbf39;
}
.linklist.is-grn.size-l, .linklist.is-grn.size-s {
  background-color: rgba(111, 191, 57, 0.1);
}
.linklist.is-pnk ul li a::after {
  background-color: #f36f83;
}
.linklist.is-pnk.size-l, .linklist.is-pnk.size-s {
  background-color: rgba(243, 111, 131, 0.1);
}
.linklist.is-pur ul li a::after {
  background-color: #8c0a83;
}
.linklist.is-pur.size-l, .linklist.is-pur.size-s {
  background-color: rgba(140, 10, 131, 0.1);
}

.linklist-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 835px), print {
  .linklist-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .linklist-title {
    margin-bottom: 6.7vw;
  }
}
.linklist-title picture, .linklist-title img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  .linklist-title.mimasakasantou {
    width: 164px;
  }
}
@media screen and (max-width: 834px) {
  .linklist-title.mimasakasantou {
    width: 32vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 0;
}
header .header-init {
  position: relative;
}
@media screen and (min-width: 835px), print {
  header .header-init {
    padding-left: 85px;
  }
}
@media screen and (max-width: 834px) {
  header .header-init {
    padding-left: 4vw;
  }
}
@media screen and (min-width: 835px), print {
  header .header-init {
    padding-right: 85px;
  }
}
@media screen and (max-width: 834px) {
  header .header-init {
    padding-right: 4vw;
  }
}
header .header-init {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  header .header-init {
    max-width: 1670px;
  }
}
@media screen and (max-width: 834px) {
  header .header-init {
    max-width: 100%;
  }
}
@media screen and (min-width: 835px), print {
  header .header-init {
    max-width: 1500px;
  }
}
header nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  over-scrolling: touch;
  transform: translateZ(0);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
header nav::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 835px), print {
  header nav .nav-init-1 {
    padding-top: 152px;
  }
}
@media screen and (max-width: 834px) {
  header nav .nav-init-1 {
    padding-top: 18.1vw;
  }
}
@media screen and (min-width: 835px), print {
  header nav .nav-init-1 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  header nav .nav-init-1 {
    padding-bottom: 21.3vw;
  }
}
header nav .nav-init-1 {
  margin-left: auto;
  margin-right: auto;
}
header nav .nav-parent,
header nav .nav-child {
  width: 100%;
}
header nav .nav-parent > li > a,
header nav .nav-child > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: inherit;
  line-height: 1;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 835px), print {
  header nav .nav-parent > li > a,
  header nav .nav-child > li > a {
    font-size: 250%;
  }
}
@media screen and (max-width: 834px) {
  header nav .nav-parent > li > a,
  header nav .nav-child > li > a {
    font-size: 192%;
  }
}
@media screen and (min-width: 835px), print {
  header nav .nav-parent:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  header nav .nav-parent:nth-child(n+2) {
    margin-top: 8.5vw;
  }
}
header nav .nav-parent > li > a {
  display: flex;
}
header nav .nav-parent.is-txt > li {
  border-bottom: 1px dashed #000;
}
header nav .nav-parent.is-txt > li > a > p {
  flex-grow: 1;
}
header nav .nav-parent.is-txt > li > a::after {
  display: block;
  background: url("../img/common/header_nav_txt_arrow.svg") 50% 50%/contain no-repeat;
  content: "";
}
header nav .nav-parent.is-txt > li.area .is-txt-mt-project img {
  display: block;
  max-width: 100%;
}
header nav .nav-parent.is-txt > li.mt-p > a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
header nav .nav-parent.is-btn > li > a {
  background-color: #aaa;
}
header nav .nav-parent.is-btn > li > a > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
header nav .nav-parent.is-btn > li > a > p > img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  header nav .nav-parent.is-btn > li:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 834px) {
  header nav .nav-parent.is-btn > li:nth-child(n+2) {
    margin-top: 3.2vw;
  }
}
header nav .nav-parent.is-btn > li:nth-child(1) > a {
  background-color: #ec736e;
}
header nav .nav-parent.is-btn > li:nth-child(2) > a {
  background-color: #d49700;
}
header nav .nav-parent.is-btn > li:nth-child(3) > a {
  background-color: #42a4fd;
}
header nav .nav-child {
  display: none;
  box-sizing: border-box;
}
header nav .nav-child > li > a {
  color: #f00;
}
@media screen and (min-width: 835px), print {
  header nav {
    width: 460px;
    height: 100vh;
    max-height: 100%;
  }
  header nav .nav-init-1 {
    width: 366px;
  }
  header nav .nav-parent.is-txt > li > a {
    height: 74px;
  }
  header nav .nav-parent.is-txt > li > a::after {
    width: 44px;
    height: 12px;
  }
  header nav .nav-parent.is-txt > li > a .is-txt-mt-project img {
    width: 148px;
  }
  header nav .nav-parent.is-btn > li > a {
    width: 182px;
    height: 52px;
  }
  header nav .nav-parent.is-btn > li > a > p {
    width: 131px;
  }
  header nav {
    margin-left: -436px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 835px) and (max-width: 1499px) {
  header nav {
    margin-left: 50px;
    left: 0%;
    transform: none;
  }
}
@media screen and (max-width: 834px) {
  header nav {
    left: 0;
  }
  header nav .nav-init-1 {
    width: 76.8vw;
  }
  header nav .nav-parent.is-txt > li > a {
    height: 15.5vw;
  }
  header nav .nav-parent.is-txt > li > a::after {
    width: 9.6vw;
    height: 2.7vw;
  }
  header nav .nav-parent.is-txt > li > a .is-txt-mt-project img {
    width: 30.9vw;
  }
  header nav .nav-parent.is-btn > li > a {
    width: 38.9vw;
    height: 11.2vw;
  }
  header nav .nav-parent.is-btn > li > a > p {
    width: 27.7vw;
  }
}
@media screen and (min-width: 835px), print {
  header button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  header button {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 835px), print {
  header button {
    margin-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  header button {
    margin-left: 0vw;
  }
}
header button {
  position: absolute;
  background-color: #8c0a83;
}
header button > div {
  padding-top: 100%;
  padding-top: calc(100% - 1em);
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
header button > div > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 36%;
}
header button > div > p:before, header button > div > p:after {
  border-radius: inherit;
  position: absolute;
  display: block;
  width: 100%;
  height: inherit;
  background: #fff;
  content: "";
}
@media screen and (min-width: 835px), print {
  header button {
    border-radius: 82px;
    width: 82px;
    height: 82px;
  }
  header button > div > p {
    border-radius: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 834px) {
  header button {
    border-radius: 10.7vw;
    width: 10.7vw;
    height: 10.7vw;
  }
  header button > div > p {
    border-radius: 2px;
    height: 2px;
  }
}
header nav {
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
}
header button > div > p {
  background: #fff;
  transition: background 200ms 0s ease;
}
header button > div > p::before {
  transition: transform 200ms 0s ease;
}
header button > div > p::after {
  transition: transform 200ms 0s ease;
}
@media screen and (min-width: 835px), print {
  header button > div > p::before {
    transform: rotate(0deg) translateY(10px);
  }
  header button > div > p::after {
    transform: rotate(0deg) translateY(-10px);
  }
}
@media screen and (max-width: 834px) {
  header button > div > p::before {
    transform: rotate(0deg) translateY(1.4vw);
  }
  header button > div > p::after {
    transform: rotate(0deg) translateY(-1.4vw);
  }
}
header.is-open nav {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  transition: margin-top 200ms 0s ease, opacity 200ms 0s ease, visibility 200ms 0s ease;
}
header.is-open button > div > p {
  background-color: transparent;
}
header.is-open button > div > p::before {
  transform: rotate(45deg) translateY(0px);
}
header.is-open button > div > p::after {
  transform: rotate(-45deg) translateY(0px);
}

body #header-close {
  display: none;
}

@media screen and (min-width: 835px), print {
  body.menu-open #header-close {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: transparent;
  }
}

#sidelink {
  position: fixed;
  top: 50%;
  right: 0%;
  z-index: 998;
  transform: translateY(-50%);
}
@media screen and (min-width: 835px), print {
  #sidelink .sidelink-init {
    padding-top: 120px;
  }
}
@media screen and (max-width: 834px) {
  #sidelink .sidelink-init {
    padding-top: 18.8vw;
  }
}
@media screen and (min-width: 835px), print {
  #sidelink .sidelink-init {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 834px) {
  #sidelink .sidelink-init {
    padding-bottom: 18.8vw;
  }
}
#sidelink .sidelink-init {
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  over-scrolling: touch;
  transform: translateZ(0);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#sidelink .sidelink-init::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
#sidelink .btn {
  position: relative;
}
#sidelink .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 835px), print {
  #sidelink .btn:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 834px) {
  #sidelink .btn:nth-child(n+2) {
    margin-top: 2.3vw;
  }
}
#sidelink .btn a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sidelink .btn a p {
  max-width: 100%;
}
#sidelink .btn a p img {
  display: block;
  width: 100%;
}
#sidelink .btn:nth-child(1) a {
  background-color: #ec736e;
}
#sidelink .btn:nth-child(2) a {
  background-color: #d49700;
}
#sidelink .btn:nth-child(3) a {
  background-color: #42a4fd;
}
@media screen and (min-width: 835px), print {
  #sidelink .btn {
    width: 60px;
    height: 208px;
  }
  #sidelink .btn a p {
    width: 31px;
  }
}
@media screen and (max-width: 834px) {
  #sidelink {
    display: none;
  }
}

@media screen and (min-width: 835px), print {
  footer {
    padding-top: 120px;
  }
}
@media screen and (max-width: 834px) {
  footer {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 835px), print {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  footer {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 835px), print {
  footer dl {
    padding-left: 85px;
  }
}
@media screen and (max-width: 834px) {
  footer dl {
    padding-left: 4vw;
  }
}
@media screen and (min-width: 835px), print {
  footer dl {
    padding-right: 85px;
  }
}
@media screen and (max-width: 834px) {
  footer dl {
    padding-right: 4vw;
  }
}
footer dl {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  footer dl {
    max-width: 1670px;
  }
}
@media screen and (max-width: 834px) {
  footer dl {
    max-width: 100%;
  }
}
footer dl dt {
  text-align: center;
}
footer dl dt div:nth-child(1) {
  line-height: 1.2;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 835px), print {
  footer dl dt div:nth-child(1) {
    font-size: 200%;
  }
}
@media screen and (max-width: 834px) {
  footer dl dt div:nth-child(1) {
    font-size: 130%;
  }
}
@media screen and (min-width: 835px), print {
  footer dl dt div:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dt div:nth-child(2) {
    margin-top: 1.6vw;
  }
}
footer dl dt div:nth-child(2) {
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 835px), print {
  footer dl dt div:nth-child(2) {
    font-size: 260%;
  }
}
@media screen and (max-width: 834px) {
  footer dl dt div:nth-child(2) {
    font-size: 170%;
  }
}
@media screen and (min-width: 835px), print {
  footer dl dd {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd {
    margin-top: 1.6vw;
  }
}
footer dl dd .addess {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 835px), print {
  footer dl dd .addess {
    font-size: 160%;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .addess {
    font-size: 110%;
  }
}
footer dl dd .addess p {
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
}
footer dl dd .addess a {
  display: inline-block;
  color: inherit;
}
@media screen and (min-width: 835px), print {
  footer dl dd .contact {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .contact {
    margin-top: 3.1vw;
  }
}
footer dl dd .contact {
  text-align: center;
}
footer dl dd .contact a {
  padding: 0.4em 1.2em;
  padding-bottom: 0.45em;
  border-radius: 0.4em;
  border: 1px solid #000;
  display: inline-block;
  color: inherit;
  line-height: 1;
}
@media screen and (min-width: 835px), print {
  footer dl dd .contact a {
    font-size: 160%;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .contact a {
    font-size: 110%;
  }
}
footer dl dd .contact a::after {
  margin-left: 0.4em;
  content: "＞";
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns {
    margin-top: 6.3vw;
  }
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns ul {
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns ul {
    margin-left: 1.6vw;
  }
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns ul {
    margin-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns ul {
    margin-right: 1.6vw;
  }
}
footer dl dd .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns ul li {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns ul li {
    padding-left: 1.6vw;
  }
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns ul li {
    padding-right: 1.6vw;
  }
}
footer dl dd .sns ul li a {
  display: block;
  max-width: 100%;
}
footer dl dd .sns ul li a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  footer dl dd .sns ul li a {
    width: 60px;
  }
}
@media screen and (max-width: 834px) {
  footer dl dd .sns ul li a {
    width: 12.8vw;
  }
}
@media screen and (min-width: 835px), print {
  footer a#btnPagetop {
    margin-right: 18px;
  }
}
@media screen and (max-width: 834px) {
  footer a#btnPagetop {
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 835px), print {
  footer a#btnPagetop {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 834px) {
  footer a#btnPagetop {
    margin-bottom: 1.6vw;
  }
}
footer a#btnPagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
footer a#btnPagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  content: "";
}
footer a#btnPagetop img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
@media screen and (min-width: 835px), print {
  footer a#btnPagetop {
    width: 82px;
    height: 82px;
  }
  footer a#btnPagetop::before {
    border-radius: 82px;
  }
}
@media screen and (max-width: 834px) {
  footer a#btnPagetop {
    width: 16vw;
    height: 16vw;
  }
  footer a#btnPagetop::before {
    border-radius: 16vw;
  }
}
footer a#btnPagetop.is-clarity {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 835px), print {
  footer a#btnPagetop.is-clarity:hover {
    opacity: 1;
  }
  footer a#btnPagetop.is-clarity:hover img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 834px) {
  footer a#btnPagetop.is-clarity.hover {
    opacity: 1;
  }
  footer a#btnPagetop.is-clarity.hover img {
    opacity: 0.5;
  }
}

.cnt {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 834px), print {
  .cnt {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cntS {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cntM {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cntM2 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header nav .blank-btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8em;
  row-gap: 0.8em;
}
header nav .blank-btn li {
  width: calc(50% - 0.4em);
  margin-top: 0 !important;
}
header nav .blank-btn li a {
  width: 100% !important;
}

.page-sub {
  width: 328px;
  position: absolute;
  top: 38px;
  left: 238px;
  z-index: 1;
}
@media screen and (min-width: 1500px), print {
  .page-sub {
    left: 50%;
    transform: translateX(-156%);
  }
}
@media screen and (max-width: 834px) {
  .page-sub {
    width: 43.7333333333vw;
    top: 4.2666666667vw;
    left: 18vw;
  }
}

@media screen and (min-width: 835px), print {
  #cat-list {
    margin-top: 70px;
  }
}
@media screen and (max-width: 834px) {
  #cat-list {
    margin-top: 13.3vw;
  }
}
#cat-list {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding-block: 40px;
  background: url(../img/common/filter_cat_list_bg_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  #cat-list {
    padding-block: 10.7vw;
    background-image: url(../img/common/filter_cat_list_bg_sp.webp);
  }
}
#cat-list::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#cat-list .cnt {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#cat-list .ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 835px), print {
  #cat-list .ttl {
    font-size: 270%;
  }
}
@media screen and (max-width: 834px) {
  #cat-list .ttl {
    font-size: 210%;
  }
}
#cat-list .ttl {
  border-bottom: solid 7px #ffffa4;
}
@media screen and (max-width: 834px) {
  #cat-list .ttl {
    border-bottom-width: 1.3333333333vw;
  }
}
@media screen and (min-width: 835px), print {
  #cat-list {
    min-height: 410px;
  }
  #cat-list::before {
    left: 50%;
    margin-left: 416px;
    width: 240px;
    aspect-ratio: 480/560;
  }
  #cat-list .cnt {
    width: 100%;
  }
  #cat-list .ttl {
    width: 358px;
  }
}
@media screen and (max-width: 834px) {
  #cat-list {
    min-height: 114.1vw;
  }
  #cat-list::before {
    right: 0;
    width: 33.3vw;
    aspect-ratio: 250/374;
  }
  #cat-list .cnt {
    width: 84vw;
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-top::before {
    background-image: url(../img/common/filter_cat_list_person_top_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-top::before {
    background-image: url(../img/common/filter_cat_list_person_top_sp.webp);
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-1::before {
    background-image: url(../img/common/filter_cat_list_person_1_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-1::before {
    background-image: url(../img/common/filter_cat_list_person_1_sp.webp);
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-2::before {
    background-image: url(../img/common/filter_cat_list_person_2_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-2::before {
    background-image: url(../img/common/filter_cat_list_person_2_sp.webp);
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-3::before {
    background-image: url(../img/common/filter_cat_list_person_3_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-3::before {
    background-image: url(../img/common/filter_cat_list_person_3_sp.webp);
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-4::before {
    background-image: url(../img/common/filter_cat_list_person_4_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-4::before {
    background-image: url(../img/common/filter_cat_list_person_4_sp.webp);
  }
}
@media screen and (min-width: 835px), print {
  #cat-list.person-5::before {
    background-image: url(../img/common/filter_cat_list_person_5_pc.webp);
  }
}
@media screen and (max-width: 834px) {
  #cat-list.person-5::before {
    background-image: url(../img/common/filter_cat_list_person_5_sp.webp);
  }
}

@media screen and (min-width: 835px), print {
  #map {
    margin-top: 70px;
  }
}
@media screen and (max-width: 834px) {
  #map {
    margin-top: 13.3vw;
  }
}
#map {
  background: url(../img/common/filter_map_bg.webp) no-repeat center/cover;
  padding-top: 100px;
}
@media screen and (max-width: 834px), print {
  #map {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #map > .cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
#map .ttl {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 835px), print {
  #map .ttl {
    font-size: 270%;
  }
}
@media screen and (max-width: 834px) {
  #map .ttl {
    font-size: 220%;
  }
}
#map .ttl {
  text-align: center;
  border-bottom: solid 7px #ffffa4;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px), print {
  #map .ttl {
    line-height: 1.4;
    padding-bottom: 0.5em;
    border-bottom-width: 1.3333333333vw;
  }
}
#map .img {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#map .img img {
  width: 100%;
}
@media screen and (min-width: 835px), print {
  #map .img {
    transform: translateY(12px);
    margin-top: -12px;
  }
}
@media screen and (max-width: 834px), print {
  #map .img {
    max-width: 100%;
    width: 97.3333333333vw;
  }
}
#map .link > * {
  position: absolute;
  width: 13.065%;
}
#map .link > * img {
  width: 100%;
}
@media screen and (max-width: 834px), print {
  #map .link > * {
    width: 28.493%;
  }
}
#map .link > *:first-of-type {
  bottom: 46.6%;
  right: 37.8%;
}
@media screen and (max-width: 834px), print {
  #map .link > *:first-of-type {
    bottom: 47.8%;
    right: 23.2%;
  }
}
#map .link > *:nth-of-type(2) {
  left: 29%;
  bottom: 49%;
}
@media screen and (max-width: 834px), print {
  #map .link > *:nth-of-type(2) {
    left: 14%;
    bottom: 42.8%;
  }
}
#map .link > *:last-of-type {
  left: 45.2%;
  top: 28.2%;
}
@media screen and (max-width: 834px), print {
  #map .link > *:last-of-type {
    left: 40%;
    top: 33.4%;
  }
}
#map picture, #map img {
  display: block;
}

.navCat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.navCat li {
  width: calc(50% - 0.5em);
  list-style: none;
}
.navCat li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 835px), print {
  .navCat li a {
    font-size: 200%;
  }
}
@media screen and (max-width: 834px) {
  .navCat li a {
    font-size: 160%;
  }
}
.navCat li a {
  color: #000000;
  border: solid 1px #000000;
  display: block;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .navCat li a {
    padding: 0.5em;
  }
}
.navCat li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.35em;
  aspect-ratio: 6/9;
  background: url(../img/common/header-arw-cat.svg) no-repeat center/contain;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
.navCat .is-narrow {
  display: inline-block;
  transform: scaleX(0.78);
  transform-origin: left center;
  white-space: nowrap;
  letter-spacing: -0.05em;
}