.hiddenString {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  padding: 0;
  border: 0
}

span,
p,
div,
a {
  font-family: A1 Gothic M, sans-serif
}

h1,
h2,
h3 {
  font-family: A1 Gothic B, sans-serif
}

h1 span,
h2 span,
h3 span {
  font-family: A1 Gothic B, sans-serif
}

section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0
}

article,
div {
  position: relative
}

article.green,
div.green {
  background-color: #3eac3e
}

article.green.thin section,
div.green.thin section {
  padding: 30px 0
}

article.beige,
div.beige {
  background-color: #ffe8d5
}

article.skyblue,
div.skyblue {
  background-color: #bcdfeb
}

article.yellow,
div.yellow {
  background-color: #ffff8c
}

article.yellow section,
div.yellow section {
  padding: 30px 0
}

article.pink,
div.pink {
  background-color: #ffcddc
}

article.pink section,
div.pink section {
  padding: 30px 0
}

article.white,
div.white {
  background-color: #fff
}

article.white section,
div.white section {
  padding: 30px 0
}

article.info,
div.info {
  padding: 10px 0;
  background-image: url('../img/bg_mainimg.jpg');
  background-size: 901px 590px;
  background-repeat: repeat;
  background-position: top center
}

article.info section,
div.info section {
  padding: 30px 0
}

.header {
  background-color: #3eac3e;
  height: 64px;
  position: relative;
  z-index: 100;
  width: 100%
}

.header__contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
  -ms-flex-align: center;
  align-items: center
}

.header__contents .logo {
  width: 32%;
  max-width: 444px;
  display: block;
  padding-left: 1em
}

.header__contents .logo.en {
  max-width: 341px
}

.header__contents .logo img {
  width: 100%
}

.header__contents .lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header__contents .lang li {
  position: relative;
  padding-right: 20px;
  line-height: 1
}

.header__contents .lang li:after {
  border-right: 1px solid #fff;
  display: block;
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}

.header__contents .lang li:last-child:after {
  content: none;
}

.header__contents .lang li a {
  font-size: 130%;
  color: #666;
}

.header__contents .lang li a.active {
  color: #fff;
}

.links {
  width: 100%;
  max-width: 386px;
  margin: 0 auto
}

.links.en {
  max-width: 480px
}

.links li {
  border-bottom: 1px solid #fff
}

.links li a {
  display: block;
  color: #fff;
  padding: 5px;
  position: relative;
  font-size: 160%
}

/*.links li a:after {
    content: '';
    width: 13px;
    height: 13px;
    background-image: url('../img/arrow_right.png');
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}*/
.share {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.share__ttl {
  font-size: 140%;
  margin-right: 1em
}

.share__list {
  display: -ms-flexbox;
  display: flex
}

.share__list li {
  margin-right: 1em
}

.share__list li:last-child {
  margin-right: 0
}

.contact__list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 386px;
  margin: 25px auto 40px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact__list.en li a {
  font-size: 130%
}

.contact__list li {
  margin-right: 0.5em
}

.contact__list li a {
  background-color: #000;
  color: #fff;
  padding: 3px 12px;
  font-size: 140%;
  display: block;
  border-radius: 6px
}

.contact__list li:last-child {
  margin-right: 0
}

.banner {
  display: block;
  text-align: center
}

.banner a {
  display: block;
  font-size: 160%
}

.banner a img {
  display: inline-block;
  width: auto;
  max-width: 400px
}

.to2019 {
  border-bottom: 2px solid #000;
  color: #000;
  width: 100%;
  max-width: 330px;
  margin: 30px auto
}

.footer {
  background-color: #262626;
  padding: 10px 0
}

.footer__contents {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__contents a {
  display: block;
  width: 50px
}

.footer__contents a img {
  width: 100%
}

.footer__contents p,
.footer__contents small {
  font-size: 100%;
  color: #fff
}

.footer__contents.en a {
  width: 90px
}

.pre2020 {
  min-width: auto
}

.pre2020.pre2020-green {
  background-color: #3eab3e;
}

.pre2020 .contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative
}

.pre2020__contents .intro.intro-white {
  color: #fff;
}

.pre2020 .contents.contents100 {
  max-width: 100%;
  width: 100%;
}

.pre2020 .contents.contents-skyblue {
  background-color: #c0e1ff;
}

.pre2020 .contents p {
  width: 95%;
  max-width: 600px;
  font-size: 160%;
  margin: 5em auto;
  font-family: A1 Gothic M, sans-serif
}

.pre2020 .contents p a {
  color: #FF6C00;
}

.pre2020 .contents p span.cooperation {
  text-align: right;
  display: block;
  font-size: 13px;
  margin-top: 20px;
}

.pre2020 .contents p.pre2020__yodogawa {
  position: relative;
  margin: 128px auto 90px;
}

.pre2020 .contents p.pre2020__yodogawa:after {
  content: "";
  display: inline-block;
  width: 157px;
  height: 116px;
  background-image: url('../img/common/img_contents_01.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 10px;
  left: -150px;
}

.pre2020__yodogawa-end {
  margin: 35px auto 55px !important;
  display: block;
}

.pre2020__img {
  width: 100%;
  margin-top: 150px
}

.pre2020__img img {
  width: 100%
}

.movieWrap {
  width: 90.5%;
  padding: 1.5em;
  margin: auto;
  border: 5px solid #3EAC3E;
  border-radius: 10px;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pre2020__date:before {
  content: '';
  width: 170px;
  height: 185px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

.pre2020__date-0801:before {
  background-image: url('../img/common/date_0801.png')
}

.pre2020__date-0802:before {
  background-image: url('../img/common/date_0802.png')
}

.pre2020__date-0803:before {
  background-image: url('../img/common/date_0803.png')
}

.pre2020__date-0804:before {
  background-image: url('../img/common/date_0804.png')
}

.pre2020__date-0805:before {
  background-image: url('../img/common/date_0805.png')
}

.pre2020__date-0806:before {
  background-image: url('../img/common/date_0806.png')
}

.pre2020__date-0807:before {
  background-image: url('../img/common/date_0807.png')
}

.pre2020__date-0808:before {
  background-image: url('../img/common/date_0808.png')
}

.pre2020__date-0809:before {
  background-image: url('../img/common/date_0809.png')
}

.pre2020__date-0815:before {
  background-image: url('../img/common/date_0815.png')
}

.pre2020__ttl,
.pre2020__ttl02 {
  position: relative;
  width: 54%;
  margin: 30px auto
}

.pre2020__ttl:before {
  content: '';
  display: block;
  background-size: contain;
  background-image: url('../img/common/technology_hd01_pc.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 20%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.pre2020__ttl02:before {
  content: '';
  display: block;
  background-size: contain;
  background-image: url('../img/common/technology_hd02_pc.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 20%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.pre2020__subttl {
  position: absolute;
  left: 50%;
  top: 70px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  width: 66%;
  max-width: 630px;
  margin: 0 auto;
  display: block;
  border-top: 2px solid #3eac3e;
  border-bottom: 2px solid #3eac3e;
  padding: 10px 0
}

.pre2020__subttl-txt {
  font-size: 290%;
  color: #1a1a1a;
  vertical-align: middle;
  font-family: A1 Gothic M, sans-serif;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
}

.pre2020__subttl-tag {
  font-size: 130%;
  background-color: #ff8900;
  padding: 3px 6px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 2em;
  font-family: A1 Gothic M, sans-serif
}

.pre2020__header,
.pre2020__header02 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 30px 0
}

.pre2020__header:after {
  content: '';
  width: 150px;
  height: 137px;
  background-image: url('../img/common/img_header_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 20px
}

.pre2020__header02:after {
  content: '';
  width: 150px;
  height: 137px;
  background-image: url('../img/common/img_header_02.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 20px
}

.pre2020 .linktop {
  border-bottom: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
}

.pre2020 .linktop .logo {
  font-size: 140%
}

.pre2020 .linktop .logo img {
  width: 24%;
  max-width: 444px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em
}

.pre2020 .production {
  position: relative;
  text-align: center;
  max-width: 240px;
  margin: 30px auto 85px !important;
}

.pre2020 .production:before {
  content: "";
  display: inline-block;
  width: 176px;
  height: 65px;
  background-image: url('../img/common/img_contents_02.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 30px;
  left: -80px;
}

.pre2020 .afterword {
  position: relative;
  margin: 115px auto 95px !important;
}

.afterword:after {
  content: "";
  display: inline-block;
  width: 89px;
  height: 209px;
  background-image: url('../img/common/img_contents_03.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  bottom: -90px;
  right: -140px;
}

.pre2020 .brpcsp {
  display: block !important;
}

.pre2020__contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.pre2020__contents.pre2020__contents-thin {
  max-width: 960px;
}

.pre2020__contents.pre2020__contents-pt70 {
  padding-top: 70px;
}

.pre2020__contents .intro.intro-white {
  color: #fff;
}

.pre2020__news__head {
  background-color: #fff;
  margin: 0 auto;
}

.pre2020__news__header {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
}

.pre2020__news__header > a {
  width: 170px;
}

.pre2020__news__header__illust {
  width: 95px;
}

.pre2020__news__header__illust:before {
  content: '';
  width: 95px;
  height: 119px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url('../img/common/img_header_news.png');
  position: relative;
  top: 33px;
  left: 0;
}

.pre2020__news__header__ttl {
  width: calc(100% - 95px - 170px);
}

.pre2020__news__ttl:before {
  content: '';
  width: 385px;
  height: 43px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 16px auto;
}

.pre2020__9news-1:before {
  background-image: url('../img/common/ttl_news1.png');
}

.pre2020__9news-3:before {
  background-image: url('../img/common/ttl_news3.png');
}

.pre2020__news__header__subttl {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  display: block;
  border-top: 2px solid #3eac3e;
  border-bottom: 2px solid #3eac3e;
  padding: 10px 0;
  font-size: 230%;
  color: #1a1a1a;
  vertical-align: middle;
  font-family: A1 Gothic M, sans-serif;
  line-height: 1.4;
  font-weight: normal;
}

.pre2020__news__subttl-tag {
  font-size: 130%;
  background-color: #ff8900;
  padding: 3px 6px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 2em;
  font-family: A1 Gothic M, sans-serif
}

.pre2020__news__date:before {
  content: '';
  width: 170px;
  height: 185px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.pre2020__news__date-0811:before {
  background-image: url('../img/common/date_0811.png')
}

.pre2020__news__date-0813:before {
  background-image: url('../img/common/date_0813.png')
}

.pre2020__news__date-0817:before {
  background-image: url('../img/common/date_0817.png')
}

.pre2020__news__date-0818:before {
  background-image: url('../img/common/date_0818.png')
}

.pre2020__news__date-0819:before {
  background-image: url('../img/common/date_0819.png')
}

.pre2020__news__mainimg {
  background-size: contain;
  width: 100%;
  padding-top: 54%;
}

.pre2020__news__mainimg-1 {
  background-image: url('../img/11/news1_mainimg.png')
}

.pre2020__news__mainimg-3 {
  background-image: url('../img/13/news3_mainimg.png');
  padding-top: 56.25%;
}

.news__container {
  background-color: #fff;
  padding: 50px 0;
}

.tleft {
  text-align: left !important;
}

.color-blue {
  color: #3076c3;
}

.pre2020 .contents .news__container h2 {
  max-width: 440px;
  margin: 0 auto;
  font-size: 200%;
  text-align: center;
  font-family: A1 Gothic B, sans-serif;
}

.pre2020 .contents .news__container h2.num:before {
  content: '';
  width: 20px;
  height: 29px;
  background-size: contain;
  display: block;
  margin: 50px auto 20px;
}

.pre2020 .contents .news__container h2.num-green1:before {
  background-image: url("../img/11/num_green_1.png");
}

.pre2020 .contents .news__container h2.num-green2:before {
  background-image: url("../img/11/num_green_2.png");
}

.pre2020 .contents .news__container h2.num-green3:before {
  background-image: url("../img/11/num_green_3.png");
}

.pre2020 .contents .news__container h2.num-green4:before {
  background-image: url("../img/11/num_green_4.png");
}

.pre2020 .contents .news__container h2.num-green5:before {
  background-image: url("../img/11/num_green_5.png");
}

.pre2020 .contents .news__container h2.num-green6:before {
  background-image: url("../img/11/num_green_6.png");
}

.pre2020 .contents .news__container p {
  max-width: 440px;
  margin: 3em auto;
  position: relative;
  font-family: A1 Gothic M, sans-serif;
}

.pre2020 .contents .news__container p img {
  display: block;
  margin: 1em auto;
}

.pre2020 .contents .news__container p.news1__illust:after {
  content: '';
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  width: 196px;
  height: 196px;
  display: block;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-1:after {
  content: '';
  background-image: url("../img/11/news1_illust_1.png");
  right: -50%;
  bottom: 20%;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-2:after {
  content: '';
  background-image: url("../img/11/news1_illust_2.png");
  left: -50%;
  bottom: 20%;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-3:after {
  content: '';
  background-image: url("../img/11/news1_illust_3.png");
  right: -50%;
  bottom: 20%;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-4:after {
  content: '';
  background-image: url("../img/11/news1_illust_4.png");
  left: -50%;
  bottom: 0;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-5:after {
  content: '';
  background-image: url("../img/11/news1_illust_5.png");
  right: -50%;
  bottom: 20%;
}

.pre2020 .contents .news__container p.news1__illust.news1__illust-6:after {
  content: '';
  background-image: url("../img/11/news1_illust_6.png");
  left: -50%;
  bottom: 10%;
}

.pre2020 .brpc {
  display: block !important;
}

.pre2020 .brsp {
  display: none;
}

.pre2020 .pre2020__contents i {
  font-style: italic;
}

.pre2020 .article-photo a.zoom > i {
  font-size: 28px;
  position: absolute;
  line-height: 1;
  bottom: 0;
  right: 0;
  background-color: #00b900;
  border-radius: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}

.pre2020 .article-photo a.zoom > i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  img {
    width: 100%
  }
  
  .header__contents .logo {
    width: 70%
  }
  
  .header__contents .lang li a {
    font-size: 130%;
    color: #666;
  }
  
  .header__contents .lang li a.active {
    color: #fff;
  }
  
  .footer {
    background-color: #262626;
    padding: 10px 0
  }
  
  .footer__contents {
    width: 95vw;
    max-width: 400px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .footer__contents a {
    display: block;
    width: 50px;
    margin-bottom: 1em;
    margin-top: 1em
  }
  
  .footer__contents a img {
    width: 100%
  }
  
  .footer__contents p,
  .footer__contents small {
    font-size: 100%;
    color: #fff;
    margin-bottom: 1em;
    margin-top: 1em
  }
  
  .links {
    width: 95%;
    max-width: 95%;
    margin: 0 auto
  }
  
  .links li {
    border-bottom: 1px solid #fff
  }
  
  .links li a {
    display: block;
    color: #fff;
    padding: 0.5em 1em;
    position: relative;
    font-size: 140%
  }
  
  /*    .links li a:after {
          content: '';
          width: 13px;
          height: 13px;
          background-image: url('../img/arrow_right.png');
          background-size: contain;
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%)
      }*/
  .share {
    display: -ms-flexbox;
    display: flex;
    width: 81.25vw;
    max-width: 386px;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  .share__ttl {
    font-size: 140%;
    margin-right: 1em
  }
  
  .share__list {
    display: -ms-flexbox;
    display: flex
  }
  
  .share__list li {
    margin-right: 1em;
    width: 40px
  }
  
  .share__list li:last-child {
    margin-right: 0
  }
  
  .contact__list {
    display: -ms-flexbox;
    display: flex;
    width: 95vw;
    max-width: 95vw;
    margin: 25px auto 40px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row
  }
  
  .contact__list.en li a {
    font-size: 100%
  }
  
  .contact__list li {
    margin-right: 0.5em
  }
  
  .contact__list li a {
    display: inline;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 3px 12px;
    font-size: 110%;
    border-radius: 6px
  }
  
  .contact__list li:last-child {
    margin-right: 0
  }
  
  .banner {
    width: 95vw;
    text-align: center;
    margin: 0 auto
  }
  
  .banner a {
    display: block
  }
  
  .banner a img {
    width: 100%
  }
  
  .pre2020 {
    min-width: auto
  }
  
  .pre2020 .contents {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative
  }
  
  .pre2020 .contents p {
    width: 90%;
    max-width: 320px;
    font-size: 160%;
    margin: 2em auto;
    font-family: A1 Gothic M, sans-serif
  }
  
  .pre2020 .contents p.pre2020__yodogawa {
    margin: 95px auto 60px;
  }
  
  .pre2020 .contents p.pre2020__yodogawa:after {
    background-image: url('../img/common/img_contents_01.png');
    width: 92px;
    height: 67px;
    top: calc(100% - 20px);
    left: calc(100% - 100px);
  }
  
  .pre2020__yodogawa-end {
    margin: 30px auto 25px !important;
  }
  
  .pre2020__img {
    width: 100%;
    margin-top: 120px
  }
  
  .pre2020__img.margin150 {
    margin-top: 150px;
  }
  
  .pre2020__img img {
    width: 100%
  }
  
  .pre2020__date:before {
    content: '';
    width: 25vw;
    height: 17vw;
    max-height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0
  }
  
  .pre2020__date-0801:before {
    background-image: url('../img/common/date_0801_sp.png')
  }
  
  .pre2020__date-0802:before {
    background-image: url('../img/common/date_0802_sp.png')
  }
  
  .pre2020__date-0803:before {
    background-image: url('../img/common/date_0803_sp.png')
  }
  
  .pre2020__date-0804:before {
    background-image: url('../img/common/date_0804_sp.png')
  }
  
  .pre2020__date-0805:before {
    background-image: url('../img/common/date_0805_sp.png')
  }
  
  .pre2020__date-0806:before {
    background-image: url('../img/common/date_0806_sp.png')
  }
  
  .pre2020__date-0807:before {
    background-image: url('../img/common/date_0807_sp.png')
  }
  
  .pre2020__date-0808:before {
    background-image: url('../img/common/date_0808_sp.png')
  }
  
  .pre2020__date-0809:before {
    background-image: url('../img/common/date_0809_sp.png')
  }
  
  .pre2020__date-0815:before {
    background-image: url('../img/common/date_0815_sp.png')
  }
  
  .pre2020__ttl,
  .pre2020__ttl02 {
    position: relative;
    width: 100%;
    margin: 30px auto
  }
  
  .pre2020__ttl.en:before {
    width: 52vw;
    height: 10.5vw;
    max-height: 60px;
    position: absolute;
    left: 47%;
    top: 50%
  }
  
  .pre2020__ttl:before {
    content: '';
    display: block;
    background-size: contain;
    background-image: url('../img/common/technology_hd01_sp.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 48vw;
    height: 15.5vw;
    max-height: 60px;
    position: absolute;
    left: 50%;
    top: 20%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .pre2020__ttl02:before {
    content: '';
    background-image: url('../img/common/technology_hd02_sp.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 48vw;
    height: 18vw;
    max-height: 80px;
    position: absolute;
    left: 47%;
    top: 20%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .pre2020__subttl {
    position: absolute;
    left: 50%;
    top: 70px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-top: 2px solid #3eac3e;
    border-bottom: 2px solid #3eac3e;
    padding: 10px 0
  }
  
  .pre2020__subttl-txt {
    display: block;
    text-align: center;
    font-size: 220%;
    color: #1a1a1a;
    vertical-align: middle;
    font-family: A1 Gothic M, sans-serif
  }
  
  .pre2020__subttl-tag {
    display: inline-block;
    font-size: 130%;
    background-color: #ff8900;
    padding: 3px 6px;
    border-radius: 3px;
    margin-top: 5px;
    vertical-align: middle;
    margin-left: 0;
    font-family: A1 Gothic M, sans-serif
  }
  
  .movieWrap {
    width: 100%;
    margin: 25px auto 15px;
    padding: 1em;
    margin: auto;
    border: 3px solid #3EAC3E;
  }
  
  .pre2020__header,
  .pre2020__header02 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 12px 0
  }
  
  .pre2020__header:after {
    content: '';
    width: 70px;
    height: 63px;
    background-image: url('../img/common/img_header_01.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 2px
  }
  
  .pre2020__header02:after {
    background-image: url('../img/common/img_header_02.png');
    width: 80px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: -5px
  }
  
  .pre2020 .production {
    margin: 15px auto 88px !important;
    max-width: 100% !important;
  }
  
  .pre2020 .production:before {
    width: 100px;
    height: 37px;
    top: 50px;
    left: calc(100% - 70%);
  }
  
  .pre2020 .afterword {
    margin: 95px auto 150px !important;
  }
  
  .pre2020 .afterword:after {
    width: 50px;
    height: 118px;
    right: 0;
    bottom: 0;
    top: 130px;
    left: calc(100% - 60%)
  }
  
  .pre2020 .brpc {
    display: none !important;
  }
  
  .pre2020 .brsp {
    display: block !important;
  }
  
  .pre2020__news__head {
    background-color: #fff;
    margin: 0 auto;
  }
  
  .pre2020__news__header {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    position: relative;
    flex-direction: column;
  }
  
  .pre2020__news__header > a {
    width: 70px;
  }
  
  .pre2020__news__header__illust {
    width: 56px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .pre2020__news__header__illust:before {
    content: '';
    width: 66px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/common/img_header_news.png);
    position: relative;
    top: 12px;
    left: 0;
  }
  
  .pre2020__news__header__ttl {
    width: 100%;
    margin-top: -80px;
  }
  
  .pre2020__news__ttl:before {
    content: '';
    width: 126px;
    height: 65px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px auto;
  }
  
  .pre2020__9news-1:before {
    background-image: url('../img/common/ttl_news1_sp.png');
  }
  
  .pre2020__9news-3:before {
    background-image: url('../img/common/ttl_news3_sp.png');
  }
  
  .pre2020__news__header__subttl {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-top: 2px solid #3eac3e;
    border-bottom: 2px solid #3eac3e;
    padding: 10px 0;
    font-size: 200%;
    color: #1a1a1a;
    vertical-align: middle;
    font-family: A1 Gothic M, sans-serif;
    line-height: 1.4;
    font-weight: normal;
  }
  
  .pre2020__news__subttl-tag {
    font-size: 130%;
    background-color: #ff8900;
    padding: 3px 6px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 2em;
    font-family: A1 Gothic M, sans-serif
  }
  
  .pre2020__news__date:before {
    content: '';
    width: 70px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
  
  .pre2020__news__date-0811:before {
    background-image: url('../img/common/date_0811_sp.png')
  }
  
  .pre2020__news__date-0813:before {
    background-image: url('../img/common/date_0813_sp.png')
  }
  
  .pre2020__news__date-0817:before {
    background-image: url('../img/common/date_0817_sp.png')
  }
  
  .pre2020__news__date-0818:before {
    background-image: url('../img/common/date_0818_sp.png')
  }
  
  .pre2020__news__date-0819:before {
    background-image: url('../img/common/date_0819_sp.png')
  }
  
  .pre2020 .contents .news__container p.news1__illust:after {
    content: '';
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 40vw;
    height: 40vw;
    display: block;
    margin: 0 auto;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  
  .pre2020__contents {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .pre2020__news__mainimg {
    background-size: contain;
    width: 100%;
    padding-top: 144.0625%;
  }
  
  .pre2020__news__mainimg-1 {
    background-image: url('../img/11/news1_mainimg_sp.png')
  }
  
  .pre2020__news__mainimg-3 {
    background-image: url('../img/13/news3_mainimg_sp.png');
    padding-top: 152.1875%;
  }
  
  .pre2020 .linktop .logo img {
    width: 64%;
    max-width: 64%;
  }

  .pre2020 .contents .news__container p img {
    width: 90%;
  }

  .pre2020 .contents .news__container h2 {
    width: 90%;
    margin: 1em auto;
  }
  .news__container .article-photo {
    width: 90%;
  }

  .pre2020__contents.pre2020__contents-pt70 {
    padding-top: 20px;
  }
  
  .news__container {
    padding: 20px 0;
  }
  
  .pre2020 .article-photo {
    width: 90%;
  }
  
  .pre2020 .contents .news__container h2 {
    width: 90%;
    margin: 1em auto;
  }

  .pre2020 .brpcsp {
    display: block !important;
    content: initial !important;
  }
}

@media (max-width: 320px) {
  .pre2020 .production:before {
    top: 80px;
  }
  
  .pre2020 .afterword:after {
    top: 150px;
  }
}