  @charset "utf-8";
/* TOPページのみ */

.top-kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh,1vh)*100);
}
.bgMovieWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
  z-index: -1;
}
.bgTexture {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/cnt_damovie/assets/images/main_dotbg.png") repeat left top;
  z-index: 1;
}
.kvLogo {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.kvLogo .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.kvLogo .scroll {
  position: absolute;
  bottom: 3vw;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.kvLogo .scroll a{
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.kvLogo .scroll a:hover{
  filter:alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  top: 15px;
}
@media screen and (max-width:1024px){
  .top-kv {
    height: 100vh;
    min-height: 100vh;
  }
  .kvLogo {
    height: 80vh;
  }
  .kvLogo .logo{ 
    width: 30vw;
  }
  .kvLogo .scroll {
    display: none;
  }
  .kvLogo .scroll img{
    width: 5vw;
  }
  .kvLogo .scroll a:hover{
    top: 0;
  }
  .bgMovieWrap {
    background: url("/cnt_damovie/images/bgmovie_sp.jpg") #000 no-repeat center center / cover !important;
  }
  .bgMovieWrap .bgMovie {
    display: none !important;
  }
}
@media screen and (max-width:480px){
  .kvLogo .logo{ 
    width: 60vw;
  }
  .kvLogo .scroll img{
    width: 10vw;
  }
}
/*各コンテンツ共通
--------------------------*/
.container {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}

/* About
--------------------------*/
#about {
  background: rgba(0,0,0,.7);
  padding: 210px 0;
}
#about h3{
  font-size: 1.75rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#about p {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and  (max-width:1024px){
  #spCont {
    position: relative;
  }
  #about {
    padding: 20vw 3vw;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #about.positionSet {
    position: static;
  }
  #about h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 8vw;
    font-weight: 700;
  }
  #about p{
    text-align: center;
    line-height: 2.2;
    font-size: 1rem;
  }
}
@media screen and (max-width:480px){
  #about {
    padding: 30vw 0 ;
  }
  #about h3 {
    margin-bottom: 12vw;
  }
}
/*県から探す
--------------------------*/
#prefecture {
  padding: 220px 0;
  background: rgba(0,0,0,.8);
}
#prefecture h2{
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#prefecture ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#prefecture ul li { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 305px;
  min-height: 420px;
}
#prefecture ul li .label{
  position: relative;
}
#prefecture ul li .label span{
  display: none;
}
#prefecture ul li .label img{
  width: 21px;
  height: 45px;
}
#prefecture ul li .label::after {
  content: '';
  background: #FFFFFF;
  display: block;
  width: 1px;
  height: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#prefecture ul li a{
  display: block;
  width: 240px;
  height: 420px;
  position: relative;
  overflow: hidden;
	cursor: pointer;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#prefecture ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#prefecture ul li:hover a img:nth-of-type(2) {
  opacity: 0;
}
#prefecture ul li .detail {
  opacity: 0;
  padding: 8px 15px 10px 45px;
  min-width: 140px;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  font-size:  0.875rem;
  color: #e60020;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("/cnt_damovie/assets/images/arrow01.png") #FFFFFF no-repeat 20px 50% / 15px 15px;
}
#prefecture ul li:hover .detail {
  opacity: 1;
}
@media screen and  (max-width:1024px){
  #prefecture {
    padding: 10vw 0 0 0;
    background: #1a1a1a;
  }
  #prefecture .inner{
    width: 100%;
  }
  #prefecture h2 {
    font-size: 1.6rem;
    margin-bottom: 5vw;
    position: relative;
    padding-bottom: 3vw;
  }
  #prefecture h2::after {
    content: '';
    width: 10vw;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
  }
  #prefecture ul {
    margin: 0 auto;
  }
  #prefecture ul li {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    min-height:initial;
    min-height:auto;
    display: block;
  }
  #prefecture ul li .label {
    min-height: inherit;
    min-height: auto;
    font-size: 1.55rem;
    margin-bottom: 2vw;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    position: relative;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
  #prefecture ul li .label span{
    display: block;
  }
  #prefecture ul li .label img{
    display: none;
  }
  #prefecture ul li a {
    width: 100%;
    height: auto;
  }
  #prefecture ul li .label::after {
    display: none;
  }
  #prefecture ul li a img,
  #prefecture ul li:hover a img:nth-of-type(2){
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
  #prefecture ul li a img {
    display: none !important;
  }
  #prefecture ul li:hover a img:nth-of-type(2) {
    -webkit-transform: translate(0, 0) scale(1) !important;
    transform: translate(0, 0) scale(1) !important;
    opacity: 1 !important;
  }
  #prefecture ul li:hover .detail {
    opacity: 0;
    display: none !important;
  }
  /*ここから背景に対しての設定*/
  #prefecture ul li {
    position: relative;
  }
  #prefecture ul li::after{
    content: '';
    display: block;
    padding-top: 35%;
  }
  #prefecture ul li a{
    display: block;
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #prefecture ul li:first-child{
    background: url("/cnt_damovie/images/prefecture_img01_sp.jpg") no-repeat center top / cover ;
  }
  #prefecture ul li:nth-child(2){
    background: url("/cnt_damovie/images/prefecture_img02_sp.jpg") no-repeat center bottom / cover ;
  }
  #prefecture ul li:nth-child(3){
    background: url("/cnt_damovie/images/prefecture_img03_sp.jpg") no-repeat center bottom / cover ;
  }
}
@media screen and  (max-width:768px){
  #prefecture {
    padding: 12vw 0 0 0;
  }
  #prefecture h2 {
    margin-bottom: 7vw;
    padding-bottom: 4vw;
  }
  #prefecture h2::after {
    width: 15vw;
    height: 1px;
  }
  #prefecture ul li::after{
    content: '';
    display: block;
    padding-top: 40%;
  }
  #prefecture ul li .label {
    font-size: 1.5rem;
  }
}
/*種類から探す
--------------------------*/
#genre {
  padding: 220px 0;
  background: rgba(0,0,0,0.7);
}
#genre h2{
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#genre ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#genre ul li { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
#genre ul li a{
  display: block;
  width: 280px;
  height: 240px;
  position: relative;
  overflow: hidden;
	cursor: pointer;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#genre ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#genre ul li:hover a img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  opacity: 0;
}
#genre ul li .detail {
  opacity: 0;
  padding: 8px 15px 10px 45px;
  min-width: 140px;
  -webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  font-size:  0.875rem;
  color: #e60020;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("/cnt_damovie/assets/images/arrow01.png") #FFFFFF no-repeat 20px 50% / 15px 15px;
}
#genre ul li a:hover .detail {
  opacity: 1;
}
#genre ul li .detailText{
  width: 275px;
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  padding: 0 25px;
}
#genre ul li .detailText h3{
  width: 100%;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#genre ul li .detailText h3::before{
  content: '';
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -40px;
  top: 18px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#genre ul li a:hover + .detailText h3::before{
  width: 0;
  opacity: 0;
}
#genre ul li .detailText .text {
  opacity: 0;
  font-size: 0.875rem;
  line-height: 2;
  transform: translateY(10%);
  height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#genre ul li a:hover + .detailText h3{
  padding-bottom: 10px;
  animation: op-anime 0.5s ease 0s 1 normal;
  -webkit-animation: op-anime 0.5s ease 0s 1 normal;
}
#genre ul li a:hover + .detailText .text{
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
@keyframes op-anime {
    0% {opacity: 0}
    100% {opacity: 1;}
}
@-webkit-keyframes op-anime {
    0% {opacity: 0}
    100% {opacity: 1;}
}
/*左右反転*/
#genre ul li.reverse {
  flex-direction: row-reverse;
}
#genre ul li.reverse .detailText h3{
  text-align: right;
}
#genre ul li.reverse .detailText h3::before{
  right: -40px;
  left: inherit;
}
@media screen and  (max-width:1024px){
  #genre {
    padding: 10vw 0 0 0;
    background: #1a1a1a;
  }
  #genre .inner{
    width: 100%;
  }
  #genre h2 {
    font-size: 1.6rem;
    margin-bottom: 5vw;
    position: relative;
    padding-bottom: 3vw;
  }
  #genre h2::after {
    content: '';
    width: 10vw;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
  }
  #genre ul li {
    width: 100%;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  #genre ul li::after{
    content: '';
    display: block;
    padding-top: 35%;
  }
  #genre ul li a {
    width: 100%;
    height: auto;
  }
  #genre ul li .detailText{
    margin-top: 3vw;
    width: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  #genre ul li .detailText h3,
  #genre ul li.reverse .detailText h3,
  #genre ul li a:hover + .detailText h3{
    font-size: 1.55rem;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    animation: none;
    -webkit-animation: none;
  }
  #genre ul li .detailText h3::before,
  #genre ul li a:hover + .detailText h3::before,
  #genre ul li.reverse .detailText h3::before
  {
    display: none;
    opacity: 0;
  }
  #genre ul li .detailText .text,
  #genre ul li .detailText .text:hover {
    display: none;
    opacity: 0;
    transform: scaleY(1);
  }
  #genre ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #genre ul li a img,
  #genre ul li:hover a img:nth-of-type(2){
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #genre ul li a img {
    display: none;
  }
  #genre ul li:hover a img:nth-of-type(2) {
    -webkit-transform: translate(0, 0) scale(1) !important;
    transform: translate(0, 0) scale(1) !important;
    opacity: 1;
  }
  #genre ul li:hover .detail {
    opacity: 0;
    display: none !important;
  }
  /*背景写真の設定*/
  #genre ul li a {
    display: block;
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #genre ul li:first-of-type {
    background: url("/cnt_damovie/images/genre_img01_sp.jpg") no-repeat center center / cover;
  }
  #genre ul li:nth-of-type(2){
    background: url("/cnt_damovie/images/genre_img02_sp.jpg") no-repeat center center / cover;
  }
  #genre ul li:nth-of-type(3) {
    background: url("/cnt_damovie/images/genre_img03_sp.jpg") no-repeat center center / cover;
  }
  #genre ul li:nth-of-type(4) {
    background: url("/cnt_damovie/images/genre_img04_sp.jpg") no-repeat center center / cover;
  }
}
@media screen and  (max-width:768px){
  #genre {
    padding: 12vw 0 0 0;
  }
  #genre h2 {
    margin-bottom: 7vw;
    padding-bottom: 4vw;
  }
  #genre h2::after {
    width: 15vw;
    height: 1px;
  }
  #genre ul li::after{
    padding-top: 40%;
  }
  #genre ul li .detailText h3,
  #genre ul li.reverse .detailText h3,
  #genre ul li a:hover + .detailText h3{
    font-size: 1.5rem;
  }
}
/*地図から探す
--------------------------*/
#map {
  background: rgba(0,0,0,0.8);
  padding: 150px 0;
}
#map h2{
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#map .mapArea{
  width: 963px;
  margin: 0 auto;
  position: relative;
}
#map .mapArea .pin{
  position: absolute;
  z-index: 2;
}
#map .mapArea .pin img {
  width: 17px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#map .mapArea .pin a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#map .mapArea .pin a:hover img {
  transform: scale(1.5)
}
#map .mapArea #tsuga {/*津賀ダム*/
  top: 367px;
  left: 305px;
}
#map .mapArea #hase {/*初瀬ダム*/
  top: 312px;
  left: 298px;
}
#map .mapArea #yanadani {/*柳谷ダム*/
  top: 256px;
  left: 334px;
}
#map .mapArea #omogodaisan {/*面河第三ダム*/
  top: 256px;
  left: 353px;
}
#map .mapArea #ikanadu {/*筏津ダム*/
  top: 264px;
  left: 414px;
}
#map .mapArea #omorigawa {/*大森川ダム*/
  top: 234px;
  left: 422px;
}
#map .mapArea #nagasawa {/*長沢ダム*/
  top: 211px;
  left: 432px;
}
#map .mapArea #ohashi {/*大橋ダム*/
  top: 182px;
  left: 485px;
}
#map .mapArea #inamura {/*稲村ダム*/
  top: 212px;
  left: 483px;
}
#map .mapArea #ananai {/*穴内川ダム*/
  top: 257px;
  right: 403px;
}
#map .mapArea #yasuba {/*休場ダム*/
  top: 268px;
  right: 379px;
}
#map .mapArea #minawa {/*三縄ダム*/
  top: 150px;
  right: 296px;
}
#map .mapArea #wakamiyadani {/*若宮谷ダム*/
  top: 182px;
  right: 289px;
}
#map .mapArea #matsuogawa {/*松尾川ダム*/
  top: 158px;
  right: 265px;
}
#map .mapArea #iokigawa {/*伊尾木川ダム*/
  top: 302px;
  right: 279px;
}
#map .mapArea #nagoro {/*名頃ダム*/
  top: 206px;
  right: 228px;
}
#map .mapArea #kominono {/*小見野々ダム*/
  top: 253px;
  right: 196px;
}
#map .mapArea #omidani {/*大美谷ダム*/
  top: 215px;
  right: 153px;
}
@media screen and  (max-width:1024px){
  #map {
    padding: 10vw 0;
    background: #1a1a1a;
  }
  #map h2 {
    font-size: 1.6rem;
    margin-bottom: 5vw;
    position: relative;
    padding-bottom: 3vw;
  }
  #map h2::after {
    content: '';
    width: 10vw;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
  }
  #map .mapArea {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  #map .mapArea picture {
    width: 100%;
    text-align: center;
  }
  #map .mapArea picture img{
    max-width: 80%;
    display: inline-block;
  }
  #map .mapArea .mapPin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5vw;
    counter-reset: number;
  }
  #map .mapArea .pin{
    position: static;
    width: 32%;
    margin-bottom: 1.5vw;
  }
  #map .mapArea .pin img{
    display: none;
  }
  #map .mapArea .pin a {
    display:block;
    padding: 2vw 2vw 2vw 6vw;
    color: #ffffff;
    width: 100%;
    border-radius: 1vw;
    border: solid 1px #BBBBBB;
    text-decoration: none;
    position: relative;  
  }
  #map .mapArea .pin a::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 1.5vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #ffffff;
    background: #e60020;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    text-align: center;
    border-radius: 50%;
    font-size: 0.85rem;
    text-decoration: none;
  }
  #map .mapArea .pin a::after{
    content:attr(title);
    display:inline-block;
    font-size: 1rem;  
  }
  #map .ImageMap  {
    display: none;
  }
}
@media screen and  (max-width:768px){
  #map {
    padding: 10vw 0;
  }
  #map h2 {
    margin-bottom: 7vw;
    padding-bottom: 4vw;
  }
  #map h2::after {
    width: 15vw;
    height: 1px;
  }
  #map .mapArea picture img{
    max-width: 90%;
  }
  #map .mapArea .pin{
    width: 48%;
    margin-bottom: 2.5vw;
  }
  #map .mapArea .pin a {
    padding: 2vw 2vw 2vw 8vw;
  }
  #map .mapArea .pin a::before {
    left: 2vw;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
  }
}
@media screen and  (max-width:480px){
  #map .mapArea picture img{
    max-width: 100%;
  }
  #map .mapArea .pin a {
    padding: 2vw 2vw 2vw 10vw;
  }
  #map .mapArea .pin a::before {
    left: 3vw;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
  }
}
/*ダム一覧（デフォルトに上書き）
--------------------------*/
footer #damAll {
  background: rgba(0,0,0,.9);
}
@media screen and  (max-width:1024px){
  footer #damAll {
    background: #0f1010;
  }
}
/*ダイジェスト
--------------------------*/
#digest {
  background: rgba(0,0,0,.8);
  padding: 100px 0;
}
#digest h2{
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#digest ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#digest ul li {
  width: 47%;
}
#digest ul li .mW {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#digest ul li .mW iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and  (max-width:1024px){
  #digest {
    padding: 8vw 0;
    background: #1a1a1a;
  }
  #digest h2 {
    font-size: 1.6rem;
    margin-bottom: 7vw;
    position: relative;
    padding-bottom: 4vw;
  }
  #digest h2::after {
    content: '';
    width: 15vw;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
  }
}
@media screen and  (max-width:768px){
  #digest {
    padding: 10vw 0;
  }
  #digest ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #digest ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #digest ul li:last-of-type {
    margin-bottom: 0;
  }
}