.wrap {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding-top: 70px;
  }
}

.localnav {
  padding-bottom: 45px;
}

.localnav__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .localnav__item {
    width: 30%;
  }
}

.localnav__item:not(:last-of-type) {
  margin-right: 10px;
}

.localnav__item a {
  min-width: 200px;
  height: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5px;
  transition: 400ms;
}

@media only screen and (max-width: 768px) {
  .localnav__item a {
    flex-flow: column;
    line-height: 1.375;
    min-width: auto;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .localnav__item a span {
    display: block;
  }
}

.localnav__item.all a {
  background: #dc281e;
  border: 5px solid #dc281e;
  color: #fff;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .localnav__item.all a:hover {
    color: #dc281e;
    background: #fff;
  }
}

.localnav__item.news a {
  background: #bfe9e6;
}

@media only screen and (min-width: 769px) {
  .localnav__item.news a:hover {
    background: #4dc2ba;
  }
}

.localnav__item.exhibition a {
  background: #e9d4e8;
}

@media only screen and (min-width: 769px) {
  .localnav__item.exhibition a:hover {
    background: #bb7ab8;
  }
}

.localnav__item.report a {
  background: #bde9ff;
}

@media only screen and (min-width: 769px) {
  .localnav__item.report a:hover {
    background: #5ac8ff;
  }
}

.localnav__item.public a {
  background: #fdddc5;
}

@media only screen and (min-width: 769px) {
  .localnav__item.public a:hover {
    background: #faaa6e;
  }
}

.section-hero .content {
  height: 400px;
  background: #fbe5e4;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .section-hero .content {
    height: 156px;
  }
}

.section-hero .content .page__title {
  font-size: 6rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .section-hero .content .page__title {
    font-size: 2.4rem;
  }
}

.headline__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .headline__title {
    font-size: 2.8rem;
  }
}

.headline__title .img {
  margin-right: 0.3em;
}

@media only screen and (max-width: 768px) {
  .headline__title .img {
    width: 41px;
  }
}

.headline__title span {
  word-break: keep-all;
}

@media only screen and (min-width: 769px) {
  .news-list__item {
    padding: 14px 70px 15px;
  }
}

.news-list__item:nth-of-type(2n) {
  background: #f5f3f3;
}

.news-list__item--def {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .news-list__item--def {
    padding: 25px 0;
  }
}

.news-list__item--head {
  width: 165px;
}

@media only screen and (max-width: 768px) {
  .news-list__item--head {
    width: 120px;
  }
}

.news-list__item--body {
  width: 120px;
  padding: 1px 0;
  position: relative;
}

.news-list__item--body:not(:first-of-type) {
  margin-top: 10px;
}

.news-list__item--link {
  width: calc(100% - 285px);
}

@media only screen and (max-width: 768px) {
  .news-list__item--link {
    width: 100%;
  }
}

.news-list__item time {
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .news-list__item time {
    font-size: 1.4rem;
  }
}

.news-list__item .news-list__item__label,
.news-list__item .news-list__item__label--green,
.news-list__item .news-list__item__label--purple,
.news-list__item .news-list__item__label--blue,
.news-list__item .news-list__item__label--orange {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 50vw;
  min-width: 100px;
  padding: 4px 15px;
  background: #808080;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .news-list__item .news-list__item__label,
  .news-list__item .news-list__item__label--green,
  .news-list__item .news-list__item__label--purple,
  .news-list__item .news-list__item__label--blue,
  .news-list__item .news-list__item__label--orange {
    margin: 0 0 5px 0;
    padding: 1px 15px;
  }
}

.news-list__item .news-list__item__label--green {
  background: #00a99d;
}

.news-list__item .news-list__item__label--purple {
  background: #a952a5;
}

.news-list__item .news-list__item__label--blue {
  color: #313131;
  background: #5ac8ff;
}

.news-list__item .news-list__item__label--orange {
  color: #313131;
  background: #faaa6e;
}

.news-list__item a {
  text-decoration: underline;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .news-list__item a {
    transition: 200ms;
  }
  .news-list__item a:hover {
    color: #dc281e;
  }
}

@media only screen and (max-width: 768px) {
  .news-list__item a {
    font-size: 1.6rem;
  }
}

.dots-line {
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .dots-line {
    margin-bottom: 27px;
  }
}

.dots-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #dc281e, #dc281e 2px, transparent 2px, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left;
}

.dots-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #dc281e, #dc281e 2px, transparent 2px, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left;
}

.btn a {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #808080;
  min-width: 180px;
  color: #808080;
  padding: 4px 15px;
  transition: 200ms;
}

.btn a.current {
  background: #808080;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .btn a:hover {
    background: #808080;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .btn a {
    padding: 5px 15px;
  }
}

.btn.bg a {
  background: #808080;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .btn.bg a:hover {
    background: transparent;
    color: #808080;
  }
}

.btn.right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .btn.right {
    text-align: center;
  }
}

.btn.right a {
  text-align: center;
}

.btn.left {
  text-align: left;
}

.btn.left a {
  text-align: center;
}

.btn.arrow a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -1px;
  margin-left: 0.5em;
}

@media only screen and (min-width: 769px) {
  .btn.arrow a:hover::after {
    background-image: url("../img/common/btn-arrow--red.svg");
  }
}

.btn.red a {
  border-color: #dc281e;
  color: #dc281e;
}

@media only screen and (min-width: 769px) {
  .btn.red a:hover {
    background: #dc281e;
    color: #fff;
  }
}

.btn.red a.current {
  background: #dc281e;
  color: #fff;
}

.btn.red.bg a {
  background: #dc281e;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .btn.red.bg a:hover {
    background: #fff;
    color: #dc281e;
  }
}

.btn.green a {
  border-color: #39b54a;
  color: #39b54a;
}

.btn.green a.current {
  background: #39b54a;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .btn.green a:hover {
    background: #39b54a;
    color: #fff;
  }
}

.btn.green.bg a {
  background: #39b54a;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .btn.green.bg a:hover {
    background: #fff;
    color: #39b54a;
  }
}

.btn.large a {
  min-width: 216px;
  padding: 9px 15px;
}

.pkz .breadcrumb {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .pkz .breadcrumb {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.pkz .breadcrumb > li {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .pkz .breadcrumb > li {
    font-size: 1.3rem;
  }
}

.pkz .breadcrumb > li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 1px;
  margin-left: 9px;
  margin-right: 14px;
}

@media only screen and (max-width: 768px) {
  .pkz .breadcrumb > li:not(:first-of-type)::before {
    margin-left: 2px;
    margin-right: 7px;
  }
}

.pkz .breadcrumb > li a {
  color: #0071bc;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .pkz .breadcrumb > li a:hover {
    text-decoration: none;
  }
}

.pkz .breadcrumb > li span {
  color: #808080;
}

.pager {
  padding-top: 78px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .pager {
    padding-top: 58px;
    padding-bottom: 80px;
  }
}

.pager__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pager__list li a {
  border: 2px solid #dc281e;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  color: #dc281e;
  text-decoration: none;
  transition: 0.4s;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 769px) {
  .pager__list li a {
    transition: 400ms;
  }
  .pager__list li a:hover {
    background: #dc281e;
    color: #fff;
  }
}

.pager__list li a.is-current {
  background: #dc281e;
  color: #fff;
}

.pager__list li:not(:last-child) {
  margin: 0 5px;
}

.entry {
  padding-bottom: 30px;
}

.entry .content > p {
  margin-bottom: 40px;
}

.entry h2 {
  font-size: 2.2rem;
  font-weight: 800;
  background: #fbe5e4;
  padding: 17px 35px;
  margin-bottom: 30px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .entry h2 {
    padding: 17px 20px;
  }
}

.entry h3 {
  font-size: 2rem;
  font-weight: 800;
  padding: 0 35px 20px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .entry h3 {
    padding: 0 17px 20px;
  }
}

.entry h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #dc281e, #dc281e 2px, transparent 2px, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.entry h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 30px;
  padding-left: 1.5em;
}

.entry h4::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background: #dc281e;
  margin-right: 0.5em;
  vertical-align: -2px;
  margin-left: -1.5em;
}

.entry h5 {
  font-size: 1.6rem;
  color: #dc281e;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .entry .float-box {
    font-size: 1.6rem;
  }
}

.entry .float-box img {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .entry .float-box img {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .entry .float-box.left img {
    float: left;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .entry .float-box.right img {
    float: right;
    margin-left: 30px;
  }
}

.entry .float-box p:last-of-type {
  margin-bottom: 40px;
}

.entry .bg-box {
  padding: 30px;
  background: #fbe5e4;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry .bg-box {
    padding: 17px;
    font-size: 1.6rem;
  }
}

.entry .text-box {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry .text-box {
    font-size: 1.6rem;
  }
}

.entry .img-box .figure {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry .img-box .figure {
    margin-bottom: 20px;
  }
  .entry .img-box .figure:last-of-type {
    margin-bottom: 40px;
  }
}

.entry .img-box .figure figcaption {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .entry .img-box .figure figcaption {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 769px) {
  .entry .img-box.col-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .entry .img-box.col-2 .figure {
    width: calc((100% / 2) - 40px);
    margin: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .entry .img-box.col-3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .entry .img-box.col-3 .figure {
    width: calc((100% / 3) - 40px);
    margin: 20px;
  }
}

.entry ul {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry ul {
    font-size: 1.6rem;
  }
}

.entry ul.default {
  padding-left: 23px;
}

.entry ul.default li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #dc281e;
  margin-right: 6px;
  vertical-align: -2px;
  margin-left: -23px;
}

.entry ul.default li a {
  text-decoration: underline;
  color: #0071bc;
}

.entry ul.default li a:hover {
  text-decoration: none;
}

.entry ul.file-list li a {
  text-decoration: underline;
  color: #0071bc;
  padding-left: 28px;
  display: inline-block;
}

.entry ul.file-list li a:hover {
  text-decoration: none;
}

.entry ul.file-list li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url(../img/common/icon_file.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -5px;
  margin-right: 0.5em;
  margin-left: -28px;
}

.entry ul.file-list li a[href$="pdf"]::before {
  background-image: url(../img/common/icon_pdf.svg);
}

.entry ul.file-list li a[href$=".doc"]::before,
.entry ul.file-list li a[href$=".docx"]::before {
  background-image: url(../img/common/icon_word.svg);
}

.entry ul.file-list li a[href$=".xls"]::before,
.entry ul.file-list li a[href$=".xlsx"]::before {
  background-image: url(../img/common/icon_xlsl.svg);
}

.entry ol {
  margin-bottom: 40px;
  padding-left: 23px;
}

@media only screen and (max-width: 768px) {
  .entry ol {
    font-size: 1.6rem;
  }
}

.entry ol.default li::before {
  content: "1";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50vw;
  background: #dc281e;
  margin-right: 0.7em;
  vertical-align: 1px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin-left: -23px;
}

.entry ol.default li a {
  text-decoration: underline;
  color: #0071bc;
}

.entry ol.default li a:hover {
  text-decoration: none;
}

.entry ol.default li:nth-of-type(1)::before {
  content: "1";
}

.entry ol.default li:nth-of-type(2)::before {
  content: "2";
}

.entry ol.default li:nth-of-type(3)::before {
  content: "3";
}

.entry ol.default li:nth-of-type(4)::before {
  content: "4";
}

.entry ol.default li:nth-of-type(5)::before {
  content: "5";
}

.entry ol.default li:nth-of-type(6)::before {
  content: "6";
}

.entry ol.default li:nth-of-type(7)::before {
  content: "7";
}

.entry ol.default li:nth-of-type(8)::before {
  content: "8";
}

.entry ol.default li:nth-of-type(9)::before {
  content: "9";
}

.entry ol.default li:nth-of-type(10)::before {
  content: "10";
}

.entry .btn-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  .entry .btn-box .btn:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .entry .btn-box .btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.entry .btn-box .btn a {
  padding: 9px 15px;
  border-width: 3px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .entry .btn-box .btn a {
    font-size: 1.6rem;
  }
}

.entry dl.dotted-box {
  padding: 40px;
  border: 4px dotted #dc281e;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry dl.dotted-box {
    padding: 17px;
    font-size: 1.6rem;
  }
}

.entry dl.dotted-box dt.title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .entry dl.dotted-box dt.title {
    line-height: 1.5;
  }
}

.entry dl.dotted-box dt.title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50vw;
  background: #dc281e;
  margin-right: 0.5em;
  vertical-align: -2px;
}

.entry .define {
  margin-bottom: 40px;
}

.entry .define dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .entry .define dl {
    font-size: 1.6rem;
  }
}

.entry .define dl:not(:last-of-type) {
  margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .entry .define dl.sp_row {
    flex-flow: column;
  }
  .entry .define dl.sp_row dt {
    width: 100%;
    padding: 21px 20px;
  }
  .entry .define dl.sp_row dd {
    width: 100%;
  }
}

.entry .define dl dt {
  width: 200px;
  background: #dc281e;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 20px 0 35px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .entry .define dl dt {
    width: 34.8%;
    padding: 0 15px;
  }
}

.entry .define dl dd {
  width: calc(100% - 200px);
  border: 2px solid #dc281e;
  padding: 19px 35px;
}

@media only screen and (max-width: 768px) {
  .entry .define dl dd {
    width: 65.2%;
    padding: 23px 17px;
  }
}

@media only screen and (max-width: 768px) {
  .entry .define.sp_row dl {
    flex-flow: column;
  }
  .entry .define.sp_row dl dt {
    width: 100%;
    padding: 21px 20px;
  }
  .entry .define.sp_row dl dd {
    width: 100%;
  }
}

.entry .line {
  margin: 40px 0;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #dc281e, #dc281e 2px, transparent 2px, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left;
}

.entry table {
  border: 2px solid #dc281e;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .entry table {
    font-size: 1.6rem;
  }
}

.entry table th {
  background: #fbe5e4;
  font-weight: 500;
  border: 2px solid #dc281e;
  vertical-align: top;
}

.entry table td {
  border: 2px solid #dc281e;
}

.entry table.table__row {
  margin-bottom: 40px;
}

.entry table.table__row th {
  width: 200px;
  padding: 20px 35px;
  text-align: left;
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .entry table.table__row th {
    width: 34.8%;
    text-align: left;
    padding: 17px;
  }
}

.entry table.table__row td {
  padding: 20px 35px;
  border-left: none;
}

@media only screen and (max-width: 768px) {
  .entry table.table__row td {
    padding: 17px;
  }
}

.entry table.table__colmun {
  margin-bottom: 40px;
}

.entry table.table__colmun th {
  padding: 20px 35px;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .entry table.table__colmun th {
    padding: 12px;
  }
}

.entry table.table__colmun td {
  padding: 22px 35px;
  border-top: none;
}

@media only screen and (max-width: 768px) {
  .entry table.table__colmun td {
    padding: 12px;
  }
}

.entry .content-slide {
  position: relative;
  margin-bottom: 40px;
}

.entry .entry-swiper {
  max-width: 86.207%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .entry .entry-swiper {
    width: calc(100% - 50px);
  }
}

.entry .swiper-button,
.entry .swiper-button-prev,
.entry .swiper-button-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .entry .swiper-button,
  .entry .swiper-button-prev,
  .entry .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.entry .swiper-button-prev {
  background-image: url(../img/common/arrow-prev.svg);
  left: 0;
}

.entry .swiper-button-next {
  background-image: url(../img/common/arrow-next.svg);
  right: 0;
}

.entry .swiper-pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.entry .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50vw;
  background: #ccc;
  margin: 0 7px;
}

@media only screen and (max-width: 768px) {
  .entry .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.entry .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #dc281e;
}

@media only screen and (max-width: 768px) {
  .entry .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.entry .iframe,
.entry .map,
.entry .youtube {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.entry iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--top .section-hero--top img {
  width: 100%;
}

.page--top .section-news {
  padding-top: 72px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-news {
    padding-top: 59px;
    padding-bottom: 30px;
  }
}

.page--top .section-news .headline__title {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-news .headline__title {
    margin-bottom: 30px;
  }
}

.page--top .section-topics {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}

.page--top .section-topics .headline__title {
  margin-bottom: 57px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .headline__title {
    margin-bottom: 36px;
  }
}

.page--top .section-topics .topics-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: -15px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .topics-list {
    margin: -9px;
  }
}

.page--top .section-topics .topics-list .item {
  width: calc((100% / 5) - 30px);
  margin: 15px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .topics-list .item {
    width: calc((100% / 2) - 18px);
    margin: 9px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .page--top .section-topics .topics-list .item {
    width: calc((100% / 3) - 30px);
  }
}

.page--top .section-topics .topics-list .item a {
  display: block;
  padding-top: 100%;
  background: #dc281e;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .page--top .section-topics .topics-list .item a:hover::after {
    width: 180%;
    height: 180%;
    opacity: 0;
    transition: 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .topics-list .item a {
    font-size: 4.5vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .page--top .section-topics .topics-list .item a {
    font-size: 2vw;
  }
}

.page--top .section-topics .topics-list .item a .img {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .topics-list .item a .img {
    width: 60%;
    margin-bottom: 10px;
    padding-top: 6vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .page--top .section-topics .topics-list .item a .img {
    width: 70%;
  }
}

.page--top .section-topics .topics-list .item a::after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: radial-gradient(transparent, rgba(255, 255, 255, 0.5));
}

@media only screen and (min-width: 769px) {
  .page--top .section-topics .topics-list .item a::after {
    transition: 0;
  }
}

.page--top .section-topics .topics-list .item__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
}

.page--top .section-topics .btn {
  margin-top: 40px;
}

.page--top .section-topics .btn a {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  height: 130px;
  border-width: 5px;
  border-radius: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn a {
    justify-content: flex-start;
    padding-left: 5.6vw;
    font-size: 5.35vw;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .page--top .section-topics .btn a:hover::before {
    border-color: #fff;
  }
  .page--top .section-topics .btn a:hover .txt {
    position: relative;
  }
  .page--top .section-topics .btn a:hover .txt::before {
    opacity: 1;
  }
}

.page--top .section-topics .btn a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-right: 5px solid #dc281e;
  border-bottom: 5px solid #dc281e;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
  transform: translate(0%, -50%) rotate(-45deg);
  transition: 200ms;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn a::before {
    right: 6%;
  }
}

.page--top .section-topics .btn .img {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn .img {
    width: 12.4vw;
    height: 11.1vw;
    margin-right: 3.9vw;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn .img img {
    width: 100%;
  }
}

.page--top .section-topics .btn .txt {
  position: relative;
}

.page--top .section-topics .btn .txt::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 63px;
  background-image: url(../img/top/icon-btn01-hv.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -39px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: 200ms;
  margin-right: 40px;
}

.page--top .section-topics .btn .txt2::before{
  background-image: url(../img/top/icon-btn02-hv.svg);  
 }
 .page--top .section-topics .btn .txt3::before{
  background-image: url(../img/top/icon-btn03-hv.svg);  
 }

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn .txt::before {
    width: 12.4vw;
    height: 11.1vw;
    left: -14px;
    margin-right: 3.9vw;
  }
}

.page--top .section-topics .btn .small {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .page--top .section-topics .btn .small {
    font-size: 4.25vw;
  }
  .page--top .section-topics .btn .small .br {
    display: block;
  }
}

.page--top .section-calendar {
  padding-top: 75px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-calendar {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}

.page--top .section-calendar .headline .lead {
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: center;
}

.page--top .section-access {
  padding-top: 55px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-access {
    padding-top: 30px;
  }
}

.page--top .section-access .headline__title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-access .headline__title {
    margin-bottom: 36px;
  }
}

.page--top .section-access .map {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page--top .section-access .map {
    padding-top: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-access .map {
    padding-top: 100%;
  }
}

.page--top .section-access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--distribution .article-distribution h2 {
  font-size: 2.2rem;
  font-weight: 800;
  background: #fbe5e4;
  padding: 17px 35px;
  margin-bottom: 30px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .page--distribution .article-distribution h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 769px) {
  .page--distribution .article-distribution .distribution-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

.page--distribution .article-distribution .distribution-list .card {
  border-radius: 5px;
  overflow: hidden;
  background: #fbe5e4;
}

@media only screen and (min-width: 769px) {
  .page--distribution .article-distribution .distribution-list .card {
    width: calc((100% / 3) - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .page--distribution .article-distribution .distribution-list .card {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .page--distribution .article-distribution .distribution-list .card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.page--distribution .article-distribution .distribution-list .card .img {
  background: #ccc;
  text-align: center;
  position: relative;
  padding-top: 235px;
}

.page--distribution .article-distribution .distribution-list .card .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}

.page--distribution .article-distribution .distribution-list .card h3 {
  margin-top: 0;
  text-align: left;
  padding: 20px;
  padding-left: calc(20px + 1.5em);
  min-height: 100px;
  border-radius: 0 0 5px 5px;
}

.page--distribution .article-distribution .distribution-list .card h3 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .page--distribution .article-distribution .distribution-list .card h3 {
    font-size: 1.6rem;
    padding: 15px 20px;
    padding-left: calc(20px + 1.5em);
    min-height: 65px;
  }
}

.page--distribution .article-distribution .distribution-list .card h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background: #dc281e;
  margin-right: 0.5em;
  vertical-align: -2px;
  margin-left: -1.5em;
}

/* 220106 - newsList */
.c-content_body {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .c-content_body {
    margin-bottom: 60px;
  }
}

.c-newsList + .btn {
  margin-top: 20px;
}

.c-newsList {
  border-top: 4px dotted #dc281e;
  border-bottom: 4px dotted #dc281e;
}

.c-newsList a {
  text-decoration: underline;
}

.c-newsList a:hover {
  text-decoration: none;
}

.c-newsList_item:nth-of-type(even) {
  background: #f5f3f3;
}

.c-newsList_item_head {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.update_data {
  font-size: 90%;
  color: #C9302D;
}
.update_data > span {
  margin-left: 0.5em;
}

@media only screen and (min-width: 769px) {
  .c-newsList_item_def {
    display: flex;
    padding: 20px 60px;
  }
  .c-newsList_item_body {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-newsList_item_def {
    padding: 20px 0;
  }
  /* .c-newsList_item_head {
    align-items: center;
  } */
  .c-newsList_item_body {
    margin-top: 10px;
  }
}

/* 220106 - Label */
.c-label {
  background-color: #ccc;
  border-radius: 15px;
  font-size: 1.4rem;
  margin-left: 20px;
  width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-label.c-label__purple {
  background-color: #bb7ab8;
}
.c-label.c-label__blueGreen {
  background-color: #4dc2ba;
}
.c-label.c-label__lightBlue {
  background-color: #5ac8ff;
}
.c-label.c-label__lightOrange {
  background-color: #faaa6e;
}

@media only screen and (max-width: 768px) {
  .c-label {
    font-size: 1.3rem;
    width: 100px;
    height: 24px;
  }
}

/* 220106 - Pager */
.c-paging {
  margin-top: 80px;
}

.c-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-paging_list li:not(:first-of-type) {
  margin-left: 6px;
}
.c-paging_list li a {
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #de281e;
  color: #de281e;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  border-radius: 5px;
}
.c-paging_list li a.is-current,
.c-paging_list li a:hover {
  background: #de281e;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-paging {
    margin: 40px auto 60px;
  }
}

/* 220127 - distribution */
.c-saleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.c-saleList::after {
  content: "";
  display: block;
  width: 360px;
}

.c-saleList_item {
  width: 360px;
  background: #fbe5e4;
  border-radius: 5px;
}

.c-saleList_item:nth-child(n + 4) {
  margin-top: 60px;
}

.c-saleList_item figure {
  background: #ccc;
  border-radius: 5px 5px 0 0;
}

.c-saleList_item figure img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  border-radius: 5px 5px 0 0;
}

.c-saleList_item_ttl {
  padding: 20px;
}

.c-saleList_item_ttl a {
  position: relative;
  padding-left: 30px;
}

.c-saleList_item_ttl a:before {
  content: " ";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 18px;
  background: #dc281e;
  border-radius: 3px;
}

.c-saleList_item_ttl a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .c-saleList_item {
    width: calc(100% / 2 - 20px);
  }
  .c-saleList_item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-saleList_item {
    width: 100%;
    margin-top: 30px;
  }
}

/* 220313_下層タイトル部分 */
.c-subVisual {
  height: 400px;
  background: #fbe5e4;
  display: flex;
}
.c-pageTtl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pageTtl_ttl {
  font-size: 6rem;
  font-weight: 700;
  width: 90%;
  max-width: 1160px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-subVisual {
    height: 30vh;
  }
  .c-pageTtl {
    height: 100%;
  }
  .c-pageTtl_ttl {
    font-size: 2.6rem;
  }
}

