@charset "UTF-8";
/* CSS Document */

#slider {
	position: relative;
	margin-bottom: 0;
}

.bxslider{
	line-height: 0;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	.bx-wrapper {
		border: 7px solid #FFF;
		border-width: 7px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
		padding: 40px 10px;
	}
	
	section{
		width: 100%;
		margin: 0 auto;
	}
	
	article.choice section h2{
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 0.6;
		text-align: center;
		font-weight: bold;
		margin-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif SC', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	
	article.choice section h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	
	article.choice section#s01 {
		width: 100%;
		max-width: 1000px;
		margin: 90px auto;
	}
	
	article.choice section#s01 ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article.choice section#s01 ul li{
		width: 30.3%;
		max-width: 305px;
		margin-bottom: 30px;
	}
	
	article.choice section#s01 ul li a{
		display: block;
	}
	
	article.choice section#s01 ul.choice li h3{
		border: 1px solid #000;
		text-align: center;
		padding: 6px 0;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	
	article.choice section#s01 ul.choice li div{
		line-height: 0;
		margin-bottom: 12px;
	}
	
	section#gallery_box {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
	}
	
	section#gallery_box h3{
		width: 312px;
		margin: 0 auto 20px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto 80px;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 24%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
	
	article.late2015 h2 {
		width: 294px;
		margin: 0 auto 25px;
		line-height: 0;
	}
	
	article.late2015 h3 {
		font-size: 28px;
		font-size: 2.8rem;
		text-align: center;
		font-weight: bold;
		color: #3E3A39;
		margin-bottom: 15px;
	}
	
	article.late2015 p.f_min {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		color: #3E3A39;
		margin-bottom: 15px;
	}
	
	article.late2015 div.block {
		width: 100%;
		max-width: 840px;
		position: relative;
		margin: 0 auto 25px;
	}
	
	article.late2015 div.block div.photo01{
		width: 94%;
		line-height: 0;
		margin-bottom: 5px;
	}
	
	article.late2015 div.block div.photo02{
		width: 22%;
		line-height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	article.late2015 div.block ul{
		width: 76%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		font-size: 10px;
	}
	
	article.late2015 div.block ul li:first-child{
		width: 34px;
		background: #000;
		display: flex;
		flex-wrap:wrap;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 10px;
	}
	
	article.late2015 div.block ul li:nth-child(2){
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	article.late2015 div.photo03{
		width: 100%;
		max-width: 840px;
		line-height: 0;
		margin: 40px auto 40px;
	}
	
	article.late2015 div.info{
		width: 100%;
		max-width: 840px;
		line-height: 0;
		margin: 0 auto 30px;
		border: 2px solid #675A4E;
		padding: 3px;
		position: relative;
	}
	
	article.late2015 div.info div.photo{
		width: 41%;
		max-width: 342px;
		position: absolute;
		top: -30%;
		left: -4%;
		line-height: 0;
		z-index: 10;
	}
	
	article.late2015 div.info div.info_inner{
		width: 100%;
		background: url("../images/vellfire_parts/late2015/bg.jpg") repeat-y;
		background-size: 100%;
		padding: 10px;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	article.late2015 div.info div.info_inner div.text_box{
		width: 62%;
		color: #FFF;
		line-height: 1.4;
	}
	
	article.late2015 div.info div.info_inner div.text_box table{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4
	}
	
	article.late2015 div.info div.info_inner div.text_box table th{
		width: 60px;
		padding-bottom: 5px;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td{
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		padding-bottom: 5px;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td b{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td span{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article.late2015 div.info div.info_inner div.text_box p{
		font-size: 10px;
		font-size: 1.0rem;
		font-weight: bold;
		padding-bottom: 8px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 8px;
	}
	
	article.late2015 div.info div.info_inner div.text_box p.cap{
		font-size: 10px;
		font-size: 1.0rem;
		font-weight: normal;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	article.late2015 a.simulation{
		width: 368px;
		margin: 0 auto 150px;
		display: block;
		padding: 0;
	}
	
	article.late2018 section {
		max-width: 840px;
		margin: 0 auto;
	}
	
	article.late2018 h2 {
		width: 364px;
		margin: 0 auto 25px;
		line-height: 0;
	}
	
	article.late2018 h3 {
		font-size: 28px;
		font-size: 2.8rem;
		text-align: center;
		font-weight: bold;
		color: #3E3A39;
		margin-bottom: 15px;
	}
	
	article.late2018 p.f_min {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		color: #3E3A39;
		margin-bottom: 15px;
	}
	
	article.late2018 section div.photo01{
		line-height: 0;
		margin-bottom: 25px;
	}
	
	article.late2018 section ul.info{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	
	article.late2018 section ul.info li.photo{
		width: 22.6%;
		line-height: 0;
	}
	
	article.late2018 section ul.info li.text{
		width: 75%;
	}
	
	article.late2018 section ul.info li.text h4{
		font-size: 20px;
		font-size: 2.0rem;
		color: #3E3A39;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article.late2018 section ul.info li.text table{
		width: 100%;
	}
	
	article.late2018 div.info div.info_inner div.text_box table{
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
	article.late2018 section ul.info li.text table th{
		width: 70px;
	}
	
	article.late2018 section ul.info li.text table td{
		width: -webkit-calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: calc(100% - 85px);
	}
	
	article.late2018 section ul.info li.text table td b{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1;
	}
	
	article.late2018 section ul.info li.text p{
		font-size: 12px;
		font-size: 1.2rem;
		color: #3E3A39;
		line-height: 1.4;
		padding-top: 10px;
		padding-bottom: 8px;
		border-bottom: 1px solid #231815;
		margin-bottom: 8px;
		letter-spacing: -0.04em;
	}
	
	article.late2018 section ul.info li.text p.cap{
		font-size: 10px;
		font-size: 1.0rem;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	article.late2018 section.option ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 8px;
	}
	
	article.late2018 section.option ul li.text{
		width: 39%;
	}
	
	article.late2018 section.option ul li.text h4{
		width: 100%;
		line-height: 0;
		margin-bottom: 12px;
	}
	
	article.late2018 section.option ul li.text p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	article.late2018 section.option ul li.photo{
		width: 59%;
		line-height: 0;
	}
	
	article.late2018 section.option h5{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	article.late2018 section.option h5 span{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	article.late2018 section.option div.scroll-table {
		width: 100%;
	}
	
	article.late2018 section.option p.cap {
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	article.late2017pp section {
		max-width: 840px;
		margin: 0 auto;
	}
	
	article.late2017pp section#s01 h2 {
		width: 100%;
		margin: 0 auto 70px;
		line-height: 0;
	}
	
	article.late2017pp section#s01 h3 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 25px;
	}
	
	article.late2017pp section#s01 p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
	}
	
	article.late2017pp section#s01 div {
		width: 91.3%;
		max-width: 767px;
		margin: 0 auto 68px;
		line-height: 0;
	}
	
	article.late2017pp section#s02 h2,
	article.late2017pp section#s03 h2{
		width: 100%;
		background: url("../images/vellfire_parts/late2017pp/title_line_bg.png") repeat-x;
		background-size: 1px;
		background-position: center;
		text-align: right;
		line-height: 0;
		margin-bottom: 12px;
	}
	
	article.late2017pp section#s02 h2 span,
	article.late2017pp section#s03 h2 span{
		display: inline-block;
		padding-left: 1em;
		background: #FFF;
		
	}
	
	article.late2017pp section#s02 h2 span{
		width: 166px;
		
	}
	
	article.late2017pp section#s03 h2 span{
		width: 152px;
		
	}
	
	article.late2017pp section ul.block{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	
	article.late2017pp section ul.block.last{
		margin-bottom: 0;
	}
	
	article.late2017pp section ul.block li.photo{
		width: 39%;
		position: relative;
		
	}
	
	article.late2017pp section ul.block li.photo div{
		line-height: 0;
	}
	
	article.late2017pp section ul.block li.photo div.fog{
		width: 86.3%;
		position: absolute;
		bottom: -20%;
		right: -35%;
		z-index: 10;
	}
	
	article.late2017pp section ul.block li.text{
		width: 57%;
		color: #333333;
	}
	
	article.late2017pp section ul.block.last li.text{
		border-bottom: 1px solid #958027;
	}
	
	article.late2017pp section ul.block li.text ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article.late2017pp section ul.block li.text ul li{
		width: 32%;
	}
	
	article.late2017pp section ul.block li.text ul li:first-child{
		width: 66%;
	}
	
	article.late2017pp section ul.block li.text h3{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		padding: 5px 0 5px 15px;
		margin-bottom: 8px;
		background: rgb(149,128,39);
		background: linear-gradient(90deg, rgba(149,128,39,1) 0%, rgba(149,128,39,1) 25%, rgba(255,255,255,1) 100%);
	}
	
	article.late2017pp section ul.block li.text h4{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.25;
		margin-bottom: 3px;
	}
	
	article.late2017pp section ul.block li.text p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.25;
		margin-bottom: 8px;
	}
	
	article.late2017pp section ul.block li.text p.price{
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: right;
	}
	
	article.late2017pp section ul.block li.text p.price span{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article.late2017pp section ul.block li.text p.price span.cap{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article.late2017pp section p.price02{
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: bold;
		color: #333;
		text-align: right;
		margin-top: 10px;
		line-height: 1.1;
		margin-bottom: 50px;
	}
	
	article.late2017pp section p.price02 span{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block{
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		padding-left: 18%;
		text-align: right;
	}
	
	article.late2017pp div.price_block h4{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	
	article.late2017pp div.price_block h4 span{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block h3{
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		padding: 8px 15px 8px 0;
		margin-bottom: 15px;
		background: rgb(149,128,39);
		background: linear-gradient(90deg, rgba(255,255,255,1), rgba(149,128,39,1) 35%, rgba(149,128,39,1) 0% 100%);
	}
	
	article.late2017pp div.price_block p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #333;
	}
	
	article.late2017pp div.price_block p.price03{
		font-size: 54px;
		font-size: 5.4rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	article.late2017pp div.price_block p.price03 span{
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block p.price03 span.cap{
		font-size: 20px;
		font-size: 2.0rem;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	.bx-wrapper {
		border: 3px solid #FFF;
		border-width: 3px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article.choice section h2.f_min{
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 0.8;
		text-align: center;
		font-weight: bold;
		margin-bottom: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif SC', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	
	article.choice section h2.f_min span{
		font-size: 14px;
		font-size: 1.4rem;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	
	article.choice section#s01 {
		width: 92.5%;
		margin: 40px auto;
	}
	
	article.choice section#s01 ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article.choice section#s01 ul li{
		width: 100%;
		max-width: 325px;
		margin: 0 auto 30px;
	}
	
	article.choice section#s01 ul li a{
		display: block;
		max-width: 305px;
		margin: 0 auto;
	}
	
	article.choice section#s01 ul.choice li h3{
		border: 1px solid #000;
		text-align: center;
		padding: 6px 0;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	
	article.choice section#s01 ul.choice li div{
		line-height: 0;
		margin-bottom: 12px;
	}
	
	section#gallery_box {
		width: 92.5%;
		margin: 0 auto;
	}
	
	section#gallery_box h3{
		width: 218px;
		margin: 0 auto 15px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto 80px;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 48%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
	
	article.late2015 section#s01,
	article.late2018 section#s01{
		width: 92.5%;
		margin: 40px auto;
	}
	
	article.late2015 h2 {
		width: 205px;
		margin: 0 auto 25px;
		line-height: 0;
	}
	
	article.late2015 h3 {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		color: #3E3A39;
		margin-bottom: 15px;
	}
	
	article.late2015 p.f_min {
		font-size: 14px;
		font-size: 1.4rem;
		color: #3E3A39;
		margin-bottom: 35px;
	}
	
	article.late2015 div.block {
		width: 100%;
		max-width: 840px;
		position: relative;
		margin: 0 auto 35px;
	}
	
	article.late2015 div.block div.photo01{
		width: 100%;
		line-height: 0;
		margin-bottom: 5px;
	}
	
	article.late2015 div.block div.photo02{
		width: 22%;
		line-height: 0;
		position: absolute;
		right: 0;
		top: -20px;
	}
	
	article.late2015 div.block ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		font-size: 10px;
	}
	
	article.late2015 div.block ul li:first-child{
		width: 34px;
		background: #000;
		display: flex;
		flex-wrap:wrap;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 10px;
	}
	
	article.late2015 div.block ul li:nth-child(2){
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	article.late2015 div.photo03{
		width: 100%;
		max-width: 840px;
		line-height: 0;
		margin: 40px auto 40px;
	}
	
	article.late2015 div.info{
		width: 100%;
		line-height: 0;
		margin: 0 auto 30px;
		border: 2px solid #675A4E;
		padding: 3px;
		position: relative;
	}
	
	article.late2015 div.info div.photo{
		width: 41%;
		max-width: 342px;
		margin: 0 auto;
	}
	
	article.late2015 div.info div.info_inner{
		width: 100%;
		background: url("../images/vellfire_parts/late2015/bg.jpg") repeat-y;
		background-size: 100%;
		padding: 10px;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	article.late2015 div.info div.info_inner div.text_box{
		width: 100%;
		color: #FFF;
		line-height: 1.4;
	}
	
	article.late2015 div.info div.info_inner div.text_box table{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4
	}
	
	article.late2015 div.info div.info_inner div.text_box table th{
		width: 60px;
		padding-bottom: 5px;
		display: block;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td{
		width:100%;
		padding-bottom: 10px;
		display: block;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td bold{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	article.late2015 div.info div.info_inner div.text_box table td span{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article.late2015 div.info div.info_inner div.text_box p{
		font-size: 10px;
		font-size: 1.0rem;
		font-weight: bold;
		padding-bottom: 8px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 8px;
	}
	
	article.late2015 div.info div.info_inner div.text_box p.cap{
		font-size: 10px;
		font-size: 1.0rem;
		font-weight: normal;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	article.late2015 a.simulation{
		width: 80%;
		width: 300px;
		margin: 0 auto 60px;
		display: block;
		padding: 0;
	}
	
	article.late2018 h2 {
		width: 275px;
		margin: 0 auto 25px;
		line-height: 0;
	}
	
	article.late2018 h3 {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		color: #3E3A39;
		margin-bottom: 15px;
		letter-spacing: -0.02em;
	}
	
	article.late2018 p.f_min {
		font-size: 14px;
		font-size: 1.4rem;
		color: #3E3A39;
		margin-bottom: 35px;
	}
	
	article.late2018 section div.photo01{
		line-height: 0;
		margin-bottom: 25px;
	}
	
	article.late2018 section ul.info{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	
	article.late2018 section ul.info li.photo{
		width: 50%;
		line-height: 0;
		margin: 0 auto 15px;
	}
	
	article.late2018 section ul.info li.text{
		width: 100%;
	}
	
	article.late2018 section ul.info li.text h4{
		font-size: 18px;
		font-size: 1.8rem;
		color: #3E3A39;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article.late2018 section ul.info li.text table{
		width: 100%;
	}
	
	article.late2015 div.info div.info_inner div.text_box table{
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
	article.late2018 section ul.info li.text table th{
		width: 70px;
	}
	
	article.late2018 section ul.info li.text table td{
		width: -webkit-calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: calc(100% - 85px);
	}
	
	article.late2018 section ul.info li.text table td b{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1;
	}
	
	article.late2018 section ul.info li.text p{
		font-size: 12px;
		font-size: 1.2rem;
		color: #3E3A39;
		line-height: 1.4;
		padding-top: 10px;
		padding-bottom: 8px;
		border-bottom: 1px solid #231815;
		margin-bottom: 8px;
		letter-spacing: -0.04em;
	}
	
	article.late2018 section ul.info li.text p.cap{
		font-size: 10px;
		font-size: 1.0rem;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	article.late2018 section.option{
		width: 92.5%;
		margin: 0 auto 60px;
	}
	
	article.late2018 section.option ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 8px;
	}
	
	article.late2018 section.option ul li.text{
		width: 100%;
	}
	
	article.late2018 section.option ul li.text h4{
		width: 80%;
		max-width: 324px;
		line-height: 0;
		margin: 0 auto 12px;
	}
	
	article.late2018 section.option ul li.text p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	article.late2018 section.option ul li.photo{
		width: 100%;
		line-height: 0;
		margin-bottom: 20px;
	}
	
	article.late2018 section.option h5{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	article.late2018 section.option h5 span{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	article.late2018 section.option div.scroll-table {
		overflow: auto;
		white-space: nowrap;
	}
	
	article.late2018 section.option div.scroll-table div{
		width: 1024px;
	}
	
	article.late2018 section.option p.cap {
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	
	article.late2017pp section {
		max-width: 92.5%;
		margin: 0 auto;
	}
	
	article.late2017pp section#s01 {
		margin: 40px auto 0;
	}
	
	article.late2017pp section#s03 {
		padding-top: 10px;
	}
	
	article.late2017pp section#s01 h2 {
		width: 100%;
		margin: 0 auto 30px;
		line-height: 0;
	}
	
	article.late2017pp section#s01 h3 {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 15px;
	}
	
	article.late2017pp section#s01 p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
	}
	
	article.late2017pp section#s01 div {
		width: 91.3%;
		margin: 0 auto 60px;
		line-height: 0;
	}
	
	article.late2017pp section#s02 h2,
	article.late2017pp section#s03 h2{
		width: 100%;
		background: url("../images/vellfire_parts/late2017pp/title_line_bg.png") repeat-x;
		background-size: 1px;
		background-position: center;
		text-align: right;
		line-height: 0;
		margin-bottom: 12px;
	}
	
	article.late2017pp section#s02 h2 span,
	article.late2017pp section#s03 h2 span{
		display: inline-block;
		padding-left: 1em;
		background: #FFF;
		
	}
	
	article.late2017pp section#s02 h2 span{
		width: 166px;
		
	}
	
	article.late2017pp section#s03 h2 span{
		width: 152px;
	}
	
	article.late2017pp section ul.block{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	
	article.late2017pp section ul.block.last{
		border-bottom: 1px solid #958027;
		padding-bottom: 20px;
	}
	
	article.late2017pp section ul.block li.photo{
		width: 80%;
		margin: 0 auto;
		position: relative;
		
	}
	
	article.late2017pp section ul.block li.photo div{
		line-height: 0;
	}
	
	article.late2017pp section ul.block li.photo div.fog{
		width: 60%;
		position: absolute;
		bottom: -20%;
		right: -10%;
		z-index: 10;
	}
	
	article.late2017pp section ul.block li.text{
		width: 100%;
		color: #333333;
	}
	
	article.late2017pp section ul.block li.text ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article.late2017pp section ul.block li.text ul li{
		width: 32%;
	}
	
	article.late2017pp section ul.block li.text ul li:first-child{
		width: 66%;
	}
	
	article.late2017pp section ul.block li.text h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		padding: 5px 0 5px 10px;
		margin-bottom: 8px;
		background: rgb(149,128,39);
		background: linear-gradient(90deg, rgba(149,128,39,1) 0%, rgba(149,128,39,1) 25%, rgba(255,255,255,1) 100%);
	}
	
	article.late2017pp section ul.block li.text h4{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.25;
		margin-bottom: 8px;
	}
	
	article.late2017pp section ul.block li.text p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 8px;
	}
	
	article.late2017pp section ul.block li.text p.price{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	article.late2017pp section ul.block li.text p.price span{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	article.late2017pp section ul.block li.text p.price span.cap{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article.late2017pp section p.price02{
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: bold;
		color: #333;
		text-align: center;
		margin-top: 10px;
		line-height: 1.1;
		margin-bottom: 50px;
	}
	
	article.late2017pp section p.price02 span{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block{
		width: 92.5%;
		margin: 0 auto 60px;
	}
	
	article.late2017pp div.price_block h4{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	
	article.late2017pp div.price_block h4 span{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		padding: 8px 0 8px 10px;
		margin-bottom: 15px;
		background: rgb(149,128,39);
		background: linear-gradient(90deg, rgba(149,128,39,1) 0%, rgba(149,128,39,1) 25%, rgba(255,255,255,1) 100%);
	}
	
	article.late2017pp div.price_block p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #333;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	article.late2017pp div.price_block p.price03{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 15px;
		text-indent: 0;
		padding-left: 0;
	}
	
	article.late2017pp div.price_block p.price03 span{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	article.late2017pp div.price_block p.price03 span.cap{
		font-size: 11px;
		font-size: 1.1rem;
	}
}

@media print, screen and (max-width: 480px){
	
}