@charset "UTF-8";
@keyframes teishibounyuFadeInUp {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body.teishibounyu p.btn a {
  padding: 0.5em;
  border: 2px solid #000;
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.5s;
}
body.teishibounyu p.btn a:after {
  position: absolute;
  right: 1em;
  content: "→";
}
body.teishibounyu p.btn a:hover {
  border-color: #00298a;
  color: #FFF;
  background: #00298a;
}
body.teishibounyu #contentsWrap #kv {
  background: #3ba1e2;
}
body.teishibounyu #contentsWrap #kv h1 {
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}
body.teishibounyu #contentsWrap #kv h1 img {
  width: 100%;
}
body.teishibounyu #contentsWrap .bgWoodWrap {
  background: url(/teishibounyu-common/images/bg-wood-pattern-pc.png) center top;
}
body.teishibounyu #contentsWrap .cmWrap {
  padding: 60px 0;
  overflow: hidden;
  color: #FFF;
  background: url(/teishibounyu-common/images/bg-cm-pc.png) #00288a;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.teishibounyu #contentsWrap .cmWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.teishibounyu #contentsWrap .cmWrap li {
  width: 48.6%;
}
body.teishibounyu #contentsWrap .cmWrap li:nth-child(2n) {
  margin-left: 2.8%;
}
body.teishibounyu #contentsWrap .cmWrap li:nth-child(n+3) {
  margin-top: 2.8%;
}
body.teishibounyu #contentsWrap .cmWrap li h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  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.js-fadeInUp li {
  opacity: 0;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li {
  animation-name: teishibounyuFadeInUp;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li:nth-child(1) {
  animation-delay: 0s;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li:nth-child(2) {
  animation-delay: 0.5s;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li:nth-child(3) {
  animation-delay: 1s;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li:nth-child(4) {
  animation-delay: 1.5s;
}
body.teishibounyu #contentsWrap .cmWrap.js-fadeInUp.fadeInUp li:nth-child(5) {
  animation-delay: 2s;
}
body.teishibounyu #contentsWrap .pointList {
  padding: 160px 0 0;
}
body.teishibounyu #contentsWrap .pointList .innerWrap {
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}
body.teishibounyu #contentsWrap .pointList .pointBox {
  padding: 80px 100px;
  border-top: 16px solid #00298a;
  position: relative;
  background: #fcfdfb;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.teishibounyu #contentsWrap .pointList .pointBox .boxHeadline {
  margin-bottom: 30px;
  color: #00298a;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
body.teishibounyu #contentsWrap .pointList .pointBox .subHeadline {
  margin-bottom: 10px;
  color: #41abe6;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
body.teishibounyu #contentsWrap .pointList .pointBox .subHeadline small {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
body.teishibounyu #contentsWrap .pointList .pointBox p {
  font-size: 18px;
  line-height: 1.5;
}
body.teishibounyu #contentsWrap .pointList .pointBox p + p {
  margin-top: 30px;
}
body.teishibounyu #contentsWrap .pointList .pointBox p.btn {
  margin-top: 35px;
  width: 280px;
}
body.teishibounyu #contentsWrap .pointList .pointBox p + .subHeadline {
  margin-top: 30px;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure {
  margin-top: 35px;
  overflow: hidden;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure .box {
  border: 1px solid #CCC;
  overflow: hidden;
  background: #FFF;
  text-align: center;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure .box img {
  max-width: 100%;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure .box.graph {
  padding: 60px 80px;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure figcaption {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
body.teishibounyu #contentsWrap .pointList .pointBox .figure figcaption small {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
body.teishibounyu #contentsWrap .pointList .pointBox:not(:last-of-type) {
  margin-bottom: 40px;
}
body.teishibounyu #contentsWrap .pointList .pointBox:nth-of-type(1):after {
  width: 149px;
  height: 109px;
}
body.teishibounyu #contentsWrap .pointList .pointBox:nth-of-type(2):after {
  width: 164px;
  height: 119px;
}
body.teishibounyu #contentsWrap .pointList .pointBox:nth-of-type(3):after {
  top: 55px;
  width: 179px;
  height: 129px;
}
body.teishibounyu #contentsWrap .pointList .pointBox:nth-of-type(4):after {
  top: 50px;
  width: 194px;
  height: 141px;
}
body.teishibounyu #contentsWrap .pointList .pointBox.js-fadeInUp {
  opacity: 0;
}
body.teishibounyu #contentsWrap .pointList .pointBox.js-fadeInUp.fadeInUp {
  animation: teishibounyuFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.teishibounyu #contentsWrap .lineupWrap {
  padding: 80px 0 120px;
}
body.teishibounyu #contentsWrap .lineupWrap .innerWrap {
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}
body.teishibounyu #contentsWrap .lineupWrap .figure {
  margin: 0 auto;
  position: relative;
  width: 325px;
  height: 555px;
}
body.teishibounyu #contentsWrap .lineupWrap .figure img {
  margin: -30px 0 0 -110px;
}
body.teishibounyu #contentsWrap .lineupWrap .figure.js-fadeInUp {
  opacity: 0;
}
body.teishibounyu #contentsWrap .lineupWrap .figure.js-fadeInUp.fadeInUp {
  animation: teishibounyuFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.teishibounyu #contentsWrap .lineupWrap p.btn {
  margin: 60px auto 0;
  width: 360px;
}
body.teishibounyu #contentsWrap .bnrWrap {
  padding: 80px 0;
  background: #41abe6;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background: #FFF;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr img {
  width: 100%;
  vertical-align: bottom;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
body.teishibounyu #contentsWrap .bnrWrap .bnr a:hover {
  opacity: 0.7;
}
body.teishibounyu .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 856px;
}
body.teishibounyu .videoModalStyle video {
  width: 100%;
}
body.teishibounyu .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
body.teishibounyu .videoModalStyle .mfp-close img {
  width: 100%;
}
body.teishibounyu .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
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;
}