@charset "UTF-8";
.subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 200%;
  margin-bottom: 1em;
}
.subttl .red {
  color: #cb2639;
}
@media screen and (max-width: 768px) {
  .subttl {
    font-size: 150%;
  }
}

.sec_ttl {
  font-size: 175%;
  margin-bottom: 1em;
}
.sec_ttl .red {
  color: #cb2639;
}
.sec_ttl:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 150%;
  }
  .sec_ttl:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
  }
}

main {
  overflow: hidden;
}

#kv {
  position: relative;
}
#kv .swiper-container {
  max-width: 1280px;
  overflow: inherit;
}
#kv .navigation {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
#kv .navigation.on {
  opacity: 1;
}
#kv .navigation .swiper-button-prev, #kv .navigation .swiper-button-next {
  pointer-events: visible;
  top: 50%;
  opacity: 1;
  transition: 0.5s;
}
#kv .navigation .swiper-button-prev:hover, #kv .navigation .swiper-button-next:hover {
  opacity: 0.5;
}
#kv .navigation .swiper-button-prev {
  transform: translate(-1px, 0px);
}
#kv .navigation .swiper-button-next {
  transform: translate(1px, 0px);
}
#kv .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #fff;
  padding: 6px 20px;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#kv .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 4px solid #d7cbb9;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 3px;
}
#kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid #cb2639;
}
#kv .inner_box {
  width: 100%;
  position: relative;
  height: 530px;
}
#kv .inner_box a {
  display: block;
  height: 100%;
  transition: 0.5s;
}
#kv .inner_box a:hover {
  opacity: 0.6;
}
#kv .mv0 a {
  background: url("../images/kv1.png") no-repeat top center;
  background-size: cover;
}
#kv .mv1 a {
  background: url("../images/kv3.png") no-repeat top center;
  background-size: cover;
}
#kv .mv2 a {
  background: url("../images/kv4.png") no-repeat top center;
  background-size: cover;
}
#kv:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 27px;
  background: url("../images/obj.png") repeat-x bottom left;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #kv .inner_box {
    height: 160vw;
  }
  #kv .mv0 a {
    background: url("../images/sp/kv1.png") no-repeat top center;
    background-size: cover;
  }
  #kv .mv1 a {
    background: url("../images/sp/kv3.png") no-repeat top center;
    background-size: cover;
  }
  #kv .mv2 a {
    background: url("../images/sp/kv4.png") no-repeat top center;
    background-size: cover;
  }
  #kv .swiper-pagination {
    padding: 6px 10px;
  }
  #kv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  #kv .navigation .swiper-button-prev, #kv .navigation .swiper-button-next {
    width: 30px;
  }
}

#about {
  text-align: center;
  padding: 50px 0 30px;
}
#about .subttl .image {
  display: block;
  padding: 10px 0;
}
#about .bnr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
#about .bnr_wrap li {
  width: 32%;
  margin: 0 1%;
}
#about .inner_text {
  line-height: 2;
  position: relative;
}
#about .inner_text p {
  margin-bottom: 2em;
}
#about .inner_text .illust1 {
  position: absolute;
  right: 90px;
  bottom: 50px;
}
#about .inner_text .illust2 {
  position: absolute;
  left: 90px;
  top: -30px;
}
#about .img {
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
  text-align: center;
}
#about .img ul {
  background-color: #fff;
  padding: 1em;
  margin-top: 2em;
  border-radius: 10px;
}
#about .img ul li {
  display: inline-block;
}
#about .img ul li a {
  color: #cb2639;
}
#about .img ul li .pdf:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_pdf.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #about .inner_text .illust_sp {
    display: inline;
    width: 30%;
    margin: 0 auto;
  }
  #about .bnr_wrap {
    position: relative;
  }
  #about .bnr_wrap .swiper-pagination2 {
    position: absolute;
    bottom: -50px;
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0);
    padding: 6px 20px;
    border-radius: 10px;
  }
  #about .bnr_wrap .swiper-pagination2 .swiper-pagination-bullet {
    background-color: #fff;
    border: 4px solid #d7cbb9;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 10px;
  }
  #about .bnr_wrap .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 4px solid #cb2639;
  }
}

#news {
  background-image: radial-gradient(#eaeae3 25%, transparent 20%), radial-gradient(#eaeae3 25%, transparent 20%);
  background-size: 28px 28px;
  background-position: 0 0, 14px 14px;
  padding: 100px 0;
}
#news .inner_section {
  background-color: #fff;
  border: 5px solid #cb2639;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#news .inner_section .column-l {
  width: 25%;
}
#news .inner_section .column-r {
  width: 70%;
}
#news .inner_section .sec_ttl:before {
  background: url("../images/svg/ico-news.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#news .inner_section .btn {
  max-width: 120px;
}
#news .inner_section .newslist {
  border-top: 4px solid #eaeae3;
  overflow-y: scroll;
  height: 350px;
}
#news .inner_section .newslist li {
  padding: 1em;
  border-bottom: 4px solid #eaeae3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .inner_section .newslist li .news_data {
  width: 10em;
}
#news .inner_section .newslist li .news_text {
  width: calc(100% - 10em);
}
#news .inner_section .newslist li a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 50px 0;
  }
  #news .inner_section {
    padding: 30px 6%;
    border-radius: 10px;
    display: block;
  }
  #news .inner_section .column-l, #news .inner_section .column-r {
    width: 100%;
  }
  #news .inner_section .newslist {
    margin-bottom: 2em;
  }
  #news .inner_section .newslist li {
    display: block;
  }
  #news .inner_section .newslist li .news_data, #news .inner_section .newslist li .news_text {
    width: 100%;
    margin-bottom: 1em;
  }
  #news .inner_section .btn {
    margin: 0 auto;
  }
}

.back {
  background: url("../images/back.png") no-repeat top center;
  background-size: contain;
  padding-top: 300px;
}
@media screen and (max-width: 768px) {
  .back {
    padding-top: 100px;
    background-size: 150%;
  }
}

#detail {
  background-color: #fff;
  padding: 50px;
  position: relative;
  margin-bottom: 120px;
}
#detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cb2639;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 12px, transparent 0, transparent 24px);
}
#detail .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
}
#detail .sec_ttl:before {
  background: url("../images/svg/ico-detail.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#detail .detaillist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 70px;
}
#detail .detaillist > li {
  border: 3px solid #D0AB3D;
  border-radius: 10px;
  width: 32%;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  line-height: 2;
}
#detail .detaillist > li.chiki {
  border: 3px solid #D0AB3D;
}
#detail .detaillist > li.chiki:before {
  background-color: #D0AB3D;
}
#detail .detaillist > li.chiki dl dt {
  background-color: #f3e7c3;
}
#detail .detaillist > li.koutsu {
  border: 3px solid #208792;
}
#detail .detaillist > li.koutsu:before {
  background-color: #208792;
}
#detail .detaillist > li.koutsu dl dt {
  background-color: #bee8ec;
}
#detail .detaillist > li.kokuritsu {
  border: 3px solid #617E4B;
}
#detail .detaillist > li.kokuritsu:before {
  background-color: #617E4B;
}
#detail .detaillist > li.kokuritsu dl dt {
  background-color: #d0dfc4;
}
#detail .detaillist > li:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate3d(-50%, 0, 0);
}
#detail .detaillist > li:after {
  content: "";
  display: block;
  width: 195px;
  height: 195px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translate3d(-50%, 0, 0);
}
#detail .detaillist > li .inner_box {
  padding: 1em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
#detail .detaillist > li .detail_ttl {
  width: 100%;
  text-align: center;
  margin-top: -27px;
  margin-bottom: 20px;
}
#detail .detaillist > li p {
  margin-bottom: 1em;
}
#detail .detaillist > li sub {
  vertical-align: top;
  font-size: 50%;
}
#detail .detaillist > li .remarks {
  font-size: 80%;
}
#detail .detaillist > li dl {
  word-break: break-word;
}
#detail .detaillist > li dl dt {
  background-color: #f3e7c3;
  text-align: center;
  padding: 0.3em;
  font-size: 125%;
  border-radius: 3em;
  margin-bottom: 1em;
}
#detail .detaillist > li dl dd {
  margin-bottom: 1em;
}
#detail .detaillist > li dl dd ul {
  counter-reset: nunber;
}
#detail .detaillist > li dl dd ul .indent1 {
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
  counter-increment: nunber;
}
#detail .detaillist > li dl dd ul .indent1:before {
  content: counter(nunber);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 90%;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  border: 1px solid #333;
}
#detail .detaillist > li dl dd a {
  color: #333;
  text-decoration: underline;
}
#detail .detaillist > li dl dd .dl .pdf {
  color: #333;
  text-decoration: underline;
}
#detail .detaillist > li dl dd .dl .pdf:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_pdf.svg") no-repeat center center;
  background-size: contain;
}
#detail .btn {
  width: 300px;
  margin: 0 auto 20px;
}
#detail .annotation {
  color: #cb2639;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #detail {
    padding: 40px 6%;
    margin-bottom: 60px;
  }
  #detail .detaillist {
    margin-bottom: 2em;
  }
  #detail .detaillist li {
    width: 100%;
  }
}

#movie, #movie2, #movie3 {
  background-color: #fff;
  padding: 50px;
  position: relative;
  margin-bottom: 120px;
}
#movie .sec_ttl, #movie2 .sec_ttl, #movie3 .sec_ttl {
  text-align: center;
}
#movie .sec_ttl:before, #movie2 .sec_ttl:before, #movie3 .sec_ttl:before {
  background: url("../images/svg/ico-movie.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#movie .movie_tab, #movie2 .movie_tab, #movie3 .movie_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#movie .movie_tab li, #movie2 .movie_tab li, #movie3 .movie_tab li {
  width: 33.3333333333%;
  text-align: center;
  padding: 1em;
  font-size: 140%;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
#movie .movie_tab li span, #movie2 .movie_tab li span, #movie3 .movie_tab li span {
  display: inline-block;
}
#movie .movie_tab li.comingsoon, #movie2 .movie_tab li.comingsoon, #movie3 .movie_tab li.comingsoon {
  color: #666666;
  pointer-events: none;
}
#movie .movie_tab li.comingsoon:before, #movie2 .movie_tab li.comingsoon:before, #movie3 .movie_tab li.comingsoon:before {
  opacity: 0.5;
}
#movie .movie_tab li.comingsoon:after, #movie2 .movie_tab li.comingsoon:after, #movie3 .movie_tab li.comingsoon:after {
  content: "今後掲載予定";
  font-size: 70%;
  color: #cb2639;
  font-weight: bold;
  vertical-align: text-bottom;
  margin-left: 0.5em;
}
#movie .movie_tab li:before, #movie2 .movie_tab li:before, #movie3 .movie_tab li:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: top;
  margin-right: 0.5em;
}
#movie .movie_tab .chiki, #movie2 .movie_tab .chiki, #movie3 .movie_tab .chiki {
  color: #D0AB3D;
}
#movie .movie_tab .chiki:before, #movie2 .movie_tab .chiki:before, #movie3 .movie_tab .chiki:before {
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#movie .movie_tab .chiki.active:after, #movie .movie_tab .chiki:hover:after, #movie2 .movie_tab .chiki.active:after, #movie2 .movie_tab .chiki:hover:after, #movie3 .movie_tab .chiki.active:after, #movie3 .movie_tab .chiki:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #D0AB3D;
  position: absolute;
  left: 0;
  bottom: 0;
}
#movie .movie_tab .kokuritsu:before, #movie2 .movie_tab .kokuritsu:before, #movie3 .movie_tab .kokuritsu:before {
  background: url("../images/ico-kokuritsu.png") no-repeat center center;
  background-size: contain;
}
#movie .movie_tab .koutsu, #movie2 .movie_tab .koutsu, #movie3 .movie_tab .koutsu {
  color: #208792;
}
#movie .movie_tab .koutsu:before, #movie2 .movie_tab .koutsu:before, #movie3 .movie_tab .koutsu:before {
  background: url("../images/ico-koutsu.png") no-repeat center center;
  background-size: contain;
}
#movie .movie_tab .koutsu.active:after, #movie .movie_tab .koutsu:hover:after, #movie2 .movie_tab .koutsu.active:after, #movie2 .movie_tab .koutsu:hover:after, #movie3 .movie_tab .koutsu.active:after, #movie3 .movie_tab .koutsu:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #208792;
  position: absolute;
  left: 0;
  bottom: 0;
}
#movie#movie2 .movie_tab li:before, #movie#movie3 .movie_tab li:before, #movie2#movie2 .movie_tab li:before, #movie2#movie3 .movie_tab li:before, #movie3#movie2 .movie_tab li:before, #movie3#movie3 .movie_tab li:before {
  content: none;
}
#movie#movie2 .movie_tab li, #movie#movie3 .movie_tab li, #movie2#movie2 .movie_tab li, #movie2#movie3 .movie_tab li, #movie3#movie2 .movie_tab li, #movie3#movie3 .movie_tab li {
  padding-left: 0;
}
#movie#movie3 .movie_tab, #movie2#movie3 .movie_tab, #movie3#movie3 .movie_tab {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#movie#movie3 .movie_tab li, #movie2#movie3 .movie_tab li, #movie3#movie3 .movie_tab li {
  width: 100%;
}
#movie .movie_wrap, #movie2 .movie_wrap, #movie3 .movie_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  cursor: pointer;
}
#movie .movie_wrap .movie_thum, #movie2 .movie_wrap .movie_thum, #movie3 .movie_wrap .movie_thum {
  position: relative;
}
#movie .movie_wrap .movie_thum:before, #movie2 .movie_wrap .movie_thum:before, #movie3 .movie_wrap .movie_thum:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  transition: 0.5s;
  z-index: 3;
}
#movie .movie_wrap .movie_thum:after, #movie2 .movie_wrap .movie_thum:after, #movie3 .movie_wrap .movie_thum:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/svg/ico-movie2.svg") no-repeat center center;
  background-size: contain;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 4;
}
#movie .movie_wrap #movie_text, #movie2 .movie_wrap #movie_text, #movie3 .movie_wrap #movie_text {
  margin-top: 1em;
}
#movie .movie_wrap.cm .movie_thum:after, #movie2 .movie_wrap.cm .movie_thum:after, #movie3 .movie_wrap.cm .movie_thum:after {
  content: none;
}
#movie video, #movie2 video, #movie3 video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #movie, #movie2, #movie3 {
    padding: 40px 6%;
    margin-bottom: 60px;
  }
  #movie .movie_tab, #movie2 .movie_tab, #movie3 .movie_tab {
    margin-bottom: 2em;
  }
  #movie .movie_tab li, #movie2 .movie_tab li, #movie3 .movie_tab li {
    padding: 0 0 1em;
    font-size: 90%;
    font-weight: bold;
  }
  #movie .movie_tab li.comingsoon:after, #movie2 .movie_tab li.comingsoon:after, #movie3 .movie_tab li.comingsoon:after {
    position: absolute;
    top: 16px;
    width: 100%;
    text-align: center;
    left: 0;
    margin-left: 0;
  }
  #movie .movie_tab li:before, #movie2 .movie_tab li:before, #movie3 .movie_tab li:before {
    content: "";
    display: block;
    margin: 0 auto 0.5em;
  }
}

#document {
  margin-bottom: 70px;
}
#document.inner_section {
  background-color: #fff;
  border: 5px solid #cb2639;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#document.inner_section .column-l {
  width: 25%;
}
#document.inner_section .column-r {
  width: 70%;
}
#document.inner_section .sec_ttl:before {
  background: url("../images/svg/ico-document.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#document.inner_section .btn {
  max-width: 120px;
}
#document.inner_section .documentlist {
  border-top: 4px solid #eaeae3;
}
#document.inner_section .documentlist li {
  padding: 1em;
  border-bottom: 4px solid #eaeae3;
  position: relative;
}
#document.inner_section .documentlist li a {
  color: #cb2639;
  display: inline-block;
}
#document.inner_section .documentlist li .pdf:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_pdf.svg") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li .word:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_word.svg") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li .xlsx:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_xlsx.svg") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li .pptx:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_pptx.svg") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li .arrow {
  display: inline-block;
  width: 12px;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: center center;
  right: 2em;
  top: 1.5em;
}
#document.inner_section .documentlist li .arrow svg {
  fill: #cb2639;
}
#document.inner_section .documentlist li.on .arrow {
  transform: rotate(90deg);
  right: 2.4em;
}
#document.inner_section .documentlist li.on .inner_text {
  display: block;
}
#document.inner_section .documentlist li .inner_text {
  display: none;
  word-break: break-word;
  margin-top: 1em;
  padding-left: 4em;
}
#document.inner_section .documentlist li .inner_text li {
  border-bottom: 1px solid #eaeae3;
}
#document.inner_section .documentlist li .inner_text li:last-child {
  border-bottom: none;
}
#document.inner_section .documentlist li .inner_text dl dt {
  padding-bottom: 1em;
}
#document.inner_section .documentlist li .inner_text dl dd:not(:last-child) {
  padding-bottom: 1em;
}
#document.inner_section .documentlist li .inner_text dl dd.c_gray {
  color: #c4c4c4;
}
#document.inner_section .documentlist li .inner_text dl dd .c_red {
  color: #cb2639;
}
#document.inner_section .documentlist li .inner_text dl dd a {
  color: #cb2639;
  display: inline-block;
}
#document.inner_section .documentlist li .ico:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-right: 1em;
}
#document.inner_section .documentlist li.chiki .ico:before {
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li.kokuritsu .ico:before {
  background: url("../images/ico-kokuritsu.png") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li.koutsu .ico:before {
  background: url("../images/ico-koutsu.png") no-repeat center center;
  background-size: contain;
}
#document.inner_section .documentlist li.comingsoon {
  color: #c4c4c4;
}
#document.inner_section .documentlist li.comingsoon .arrow {
  pointer-events: none;
}
#document.inner_section .documentlist li.comingsoon .arrow svg {
  fill: #c4c4c4;
}
#document.inner_section .documentlist li.comingsoon .ico:before {
  opacity: 0.4;
}
#document.inner_section .documentlist li.comingsoon .annotation {
  color: #cb2639;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #document.inner_section {
    padding: 40px 6%;
  }
  #document.inner_section .column-l, #document.inner_section .column-r {
    width: 100%;
  }
  #document.inner_section .documentlist li.comingsoon .annotation {
    background-color: #f8e2e5;
    margin-left: 0;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.5em;
  }
}

#information {
  background-image: radial-gradient(#eaeae3 25%, transparent 20%), radial-gradient(#eaeae3 25%, transparent 20%);
  background-size: 28px 28px;
  background-position: 0 0, 14px 14px;
  padding: 100px 0;
}
#information .inner_section {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}
#information .sec_ttl {
  text-align: center;
}
#information .sec_ttl:before {
  background: url("../images/svg/ico-information.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#information .text {
  font-size: 90%;
  margin-bottom: 1em;
}
#information .information_list {
  border-top: 4px solid #eaeae3;
}
#information .information_list dl {
  padding: 2em;
  border-bottom: 4px solid #eaeae3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#information .information_list dl.data dt {
  font-weight: bold;
  padding-top: 0.5em;
}
#information .information_list dl dt {
  width: 15%;
}
#information .information_list dl dd {
  width: 85%;
}
#information .information_list dl dd .data_list li {
  font-size: 85%;
  padding: 1em 0;
  border-bottom: 4px dotted #eaeae3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#information .information_list dl dd .data_list li:first-child {
  padding-top: 0;
}
#information .information_list dl dd .data_list li:last-child {
  border-bottom: none;
}
#information .information_list dl dd .data_list li .entry {
  width: 120px;
  text-align: center;
  border-radius: 1.5em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#information .information_list dl dd .data_list li .entry.comingsoon a {
  background-color: #c4c4c4;
  pointer-events: none;
}
#information .information_list dl dd .data_list li .entry a {
  display: block;
  padding: 0.7em 1em;
  color: #fff;
  background-color: #cb2639;
}
#information .information_list dl dd .data_list li .column-l {
  background-color: #f2ede6;
  padding: 0.5em 1em;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0;
}
#information .information_list dl dd .data_list li .column-r {
  width: calc(100% - 120px);
  position: relative;
}
#information .information_list dl dd .indent1 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
#information .information_list dl dd .indent1 a {
  color: #cb2639;
  text-decoration: underline;
}
#information .information_list dl dd .indent1 span {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #information {
    padding: 50px 0;
  }
  #information .inner_section {
    padding: 40px 6%;
  }
  #information .information_list dl {
    padding: 1em 0;
  }
  #information .information_list dl dt, #information .information_list dl dd {
    width: 100%;
  }
  #information .information_list dl dt {
    margin-bottom: 1em;
  }
  #information .information_list dl dd .data_list li {
    align-items: normal;
  }
  #information .information_list dl dd .data_list li .entry {
    position: static;
    width: 150px;
    margin-left: 0;
    margin-top: 1em;
    transform: none;
  }
  #information .information_list dl dd .data_list li .column-l {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#hint {
  position: relative;
  padding: 60px 0;
}
#hint:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/obj2.png") repeat-x left top;
  background-size: auto 1000px;
  z-index: -1;
}
#hint .sec_ttl {
  text-align: center;
  margin-bottom: 2em;
}
#hint .sec_ttl > span {
  display: inline-block;
  letter-spacing: 0;
  width: 90%;
  max-width: 650px;
  color: #333;
  background-color: #fff;
  text-align: left;
  font-size: 50%;
  font-weight: normal;
  border-radius: 100vh;
  padding: 1.5em 4em;
  margin-top: 2.5em;
  position: relative;
  box-sizing: border-box;
}
#hint .sec_ttl > span span {
  font-size: 120%;
  font-weight: bold;
}
#hint .first {
  border-radius: 20px;
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto 100px;
  box-shadow: 0px 8px 0px 4px rgba(84, 51, 22, 0.5);
}
#hint .first a {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #640510;
  position: relative;
}
#hint .first a .img {
  min-width: 200px;
}
#hint .first a .img img {
  vertical-align: bottom;
}
#hint .first a .text {
  padding: 0 1em;
  margin-right: 20px;
  font-size: 160%;
}
#hint .first a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
  min-width: 40px;
  height: calc(100% - 40px);
  background-color: #f5f5f2;
  border-radius: 10px;
}
#hint .first a .arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 18px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg) translate3d(50%, 50%, 0);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #hint .first {
    margin-bottom: 80px;
  }
  #hint .first a .img {
    min-width: 100px;
  }
  #hint .first a .text {
    font-size: 120%;
  }
  #hint .first a .arrow {
    right: 10px;
  }
}
#hint .jirei {
  margin-bottom: 3em;
}
#hint .jirei .tm-accordion-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  row-gap: 90px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  overflow: hidden;
  padding: 50px 10px 10px;
  max-height: var(--standard-height);
  transition: 1s max-height cubic-bezier(0.06, 0.59, 0.52, 0.99);
}
#hint .jirei .tm-accordion-wrapper:not(.open) {
  max-height: var(--closed-height);
}
#hint .jirei .tm-accordion-wrapper > div {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 0px 4px rgba(84, 51, 22, 0.5);
  margin: 0 auto;
}
#hint .jirei .tm-accordion-wrapper > div:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/ico_hint.png") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  background-size: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
}
#hint .jirei .tm-accordion-wrapper > div img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
#hint .jirei .tm-accordion-wrapper > div a {
  color: #333;
}
#hint .jirei .tm-accordion-wrapper > div a:hover {
  text-decoration: none;
}
#hint .jirei .tm-accordion-wrapper > div a:hover h4,
#hint .jirei .tm-accordion-wrapper > div a:hover p:first-of-type {
  text-decoration: underline;
}
#hint .jirei .tm-accordion-wrapper > div h4 {
  color: #640510;
  margin-bottom: 0.5em;
  font-size: 120%;
  min-height: 5em;
}
#hint .jirei .tm-accordion-wrapper > div .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#hint .jirei .tm-accordion-wrapper > div p {
  font-size: 90%;
  margin-bottom: 1em;
}
#hint .jirei .tm-accordion-wrapper > div .pin:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_pin.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
#hint .jirei .tm-accordion-wrapper > div .type:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_type.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
#hint .jirei .tm-accordion-wrapper > div .detail {
  background-color: #f5f5f2;
  border-radius: 10px;
  padding: 0.7em;
  text-align: center;
}
#hint .jirei .tm-accordion-wrapper > div .detail:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 10px;
  height: 18px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #hint .jirei .tm-accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    padding: 50px 10px 0;
    grid: none;
  }
  #hint .jirei .tm-accordion-wrapper:not(.open) {
    max-height: var(--closed-height);
  }
  #hint .jirei .tm-accordion-wrapper div {
    width: 98%;
    margin: 0 0 80px;
  }
}
#hint .jirei .tm-accordion-button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #hint .jirei .tm-accordion-button {
    margin-top: 40px;
  }
}
#hint .btn {
  max-width: 300px;
  margin: 0 auto;
}

#schedule {
  background: url("../images/back2.gif") repeat top center;
}
#schedule .inner_section {
  padding: 80px 50px 250px;
}
#schedule .sec_ttl {
  text-align: center;
}
#schedule .sec_ttl:before {
  background: url("../images/svg/ico-schedule.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#schedule .schedule_list {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}
#schedule .schedule_list p {
  text-align: center;
  font-size: 130%;
}
#schedule .schedule_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 4px solid #eaeae3;
  padding: 2em;
  padding-bottom: 1em;
}
#schedule .schedule_list dl:last-child {
  border-bottom: 4px solid #eaeae3;
}
#schedule .schedule_list dl.data dt:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-right: 1em;
}
#schedule .schedule_list dl.data.chiki dt:before {
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#schedule .schedule_list dl.data.kokuritsu dt:before {
  background: url("../images/ico-kokuritsu.png") no-repeat center center;
  background-size: contain;
}
#schedule .schedule_list dl.data.koutsu dt:before {
  background: url("../images/ico-koutsu.png") no-repeat center center;
  background-size: contain;
}
#schedule .schedule_list dl.data dt {
  font-weight: bold;
}
#schedule .schedule_list dl dt {
  width: 20%;
}
#schedule .schedule_list dl dd {
  width: 80%;
}
#schedule .schedule_list dl dd span {
  display: inline-block;
  margin-left: 1em;
  color: red;
}
#schedule .schedule_list dl dd .data_list li {
  font-size: 85%;
  padding: 1em 0;
  border-bottom: 4px dotted #eaeae3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#schedule .schedule_list dl dd .data_list li:first-child {
  padding-top: 0;
}
#schedule .schedule_list dl dd .data_list li:last-child {
  border-bottom: none;
}
#schedule .schedule_list dl dd .data_list li .entry {
  width: 120px;
  text-align: center;
  border-radius: 1.5em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#schedule .schedule_list dl dd .data_list li .entry a {
  display: block;
  padding: 0.7em 1em;
  color: #fff;
  background-color: #cb2639;
}
#schedule .schedule_list dl dd .data_list li .column-l {
  background-color: #f8e2e5;
  color: #cb2639;
  padding: 0.5em 1em;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0;
}
#schedule .schedule_list dl dd .data_list li .column-r {
  width: calc(100% - 120px);
  position: relative;
  font-weight: normal;
}
#schedule .schedule_list dl dd .indent1 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
#schedule .schedule_list dl dd .indent1 a {
  color: #cb2639;
  text-decoration: underline;
}
#schedule .schedule_list dl dd .indent1 span {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #schedule .inner_section {
    padding: 40px 0 45vw;
  }
  #schedule .schedule_list {
    border-radius: 10px;
    padding: 40px 8%;
    text-align: center;
  }
  #schedule .schedule_list dl {
    padding: 1em 0;
  }
  #schedule .schedule_list dl dt, #schedule .schedule_list dl dd {
    width: 100%;
  }
  #schedule .schedule_list dl dt {
    margin-bottom: 1em;
  }
  #schedule .schedule_list dl dd .data_list li {
    align-items: normal;
  }
  #schedule .schedule_list dl dd .data_list li .column-l, #schedule .schedule_list dl dd .data_list li .column-r {
    width: 100%;
  }
  #schedule .schedule_list dl dd .data_list li .column-l {
    margin-bottom: 1em;
  }
  #schedule .schedule_list dl dd .data_list li .entry {
    width: 150px;
    margin-left: 0;
    margin-top: 1em;
  }
  #schedule .schedule_list dl dd .data_list li .column-l {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#faq {
  background-color: #ffe9e7;
  background-image: radial-gradient(#ffeeec 25%, transparent 20%), radial-gradient(#ffeeec 25%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding: 150px 0 100px;
  position: relative;
}
#faq .btn {
  max-width: 200px;
  margin: 0 auto;
}
#faq .data {
  text-align: right;
  font-size: 90%;
  font-weight: normal;
  color: #666;
  margin-bottom: 1em;
}
#faq .sec_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -60%, 0);
  text-align: center;
  max-width: 377px;
}
#faq .sec_ttl:before {
  content: none;
}
#faq .faq_list li {
  margin-bottom: 2em;
}
#faq .faq_list li.on .faqTtl:after {
  transform: translate3d(0, -50%, 0);
}
#faq .faq_list li.on div {
  display: block;
}
#faq .faq_list p {
  font-size: 85%;
  color: #707070;
}
#faq .faqTtl {
  background-color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 1.2em 50px 1.2em 2em;
  box-shadow: 3px 7px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
  position: relative;
}
#faq .faqTtl:before, #faq .faqTtl:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background-color: #cb2639;
  position: absolute;
  right: 30px;
  top: 2em;
  transform: translate3d(0, -50%, 0);
  transition: 0.5s;
}
#faq .faqTtl + div {
  display: none;
}
#faq .faqTtl:after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
#faq .inner_section h4 {
  font-size: 120%;
  text-indent: -1em;
}
#faq .inner_section h4:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-right: 1em;
}
#faq .inner_section.chiki h4:before {
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#faq .inner_section.kokuritsu h4:before {
  background: url("../images/ico-kokuritsu.png") no-repeat center center;
  background-size: contain;
}
#faq .inner_section.koutsu h4:before {
  background: url("../images/ico-koutsu.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #faq {
    padding-top: 43vw;
    padding-bottom: 40px;
  }
  #faq .sec_ttl {
    width: 90%;
    transform: translate3d(-50%, -50%, 0);
  }
  #faq .sec_ttl:before {
    content: none;
  }
  #faq .sec_ttl img {
    width: 100%;
  }
  #faq .faqTtl {
    border-radius: 10px;
  }
  #faq .faqTtl:before, #faq .faqTtl:after {
    width: 1.5em;
    height: 4px;
    right: 20px;
    border-radius: 3px;
  }
}

#contact {
  padding: 100px 0;
}
#contact .close {
  font-size: 175%;
}
#contact .inner_section {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}
#contact .sec_ttl {
  text-align: center;
}
#contact .sec_ttl:before {
  background: url("../images/svg/ico-contact.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
#contact .comingsoon {
  font-size: 250%;
  color: #cb2639;
  font-weight: bold;
  text-align: center;
}
#contact .comingsoon span {
  font-size: 70%;
  color: #707070;
  margin-right: 1em;
  display: inline-block;
  vertical-align: text-top;
}
#contact .comingsoon span:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#contact .comingsoon.chiki span:before {
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#contact .comingsoon.kokuritsu span:before {
  background: url("../images/ico-kokuritsu.png") no-repeat center center;
  background-size: contain;
}
#contact .comingsoon.koutsu span:before {
  background: url("../images/ico-koutsu.png") no-repeat center center;
  background-size: contain;
}
#contact .comingsoon a {
  color: #cb2639;
}
#contact .data {
  color: #cb2639;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}
#contact dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
#contact dl dd {
  color: #707070;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 50px 0;
  }
  #contact .inner_section {
    padding: 40px 6%;
  }
  #contact .comingsoon {
    font-size: 150%;
  }
}

/* ------------------------------
    #movie_modal
------------------------------ */
#movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

#movie_modal.movie_modal_v2 {
  visibility: hidden;
  transition: opacity 250ms ease-out, visibility 250ms ease-out;
  display: block;
  opacity: 0;
}

#movie_modal.movie_modal_v2.is-view {
  visibility: visible;
  opacity: 1;
}

.movie_modal_v2 #movie_modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

#movie_modal .movie_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#movie_modal .movie_btn_close {
  width: 30px;
  height: 30px;
  margin: 0 0 0 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
#movie_modal .movie_btn_close:before, #movie_modal .movie_btn_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}
#movie_modal .movie_btn_close:before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#movie_modal .movie_btn_close:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#movie_modal .movie_btn_close:hover {
  opacity: 0.7;
}

#movie_modal_inner {
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 2;
}

.movie_modal_v2 #movie_modal_data {
  width: 90%;
  max-width: 800px;
  opacity: 1;
  position: relative;
}

.video_wrap {
  width: auto;
  position: relative;
  display: block;
  z-index: 2;
  padding-bottom: 58%;
}

#videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}