<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contents_ttl {
    width: 100%;
    height: 90%;
    position: relative;
}
.contents_ttl h1 {
    top: 20%;
    line-height: 1.5;
}

.series{
margin:8% auto;
font-weight:bold;
font-size:1.2em;
}
.name {
    font-size: 0.9em;
    font-weight:bold;
    line-height: 1.7;
    margin: 10px 0 0 0;
    text-align: center;
}
.spec {
    font-size: 0.8em;
    line-height: 1.7;
    margin: 10px 0 0 0;
    text-align: center;
}
.sozai {
    font-size: 9px;
}

.slider picture img{
max-width:100%;
}
.jc{
justify-content: center;
}

.slider{
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
    .slider-item{
      font-size: 0;
      height: 100%;
      img{
        width: 100%;
        }
      }
    .add-animation {
      animation: zoomUp 10s linear 0s normal both;//ズームアニメーション
    }
}

.slider-item img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.contents_ttl{
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    'Noto Sans JP',
    sans-serif;
}
.contents_ttl .main_catch {
    margin-left: 1%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0.5em;
    line-height: 1.8;
    
    width: -webkit-fill-available;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
}
.contents_ttl .top_sub{
    margin-right: 3%;
}


@media screen and (max-width: 640px){
.contents_ttl {
    height: 60%;
}
.contents_ttl h1 {
}
.sozai {
    font-size: 9px;
}
.inside{
display: flex;
    flex-flow: column;
}
.inside div{
width: 90%;
margin: 3% 5%;
text-align: center;
}
.inside div img{
width: 50%;
float: left;
}
.inside div .motif img{
display:block;
margin: 0 3%;
}
}

</pre></body></html>