img {
  margin-left: unset;
  margin-right: unset;
  height: auto !important;
}

.c-kousakubutsu-bar {
  display: block;
  height: 10px;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url("../images/kousakubutsu/bar.svg");
}

@media screen and (max-width: 768px) {
  .c-kousakubutsu-bar {
    height: 6px;
  }
}

.c-table-kousakubutsu {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .c-table-kousakubutsu {
    font-size: 14px;
  }
}

.c-table-kousakubutsu caption {
  background-color: #ff8d00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(34 / 22);
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-table-kousakubutsu caption {
    font-size: 16px;
  }
}

.c-table-kousakubutsu th {
  border: 1px solid #b7b7b7;
  padding: 7px;
  background-color: white;
  font-weight: 500;
}

.c-table-kousakubutsu th:nth-of-type(1) {
  width: 14%;
}

@media screen and (max-width: 768px) {
  .c-table-kousakubutsu th:nth-of-type(1) {
    width: 21%;
  }
}
.c-table-kousakubutsu th:nth-of-type(2) {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .c-table-kousakubutsu th:nth-of-type(2) {
    width: 51%;
  }
}
.c-table-kousakubutsu th:nth-of-type(3) {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .c-table-kousakubutsu th:nth-of-type(3) {
    width: 28%;
  }
}
.c-table-kousakubutsu .-small {
  font-size: 12px;
  line-height: calc(20 / 12);
}

@media screen and (max-width: 768px) {
  .c-table-kousakubutsu .-small {
    font-size: 10px;
  }
}
.c-table-kousakubutsu .-center {
  text-align: center;
}

.c-table-kousakubutsu .-cell-3-1 {
  padding-left: 7px;
  padding-right: 7px;
}

.c-table-kousakubutsu .-cell-3-1 .-small {
  margin-top: 10px;
}
.c-table-kousakubutsu .-cell-4-2 .-small {
  margin-top: 5px;
  padding-left: 3em;
  text-indent: -3em;
}

.c-table-kousakubutsu td {
  border: 1px solid #b7b7b7;
  background-color: #fcfcbb;
  padding: 13px;
}
.c-table-kousakubutsu td.-yellow {
  background-color: #fff960;
}
.c-table-kousakubutsu .-caution {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-table-kousakubutsu td {
}

.p-kousakubutsu-mv__upper {
  background-image: linear-gradient(to bottom, #000, #545454);
  position: relative;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-kousakubutsu-mv__upper-inner {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 175px;
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-mv__upper-inner {
    padding-bottom: 80px;
  }
}

.p-kousakubutsu-mv__heading {
  color: white;
  font-size: 29px;
  line-height: calc(38 / 29);
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__heading {
    font-size: 24px;
  }
}

.p-kousakubutsu-mv__left {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__left {
    width: 120px;
  }
}
.p-kousakubutsu-mv__fukidashi {
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  bottom: -200px;
  translate: -50% 0;
  z-index: 2;
  width: min(904px, calc(904 / 1366 * 100%));
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-mv__fukidashi {
    max-width: 480px;
    margin-top: 20px;
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    translate: unset;
    display: block;
  }
}

.p-kousakubutsu-mv__fukidashi img {
  object-fit: contain;
}

.p-kousakubutsu-mv__right {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: -80px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__right {
    width: 120px;
  }
}

.p-kousakubutsu-mv__body {
  background-image: linear-gradient(to bottom, #f8c72c, #fff500);
  padding-bottom: 195px;
  position: relative;
  padding-top: 225px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-mv__body {
    padding-top: 100px;
  }
}

.p-kousakubutsu-mv__intro {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(34 / 22);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__intro {
    font-size: 16px;
  }
}

.p-kousakubutsu-mv__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 7px;
  column-gap: 7px;
  max-width: 903px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__list {
    row-gap: 5px;
    column-gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__item img {
    height: 32px !important;
  }
}

.p-kousakubutsu-mv__text {
  font-size: 22px;
  font-weight: 900;
  line-height: calc(34 / 22);
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-mv__text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-kousakubutsu-mv__text .-red {
  color: red;
}

.p-kousakubutsu-mv__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  place-items: center;
}

.p-kousakubutsu-about {
  position: relative;
  overflow-x: clip;
}
.p-kousakubutsu-about__bar {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  z-index: 2;
}
.p-kousakubutsu-about__upper {
  padding-top: 105px;
  background-image: linear-gradient(to bottom, #208a95 0%, #20848e 20%, #20767a 50%, #205e5b 80%, #20544d 100%);
  padding-bottom: 90px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__upper {
    padding-top: unset;
  }
}

.p-kousakubutsu-about__center {
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% -170px;
  width: 719px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__center {
    width: 100%;
    max-width: 400px;
  }
}

.p-kousakubutsu-about__center img {
  object-fit: contain;
}

.p-kousakubutsu-about__intro {
  font-size: 22px;
  line-height: calc(34 / 22);
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__intro {
    font-size: 16px;
  }
}
.p-kousakubutsu-about__heading {
  display: grid;
  place-items: center;
  margin-top: -17px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__heading {
    margin-top: -12px;
  }
}

.p-kousakubutsu-about__heading img {
  object-fit: contain;
}

.p-kousakubutsu-about__intro .-yellow {
  color: yellow;
}

.p-kousakubutsu-about__table {
  max-width: calc(905px + var(--gutter) + var(--gutter));
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  overflow-x: scroll;

  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__table {
    width: 96%;
    margin-left: auto;
    margin-right: 0;
    padding-left: unset;
    padding-right: unset;
  }

  .p-kousakubutsu-about__table > table {
    min-width: 540px;
    margin-right: var(--gutter);
  }
}

.p-kousakubutsu-about__caution {
  display: flex;
  align-items: flex-end;
  column-gap: 40px;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__caution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .p-kousakubutsu-about__caution > *:nth-child(1) {
    grid-area: 2 / 1 / 3 / 2;
    display: grid;
    place-items: center;
  }
  .p-kousakubutsu-about__caution > *:nth-child(2) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .p-kousakubutsu-about__caution > *:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    display: grid;
    place-items: center;
  }
}

.p-kousakubutsu-about__caution .-icon {
  margin-left: auto;
  margin-right: auto;
}
.p-kousakubutsu-about__caution .-text {
  margin-top: 10px;
  font-size: 22px;
  line-height: calc(34 / 22);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__caution .-text {
    font-size: 16px;
  }
}
.p- .p-kousakubutsu-about__caution .-emphasis {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: red;
  text-underline-offset: 9px;
  font-weight: 900;
}

.p-kousakubutsu-about__caution .-left {
  translate: 10px 40px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__caution .-left {
    translate: 10px 20px;
  }
}
.p-kousakubutsu-about__caution .-right {
  flex-shrink: 0;
  translate: -10px 40px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-about__caution .-right {
    translate: -10px 20px;
  }
}

.p-kousakubutsu-legal__pic {
  display: flex;
}

.p-kousakubutsu-legal__pic .-figure {
  height: 100%;
  flex-grow: 1;
  margin: 0 !important;
}
.p-kousakubutsu-legal__pic .-img {
  display: block;
  flex-grow: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-kousakubutsu-legal__body {
  background-image: linear-gradient(to bottom, #f8c72c, #fff500);
  padding-top: 55px;
  padding-bottom: 60px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-legal__body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-kousakubutsu-legal__body-inner {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.p-kousakubutsu-legal__left {
  position: absolute;
  left: 0;
  top: 53%;
}
@media screen and (max-width: 1200px) {
  .p-kousakubutsu-legal__left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-legal__left {
    display: block;
    position: static;
    margin-top: 20px;
    width: 120px;
  }
}
.p-kousakubutsu-legal__right {
  position: absolute;
  right: 0;
  top: 0%;
}

@media screen and (max-width: 1200px) {
  .p-kousakubutsu-legal__right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-legal__right {
    display: block;
    top: unset;
    bottom: 0;
    width: 120px;
  }
}
.p-kousakubutsu-legal__main {
  max-width: 903px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.p-kousakubutsu-legal__heading {
  border-image-source: url("../images/kousakubutsu/board_white.svg");
  border-image-width: 0px;
  border-image-slice: 5 fill;
  padding-top: 18px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: calc(42 / 34);
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-legal__heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-legal__heading {
    border-image-source: url("../images/kousakubutsu/board_white-sp.svg");
    font-size: 22px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-kousakubutsu-legal__heading._mt {
  margin-top: 30px;
}

.p-kousakubutsu-legal__heading .-emphasis {
  border-bottom: 4px solid red;
}

.p-kousakubutsu-legal__text {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(34 / 22);
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-legal__text {
    font-size: 16px;
  }
}
.p-kousakubutsu-lead {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-lead {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-kousakubutsu-lead__layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-lead__layout {
    grid-template-columns: 1fr;
  }

  .p-kousakubutsu-lead__left {
    display: none;
  }
  .p-kousakubutsu-lead__right {
    display: none;
  }
}

.p-kousakubutsu-lead__center {
  text-align: center;
  padding-right: 7%;
}

@media screen and (max-width: 1024px) {
  .p-kousakubutsu-lead__center {
    padding-right: unset;
  }
}
.p-kousakubutsu-lead__heading {
  display: grid;
  place-items: center;
}

.p-kousakubutsu-lead__text {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(34 / 22);
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-lead__text {
    font-size: 16px;
  }
}
.p-kousakubutsu-feature {
  background-image: linear-gradient(to bottom, #fdfaa1, #1eb3ea);
  position: relative;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-kousakubutsu-feature__wrap {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  padding-bottom: 65px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-feature__wrap {
    padding-bottom: 180px;
  }
}
.p-kousakubutsu-feature__left {
  position: absolute;
  bottom: 70px;
  display: grid;
  place-items: center;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .p-kousakubutsu-feature__left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-feature__left {
    display: block;
    width: 120px;
    bottom: 20px;
  }
}
.p-kousakubutsu-feature__right {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 1200px) {
  .p-kousakubutsu-feature__right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-feature__right {
    display: block;
    bottom: 20px;
    width: 120px;
  }
}
.p-kousakubutsu-feature__bottom {
  position: absolute;
  bottom: 0;
  display: grid;
  place-items: center;
}

.p-kousakubutsu-feature__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 50px;
  max-width: 903px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  translate: 0 -30px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-feature__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-kousakusakubutsu-feature__heading {
  position: relative;
  z-index: 2;
  border-image-source: url("../images/kousakubutsu/board_primary.svg");
  border-image-slice: 5 fill;
  font-weight: 700;
  color: yellow;
  padding-top: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: calc(34 / 30);
  width: calc(100% + 10px);
  translate: -5px;
}

@media screen and (max-width: 768px) {
  .c-kousakusakubutsu-feature__heading {
    font-size: 22px;
  }
}

.c-kousakusakubutsu-feature__heading._sm {
  border-image-source: url("../images/kousakubutsu/board_primary_sm.svg");
}

.c-kousakusakubutsu-feature__figure {
  margin-top: -20px !important;
  margin-bottom: unset !important;
}

.c-kousakusakubutsu-feature__text {
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: calc(34 / 22);
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-kousakusakubutsu-feature__text {
    font-size: 16px;
  }
}

.p-kousakubutsu-cta {
  position: relative;
  padding-top: 75px;
  padding-bottom: 40px;
  overflow: hidden;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-cta {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.p-kousakubutsu-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-kousakubutsu-cta__bg .-img {
  width: 100%;
  max-height: 602px;
  object-fit: cover;
  object-position: top;
  max-height: unset;
  height: 100% !important;
}
.p-kousakubutsu-cta__contents {
  position: relative;
}

.p-kousakubutsu-cta__inner {
  max-width: 903px;
  margin-left: auto;
  margin-right: auto;
}

.p-kousakubutsu-cta__catch {
  font-size: 33px;
  font-weight: 700;
  line-height: calc(55 / 33);
  color: white;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-cta__catch {
    font-size: clamp(10px, calc(16 / 375 * 100vw), 33px);
  }
}

.p-kousakubutsu-cta__button {
  margin-top: 30px;
  display: block;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-cta__button {
    margin-top: 20px;
  }
}
.p-kousakubutsu-cta__button:hover {
  opacity: 0.8;
}
.p-kousakubutsu-cta__button img {
  object-fit: contain;
}

.p-kousakubutsu-footer {
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer {
    padding-bottom: 80px;
  }
}

.p-kousakubutsu-footer__upper {
  background-color: #00b0e1;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-kousakubutsu-footer__upper .-text {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(40 / 24);
  color: white;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__upper .-text {
    font-size: 16px;
  }
}

.p-kousakubutsu-footer__body {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.p-kousakubutsu-footer__inner {
  max-width: 903px;
  margin-left: auto;
  margin-right: auto;
}

.p-kousakubutsu-footer__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__layout {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.p-kousakubutsu-footer__logo {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__logo {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-kousakubutsu-footer__right-upper {
  grid-template-columns: 125px 1fr;
  display: grid;
  row-gap: 23px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__right-upper {
    grid-template-columns: 100px 1fr;
    row-gap: 15px;
  }
}
.p-kousakubutsu-footer__right-upper > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
  border-right: 1px dotted black;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 5px;
  width: 100%;
}
.p-kousakubutsu-footer__right-upper > *:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__right-upper > *:nth-child(2) {
    padding-left: 15px;
  }
}
.p-kousakubutsu-footer__right-upper > *:nth-child(3) {
  padding-left: 30px;
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__right-upper > *:nth-child(3) {
    padding-left: 15px;
  }
}
.p-kousakubutsu-footer__right-upper .-text {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(40 / 16);
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__right-upper .-text {
    font-size: 14px;
  }
}

.p-kousakubutsu-footer__right-upper .-fax {
  display: grid;
  justify-items: flex-start;
}

.p-kousakubutsu-footer__address {
  font-size: 15px;
  line-height: calc(20 / 15);
  margin-top: 17px;
  border-top: 1px solid black;
  padding-top: 17px;
}

.p-kousakubutsu-footer__bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 300;
  text-align: center;
  line-height: calc(20 / 14);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-kousakubutsu-footer__bottom {
    font-size: 12px;
  }
}

.p-kousakubutsu-sticky {
  position: fixed;
  right: 0;
  z-index: 3;
  bottom: 0;
}
.p-kousakubutsu-sticky__link {
  transition: opacity 0.2s;
}
.p-kousakubutsu-sticky__link:hover {
  opacity: 0.8;
}
