@font-face {
  font-family: "EB Garamond";
  src: url("../font/EBGaramond-Regular.woff") format("woff"), url("../font/EBGaramond-Regular.woff2") format("woff2"), url("../font/EBGaramond-Regular.eot") format("eot");
}
.inner01 {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.inner02 {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 10px !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
figure figcaption.bk {
  color: #000;
  text-shadow: none;
}
figure figcaption.bk.bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  text-shadow: none;
  bottom: 1px;
  right: 1px;
}
figure figcaption.wh {
  text-shadow: none;
}
figure figcaption.left {
  text-align: left;
  right: auto;
  left: 5px;
}
figure figcaption.btm {
  color: #000;
  margin-top: 5px;
  text-shadow: none;
  position: static;
}
figure figcaption.top {
  bottom: auto;
  top: 5px;
}
figure figcaption.bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg.spbtm {
    background: none;
    padding: 0;
  }
}
figure figcaption.bg.left {
  text-align: left;
  right: auto;
  left: 0;
}
figure figcaption.bg02 {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-shadow: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  figure figcaption.bg02 {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  figure figcaption.bg02.spbtm {
    background: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  figure figcaption.spbtm {
    color: #000;
    margin-top: 5px;
    text-shadow: none;
    position: static;
  }
}

.txt01 {
  font-size: 16px;
  line-height: 2.3em;
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 13px;
  }
}
.txt01.cnt {
  text-align: center;
}
@media (max-width: 767px) {
  .txt01.cnt.spLeft {
    text-align: left;
  }
}

.bl {
  color: #002662;
}

.note {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note {
    font-size: 10px;
  }
}
.note + .note {
  margin-top: 0;
}
.note.mt10 {
  margin-top: 10px;
}
.note.mt0 {
  margin-top: 0;
}
.note.c01 {
  text-indent: -1em;
  padding-left: 1em;
}
.note.c02 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.note.cnt {
  text-align: center;
}
.note.right {
  text-align: right;
}

.spImgScroll {
  position: relative;
}
@media (max-width: 767px) {
  .spImgScroll {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spImgScroll::before {
    content: "";
    width: 150px;
    height: 50px;
    background: url(../../img/icon_swipe.png) no-repeat center center;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-animation: swipe 2.5s linear 0s infinite;
            animation: swipe 2.5s linear 0s infinite;
    -webkit-transition: opacity 0.4s linear 0s;
    transition: opacity 0.4s linear 0s;
  }
}
.spImgScroll.iconOff::before {
  opacity: 0;
}
.spImgScroll .cap01 {
  font-size: 10px;
  color: #000;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
.spImgScroll .cap01.wh {
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media (max-width: 767px) {
  .spImgScroll .imgInner {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .spImgScroll .imgInner img {
    width: 900px;
    max-width: none;
  }
}

@-webkit-keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

@keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media (min-width: 768px) {
  .vsp {
    display: none;
  }
}