@charset "UTF-8";

/* mvWrap */
#mvWrap {
  max-width: 500px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #mvWrap {
    margin: 73px auto 44px;
  }
}
/* linkWrap */
#linkWrap {
  padding: 64px ;
  background: url(/-/Media/com/wakansen/2302/tsuraresu/linkWrap_bg_pc.jpg) center/cover no-repeat;
  text-align: center;
}
#linkWrap h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#linkWrap p {
  margin: 27px 0 16px;
  font-size: 15px;
  line-height: 1.86;
  font-weight: 300;
  letter-spacing: 0.04em;
}
#linkWrap img {
  width: 88px;
  margin: 0 auto;
}
#linkWrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 52px;
}
#linkWrap dl dt {
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #e40015;
  letter-spacing: 0.04em;
  line-height: 1;
}
#linkWrap dl dt span {
  position: relative;
  padding: 0 32px;
}
#linkWrap dl dt span::before,
#linkWrap dl dt span::after {
  position: absolute;
  content: "";
  top: 50%;
  display: block;
  width: 27px;
  height: 1px;
  background: #e40015;
  transform: translateY(-50%);
}
#linkWrap dl dt span::before {
  left: 0;
}
#linkWrap dl dt span::after {
  right: 0;
}
#linkWrap dl dd a {
  display: flex;
  align-items: center;
  width: 260px;
  height: 57px;
  margin: 0 4.5px;
  padding: 0 25px 0 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #f1f1f1;
  background-image: url(/-/Media/com/wakansen/2302/top/linkWrap_icon1.jpg),url(/-/Media/com/wakansen/2302/top/linkWrap_icon_arrow.png);
  background-position: left center,right 15px center;
  background-size: 51px,7px;
  background-repeat: no-repeat;
  font-size: 16px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  color: #000;
  transition: .3s;
}
#linkWrap dl dd a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#linkWrap dl dd:nth-of-type(2) a {
  background-image: url(/-/Media/com/wakansen/2302/top/linkWrap_icon2.jpg),url(/-/Media/com/wakansen/2302/top/linkWrap_icon_arrow.png);
}
#linkWrap dl dd:nth-of-type(3) a {
  background-image: url(/-/Media/com/wakansen/2302/top/linkWrap_icon3.jpg),url(/-/Media/com/wakansen/2302/top/linkWrap_icon_arrow.png);
}

@media screen and (max-width: 768px) {
  #linkWrap {
    padding: 31px 0 26px;
    background-image: url(/-/Media/com/wakansen/2302/tsuraresu/linkWrap_bg_sp.jpg);
  }
  #linkWrap h2 {
    font-size: 16.5px;
  }
  #linkWrap p {
    margin: 19px 0 20px;
    font-size: 15px;
  }
  #linkWrap dl {
    flex-direction: column;
    margin-top: 28px;
    align-items: center;
  }
  #linkWrap dl dt {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #linkWrap dl dd a {
    margin-bottom: 8px;
    width: 265px;
    height: 48px;
    font-size: 16.5px;
    padding-left: 55px;
    background-size: 51px,6.5px;
  }
  #linkWrap dl dd:last-of-type a {
    margin-bottom: 0;
  }
}