@charset "utf-8";
/*----------------------------------------------------
　サブメニュー非表示
----------------------------------------------------*/
.column2R #sub {
    display: none !important;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#Globalnavi, .all365days {
    display: block;
}
#container {
    width: 100% !important;
    margin: 0 auto;
    position: static;
    background-color: #000;
}
.column2R #main {
    float: none;
    width: auto;
}
html {
    overflow: auto;
}
* html {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
body {
    min-width: 1050px;
    overflow-x: hidden;
    position: relative;
}
* html body {
    height: 100%;
    overflow-y: auto;
}
.mainContents {
    color: #fff;
}
.wideBgArea {
    width: 100%;
    margin: 0 -555%;
    padding: 1px 555%;
}
.bgAqua01 {
    /*background: #1ac2fe;*/
}
.bgAqua02 {
    margin-bottom: 0;
}
h3.textShadow {
    color: #73b602;
}
.bgGradViolet {
    background: #ab61e4;
    background: -moz-linear-gradient(top, #ab61e4 0%, #520f72 100%);
    background: -webkit-linear-gradient(top, #ab61e4 0%, #520f72 100%);
    background: linear-gradient(to bottom, #ab61e4 0%, #520f72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab61e4', endColorstr='#520f72', GradientType=0 );
    margin-bottom: 30px;
}
.boxShadow {
    box-shadow: 0 0 8px 0px #000;
}
.dropShadow {
    filter: drop-shadow(0 0 4px #161616);
}
.textShadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold !important;
}
.lsPlus {
    letter-spacing: 1px;
}
.lsMinus {
    letter-spacing: -1px;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0;
}
.mb30 {
    margin-bottom: 30px;
}
.pt20_0 {
    padding-top: 20px;
}
.mt40_0 {
    margin-top: 40px;
}
.mb100_60 {
    margin-bottom: 100px;
}
.pcOnly {
    display: block;
}
.pcOnlyIn {
    display: inline-block;
}
.spOnly {
    display: none;
}
.sp_br {
    display: none;
}

@media screen and (max-width:479px) {
.bgAqua01 {
    margin-bottom: 60px;
}
.lsPlus {
    letter-spacing: 0;
}
.lsMinus {
    letter-spacing: 0;
}
.pt20_0 {
    padding-top: 0;
}
.mt40_0 {
    margin-top: 0;
}
.mb100_60 {
    margin-bottom: 60px;
}
.mb30sp {
    margin-bottom: 30px !important;
}
.pcOnly {
    display: none !important;
}
.pcOnlyIn {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.sp_br {
    display: block;
}
.txtLeft {
    text-align: left;
}
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.leadSection {
    background-color: #101010;
}
.leadSectionInner {
    width: 1050px !important;
}
.breadCrumb {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.breadCrumb_inner {
    position: relative;
    width: 1050px;
    height: 20px;
    margin: 0 auto;
    z-index: 9999;
}
.breadCrumb li {
    background: url(/5img/bcBg_ccc.gif) no-repeat scroll left center;
}
.breadCrumb li a {
    color: #fff;
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
    margin: 70px auto 70px;
    width: 1050px;
}
section img {
    max-width: 100%;
    height: auto;
}
section p {
    line-height: 1.7em;
    font-size: 16px;
}
section h3 {
    font-size: 30px;
    padding-bottom: 2px;
    font-weight: normal;
    margin-bottom: 40px;
}
section h4 {
    background-color: #73b602;
    font-size: 29px;
    font-weight: normal;
    padding: 5px 30px 0px 30px;
    display: inline-block;
    margin-bottom: 20px;
	margin-top: 40px;
}
section h4:first-of-type {
	margin-top: 0px;
}


@media screen and (max-width:479px) {
section {
    width: 100%;
}
section h3 {
    font-size: 6vw;
    margin-bottom: 30px;
}
section h4 {
    font-size: 5vw;
    padding: 5px 10px 0px 10px;
}
}
/*-------------------------------------
　タイトル
---------------------------------------*/
h2 {
    background: none;
    font-size: 14px;
    color: #FFF;
    border-left: solid 4px #FFF;
    margin: 0 auto 20px;
    padding: 4px 8px;
    font-weight: normal;
    width: 1030px;
}
section.titleSection {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    width: 1050px;
}
.titleBox1col {
    margin: 0;
}
.titleBox1col h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 15px 0 5px;
}

@media screen and (max-width:479px) {
section.titleSection {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    width: 100%;
}
.titleBox1col h3 {
    font-size: 20px;
}
}
/*-------------------------------------
　コンテンツ
---------------------------------------*/
.featureBgImg {
    background: url(/5info/img/.jpg) no-repeat scroll center 0;
    background-size: cover !important;
}
section.featureSection {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 70px 0 120px;
}
.featureBox1col {
    margin-bottom: 60px;
	width: 400px;
}
.featureBox1col h3 span {
    border-bottom: 1px solid #fff;
}
.featureBox1col p {
    font-size: 20px;
}
.featureBox1col p.mb30 {
    margin-bottom: 30px;
}
.featureBox1col ul.disc {
    list-style-type: disc;
    margin-left: 24px;
}
.featureBox1col ul li {
    font-size: 20px;
}
.featureBox1col ul:last-child {
    margin-left: 24px;
}
section.aboutSection {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 40px 0;
    transform: skew(0deg, 5deg);
}
.aboutBox1col {
    margin-bottom: 60px;
}
.aboutBox1col h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.aboutBox1col .balloon {
    background-color: #000;
    border-radius: 16px;
	border: 1px solid #26ffdf;
    padding: 26px 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.aboutBox1col .balloon p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7em;
    color: #26ffdf;
    text-align: center;
}

@media screen and (max-width:479px) {
.featureBgImg {
    margin: 0 -100px;
	padding: 0 100px;
}
section.featureSection {
    padding: 10px 0 120px;
}
.featureBox1col {
    margin-bottom: 30px;
}
.featureBox1col p {
    font-size: 4.6vw;
}
.featureBox1col ul li {
    font-size: 4.6vw;
}
section.aboutSection {
    margin-top: 10px;
}
.aboutBox1col {
    margin-bottom: 30px;
}
.aboutBox1col .balloon {
    width: auto;
}
.aboutBox1col .balloon p {
    font-size: 4vw;
}
}
/*-------------------------------------
　ボタン
---------------------------------------*/
.buttonArea {
    text-align: center;
    margin-top: 3vw;
}
.button {
  display: inline-block;
  width: 340px;
  height: 64px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    position: relative;
    z-index: 2;
    background-color: #1dd89f;
    border: 2px solid #1dd89f;
    color: #000;
    line-height: 60px;
    font-size: 22px;
}
.button:hover {
    background-color: #000;
    border-color: #26ffdf;
    color: #26ffdf;
}
.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #26ffdf;
}
.button::before {
  top: 0;
}
.button::after {
  bottom: 0;
}
.button:hover::before,
.button:hover::after {
  height: 0;
  background-color: #26ffdf;
}
/*-------------------------------------
　おすすめモデル
---------------------------------------*/
section.modelSection {
    margin-bottom: 100px;
}
.modelBox1col {
    margin-bottom: 40px;
}
.modelBox1col h3 {
    border-bottom: 1px solid #fff;
}
.modelBox1col a {
    text-decoration: none;
}
.modelBox1col p {
    /* background-color: #fff; */
    /* border: 1px solid #1ac2fe; */
    /* color: #ff1f1f; */
    /* padding: 18px 0 14px; */
    /* text-align: center; */
    font-size: 22px;
}

.modelBox1col.otherModel:hover p {
	background-color: #1ac2fe;
}
.modelPanel1col {
    margin-bottom: 20px;
}
.panelInner {
    padding: 40px 0px;
    border: 1px solid #476b0b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.panelInner_left {
    max-width: 50%;
}
p.model_ssd {
	 margin-bottom: 1rem;
}
p.model_name {
    font-weight: bold;
    color: #73b602;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
span.model_price {
    font-weight: bold;
    font-size: 2.6rem;
	color: #ff454a;
}
span.model_pricetax {
	color: #ff454a;
}
.model_primeimg {
	margin-bottom: 20px;
}
.panelInner_right {
    text-align: center;
}

.modelPanel1col h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0 5px;
    text-align: center;
}
.modelPanel1col p {
}
.modelPanel1col ul {
    display: flex;
    align-items: flex-end;
}
.modelPanel1col li:first-child {
    width: 49%;
    margin-bottom: 15px;
}
.modelPanel1col li:last-child {
    width: 36%;
    margin-bottom: 15px;
    margin-left: 50px;
}
.modelPanel1col img.deskTopPc {
    width: 85%;
}
p.price {
    color: #ff1f1f;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-align: center;
}
p.price span.yen {
    font-size: 24px;
}
p.spec {
    color: #0061a5;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em !important;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 5px;
    width: 380px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
}
.btnDetail {
    color: #fff;
    background: #ff8f27;
    background: -moz-linear-gradient(top, #ff8f27 0%, #d1701f 100%);
    background: -webkit-linear-gradient(top, #ff8f27 0%, #d1701f 100%);
    background: linear-gradient(to bottom, #ff8f27 0%, #d1701f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f27', endColorstr='#d1701f', GradientType=0 );
    width: 380px;
    height: 45px;
    text-align: center;
    padding: 0 16px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.btnDetail:hover {
    background: #ffac63;
    background: -moz-linear-gradient(top, #ffac63 1%, #ce8b54 100%);
    background: -webkit-linear-gradient(top, #ffac63 1%, #ce8b54 100%);
    background: linear-gradient(to bottom, #ffac63 1%, #ce8b54 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac63', endColorstr='#ce8b54', GradientType=0 );
}
.btnDetail a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px auto;
}
.modelPanel2col {
    margin-bottom: 20px;
}
.modelPanel2col h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0 5px;
    text-align: center;
}
.modelPanel2col ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modelPanel2col li {
    width: 49%;
}
.modelPanel2col p.spec {
    margin-left: auto;
    margin-right: auto;
}
.modelPanel2col .btnDetail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@media screen and (max-width:479px) {
.panelInner {
    padding: 30px 0px;
    border: 1px solid #476b0b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
}
.panelInner_left {
    max-width: 90%;
}
.model_primeimg {
    width: 80%;
    margin: 10px auto 20px;
}
	
	
section.modelSection {
    margin-top: 60px;
    margin-bottom: 60px;
}
.modelBox1col {
    margin-bottom: 20px;
}
.modelBox1col p {
    font-size: 5vw;
}
.modelPanel1col h5 {
    font-size: 20px;
}
.modelPanel1col ul {
    flex-direction: column;
}
.modelPanel1col li:first-child {
    width: 100%;
    margin-left: 0;
}
.modelPanel1col li:last-child {
    display: none;
}
p.price {
    font-size: 28px;
    margin: 0 auto 5px;
}
p.price span.yen {
    font-size: 18px;
}
p.spec {
    font-size: 16px;
    margin: 0 auto 5px;
    width: 86%;
}
.btnDetail {
    width: 86%;
    font-size: 16px;
    margin: 0 auto;
}
.modelPanel2col ul {
    flex-direction: column;
}
.modelPanel2col li {
    width: 100%;
}
.modelPanel2col li:first-child {
    margin-bottom: 20px;
}
.modelPanel2col h5 {
    font-size: 20px;
}
}
/*-------------------------------------
　ロゴ
---------------------------------------*/
section.logoSection {
    margin: 120px auto 150px;
}
.logoBox1col {
	margin-bottom: 90px;
}
.logoBox1col p {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:479px) {
section.logoSection {
    margin: 0px auto;
    width: 100%;
}
}
/*---------------------------
　ゲームPCトップへ
---------------------------*/
.pageLink {
    clear: both;
    padding: 20px 0;
    text-align: right;
    width: 1050px;
    margin: 0 auto 100px;
}
.pageLink a {
    background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    padding-left: 14px;
}

@media screen and (max-width:479px) {
.pageLink {
    width: 96%;
}
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pagetop {
    display: none;
}
/*-------------------------------------
　fadein
---------------------------------------*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(-300px, 0);
    transition : all 1200ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);/*opacity : 1;
	transform : translate(0, 0);*/
}
/* 画面外にいる状態・右側から */
.fadeinR {
    transform : translate(300px, 0);
}
/* 画面外にいる状態・下から */
.fadeinUp {
    transform : translate(0, 50px);
}
/* 画面内に入った状態 */
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

@media screen and (max-width:479px) {
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
    display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

.cautionBox1col p {
    font-size: 12px;
}
#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}

/*.scroll {
	width: 610px;
}*/




/*---------------------------
　以下スマホ対応 
---------------------------*/
/* ウィンドウ幅が481〜768pxの場合に適用するCSS */				
@media screen and (max-width:769px) {
#menuBottomBox {
    left: 103%;
}
.pc {
    display: none;
}
}

/* ウィンドウ幅が770px〜の場合に適用するCSS */				
@media screen and (min-width:770px) {
.sp {
    display: none;
}
.w70 {
    width: 70%;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
/*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
#Globalnavi, #Header #head_navi_menu, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, .leadSection .recomWin_black, .leadSectionInner {
    display: none;
}
#Header, #Header .inner, #Header h1 {
    width: 100%;
    height: auto;
}
#Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
#Header .logo {
    width: 90%;
    position: relative;
    top: 0px;
    padding: 0px 0px 12px 3px;
}
#Header h1 {
    display: none;
}
/*--------------------------
	 レスポンシブ対応フッタ
----------------------------*/
#pagetop {
    bottom: 10px;
    right: 10px;
}
.footerTagline {
    margin-bottom: 4px;
    padding: 0% 2%;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}
#footer {
    padding: 9px 0px 7px 0px;
}
#footerLinks {
    display: none;
}
#footerLinks ul {
    float: none;
}
#footerCopy p.copyright a {
    display: block;
    margin-bottom: 7px;
}
#footerLinks ul {
    margin: 12px 0px 0px 5px;
}
#footerLinks ul li {
    display: inline-table;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerLinks ul li.catName, #footerLinks ul li.noLink {
    width: 90%;
}
#footerNav2 ul {
    margin: 0% 4%;
}
body #footerNav2 li {
    display: inline-table;
    width: 49%;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerNav2 li:first-of-type {
    margin-bottom: 9px !important;
}
#splink_footer {
    display: none !important;
}
#footerCopy p.copyright {
    text-align: center;
    font-size: 80%;
}
body #footerCopy {
    min-width: 100%;
}
}
