@charset "utf-8";

/*====================================================

ファイナルファンタジーXIV 漆黒のヴィランズ推奨

Copyright (c) Dospara Co., Ltd. All rights reserved.

====================================================*/
:root {
/* base */
--cts-gutter: clamp(30px, -0.212rem + 8.91vw, 65px);/*375-768*/
--cts-width: 1330px;

/* font */
--dp-font-jp: "Noto Sans JP", sans-serif;
/* Noto Sans JP
Noto Sans JP Thin 100
Noto Sans JP Light 300
Noto Sans JP Regular 400
Noto Sans JP Medium 500
Noto Sans JP Bold 600
*/

--cts-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;

--cts-font-02: 'Outfit', sans-serif;
/* Outfit
Outfit Medium 500
Outfit bold 700
*/

--cts-font-03: 'raleway', sans-serif;
/* Raleway
Raleway Black 900
*/

--cts-font-04: 'Zen Kaku Gothic New', sans-serif;
/* Zen Kaku Gothic New
Zen Kaku Gothic New Bold 700
*/

--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
--cts-font-ls: .025em;/*letter-spacing*/

/* color */
--dp-color: #004da1;
--dp-color-price: #e43344;
--cts-color: #fff;
--cts-color-z: #E95E61;
--cts-color-u: #4382FA;
--cts-bg: #1A242E;

}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
::selection {background:#7d5ff5; color:#fff;}


#Globalnavi, .all365days {
display: block;
}

#container {
width: 100% !important;
margin: 0 auto;
position: static;
}
.column2R #main {
float: none;
width: auto;
}
* {
    box-sizing: border-box;
}
html {
overflow: auto;
}

* html {
height: 100%;
overflow-x: auto;
overflow-y: hidden;
}

body {
min-width: 1050px;
overflow: hidden;
position: relative;
}

* html body {
height: 100%;
overflow-y: auto;
box-sizing: border-box;
}
figure {
	padding: 0;
	margin: 0;
}
/*----------------------------------------------------
　大きさ・インデントの指定
----------------------------------------------------*/
.percent120 {font-size:120%;}
.percent80 {font-size:80%;}
.percent60 {font-size:60%;}
.center{text-align: center;}
.indent{
padding-left:1em;
text-indent:-1em;
}
/*----------------------------------------------------
　パンくずの指定
----------------------------------------------------*/
.breadCrumb {
width:1210px;
margin-left: auto;
margin-right: auto;
}
.breadCrumb a {
color: #0062b0!important;
}
.breadCrumb {
color: #605b5a;
}
/*----------------------------------------------------
　コンテンツ設定
----------------------------------------------------*/
.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);
}
#lp_page {
width: 100%;
margin: 0 auto;
text-align: center;
color: #FFF;
font-family: "Noto Sans JP";
line-height: 1.8rem;
font-size: 0.9rem;
}
#lp_page a {
text-decoration: none;
-moz-transition: all 0.3s linear 0;
-webkit-transition: all 0.3s linear 0;
}
#lp_page section {
width: 100%;
margin: 0 auto;
}
#lp_page .contents__inner {
width: 100%;
max-width: 1180px;
margin-inline: auto;
padding-inline: var(--cts-gutter);
box-sizing: border-box;
}
#lp_page .block--flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
#lp_page .block--flex .block--flex--left {
width: 50%;
}
#lp_page .block--flex .block--flex--right {
width: 50%;
}
h2.bg--black {
	font-size: 1.8rem;
	color: #fff;
	background: #000;
	padding: 25px 10px;
}
.flash:hover {
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: .85;
}
/*========================================
mainVisual
========================================*/


.mainVisual {
	height: 40vw;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    background: #000;
}
.mainVisual .TtlImg {
	position: absolute;
	top: 7vw;
	left: 5vw;
    max-width: 25%;
    height: auto;
	z-index: 100;
}
.mainTitle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20rem;
  text-align: center;
}
.mainImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mainImg01 {
  vertical-align: bottom;
  margin-bottom: 5px;
}
.mainImg02 {
  vertical-align: bottom;
}
.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);
}
#player {
    position: absolute;
    top: 0;
	right:0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
#player img{
    height: 100%;
	width:auto;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-mask-image:linear-gradient(to left, black 30%, transparent 100%);
}

/*------ GALLERIAオリジナルモーグリぬいぐるみが付いてくる！​ -----*/
#lp_page section.moogle__present-read {
	background: #000;
	padding: 30px 0 35px;
}
.block__moogle_present-ttl .ex-icon {
	width: 50px;
	height: auto;
	margin-bottom: 15px;
}
.block__moogle_present-ttl .txt-read {
    font-size: 1.56rem;
    font-weight: bold;
    line-height: 1.5;
}
.block__moogle_present-ttl .txt-read-date {
	font-size: 1.162rem;
    font-weight: bold;
    line-height: 1.5;
	position: relative;
	display: flex;
	justify-content: center;
}
.block__moogle_present-ttl .txt-read-date::before,
.block__moogle_present-ttl .txt-read-date::after {
	content:"-";
	display: inline-block;
}
.block__moogle_present-ttl .txt-read-date::before {
	margin-right: 0.5em;
}
.block__moogle_present-ttl .txt-read-date::after {
	margin-left: 0.5em;
}
.moogle--present-btn {
	color: #FFF !important;
    font-size: 1.13rem;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: 65px;
    margin: 20px auto 0;
    position: relative;
}
.moogle--present-btn::after {
	content: '';
	position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
	transform: rotate(45deg);
}
.moogle--present-btn:hover {
	color: #000 !important;
	background: #fff;
	transition: all .5s;
	opacity: 0.8;
}
.moogle--present-btn:hover::after {
	border-color: #000;
}
/*------ ファイナルファンタジーXIV　 推奨パソコン GALLERIAシリーズ -----*/
#lp_page section.galleria_pc {
	padding: 80px 0;
	background: url(../../gamepc/img/ffxiv_endwalker/bg_img_galleria.webp) no-repeat center center /cover;
}
.galleria_pc--ttl {
	font-size: 1.57rem;
	font-weight:900;
	color: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}
.galleria_pc--ttl::after {
content: "";
width: 50px;
height: 1px;
position: absolute;
left: 50%;
bottom: -35px;
background: #FFF;
transform: translate(-50%,-50%);
}
#lp_page section.galleria_pc .block--flex {
	width: 815px;
	padding-top: 35px;
}
.galleria_pc--image {
	text-align: left;
	width: 100%;
	max-width: 324px;
	height: auto;
}
.galleria_pc--txt {
	text-align: left;
}
.modal-open {
	color: #FFF !important;
    font-size: 1.13rem;
    font-weight: bold;
	line-height: 1.6;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: 65px;
    margin: 20px auto 0;
    position: relative;
	cursor: pointer;
}
.modal-open::after {
	content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
}
.modal-open:hover {
    color: #000 !important;
    background: #fff;
    transition: all .5s;
}
.modal-open:hover::after {
	border-color: #000;
}
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 10;
}
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1339px;
	width: calc(100% - 40px);
}
.modal-content {
	background: none;
	text-align: left;
	padding: 0;
}
.modal-content figure img {
	width: 100%;
	height: auto;
}
.modal-close {
	color: #FFF;
	background: #000;
	border: 1px solid #fff;
    font-size: 1.13rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 65px;
	margin: 15px auto 0;
	cursor: pointer;
}
.modal-close:hover {
	color: #000 !important;
    background: #fff;
    transition: all .5s;
}
.ffxiv_dawntrail-txt {
	color: #FFF;
    font-size: 1rem;
	font-weight: 600;
	line-height: 1.8rem;
	margin: 50px auto 0;
}
.galleria_pc--bnr {
	width: 100%;
	max-width: 970px;
	margin: 10px auto 0;
	display: inline-block;
}
.galleria_pc--bnr img {
	width: 100%;
	height: auto;
}
/*------ special・campaign -----*/
#lp_page section.special-campaign {
	background: #000;
	position: relative;
}
#lp_page section.special-campaign .block--special {
	background:url(../../../gamepc/img/ffxiv_endwalker/bg_stage.webp) no-repeat top center/cover;
	padding: 70px 0;
}
#lp_page section.special-campaign .s-p-ttl {
	width: 100%;
	max-width: 308px;
	background: linear-gradient(rgba(129, 140, 194, 0.5),rgba(129, 140, 194, 0));
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
}
#lp_page section.special-campaign .s-p-lead {
	font-size: 1.13rem;
	font-weight: bold;
	line-height: 2;
	margin-top: -38px;
}
#lp_page section.special-campaign .block-funfes--logo {
	width: 100%;
	max-width: 450px;
	margin: 50px auto 0;
	box-sizing: border-box;
}
#lp_page section.special-campaign .block-funfes--schedule {
margin-top: 75px;
width:100%;
max-width: 750px;
box-sizing: border-box;
}
#lp_page section.special-campaign .block-funfes--schedule .block--flex-left,
#lp_page section.special-campaign .block-funfes--schedule .block--flex-right {
width:100%;
max-width: 350px;
}
#lp_page section.special-campaign .block-funfes--schedule .funfes--ttl {
font-size: 1rem;
width: 100%;
border-bottom: 1px solid #fff;
padding-bottom: 15px;
margin-bottom: 30px;
}
#lp_page section.special-campaign .block-funfes--schedule .funfes--normal-txt {
font-size: 1.13rem;
line-height: 2;
}
#lp_page section.special-campaign .block-funfes--schedule .funfes--note {
font-size: 0.88rem;
margin-top: 18px;
}
#lp_page section.special-campaign .funfes--official-link {
color: #FFF;
font-size: 1.13rem;
font-weight: bold;
border: 1px solid #fff;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 500px;
height: 65px;
margin: 55px auto 0;
position: relative;
}
#lp_page section.special-campaign .funfes--official-link::after {
content: "";
background: url(../../gamepc/img/ffxiv_endwalker/icon-window-off.webp) no-repeat center center/contain;
width: 22px;
height: 24px;
display: block;
position: absolute;
right: 15px;
top: 50%;
transform: translate(-50%,-50%);
}
#lp_page section.special-campaign .funfes--official-link:hover {
color: #000;
background: #fff;
transition: all .5s;
opacity: 0.8;
}
#lp_page section.special-campaign .funfes--official-link:hover::after {
content: "";
background: url(../../gamepc/img/ffxiv_endwalker/icon-window-on.webp) no-repeat center center/contain;
transition: all .5s;
}
#lp_page section.special-campaign .block--campaign {
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.12228641456582634) 10%),url(../../gamepc/img/ffxiv_endwalker/bg_star.webp) no-repeat center top/cover;
padding: 70px 0 200px;
}
#lp_page section.special-campaign .block--campaign .block--campaign-lead {
width: 100%;
max-width: 640px;
margin: 50px auto 40px;
}
.block--campaign-lead .lead-txt1 {
color: #091843;
font-size: 1.25rem;
font-weight: bold;
}
.block--campaign-lead .lead-txt1 .number {
font-size: 2.5rem;
}
.block--campaign-lead .lead-txt1.balloon1 {
position: relative;
display: inline-block;
margin: 0 0 1.5em;
min-width: 188px;
height: 78px;
background: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
}
.block--campaign-lead .lead-txt1.balloon1:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -13px;
border: 13px solid transparent;
border-top: 18px solid #fff;
}
.block--campaign-lead .lead-txt2 {
font-size: 1.25rem;
line-height: 1.7;
font-weight: bold;
}
.block--campaign-lead .lead-txt3 {
color: #FFF6A8;
font-size: 2.5rem;
line-height: 1.3;
font-weight: bold;
margin-top: 10px;
}
.block--present {
	display: flex;
	justify-content: center;
	align-items: center;
}
.block--present .block--present--txt {
	text-align: left;
}
.block--present .block--present--txt .present--subttl {
	font-size: 1.31rem;
	line-height: 1.4;
	color: var(--cts-bg);
	background: var(--cts-color);
	display: inline-block;
	padding:0 10px ;
}
.block--present .block--present--txt .present--ttl {
	font-size: 2.94rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--cts-bg);
	background: var(--cts-color);
	display: inline-block;
	padding:0 10px;
	margin-top: 10px;
}
.block--present .block--present--txt .present--txt {
	font-size: 1.31rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 15px;
}
.block--present .block--present--txt .present--note {
	font-size: .88rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-top: 25px;
}
.block--campaign--how-to {
width: 800px;
background: rgba(0, 0, 0, 0.5);
padding: 50px;
margin: 60px auto 0;
box-sizing: border-box;
}
.block--campaign--how-to .how-to-ttl {
font-size: 1.25rem;
font-weight: bold;
letter-spacing: 4px;
}
.block--campaign--how-to .how-to--link + .how-to-ttl {
margin-top: 50px;
}
.block--campaign--how-to .how-to-flow {
width: 100%;
max-width: 572px;
margin: 30px auto 50px;
box-sizing: border-box;
}
.block--campaign--how-to .how-to-flow .flow-txt {
font-size: 1.13rem;
color: #091843;
font-weight: bold;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 7px 0px;
margin-bottom: 30px;
}
.block--campaign--how-to .how-to-flow .flow-txt:last-child {
margin-bottom: 0;
box-sizing: border-box;
}
.block--campaign--how-to .how-to-flow .flow-txt:last-child::after {
content: none;
}
.block--campaign--how-to .how-to-flow .flow-txt::after {
content: "";
display: inline-block;
border-style: solid;
border-width: 10px 8.5px 0 8.5px;
border-color: #fff transparent transparent transparent;
position: absolute;
left: 50%;
bottom:-26px;
transform: translate(-50%,-50%);
}
.block--campaign--how-to .how-to--link {
font-size: 1.13rem;
font-weight: bold;
width: 100%;
max-width: 500px;
height: 65px;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
border: 1px solid #fff;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.block--campaign--how-to .how-to--link::after {
content: "";
background: url(../../gamepc/img/ffxiv_endwalker/icon-window-off.webp) no-repeat center center/contain;
width: 22px;
height: 24px;
display: block;
position: absolute;
right: 15px;
top: 50%;
transform: translate(-50%,-50%);
}
.block--campaign--how-to .how-to--link:nth-of-type(n+1) {
margin-top: 30px;
}
.block--campaign--how-to .how-to--link.btn--x {
color: #fff !important;
background: #000;
}
.block--campaign--how-to .how-to--link.btn--x:hover {
color: #000 !important;
background: #fff;
transition: all .5s;
}
.block--campaign--how-to .how-to--link.btn--x:hover::after {
content: "";
background: url(../../gamepc/img/ffxiv_endwalker/icon-window-on.webp) no-repeat center center/contain;
transition: all .5s;
}
.block--campaign--how-to .how-to--link.btn--entry {
color: #fff !important;
background: #295DD6;
}
.block--campaign--how-to .how-to--link.btn--entry:hover {
color: #295DD6 !important;
background: #fff;
transition: all .5s;
}
.block--campaign--how-to .how-to--link.btn--entry:hover::after {
content: "";
background: url(../../gamepc/img/ffxiv_endwalker/icon-window-on2.webp) no-repeat center center/contain;
transition: all .5s;
}
.block--campaign--how-to .how-to-date {
font-size: 1.25rem;
letter-spacing: 1px;
margin-top: 5px;
}
.block--campaign--how-to .fes--note {
font-size: 0.87rem;
line-height: 1.6;
width: 100%;
max-width: 630px;
text-align: left;
margin: 40px auto 0;
}
.block--campaign--how-to .fes--note a {
color:#9EC5FF !important;
text-decoration: underline !important;
}
.block--campaign--how-to .fes--note a:hover {
text-decoration: none !important;
margin-top: 15px;
}
/*------ ラインアップ -----*/
#lp_page section.lineup {
background: url(../../gamepc/img/ffxiv_endwalker/bg_img_lineup.webp) no-repeat center 78px/cover;
margin: 0;
padding: 0 0 120px;
}
.block--moogle__bnr {
	width: 100%;
	max-width: 970px;
	height: auto;
	margin: 70px auto 0;
}
.block--moogle__bnr .moogle__bnr {
	display: block;
}
.block--moogle__bnr .moogle__bnr img {
	width: 100%;
	height: auto;
}
.block--moogle__bnr .moogle__note {
	color: #3A4C6E;
	font-size: 0.88rem;
	margin-top: 15px;
	font-weight: 500;
}
#lp_page section.lineup .block--category_ttl {
	margin: 75px auto 20px;
	width: 100%;
	max-width: 350px;
	display: flex;
	justify-content: center;
	position: relative;
}
#lp_page section.lineup .block--category_ttl .category_ttl {
	font-size: 1.25rem;
    font-weight: bold;
	background: rgba(58, 76, 110, 1);
	width: 100%;
	max-width: 310px;
	padding: 5px 0;
}
#lp_page section.lineup .block--category_ttl .ttl_line1 {
	width: 39px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0px;
	top: -10px;
}
#lp_page section.lineup .block--category_ttl .ttl_line1:after {
	content: "";
	width: 1px;
	height: 39px;
	background: #000;
	position: absolute;
	left: 10px;
	top: -10px;
}
#lp_page section.lineup .block--category_ttl .ttl_line2 {
	width: 39px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0px;
	bottom: -10px;
}
#lp_page section.lineup .block--category_ttl .ttl_line2:after {
	content: "";
	width: 1px;
	height: 39px;
	background: #000;
	position: absolute;
	right: 10px;
	bottom: -10px;
}
#lp_page section.lineup .lineup--list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
#lp_page section.lineup .lineup--list li {
	width: calc((100% - 150px) / 3);
	padding: 30px 25px;
	box-sizing: border-box;
	background: rgba(58, 76, 110, 0.9);
}
#lp_page section.lineup .lineup--list li:nth-of-type(n+4) {
	margin-top: 60px;
}
#lp_page section.lineup .lineup--list li:nth-of-type(3n-1) {
	margin-left: 75px;
	margin-right: 75px;
}
#lp_page section.lineup .lineup--list li:last-of-type {
	margin-right: 0;
}
#lp_page section.lineup .lineup--list li .modeName {
	font-size: 1rem;
	font-weight: bold;
}
#lp_page section.lineup .lineup--list li .model_image {
	margin-top: 18px;
}
#lp_page section.lineup .lineup--list li .model_image img {
	width: 100%;
	height: auto;
}
#lp_page section.lineup .lineup--list li .bm_name {
	font-size: 0.94rem;
	font-weight: 600;
	display: block;
	border: 1px solid #fff;
	margin: 15px 0 10px;
}
#lp_page section.lineup .lineup--list li .modelSpec {
	margin-top: 10px;
}
#lp_page section.lineup .lineup--list li .modelSpec .modelSpec_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.81rem;
	line-height: 1.8;
}
#lp_page section.lineup .lineup--list li .modelSpec .modelSpec_detail dt {
	width: 100%;
	max-width:45px;
	text-align: left;
	margin-right: 25px;
}
#lp_page section.lineup .lineup--list li .modelSpec .modelSpec_detail dd {
	width: calc(100% - 70px);
	text-align: left;
}
#lp_page section.lineup .lineup--list li .modelSpec .benchmark_score {
	margin-top: 15px;
}
#lp_page section.lineup .lineup--list li .modelSpec .benchmark_score .price {
	font-size: 0.7rem;
	text-align: right;
}
#lp_page section.lineup .lineup--list li .modelSpec .benchmark_score .price .tw_yen {
	font-size: 1.4rem;
	font-weight: bold;
}
#lp_page section.lineup .lineup--list li .modelSpec .LinkBtn {
	width: 100%;
	display: block;
	font-size: 0.88rem;
	font-weight: bold;
	color: #091843;
	background: linear-gradient(90deg, rgba(148,255,226,1) 0%, rgba(117,191,255,1) 100%);
	padding: 10px;
	margin-top: 10px;
	border-radius: 30px;
	position: relative;
}
#lp_page section.lineup .lineup--list li .modelSpec .LinkBtn.click-none
#lp_page section.lineup .lineup--list li .modelSpec .LinkBtn::after {
	position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #091843;
    content: '';
}
#lp_page section.lineup .lineup--list li .modelSpec .LinkBtn:hover {
	opacity: 1;
	background: linear-gradient(90deg, rgba(117,191,255,1) 0%, rgba(148,255,226,1) 100%);
}
#lp_page section.lineup .lineup--list li .modelSpec .LinkBtn.click-none {
	pointer-events: none;
	cursor: default;
}
#lp_page section.lineup .lineup--note {
	color: #fff;
	font-size: 0.87rem;
	background: rgba(58, 76, 110, 0.9);
	padding: 10px 15px;
	margin: 60px 0 0;
}
/*------ ファイナルファンタジーXIVとは -----*/
#lp_page section.howto_ffxiv {
	background: url(../../gamepc/img/ffxiv_endwalker/bg_img_howtoffxiv.webp) no-repeat center center/cover;
	margin: 0;
	padding: 0 0 80px;
}

#lp_page section.howto_ffxiv .block--black {
	background: rgba(0,0,0,0.5);
	margin: 80px 0 0;
	padding: 50px;
}
#lp_page section.howto_ffxiv .block--black .lead-txt {
	font-size: 0.9rem;
}
#lp_page section.howto_ffxiv .block--black p + p {
	margin-top: 1em;
}
#lp_page section.howto_ffxiv .block--black .btn--game-official {
	font-size: 1.1rem;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	padding: 10px;
	margin: 2em auto 0;
	width: 100%;
	max-width: 660px;
	transition: all .3s;
}
#lp_page section.howto_ffxiv .block--black .btn--game-official:hover {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
/*------ ファイナルファンタジーXIV：暁のフィナーレ -----*/
#lp_page section.howto_endwalker {
padding:0 0;
background:#000;
margin: 0;
}
#lp_page section.howto_endwalker .contents__inner {
	max-width: 1110px;
	padding-bottom: 60px;
}
#lp_page section.howto_endwalker .ffDesc {
margin: 40px 0;
text-align: center;
}
#lp_page section.howto_endwalker .storyDesc {
width: 100%;
margin: 40px 0;
display: flex;
justify-content: space-between;
}
#lp_page section.howto_endwalker .storyDesc img {
float: none;
height: auto;
vertical-align: top;
width: 400px;
margin: 1rem 0;
}
#lp_page section.howto_endwalker .storyDesc .sbimgTTL {
max-width: 70%;
}
.storyDesc p {
width: 45%;
align-self:center;
}
.storyDesc span {
display: inline-block;
font-size: 16px;
margin-bottom: 10px;
}
.storyDesc p > span {
	font-size:9px;
	line-height: 15px;
	margin:10px 0;
}
.jobDesc {
margin: 40px 0;
}
.storyDesc p > span.howto_ttl {
font-size: 20px;
line-height: normal;
font-weight: bold;
}
/*----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.howto_endwalker .sShot_m li{
display: contents;
min-width: auto;
margin:0 0;
}
#lp_page section.howto_endwalker .sShot_m img{
width: 147px;
margin:5px;
}

#lp_page section.howto_endwalker .sShot_m ul{
background-color: #262626;
padding: 10px;
max-width: 1050px;
}

#lp_page section.howto_endwalker .sShot{
float:left;
text-align: center;
margin: 0 10px;
width: 465px;
background-color: #b20000;
}

#lp_page section.howto_endwalker .sShot ul{
background-color:#660000;
padding: 10px 0;

}
#lp_page section.howto_endwalker .sShot li{
display: contents;
min-width: 5%;
margin: 0 0;
}

#lp_page section.howto_endwalker .sShot li img{
margin: 5px;
}

/*---------------------------
　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 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;
}
#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;
}
#lbNextLink {
right: 0;
}
#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;
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;
}

/*---------------------------
　フッターロゴ
---------------------------*/
#lp_page section.foot_logo {
	height:500px;
}
#lp_page section.foot_logo > .inner_bgarea {
    height: inherit;
	background-color: unset;
    background-image: url(../../gamepc/img/ffxiv_endwalker/footer_img.webp);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center 20%;
	position: relative;
	margin: 0 auto;
}

.footLink {width:970px; margin: 0 auto; text-align: right;}

.ffxiv_copyright {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.75;
}

.column2R #main {
	float: none;
	width: auto;
}

.title_cts {
	margin-bottom:22px;
}
.sectionBox {
	margin-bottom:50px;
	margin-top:70px;
}
.logoBack {
	text-align:center;
}

/*---------------------------
　ページ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;
}
.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 769px){
	.mainVisual {
		background: linear-gradient(68deg, rgba(0,0,0,1) 49%, rgba(0,0,0,0.1) 63%);
	}
	#lp_page .mainVisual .TtlImg {
		top: 4vw;
        left: 13vw;
	}
}

@media screen and (max-width: 479px) {
	#lp_page .block--flex {
		flex-direction: column;
	}
	#lp_page .block--flex .block--flex--left {
		width: 100%;
	}
	#lp_page .block--flex .block--flex--right {
		width: 100%;
		margin-top: 20px;
	}
	h2.bg--black {
		font-size: 1.1rem;
		padding: 15px 10px;
	}
/*------ mainVisual​ -----*/ 
	.mainVisual {
		width:100%;
		/*height:auto*/
		height: 56vw;
		background: linear-gradient( 68deg, rgba(0,0,0,1) 49%, rgba(0,0,0,0.1) 63%);
	}
	#lp_page .mainVisual .TtlImg {
    max-width: 38%!important;
    top: 7vw;
    left: 3vw;
	}
	#lp_page section.title_img >img { width: 100%; height: auto; }
	#container { width: 100%; min-width:100%;}

/*------ GALLERIAオリジナルモーグリぬいぐるみが付いてくる！​ -----*/ 
.block__moogle_present-ttl .ex-icon {
	width: 30px;
	margin-bottom: 5px;
}
.block__moogle_present-ttl .txt-read {
	font-size: 1.09rem;
}
.block__moogle_present-ttl .txt-read-date {
	font-size: 0.88rem;
}
.moogle--present-btn {
	font-size: 0.84rem;
    height: 50px;
    margin: 30px auto 0;
}
.moogle--present-btn::after {
	width: 8px;
    height: 8px;
}
/*------ファイナルファンタジーXIV　 推奨パソコン GALLERIAシリーズ -----*/
#lp_page section.galleria_pc {
	padding: 40px 0;
	background: url(../../gamepc/img/ffxiv_endwalker/bg_img_galleria.webp) repeat-y center center /contain;
}
.galleria_pc--ttl {
	font-size: 1.09rem;
	margin-bottom: 20px;
}
.galleria_pc--ttl::after {
	bottom: -20px;
}
#lp_page section.galleria_pc .block--flex {
	width: 100%;
	padding-top: 20px;
}
.galleria_pc--image {
	max-width: 225px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.galleria_pc--txt {
	line-height: 1.6;
}
.modal-open {
	font-size: 0.84rem;
    height: 60px;
    margin: 20px auto 0;
}
.modal-close {
	font-size: 0.81rem;
	width: 104px;
    height: 50px;
    margin: 30px auto 0;
	border: none;
}
.modal-body {
	width: calc(100% - 4px);
	padding: 0;
}
/*------ special・campaign -----*/
#lp_page section.special-campaign .block--special {
	padding: 45px 0;
}
#lp_page section.special-campaign .block-funfes--logo {
	max-width: 240px;
}
#lp_page section.special-campaign .block-funfes--schedule {
	margin-top: 45px;
}
section.special-campaign .block-funfes--schedule .block--flex-right {
	margin-top: 45px;
}
#lp_page section.special-campaign .block-funfes--schedule .funfes--ttl {
	font-size: 0.88rem;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#lp_page section.special-campaign .block-funfes--schedule .funfes--normal-txt {
	font-size: 0.88rem;
}
#lp_page section.special-campaign .funfes--official-link {
	font-size: 0.84rem;
	height: 50px;
	margin: 50px auto 0;
}
#lp_page section.special-campaign .funfes--official-link::after {
	width: 15px;
	height: 17px;
	right: 3px;
}
#lp_page section.special-campaign .block--campaign {
	padding: 45px 0 60px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.12228641456582634) 50%),url(../../gamepc/img/ffxiv_endwalker/bg_star.webp) no-repeat center top/cover;
}
#lp_page section.special-campaign .block--campaign .block--campaign-lead {
	margin: 40px auto 30px;
}
#lp_page section.special-campaign .s-p-ttl {
	max-width: 208px;
	padding: 35px;
}
#lp_page section.special-campaign .s-p-lead {
	font-size: 0.88rem;
	margin-top: -8px;
}
.block--campaign-lead .lead-txt1 {
	font-size: 1.51rem;
}
.block--campaign-lead .lead-txt1 .number {
	font-size: 2.94rem;
}
.block--campaign-lead .lead-txt1.balloon1 {
	min-width: 224px;
}
.block--campaign-lead .lead-txt2 {
	font-size: 0.88rem;
}
.block--campaign-lead .lead-txt3 {
	font-size: 1.88rem;
	margin-top: 0;
}
.block--present {
	flex-direction: column;
}
.block--present--img {
	margin-top: 25px;
}
.block--present .block--present--txt .present--subttl {
	font-size: 0.88rem;
	padding: 0 5px;
}
.block--present .block--present--txt .present--ttl {
	font-size: 2rem;
	margin-top: 5px;
	padding: 0 5px;
}
.block--present .block--present--txt .present--txt {
	font-size: 0.94rem;
}
.block--present .block--present--txt .present--note {
	margin-top: 15px;
	font-size: 0.75rem;
}
.block--campaign--how-to {
	width: 100%;
	padding: 25px;
	margin: 30px auto 0;
}
.block--campaign--how-to .how-to-ttl {
	font-size: 0.94rem;
}
.block--campaign--how-to .how-to--link + .how-to-ttl {
	margin-top: 40px;
}
.block--campaign--how-to .how-to-flow {
	margin: 20px auto 30px;
}
.block--campaign--how-to .how-to-flow .flow-txt {
	font-size: 0.88rem;
	padding: 4px 0px;
}
.block--campaign--how-to .how-to-flow .flow-txt::after {
	border-width: 8.5px 7.5px 0 7.5px;
}
.block--campaign--how-to .how-to--link {
	font-size: 0.69rem;
	height: 50px;
}
.block--campaign--how-to .how-to--link:nth-of-type(n+2) {
	margin-top: 20px;
}
.block--campaign--how-to .how-to--link.btn--entry {
	font-size: 0.81rem;
}
.block--campaign--how-to .how-to--link::after {
	width: 15px;
	height: 17px;
	right: 3px;
}
.block--campaign--how-to .how-to-date {
	font-size: 0.94rem;
}
.block--campaign--how-to .fes--note {
	font-size:0.75rem;
	margin: 40px auto 0;
}
/*------ ラインアップ -----*/
#lp_page section.lineup {
	padding: 0 0 60px;
	background: url(../../gamepc/img/ffxiv_endwalker/bg_img_lineup.webp) no-repeat center 50px/cover;
}
.block--moogle__bnr {
    margin: 40px auto 0;
}
.block--moogle__bnr .moogle__note {
	font-size: 0.75rem;
	line-height: 1.7;
}
#lp_page section.lineup .block--category_ttl .category_ttl {
	max-width: 265px;
}
#lp_page section.lineup .lineup--list {
	flex-direction: column;
}
#lp_page section.lineup .lineup--list li {
	width: 100%;
}
#lp_page section.lineup .lineup--list li:nth-of-type(n+2) {
	margin-top: 45px;
}
#lp_page section.lineup .lineup--list li:nth-of-type(3n-1) {
	margin-left: 0;
    margin-right: 0;
}
#lp_page section.lineup .lineup--note {
	margin: 40px 0 0;
}
/*------ ファイナルファンタジーXIVとは -----*/
#lp_page section.howto_ffxiv {
	padding: 0 0 30px;
}
#lp_page section.howto_ffxiv .block--black {
    margin: 40px 0 0;
	padding: 20px 10px;
}
#lp_page section.howto_ffxiv .block--black .lead-txt {
	margin-left: 25px;
	margin-right: 25px;
}
#lp_page section.howto_ffxiv .block--black .btn--game-official {
	width: inherit;
}
/*------ ファイナルファンタジーXIV：暁のフィナーレ -----*/
#lp_page section.howto_endwalker .storyDesc {
	flex-direction: column;
	margin-top: 0;
}
#lp_page section.howto_endwalker .storyDesc img {
	margin-top: 0;
}
.storyDesc p {
	width: 100%;
}
/*------ popup -----*/
/*------ フッターロゴ -----*/
#lp_page section.foot_logo {
    height: 300px;
	background: rgba(0,0,0,0.5);
}
.inner_bgarea {
    width: 80%;
    padding: 0.2rem;
}
.ffxiv_copyright {
    bottom: 20px;
    font-size: 10px;
    margin: 0 -20px;
}


.sp {display:block;}
.pc {display:none;}
}