@charset "utf-8";

/* base layout */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  word-wrap: break-word;
  color: #111;
  line-height: 1.4em;
}

iframe {
  border: 0;
}

.content-center {
  margin: 0 16px;
}

footer img.logo__mota {
  width: 100px;
  padding: 0 0 8px 0;
}

#pr-body {
  font-family: 'A P-OTF A1ゴシック Std', 'M PLUS 1p','Noto Sans JP', sans-serif, Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro,
    'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

#pr-body h1,
#pr-body h2,
#pr-body h3,
#pr-body .anchor-help,
#pr-body .nav-menu,
#pr-body .page-jump-link,
#pr-body .next-anchor,
#pr-body .footer-nav-menu{
  font-family: 'A P-OTF A1ゴシック Std', 'M PLUS 1p','Noto Sans JP', 'Noto Serif JP';
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

#pr-body a {
  color: #C3CEE0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#pr-body a:hover {
  color: #111;
}

/*フェードイン*/
.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* base layout */

#pr-body .anchor-help {
  font-weight: 600;
  color: #A9435B;
  cursor: default;
}

#pr-body .anchor-help::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 4px 0 0;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23A9435B%22%20d%3D%22M508.882%2C250.515L235.601%2C87.36c-1.952-1.142-4.438-1.215-6.462-0.049c-1.97%2C1.116-3.204%2C3.289-3.204%2C5.572%0A%09%09v123.61L9.646%2C87.36c-1.95-1.142-4.436-1.215-6.461-0.049C1.252%2C88.428%2C0%2C90.601%2C0%2C92.883v163.143v163.056%0A%09%09c0%2C2.357%2C1.252%2C4.492%2C3.185%2C5.586c2.025%2C1.19%2C4.511%2C1.116%2C6.461-0.025l216.289-129.132v123.572c0%2C2.357%2C1.234%2C4.492%2C3.204%2C5.586%0A%09%09c2.025%2C1.19%2C4.511%2C1.116%2C6.462-0.025l273.281-163.155c1.964-1.142%2C3.118-3.204%2C3.118-5.462%0A%09%09C512%2C253.755%2C510.846%2C251.62%2C508.882%2C250.515z%22%3E%3C%2Fpath%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E);
}

/* clear both*/
#pr-body .anchor-help::after,
#pr-body address::after,
#pr-body address .writer::after,
#pr-body address .photographer-direction::after,
#pr-body .main-headline .main-headline-container .pr-sns-button::after,
#pr-body .nav-menu ul::after,
#pr-body .page-jump-link::after,
#pr-body .next-anchor::after,
#pr-body .footer-nav-menu ul::after,
#pr-body .sns::after,
#pr-body .sns .content-center .pr-sns-button::after {
  content: '';
  display: block;
  clear: both;
}

#pr-body .article-category p {
  text-align: right;
  padding: 8px 0 0 0;
  font-size: 14px;
  cursor: default;
}

/* for pc contents layout *************************************************************************************/
@media screen and (min-width: 481px) {

  .content-center {
    width: 1020px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
  }

  #pr-body .article-category p {
    padding: 8px 0;
  }

  #pr-body .main-visual {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-image: url('https://cdn.autoc-one.jp/static/article-assets/special/3488784/image/mv_pc.jpg');
    background-position: center center;
    padding-top: 30px;
  }

  #pr-body .main-visual .main-tytle_1 {
    width: 380px;
    height: 434px;
    border: 2px solid #111;
    background-color: #fff;
    margin: 0 auto;
    display: block;
  }

  #pr-body .main-visual .main-tytle_2 {
    width: 362px;
    height: 414px;
    border: 2px solid #111;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 7px;
    padding: 0 17px;
  }

  #pr-body .main-visual .main-tytle_2 h1 {
    text-align: center;
    margin: 0 auto;
    color: #A32C31;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  #pr-body .main-visual .main-tytle_2 p {
    border-top: 1px solid #111;
    padding-top: 15px;
    line-height: 1.7em;
    font-weight: 500;
  }

  #pr-body .main-block {
    width: 988px;
    margin: 180px auto;
    height: auto;
  }

  #pr-body .link_block {
    width: 470px;
    float: left;
    height: auto;
    margin-bottom: 60px;
  }

  #pr-body .link_block:nth-child(odd) {
    margin-right: 48px;
  }

  #pr-body .link_block h2 {
    font-weight: 400;
    font-size: 23px;
    border-bottom: 1px #111 solid;
    margin-bottom: 10px;
    padding-bottom: 2px
  }

  #pr-body .link_block h2 span {
    font-size: 25px;
    border-top: 1px #111 solid;
    border-left: 1px #111 solid;
    border-right: 1px #111 solid;
    padding: 4px 6px 0;
    margin-right: 10px;
  }

  #pr-body .link_block img {
    position: absolute;
  }

  #pr-body .link_block a:hover img {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #pr-body .link_block .info_block {
    width: 430px;
    height: 140px;
    padding: 15px 20px;
    background-color: #111;
    color: #fff;
    font-family: Noto Sans JP;
    margin: 0 auto;
    position: relative;
    margin-top: 260px;
  }

  #pr-body .link_block .info_block::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 430px;/*線の長さ*/
    height: 1px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #111;/*線の色*/
    border-radius: 2px;/*線の丸み*/
  }

  #pr-body .link_block .info_block dl {
    margin-bottom: 10px;
  }

  #pr-body .link_block .info_block dt {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    background-image: url("https://cdn.autoc-one.jp/static/article-assets/special/3488784/image/dl_icon.gif");
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
  }

  #pr-body .link_block .info_block dd {
    margin-bottom: 5px;
  }

  #pr-body .link_block .info_block p {
    float: right;
  }

  #pr-body .Sponsor_block {
    display: table;
    width: 988px;
    margin: 0 auto;
    border-bottom: 2px solid #111;
    height: 30px;
  }

  #pr-body .Sponsor_block p {
    float: right;
    font-weight: 400;
    font-size: 18px;
  }

  #pr-body .banner{
    width: 100%;
    padding: 0 8px;
    margin: 12px auto;
    text-align: center;
  }

}


/* for sp contents layout *************************************************************************************/
@media screen and (max-width: 480px) {

  .content-center {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    position: relative;
  }

  #pr-body .article-category p {
    padding: 8px 0;
  }

  #pr-body .main-visual {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-size: cover;
    background-image: url('https://cdn.autoc-one.jp/static/article-assets/special/3488784/image/mv_sp.jpg');
    background-position: center center;
    padding-top: 40px;
    margin-bottom: 250px;
  }

  #pr-body .main-visual .main-tytle_1 {
    width: 84%;
    height: auto;
    border: 2px solid #111;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }

  #pr-body .main-visual .main-tytle_2 {
    width: 97%;
    height: auto;
    border: 2px solid #111;
    background-color: #fff;
    margin: 0 auto;
    margin: 5px;
    padding: 0 17px;
  }

  #pr-body .main-visual .main-tytle_2 h1 {
    text-align: center;
    margin: 0 auto;
    color: #A32C31;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'M PLUS 1p';
  }

  #pr-body .main-visual .main-tytle_2 h1 img{
    width: auto;
    height: 35px;
  }

  #pr-body .main-visual .main-tytle_2 p {
    border-top: 1px solid #111;
    padding-top: 14px;
    line-height: 1.6em;
    font-size: 14px;
  }

  #pr-body .main-block {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 4%;
  }

  #pr-body .link_block {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 50px;
  }

  #pr-body .link_block h2 {
    font-weight: 400;
    font-size: 18px;
    /* border-bottom: 1px #111 solid; */
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-family: 'M PLUS 1p';
    line-height: 1.5;
  }

  #pr-body .link_block h2 span {
    font-size: 18px;
    border-top: 1px #111 solid;
    border-left: 1px #111 solid;
    border-right: 1px #111 solid;
    padding: 4px;
    margin-right: 8px;
    float: left;
    border-bottom: 1px #111 solid;
    line-height: 1;
  }

  #pr-body .link_block img {
    width: 100%;
    height: auto;
  }

  #pr-body .link_block a:hover img {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #pr-body .link_block .info_block {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #111;
    color: #fff;
    font-family: Noto Sans JP;
    position: relative;
    margin: 0 auto;
  }

  #pr-body .link_block .info_block::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;/*線の上下位置*/
    display: inline-block;
    width: 100%;/*線の長さ*/
    height: 1px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #111;/*線の色*/
    border-radius: 2px;/*線の丸み*/
  }

  #pr-body .link_block .info_block dl {
    margin-bottom: 7px;
  }

  #pr-body .link_block .info_block dt {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    background-image: url("https://cdn.autoc-one.jp/static/article-assets/special/3488784/image/dl_icon.gif");
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
  }

  #pr-body .link_block .info_block dd {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 300;
  }

  #pr-body .link_block .info_block p {
    text-align: right;
    font-size: 15px;
  }

  #pr-body .Sponsor_block {
    display: table;
    width: 92%;
    height: auto;
    margin: 0 auto;
    border-bottom: 2px solid #111;
    height: auto;
    font-family: 'M PLUS 1p';
  }

  #pr-body .Sponsor_block p {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
  }

  #pr-body .banner{
    width: 100%;
    height: auto;
    padding: 0 4%;
    margin: 12px auto;
    text-align: center;
  }

  #pr-body .banner img{
    width: 100%;
    height: auto;
  }

}

#pr-body .sns .pr-sns-button {
  padding: 16px;
  text-align: center;
}

#pr-body .sns .pr-sns-button div {
  display: inline-block;
  margin: 0 16px;
}

#pr-body .sns .pr-sns-button div img {
  width: 32px;
  height: 32px;
}

footer {
  text-align: center;
}

footer svg {
  fill: #111;
}

.footer {
  width: 100%;
}

.footer__inner {
  background-color: #333;
  padding: 0 0 10px;
}

.footer__logo {
  padding: 15px 0 5px;
}

.footer__logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: auto;
}

.footer__attention {
  display: block;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__attention {
    font-size: 10px;
  }
}