@charset "UTF-8";
@-webkit-keyframes anime {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  70% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes anime {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  70% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.btn-l {
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  padding: 22px 30px;
}

@media (hover: hover) {
  .btn-l:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .btn-l:hover {
    opacity: .6;
  }
}

@media (max-width: 1000px) {
  .btn-l {
    font-size: 1.4rem;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .btn-l {
    padding: 12px 18px;
  }
}

.btn-m {
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  padding: 11px 0;
  width: 115px;
  text-align: center;
  background-color: #C63204;
}

@media (hover: hover) {
  .btn-m:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .btn-m:hover {
    opacity: .6;
  }
}

.ticket {
  background-color: #C63204;
}

@media (max-width: 768px) {
  .ticket {
    margin-top: 10px;
  }
}

.inquiry-btn {
  background-color: #7E570F;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .inquiry-btn {
    margin-right: 0;
    margin-top: 10px;
  }
}

.more {
  font-size: 1.4rem;
  font-weight: 600;
  color: #C63204;
  padding: 5px 17px;
  background-color: transparent;
  border: solid 5px #C63204;
}

@media (hover: hover) {
  .more:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .more:hover {
    opacity: .6;
  }
}

.burger__wrap {
  display: none;
  position: absolute;
  top: 0%;
  left: -50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 5;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #C63204;
}

@media (max-width: 768px) {
  .burger__wrap {
    display: block;
  }
}

@media (max-width: 414px) {
  .burger__wrap {
    left: -45px;
    z-index: 5;
    width: 45px;
    height: 42px;
  }
}

.burger__wrap .burger {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.burger__wrap .burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 414px) {
  .burger__wrap .burger span {
    height: 3px;
  }
}

.burger__wrap .burger span:nth-last-of-type(1) {
  top: 0;
}

.burger__wrap .burger span:nth-last-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__wrap .burger span:nth-last-of-type(3) {
  bottom: 0;
}

.burger__wrap .burger.open span:nth-last-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.burger__wrap .burger.open span:nth-last-of-type(2) {
  opacity: 0;
}

.burger__wrap .burger.open span:nth-last-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.news .container .articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  margin-top: 35px;
}

.news .container .articles .arti a {
  width: 100%;
}

.news .container .articles .arti a .thumb {
  position: relative;
  height: 0;
  padding-top: 55.5%;
}

.news .container .articles .arti a .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .container .articles .arti a .arti__txts {
  background-color: white;
  min-height: 120px;
  padding: 15px;
}

.news .container .articles .arti a .arti__txts .arti__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .container .articles .arti a .arti__txts .arti__data time {
  font-size: 1.2rem;
  color: #666666;
  margin-right: 10px;
}

.news .container .articles .arti a .arti__txts .arti__ttl {
  margin-top: 8px;
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.25;
}

.news .container .articles .arti a:hover {
  opacity: .7;
}

.news .container .search__ttl {
  font-size: 22px !important;
  font-weight: 600;
  text-align: end;
}

.news .container .not-found {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0;
}

.news .container .archiveLink__wrap {
  text-align: center;
  margin-top: 50px;
}

.news .container .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
}

.news .container .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .container .navigation .nav-links .page-numbers {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1A1A1A;
  font-weight: 600;
  font-size: 1.2rem;
  color: #F4D102;
}

.news .container .navigation .nav-links .page-numbers + .page-numbers {
  margin-left: 10px;
}

.news .container .navigation .nav-links .current {
  background-color: transparent;
  color: #1A1A1A;
  border: solid 2px #1A1A1A;
}

.news .container .categorys {
  margin-top: 60px;
  text-align: center;
}

.news .container .categorys__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.news .container .categorys__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 30px;
}

.btn-l {
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  padding: 22px 30px;
}

@media (hover: hover) {
  .btn-l:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .btn-l:hover {
    opacity: .6;
  }
}

@media (max-width: 1000px) {
  .btn-l {
    font-size: 1.4rem;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .btn-l {
    padding: 12px 18px;
  }
}

.btn-m {
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  padding: 11px 0;
  width: 115px;
  text-align: center;
  background-color: #C63204;
}

@media (hover: hover) {
  .btn-m:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .btn-m:hover {
    opacity: .6;
  }
}

.ticket {
  background-color: #C63204;
}

@media (max-width: 768px) {
  .ticket {
    margin-top: 10px;
  }
}

.inquiry-btn {
  background-color: #7E570F;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .inquiry-btn {
    margin-right: 0;
    margin-top: 10px;
  }
}

.more {
  font-size: 1.4rem;
  font-weight: 600;
  color: #C63204;
  padding: 5px 17px;
  background-color: transparent;
  border: solid 5px #C63204;
}

@media (hover: hover) {
  .more:hover {
    opacity: .6;
  }
}

@media (hover: active) {
  .more:hover {
    opacity: .6;
  }
}

.burger__wrap {
  display: none;
  position: absolute;
  top: 0%;
  left: -50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 5;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #C63204;
}

@media (max-width: 768px) {
  .burger__wrap {
    display: block;
  }
}

@media (max-width: 414px) {
  .burger__wrap {
    left: -45px;
    z-index: 5;
    width: 45px;
    height: 42px;
  }
}

.burger__wrap .burger {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.burger__wrap .burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 414px) {
  .burger__wrap .burger span {
    height: 3px;
  }
}

.burger__wrap .burger span:nth-last-of-type(1) {
  top: 0;
}

.burger__wrap .burger span:nth-last-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__wrap .burger span:nth-last-of-type(3) {
  bottom: 0;
}

.burger__wrap .burger.open span:nth-last-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.burger__wrap .burger.open span:nth-last-of-type(2) {
  opacity: 0;
}

.burger__wrap .burger.open span:nth-last-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@keyframes anime {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  70% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.sec-ttl, .news__ttl, .comments__ttl, .cast__ttl, .schedule__ttl {
  font-size: 4.3rem;
  font-weight: 600;
  text-align: center;
}

.txt-f, .cast__icons .icon-data .sub, .cast__detail p {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
}

.cate {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  background-color: #C63204;
  color: white;
  padding: 2px 5px;
}

.cate:hover {
  opacity: .7;
}

.cat {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.6rem;
  background-color: #C63204;
  color: white;
  padding: 7px;
}

.cat:hover {
  opacity: .7;
}

.container {
  max-width: 813px;
  width: 80%;
  margin: 0 auto;
}

.over-lay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 4;
}

.over-lay.open {
  opacity: 1;
  visibility: visible;
}

.header {
  padding: 25px 0;
}

.header nav {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}

.header nav .nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header nav .nav__wrap .link a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
}

.header nav .nav__wrap .link a span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header nav .nav__wrap .link .current {
  color: #C63204;
}

.header nav .sideBar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 200px;
  height: 100%;
  background-image: url(../../images/png/bg.png);
  background-repeat: repeat;
  background-size: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header nav .sideBar.open {
  -webkit-transform: none;
          transform: none;
}

.header nav .sideBar__links .link {
  border-bottom: dotted 1px #1A1A1A;
}

.header nav .sideBar__links .link a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1A1A1A;
  padding: 20px 0 20px 20px;
  display: block;
}

.header nav .sideBar__links .link a:hover {
  opacity: .7;
}

.bc .container .breadcrumb {
  margin: 30px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.bc .container .breadcrumb__container .aaa {
  font-weight: 300;
  margin: 0 5px;
  font-size: 1.4rem;
}

.bc .container .breadcrumb__container span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bc .container .breadcrumb__container span[property="itemListElement"] a {
  color: #1A1A1A;
}

@media (hover: hover) {
  .bc .container .breadcrumb__container span[property="itemListElement"] a:hover {
    opacity: .5;
  }
}

@media (hover: none) {
  .bc .container .breadcrumb__container span[property="itemListElement"] a {
    opacity: .5;
  }
}

.fv {
  position: relative;
  background-image: url(../../images/png/page-hero.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 150%;
}

.fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.fv__wrap {
  padding: 60px 0;
  position: relative;
}

.fv__wrap #mv-ticket {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.fv__heros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fv__heros .hero-ttl {
  max-width: 415px;
}

.fv__heros .hero-shedule {
  max-width: 225px;
}

.comments {
  padding: 60px 0;
}

.comments__ttl span {
  display: block;
  font-size: 2.4rem;
  margin-top: 35px;
}

.comments__wrap {
  text-align: end;
  background-image: url(../../images/png/comments.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #1A1A1A;
  margin-top: 35px;
  position: relative;
  z-index: 0;
}

.comments__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.comments__wrap .txts__inner {
  padding: 50px 15px 15px 30px;
  position: relative;
}

.comments__wrap .txts__inner p {
  color: white;
}

.comments__wrap .txts__inner .txtl {
  font-size: 2rem;
  font-weight: 600;
  text-align: start;
  line-height: 1.5;
}

.comments__wrap .txts__inner .txtl .name {
  font-size: 2.4rem;
  display: inline-block;
}

.comments__wrap .txts__inner .txtm {
  text-align: start;
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 420px;
}

.cast {
  padding-bottom: 30px;
  position: relative;
}

.cast::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(78%, #FDF9E6), color-stop(0%, transparent));
  background: linear-gradient(to top, #FDF9E6 78%, transparent 0%);
  z-index: -1;
}

.cast .container {
  text-align: center;
}

.cast .container .more {
  margin-top: 15px;
}

.cast__ttl {
  margin-bottom: 30px;
}

.cast__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cast__box {
  width: calc((100% - 120px) / 3);
}

.cast__icons {
  text-align: center;
}

.cast__icons figure .icon-img {
  border-radius: 50%;
  width: 96.5%;
}

.cast__icons .icon-data {
  margin: 30px 0 20px;
  height: 80px;
  text-align: center;
}

.cast__icons .icon-data .job {
  font-size: 1.6rem;
}

.cast__icons .icon-data .name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 15px;
}

.cast__icons .icon-data .sub {
  margin-top: 13px;
}

.cast__detail p {
  text-align: start;
}

.schedule {
  padding: 60px 0;
}

.schedule__wrap {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.schedule__wrap .tickets {
  margin-top: 30px;
}

.schedule__wrap .tickets .reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.schedule__wrap .tickets .reserve p, .schedule__wrap .tickets .reserve a {
  font-size: 2rem;
  color: #1A1A1A;
}

.schedule__wrap .tickets .reserve .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule__wrap .tickets .reserve .date .time {
  margin-left: 20px;
}

.schedule__wrap .tickets .reserve .place {
  margin-left: 30px;
}

.schedule__wrap .tickets .reserve .reception {
  text-decoration: underline;
  margin-left: 30px;
}

@media (hover: hover) {
  .schedule__wrap .tickets .reserve .reception:hover {
    opacity: .7;
  }
}

.schedule__wrap .tickets .reserve + .reserve {
  margin-top: 25px;
}

.schedule__btns {
  margin-top: 30px;
  text-align: center;
}

.maps {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  margin-top: 50px;
}

.maps iframe {
  max-width: inherit !important;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  background-color: #1A1A1A;
  text-align: center;
  padding: 30px 0;
}

.footer small {
  font-size: 1.2rem;
  color: white;
}

.footer small span {
  display: inline-block;
}

.search_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.search_container input {
  height: 45px;
  width: 220px;
  border: none;
  padding: 0 10px;
  font-size: 1.6rem;
  opacity: .7;
  border-radius: 0;
}

@media (max-width: 1000px) {
  .container {
    max-width: 683px;
    width: 100%;
  }
  .sec-ttl, .news__ttl, .comments__ttl, .cast__ttl, .schedule__ttl {
    font-size: 3.4rem;
  }
  .fv__heros .hero-ttl {
    max-width: 350px;
  }
  .fv__heros .hero-shedule {
    max-width: 190px;
  }
  .cast::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(89%, #FDF9E6), color-stop(0%, transparent));
    background: linear-gradient(to top, #FDF9E6 89%, transparent 0%);
  }
  .cast__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cast__box {
    width: 100%;
  }
  .cast__box:not(:first-of-type) {
    margin-top: 50px;
  }
  .cast__icons {
    width: 224px;
    margin: 0 auto;
  }
  .cast__icons .icon-data .job {
    font-size: 1.6rem;
  }
  .cast__icons .icon-data .name {
    font-size: 2.8rem;
  }
  .cast__detail p {
    font-size: 1.4rem;
  }
  .schedule__wrap .tickets .reserve p, .schedule__wrap .tickets .reserve a {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 512px;
    width: 93%;
  }
  .sec-ttl, .news__ttl, .comments__ttl, .cast__ttl, .schedule__ttl {
    font-size: 2.2rem;
  }
  .header {
    padding: 0;
  }
  .header nav {
    max-width: 100%;
    margin: 0 20px;
  }
  .header nav .nav__wrap {
    display: none;
  }
  .fv__wrap {
    padding: 80px 0 40px;
  }
  .fv__heros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv__heros .hero-ttl {
    max-width: 94%;
    width: 100%;
  }
  .fv__heros .hero-shedule {
    max-width: 62%;
    width: 100%;
    margin-top: 25px;
  }
  .bc .container .breadcrumb__container span[property="name"] {
    max-width: 250px;
  }
  .comments__ttl span {
    font-size: 1.8rem;
  }
  .comments__wrap {
    background-position: top center;
  }
  .comments__wrap .txts__inner {
    padding-top: 50%;
    padding-right: 25px;
  }
  .comments__wrap .txts__inner .btn__wrap {
    text-align: center;
    margin-top: 30px;
  }
  .cast__detail p {
    font-size: 1.2rem;
  }
  .schedule__wrap .tickets .reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .schedule__wrap .tickets .reserve p, .schedule__wrap .tickets .reserve a {
    font-size: 1.6rem;
  }
  .schedule__wrap .tickets .reserve .date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schedule__wrap .tickets .reserve .place {
    margin-left: 0px;
    margin-top: 5px;
  }
  .schedule__wrap .tickets .reserve .reception {
    margin-left: 0px;
    margin-top: 5px;
  }
  .maps {
    min-height: 350px;
    height: 100%;
    padding-top: 0;
  }
}

@media (max-width: 414px) {
  .container {
    width: 90%;
  }
  .header nav .sideBar__links .link a {
    padding: 15px 0 15px 20px;
  }
  .bc .container .breadcrumb {
    font-size: 1rem;
  }
  .cast::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(90.5%, #FDF9E6), color-stop(0%, transparent));
    background: linear-gradient(to top, #FDF9E6 90.5%, transparent 0%);
  }
  .footer small span {
    display: block;
    margin-top: 5px;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

body a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .news .container .articles {
    -ms-grid-columns: none;
        grid-template-columns: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .news .container .articles .arti {
    width: 100%;
  }
  .news .container .articles .arti a {
    width: 100%;
  }
  .news .container .articles .arti a .arti__txts {
    min-height: 80px;
  }
}

@media (max-width: 414px) {
  .news .container .articles .arti a .arti__txts .arti__data .cate {
    font-size: 1rem;
  }
  .news .container .categorys__ttl {
    margin-bottom: 60px;
  }
  .news .container .categorys__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}

body {
  font-family: "futura-pt","ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  background-image: url(../../images/png/bg.png);
  background-repeat: repeat;
  background-size: 100%;
}

body p {
  color: #1A1A1A;
}

body a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=news.css.map */