/* reset
------------------------------------------------------------*/
iframe {
  border: none;
}

/* top */
@media screen and (max-width: 768px) {
  .bnrLists--top {
    flex-wrap: wrap;
  }
  .bnrItem--top {
    width: 100%;
  }
  .bnrItem--top .bnrItem__link {
    width: 100%;
    height: auto;
  }
}

/* youtube iframe */
@media screen and (min-width:1200px) {
.ratio916{
  max-width: 500px;
}
}
.project__detailIframe{
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.project__detailIframe-short{
  width: 100%;
  max-width: 600px;
  height: fit-content;
  line-height: 0;
}
.project__detailIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project__detailIframe-short iframe{
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}
/* color */
.font_red{
  color: var(--color-red);
}
/* exCol */
.exCol {
  margin:min(calc(160 / var(--vw-min) * 100vw),160px) 0 0 0;
}
.exColAwt {
  max-width: 880px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.exColAwt_logo{
  max-width: 300px;
  width: 25%;
}
.exColAwt_logo img{
  width: 100%;
  max-width: auto;
}
.exColAwt_txt{
  padding-left: 5%;
  width:70%;
  font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .exColAwt {
    flex-direction: column;
  }
  .exColAwt_logo{
    width: 40%;
    margin-bottom: 3em;
  }
  .exColAwt_txt{
    padding-left: unset;
    width: 90%;
    font-size: calc(24 / var(--vw-min) * 100vw);
  }
}
/* @media screen and (max-width:768px){
  .exColAwt{
    display: block;
  }
} */

/* pagerWrap
------------------------------------------------------------*/
.linkA.unhover {
  pointer-events: none;
  color: #000;
  background-color: #fff; }

/* top
------------------------------------------------------------*/
.bnrLists {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/* Project
------------------------------------------------------------*/
.allNum {
  height: 0.7em;
  font-size: min(calc(180 / var(--vw-min) * 100vw), 180px);
  font-family: var(--en-font-family);
  margin-left: min(calc(50 / var(--vw-min) * 100vw), 50px);
  background: none; }

.allNum .hd {
  width: unset;
  height: unset;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  overflow: unset; }

/* goods
------------------------------------------------------------*/
.c-search__inner--totalcount {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: min(calc(20 / var(--vw-min) * 100vw), 20px); }
  .c-search__inner--totalcount .number #totalcount {
    font-size: min(calc(30 / var(--vw-min) * 100vw), 30px);
    margin: 0 min(calc(10 / var(--vw-min) * 100vw), 10px); }
  .c-search__inner--totalcount .linkA {
    padding: min(calc(12 / var(--vw-min) * 100vw), 12px) min(calc(50 / var(--vw-min) * 100vw), 50px);
    font-size: min(calc(16 / var(--vw-min) * 100vw), 14px); }
    @media screen and (max-width: 768px) {
      .c-search__inner--totalcount .linkA {
        padding: calc(20 / var(--vw-min) * 100vw) calc(30 / var(--vw-min) * 100vw);
        font-size: 1rem; } }

/* gallery
------------------------------------------------------------*/
.btn_moviePlay{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_moviePlay img{
  display: block;
}
.contTabLists_gallery {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(calc(10 / var(--vw-min) * 100vw), 10px);
  margin: auto auto min(calc(40 / var(--vw-min) * 100vw), 40px) auto;
}
.contTabLists_gallery .contTabItem {
    width: calc((100% - min(calc(32 / var(--vw-min) * 100vw), 32px)) / 3);
}
.contTabLists_gallery .contTabItem .contTabLink {
  font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
  display: flex;
  height: min(calc(40 / var(--vw-min) * 100vw), 40px);
  background-color: var(--color-red);
  color: #FFF;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
  border: 1px solid #000;
  letter-spacing: 0;
}
.galleryItemBox__enTtl {
  color: var(--color-red);
  font-family: var(--en-font-family);
  font-size: min(calc(24 / var(--vw-min) * 100vw), 24px);
  margin-bottom: min(calc(24 / var(--vw-min) * 100vw), 24px);
}
.gallery__download{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.gallery__download li{
  width: 30%;
  padding-bottom: 2em;
}

/* movie
------------------------------------------------------------*/
.mobileWrap{
  overflow: hidden;
}
.endcover{
  position: relative;
}
.endcover_img{
  filter: brightness(0.3);
}
.endcover_txt{
  position: absolute;
  font-size: 400%;
  width: 6.1em;
  margin: -1em auto auto -2.9em;
  right: 50%;
  left: 50%;
  top: 50%;
  bottom: 50%;
  color: #fff;
  text-shadow: -1px -1px 5px black;
  display: block;
}
.theater__annotationWrap {
  margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px); }

.align__baseline {
  -webkit-align-items: baseline;
  align-items: baseline; }

.lineheight__narrow {
  line-height: 1.2; }

.theaterHead__catch {
	font-size: min(calc(32 / var(--vw-min) * 100vw),32px);
	font-weight: 600;
	margin-bottom: 1em;
	letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .theaterHead__catch {
    margin: 0 auto;
  }
  .theaterHead__catch + .linkBtn.theaterLinkBtn {
    margin-top: calc(20 / var(--vw-min) * 100vw);
  }
}

/* onair
------------------------------------------------------------*/
.contentsArea__tabWrap{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.onair__box__ttl {
	color: var(--color-red);
  font-size: min(calc(26 / var(--vw-min) * 100vw), 26px);
	font-weight: 600;
	margin-bottom:min(calc(30 / var(--vw-min) * 100vw),30px);
	margin-bottom: min(calc(60 / var(--vw-min) * 100vw), 60px);
}

.onair__tab.tabListsWrap{
	margin-bottom: min(calc(80 / var(--vw-min) * 100vw),80px);
}
.onair__tab.tabListsWrap .tabLists{
	display: flex;
  position: relative;
  z-index: 99;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	flex-wrap: wrap;
	justify-content: center;
}
.onair__tab.tabListsWrap .tabLists .tabBtnWrap{
	width:calc(100% /3);
	color: #FFF;
  background: #000;
}
.onair__tab.tabListsWrap .tabLists.col2 li.tabBtnWrap{
	width:calc(100% /2);
}
.onair__tab.tabListsWrap .tabLists.col2 li.tabBtnWrap.col3{
	width:calc(100% /3);
}
.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn{
  display: block;
  height: 100%;
  padding: 1em 0;
	transition: all .4s ease;
	position: relative;
	width: 100%;
	color: #FFF;
	background: #000;
	text-align: center;
	font-family: var(--en-font-family);
	position: relative;
	text-decoration: none;
}

.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn::before{
	display: block;
	content: "";
	width: 1px;
	height:min(calc(24 / var(--vw-min) * 100vw),24px);
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: max(calc(-16 / var(--vw-min) * 100vw),-16px);
	margin: auto;
	opacity: 0;
}
@media screen and (max-width:768px){
	.onair__tab.tabListsWrap .tabLists .tabBtnWrap{
		width:calc(100% /2);
	}
	.onair__tab.tabListsWrap .tabLists .tabBtnWrap._ticket{
		width:100%;
	}
}
/* active */
.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn.is-active{
	background: #FFF;
	color: #000;
}
.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn.is-active{
	color: #000;
}
.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn.is-active::before{
	opacity: 1;
}
@media screen and (max-width:768px){
	.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn{
		font-size:calc(21 / var(--vw-min) * 100vw);
		line-height: 1.3;
	}

	.onair__tab.tabListsWrap .tabLists .tabBtnWrap .tabBtn::before{
		height:calc(42 / var(--vw-min) * 100vw);
		bottom:calc(-24 / var(--vw-min) * 100vw);
	}
}

/* .tabContent{
	width: min(calc(880 / var(--vw-min) * 100vw),880px);
	margin: 0 auto;
	display: none;
	letter-spacing: 0;
} */
.tabContent.onair__box {
  width: min(calc(1040 / var(--vw-min) * 100vw), 1040px);
  margin: 0 auto;
  display: none;
}

.tabContent.onair__box.is-active{
	display: block;
}

@media screen and (max-width:768px){
	.tabContent.onair__box.onair__box{
		width: 100%;
		padding:0 calc(48 / var(--vw-min) * 100vw) ;
	}
}
.streaming__txt {
  text-align: center;
  font-size: min(calc(32 / var(--vw-min) * 100vw), 32px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: min(calc(30 / var(--vw-min) * 100vw), 20px);
  margin-bottom: min(calc(40 / var(--vw-min) * 100vw), 40px);
}

.tv_box__txt {
  margin-top: min(calc(30 / var(--vw-min) * 100vw),20px); }
  @media screen and (max-width: 768px) {
    .tv_box__txt {
      margin-top: calc(20 / var(--vw-min) * 100vw); } }

.onair__annotation {
  font-size: min(calc(12 / var(--vw-min) * 100vw), 12px);
  margin-top: min(calc(6 / var(--vw-min) * 100vw),6px);
  margin-bottom: min(calc(40 / var(--vw-min) * 100vw), 40px);
}
  @media screen and (max-width: 768px) {
    .onair__annotationWrap {
      padding: 0 calc(48 / var(--vw-min) * 100vw);
    }
  }
  @media screen and (max-width: 768px) {
    .onair__annotation {
      font-size: calc(20 / var(--vw-min) * 100vw);
      margin-top: calc(20 / var(--vw-min) * 100vw);
    }
  }
  .onair__annotation li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
  }

   @media screen and (max-width: 768px) {
    .onairlinkBtn .linkBtn__link--txt {
      line-height: 1.25;
    }
   }

.onair__youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: min(calc(80 / var(--vw-min) * 100vw), 80px);
}

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

/* news
------------------------------------------------------------*/
.newsDetail {
  /* bootstrap */ }
  .newsDetail .row {
    overflow: auto; }
  .newsDetail .col-xs-1, .newsDetail .col-sm-1, .newsDetail .col-md-1, .newsDetail .col-lg-1, .newsDetail .col-xs-2, .newsDetail .col-sm-2, .newsDetail .col-md-2, .newsDetail .col-lg-2, .newsDetail .col-xs-3, .newsDetail .col-sm-3, .newsDetail .col-md-3, .newsDetail .col-lg-3, .newsDetail .col-xs-4, .newsDetail .col-sm-4, .newsDetail .col-md-4, .newsDetail .col-lg-4, .newsDetail .col-xs-5, .newsDetail .col-sm-5, .newsDetail .col-md-5, .newsDetail .col-lg-5, .newsDetail .col-xs-6, .newsDetail .col-sm-6, .newsDetail .col-md-6, .newsDetail .col-lg-6, .newsDetail .col-xs-7, .newsDetail .col-sm-7, .newsDetail .col-md-7, .newsDetail .col-lg-7, .newsDetail .col-xs-8, .newsDetail .col-sm-8, .newsDetail .col-md-8, .newsDetail .col-lg-8, .newsDetail .col-xs-9, .newsDetail .col-sm-9, .newsDetail .col-md-9, .newsDetail .col-lg-9, .newsDetail .col-xs-10, .newsDetail .col-sm-10, .newsDetail .col-md-10, .newsDetail .col-lg-10, .newsDetail .col-xs-11, .newsDetail .col-sm-11, .newsDetail .col-md-11, .newsDetail .col-lg-11, .newsDetail .col-xs-12, .newsDetail .col-sm-12, .newsDetail .col-md-12, .newsDetail .col-lg-12 {
    position: relative;
    min-height: 1px; }
  .newsDetail .col-xs-1, .newsDetail .col-xs-2, .newsDetail .col-xs-3, .newsDetail .col-xs-4, .newsDetail .col-xs-5, .newsDetail .col-xs-6, .newsDetail .col-xs-7, .newsDetail .col-xs-8, .newsDetail .col-xs-9, .newsDetail .col-xs-10, .newsDetail .col-xs-11, .newsDetail .col-xs-12 {
    float: left; }
  .newsDetail .col-xs-1, .newsDetail .col-sm-1, .newsDetail .col-md-1, .newsDetail .col-lg-1, .newsDetail .col-xs-2, .newsDetail .col-sm-2, .newsDetail .col-md-2, .newsDetail .col-lg-2, .newsDetail .col-xs-3, .newsDetail .col-sm-3, .newsDetail .col-md-3, .newsDetail .col-lg-3, .newsDetail .col-xs-4, .newsDetail .col-sm-4, .newsDetail .col-md-4, .newsDetail .col-lg-4, .newsDetail .col-xs-5, .newsDetail .col-sm-5, .newsDetail .col-md-5, .newsDetail .col-lg-5, .newsDetail .col-xs-6, .newsDetail .col-sm-6, .newsDetail .col-md-6, .newsDetail .col-lg-6, .newsDetail .col-xs-7, .newsDetail .col-sm-7, .newsDetail .col-md-7, .newsDetail .col-lg-7, .newsDetail .col-xs-8, .newsDetail .col-sm-8, .newsDetail .col-md-8, .newsDetail .col-lg-8, .newsDetail .col-xs-9, .newsDetail .col-sm-9, .newsDetail .col-md-9, .newsDetail .col-lg-9, .newsDetail .col-xs-10, .newsDetail .col-sm-10, .newsDetail .col-md-10, .newsDetail .col-lg-10, .newsDetail .col-xs-11, .newsDetail .col-sm-11, .newsDetail .col-md-11, .newsDetail .col-lg-11 {
    padding-right: 2.34375vw;
    padding-left: 2.34375vw; }
    @media only screen and (min-width: 560px) {
      .newsDetail .col-xs-1, .newsDetail .col-sm-1, .newsDetail .col-md-1, .newsDetail .col-lg-1, .newsDetail .col-xs-2, .newsDetail .col-sm-2, .newsDetail .col-md-2, .newsDetail .col-lg-2, .newsDetail .col-xs-3, .newsDetail .col-sm-3, .newsDetail .col-md-3, .newsDetail .col-lg-3, .newsDetail .col-xs-4, .newsDetail .col-sm-4, .newsDetail .col-md-4, .newsDetail .col-lg-4, .newsDetail .col-xs-5, .newsDetail .col-sm-5, .newsDetail .col-md-5, .newsDetail .col-lg-5, .newsDetail .col-xs-6, .newsDetail .col-sm-6, .newsDetail .col-md-6, .newsDetail .col-lg-6, .newsDetail .col-xs-7, .newsDetail .col-sm-7, .newsDetail .col-md-7, .newsDetail .col-lg-7, .newsDetail .col-xs-8, .newsDetail .col-sm-8, .newsDetail .col-md-8, .newsDetail .col-lg-8, .newsDetail .col-xs-9, .newsDetail .col-sm-9, .newsDetail .col-md-9, .newsDetail .col-lg-9, .newsDetail .col-xs-10, .newsDetail .col-sm-10, .newsDetail .col-md-10, .newsDetail .col-lg-10, .newsDetail .col-xs-11, .newsDetail .col-sm-11, .newsDetail .col-md-11, .newsDetail .col-lg-11 {
        padding-right: 1.33929vw;
        padding-left: 1.33929vw; } }
    @media only screen and (min-width: 960px) {
      .newsDetail .col-xs-1, .newsDetail .col-sm-1, .newsDetail .col-md-1, .newsDetail .col-lg-1, .newsDetail .col-xs-2, .newsDetail .col-sm-2, .newsDetail .col-md-2, .newsDetail .col-lg-2, .newsDetail .col-xs-3, .newsDetail .col-sm-3, .newsDetail .col-md-3, .newsDetail .col-lg-3, .newsDetail .col-xs-4, .newsDetail .col-sm-4, .newsDetail .col-md-4, .newsDetail .col-lg-4, .newsDetail .col-xs-5, .newsDetail .col-sm-5, .newsDetail .col-md-5, .newsDetail .col-lg-5, .newsDetail .col-xs-6, .newsDetail .col-sm-6, .newsDetail .col-md-6, .newsDetail .col-lg-6, .newsDetail .col-xs-7, .newsDetail .col-sm-7, .newsDetail .col-md-7, .newsDetail .col-lg-7, .newsDetail .col-xs-8, .newsDetail .col-sm-8, .newsDetail .col-md-8, .newsDetail .col-lg-8, .newsDetail .col-xs-9, .newsDetail .col-sm-9, .newsDetail .col-md-9, .newsDetail .col-lg-9, .newsDetail .col-xs-10, .newsDetail .col-sm-10, .newsDetail .col-md-10, .newsDetail .col-lg-10, .newsDetail .col-xs-11, .newsDetail .col-sm-11, .newsDetail .col-md-11, .newsDetail .col-lg-11 {
        padding-right: 15px;
        padding-left: 15px; } }
  .newsDetail .col-xs-12 {
    width: 100%; }
  .newsDetail .col-xs-11 {
    width: 91.66666667%; }
  .newsDetail .col-xs-10 {
    width: 83.33333333%; }
  .newsDetail .col-xs-9 {
    width: 75%; }
  .newsDetail .col-xs-8 {
    width: 66.66666667%; }
  .newsDetail .col-xs-7 {
    width: 58.33333333%; }
  .newsDetail .col-xs-6 {
    width: 50%; }
  .newsDetail .col-xs-5 {
    width: 41.66666667%; }
  .newsDetail .col-xs-4 {
    width: 33.33333333%; }
  .newsDetail .col-xs-3 {
    width: 25%; }
  .newsDetail .col-xs-2 {
    width: 16.66666667%; }
  .newsDetail .col-xs-1 {
    width: 8.33333333%; }
  .newsDetail .col-xs-pull-12 {
    right: 100%; }
  .newsDetail .col-xs-pull-11 {
    right: 91.66666667%; }
  .newsDetail .col-xs-pull-10 {
    right: 83.33333333%; }
  .newsDetail .col-xs-pull-9 {
    right: 75%; }
  .newsDetail .col-xs-pull-8 {
    right: 66.66666667%; }
  .newsDetail .col-xs-pull-7 {
    right: 58.33333333%; }
  .newsDetail .col-xs-pull-6 {
    right: 50%; }
  .newsDetail .col-xs-pull-5 {
    right: 41.66666667%; }
  .newsDetail .col-xs-pull-4 {
    right: 33.33333333%; }
  .newsDetail .col-xs-pull-3 {
    right: 25%; }
  .newsDetail .col-xs-pull-2 {
    right: 16.66666667%; }
  .newsDetail .col-xs-pull-1 {
    right: 8.33333333%; }
  .newsDetail .col-xs-pull-0 {
    right: auto; }
  .newsDetail .col-xs-push-12 {
    left: 100%; }
  .newsDetail .col-xs-push-11 {
    left: 91.66666667%; }
  .newsDetail .col-xs-push-10 {
    left: 83.33333333%; }
  .newsDetail .col-xs-push-9 {
    left: 75%; }
  .newsDetail .col-xs-push-8 {
    left: 66.66666667%; }
  .newsDetail .col-xs-push-7 {
    left: 58.33333333%; }
  .newsDetail .col-xs-push-6 {
    left: 50%; }
  .newsDetail .col-xs-push-5 {
    left: 41.66666667%; }
  .newsDetail .col-xs-push-4 {
    left: 33.33333333%; }
  .newsDetail .col-xs-push-3 {
    left: 25%; }
  .newsDetail .col-xs-push-2 {
    left: 16.66666667%; }
  .newsDetail .col-xs-push-1 {
    left: 8.33333333%; }
  .newsDetail .col-xs-push-0 {
    left: auto; }
  .newsDetail .col-xs-offset-12 {
    margin-left: 100%; }
  .newsDetail .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .newsDetail .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .newsDetail .col-xs-offset-9 {
    margin-left: 75%; }
  .newsDetail .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .newsDetail .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .newsDetail .col-xs-offset-6 {
    margin-left: 50%; }
  .newsDetail .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .newsDetail .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .newsDetail .col-xs-offset-3 {
    margin-left: 25%; }
  .newsDetail .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .newsDetail .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .newsDetail .col-xs-offset-0 {
    margin-left: 0%; }
  @media (min-width: 768px) {
    .newsDetail .col-sm-1, .newsDetail .col-sm-2, .newsDetail .col-sm-3, .newsDetail .col-sm-4, .newsDetail .col-sm-5, .newsDetail .col-sm-6, .newsDetail .col-sm-7, .newsDetail .col-sm-8, .newsDetail .col-sm-9, .newsDetail .col-sm-10, .newsDetail .col-sm-11, .newsDetail .col-sm-12 {
      float: left; }
    .newsDetail .col-sm-12 {
      width: 100%; }
    .newsDetail .col-sm-11 {
      width: 91.66666667%; }
    .newsDetail .col-sm-10 {
      width: 83.33333333%; }
    .newsDetail .col-sm-9 {
      width: 75%; }
    .newsDetail .col-sm-8 {
      width: 66.66666667%; }
    .newsDetail .col-sm-7 {
      width: 58.33333333%; }
    .newsDetail .col-sm-6 {
      width: 50%; }
    .newsDetail .col-sm-5 {
      width: 41.66666667%; }
    .newsDetail .col-sm-4 {
      width: 33.33333333%; }
    .newsDetail .col-sm-3 {
      width: 25%; }
    .newsDetail .col-sm-2 {
      width: 16.66666667%; }
    .newsDetail .col-sm-1 {
      width: 8.33333333%; }
    .newsDetail .col-sm-pull-12 {
      right: 100%; }
    .newsDetail .col-sm-pull-11 {
      right: 91.66666667%; }
    .newsDetail .col-sm-pull-10 {
      right: 83.33333333%; }
    .newsDetail .col-sm-pull-9 {
      right: 75%; }
    .newsDetail .col-sm-pull-8 {
      right: 66.66666667%; }
    .newsDetail .col-sm-pull-7 {
      right: 58.33333333%; }
    .newsDetail .col-sm-pull-6 {
      right: 50%; }
    .newsDetail .col-sm-pull-5 {
      right: 41.66666667%; }
    .newsDetail .col-sm-pull-4 {
      right: 33.33333333%; }
    .newsDetail .col-sm-pull-3 {
      right: 25%; }
    .newsDetail .col-sm-pull-2 {
      right: 16.66666667%; }
    .newsDetail .col-sm-pull-1 {
      right: 8.33333333%; }
    .newsDetail .col-sm-pull-0 {
      right: auto; }
    .newsDetail .col-sm-push-12 {
      left: 100%; }
    .newsDetail .col-sm-push-11 {
      left: 91.66666667%; }
    .newsDetail .col-sm-push-10 {
      left: 83.33333333%; }
    .newsDetail .col-sm-push-9 {
      left: 75%; }
    .newsDetail .col-sm-push-8 {
      left: 66.66666667%; }
    .newsDetail .col-sm-push-7 {
      left: 58.33333333%; }
    .newsDetail .col-sm-push-6 {
      left: 50%; }
    .newsDetail .col-sm-push-5 {
      left: 41.66666667%; }
    .newsDetail .col-sm-push-4 {
      left: 33.33333333%; }
    .newsDetail .col-sm-push-3 {
      left: 25%; }
    .newsDetail .col-sm-push-2 {
      left: 16.66666667%; }
    .newsDetail .col-sm-push-1 {
      left: 8.33333333%; }
    .newsDetail .col-sm-push-0 {
      left: auto; }
    .newsDetail .col-sm-offset-12 {
      margin-left: 100%; }
    .newsDetail .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .newsDetail .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .newsDetail .col-sm-offset-9 {
      margin-left: 75%; }
    .newsDetail .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .newsDetail .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .newsDetail .col-sm-offset-6 {
      margin-left: 50%; }
    .newsDetail .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .newsDetail .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .newsDetail .col-sm-offset-3 {
      margin-left: 25%; }
    .newsDetail .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .newsDetail .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .newsDetail .col-sm-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .newsDetail .col-md-1, .newsDetail .col-md-2, .newsDetail .col-md-3, .newsDetail .col-md-4, .newsDetail .col-md-5, .newsDetail .col-md-6, .newsDetail .col-md-7, .newsDetail .col-md-8, .newsDetail .col-md-9, .newsDetail .col-md-10, .newsDetail .col-md-11, .newsDetail .col-md-12 {
      float: left; }
    .newsDetail .col-md-12 {
      width: 100%; }
    .newsDetail .col-md-11 {
      width: 91.66666667%; }
    .newsDetail .col-md-10 {
      width: 83.33333333%; }
    .newsDetail .col-md-9 {
      width: 75%; }
    .newsDetail .col-md-8 {
      width: 66.66666667%; }
    .newsDetail .col-md-7 {
      width: 58.33333333%; }
    .newsDetail .col-md-6 {
      width: 50%; }
    .newsDetail .col-md-5 {
      width: 41.66666667%; }
    .newsDetail .col-md-4 {
      width: 33.33333333%; }
    .newsDetail .col-md-3 {
      width: 25%; }
    .newsDetail .col-md-2 {
      width: 16.66666667%; }
    .newsDetail .col-md-1 {
      width: 8.33333333%; }
    .newsDetail .col-md-pull-12 {
      right: 100%; }
    .newsDetail .col-md-pull-11 {
      right: 91.66666667%; }
    .newsDetail .col-md-pull-10 {
      right: 83.33333333%; }
    .newsDetail .col-md-pull-9 {
      right: 75%; }
    .newsDetail .col-md-pull-8 {
      right: 66.66666667%; }
    .newsDetail .col-md-pull-7 {
      right: 58.33333333%; }
    .newsDetail .col-md-pull-6 {
      right: 50%; }
    .newsDetail .col-md-pull-5 {
      right: 41.66666667%; }
    .newsDetail .col-md-pull-4 {
      right: 33.33333333%; }
    .newsDetail .col-md-pull-3 {
      right: 25%; }
    .newsDetail .col-md-pull-2 {
      right: 16.66666667%; }
    .newsDetail .col-md-pull-1 {
      right: 8.33333333%; }
    .newsDetail .col-md-pull-0 {
      right: auto; }
    .newsDetail .col-md-push-12 {
      left: 100%; }
    .newsDetail .col-md-push-11 {
      left: 91.66666667%; }
    .newsDetail .col-md-push-10 {
      left: 83.33333333%; }
    .newsDetail .col-md-push-9 {
      left: 75%; }
    .newsDetail .col-md-push-8 {
      left: 66.66666667%; }
    .newsDetail .col-md-push-7 {
      left: 58.33333333%; }
    .newsDetail .col-md-push-6 {
      left: 50%; }
    .newsDetail .col-md-push-5 {
      left: 41.66666667%; }
    .newsDetail .col-md-push-4 {
      left: 33.33333333%; }
    .newsDetail .col-md-push-3 {
      left: 25%; }
    .newsDetail .col-md-push-2 {
      left: 16.66666667%; }
    .newsDetail .col-md-push-1 {
      left: 8.33333333%; }
    .newsDetail .col-md-push-0 {
      left: auto; }
    .newsDetail .col-md-offset-12 {
      margin-left: 100%; }
    .newsDetail .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .newsDetail .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .newsDetail .col-md-offset-9 {
      margin-left: 75%; }
    .newsDetail .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .newsDetail .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .newsDetail .col-md-offset-6 {
      margin-left: 50%; }
    .newsDetail .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .newsDetail .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .newsDetail .col-md-offset-3 {
      margin-left: 25%; }
    .newsDetail .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .newsDetail .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .newsDetail .col-md-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 1200px) {
    .newsDetail .col-lg-1, .newsDetail .col-lg-2, .newsDetail .col-lg-3, .newsDetail .col-lg-4, .newsDetail .col-lg-5, .newsDetail .col-lg-6, .newsDetail .col-lg-7, .newsDetail .col-lg-8, .newsDetail .col-lg-9, .newsDetail .col-lg-10, .newsDetail .col-lg-11, .newsDetail .col-lg-12 {
      float: left; }
    .newsDetail .col-lg-12 {
      width: 100%; }
    .newsDetail .col-lg-11 {
      width: 91.66666667%; }
    .newsDetail .col-lg-10 {
      width: 83.33333333%; }
    .newsDetail .col-lg-9 {
      width: 75%; }
    .newsDetail .col-lg-8 {
      width: 66.66666667%; }
    .newsDetail .col-lg-7 {
      width: 58.33333333%; }
    .newsDetail .col-lg-6 {
      width: 50%; }
    .newsDetail .col-lg-5 {
      width: 41.66666667%; }
    .newsDetail .col-lg-4 {
      width: 33.33333333%; }
    .newsDetail .col-lg-3 {
      width: 25%; }
    .newsDetail .col-lg-2 {
      width: 16.66666667%; }
    .newsDetail .col-lg-1 {
      width: 8.33333333%; }
    .newsDetail .col-lg-pull-12 {
      right: 100%; }
    .newsDetail .col-lg-pull-11 {
      right: 91.66666667%; }
    .newsDetail .col-lg-pull-10 {
      right: 83.33333333%; }
    .newsDetail .col-lg-pull-9 {
      right: 75%; }
    .newsDetail .col-lg-pull-8 {
      right: 66.66666667%; }
    .newsDetail .col-lg-pull-7 {
      right: 58.33333333%; }
    .newsDetail .col-lg-pull-6 {
      right: 50%; }
    .newsDetail .col-lg-pull-5 {
      right: 41.66666667%; }
    .newsDetail .col-lg-pull-4 {
      right: 33.33333333%; }
    .newsDetail .col-lg-pull-3 {
      right: 25%; }
    .newsDetail .col-lg-pull-2 {
      right: 16.66666667%; }
    .newsDetail .col-lg-pull-1 {
      right: 8.33333333%; }
    .newsDetail .col-lg-pull-0 {
      right: auto; }
    .newsDetail .col-lg-push-12 {
      left: 100%; }
    .newsDetail .col-lg-push-11 {
      left: 91.66666667%; }
    .newsDetail .col-lg-push-10 {
      left: 83.33333333%; }
    .newsDetail .col-lg-push-9 {
      left: 75%; }
    .newsDetail .col-lg-push-8 {
      left: 66.66666667%; }
    .newsDetail .col-lg-push-7 {
      left: 58.33333333%; }
    .newsDetail .col-lg-push-6 {
      left: 50%; }
    .newsDetail .col-lg-push-5 {
      left: 41.66666667%; }
    .newsDetail .col-lg-push-4 {
      left: 33.33333333%; }
    .newsDetail .col-lg-push-3 {
      left: 25%; }
    .newsDetail .col-lg-push-2 {
      left: 16.66666667%; }
    .newsDetail .col-lg-push-1 {
      left: 8.33333333%; }
    .newsDetail .col-lg-push-0 {
      left: auto; }
    .newsDetail .col-lg-offset-12 {
      margin-left: 100%; }
    .newsDetail .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .newsDetail .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .newsDetail .col-lg-offset-9 {
      margin-left: 75%; }
    .newsDetail .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .newsDetail .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .newsDetail .col-lg-offset-6 {
      margin-left: 50%; }
    .newsDetail .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .newsDetail .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .newsDetail .col-lg-offset-3 {
      margin-left: 25%; }
    .newsDetail .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .newsDetail .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .newsDetail .col-lg-offset-0 {
      margin-left: 0%; } }
  .newsDetail .c-heading__text {
    color: var(--color-red);
    font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
    display: block;
    border-bottom: 1px solid #000;
    letter-spacing: 0;
    margin-top: min(calc(30 / var(--vw-min) * 100vw),45px);
    margin-bottom: min(calc(30 / var(--vw-min) * 100vw),30px); }
    @media screen and (max-width: 768px) {
      .newsDetail .c-heading__text {
        font-size: calc(28 / var(--vw-min) * 100vw);
        margin-top: calc(60 / var(--vw-min) * 100vw);
        margin-bottom: calc(48 / var(--vw-min) * 100vw); } }
  .newsDetail .c-headingLv2 .c-heading__text {
    font-weight: 700; }
  .newsDetail table[data-type="component-text"] td, .newsDetail table[data-type="component-text"] th {
    padding: 5px 10px;
    box-sizing: border-box; }
  .newsDetail .c-accordion__trigger--article01 {
    background-color: #000;
    position: relative;
    min-height: min(calc(48 / var(--vw-min) * 100vw), 48px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: min(calc(10 / var(--vw-min) * 100vw), 10px) min(calc(48 / var(--vw-min) * 100vw), 48px) min(calc(10 / var(--vw-min) * 100vw), 10px) min(calc(20 / var(--vw-min) * 100vw), 20px);
    border: 1px solid #000;
    transition: all .4s ease; }
    .newsDetail .c-accordion__trigger--article01:hover {
      cursor: pointer;
      background-color: #FFF; }
      .newsDetail .c-accordion__trigger--article01:hover .c-accordion__title {
        color: #000; }
      .newsDetail .c-accordion__trigger--article01:hover .ic_toggle {
        background-color: #000; }
        .newsDetail .c-accordion__trigger--article01:hover .ic_toggle::before, .newsDetail .c-accordion__trigger--article01:hover .ic_toggle::after {
          background-color: #FFF; }
    .newsDetail .c-accordion__trigger--article01.is-active .ic_toggle::before {
      opacity: 0; }
    @media screen and (max-width: 768px) {
      .newsDetail .c-accordion__trigger--article01 {
        padding: calc(12 / var(--vw-min) * 100vw) calc(96 / var(--vw-min) * 100vw) calc(12 / var(--vw-min) * 100vw) calc(30 / var(--vw-min) * 100vw); } }
  .newsDetail .c-accordion [data-type="component-ac_title"] {
    line-height: 1.3; }
  .newsDetail .c-accordion__title {
    color: #FFF;
    font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
    transition: all .4s ease;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .newsDetail .c-accordion__title {
        font-size: calc(28 / var(--vw-min) * 100vw); } }
  .newsDetail .c-accordion__contents--article01 {
    padding: min(calc(48 / var(--vw-min) * 100vw), 48px) 0; }
  .newsDetail .c-video__main {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .newsDetail .c-video__main iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .newsDetail .googlemap-wrapper iframe {
    width: 100%;
    height: 46.875vw;
    max-height: 450px; }
