@charset "utf-8";

body {
  background-position: top;
  position: relative;
}

body:after {
  content: "";
  display: block;
  height: 600px;
  width: 100%;
  background: linear-gradient(0deg, #000 0, transparent);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

header#header-top {
/* ▽▽▽   小倉更新   ▽▽▽ */
  background: #B50F0F;
/* △△△    小倉更新  △△△ */
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  height: auto;
}

header#header-top>div {
  width: 1100px;
  margin: 0 auto;
  padding: 6px 0;
}

header#header-top #share-btn {
  width: 150px;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px rgba(255, 255, 255, 0);
  border-radius: 3px;
  display: flex;
  padding: 4px 10px;
}

header#header-top #share-btn dt {
  font-size: 12px;
  font-weight: bold;
}

header#header-top #share-btn dd {
  display: flex;
  margin-left: 20px;
}

header#header-top #share-btn dd a {
  transition: 0.3s;
}

header#header-top #share-btn dd a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

header#header-top #share-btn dd a:first-of-type {
  margin-right: 14px;
}

#wrap-top {
  background: url(../images/top-bg.jpg) no-repeat;
  margin: 0 auto 20px;
  background-position: top;
}

#wrap-top #h1-nav {
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
  background: url(../images/head-bg.jpg) no-repeat;
  background-position: center 0;
}

#wrap-top #wrap-top-inner {
  width: 1200px;
  margin: 0 auto;
/* ▽▽▽   小倉更新   ▽▽▽ */
  background: linear-gradient(0deg, #8F090A 0, transparent);
/* △△△    小倉更新  △△△ */
}

#wrap-top h1#top-logo {
  width: 310px;
  margin: 0px auto 30px;
  position: relative;
}

#wrap-top h1#top-logo .lead {
  position: absolute;
  left: -365px;
  top: 58px;
}

nav {
  position: relative;
}

nav span a {
  position: absolute;
  top: 14px;
  right: 72px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #0968ba;
  border-radius: 6px;
  padding: 4px 14px 4px 44px;
  line-height: 1.5em;
  background: url(../images/pdf-icon.png) 10px center/ 26px no-repeat #fff;
}

/* ▽▽▽ 20220524 更新（三沢）▽▽▽ */
nav#nav-top ul {
  display: flex;
  width: 880px;
  margin: 0 0 0 50px;
  padding-left: 0;
}

/* △△△ 20220524 更新（三沢）△△△ */

nav#nav-top ul li {
  color: #fff;
  position: relative;
  transition: 0.3s;
}

nav#nav-top ul li:after {
  content: "";
  display: block;
  border-right: solid 1px #fff;
  height: 14px;
  position: absolute;
  right: 0;
  top: 42%;
}

nav#nav-top ul li:last-of-type:after {
  border: none;
}

/* ▽▽▽ 20220524 更新（三沢）▽▽▽ */
nav#nav-top ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 24px;
  display: block;
  position: relative;
  transition: 0.3s;
}

/* △△△ 20220524 更新（三沢）△△△ */

nav#nav-top ul li a:hover {
  color: #f9dc84;
  transition: 0.3s;
}

nav#nav-top ul li a:before,
nav#nav-top ul li a:after {
  content: "";
  display: inline;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 18%;
  background: #f9dc84;
}

nav#nav-top ul li a:before {
  left: 50%;
}

nav#nav-top ul li a:after {
  right: 50%;
}

nav#nav-top ul li a:hover:before,
nav#nav-top ul li a:hover:after {
  width: 50%;
  transition: 0.3s;
}

#contents-box-top {
  margin: 30px 50px 0;
}

#contents-box-top>a img {
  text-align: center;
  margin: 0 auto 26px;
}

#contents-box-top .theater-box {
  display: flex;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}



#contents-box-top #theater-box-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 10px 0 0 0px;
}

#contents-box-top #theater-box-wrap>div.caution {
  margin: 10px 20px 0px auto;
  width: 948px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  color: #333;
  padding: 10px 20px 10px;
  background: #FFF4CF;
  border: solid 2px #E10000;
  line-height: 1.5em;
}

#contents-box-top #theater-box-wrap>div.caution p:first-of-type {
  font-size: 16px;
  color: #E10000;
  text-align: center;
}



#contents-box-top #theater-box-wrap+.theater-box {
  padding-bottom: 50px;
  position: relative;
}

#contents-box-top #theater-box-wrap+.theater-box>button {
  color: #2174c7;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 12px;
  border: none;
  background: none;
  outline: none;
}

#contents-box-top #theater-box-wrap+.theater-box>button:hover {
  cursor: pointer;
}

#contents-box-top #theater-box-wrap+.theater-box>button img {
  display: inline;
  margin: -3px 5px 0 0;
}

#contents-box-top .theater-box .period {
  display: flex;
  align-items: center;
}

#contents-box-top #theater-box-wrap+.theater-box .period h2 {
  font-size: 18px;
}

#contents-box-top #theater-box-wrap+.theater-box .period h2 span {
  color: #333;
  font-size: 18px;
  padding: 0;
}

#contents-box-top .theater-box h2 {
  color: #333;
  text-align: center;
  width: 112px;
  padding: 0 20px 0 0;
}

#contents-box-top .theater-box h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#contents-box-top .theater-box h2 span:nth-last-child(6) {
  font-size: 18px;
  font-weight: bold;
}

#contents-box-top .theater-box h2 span:nth-last-child(6)>span,
#contents-box-top .theater-box h2 span:nth-last-child(6)>span>span {
  color: #333;
  background: none;
  font-size: 18px;
  padding: 0;
  display: block;
}

#contents-box-top .theater-box h2 button {
  margin-bottom: 40px;
  border: solid 1px #2174c7;
  background: #fff;
  color: #2174c7;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  padding: 3px 12px;
  cursor: pointer;
  outline: none;
}

#contents-box-top .theater-box h2 span:nth-last-child(6)>span:after {
  content: "の";
}

#contents-box-top .theater-box h2 span:nth-last-child(4) {
  font-size: 18px;
  font-weight: bold;
}

#contents-box-top .theater-box h2 span:nth-last-child(2):before {
  content: "";
  display: block;
  border-top: 10px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  width: 10px;
  margin: 0 auto;
}

#contents-box-top .theater-box h2 span+span+span:before {
  content: none;
}

#contents-box-top .theater-box h2 span:nth-last-child(1) {
  font-weight: bold;
  color: #fff;
  display: inline;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 16px;
}

#contents-box-top .theater-box h2 span.three-week {
  background: #4aa88b;
}

#contents-box-top .theater-box h2 span.two-week {
  background: #ff8d08;
}

#contents-box-top .theater-box h2 span.one-week {
  background: #2174c7;
}

#contents-box-top .theater-box .theater-box-column {
  display: flex;
  width: 948px;
}

#contents-box-top .theater-box .theater-box-column>.column-group,
#contents-box-top .theater-box .theater-box-column>.column-group+.column-group {
  border-radius: 6px;
  padding: 20px;
  flex-direction: column;
  display: flex;
}

#contents-box-top .theater-box .theater-box-column>.column-group span,
#contents-box-top .theater-box .theater-box-column>.column-group+.column-group span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 464px;
  left: 0px;
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 5px;
  margin: -20px 0 20px -20px;
}

#contents-box-top .theater-box .theater-box-column>.column-group span {
  background: #4aa88b;
}

#contents-box-top .theater-box .theater-box-column>.column-group+.column-group span {
  background: #db5353;
}

#contents-box-top .theater-box .theater-box-column>.column-group {
  background: #def5e3;
  margin-right: 20px;
  width: 464px;
}

#contents-box-top .theater-box .theater-box-column>.column-group+.column-group {
  background: #f4e2e2;
}

#contents-box-top .theater-box .theater-box-column .column-group dl {
  position: relative;
  width: 424px;
  height: 282px;
  margin: 0;
}

#contents-box-top .theater-box .theater-box-column .column-group dl dt,
#contents-box-top .theater-box .theater-box-column .column-group dl dd {
  position: absolute;
}

#contents-box-top .theater-box .theater-box-column .column-group dl dt {
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 422px;
  font-size: 14px;
  font-weight: bold;
  padding: 14px;
  border-radius: 0 0 6px 6px;
  margin-left: 1px;
}

#contents-box-top .theater-box .theater-box-column .column-group dl dd {
  margin: 0;
  border: solid 1px #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

#contents-box-top .theater-box .theater-box-column .column-group dl dd img {
  width: 424px;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.theater-box:first-of-type .theater-box-column .column-group {
  width: 464px;
}

#theater-box-wrap .theater-box .theater-box-column .column-group a {
  display: block;
  margin-top: auto;
}

#contents-box-top .theater-box .theater-box-column>.column-group span+ul {
  padding-left: 0;
  margin-top: 0;
}

#contents-box-top .theater-box .theater-box-column>.column-group span+ul li button {
  color: #0868ba;
  text-decoration: none;
  border: solid 1px #0868ba;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 24px 10px 8px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  transition: 0.3s;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

#contents-box-top .theater-box .theater-box-column>.column-group span+ul li button:hover {
  color: #fff;
  background: #0868ba;
  transition: 0.3s;
}

#contents-box-top .theater-box .theater-box-column>.column-group span+ul li button:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: 0.3s;
}

#contents-box-top .theater-box .theater-box-column>.column-group span+ul li button:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-color: #fff #fff #0868ba;
  border-right: 1px solid #0868ba;
  border-top: 1px solid #0868ba;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 3%;
  transition: 0.3s;
}

#contents-box-top .theater-box .theater-box-column.area-btn {
  height: 448px;
  position: relative;
}

#contents-box-top .theater-box .theater-box-column.area-btn .column-group dl {
  margin-top: 84px;
}

.slide {
  margin: 0 auto;
}

.slide .swiper-container {
  width: 100%;
  max-width: 424px;
  margin: 0;
}

.slide .swiper-container .swiper-wrapper {
  margin: 0;
  width: 464px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide {
  width: 175px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a {
  color: #333;
  text-decoration: none;
  display: block;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p {
  margin: 0 0 0;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p img {
  border-radius: 6px;
  margin-bottom: 10px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p:nth-child(3) {
  font-size: 12px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p:nth-child(4) {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  display: inline;
  padding: 3px 5px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p.three-week:nth-child(4) {
  background: #4aa88b;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p.two-week:nth-child(4) {
  background: #ff8d08;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a p.one-week:nth-child(4) {
  background: #2174c7;
}

.slide .swiper-container .swiper-button-prev,
.slide .swiper-container .swiper-button-next {
  top: 30%;
}

.slide .swiper-container .swiper-button-prev {
  left: 10px;
}

.slide .swiper-container .swiper-button-next {
  right: 10px;
}

.slide .swiper-container .swiper-button-prev:before,
.slide .swiper-container .swiper-button-next:before {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
}

.slide .swiper-container .swiper-button-prev:before {
  content: url(../images/slide-arrow-prev.png);
  transform: scale(0.5);
}

.slide .swiper-container .swiper-button-next:before {
  content: url(../images/slide-arrow-next.png);
  transform: scale(0.5);
}

.slide .swiper-container .swiper-button-next:after,
.slide .swiper-container .swiper-container-rtl .swiper-button-prev:after {
  content: 'none' !important;
}

.slide .swiper-container .swiper-button-prev:after,
.slide .swiper-container .swiper-container-rtl .swiper-button-next:after {
  content: 'none' !important;
}

.slide .swiper-container .swiper-button-prev.swiper-button-disabled,
.slide .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

/* ▽▽▽ 20220524 更新（三沢）▽▽▽ */
.video-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.video-wrap h2 {
  color: #333;
  background: #EEE;
  border-radius: 3px;
  font-size: 24px;
  padding: 0 8px;
  width: 100%;
}

.video-wrap ul {
  display: flex;
  margin-bottom: 20px;
}

.video-wrap ul li {
  margin-right: 11px;
}

.video-wrap ul li:last-of-type {
  margin-right: 0;
}

.video-wrap a {
  color: #0868BA;
  text-decoration: none;
  border: solid 1px #0868BA;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 24px 10px 8px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  transition: .3s;
  width: 530px;
  text-align: center;
}

.video-wrap a:hover {
  color: #fff;
  background: #0868BA;
  transition: .3s;
}

.video-wrap a:hover:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .3s;
}


.video-wrap a:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-color: #fff #fff #0868BA;
  border-right: 1px solid #0868BA;
  border-top: 1px solid #0868BA;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 3%;
  transition: .3s;
}

/* △△△ 20220524 更新（三沢）△△△ */

#contents-box-top .theater-box .theater-box-column.area-btn .top-area-btn {
  position: absolute;
  width: 908px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #0968ba;
  padding: 16px;
  border: #0968ba solid 1px;
  border-radius: 6px;
  box-sizing: border-box;
  left: 20px;
  top: 66px;
  outline: none;
}

#contents-box-top .theater-box .theater-box-column.area-btn .top-area-btn:hover {
  cursor: pointer;
}

#contents-box-top .theater-box .theater-box-column.area-btn .top-area-btn img {
  display: inline;
  margin: -5px 5px 0 0;
}

#contents-box-top #info {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  color: #333;
  padding: 20px 2 20px;
  margin: 0 0 20px;
}


#contents-box-top #info h2 {
  margin: 0 0;
  background: #EFBC05;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 6px 20px;
  font-size: 20px;
}

#contents-box-top #info h2 a {
  text-decoration: none;
  font-size: 14px;
  margin-left: 40px;
  color: #0968BA;
  background: #fff;
  padding: 4px 20px 4px 10px;
  border-radius: 4px;
  position: relative;
}

#contents-box-top #info h2 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-color: #fff #fff #0868BA;
  border-right: 2px solid #0868BA;
  border-top: 2px solid #0868BA;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 4%;
  transition: .3s;
}

#contents-box-top #info ul {
  padding: 0 20px 20px;
}

#contents-box-top #info ul li {
  margin-bottom: 14px;
}

#contents-box-top #info ul li:last-of-type {
  margin-bottom: 0;
}

#contents-box-top #info ul li a {
  display: flex;
  color: #0968BA;
  text-decoration: none;
}

#contents-box-top #info ul li a span:last-of-type:hover {
  text-decoration: underline;
}

#contents-box-top #info ul li a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#contents-box-top #info ul li a span:first-of-type {
  width: 12%;
  color: #333;
  line-height: 1.3em;
}

#contents-box-top #info ul li a span:last-of-type {
  font-size: 16px;
  font-weight: bold;
  width: 88%;
  line-height: 1.3em;
}

#wrap-bottom {
  width: 1200px;
  margin: 0 auto 50px;
  padding: 0px 50px;
}

#wrap-bottom-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 20px;
  background: #f3f5f5;
  border-radius: 6px;
}

#wrap-bottom-inner h2 {
  color: #333;
}

#wrap-bottom-inner h3 {
  color: #cb0101;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

#wrap-bottom-inner h4 {
  color: #cb0101;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 10px;
  border: solid 1px #cb0101;
  width: 40%;
}


#wrap-bottom-inner p {
  font-size: 16px;
  color: #333;
  line-height: 2em;
  margin-bottom: 40px;
}

#wrap-bottom-inner p span {
  font-weight: bold;
}

#wrap-bottom-inner>div {
  background: #fff;
  border-radius: 6px;
  padding: 50px 20px;
  margin-bottom: 50px;
}

#wrap-bottom-inner>div table {
  color: #333;
  font-size: 16px;
  line-height: 2em;
}

#wrap-bottom-inner>div table tr {
  margin-bottom: 20px;
  display: block;
}

#wrap-bottom-inner>div table th {
  width: 130px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}

#wrap-bottom-inner>div table td {
  padding-left: 20px;
}

#wrap-bottom-inner>div table td ul {
  padding-left: 0;
}

.grad-btn {
  color: #2174c7;
  font-size: 16px;
  font-weight: bold;
  width: 110px;
  display: block;
  margin: 0 auto;
}

.grad-btn img {
  display: inline;
  margin: -3px 0 0 10px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked+.grad-btn {
  display: none;
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

#wrap-bottom-inner>div ul#person-list {
  padding: 0;
  margin-top: 0;
}

#wrap-bottom-inner>div ul#person-list li {
  margin-bottom: 50px;
}

#wrap-bottom-inner>div ul#person-list dl {
  position: relative;
}

#wrap-bottom-inner>div ul#person-list dl dt {
  color: #cb0101;
  font-size: 18px;
  font-weight: bold;
  width: 880px;
  float: right;
}

#wrap-bottom-inner>div ul#person-list dl dd {
  color: #333;
  margin-left: 0;
  line-height: 2em;
}

#wrap-bottom-inner>div ul#person-list dl dd div {
  font-size: 90%;
}

#wrap-bottom-inner>div ul#person-list dl dd:first-of-type {
  width: 880px;
  float: right;
}

#wrap-bottom-inner>div #sns-timeline {
  display: flex;
}

#wrap-bottom-inner>div #sns-timeline>div {
  border: solid 1px #ccc;
}

#wrap-bottom-inner>div #sns-timeline>div:first-of-type {
  margin-right: 20px;
}
