@charset "UTF-8";
/* Scss Document */
html, body {
  height: 100%;
  line-height: 130%; }

body {
  color: #000;
  font-size: 100%;
  /* =16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 1040px;
  max-width: 100%; }

@media (max-width: 1040px) {
  body {
    min-width: 100%; } }
@media (max-width: 640px) {
  body {
    min-width: 300px; } }
img {
  border: none; }

a {
  text-decoration: underline;
  font-weight: 800; }
  a:link {
    color: #06C; }
  a:active {
    color: #C00; }
  a:hover {
    color: #C00; }
  a:visited {
    color: #06C; }

* {
  margin: 0;
  padding: 0; }

/*clearfix ie対策済み*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*非表示*/
.disnon {
  display: none; }

/*レイアウト*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative; }

footer {
  clear: both;
  width: 100%;
  color: #FFF;
  margin: 0;
  padding: 0;
  position: relative;
  background: #000; }

/** html footer {
    bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}*/
/*----------------------------*/
/*ヘッダー部 */
/*----------------------------*/
header {
  background: #000; }
  header .frex_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.homelinklogo {
  padding-left: 68px; }

.retrofreaklogo {
  flex-grow: 1;
  text-align: right; }

.homelinklogo img {
  margin: 7px 5px 5px 5px; }

.retrofreaklogo img {
  margin: 5px 5px 5px 5px; }

.homelinklogo a img,
.retrofreaklogo a img {
  vertical-align: bottom;
  filter: opacity(1); }
.homelinklogo a:hover img,
.retrofreaklogo a:hover img {
  filter: opacity(0.8); }
.homelinklogo a img:last-child,
.retrofreaklogo a img:last-child {
  display: none; }

@media (max-width: 1040px) {
  .homelinklogo a img:first-child,
  .retrofreaklogo a img:first-child {
    display: none; }
  .homelinklogo a img:last-child,
  .retrofreaklogo a img:last-child {
    display: inline;
    margin-top: 7px; }

  .camp_title {
    padding-left: 70px; } }
/*----------------------------*/
/*ソーシャルボタン*/
/*----------------------------*/
.social_button img {
  display: block; }

.social_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  /* webkit bugfix */
  -webkit-box-pack: end;
  padding-top: 5px;
  padding-right: 1px; }

.social_button div {
  display: inline-block;
  /*ie11 bug回避*/ }

.social_button .fb {
  margin: 0 1px;
  padding: 0; }

.fb_ja .fb-like span,
.fb_ja .fb-like iframe {
  width: 80px !important; }

.social_button .tw {
  margin: 0 1px;
  padding: 0; }

.social_button .tw a,
.social_button .tw_f a,
.social_button img {
  display: block; }

.social_button .tw_f {
  margin: 0 1px; }

.social_button .tw_f a:hover img {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3); }

/*----------------------------*/
/*movie表示*/
/*movie レスポンシブ*/
/*----------------------------*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*製品ページwidth:560pxまでの場合*/
.movie_outer {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
  /*border:1px solid #CCC;*/ }

.movie {
  max-width: 560px;
  margin: 0 auto; }

.camp_banner {
  text-align: center;
  margin-bottom: 1em; }

p.banner {
  text-align: center; }

@media (max-width: 640px) {
  p.banner img {
    width: calc(100% - 40px);
    height: auto; } }
/*sale banner*/
div.sale div + div {
  margin-top: 1em; }
div.sale h2 {
  font-size: 1.2rem;
  margin-top: 2em;
  background: #666 !important;
  color: #FFF;
  border: none;
  border-radius: 15px;
  padding: 5px; }
div.sale div {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
div.sale p, div.sale a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
div.sale a img {
  min-width: 680px; }
div.sale a:hover img {
  opacity: .6; }
div.sale p {
  font-size: 1.3rem;
  padding: 15px;
  margin: 0; }
div.sale div.cacol01 p {
  background: #AC0104;
  color: #FFF; }
div.sale div.c8bitol p {
  background: #0C30A2;
  color: #FFF; }
div.sale div.cacol04 p {
  background: #36BAEA;
  color: #FFF; }
div.sale div.cacol05 p {
  background: #DD0003;
  color: #FFF; }
div.sale div.cacol06 p {
  background: #36BAEA;
  color: #FFF; }
div.sale div.c318d p {
  background: #0071B0;
  color: #FFF; }

@media (max-width: 900px) {
  /* sec_cp*/
  div.cp p {
    font-size: 1rem; }
  div.cp h2 {
    font-size: 1.2rem; }

  div.sale div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  div.sale p, div.sale a {
    text-align: center; }
  div.sale a img {
    width: 100%;
    min-width: auto; } }
/*----------------------------*/
/*フッター*/
/*----------------------------*/
footer {
  font-size: 0.75rem; }
  footer a:link {
    color: #FFF; }
  footer a:active {
    color: #FFF; }
  footer a:hover {
    color: #FFF; }
  footer a:visited {
    color: #FFF; }
  footer p {
    clear: both;
    display: block; }
  footer p.copyright {
    margin: 0;
    padding: 10px 0 0 15px; }
  footer p.disclaimer {
    margin: 0;
    padding: 0 0 20px 15px; }

footer ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 15px; }
  footer ul li {
    float: left;
    margin-bottom: 5px; }
    footer ul li a {
      display: block;
      padding: 5px 10px;
      margin-right: 5px;
      border-radius: 10px;
      line-height: 110%;
      background: #666;
      color: #FFF;
      text-decoration: none; }
    footer ul li a:active,
    footer ul li a:hover {
      background: #004893; }

footer div.pageNavi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 10; }

/*▲*/
footer a.pagetopbtn {
  position: fixed;
  display: block;
  bottom: 15px;
  right: 10px;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 2.5rem;
  /*40px*/
  line-height: 4.38rem;
  /*70.08px;*/
  color: #CCC;
  background: #FFF;
  opacity: 0.5;
  border-radius: 35px;
  box-shadow: #666 0 0px 5px; }
footer a.pagetopbtn:active,
footer a.pagetopbtn:hover {
  background: #ACF3FD;
  color: #666; }

/*▼*/
footer a.pagebottombtn {
  display: none; }
footer a.pagebottombtn:active,
footer a.pagebottombtn:hover {
  background: #FF0;
  color: #666; }

@media (max-width: 640px) {
  footer div.pageNavi {
    position: relative;
    width: auto; }

  footer div.pageNavi a.backbtn {
    display: none; }

  /*▲*/
  footer div.pageNavi a.pagetopbtn {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 5px;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    /*24px;*/
    line-height: 3.1rem;
    border-radius: 25px; }

  /*▼*/
  footer div.pageNavi a.pagebottombtn {
    display: none; }

  footer p.copyright,
  footer p.disclaimer {
    margin-right: 60px; } }
