@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 h2 {
	margin: 60px 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}
#lp_page h2.main_ttl {
	font-size: 52px;
	line-height: 1.4;
}
#lp_page a {
	text-decoration: none;
	transition: 0.3s all;
}

#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: auto!important;
		margin: 0 !important;
		font-size: 4vw;
	}
	#lp_page img {
		width: 100%;
	}
	#lp_page h2 {
		font-size: 7vw;
    margin: 40px 0;
		line-height: 1.4;
}
	#lp_page h2.main_ttl {
		font-size: 8vw;
	}

.thumblist-item {
	width: 33.333%;
	cursor: pointer;
	margin-bottom: 10px;
}

  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #Header {
    border-bottom: none !important;
  }
}

/* メインイメージ
=========================================================================================== */
.main_Visual {
	/* position: relative; */
	height: 480px;
/*	margin: 0 -555%;
	padding: 0 555%;*/
	width: 100%;
}
.main_Visual h1 {
	color: #000;
	position: absolute;
	top: 0;
    z-index: 2;
	top: 90px;
	font-size: 36px;
	line-height: 1.6;
}
.img_main_wrap {
	margin: 0;
  position: relative;
}
.img_main_wrap img {
	max-width: inherit!important;
	position: absolute;
  top: 0;
  left: -41%;
  z-index: 1;
}
@media screen and (max-width:479px){
	 .main_Visual {
		 height: auto;
	 }
	 .main_Visual h1 {
		 color: #fff;
		 position: static;
		 font-size: 4vw;
		 margin-bottom: 10px;
		 padding: 0 10px;
	 }
   .img_main_wrap {
		 width: auto;
		 height: auto;
		 margin: 0 auto;
		 overflow: hidden;
  }
	 .img_main_wrap img {
			position: static;
	}
}

/* ラインアップ
=========================================================================================== */
.lineup_wrap {
    background-image: url(../5info/img/lineage2/bg_lineup_pc.jpg);
		background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.lineup_wrap .inner {
    display: flex;
    background: rgba(0,0,0,.8);
    position: relative;
    width: calc(50% - 20px);
    flex-wrap: wrap;
    margin-bottom: 40px;
 min-height: 250px;
}
.lineup_wrap .inner * {
    box-sizing: border-box;
}
.lineup_wrap .inner:hover {
    opacity: .8;
}
.lineup_wrap .inner figure {
    margin: 0;
    width: 50%;
}
.lineup_wrap .inner figure img {
    width: 100%;
}
.lineup_wrap .inner ul {
   display: flex;
   flex-wrap: wrap;
   width: 50%;
}
.lineup_wrap .inner .itemname {
    font-weight: 700;
    line-height: 1.3;
	padding: 20px;
}
.lineup_wrap .inner .itemname span {
    font-size: 22px;
    display: block;
}
.lineup_wrap .inner .mainbox {
	display: flex;
	padding: 0 20px;
}
.lineup_wrap .inner li  {
   margin-bottom: 5px;
}
.lineup_wrap .inner .btmbox {
    padding-top: 30px;
    display: flex;
    width: 100%;
	 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;
	border-bottom: 4px solid #5e038f;
}

.lineup_wrap .inner .btmbox .txt_price {
    font-size: 40px;
    font-weight: 700;
    color: #ff2200;
    margin-bottom: 20px;
    width: 65%;
    margin-left: 20px;
}

.lineup_wrap .inner .btmbox .txt_price .tax {
    font-size: 20px;
}
.lineup_wrap .inner .btmbox .btn_link {
    padding: 5px 10px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: center;
}

.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_wrap {
    background-image: url(../5info/img/lineage2/bg_lineup_sp.jpg);
    display: block;
    padding: 20px 20px 1px;
	  background-repeat: repeat-y;
  }
  .lineup_wrap .inner {
    width: 100%;
  }
	.lineup_wrap .inner .itemname {
    padding: 10px;
}
	.lineup_wrap .inner .itemname span {
    font-size: 4.4vw;
}
	.lineup_wrap .inner .mainbox {
    padding: 10px 10px 0;
		flex-direction: column;
		align-items: center;
}

  .lineup_wrap .inner .txtbox {
    width: 100%;
  }
  .lineup_wrap .inner ul {
    padding: 10px 10px 0;
	  width: 100%;
  }
  .lineup_wrap .inner .btmbox {
    padding-top: 20px;
  }
  .lineup_wrap .inner .btmbox .txt_price {
    width: 100%;
	      margin-bottom: 14px;
	  font-size: 10vw;
  }
  .lineup_wrap .inner .btmbox .btn_link::after {
    content: none;
  }
.lineup_wrap .inner .btmbox .btn_link {
    padding: 0;
    flex: auto;
    font-size: 3.6vw;
    line-height: 1.2;
}
}

/* 説明
=========================================================================================== */
 #lp_page section.galleria_pc {
	padding: 60px 0;
 }
#lp_page section.galleria_pc .inner_bgarea {
	background: rgba(0,0,0,0.5);
	width: 1050px;
	height: auto;
	margin: 0 auto;
}
#lp_page section ul{
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 30px;
	align-items: center;
}
#lp_page section ul li.model {
	margin-left: 40px;
	width: 80%;
}
#lp_page section ul li.text{
	padding: 10px;
}
#lp_page section ul li.text h3{
	font-size: 28px;
	margin-bottom: 20px;
}
#lp_page section ul li.text p{
	font-size: 22px;
	line-height: 1.8;
}

@media screen and (max-width: 479px) {
#lp_page section.galleria_pc .inner_bgarea {
		 width: auto;
 }
 #lp_page section.galleria_pc {
		padding: 0;
 }
 #lp_page section.galleria_pc .inner_bgarea {
	 padding: 10px;
 }
 #lp_page section.galleria_pc ul {
	 display: contents;
	 flex-flow: unset;
	 justify-content: unset;
	 padding: 5px;
 }
 #lp_page section.galleria_pc ul li {
		margin: 0 auto;
 }
 #lp_page section.galleria_pc ul li:first-child img {
		margin-top: 0;
		width: 80%;
		margin: 0 auto;
		display: block;
 }
 #lp_page section ul li.model {
 	margin-left: 0;
	margin: 0 auto;
 }
 #lp_page section ul li.text h3 {
	font-size: 7vw;
	line-height: 1.4;
 	margin-bottom: 20px;
 }
 #lp_page section ul li.text p{
font-size: 5vw;
 }

}

/* About
=========================================================================================== */

.about_wrap {
	margin-top: 100px;
	margin-bottom: 100px;
	border: 1px solid #fff;
	padding: 20px;
}
.about_wrap p.text {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
#lp_page .about_wrap h2 {
	margin: 0;
	margin-bottom: 20px;
}
p.link_btn {
	display: block;
	background: -moz-linear-gradient(top, #b135ff, #7017e5);
	background: -webkit-linear-gradient(top, #b135ff, #7017e5);
	background: linear-gradient(to bottom, #b135ff, #7017e5);
	text-align: center;
	font-weight: 400;
	width: 680px;
	box-sizing: border-box;
	border: 2px solid #923fff;
	margin: 0 auto 20px;
	font-size: 1.2em;
}
p.link_btn a {
	display: block;
	padding: 10px 0;
	transition: 0.3s all;
}
p.link_btn a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 479px){
	.about_wrap {
		margin: 20px;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.about_wrap p.text {
		font-size: 5vw;
		line-height: 1.6;
	}
	 p.link_btn {
    width: auto;
    font-size: 1.2rem;
    letter-spacing: -0.01rem;
    line-height: 1.4;
	}
	p.link_btn a {
		padding: 10px 0;
	}

}

/* Screenshot
=========================================================================================== */
#mainImg {
  background: #000;
  pointer-events: none;
	margin-bottom: 10px;
}
#subImg {
  display: flex;
  cursor: pointer;
}
#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
=========================================================================================== */
.footCopy {
	font-size: 0.875em!important;
	margin-top: 20px;
}

@media screen and (max-width:510px){
	.footCopy {
		margin: 20px;
	}

	#head_navi_menu_g {
		display: none;
	}
	#footerCopy {
		min-width: auto !important;
	}
}
