@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap");
#tigerandbunny h2 {
  width: auto;
  height: auto;
  box-sizing: border-box;
  background: none;
  text-align: center;
  line-height: normal;
  font-size: 100%;
}
#tigerandbunny h2 .imgCatch {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #tigerandbunny h2 .imgCatch {
    width: calc(100% - 5.2vw);
    height: auto;
    margin-top: 4vw;
  }
}
#tigerandbunny #wrapCol {
  background: #ffcc00;
  padding: 0 0 40px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol {
    padding: 0 0 5.333vw;
  }
}
#tigerandbunny #wrapCol .txtCol {
  margin: 30px;
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol .txtCol {
    margin: 4vw;
    font-size: 4.5vw;
  }
}
#tigerandbunny #wrapCol .catch {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol .catch {
    font-size: 6vw;
  }
}
#tigerandbunny #wrapCol .linkBtnTb {
  display: block;
  width: 900px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  font-weight: 900;
  font-size: 40px;
  text-decoration: none;
  text-align: center;
}
#tigerandbunny #wrapCol .linkBtnTb:link, #tigerandbunny #wrapCol .linkBtnTb:active, #tigerandbunny #wrapCol .linkBtnTb:visited {
  color: #FFF;
  background-image: url("../../../../images/product/capture-deck/buddy/arrow_w.png");
  background-repeat: no-repeat;
  background-position: 95%;
}
#tigerandbunny #wrapCol .linkBtnTb:hover {
  color: #ffcc00;
  background-image: url("../../../../images/product/capture-deck/buddy/arrow_y.png");
  background-position: 96%;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol .linkBtnTb {
    width: calc(100% - 5.2vw);
    padding: 2.6vw;
    font-size: 5.5vw;
  }
  #tigerandbunny #wrapCol .linkBtnTb:link, #tigerandbunny #wrapCol .linkBtnTb:active, #tigerandbunny #wrapCol .linkBtnTb:visited, #tigerandbunny #wrapCol .linkBtnTb:hover {
    color: #FFF;
    background-image: url("../../../../images/product/capture-deck/buddy/arrow_w.png");
    background-size: 5vw;
    background-repeat: no-repeat;
    background-position: 95%;
  }
}
#tigerandbunny #wrapCol dl dt {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol dl dt {
    width: 100%;
    height: 13vw;
  }
  #tigerandbunny #wrapCol dl dt img {
    width: 100%;
    height: 13vw;
    object-fit: cover;
  }
}
#tigerandbunny #wrapCol dl dd.figureCol {
  margin: 0 30px;
  padding: 20px;
  background: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol dl dd.figureCol {
    margin: 0;
    padding: 2.6vw 0;
    background: #000;
    box-sizing: border-box;
  }
  #tigerandbunny #wrapCol dl dd.figureCol img {
    width: 100%;
    height: auto;
  }
}
#tigerandbunny #wrapCol dl dd.figureCol p {
  margin-top: 20px;
  padding: 25px;
  position: relative;
  font-size: 22px;
  background: #FFF;
}
#tigerandbunny #wrapCol dl dd.figureCol p::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 34px 34px 0 0;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
}
#tigerandbunny #wrapCol dl dd.figureCol p::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 34px 34px;
  border-color: transparent transparent #000 transparent;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol dl dd.figureCol p {
    margin: 2.6vw 2.6vw 0 2.6vw;
    padding: 3vw;
    font-size: 4vw;
  }
  #tigerandbunny #wrapCol dl dd.figureCol p::before {
    border-width: 17px 17px 0 0;
  }
  #tigerandbunny #wrapCol dl dd.figureCol p::after {
    border-width: 0 0 17px 17px;
  }
}
#tigerandbunny #wrapCol dl dd.figureCol .figureColTit {
  background: #FFF;
  margin: auto auto 20px;
  padding: 15px 0;
  font-size: 32px;
  text-align: center;
  color: #000;
  font-family: Noto Sans Japanese, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol dl dd.figureCol .figureColTit {
    font-size: 5vw;
  }
}
#tigerandbunny #wrapCol dl dd.figureCol.group {
  padding: 0 20px 20px;
}
@media screen and (max-width: 960px) {
  #tigerandbunny #wrapCol dl dd.figureCol.group {
    padding: 0 0 2.6vw;
  }
}
#tigerandbunny h3 {
  padding: 0;
  font-size: 100%;
}
@media screen and (max-width: 960px) {
  #tigerandbunny h3 img {
    width: 100% !important;
    height: 26vw;
    object-fit: cover;
  }
}
#tigerandbunny .list_point {
  background: black;
}
#tigerandbunny .col2.stretch {
  align-items: stretch;
}
#tigerandbunny .col2.stretch .txtCol_w {
  position: relative;
  display: flex;
  align-items: center;
}
#tigerandbunny .col2.stretch .txtCol_w::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 34px 34px 0 0;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
}
#tigerandbunny .col2.stretch .txtCol_w::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 34px 34px;
  border-color: transparent transparent #000 transparent;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #tigerandbunny .col2.stretch .txtCol_w::before {
    border-width: 17px 17px 0 0;
  }
  #tigerandbunny .col2.stretch .txtCol_w::after {
    border-width: 0 0 17px 17px;
  }
}
