@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
*/

--cts-font-05: "Noto Serif JP", serif;
/* 200 to 900 */

--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-color2: #091843;
--cts-color: #fff;

}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
::selection {background:#7d5ff5; color:#fff;}


#Globalnavi, .all365days {
display: block;
}

#container {
width: 100% !important;
margin: 0 auto;
position: static;
}
#container a, #container a span {
	color: inherit;
}
#container img {
	max-width: 100%;
	vertical-align: bottom;
}
.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;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
/*----------------------------------------------------
　コンテンツ設定
----------------------------------------------------*/

#lp_page {
width: 100%;
background: url(../../gamepc/img/ffxiv_dawntrail/bg.webp) no-repeat center center /cover fixed;
margin: 0 auto;
text-align: center;
color: #FFF;
font-family: "Noto Sans JP";
line-height: 1.8rem;
font-size: 0.9rem;
position: relative;
z-index: 1;
}
#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%;
}
.flash:hover {
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: .85;
}
/*========================================
mainVisual
========================================*/


.mainVisual {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.mainVisual h1 img {
	width: 100%;
	height: auto;
}
.mainImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
#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: var(--dp-color2);
	padding: 30px 0 65px;
}
.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: rgb(153,130,61);
	background: radial-gradient(circle, rgba(153,130,61,1) 35%, rgba(116,90,13,1) 65%);
}
.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: 840px;
	padding-top: 35px;
}
.galleria_pc--image {
	text-align: left;
	width: 100%;
	max-width: 324px;
	height: auto;
}
.galleria_pc--txt {
	text-align: left;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.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: 30px 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;
    font-size: 1.13rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 50px;
	margin: 35px auto 0;
	cursor: pointer;
}
.modal-close:hover {
	color: #000 !important;
    background: #fff;
    transition: all .5s;
}
/*------ special・campaign -----*/
#lp_page section.special-campaign {
	background: #000;
	position: relative;
}
#lp_page section.special-campaign .block--special {
	background:url(../5info/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(../5info/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(../5info/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(../5info/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: var(--dp-color2);
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: var(--dp-color2);
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(../5info/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(../5info/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(../5info/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: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0.5) 100%);
	margin: 0;
	padding: 0 0 80px;
}
.bg--triangle {
	position: relative;
	z-index: 1;
}
.bg--triangle .ttl_h2 {
	font-family: var(--cts-font-05);
	font-size: 5rem;
	font-weight: 200;
	line-height: 1;
    color: #99823D;
	position: relative;
}
.bg--triangle .subttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #99823D;
	margin: 10px 0 0;
}
.bg--triangle::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 330px solid transparent;
    border-right: 330px solid transparent;
    border-top: 180px solid black;
	left: 50%;
	top: 0;
	transform: translate(-50%,0%);
	z-index: -1;
}
.cpttl {
	font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
	text-shadow: #FC0 1px 1px 1px,#FC0 1px 0 15px;
	margin: 140px 0 70px;
	position: relative;
}
.cpttl::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    background: #FFF;
	box-shadow: #FC0 1px 1px 1px,#FC0 1px 0 15px;
    transform: translate(-50%, -50%);
	z-index: 5;
}
.cpttl2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 35px;
}
.cpttl + .block--moogle__bnr,
.lineup--list + .block--moogle__bnr {
	margin: 70px auto 0;
}
.block--moogle__bnr {
	width: 100%;
	height: auto;
	margin: 140px auto 0;
}
.block--moogle__bnr .moogle__bnr {
	display: block;
}
.block--moogle__bnr .moogle__bnr img {
	width: 100%;
	max-width: 600px !important;
	margin: 0 auto;
	height: auto;
}
.moogle__note,
.package__note {
	color: #fff;
	font-size: 0.88rem;
	margin-top: 15px;
	font-weight: 500;
}
.block--package {
	margin: 35px 0 0;
}
.package_bnr {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.package_bnr img {
	width: 100%;
}
#lp_page section.lineup .ttl_wrap {
	background: #000;
	padding: 25px 0;
	margin: 65px 0 0;
}
#lp_page section.lineup .ttl_wrap .ttl_h3 {
	color: #99823D;
	font-size: 1.8rem;
}
#lp_page section.lineup .lineup--list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	gap: 80px 75px;
}
#lp_page section.lineup .lineup--list li {
	width: 300px;
	padding: 30px 25px;
	box-sizing: border-box;
	background: rgba(58, 76, 110, 0.9);
}
#lp_page section.lineup .lineup--list li .modeName {
	font-size: 1rem;
	font-weight: bold;
}
#lp_page section.lineup .lineup--list li .model_image {
	max-width: 209px;
	margin: 0 auto;
	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:var(--dp-color2);
	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::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: var(--dp-color2);
    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--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_dawntrail/bg_about.webp) no-repeat center center/cover;
	margin: 0;
	padding: 110px 0;
}

#lp_page section.howto_ffxiv .block--black {
	background: rgba(0,0,0,0.6);
	border-radius: 40px;
	padding: 40px;
}
#lp_page section.howto_ffxiv .block--black .lead-ttl {
	font-family: var(--cts-font-05);
	font-size: 1.88rem;
	letter-spacing: 0.05em;
}
#lp_page section.howto_ffxiv .block--black .lead-txt {
	font-family: var(--cts-font-05);
	font-size: 0.94rem;
	letter-spacing: 0.1em;
	margin: 70px 0 0;
}
#lp_page section.howto_ffxiv .block--black .lead-txt + .lead-txt  {
	margin: 1em 0 0;
}
#lp_page section.howto_ffxiv .block--black p + p {
	margin-top: 1em;
}
.btn--game-official {
	font-family: var(--cts-font-05);
	font-size: 0.94rem;
	background: #000;
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	padding: 17px 20px;
	margin: 25px auto 0;
	width: 100%;
	max-width: 600px;
	transition: all .3s;
}
.btn--game-official .inner {
	color: #fff;
	position: relative;
	display: flex;
	gap: 0 20px;
	justify-content: center;
	align-items: center;
}
.btn--game-official .inner::after {
	content: "";
	background: url(../../gamepc/img/ffxiv_dawntrail/icon_window.webp) no-repeat center center/contain;
	display: block;
	width: 20px;
	height: 22px;
}
.btn--game-official:hover {
	background: rgba(255, 255, 255, 0.8);
}
.btn--game-official:hover .inner {
	color: #000 !important;
}
.btn--game-official:hover .inner::after {
	background: url(../../gamepc/img/ffxiv_dawntrail/icon_window_on.webp) no-repeat center center/contain;
}
/*------ ファイナルファンタジーXIV：暁のフィナーレ -----*/
#lp_page section.howto_endwalker {
	padding: 110px 0;
	margin: 0;
}
#lp_page section.howto_endwalker .contents__inner {
	max-width: 1368px;
}
#lp_page section.howto_endwalker .contents__inner .block_navy {
	padding: 70px;
	box-sizing: border-box;
	position: relative;
}
#lp_page section.howto_endwalker .contents__inner .block_navy::after {
	content: "";
	background: rgba(58, 76, 110, 1);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#lp_page section.howto_endwalker .howto_TTL {
	font-family: var(--cts-font-05);
    font-size: 1.88rem;
	font-weight: 600;
    letter-spacing: 0.05em;
}
#lp_page section.howto_endwalker .ffDesc {
	margin: 40px 0;
	text-align: center;
}
#lp_page section.howto_endwalker .storyDesc {
	width: 100%;
	max-width:1027px;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
}
#lp_page section.howto_endwalker .storyDesc img {
	float: none;
	height: auto;
	vertical-align: top;
	width: 400px;
}
#lp_page section.howto_endwalker .storyDesc .sbimgTTL {
	max-width: 322px;
	position: relative;
	z-index: 10;
}
.howto_txt {
	font-family: var(--cts-font-05);
	font-size: 0.94rem;
}
.appeal_txt {
	font-family: var(--cts-font-05);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8em;
    letter-spacing: 0.12em;
	margin: 50px 0 0;
}
#lp_page section.howto_endwalker .btn--game-official {
	background: #3A4C6E;
	margin: 50px 0 0;
}
#lp_page section.howto_endwalker .btn--game-official:hover {
	background: #fff;
}
/*----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;
}

#lp_page section.howto_endwalker .sShot_m ul{
	max-width: 1027px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 22px 29px;
}

#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;
}
.sShot_m ul{
	padding: 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 {
	padding: 80px 0;
	background: #131213;
}

.ffxiv_copyright {
    font-size: 0.81rem;
    line-height: 1.75;
	margin: 30px 0 0;
}

/*---------------------------
　ページ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: 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;
	}
/*------ mainVisual​ -----*/ 
	.mainVisual {
	}
	#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オリジナルモーグリぬいぐるみが付いてくる！​ -----*/
#lp_page section.moogle__present-read {
	padding: 30px 0 50px;
}
.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: radial-gradient(circle, rgba(153, 130, 61, 1) 35%, rgba(116, 90, 13, 1) 95%);
}
.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(../5info/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 45px;
}
#lp_page .lineup .contents__inner {
	padding-inline: 0;
}
.bg--triangle::after {
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
    border-top: 150px solid black;
}
.bg--triangle .ttl_h2 {
	font-size: 3.75rem;
}
.bg--triangle .subttl {
	font-size: 1.5rem;
}
.cpttl {
	font-size: 2rem;
	margin: 117px 0 70px;
}
.cpttl2 {
	font-size: 1.09rem;
	margin-bottom: 20px;
}
.block--moogle__bnr {
	margin: 117px auto 0;
	padding-inline: var(--cts-gutter);
}
.moogle__note,
.moogle__bundle {
	font-size: 0.75rem;
	line-height: 1.7;
}
.block--package {
	padding-inline: var(--cts-gutter);
}
#lp_page section.lineup .block--category_ttl .category_ttl {
	max-width: 265px;
}
#lp_page section.lineup .ttl_wrap {
	margin: 35px 0 0;
}
#lp_page section.lineup .ttl_wrap .ttl_h3 {
    font-size: 1.5rem;
}
#lp_page section.lineup .lineup--list {
	flex-direction: column;
	gap: 30px 30px;
	margin-top: 35px;
	padding-inline: var(--cts-gutter);
}
#lp_page section.lineup .lineup--list li {
	width: 100%;
}
#lp_page section.lineup .lineup--note {
	margin: 40px var(--cts-gutter) 0;
}
/*------ ファイナルファンタジーXIVとは -----*/
#lp_page section.howto_ffxiv {
	padding: 60px 0;
}
#lp_page section.howto_ffxiv .contents__inner {
	padding-inline: 10px;
}
#lp_page section.howto_ffxiv .block--black {
	padding: 20px 10px;
	border-radius: 20px;
}
#lp_page section.howto_ffxiv .block--black .lead-ttl {
	font-size: 1.3rem;
}
#lp_page section.howto_ffxiv .block--black .lead-txt {
	font-size: 0.81rem;
	margin: 40px 0 0;
}
.btn--game-official {
	font-size: 0.82rem;
	line-height: 1.6;
	padding: 17px 10px;
}
.btn--game-official .inner {
	flex-direction: column;
}
.btn--game-official .inner::after {
	margin: 5px 0 0;
}
/*------ ファイナルファンタジーXIV：暁のフィナーレ -----*/
#lp_page section.howto_endwalker {
	padding: 95px 0;
}
#lp_page section.howto_endwalker .contents__inner {
	padding-inline: 14px;
}
#lp_page section.howto_endwalker .contents__inner .block_navy {
	padding: 34px 14px;
}
#lp_page section.howto_endwalker .howto_TTL {
	font-size: 1.25rem;
}
#lp_page section.howto_endwalker .storyDesc {
	flex-direction: column;
	margin: 25px 0 0;
}
#lp_page section.howto_endwalker .storyDesc .sbimgTTL {
	max-width: 234px;
}
#lp_page section.howto_endwalker .storyDesc .txt_block {
	margin: 25px 0 0;
}
.howto_txt {
	font-size: 0.81rem;
}
.appeal_txt {
	font-size: 1.13rem;
	margin: 30px 0 0;
}
/*------ popup -----*/
/*------ フッターロゴ -----*/
#lp_page section.foot_logo {
    
}
.inner_bgarea {
    width: 80%;
    padding: 0.2rem;
}
.ffxiv_copyright {
    bottom: 20px;
    font-size: 10px;
    margin: 0 -20px;
}
.sp {display:block;}
.pc {display:none;}
}