@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  line-height: 1.5; }

body {
  color: #000;
  background: #FFF;
  font-size: 100%;
  /* =16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 300px;
  /*最小幅*/
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100vh;
  /* fix IE11 */
  min-height: 100%;
  /* fix IE11 */
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

a {
  color: #0066CC;
  text-decoration: none; }

a:visited {
  color: #0066CC; }

a:hover, a:active {
  color: #990000;
  text-decoration: underline; }

img {
  border: none; }

.arrow01 {
  list-style: none;
  margin-left: 0; }
  .arrow01 a {
    display: inline-block;
    padding-left: 1em;
    position: relative; }
  .arrow01 a:before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: #0066CC 4px solid;
    border-right: #0066CC 4px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    left: 0; }
  .arrow01 a:hover:before {
    border-color: #990000; }

/*レイアウト*/
main {
  flex: 1 0 auto;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0; }

/*head固定のとき*/
main {
  padding-top: 70px; }

/*-------header--------
header
	div.rf_head
	nav
----------------------*/
header {
  line-height: 1;
  position: fixed;
  z-index: 1;
  width: 100%; }
  header img {
    vertical-align: bottom; }
  header a:link, header a:visited {
    color: #000; }
  header a:hover, header a:active {
    color: #06C;
    text-decoration: underline; }
  header ul {
    list-style: none;
    margin: 0; }

div.rf_head {
  display: flex;
  align-items: center;
  background: #000;
  color: #FFF;
  font-size: 11px;
  height: 30px; }
  div.rf_head img, div.rf_head span {
    margin: 0 2px; }

.language {
  display: flex; }

article.rf_support .language {
  justify-content: flex-end;
  margin: -50px 30px 10px 0; }
  article.rf_support .language ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flow-root; }
  article.rf_support .language li {
    margin: 0;
    padding: 0 2px;
    float: left; }
    article.rf_support .language li a {
      border: none;
      padding: 0; }
      article.rf_support .language li a img {
        vertical-align: bottom; }

/*retrofreak nav*/
header nav {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  border-bottom: 1px solid #000;
  background: #FFF; }
  header nav ul.rf_nav {
    display: flex;
    /*justify-content: flex-end;
    align-items: center;*/ }
    header nav ul.rf_nav > li {
      margin: 3px 5px;
      font-size: 0.8rem;
      color: #999; }

header .language a img:first-child, header .cyber_logo a img:first-child {
  display: none; }
header .cyber_logo a img:last-child {
  padding: 0px 3px 1px 5px; }

@media screen and (min-width: 640px) {
  header .language a img:first-child {
    display: inline;
    padding-left: 3px; }
  header .language a img:last-child {
    display: none; }
  header .cyber_logo a img:first-child {
    display: inline;
    padding: 1px 10px 0 5px; }
  header .cyber_logo a img:last-child {
    display: none; } }
/*checkboxドロワー*/
.G_Translate {
  position: fixed;
  right: 0;
  top: 140px;
  display: flex;
  z-index: 2;
  /*開いたときに表示される部分*/
  	/*input[type=checkbox]:checked{
  		width: 100%;
    		height: 100%;
   		background: rgba(0, 0, 0, 0.2);
    		transition: background .2s ease-in-out;
  	}*/
  /*▲*/
  /*▼*/ }
  .G_Translate input {
    display: none; }
  .G_Translate label {
    cursor: pointer;
    display: block;
    color: #999;
    height: 80px;
    width: 30px;
    background: #333;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all .2s; }
  .G_Translate #open_content {
    width: 180px;
    position: absolute;
    top: 0;
    right: -180px;
    overflow: hidden;
    transition: all .2s; }
    .G_Translate #open_content span {
      color: #DDD;
      font-size: 14px;
      margin-top: 6px;
      padding-left: 3px;
      display: block; }
  .G_Translate input[type=checkbox]:checked ~ #open_content {
    right: 0px;
    filter: opacity(100%); }
    .G_Translate input[type=checkbox]:checked ~ #open_content div {
      padding: 5px 5px 5px 3px; }
      .G_Translate input[type=checkbox]:checked ~ #open_content div a {
        display: inline-block;
        height: 16px; }
      .G_Translate input[type=checkbox]:checked ~ #open_content div select {
        border: 1px solid #DDD;
        background: #FFF;
        margin-top: 3px;
        padding: 3px;
        cursor: pointer;
        width: 170px; }
  .G_Translate input[type=checkbox]:checked + label {
    width: 213px; }
  .G_Translate label:hover span {
    color: #FFF; }
  .G_Translate label span {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: #999 2px solid;
    border-right: #999 2px solid;
    transform: rotate(-135deg);
    position: absolute;
    top: 50px;
    left: 12px;
    /*left: calc(50% - 5px);*/ }
  .G_Translate label svg {
    width: 23px;
    margin: 8px 3px;
    fill: #CCC; }
  .G_Translate input[type=checkbox]:checked + label span {
    transform: rotate(45deg);
    left: 5px; }
  .G_Translate input[type=checkbox]:checked + label svg {
    fill: #AAA; }

/*----------------------------*/
/*ソーシャルボタン*/
/*----------------------------*/
.social_button {
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .social_button img {
    display: block; }

/*日本語シェアボタン付き　横幅切れ回避　*/
.fb_ja .fb-like > span,
.fb_ja .fb-like iframe {
  width: 165px !important; }

.tw {
  padding-right: 5px; }

h1, h2 {
  font-weight: 400;
  line-height: 1.3; }

h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.3; }

h1 {
  font-size: 2rem;
  margin: 0 0 1em 0; }

h2 {
  font-size: 1.6rem;
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 1px solid #333; }

h3 {
  font-size: 1.2rem;
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 1px solid #333; }

h4, h5, h6, p {
  margin: 0 0 1em 0; }

/*レトロフリーク特設ページ用*/
em {
  text-decoration: none;
  font-style: normal;
  color: #CC0000; }

strong {
  font-weight: 800;
  color: #CC0000; }

small,
.small {
  font-size: 0.75rem; }

.attention {
  border: 1px solid #999;
  padding: 10px; }

/*特徴ページ内アンカーリンク aside div.rf_select .tips_select*/
/*サポート aside div.rf_select*/
.rf_select {
  position: fixed;
  left: 10px;
  top: 60px;
  z-index: 1; }
  .rf_select select {
    border: 1px solid #999;
    background: #FFF;
    font-size: 1rem;
    padding: 5px; }

.tips_select select {
  width: 12em; }

/*フッター*/
footer {
  background: #000;
  color: #CCC;
  position: relative;
  padding-top: 10px; }
  footer a, footer a:hover, footer a:active {
    text-decoration: none; }
  footer nav,
  footer > p {
    /*フッター内の横幅*/
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 1; }
  footer > p {
    font-size: 0.75rem;
    display: block;
    padding: 0 10px; }
  footer p.copyright {
    margin-bottom: 5px; }
  footer p.disclaimer {
    margin-bottom: 20px; }
  footer ul {
    list-style: none;
    margin: 0; }

footer nav > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 0;
  padding: 15px 0;
  font-size: 0.8rem; }
  footer nav > ul a {
    padding-bottom: 2px;
    color: #CCC; }
  footer nav > ul a, footer nav > ul a:visited {
    color: #CCC; }
  footer nav > ul a:hover, footer nav > ul a:active {
    color: #FC0; }
  footer nav > ul li {
    color: #888; }
    footer nav > ul li p {
      margin: 0 0 0.5em 0;
      padding: 0; }
      footer nav > ul li p a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0 5px 5px 5px;
        border-bottom: 1px solid #999;
        height: inherit; }
      footer nav > ul li p a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        border-bottom: 1px solid #FC0; }
      footer nav > ul li p a:hover:before {
        width: 100%;
        transition: all .2s; }
    footer nav > ul li ul li {
      position: relative;
      padding-left: .8em;
      margin-bottom: 3px; }
    footer nav > ul li ul li:before {
      content: '';
      position: absolute;
      top: .45em;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #666; }
    footer nav > ul li ul li:hover:before {
      background-color: #FC0; }
    footer nav > ul li ul li.nolink:hover:before {
      background-color: #666; }

@media screen and (min-width: 640px) {
  footer nav > ul {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 0;
    margin: 0 40px 2em 40px; } }
/*SNSバナー*/
.sns_banner {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 500px; }
  .sns_banner div {
    width: 100%; }
    .sns_banner div a, .sns_banner div img {
      display: block; }

footer div.pageNavi {
  position: relative;
  width: auto; }
  footer div.pageNavi a {
    position: fixed;
    right: 5px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #CCC;
    background: #FFF;
    opacity: 0.5;
    box-shadow: #666 0 0px 5px;
    height: 50px;
    width: 50px;
    font-size: 25px;
    border-radius: 25px;
    line-height: 50px; }
  footer div.pageNavi a.pagetopbtn {
    /*▲*/
    bottom: 70px; }
  footer div.pageNavi a.pagebottombtn {
    /*▼*/
    bottom: 10px; }
  footer div.pageNavi a:active,
  footer div.pageNavi a:hover {
    background: #9FF;
    color: #666; }

@media screen and (min-width: 640px) {
  footer div.pageNavi a {
    height: 70px;
    width: 70px;
    font-size: 40px;
    border-radius: 35px;
    line-height: 70px; }
  footer div.pageNavi a.pagetopbtn {
    /*▲*/
    bottom: 100px; }
  footer div.pageNavi a.pagebottombtn {
    /*▼*/
    bottom: 20px; } }
