@charset "utf-8";
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#maincontent {
  overflow: hidden;
}
#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
}
.breadCrumb {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#lp_page .breadCrumb a {
  /*color: #0062b0;*/
  text-decoration: underline;
}
#lp_page .breadCrumb a:hover {
  text-decoration: none;
}
@media screen and (max-width:479px) {
  .breadCrumb {
    display: none;
  }
}
/*========================================
 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/lineage_remastered/bg_mv_pc.jpg) no-repeat center;*/
  background-size: cover;
  background: #120b00;
}
/*.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/lineage_remastered/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;
  }
}
/*----------------------------------------------------
　コンテンツ設定
----------------------------------------------------*/
#lp_page .sp {
  display: none;
}
#lp_page .pc {
  display: block;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  margin-top: 0 !important;
  padding-top: 12px;
  background: #000;
}
#lp_page a {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s linear 0;
  -webkit-transition: all 0.3s linear 0;
}
.mainContents {
  margin: 0;
  padding: 0;
}
#container h2 {
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  background: #500c08;
  background: linear-gradient(0deg, #500c08 0%, #a6170f 50%, #500c08 100%);
}
#lp_page section {
  width: 100%;
  margin: 0 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/lineage_remastered/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.galleria_pc p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width:479px) {
  #lp_page section.galleria_pc p {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
  }
}
/*------ ラインアップ -----*/
#lp_page section.lineup {
  background-image: url(../5info/img/lineage_remastered/bg_lineup.jpg);
  background-position: top center;
  margin: 0;
  padding: 40px 0 60px;
  position: relative;
}
#lp_page section.lineup::before {
  background-color: rgba(196, 128, 79, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
#lp_page section.lineup .modelArea {
  width: 1050px;
  margin: 0 auto;
  color: #fff;
  /*color: #000;*/
  position: relative;
  z-index: 2;
}
#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/lineage_remastered/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/lineage_remastered/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: "※"
}
/*------ ABOUT -----*/
#lp_page section.about {
  background-image: url(../5info/img/lineage_remastered/bg_about.jpg);
  background-position: center;
  text-align: center;
  margin: 0;
  position: relative;
}
#lp_page section.about::before {
  background-color: rgba(196, 128, 79, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
#lp_page section.about .bg_about_sp {
  display: none;
}
#lp_page section.about .inner_bgarea {
  background: none;
  position: relative;
  z-index: 2;
}
#lp_page section.about .about_inr {
  /*width: 470px;
	margin: 0 0 0 auto;*/
}
#lp_page section.about h3 {
  font-size: 18px;
  text-align: left;
}
#lp_page section.about p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
#lp_page section.about a {
  display: block;
  width: 40%;
  margin: 0 auto;
}
#lp_page section.about a > p {
  width: auto;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 12px 0 10px;
  margin: 60px 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;
}
@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 {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0 auto;
  }
}
#lp_page section.story {
  padding: 0 0;
  margin: 0;
  background-image: url(../5info/img/lineage_remastered/bg_story.jpg);
  background-position: center;
  position: relative;
}
#lp_page section.story::before {
  background-color: rgba(196, 128, 79, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
#lp_page section.story .inner_bgarea {
  background: none;
  position: relative;
  z-index: 2;
}
#lp_page section.story .story_inr {
  margin: 60px 0;
}
#lp_page section.story .story_inr p {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
#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;
}
@media screen and (max-width: 479px) {
  #lp_page section.story .story_inr {
    margin: 30px 0;
  }
  #lp_page section.story .story_inr p {
    text-align: left;
    font-size: 4vw;
    letter-spacing: 0.8px;
    line-height: 1.6;
  }
  #lp_page section.story .story_inr p br {
    display: none;
  }
}
/*---------------------------
　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.about .sShot_m {
  margin: 90px 0 0;
}
#lp_page section.about .sShot_m ul {
  background-color: #000;
  padding: 20px 10px;
  max-width: 1050px;
  align-items: center;
}
#lp_page section.about .sShot_m li {
  display: contents;
  min-width: auto;
  margin: 0 0;
}
#lp_page section.about .sShot_m img {
  width: 200px;
  margin: 5px;
}
#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;
}
@media screen and (max-width: 479px) {
  #lp_page section.about .sShot_m {
    margin: 50px 0 0;
  }
  #lp_page section.about .sShot_m ul {
    flex-wrap: wrap;
  }
  #lp_page section.about .sShot_m li {
    width: 49%;
    display: block;
  }
  #lp_page section.about .sShot_m li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #lp_page section.about .sShot_m img {
    width: 100%;
    margin: 0;
  }
}
/*------ アップグレードサービス -----*/
#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: 60px 0 60px;
}
.foot_copyright img {
  max-width: 360px;
}
.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;
}
.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;
}
/*---------------------------
　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;
  z-index: 100;
}
#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;
}
@media screen and (max-width:479px) {
  #pagetop {
    right: 15px;
  }
}
/*---------------------------------
　スマホ対応
-----------------------------------*/
/* ウィンドウ幅が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%;
  }
  #lp_page .sp {
    display: block;
  }
  #lp_page .pc {
    display: none;
  }
  #container h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 6vw;
    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: 10px 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: 30px 0 30px;
  }
  .foot_copyright img {
    max-width: 70%;
  }
  .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);
  }
}
/*---------------------------------
　追加
-----------------------------------*/
.category {
  margin: auto;
  padding-top: 35px;
  font-size: 2.0em; /*color: #000;*/
}
h2 {
  line-height: 1.6;
}
#lp_page section.lineup .modelArea ul li.last_a01 {
  margin: 40px auto 20px;
}
@media screen and (max-width: 479px) {
  .category {
    padding-top: 40px;
    font-size: 20px;
  }
  #lp_page section.lineup .modelArea ul li.last_a01 {
    margin: 0 auto;
  }
  #lp_page section.lineup .modelArea .model_cts .modeName {
    margin: 0.3em 0;
    font-size: 4vw;
    line-height: 1.4;
  }
  .model_cts {
    width: auto;
  }
}
#lp_page section.foot_logo > .inner_bgarea {
  /*position: relative;*/
}
/*.ffxiv_copyright {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.75;
}

@media screen and (max-width: 479px) {
.ffxiv_copyright {
    bottom: 60px;
    font-size: 10px;
    margin: 0 -20px;
}
}*/
#lp_page section.galleria_pc {
  background-position: top;
}
#lp_page section.galleria_pc.upper {
  background-image: none;
}
#lp_page section.galleria_pc ul li:first-child img {
  margin-top: 0;
  width: 76%;
  margin: 0 0 0 auto;
  display: block;
}
#lp_page section.galleria_pc {
  background-position: top;
  padding: 40px 0;
}
#lp_page section.lineup .modelArea {
  padding-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  #lp_page section.galleria_pc {
    padding: 20px 0;
  }
  #lp_page section.galleria_pc ul li:first-child img {
    width: 80%;
    margin: 0 auto;
  }
  #lp_page #player img {
    max-width: 100%;
    height: auto;
    left: 11vw;
  }
}
.storyDesc p span.howto_txt {
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 479px) {
  .storyDesc p span.howto_txt {
    text-align: left;
    margin-top: 0;
  }
  #lp_page section.story .storyDesc p:last-child {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
}
.caption {
  text-align: center;
  margin-bottom: 15px;
}
.bold {
  font-weight: bold;
}
.img_upper {
  padding-top: 25px;
  width: auto !important;
}
.ff_indent_1 {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
}
.tab_a01 {
  margin: auto;
  padding: 30px 0 40px;
  display: flex;
  width: 1050px;
  justify-content: space-between;
  font-size: 22px;
}
.tab_a01 a {
  width: 460px;
  padding: 6px 20px;
  background: linear-gradient(to bottom, #654ccd, #4b3897);
}
.tab_a01 a:hover {
  opacity: 0.5;
  transition: all .3s;
}
#lp_page section .tab01 {
  font-size: 32px;
  display: block;
  padding: 6px;
  margin: 12px 0 10px;
}
#lp_page section .tab02 {
  font-size: 20px;
  display: block;
  /*padding: 6px;*/
  margin: 5px 0 10px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .tab_a01 {
    margin: auto;
    padding: 0;
    display: flex;
    width: 90vw;
    justify-content: space-between;
    font-size: 1em;
  }
  .tab_a01 a {
    width: 40vw;
    padding: 6px 0;
    background: linear-gradient(to bottom, #654ccd, #4b3897);
  }
  #lp_page section .tab01 {
    font-size: 2em;
    display: block;
    padding: 6px;
    margin: 20px 0 10px;
  }
  #lp_page section .tab02 {
    font-size: 1.5em;
    display: block;
    padding: 6px;
    margin: 20px 0 10px;
  }
}
#lp_page section.lineup .modelArea .col0 .model_cts .price span:first-child {
  color: #fff;
  line-height: 1.4rem;
  display: inline-block;
}
#lp_page .col0 .LinkBtn {
  background: #500c08;
  background: linear-gradient(0deg, #500c08 0%, #a6170f 50%, #500c08 100%);
  margin: 10px 0;
  position: relative;
  border: 1px solid #c4804f;
  padding-top: 12px;
  box-shadow: 4px 4px rgba(196, 128, 79, 0.6);
  font-size: 20px;
}
#lp_page .col0 .LinkBtn::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 .col0 .LinkBtn:hover {
  background: none;
  color: #c4804f;
  box-shadow: none;
}
#lp_page .col0 .LinkBtn:hover::after {
  border-color: #c4804f;
}
@media screen and (max-width: 479px) {
  #lp_page .col0 .LinkBtn {
    font-size: 4vw;
  }
}
#lp_page section.lineup .modelArea .col0 .benchmark_score {
  border: none;
}
#lp_page section.lineup .modelArea .col0 .benchmark_score:first-child {
  margin-bottom: 10px;
}
.benchmark_score {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.benchmark_score span {
  font-size: 1.2rem;
}
.model_cts .pr {
  font-size: 40px;
}
.model_cts .price.kara {
  margin-bottom: 16px !important;
}
.model_cts .pr, .kara, .tax {
  color: #F00 !important;
}
@media screen and (min-width: 480px) {
  #lp_page section.lineup .modelArea ul + h3 {
    margin-top: 50px;
  }
  #lp_page section.lineup .modelArea .col0 {
    width: 100%;
    margin: 2rem 0 0;
  }
  #lp_page section.lineup .modelArea .col0 .model_cts .model_left {
    width: 40%;
  }
  #lp_page section.lineup .modelArea .col0 .model_cts .modeName {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  #lp_page section.lineup .modelArea .col0 .modelSpec {
    width: 30%;
    width: 50%;
    line-height: 2rem;
    font-size: 16px;
  }
  #lp_page section.lineup .modelArea .col0 .benchmark_score_wrapper {
    width: 30%;
  }
  #lp_page section.lineup .modelArea .col0 .model_under {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #lp_page section.lineup .modelArea .col0 .model_cts {
    min-height: auto;
  }
  #lp_page section.lineup .modelArea .col0 .model_cts .price {
    /*text-align: left;*/
  }
}
@media screen and (max-width: 479px) {
  .modelSpec {
    width: 100%;
    box-sizing: border-box;
  }
  .benchmark_score {
    padding: 16px 10px 10px;
  }
  .model_cts .price.kara {
    margin-bottom: 10px !important;
  }
  .benchmark_score span {
    font-size: 1rem;
  }
  .model_cts .pr {
    font-size: 30px;
  }
}
/* @media screen and (max-width: 479px) {
  #lp_page section.lineup .modelArea .col0 .model_under {
    display: block;
  }
  #lp_page section.lineup .modelArea .col0 .model_cts .model_left {
    width: 90%;
  }

} */