#topHead.ecz-header {
  background: #000;
}

.container-fluid {
  position: relative;
}

.ecz-page-top {
  min-height: 100px;
  margin-bottom: 175px;
}

@media (max-width: 991px) {
.ecz-page-top {
  margin-bottom: 75px;
}
}


/*===================================================
動画
===================================================*/
#topHead #movieBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

#topHead #movieBox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%,-50%) scale(1.2);
}


/*===================================================
新着情報
===================================================*/
#topHead .ecz-header-bottom p:last-of-type {
  margin: 0;
}

@media screen and ( max-width:768px ) {
#topHead .ecz-header-bottom p {
  padding: 10px 15px;
}
}


/*===================================================
動画ポップアップボタン
===================================================*/
#moviePopupBt {
  position: absolute;
  bottom: 150px;
  left: 50%;
  width: 70px;
  height: 50px;
  transform: translate(-50%,0);
  z-index: 100;
}

#moviePopupBt a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: url("/images/movie_bt.svg") no-repeat center / contain;
  overflow: hidden;
  white-space: nowrap;
}
#moviePopupBt a::before,
#moviePopupBt a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
  transition: 1s;
}
#moviePopupBt a::before {
  background-image: url("/images/movie_bt_a.svg");
  opacity: 1;
}
#moviePopupBt a:after {
  background-image: url("/images/movie_bt_b.svg");
  opacity: 0;
}
#moviePopupBt a:hover::before {
  opacity: 0;
}
#moviePopupBt a:hover:after {
  opacity: 1;
}

@media screen and ( max-width:768px ) {
#moviePopupBt {
  bottom: 135px;
}
}


/*===================================================
スクロール
===================================================*/
#scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 124px;
  transform: translate(-50%,0);
}

#scrollBt {
}
#scrollBt span {
  display: block;
  width: 64px;
  height: 14px;
  text-indent: 100%;
  background: url(./../../images/scroll.svg) no-repeat center / contain;
  overflow: hidden;
}
#scrollBt:hover {
  opacity: .5;
  cursor: pointer;
}

#scrollBt + div {
  width: 1px;
  height: 90px;
  margin: 20px auto 0;
  overflow: hidden;
}
#scrollBt + div span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollLine 3s infinite;
}
#scrollBt + div span hr {
  display: none;
}

@media (max-width: 768px) {
#scroll {
  right: 15px;
  left: auto;
  width: 12px;
  height: 138px;
  transform: translate(0,0);
}

#scrollBt {
  width: 12px;
  height: 58px;
}
#scrollBt span {
  transform: rotate(90deg) translate(40%,190%);
}

#scrollBt + div {
  height: 65px;
  margin: 15px auto 0;
}
#scrollBt + div span {
  animation: scrollLineSp 3s infinite;
}
}
@keyframes scrollLine {
from {
  transform: translateY(-90px);
}
to {
  transform: translateY(90px);
}
}
@keyframes scrollLineSp {
from {
  transform: translateY(-65px);
}
to {
  transform: translateY(65px);
}
}


/*===================================================
お知らせ
===================================================*/
.ecz-page-top .content-wrapper {
  max-width: 900px;
  padding: 115px 0px 60px 0px;
  margin: 0 auto;
}

.content-wrapper .title-wrapper {
  position: relative;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.title-wrapper-all {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 13px;
  transform: translate(0,-50%);
}
.title-wrapper-all a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: url(./../../images/top_all.svg) no-repeat center 0 / contain;
  overflow: hidden;
  transition: .5s all;
}
.title-wrapper-all a:hover {
  opacity: .5;
}

.border-top-content-wrapper {
  letter-spacing: .1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  border-bottom: 1px solid rgb(180, 180, 180);
}

.border-top-content-wrapper li {
  border-top: 1px solid rgb(180, 180, 180);
}

.border-top-content-wrapper li a {
  display: block;
  padding: 20px 0px;
}
.border-top-content-wrapper li a:hover {
  opacity: .5;
}

.border-top-content-wrapper li a dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 28px;
  margin: 0;
}

.border-top-content-wrapper li a dt {
  width: 7em;
  font-size: 14px;
  font-weight: normal;
  margin: 0 20px 0 0;
}
.border-top-content-wrapper li a dd {
  width: calc(100% - 7em - 20px);
  margin: 0;
}

@media (max-width: 991px) {
.content-wrapper .title-wrapper {
  font-size: 20px;
  margin-bottom: 15px;
}

.title-wrapper-all {
  height: 12px;
}

.ecz-page-top .content-wrapper {
  padding: 30px 20px 60px 20px;
}

.border-top-content-wrapper li a dl {
  line-height: 21px;
}

.border-top-content-wrapper li a dt {
  font-size: 12px;
}
.border-top-content-wrapper li a dd {
  font-size: 14px;
}
}


/*===================================================
越前市観光協会公式サイト
===================================================*/
.left-fixed-text {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 1em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .25em;
  color: #fff;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 999;
  transform: translate(0,-50%);
  white-space: nowrap;
}

@media (max-width: 991px) {
.left-fixed-text {
  left: 30px;
  font-size: 14px;
}
}


/*===================================================
サイドメニュー
===================================================*/
#sideBtBox {
  position: fixed;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  width: 26px;
  z-index: 999;
  transform: translate(0,-50%);
}

#sideBtBox ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#sideBtBox li {
  position: relative;
  width: 26px;
  height: 57px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#sideBtBox li:nth-of-type(n+2) {
  margin-top: 15px;
}

#sideBtBox li::before,
#sideBtBox li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
  transition: .5s all;
}
#sideBtBox li::before {
  background-image: url("/images/side_menu01.svg");
}
#sideBtBox li::after {
  background-image: url("/images/side_menu01b.svg");
  opacity: 0;
}
#sideBtBox .midnightHeader.black li::before {
  background-image: url("/images/side_menu01_w.svg");
}
#sideBtBox .midnightHeader.black li::after {
  background-image: url("/images/side_menu01b_w.svg");
}
#sideBtBox li:hover {
  cursor: pointer;
  transition: 1s all;
}
#sideBtBox li:hover::before {
  opacity: 0;
}
#sideBtBox li:hover::after {
  opacity: 1;
}

#sideBtBox li#side-menu-news {
  height: 66px;
}
#sideBtBox li#side-menu-news::before {
  background-image: url("/images/side_menu02.svg");
}
#sideBtBox li#side-menu-news::after {
  background-image: url("/images/side_menu02b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-news::before {
  background-image: url("/images/side_menu02_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-news::after {
  background-image: url("/images/side_menu02b_w.svg");
}

#sideBtBox li#side-menu-introduction {
  height: 106px;
}
#sideBtBox li#side-menu-introduction::before {
  background-image: url("/images/side_menu03.svg");
}
#sideBtBox li#side-menu-introduction::after {
  background-image: url("/images/side_menu03b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-introduction::before {
  background-image: url("/images/side_menu03_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-introduction::after {
  background-image: url("/images/side_menu03b_w.svg");
}

#sideBtBox li#side-menu-contents {
  height: 86px;
}
#sideBtBox li#side-menu-contents::before {
  background-image: url("/images/side_menu04.svg");
}
#sideBtBox li#side-menu-contents::after {
  background-image: url("/images/side_menu04b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-contents::before {
  background-image: url("/images/side_menu04_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-contents::after {
  background-image: url("/images/side_menu04b_w.svg");
}

#sideBtBox li#side-menu-about {
  height: 86px;
}
#sideBtBox li#side-menu-about::before {
  background-image: url("/images/side_menu05.svg");
}
#sideBtBox li#side-menu-about::after {
  background-image: url("/images/side_menu05b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-about::before {
  background-image: url("/images/side_menu05_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-about::after {
  background-image: url("/images/side_menu05b_w.svg");
}

#sideBtBox li#side-menu-crafts {
  height: 106px;
}
#sideBtBox li#side-menu-crafts::before {
  background-image: url("/images/side_menu06.svg");
}
#sideBtBox li#side-menu-crafts::after {
  background-image: url("/images/side_menu06b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-crafts::before {
  background-image: url("/images/side_menu06_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-crafts::after {
  background-image: url("/images/side_menu06b_w.svg");
}

#sideBtBox li#side-menu-culture {
  height: 86px;
}
#sideBtBox li#side-menu-culture::before {
  background-image: url("/images/side_menu07.svg");
}
#sideBtBox li#side-menu-culture::after {
  background-image: url("/images/side_menu07b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-culture::before {
  background-image: url("/images/side_menu07_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-culture::after {
  background-image: url("/images/side_menu07b_w.svg");
}

#sideBtBox li#side-menu-gallery {
  height: 106px;
}
#sideBtBox li#side-menu-gallery::before {
  background-image: url("/images/side_menu08.svg");
}
#sideBtBox li#side-menu-gallery::after {
  background-image: url("/images/side_menu08b.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-gallery::before {
  background-image: url("/images/side_menu08_w.svg");
}
#sideBtBox .midnightHeader.black li#side-menu-gallery::after {
  background-image: url("/images/side_menu08b_w.svg");
}

@media (max-width: 768px) {
#sideBtBox {
  display: none;
}
}


/*===================================================
お知らせ
===================================================*/
.newslist-text-fixed {
  color: white;
  position: absolute;
  width: 20px;
  text-align: center;
  top: 30%;
  left: 50%;
  font-size: 3em;
  z-index: 999;
  display: block;
}

.newslist-text-fixed .news {
  display: inline-block;
  padding-top: 10px;
  position: relative;
  left: -10px;
  font-size: 0.5em;
  font-style: italic;
}

.scroll-btn.hight:hover::after {
  left: 80% !important;
}


/*===================================================
叡智
===================================================*/
.ecz-page-top .ecz-page-top-bg-image {
  position: relative;
  color: #fff;
  text-align: center;
  background: url(../../images/top_prologue_bgimg.jpg) no-repeat center / cover;
  padding: 120px 0px 145px;
}
.ecz-page-top .ecz-page-top-bg-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 422px;
  height: 455px;
  background: url(../../images/top_map.svg) no-repeat center / contain;
}

.ecz-page-top-body {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 2;
}

.ecz-page-top-body h3 {
  font-size: 27px;
  letter-spacing: .2em;
  line-height: 1;
  margin: 0;
}

.ecz-page-top-body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin: 0;
}

.ecz-page-top-body .ecz-page-top-content {
  line-height: 30px;
  letter-spacing: .15em;
  margin: 70px 0 50px;
}

.ecz-page-top-note {
  font-size: 12px;
  letter-spacing: .15em;
  line-height: 1;
}

.ecz-page-top-btn-more {
  width: 340px;
  margin: 60px auto 0;
}
.ecz-page-top-btn-more a {
  display: block;
  width: 100%;
  font-size: 19px;
  letter-spacing: .2em;
  line-height: 53px;
  color: #fff;
  background-color: rgba(255,255,255, 0);
  border: 1px solid #fff;
  transition: .5s all;
}
.ecz-page-top-btn-more a:hover {
  background-color: rgba(255,255,255, 0.5);
}

@media (max-width: 991px) {
.ecz-page-top .ecz-page-top-bg-image {
  padding: 75px 0px 325px;
}
.ecz-page-top .ecz-page-top-bg-image::after {
  right: 0;
  width: 100%;
  height: 300px;
  background-position: center bottom;
}

.ecz-page-top-bg-image .ecz-page-top-body {
  padding: 0px 20px;
}

.ecz-page-top-body h3 {
  font-size: 20px;
}
  
.ecz-page-top-body .ecz-page-top-content {
  font-size: 14px;
  margin: 40px 0 35px;
}

.ecz-page-top-btn-more {
  width: 220px;
  margin: 40px auto 0;
}

.ecz-page-top-btn-more a {
  font-size: 13px;
  line-height: 37px;
}
}


/*===================================================
Contents
===================================================*/
#topConlinkBox {
  max-width: 1320px !important;
  padding: 135px 20px 0 20px !important;
}

.title-contents {
  width: 173px;
  height: 34px;
  text-indent: 100%;
  background: url("../../images/top_contents.svg") no-repeat center / contain;
  margin: 0 auto 80px;
  overflow: hidden;
}

.title-contents + .row {
  --bs-gutter-x: 0;
}

.ecz-page-top-contents {
  position: relative;
}

.ecz-page-top-contents::after {
  content: "";
  position: absolute;
  background: no-repeat 0 bottom / contain;
}
.ecz-page-top-contents:nth-of-type(1)::after {
  bottom: 68px;
  right: -37px;
  width: 68px;
  height: 180px;
  background-image: url("../../images/top_conlink_tit01.svg");
}
.ecz-page-top-contents:nth-of-type(2)::after {
  bottom: -30px;
  right: -5px;
  width: 43px;
  height: 159px;
  background-image: url("../../images/top_conlink_tit02.svg");
}
.ecz-page-top-contents:nth-of-type(3)::after {
  bottom: 60px;
  right: -65px;
  width: 95px;
  height: 203px;
  background-image: url("../../images/top_conlink_tit03.svg");
}
.ecz-page-top-contents:nth-of-type(4)::after {
  bottom: -30px;
  right: -3px;
  width: 34px;
  height: 114px;
  background-image: url("../../images/top_conlink_tit04.svg");
}
.ecz-page-top-contents:nth-of-type(5)::after {
  bottom: 70px;
  right: -3px;
  width: 35px;
  height: 127px;
  background-image: url("../../images/top_conlink_tit05.svg");
}
.ecz-page-top-contents:nth-of-type(6)::after {
  bottom: -30px;
  right: -3px;
  width: 33px;
  height: 120px;
  background-image: url("../../images/top_conlink_tit06.svg");
}

.ecz-page-top-contents a {
  position: relative;
  display: block;
  transition: .5s all;
  z-index: 2;
}
.ecz-page-top-contents a:hover {
  opacity: .5;
}

.ecz-page-top-text {
  display: flex;
  margin-bottom: 15px;
}
.ecz-page-top-text b,
.ecz-page-top-text span {
  font-size: 0 !important;
  line-height: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.ecz-page-top-text b {
  box-sizing: content-box;
  height: 22px;
  background: no-repeat center / contain;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  padding: 0 20px;
  margin-right: 15px;
}
.ecz-page-top-contents:nth-of-type(1) .ecz-page-top-text b {
  width: 161px;
  background-image: url("../../images/top_conlink_main01.svg");
}
.ecz-page-top-contents:nth-of-type(2) .ecz-page-top-text b {
  width: 112px;
  background-image: url("../../images/top_conlink_main02.svg");
}
.ecz-page-top-contents:nth-of-type(3) .ecz-page-top-text b {
  width: 133px;
  background-image: url("../../images/top_conlink_main03.svg");
}
.ecz-page-top-contents:nth-of-type(4) .ecz-page-top-text b {
  width: 155px;
  background-image: url("../../images/top_conlink_main04.svg");
}
.ecz-page-top-contents:nth-of-type(5) .ecz-page-top-text b {
  width: 55px;
  background-image: url("../../images/top_conlink_main05.svg");
}
.ecz-page-top-contents:nth-of-type(6) .ecz-page-top-text b {
  width: 55px;
  background-image: url("../../images/top_conlink_main06.svg");
}

.ecz-page-top-text span {
  background: no-repeat 0 bottom / contain;
}
.ecz-page-top-contents:nth-of-type(1) .ecz-page-top-text span {
  width: 90px;
  background-image: url("../../images/top_conlink_sub01.svg");
}
.ecz-page-top-contents:nth-of-type(2) .ecz-page-top-text span {
  width: 58px;
  background-image: url("../../images/top_conlink_sub02.svg");
}
.ecz-page-top-contents:nth-of-type(3) .ecz-page-top-text span {
  width: 130px;
  background-image: url("../../images/top_conlink_sub03.svg");
}
.ecz-page-top-contents:nth-of-type(4) .ecz-page-top-text span {
  width: 78px;
  background-image: url("../../images/top_conlink_sub04.svg");
}
.ecz-page-top-contents:nth-of-type(5) .ecz-page-top-text span {
  width: 45px;
  background-image: url("../../images/top_conlink_sub05.svg");
}
.ecz-page-top-contents:nth-of-type(6) .ecz-page-top-text span {
  width: 42px;
  background-image: url("../../images/top_conlink_sub06.svg");
}

.ecz-page-top-card {
  position: relative;
}

.ecz-page-top-card-image {
  width: 100%;
  height: auto;
}

.ecz-page-top-card-text {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 35px;
  font-style: italic;
  top: 84%;
  margin-left: -2px;
  line-height: 0.75;
  text-indent: -20px;
  left: 100%;
}

.list-card-image {
  margin-bottom: 50px;
}

@media print, screen and ( min-width:992px ) {
.ecz-page-top-contents {
  width: calc((100% - 120px) / 2);
  padding: 0 30px 0 0;
}
.ecz-page-top-contents:nth-of-type(2n) {
  padding: 100px 30px 0 0;
  margin-left: 120px;
}
.ecz-page-top-contents:nth-of-type(n+3) {
  margin-top: 120px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.ecz-page-top-contents {
  width: calc((100% - 75px) / 2);
  padding: 0 30px 0 0;
}
.ecz-page-top-contents:nth-of-type(2n) {
  padding: 50px 30px 0 0;
  margin-left: 75px;
}
.ecz-page-top-contents:nth-of-type(n+3) {
  margin-top: 50px;
}
}

@media (max-width: 991px) {
#topConlinkBox {
  padding: 80px 20px 0 20px !important;
}

.title-contents {
  height: 20px;
  margin: 0 auto 50px;
}

.ecz-page-top-text {
  margin-bottom: 10px;
}

.ecz-page-top-text b {
  font-size: 15px;
  padding: 0 10px;
  margin-right: 10px;
}
}

@media (max-width: 768px) {
.ecz-page-top-contents {
  padding: 0 30px 0 0;
}
.ecz-page-top-contents:nth-of-type(n+2) {
  margin-top: 40px;
}

.ecz-page-top-contents:nth-of-type(1)::after {
  bottom: -16px;
  right: -3px;
  width: 34px;
  height: 90px;
}
.ecz-page-top-contents:nth-of-type(2)::after {
  bottom: -15px;
  right: 12px;
  width: 22px;
  height: 80px;
}
.ecz-page-top-contents:nth-of-type(3)::after {
  bottom: -20px;
  right: -17px;
  width: 48px;
  height: 102px;
}
.ecz-page-top-contents:nth-of-type(4)::after {
  bottom: -15px;
  right: 12px;
  width: 17px;
  height: 57px;
}
.ecz-page-top-contents:nth-of-type(5)::after {
  bottom: -15px;
  right: 12px;
  width: 18px;
  height: 64px;
}
.ecz-page-top-contents:nth-of-type(6)::after {
  bottom: -15px;
  right: 12px;
  width: 17px;
  height: 60px;
}

.ecz-page-top-text b {
  height: 13px;
  padding: 0 10px;
  margin-right: 7px;
}
.ecz-page-top-contents:nth-of-type(1) .ecz-page-top-text b {
  width: 96px;
}
.ecz-page-top-contents:nth-of-type(2) .ecz-page-top-text b {
  width: 67px;
}
.ecz-page-top-contents:nth-of-type(3) .ecz-page-top-text b {
  width: 79px;
}
.ecz-page-top-contents:nth-of-type(4) .ecz-page-top-text b {
  width: 92px;
}
.ecz-page-top-contents:nth-of-type(5) .ecz-page-top-text b {
  width: 33px;
}
.ecz-page-top-contents:nth-of-type(6) .ecz-page-top-text b {
  width: 33px;
}

.ecz-page-top-contents:nth-of-type(1) .ecz-page-top-text span {
  width: 57px;
}
.ecz-page-top-contents:nth-of-type(2) .ecz-page-top-text span {
  width: 37px;
}
.ecz-page-top-contents:nth-of-type(3) .ecz-page-top-text span {
  width: 82px;
}
.ecz-page-top-contents:nth-of-type(4) .ecz-page-top-text span {
  width: 49px;
}
.ecz-page-top-contents:nth-of-type(5) .ecz-page-top-text span {
  width: 29px;
}
.ecz-page-top-contents:nth-of-type(6) .ecz-page-top-text span {
  width: 27px;
}
}


/*===================================================
動画掲載
===================================================*/
#topMovie {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto 150px;
}

#topMovie img {
  width: 100%;
  height: auto;
}

#topMovie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(000,000,000, 0);
  transition: .5s all;
}
#topMovie a:hover {
  background-color: rgba(000,000,000, 0.5);
}

#topMovie a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  text-indent: 100%;
  background: url("/images/movie_bt.svg") no-repeat center / contain;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(-50%,-50%);
}
#topMovie a span::before,
#topMovie a span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
  transition: 1s;
}
#topMovie a span::before {
  background-image: url("/images/movie_bt_a.svg");
  opacity: 1;
}
#topMovie a span:after {
  background-image: url("/images/movie_bt_b.svg");
  opacity: 0;
}
#topMovie a:hover span::before {
  opacity: 0;
}
#topMovie a:hover span:after {
  opacity: 1;
}

@media screen and ( max-width:425px ) {
#topMovie {
  margin: 0 auto 50px;
}
}