html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

.contentSsp {
  display: none;
}
@media (max-width: 400px) {
  .contentSsp {
    display: block;
  }
}

small, .small {
  padding-top: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  small, .small {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

html {
  scroll-padding-top: 70px;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 80px;
  }
}

#special {
  /*.new {
    position: relative;
    &::before {
      font-size: 0.8em;
      line-height: 1em;
      content: "NEW";
      background: #990000;
      color: #fffddf;
      text-align: center;
      position: absolute;
      top:0;
      left:0px;      
      padding: 5px;
      z-index: 10;
    }    
  }*/
}
#special #container * {
  box-sizing: border-box;
}
#special #container #wrapper h2.titMain {
  width: auto;
  height: auto;
  background: none;
}
#special #container #wrapper h2.titMain img {
  height: auto !important;
  max-width: auto;
}
#special #remastered .frm {
  display: block;
  background: url(/images/common/frame/bg_fr03_lt.png) left 5px top 5px no-repeat, url(/images/common/frame/bg_fr03_rt.png) right 5px top 5px no-repeat, url(/images/common/frame/bg_fr03_lb.png) left 5px bottom 5px no-repeat, url(/images/common/frame/bg_fr03_rb.png) right 5px bottom 5px no-repeat rgba(150, 100, 0, 0.1);
  background-size: 30px;
}
@media (max-width: 768px) {
  #special #remastered .frm {
    padding: 30px 0px;
  }
}
@media (min-width: 769px) {
  #special #remastered .frm {
    padding: 40px 0px;
  }
}
@media (max-width: 768px) {
  #special #remastered .frm {
    padding: 30px 30px 10px;
    margin: 0 auto 50px;
  }
  #special #remastered .frm .videoCol {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #special #remastered .frm {
    padding: 40px 40px 20px;
    margin: 0 auto 80px;
  }
  #special #remastered .frm .videoCol {
    margin-bottom: 20px;
  }
}
#special #remastered .remasteredList,
#special #remastered .remasteredList2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
#special #remastered .remasteredList a:hover,
#special #remastered .remasteredList2 a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  #special #remastered .remasteredList li,
  #special #remastered .remasteredList2 li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 10px 20px;
  }
  #special #remastered .remasteredList li .btn,
  #special #remastered .remasteredList2 li .btn {
    margin: 0;
  }
}
#special #remastered .remasteredList .btn2 {
  position: relative;
  display: block;
  background: #143214;
  color: #fffdf2;
  text-align: center;
  padding: 0.5em;
  border-radius: 2px;
}
#special #remastered .remasteredList .btn2::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fffdf2;
  border-top: 2px solid #fffdf2;
  box-sizing: border-box;
  transform: rotate(135deg);
}
@media (hover: hover) {
  #special #remastered .remasteredList .btn2:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  #special #remastered .remasteredList li {
    box-sizing: border-box;
    width: 50%;
  }
  #special #remastered .remasteredList li:nth-of-type(odd) {
    padding: 0 10px 20px 0;
  }
  #special #remastered .remasteredList li:nth-of-type(even) {
    padding: 0 0 20px 10px;
  }
  #special #remastered .remasteredList li .btn2 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #special #remastered .remasteredList2 li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 20px;
  }
  #special #remastered .remasteredList2 li .btn {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #special #remastered #pickup {
    margin: 50px auto;
  }
}
@media (min-width: 769px) {
  #special #remastered #pickup {
    margin: 80px auto;
  }
}
#special #remastered .videoCol {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
#special #remastered .videoCol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#special #remastered .titleCol {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#special #remastered .titleCol h3 {
  margin-bottom: 1em;
}
#special #remastered .titleCol h4 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}
#special #remastered .titleCol p {
  margin-bottom: 1em;
}
#special #remastered .titleCol .videoCol {
  border: 2px solid #000;
}
#special #remastered .titleCol .box {
  box-sizing: border-box;
  padding: 2em 2em 1em;
}
#special #remastered .titleCol .consoleList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#special #remastered .titleCol .consoleList a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #special #remastered .titleCol .consoleList {
    flex-wrap: wrap;
    width: 80%;
  }
  #special #remastered .titleCol .consoleList li {
    box-sizing: border-box;
    padding: 0 10px 20px;
    text-align: center;
  }
  #special #remastered .titleCol .consoleList li.nsw {
    width: 40%;
  }
  #special #remastered .titleCol .consoleList li.ps {
    width: 56%;
  }
  #special #remastered .titleCol .consoleList li.ps5 {
    width: 40%;
  }
  #special #remastered .titleCol .consoleList li.xbox {
    width: 36%;
  }
  #special #remastered .titleCol .consoleList li.steam {
    width: 36%;
  }
}
@media (min-width: 769px) {
  #special #remastered .titleCol .consoleList li {
    box-sizing: border-box;
    padding: 0 10px 20px;
  }
  #special #remastered .titleCol .consoleList li.nsw {
    width: 25%;
  }
  #special #remastered .titleCol .consoleList li.ps {
    width: 36%;
  }
  #special #remastered .titleCol .consoleList li.ps5 {
    width: 25%;
  }
  #special #remastered .titleCol .consoleList li.xbox {
    width: 18%;
  }
  #special #remastered .titleCol .consoleList li.steam {
    width: 18%;
  }
}
#special #remastered .titleCol .inner {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #special #remastered .titleCol .inner {
    padding-top: 130%;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #special #remastered .titleCol .inner {
    width: 50%;
    margin: 0 0 50px auto;
  }
}
@media (max-width: 768px) {
  #special #remastered .titleCol {
    padding: 20px 20px 10px;
    margin-bottom: 30px;
  }
  #special #remastered .titleCol .box {
    margin-bottom: 30px;
  }
  #special #remastered .titleCol .videoCol {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #special #remastered .titleCol {
    padding: 50px;
    margin-bottom: 50px;
  }
  #special #remastered .titleCol .box {
    margin-bottom: 30px;
  }
  #special #remastered .titleCol .videoCol {
    margin-bottom: 50px;
  }
}
#special #remastered #tog .box {
  background: url("../images/detail/frm_tog_r.png") right bottom no-repeat, url("../images/detail/frm_tog_l.png") left top no-repeat #fff;
  border: 2px solid #1970a7;
  border-radius: 1em;
}
@media (max-width: 768px) {
  #special #remastered #tog {
    background: url("../images/detail/bg_tog_sp.jpg") center top no-repeat #dff5fb;
    background-size: 100% auto;
  }
}
@media (min-width: 769px) {
  #special #remastered #tog {
    background: url("../images/detail/bg_tog_pc.jpg") center top no-repeat #dff5fb;
    background-size: 100% auto;
  }
}
#special #remastered #tox .box {
  background: url("../images/detail/frm_tox_lt.png") left top no-repeat, url("../images/detail/frm_tox_lb.png") left bottom no-repeat, url("../images/detail/frm_tox_rt.png") right top no-repeat, url("../images/detail/frm_tox_rb.png") right bottom no-repeat #fff;
  border: 1px solid #1dae80;
}
@media (max-width: 768px) {
  #special #remastered #tox {
    background: url("../images/detail/bg_tox_sp.jpg") center top no-repeat, linear-gradient(90deg, #aed9c3 0%, #c8e2bd 100%);
    background-size: 100% auto;
  }
}
@media (min-width: 769px) {
  #special #remastered #tox {
    background: url("../images/detail/bg_tox_pc.jpg") center top no-repeat, linear-gradient(90deg, #aed9c3 0%, #c8e2bd 100%);
    background-size: 100% auto;
  }
}
#special #remastered .infoCol {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  background: url(/images/common/frame/bg_fr01_lt.png) left 5px top 5px no-repeat, url(/images/common/frame/bg_fr01_rt.png) right 5px top 5px no-repeat, url(/images/common/frame/bg_fr01_lb.png) left 5px bottom 5px no-repeat, url(/images/common/frame/bg_fr01_rb.png) right 5px bottom 5px no-repeat rgba(150, 100, 0, 0.1);
  margin: 0 auto;
}
@media (max-width: 768px) {
  #special #remastered .infoCol {
    background-size: 60px;
  }
}
#special #remastered .infoCol p {
  margin-bottom: 1em;
}
#special #remastered .infoCol .ico {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #special #remastered .infoCol {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  #special #remastered .infoCol .ico {
    width: 100px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  #special #remastered .infoCol {
    padding: 50px;
    margin-bottom: 50px;
  }
  #special #remastered .infoCol .ico {
    width: 160px;
    margin: 0 auto;
  }
}
