@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* **************************************************
Copyright (c) Dospara Co., Ltd. All rights reserved.
***************************************************** */

/* Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}
#container {
  width: 1050px;
  z-index: auto;
  margin: 0 auto;
}

#lp_page {
	width: 100%;
	margin: 0px auto 90px;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 140%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
#lp_page * {
	box-sizing: border-box;
}
 #lp_page section {
	margin-top: 120px;
 }
#lp_page h2 {
	margin: 60px -100%;
	font-size: 36px;
	line-height: 2.2;
	text-align: center;
	position: relative;
	background-size: 8px 8px;
	color: #ccff00;
	background: #0016dc;
	background: linear-gradient(0deg, #0016dc 0%, #047edb 100%);
	width: 300%;
}
#lp_page h2::before, #lp_page h2::after {
	content: "";
	width: 100vw;
	height: 2px;
	background: #047edb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#lp_page h2::before {
	top: -10px;
}
#lp_page h2::after {
	bottom: -12px;
}

#lp_page a {
	text-decoration: none;
}

#lp_page a:hover img {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
#lp_page img {
	max-width: 100%;
	height: auto;
}
.pconly {
    display: block;
}
.sponly {
    display: none;
}

@media screen and (max-width:479px){
	#container {
		margin-bottom: 0px;
	}
	.column2R #main {
		width: 100%;
	}
	#lp_page {
		width: 98%;
		margin: 0% 1%;
		font-size: 4vw;
	}
	 #lp_page section {
	margin-top: 60px;
 }
	#lp_page img {
		width: 100%;
	}
	#lp_page h2 {
		font-size: 6vw;
    margin: 20px 0;
		line-height: 1.4;
	width: 100%;
		padding: 6px 0;
}

.thumblist-item {
	width: 33.333%;
	cursor: pointer;
	margin-bottom: 10px;
}

  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #Header {
    border-bottom: none !important;
  }
}

/* メインイメージ
=========================================================================================== */
.main_Visual {
	width: 300%;
	margin-left: -100%;
	background-image: url(../5info/img/so6/bg_main.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
}
.main_Visual h1 {
	color: #000;
	position: absolute;
  z-index: 2;
	top: 90px;
	font-size: 36px;
	line-height: 1.6;
}
.img_main_wrap {
	max-width: 1050px;
	margin: 0 auto;
}
.img_main_wrap img {
	margin: 0 auto;
}
@media screen and (max-width:479px){
	 .main_Visual {
width: 100%;
		 margin-left: 0;
		 background-image: none;
	 }
	 .main_Visual h1 {
		 color: #fff;
		 position: static;
		 font-size: 4vw;
		 margin-bottom: 10px;
		 padding: 0 10px;
	 }
	 .img_main_wrap img {

	}
}

/* ラインアップ
=========================================================================================== */
.lineup_bg {
    position: relative;
}
.lineup_bg::before, .lineup_bg::after {
	content: "";
	width: 200px;
	height: 520px;
	z-index: 20;
	background-size: contain;
	background-repeat: no-repeat;
}
.lineup_bg::before {
    background-image: url(../5info/img/so6/character_01.png);
	position: absolute;
	left: -220px;
	top: 20%;
}
.lineup_bg::after {
    background-image: url(../5info/img/so6/character_02.png);
	position: absolute;
	right: -220px;
	top: 50%;
}
.lineup_wrap {
    background-image: url(../5info/img/so6/bg_lineup.jpg);
		background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px;
    position: relative;
}
.lineup_wrap::after {
    content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0;
}
.lineup_wrap .inner {
    background: rgba(0,0,0,.9);
    position: relative;
	    z-index: 10;
}
.lineup_wrap .inner:nth-of-type(n+2) {
    margin-top: 40px;
}
.lineup_wrap .inner:hover {
    opacity: .9;
}
.lineup_wrap .inner figure {
    margin: 0;
    width: 30%;
	padding-left: 60px;
}
.lineup_wrap .inner figure img {
    width: 100%;
}
.lineup_wrap .inner .mainbox_r {
   margin-left: 90px;
}
.lineup_wrap .inner .itemname {
    font-weight: 700;
    line-height: 1.3;
	padding: 20px;
}
.lineup_wrap .inner .itemname span {
    font-size: 24px;
    display: block;
}
.lineup_wrap .inner .mainbox {
	display: flex;
	padding: 0 20px;
	margin-top: 20px;
}
.lineup_wrap .inner li  {
   margin-bottom: 5px;
}
.lineup_wrap .inner .btmbox {
    padding-top: 30px;
	margin-top: -20px;
    width: 100%;
	 background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #5e038f 50.5%) no-repeat top left/40% 100%;
	background-position: bottom right;
	border-bottom: 4px solid #5e038f;
}

.lineup_wrap .inner .txt_price {
    font-size: 40px;
    font-weight: 700;
    color: #ff2200;
    margin-left: 20px;
	margin-top: 30px;
}

.lineup_wrap .inner .txt_price .tax {
    font-size: 20px;
}
.lineup_wrap .inner .btmbox .btn_link {
    padding: 0 18px 8px 0;
    position: relative;
	text-align: right;
}

.lineup_wrap .inner .btmbox .btn_link::before {
    content: "→";
    margin-right:0.5em;
}
.lineup_wrap .inner a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left:0;
    top:0;
}

@media screen and (max-width:479px){
.lineup_bg::before, .lineup_bg::after {
	content: none;
}
  .lineup_wrap {
    display: block;
    padding: 20px 15px;
	  background-repeat: repeat-y;
  }
  .lineup_wrap .inner {
    width: 100%;
  }
	.lineup_wrap .inner:nth-of-type(n+2) {
    margin-top: 20px;
}
	.lineup_wrap .inner .itemname {
    /*padding: 10px;*/
}
	.lineup_wrap .inner .itemname span {
    font-size: 4.2vw;
}
	.lineup_wrap .inner .mainbox {
    padding: 0 20px;
		flex-direction: column;
		align-items: center;
}
.lineup_wrap .inner figure {
    width: 60%;
    padding-left: 0;
}
  .lineup_wrap .inner .txtbox {
    width: 100%;
  }
  .lineup_wrap .inner .mainbox_r {
    padding: 20px 10px 0;
	  width: 100%;
	  margin-left: 0;
	      font-size: 3.6vw;
  }
.lineup_wrap .inner li {
    margin-bottom: 0px;
}
  .lineup_wrap .inner .btmbox {
	  background:
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #5e038f 50.5%) no-repeat top left/60% 100%;
	background-position: bottom right;
  }
  .lineup_wrap .inner .txt_price {
    width: 100%;
	      margin: 10px 0;
	  font-size: 8vw;
  }
  .lineup_wrap .inner .btmbox .btn_link::after {
    content: none;
  }
.lineup_wrap .inner .btmbox .btn_link {
    padding: 0 10px 4px 0;
    flex: auto;
    font-size: 3.4vw;
    line-height: 1.2;
}
}

/* 説明
=========================================================================================== */
.inner_bgarea {
	background: rgba(0,0,0,0.5);
	width: 1050px;
	height: auto;
	margin: 0 auto;
}
.inner_bgarea ul{
	padding: 30px;
	display: flex;
	gap: 60px;
	justify-content: space-between;
	align-items: center;
}
.inner_bgarea ul li.model {
	margin-left: 40px;
	width: 80%;
}
.inner_bgarea ul li.text{
	padding: 10px;
}
.inner_bgarea ul li.text p{
	font-size: 22px;
	line-height: 1.8;
}

@media screen and (max-width: 479px) {
 .inner_bgarea {
	 padding: 20px;
    width: 100%;
 }
 .inner_bgarea ul {
	 display: block;
	 padding: 0;
 }
 .inner_bgarea ul li {
		margin: 0 auto;
 }
 .inner_bgarea ul li:first-child img {
		margin-top: 0;
		width: 80%;
		margin: 0 auto;
		display: block;
 }
 .inner_bgarea ul li.model {
 	margin-left: 0;
	margin: 10px auto;
	     width: 60%;
 }
 .inner_bgarea ul li.text p{
font-size: 4vw;
 }

}

/* About
=========================================================================================== */

.about_wrap {
	margin-bottom: 60px;
	display: flex;
	gap: 60px;
	align-items: center;
}
.about_wrap figure {
	margin: 0 ;
	margin-left: -120px;
}
.about_wrap .txtbox {
	font-size: 18px;
    line-height: 1.8;
    width: 70%;
}
.about_wrap .link_btn {
	text-align: center;
	box-sizing: border-box;
	margin: 60px auto 0;
}
.about_wrap .link_btn a {
	display: inline-block;
	padding: 10px 0;
	transition: 0.3s all;
	color: #0016dc;
	font-weight: bold;
	background: #ccff00;
	border: 2px solid #0016dc;
	width: 320px;
}
.about_wrap .link_btn .fas {
	margin-left: 10px;
}
.about_wrap .link_btn a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 479px){
	.about_wrap {
	margin-bottom: 60px;
	flex-direction: column;
	gap: 20px;
		justify-content: center;
	}
	.about_wrap figure {
    margin: 10px auto 0;
		width: 70%;
}
.about_wrap .txtbox {
    font-size: 3.8vw;
    line-height: 1.6;
    width: 90%;
}
	 .about_wrap .link_btn {
		 margin: 20px auto 0;
	}
	.about_wrap .link_btn a {
		padding: 10px 0;
	}

}

/* Screenshot
=========================================================================================== */
#mainImg {
  background: #000;
  pointer-events: none;
	margin-bottom: 10px;
}
#subImg {
  display: flex;
  cursor: pointer;
	gap: 10px;
}
#subImg li {
	background: #fff;
}
#subImg img {
	transition: 0.3s all;
}
#subImg img:hover {
	opacity: 0.9;
}
@media screen and (max-width:479px){
	.sp_screenshot {
		display: none;
	}
	.sp_screenshot {
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 20px;
	}
	.sp_screenshot div.movie {
		width: 100%;
		margin-bottom: 15px;
	}
	.sp_screenshot div {
		width: 49%;
		margin-bottom: 10px;
	}
}

/* Other
=========================================================================================== */
.logo_wap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	margin: 60px auto 30px;
}
.logo_wap figure {
	margin: 0;
}
.logo_wap figure:first-of-type {
	margin-left: -90px;
}
.logo_wap figure:last-of-type {
	margin-right: -90px;
}
.footCopy {
	font-size: 0.875em !important;
	text-align: center;
}

@media screen and (max-width:510px){
.logo_wap {
	flex-direction: column;
	gap: 0;
	margin: 30px auto;
}
.logo_wap figure {
	display: none;
}
	.logo_wap .logo_box {
		width: 70%;
	}
	#head_navi_menu_g {
		display: none;
	}
	#footerCopy {
		min-width: auto !important;
	}
}
