.header{
  position: relative;
  padding: 0;
}
.anchors{
  position: absolute;
  bottom: 0;
  padding:2em 3em;
  background: rgba(255,255,255,0.6);
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.anchors .link-more01 i:before {
	content: "";
  background: transparent;
  display: block;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: calc((18px - 6px)/2);
  top: calc((18px - 6px)/2 - 1px);
  border: #ffffff solid 1px;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
}
.anchors .link-more01 i:after {
	content: none;
}

.anchoroffset{
  position: absolute;
  margin-top: -45px;
}
.heading-fig01_centered_wrap{
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: left;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
}
.heading-fig01_centered_wrap .heading-fig01_tit{
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0.5em;
}
.heading-fig01_centered_wrap p{
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.7;
}

.recommendpages{
  background: #eeeeee;
  padding: 1px 0;
}

.recommendpages .col3{
  display: flex;
  justify-content: space-between;
}
.recommendpages .col3 li{
  width: calc((100% - 22px*2) / 3 );
}

.recommendpages .col3 li figure,
.recommendpages .col3 li figure img{
  width: 100%;
}
.recommendpages .col3 li figure figcaption{
  margin-top: 13px;
  font-size: 14px;
}
@media screen and (max-width: 767px){
  .header.ctn-content02{
    width: 100%;
    padding: 0;
  }
  .anchors{
    position: relative;
    padding: 0 1.75rem;
  }
  .heading-fig01{
    padding: 0;
  }
  .heading-fig01 .heading-fig01_img img{
    border-radius: 0;
  }
  .heading-fig01_centered_wrap{
    padding: 0 1rem;
  }
  .heading-fig01_centered_wrap .heading-fig01_tit{
    font-size: 14px;
    color: #ffffff;
  }
  .heading-fig01_centered_wrap p{
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------ */
/* .movieandreport */
.movieandreport{
  display: flex;
  align-items: flex-start;
}
.movieandreport>img{
  width: calc(200 / 358 * 100%);
  height: auto;
}
.movieandreport>figcaption{
  margin-left: 5px;
}

/* ------------------------------------------------------------------ */
/* #videomodalapp */
#videomodalapp .vm--modal{
  position: relative;
  overflow: visible;
}
#videomodalapp .vm--modal button{
  position: absolute;
  top: calc(-32px - 13px);
  right: calc(-32px - 10px);
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
#videomodalapp .vm--modal button:before,
#videomodalapp .vm--modal button:after{
  content: "";
  width: 32px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 16px;
  left: 0;
}
#videomodalapp .vm--modal button:before{
  transform: rotate(-45deg) scale(1.14);
}
#videomodalapp .vm--modal button:after{
  transform: rotate(45deg) scale(1.14);
}
#videomodalapp .vm--modal .videowrap{
  padding-top: calc(315 / 560 * 100%);
  height: 0;
  position: relative;
}
#videomodalapp .vm--modal .videowrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px){
  #videomodalapp .vm--modal button{
    top: calc(-32px - 13px);
    right: 0;
  }
}