@charset "utf-8";

/*====================================================

CRISIS CORE –FINAL FANTASY VII– REUNION推奨

Copyright (c) Dospara Co., Ltd. All rights reserved. 

====================================================*/

/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
::selection {background:#7d5ff5; color:#fff;}


#Globalnavi, .all365days {
  display: block;
}

#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
}
.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;
  box-sizing: border-box;
}

/*----------------------------------------------------
　大きさ・インデントの指定
----------------------------------------------------*/
.percent120 {font-size:120%;}
.percent80 {font-size:80%;}
.percent60 {font-size:60%;}
.center{text-align: center;}


.indent{
	padding-left:1em;
	text-indent:-1em;
}


/*========================================
 mainVisual
========================================*/
.mainVisual {
    width: 100%;
    position: relative;
	/*background: linear-gradient(69deg, rgba(0,0,0,1) 37%, rgba(0,0,0,0.1) 50%);*/
	/*background: url(../5info/img/ffvii_reunion/bg_mv_pc.jpg) no-repeat center;*/
	background-size: cover;
}
/*.mainVisual .mv_inr {
	max-width: 1050px;
	height: 780px;
	margin: 0 auto;
	position: relative;
}*/
.mainVisual .mv_inr {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-42vw);
	width: 40vw;
}
.mainVisual img {
	max-width: 100%;
}
.mainVisual .mv_txt_box {
	/*position: absolute;*/
	top: 150px;
	left: -300px;
	display: none;
}
.mainVisual .mv_txt_box span {
	display: block;
	margin-top: 60px;
	font-size: 30px;
	color: #000;
	text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff;
}
.mainVisual .mv_mod {
	position: absolute;
	bottom: 30px;
	left: 150px;
	display: none;
}

#player {
    position: absolute;
    top: 0;
	right:0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -9999;
    filter: opacity(80%);
    overflow: hidden;
}
/*#player img.pc {
    height: 100%;
	width:auto;
    position: absolute;
    top: 0;
    right: 0;
}*/
#player img{
    height: 100%;
	width:auto;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width:479px){
.mainVisual {
	background: url(../5info/img/ffvii_reunion/bg_mv_sp.jpg) no-repeat center;
	background-size: cover;
	background-position: bottom right;
	height: auto;
}
.mainVisual .mv_inr {
	position: static;
	width: 50%;
	margin: 0 auto 0 0;
	height: auto;
	padding: 20px 10px;
	text-align: center;
	transform: translateX(0);
}
	.mainVisual .bg_mv_pc, .mainVisual .mv_img {
		display: none;
	}
.mainVisual .mv_txt_box {
	position: static;
	display: block;
}
.mainVisual .mv_mod {
	position: static;
	width: 64%;
	display: inline-block;
	margin-top: 30px;
	margin-left: -20px;
}	
	.leadSection {
		display: none !important;
	}
}
/*----------------------------------------------------
　サブメニュー非表示
----------------------------------------------------*/

.column2R #sub {
  display: none !important;
}
.breadCrumb {
  width:1050px;
  margin-left: auto;
  margin-right: auto;
}

.sp {display:none;}
.pc {display:block;}

/*----------------------------------------------------
　コンテンツ設定
----------------------------------------------------*/

#lp_page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-family: メイリオ,Meiryo,serif;
	line-height: 1.8rem;
	font-size: 0.9rem;
}
#lp_page a {
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.3s linear 0;
	-webkit-transition: all 0.3s linear 0;
}
/*#lp_page a:hover {
    color: #fff;
    text-shadow: 0 0 10px #a824e9, 0 0 10px #a824e9, 1px 1px 1px #a824e9;
	transition: all .3s;
}*/
#lp_page .breadCrumb {
	color: #605b5a;
}
#lp_page .breadCrumb a {
	color: #0062b0;
	text-decoration: underline;
}
#lp_page .breadCrumb a:hover {
	text-decoration: none;
}
.mainContents {
  margin:100px 0 0 0;
  padding: 0 0;
	background: -moz-linear-gradient(top, #000, #3a383d);
	background: -webkit-linear-gradient(top, #000, #3a383d);
	background: linear-gradient(to bottom, #000, #3a383d);
}
#container h2 {
	font-size: 1.8rem;
	font-weight:900;
	color: #FFF;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	background: #031529;
}

#lp_page section {
	width: 100%;
	margin: 0 auto;
}

#lp_page section.title_img { 
	width:100%;
	max-height: 640px;
	padding:0 0;
	pointer-events: none;
}
#lp_page section.title_img >img {
	width: inherit;
	height: auto;
}
#lp_page .LinkBtn{ 
	width:auto;
	display:block;
	background: -moz-linear-gradient(top, #654ccd, #4b3897);
	background: -webkit-linear-gradient(top, #654ccd, #4b3897);
	background: linear-gradient(to bottom, #654ccd, #4b3897);
	padding: 10px;
	text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0.8rem 0;
}
#lp_page .LinkBtn:hover{
	/*opacity: 0.9;*/
	transition:all .3s;
}


#lp_page section.title_img,
#lp_page section.galleria_pc,
#lp_page section.lineup,
#lp_page section.benefit,
#lp_page section.ingame_item,
#lp_page section.about,
#lp_page section.story,
#lp_page section.upgrade_service,
#lp_page section.upgrade_service .foot_logo{
    margin: 0 auto;
    margin-bottom: 7rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5rem 0;
	
}
.inner_bgarea {
	background: rgba(0,0,0,0.7);
    width: 1050px;
	height: auto;
    margin: 0 auto;
	padding: 1rem;
}
#lp_page section ul{
	display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
#lp_page section ul li {
    min-width: 400px;
    margin: 3rem;
}

/*------ GALLERIAとは -----*/
#lp_page section.galleria_pc {
	background-image: url(../5info/img/ffvii_reunion/bg_galleria_pc.jpg);
	text-align: left;
	    margin: 0;
}
#lp_page section.galleria_pc ul {
	display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
	align-items: center;
    width: 100%;
	margin-top: 20px;
}
#lp_page section.galleria_pc ul li {
    width: 480px;
    /*margin: 3rem;*/
	margin: 1rem 40px 0;
	font-size: 16px;
}
#lp_page section.galleria_pc ul li:first-child {
    width: 380px;
}
#lp_page section.galleria_pc ul li:first-child img {
    width: 100%;
    margin-top: 2rem;
	filter: drop-shadow(0 0 5px #fff);
}
#lp_page section.galleria_pc p.to_benefit{
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-left: 3px solid #ff6e02;
    border-right: 3px solid #ffff00;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 1.5rem;
	font-size:1.3rem;
	font-weight: bold;
}
#lp_page section.galleria_pc p.to_benefit:before,
#lp_page section.galleria_pc p.to_benefit:after {
	content:"";
	display:block;
	height:3px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#ff6e02), to(#ffff00));
	background:-moz-linear-gradient(left, #ff6e02, #ffff00);
	background:linear-gradient(left, #ff6e02, #ffff00);
}
#lp_page section.galleria_pc p.to_benefit span{	font-size:0.9rem;}




/*------ ラインアップ -----*/
#lp_page section.lineup {
	background-image: url(../5info/img/ffvii_reunion/bg_lineup.jpg);
	background-position: top center;
	margin: 0;
    padding: 30px 0;
}
#lp_page section.lineup .modelArea {
    width: 1050px;
    margin: 0 auto;
	color:#fff;
	/*color: #000;*/
}
#lp_page section.lineup .modelArea ul{
	/*display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  flex-wrap: wrap;*/
	display: block;
	width: 100%;
	margin: 0 auto;
}
#lp_page section.lineup .modelArea ul li.col2 {
    min-width: 400px;
    margin: 0 0 3rem;
    width: 490px;
	margin-top: 3rem;
}
#lp_page section.lineup .modelArea .model_cts {
	/*min-height: 550px;*/
	height: auto;
	background: rgba(0,0,0,0.7);
    color: #fff;
	padding-bottom:0.8rem;
}
#lp_page section.lineup .modelArea a {
	position: relative;
}
#lp_page section.lineup .modelArea .model_cts .modelSpec,
#lp_page section.lineup .modelArea .model_cts .modelSpec span {
	color:#fff;
}
#lp_page section.lineup .modelArea .model_cts .modeName{
	width: 100%;
    text-align: center;
	font-size:2rem;
	color: #fff;
	line-height: 2.2rem;
}

#lp_page section.lineup .modelArea .model_cts .price { text-align: center; margin:0 auto;}
#lp_page section.lineup .modelArea .model_cts:hover { opacity: 1 !important; filter:none !important;}
#lp_page section.lineup .modelArea .model_cts .pr { }
#lp_page section.lineup .modelArea .model_cts .model_left img.modelPc { width: 80%; margin: 1rem 0 0.5rem 0;  filter: drop-shadow(0 0 3px #fff);}
#lp_page section.lineup .modelArea .model_cts .modeName span{
	text-align: center;
	font-size:1rem;
	
}
#lp_page section.lineup .modelArea .model_cts .model_left,
#lp_page section.lineup .modelArea .model_cts .model_right{
	float: none;
	margin:0 auto;
	width: 90%;
}
#lp_page section.lineup .modelArea .model_cts .modelSpec {
    margin: 0 auto;
    padding: 0.5rem;
	text-align: left;
}

.benchmark_score {
    width: 80%;
	background: #000;
    color: #fff;
    font-size: 1.3rem;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
	text-align: left;
}
.benchmark_score span {
	font-size:1rem;
}
.benchmark_score .score_message{
text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    text-shadow:0 0 6px #00ff1c, 0 0 6px #00ff1c, 1px 1px 10px #00ff1c;
}

/*------ 先行購入者特典 -----*/
#lp_page section.benefit {
	background-image: url(../5info/img/ffxiv_endwalker/bg_img_benefits.jpg);
	text-align: center;
	margin: 0;
}
#lp_page section.benefit .inner_bgarea ul {
	padding:10px;
	align-items: center;
}
#lp_page section.benefit .inner_bgarea ul li.a01{
    min-width: 400px;
    margin: 3rem 1rem 3rem 3rem;
}
#lp_page section.benefit .inner_bgarea ul li.a02{
min-width: 400px;
    margin: 1rem 2rem 1rem 0rem;
}

#lp_page section.benefit .inner_bgarea ul li img{ width: 80%;}
#lp_page section.benefit .inner_bgarea ul li p {
	font-size: 18px;
font-weight: bold;
}
#lp_page section.benefit .inner_bgarea ul li p span{
font-size: 1.7rem;
    line-height: 2.3rem;
    margin: 10px 0;
    display: inline-block;
}
.present_a01{
	width: 990px;
	margin: 40px 0;
}
.present_a02{
	display: none;
}



/*------ インゲームアイテム特典 -----*/
#lp_page section.ingame_item {
	background-image: url(../5info/img/ffxiv_endwalker/bg_img_ingameitem.jpg);
	text-align: center;
}
#lp_page section.ingame_item .ingame_ul{
    width: 970px;
    margin: 0 auto;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
#lp_page section.ingame_item .ingame_ul li {
	min-width: 100px;
    margin: 20px;
    width: 30%;
}
#lp_page section.ingame_item .ingame_ul li img {
	width: auto;
    height: auto;
    max-height: 130px;
}
#lp_page section.ingame_item .ingame_ul li:nth-child(2) img {
	width: auto;
}
#lp_page section.ingame_item .ingame_ul li p{ 
	font-size: 1.2rem;
	font-weight: bold;
	margin:10px 0;
}
#lp_page section.ingame_item .ingame_ul li:nth-child(3) p span{
	font-size:0.6rem;
	line-height: 0;
}

.ingame_Txt2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin:15px 0;
}
.ingame_Txt2 > span {font-size:1rem; font-weight: normal;}
	#lp_page section.ingame_item ul.ingame_caution {
    display: block;
    text-align: left;
    width: 70%;
    margin: 0 auto;
    font-size: 0.7rem;
	line-height: 1.2rem;
}

#lp_page section.ingame_item ul.ingame_caution > li  {
		min-width: auto;
		margin:0 auto;
		line-height: 1.3rem;
		padding-left: 1em;
		text-indent: -1em;
	}
	#lp_page section.ingame_item ul.ingame_caution > li:before { content: "※" }

/*------ ファイナルファンタジーXIVとは -----*/
#lp_page section.about {
	background-image: url(../5info/img/ffvii_reunion/bg_about_pc.jpg);
	background-position: center;
	text-align: center;
    margin: 0;
}
#lp_page section.about .bg_about_sp {
	display: none;
}
#lp_page section.about .inner_bgarea {
	background: none;
}
#lp_page section.about .about_inr {
	width: 470px;
	margin: 0 0 0 auto;
}

#lp_page section.about h3 {
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 479px){
#lp_page section.about {
	background : #000;
	padding-top: 0;
}
#lp_page section.about .bg_about_sp {
	display: block;
}
#lp_page section.about .about_inr {
	width: 100%;
	margin: 0;
}
}
#lp_page section.about p {
	margin:0 auto;
	margin-top:1rem;
	margin-bottom:1rem;
	text-align: left
}
#lp_page section.about a {
    display: block;
	width: 65%;
	margin: 0 auto;
}
#lp_page section.about a > p {
	width: auto;
	font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px;
    margin: 2rem 0 0;
	text-align: center;
	position: relative;
}

#lp_page section.about a > p::after {
	position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    content: '';
		}
#lp_page section.about a > p:hover {
	border:1px solid #fff;
	transition: all .3s;
	background: #fff;
	color:#000;
	opacity: 0.8;
	text-shadow: none;
}
#lp_page section.about a > p:hover::after {
    border-color: #000;
		}

#lp_page section.story {
	padding:0 0;
	background:#262626;
	    margin: 0;
}
#lp_page section.story .inner_bgarea {
	background:#262626;	
}
#lp_page section.story .ffDesc {
	margin: 40px 0;
	text-align: center;
}
#lp_page section.story .storyDesc {
width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
#lp_page section.story .storyDesc img {
    float: none;
    height: auto;
    vertical-align: top;
    width: 400px;
    margin: 1rem 0;
}
#lp_page section.story .storyDesc .sbimgTTL {
	max-width: 80%;
}
 .storyDesc p {
	width: 40%;
	align-self:center;
	 text-align: right;
}
 .storyDesc p:last-child {
	width: 44%;
}
.storyDesc span {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}
.storyDesc p > span {font-size:9px; line-height: 15px; margin:10px;}
.jobDesc {
	margin: 40px 0;
}

.storyDesc p > span.howto_ttl {
    font-size: 18px;
    line-height: normal;
	font-weight: bold;
	margin: 0 0 20px -10px;
}
.storyDesc p.howto_txt {
    text-align: left;
}


/*---------------------------
　popup
---------------------------*/
#img1_popup, #img2_popup, #img3_popup, #img4_popup, #img5_popup, #img6_popup,
#img7_popup, #img8_popup, #img9_popup, #img10_popup, #img11_popup, #img12_popup,
#img13_popup, #img14_popup, #img15_popup,
#img16_popup, #img17_popup, #img18_popup{
    display: none;
}

#lp_page section.story .sShot_m {
	margin: 0 0 40px;
}
#lp_page section.story .sShot_m li{
	display: contents;
	min-width: auto;
	margin:0 0;
}
#lp_page section.story .sShot_m img{
	width: 147px;
	margin:5px;
}

#lp_page section.story .sShot_m ul{
	background-color: #000;
	padding: 10px;
	max-width: 1050px;
}

#lp_page section.story .sShot{
	float:left;
	text-align: center;
	margin: 0 10px;
	width: 465px;
	background-color: #b20000;
}

#lp_page section.story .sShot ul{
	background-color:#660000;
	padding: 10px 0;

}
#lp_page section.story .sShot li{
	display: contents;
	min-width: 5%;
    margin: 0 0;
}

#lp_page section.story .sShot li img{
	margin: 5px;
}



/*------ アップグレードサービス -----*/
#lp_page section.upgrade_service {
	background:#000;
}
#lp_page section.upgrade_service > ul {
	width: 100%;
	justify-content: center;
	align-items: center;
} 
#lp_page section.upgrade_service > .inner_bgarea > ul li {
	width: inherit;
    min-width: 100px;
	max-width: 50%;
    margin: 0 0;
}
#lp_page section.upgrade_service > .inner_bgarea .upgrade_Txt{
	margin: 1rem;
    margin-top: 5%;
    width: 50%;
	font-size:1.2rem;
}
#lp_page section.upgrade_service > .inner_bgarea .upgrade_Txt > .LinkBtn {
	width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
}


#lp_page section.upgrade_service img{ width: inherit;}
h2.upgrade_grem { background:none;}
h2.upgrade_grem img { margin: 0 auto;width: 780px;}


/*------ フッター -----*/
#lp_page section.foot_logo {
	background: #000;
}
#lp_page section.foot_logo > .inner_bgarea {
    text-align: center;
	padding: 90px 0 60px;
}

.foot_copyright p {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.6;
}
.footLink {width:1050px; margin: 0 auto;}
/*.footLink_inr {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}*/

.column2R #main {
	float: none;
	width: auto;
}

.title_cts {
	margin-bottom:22px;
}
.sectionBox {
	margin-bottom:50px;
	margin-top:70px;
}
.logoBack {
	text-align:center;
}

/*-------------------------------------
　見出しバナー設定
---------------------------------------*/
.head01 {
	background:#000 url(../5info/img/lp_ffxiv_sb/bg_head01.jpg) no-repeat top;
	margin-bottom:22px;
	padding-bottom:20px;
}
.head01 p {
	font-size:22px;
	font-weight:bold;
	padding:23px 0 0 50px;
}
.head02 {
	background:#000 url(../5info/img/lp_ffxiv/bg_head02.jpg) no-repeat top;
	height:45px;
	margin-bottom:15px;
}
.head02 p {
	font-size:18px;
	font-weight:bold;
	padding:11px 0 0 15px;
}
.head03 {
	background:#000 url(../5info/img/lp_ffxiv/bg_head03.jpg) no-repeat top;
	height:45px;
	margin-bottom:15px;
}
.head03 p {
	font-size:18px;
	font-weight:bold;
	padding:11px 0 0 42px;
}

/*-------------------------------------
　モデル説明設定
---------------------------------------*/
.modelDesc img{
	float:left;
	width: 320px;
	margin: 0 10px;
}
.modelList a {
	text-align:right;
	margin-top:10px;
}

/*-------------------------------------
　モデル設定
---------------------------------------

/* モデル名 */
.modeName {
	font-weight: bold;
	font-size:20px;
	color:#000;
	float:left;
	margin-top:12px;
}
/* スペック表記 */
.modelSpec {
	color: #000;
	margin-top: 5px;
	/* font-weight: bold; */
	font-size: 14px;
	line-height: 19px;
	width: 68%;
}

.modelSpec span {
	color: #000;
}
.score {
  color: #fff;
  font-size: 14px;
	line-height: 1.3;
	margin: 12px 0 0 0px;
  text-align: center;
}
.modelspec2 {
	font-size: 11.5px;
	color: #ebfd00;
	text-align:center;
}
.model_score {
  color: #fff;
	font-size: 34px;
	padding-top: 16px;
  text-align: center;

}
/* 価格表記位置 */
.model_cts .price {
	padding: 5px 0 0 0;
	margin-top: 58px;
}
/* 価格表記 */
.model_cts .pr {
	color: #F00;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
/* 円のサイズ */
.kara {
	color:#F00;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
/* (+税)～のサイズ */
.tax {
	color:#F00;
	font-weight: bold;
	font-size: 50%;
	text-decoration: none;
}
.LinkDetail {
  display: none;
}

/*-------------------------------------
　ゲーム説明
---------------------------------------*/
.ffDesc {
	margin: 40px 0;
	text-align: center;
}
.storyDesc {
	margin: 40px 0;
}
.storyDesc img {
	float:left;
	margin: 0 14px;
}
.storyDesc span {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}
.jobDesc {
	margin: 40px 0;
}


/*---------------------------
　popup
---------------------------*/
#img1_popup, #img2_popup, #img3_popup, #img4_popup, #img5_popup, #img6_popup,
#img7_popup, #img8_popup, #img9_popup, #img10_popup, #img11_popup, #img12_popup,
#img13_popup, #img14_popup, #img15_popup,
#img16_popup, #img17_popup, #img18_popup{
    display: none;
}

.sShot_m {
	margin: 0 0 40px;
}
.sShot_m li{
	display: inline-block;
}
.sShot_m img{
	width: 147px;
	margin:5px;
}

.sShot_m ul{
	background-color: #262626;
	padding: 10px 0;
}

.sShot{
	float:left;
	text-align: center;
	margin: 0 10px;
	width: 465px;
	background-color: #b20000;
}

.sShot ul{
	background-color:#660000;
	padding: 10px 0;

}
.sShot li{
	display: inline-block;
}

.sShot li img{
	margin: 5px;
}


#facebox .content {
    background: #262626;
}


#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #262626;
}
/*.lbLoading {
	background: #fff url(http://img1.kakaku.k-img.c/5info/img/stick_kakakucom/article/pr/cmn/loading.gif) no-repeat center;
}*/
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #262626;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
/*#lbPrevLink:hover {
	background: transparent url(http://img1.kakaku.k-img.c/5info/img/stick_kakakucom/article/pr/cmn/prevlabel.gif) no-repeat 0 50%;
}*/
#lbNextLink {
	right: 0;
}
/*#lbNextLink:hover {
	background: transparent url(http://img1.kakaku.k-img.c/5info/img/stick_kakakucom/article/pr/cmn/nextlabel.gif) no-repeat 100% 50%;
}*/
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #262626;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
/*	background: transparent url(http://img1.kakaku.k-img.c/5info/img/stick_kakakucom/article/pr/cmn/closelabel.gif) no-repeat center;
*/	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 3px;
	float: right;
    margin-right: -70px;
}


/*-------------------------------------
　おすすめ周辺機器
---------------------------------------*/
.ctsTit {
	font-size:22px;
	color: #F5E9A0;
	padding: 10px 0 6px 6px;
	font-weight:bold;
}
.osusumeBox {
	margin: 0 20px 30px;
}
.osusumectsBox_tit {
	padding: 10px;
	margin-bottom: 12px;
	background: -moz-linear-gradient(top, #8a1d1d, #c03331);
	background: -webkit-gradient(linear, left top, left bottom, from(#8a1d1d), to(#c03331));
	background: -webkit-linear-gradient(top, #8a1d1d) 0%, #c03331 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#8a1d1d), to(#c03331));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#00ABCE',EndColorStr='#03928F'); 
	background-color: #8a1d1d;
	margin-top: 10px;
	font-weight: bold;
}
.ctsBox_parts {
	width:434px;
	padding:10px;
	border:1px #999 solid;
	float:left;
	background-color:#FFF;
	height: 250px;
	margin-right: 12px;
}
.last {
	margin-right: 0;
}
.ctsBox_parts .ctsBox_tit {
	padding:4px;
	margin-bottom:1px;
	background: -moz-linear-gradient(top, #00ABCE, #03928F);
    background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	background: -webkit-linear-gradient(top, #00ABCE 0%, #03928F 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#00ABCE), to(#03928F));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#00ABCE',EndColorStr='#03928F'); 
	background-color:#007AE0;
}
.ctsBox_parts .ctsBox_tit p {
	color:#FFF;
	font-weight:bold;
}
.ctsBox_parts .ctsBox_detail {
	padding:4px;
}
.supply_text , .supply_text a .ctsBox_parts .ctsBox_detail dl {
	color:#111;
	margin-top:4px;
	font-weight:bold;
	text-decoration:none;
}
.supply_text a {
	text-decoration:none;
}	
.ctsBox_parts .ctsBox_detail dl dt a, .ctsBox_parts .ctsBox_detail dl dt a span {
	color:#333;
}
.ctsBox_detail span {
	font-weight:bold;
}
.supply_price , .supply_price a {
	color:#F00;
	display:block;
}
.supply_name , .supply_name a {
	color:#333;
	word-break: break-all;
}
.ctsBox_parts .ctsBox_detail dl dd {
	color:#F00;
	font-weight:bold;
	margin-left:0;
}
.ctsBox_parts .ctsBox_detail p.name {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-top: 30px;
}
.ctsBox_parts .ctsBox_detail p.img,  .ctsBox_parts .ctsBox_detail p.img2 {
	float:right;
	margin-top: 0;
}
.ctsBox_parts .ctsBox_txt {
	padding:4px;
}
.ctsBox_parts .ctsBox_txt p {
	font-size:13px;
	line-height:130%;
}
.ctsBox_parts .ctsBox_txt p.catch {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}
.bench_left {
	float:left;
}
.bencht_right {
	/*float:right;*/
	margin-left:11px
}
.bench_left_narrow {
	float:left;
}
.bench_center {
	float:left;
	margin-left:12px;
}
.bench_right_narrow {
	float:right;
	margin-right: 6px;
}
.titele_tex {
	color:#D10C0F; 
	font-weight: bold; 
	font-size:120%;
}

.lead {
	font-size:90%; 
	color:#000000; 
	line-height:1.4;
	margin-top:10px;
}

.ctsBox_left {
	float:left;
	width:65%;
}

.ctsBox_right {
	float:left;
	width:35%;
	padding-top:30px;
}

.kochira_link {
	width: 60%; 
	background-color: #D10C0F; 
	text-align: center; 
	color:#ffffff; 
	padding:5px; 
	font-weight: bold;
	margin:10px auto;
	border-radius:5px;
}


.star_area{
	color: #605b5a;
}

.star{
    font-size: 20px;
	color: #F90;
}


/*---------------------------
　210423追加
---------------------------*/
.sec04 {
	background: #000 url("../5info/img/fanfest_ffxiv_2021_camp/sec04_bg.jpg") ;
	background-size: cover;
	background-position: right;
	padding: 170px 0;
}
.sec04 img {
  max-width: 100%;
}
.sec04 .footerLink {
	background: rgba(0,0,0,.61);
	width: 1050px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 90px 110px;
	box-sizing: border-box;
}
.sec04 .footerLink span:first-child {
	width: 300px;
	transition: all .3s;
}
.sec04 .footerLink span:first-child:hover {
	opacity: .7;
}
.sec04 .footerLink span:nth-child(2) {
	background: #011E60;
	border: 1px solid #1D9BF0;
	width: 400px;
	display: flex;
	align-items: stretch;
	position: relative;
	opacity: 1;
	transition: .3s;
}
.sec04 .footerLink span:nth-child(2):hover {
	opacity: .9;
}
.sec04 .footerLink span:nth-child(2)::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 22px 22px;
	border-color: transparent transparent #1d9cf0 transparent;
	transition: .3s;
	z-index: 1;
}
.sec04 .footerLink span:nth-child(2):hover::after {
	right: 3px;
	bottom: 3px;
}
.sec04 .footerLink a {
	text-decoration: none;
	display: block;
}
.sec04 .footerLink span:nth-child(2) a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 10;
}
.sec04 .footerLink span:nth-child(2) a img {
	margin-left: 1.5em;
}
.footerCopy {
	background: #011e60;
}
.footerCopy span {
	display: block;
	text-align: right;
	width: 1050px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: .7px;
}
@media screen and (max-width:479px){
  .contentInner.sec04 {
		padding: 25vw 0;
		background-position: left;
	}
	.sec04 .footerLink {
		width: 95%;
		flex-wrap: wrap;
		padding: 10vw 4vw;
	}
	.sec04 .footerLink span:first-child {
		width: 70%;
		margin: 0 auto;
	}
	.sec04 .footerLink span:nth-child(2) {
		margin-top: 10vw;
		width: 100%;
	}
	.sec04 .footerLink span:nth-child(2) a {
		padding: 4vw;
		font-size: 4vw;
	}
	.sec04 .footerLink span:nth-child(2) a img {
		width: 80px;
	}
	.footerCopy span {
		width: 100%;
		font-size: 3vw;
	}
}


/*---------------------------
　ここまで
---------------------------*/
.pageLink {
    clear: both;
    padding: 20px 0;
    text-align: right;
}
.pageLink a {
    background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
	padding-left: 14px;
}

.pagetop {
	display: none;
}

/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/*---------------------------
　スマホボタン
---------------------------*/
.spBtn {
	display:none;
}

.model_cts {
	background: url(../5info/img/lp_ffxiv_sb/model_background.jpg) no-repeat;
	border: none;
	color: #111;
}

/*---------------------------------
　スマホ対応
-----------------------------------*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	.indent{ padding-left:0; text-indent:0; }
	#lp_page {
		margin-top: 0 !important;
	}
	#lp_page section.title_img >img { width: 100%; height: auto; }
	#container { width: 100%; min-width:100%;}	
	
	.sp {display:block;}
	.pc {display:none;}

	#container h2 { width: 100%; margin: 0 auto; font-size: 1.1rem; padding: 1rem; box-sizing: border-box;}
	#lp_page { width: 100% !important; padding: 0 0;}

	#lp_page section.title_img, #lp_page section.galleria_pc, #lp_page section.lineup, #lp_page section.benefit, #lp_page section.ingame_item, #lp_page section.about, #lp_page section.story, #lp_page section.upgrade_service, #lp_page section.upgrade_service .foot_logo {
		width: 100%;
		margin: 0 auto;
		padding: 2rem 0;
	}
	#lp_page section ul{display: contents;}
	#lp_page section ul li {min-width: 100px; width: 100%; margin:0 auto;}
	.inner_bgarea { width: 90%; padding: 0.2rem;}
	
	
	#lp_page section.title_img {padding:0 0;}
	
	#lp_page section.galleria_pc ul { display: block; flex-flow: unset; justify-content: unset;}
	#lp_page section.galleria_pc ul li { min-width: 100px; width: 95%; margin: 0 auto; font-size: inherit;}
	#lp_page section.galleria_pc ul li:first-child { text-align:center; margin-bottom: 20px; width: 90%;}
	#lp_page section.galleria_pc ul li:first-child img { width: 80%; margin-top: 0; filter: drop-shadow(0 0 5px #fff);}
	
	#lp_page section.lineup {
		padding: 0;
	}
	#lp_page section.lineup .modelArea { min-width: 200px; width: 90%; margin: 0 auto;}
	#lp_page section.lineup .modelArea ul { display: block;}
		#lp_page section.lineup .modelArea ul li.col1, #lp_page section.lineup .modelArea ul li.col2 {min-width: 100px; width: 100%; margin: 0 auto;}
	#lp_page section.lineup .modelArea .model_cts {opacity: 1; border: 1px solid #fff; padding: 10px;}
	#lp_page section.lineup .modelArea .model_cts .modeName { margin:1rem 0;}
	
	#lp_page section.ingame_item ul.ingame_caution { width:100%;}
	#lp_page section.ingame_item ul.ingame_caution > li {line-height:1rem; width:90%; padding: 0 0 0.5rem 1rem;}
	
	#lp_page section.about a { width:95%;}
	#lp_page section.about a > p { font-size: 1rem; margin: 2rem 0 1rem 0; }
	
	#lp_page section.story { padding:0 0;}
	#lp_page section.story inner_bgarea {}
	#lp_page section.story .storyDesc { margin:0 0; display: block;}
	#lp_page section.story .storyDesc p {width: 100%;}
	#lp_page section.story .storyDesc p:last-child { margin-bottom:3rem;}
	#lp_page section.story .storyDesc img {width: 120%; max-width: unset; margin: 10% 0 8% -10%;}
	#lp_page section.story .storyDesc .sbimgTTL {max-width:100%; margin:0 auto;}
.storyDesc p > span.howto_ttl {
    margin: 0 0 20px 0;
}
	#lp_page section.ingame_item .ingame_ul { width: 100%; display: contents; flex-flow: unset; justify-content: unset; }
	#lp_page section.ingame_item .ingame_ul li { width: 90%; display: block; margin: 0 auto; padding: 2rem 0; }
	#lp_page section.ingame_item .ingame_ul li:nth-child(2) img {width: 80%; height: auto; max-height: unset;}
	.ingame_Txt2 { font-size:0.9rem;}
	.ingame_Txt2 > span {font-size:0.7rem;}

	
	#lp_page section.foot_logo {}
	#lp_page section.foot_logo > .inner_bgarea { background-size: contain; padding: 60px 0 30px;}

.foot_copyright p {
	margin-top: 20px;
	font-size: 10px;
	line-height: 1.4;
}
	
.footLink {width:96%;}
.footLink_inr {
}
	
	#lp_page section.upgrade_service > .inner_bgarea > ul { }
	#lp_page section.upgrade_service > .inner_bgarea > ul li,
	#lp_page section.upgrade_service > .inner_bgarea .upgrade_Txt{
		width: 100%;
		max-width: 100%;
		display: block;
		margin:0 auto;
	}
	
	
	
#note {
    width: 100%;
}
.head01 p {
    font-size: 1.3rem;
    padding: 23px 0 0 0;
    text-align: center;
}
/*.model_cts {
    background: url(/5info/img/lp_ffxiv_hw/ffxiv_hw_pc_970_230_zg2.jpg) no-repeat 0 60px !important;
    background-size: contain !important;
}*/
  
.txt tr {
    display:block;
    margin-bottom: 10px;
  }
  .txt th {
    display:block;
    width: 100%;
  }
.txt td {
    display: list-item;
    list-style-type: none;
    width: 100%;
    border: none;
}
.txt img {
	margin: 0 auto 10px !important;
}
.section {
    margin-left: 0 !important;
}
	.osusumectsBox_tit {
    margin-right: 0;
}
.ctsBox_parts .ctsBox_detail {
    padding: 0;
}
.ctsBox_parts {
	width: 94%;
	float: none;
	height: auto;
	margin-bottom: 10px;
}
.ctsBox_parts .ctsBox_detail p.img, .ctsBox_parts .ctsBox_detail p.img2 {
    float: none;
}
.img2 img {
    width: 50% !important;
    height: auto !important;
}
.img2 {
    text-align: center;
}
	.sectionBox_b {
    padding: 10px;
}
.ss_list td:nth-child(odd) {
    margin-right: 2%;
}
.ss_list td {
    float: left;
    width: 49%;
}
div#head_navi_menu_g {
    display: none;
}

  .sectionBox {
    width:100%;
    min-width:100%;
  }  
  .model_cts {
    background: #c2c2c4;
    background: linear-gradient(to bottom, #c2c2c4 0%,#feffff 100%);
    border: 1px solid #748676;
    height: auto;
    margin: 20px auto 0;
    padding: 10px 0 0;
    width: 96%;
  }
  .model_cts a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .modelSpec li:before {
    font-family: FontAwesome;
    content : "\f101";
    margin-right: 4px;
  }
  .modeName {
    color: #111;
    float: none;
    font-size: 16px;
    margin: 14px auto 0;
    width: 80%;
  }
  .model_cts .price {
    margin-top: 10px;
  }
  .model_left {
    float: none;
    margin: 0 auto;
    width: 86%;
  }
  .model_left .modelPc {
    float: none;
    margin:0;
  }
  .model_center .modelSpec {
    text-align: left;
    padding: 0px 0 2vw;
    width: 100%;
  }
  .model_center {  
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .model_right {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .LinkDetail {
    background: #be1e2d;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 14px 0;
    padding: 20px 0;
    text-align: center;
  }
  #desktop {
    width: 100%;
  }
  .upDesc img {
    float:none;	
    margin:0;
  }
  .upDesc {
    height:730px;
    text-align:center;
  }
  .jobDesc {
    width:100%;
  }
  .jobDesc img {
    float: none;
    margin: 0 ;
  }
  .sShot{
    width: 94%;
    float: none;
  }
  .sShot + .sShot {
    margin-top: 20px;
	}
  .headSp p {
    padding:12px 0 0 0 !important;
  }
  .spBtn {
    text-align: center;
    splay:block;
    pointer-events: auto;
  }
  .spBtn p {
    width: 200px;
    margin: 0 auto;
    background: #8c1315;
    padding: 9px;
    font-size: 20px;
  }
  .pcBtn {
    pointer-events: none;
  }
  .benchmarkTxt {
    text-align:right;
  }
  .storyDesc img {
	  float: none;
	  margin: 0 0 10px 0;
	}
  .ctsBox_left {
    font-size: 16px;
    float: none;
    width: 100%;
  }
  .ctsBox_right {
    float: none;
    width:100%;
    padding-top:10px;
  }
  .osusumeBox {
    margin: 0 0 10px;
  }
  .score {
    background: #000;
    padding-top: 12px;
  }
  .model_score {
    background: #000;
    padding-bottom: 16px;
  }
  .ffDesc {
    text-align: left;
  }
  
  #lp_page section.benefit .inner_bgarea ul li.a01 {
    min-width: 100px;
    margin: 0 auto;
}
#lp_page section.benefit .inner_bgarea ul li.a02 {
    min-width: 100px;
    margin: 0 auto;
}

.present_a01{
	display: none;
}
.present_a02{
display: block;
    margin: 20px 0;
}

	
}/*消さない*/


@media screen and (min-width:479px){
#lp_page section.lineup .modelArea ul li.col1 {
    min-width: 1050px;
    margin: 0 0 3rem;
    margin-top: -60px;
}
#lp_page section.lineup .modelArea ul li.col1 .model_cts {
    min-height: 400px;
}
#lp_page section.lineup .modelArea ul li.col1 .modeName {
    margin: 20px 0;
}
#lp_page section.lineup .modelArea ul li.col1 .model_left {
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 42%;
  justify-content: center;
  margin: 0 50px;
}
#lp_page section.lineup .modelArea ul li.col1 .model_center {
  float: left;
  width: 31%;
}
#lp_page section.lineup .modelArea ul li.col1 .price {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 75px 0 0;
}
#lp_page section.lineup .modelArea ul li.col1 .modelSpec {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
#lp_page section.lineup .modelArea ul li.col1 .benchmark_score {
  width: 40%;
  float: left;
  box-sizing: border-box;
  margin-top: 10px;
}
#lp_page section.lineup .modelArea ul li.col1 .benchmark_score .score {
  width: 100%;
}
#lp_page section.lineup .modelArea ul li.col1 .benchmark_score .model_score {
  width: 100%;
}
#lp_page section.lineup .modelArea ul li.col1 .benchmark_score .score_message {
  width: 100%;
}
#lp_page section.lineup .modelArea ul li.col1 .benchmark_score a {
  display: block;
}

#lp_page section.lineup .modelArea ul li.col1 .model_cts .model_left img.modelPc {
    width: 80%;
    margin: 0 0 0.5rem 0;
    filter: drop-shadow(0 0 5px #fff);
}


}