@keyframes teishibounyuFadeInUp {
  0% {
    top: 70px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.js-fadeInUp {
  position: relative;
  opacity: 0;
}

.fadeInUp {
  animation: teishibounyuFadeInUp 1s 0.3s forwards;
}

body.teishibounyu #contentsWrap {
  overflow: hidden;
}
body.teishibounyu #contentsWrap p {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.4;
}
body.teishibounyu #contentsWrap p.f28 {
  font-size: 14px;
  font-size: 4.375vw;
}
body.teishibounyu #contentsWrap .linkBtn {
  margin-top: 3.5714285714%;
  border-color: #000;
  border-style: solid;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 4px;
  }
}
@media only screen and (max-width: 568px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 4px;
  }
}
@media only screen and (max-width: 540px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 3px;
  }
}
@media only screen and (max-width: 480px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 3px;
  }
}
@media only screen and (max-width: 414px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 3px;
  }
}
@media only screen and (max-width: 375px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 2px;
  }
}
@media only screen and (max-width: 360px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 2px;
  }
}
@media only screen and (max-width: 320px) {
  body.teishibounyu #contentsWrap .linkBtn {
    border-width: 2px;
  }
}
body.teishibounyu #contentsWrap .linkBtn a {
  padding: 0.4em 0;
  color: #000;
}
body.teishibounyu #contentsWrap .linkBtn:hover {
  border-color: #00298a;
}
body.teishibounyu #contentsWrap .linkBtn:hover a {
  color: #FFF;
  background: #00298a;
}
body.teishibounyu #contentsWrap #kv .kv_ttl {
  position: relative;
  line-height: 0;
}
body.teishibounyu #contentsWrap #kv + .bgWoodWrap .pointList {
  padding-top: 14.0625%;
}
body.teishibounyu #contentsWrap .bgWoodWrap {
  padding-bottom: 15.625%;
  background: url(/teishibounyu-common/images/bg-wood-pattern-sp.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
body.teishibounyu #contentsWrap .cmWrap {
  padding: 8.59375% 0;
  background: url(/teishibounyu-common/images/bg-cm-sp.png) no-repeat center bottom;
  background-color: #00298a;
  background-size: 100% auto;
}
body.teishibounyu #contentsWrap .cmWrap li {
  color: #FFF;
}
body.teishibounyu #contentsWrap .cmWrap li h2 {
  margin-bottom: 3.5714285714%;
  line-height: 1.2;
  font-size: 18px;
  font-size: 5.625vw;
  text-align: center;
}
body.teishibounyu #contentsWrap .cmWrap li .thumbWrap {
  width: 100%;
  background: #FFF;
  line-height: 0;
  cursor: pointer;
}
body.teishibounyu #contentsWrap .cmWrap li .thumbWrap img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
body.teishibounyu #contentsWrap .cmWrap li .thumbWrap:hover img {
  opacity: 0.7;
}
body.teishibounyu #contentsWrap .cmWrap li:not(:last-child) {
  margin-bottom: 7.1428571429%;
}
body.teishibounyu #contentsWrap .pointList {
  padding: 25% 0 11.71875%;
}
body.teishibounyu #contentsWrap .pointList .pointBox {
  border-top: 2.5vw solid #00298a;
  position: relative;
  background: #fcfdfb;
  box-shadow: 0 0 5vw 1vw rgba(0, 0, 0, 0.1);
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap {
  padding: 14.2857142857% 8.0357142857%;
  text-align: center;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap .boxHeadline {
  color: #00298a;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1em;
  font-size: 21px;
  font-size: 6.5625vw;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap .boxHeadline:not(:last-child) {
  margin-bottom: 5.3571428571%;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap .subHeadline {
  margin-top: 5.3571428571%;
  color: #41abe6;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 5vw;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap .subHeadline small {
  display: block;
  color: #666;
  font-size: 10px;
  font-size: 3.125vw;
  font-weight: normal;
  letter-spacing: 0;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap .subHeadline:not(:last-child) {
  margin-bottom: 1.7857142857%;
}
body.teishibounyu #contentsWrap .pointList .pointBox .textWrap p + p {
  margin-top: 1.5em;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure {
  border-top-color: #CCC;
  border-top-style: solid;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure figcaption {
  margin-bottom: 1.7857142857%;
  padding: 0 8.9285714286%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  font-size: 16px;
  font-size: 5vw;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure figcaption small {
  color: #666;
  font-size: 11px;
  font-size: 3.4375vw;
}
@media only screen and (max-width: 640px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 568px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 540px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 480px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 414px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 375px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 360px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 320px) {
  body.teishibounyu #contentsWrap .pointList .pointBox .figure img {
    border-top-width: 1px;
  }
}
body.teishibounyu #contentsWrap .pointList .pointBox:not(:first-child) {
  margin-top: 14.2857142857%;
}
body.teishibounyu #contentsWrap .lineupWrap {
  padding: 6.25% 0 2.6785714286%;
}
body.teishibounyu #contentsWrap .lineupWrap .figure {
  position: relative;
}
body.teishibounyu #contentsWrap .lineupWrap .figure img {
  position: absolute;
  top: -4.6875%;
  left: 3.5714285714%;
  width: 121%;
}
body.teishibounyu #contentsWrap .lineupWrap .figure:before {
  padding-top: 98.2%;
  display: block;
  content: "";
}
body.teishibounyu #contentsWrap .lineupWrap .linkBtn {
  margin-top: 10.7142857143%;
}
body.teishibounyu #contentsWrap .bnrWrap {
  padding: 9.375% 0;
  background: url(/teishibounyu-common/images/bg-bnr.png) no-repeat center center;
  background-size: cover;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr img {
  width: 100%;
  vertical-align: bottom;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr a {
  display: block;
}
body.teishibounyu #contentsWrap .pageTop {
  padding-top: 12.5%;
}
body.teishibounyu #contentsWrap .pageTop a {
  margin-top: 12.5%;
}
body.teishibounyu .mfp-container {
  padding: 0;
}
body.teishibounyu .mfp-content {
  padding: 0;
}
body.teishibounyu .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 87.5%;
}
body.teishibounyu .videoModalStyle video {
  width: 100%;
}
body.teishibounyu .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: -12vw;
  right: 0;
  width: 8vw;
  height: 8vw;
  transition: 0.5s;
}
body.teishibounyu .videoModalStyle .mfp-close img {
  width: 100%;
}
body.teishibounyu .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
@media (orientation: landscape) {
  body.teishibounyu .videoModalStyle {
    margin: 9.375% auto;
  }
  body.teishibounyu .videoModalStyle .mfp-close {
    top: -7vw;
    width: 4vw;
    height: 4vw;
  }
}
body.teishibounyu .zoomEffect .mfp-with-anim {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
body.teishibounyu .zoomEffect.mfp-bg {
  transition: all 0.3s ease-out;
  opacity: 0;
}
body.teishibounyu .zoomEffect.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
body.teishibounyu .zoomEffect.mfp-ready.mfp-bg {
  opacity: 0.8;
}
body.teishibounyu .zoomEffect.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
body.teishibounyu .zoomEffect.mfp-removing.mfp-bg {
  opacity: 0;
}