﻿/* CSS Document */

/*====================================================
全体
====================================================*/

*{
	margin:0;
	padding: 0;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.9s;
}


@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.pc { display: block !important; }
.sp { display: none !important; }


.vip_recommend_archive_all {
	box-sizing: border-box;
	width: 940px !important;
	margin: 0 auto;
	background: #bc9e54;
	font-family: 'Advantage Demi','source-han-sans-japanese',sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
	color: #323232;
	padding: 30px 0px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

.vip_recommend_archive {
	width: 880px;
	margin: 0 auto;
	padding: 50px 0px 10px;
	background: #070707 url(../img/bg_recommend.jpg) no-repeat;
}

.contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.year {
 	color: #fff;
	text-align: right;
	font-size: 60px;
	line-height: 1em;
	width: 830px;
 	margin: 60px auto 0px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	}



.box {
	width: 400px;
	padding: 12px;
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	margin: 10px 15px 20px;
	transition: all 0.9s;
}


.box_text {
	padding: 12px 12px 0px;
}


.box_img {
	width: 100%;
}



.box_title {
	font-size: 20px;
	margin: 0.25em 0 1em;
	line-height: 1.2;
}

.box_title span {
	font-size: 16px;
}

.sub_title {
	text-align: right;
}

.sub_title span {
	font-size: 16px;
	padding: 0.3em 0.5em;
	background: #bc9e54;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.price {
	font-size: 25px;
	color: #bc9e54;
	margin-top: 0.3em;
	font-weight: 800;
	text-align: right;
}

.yen {
	font-size: 16px;
	color: #bc9e54;
}

.number {
	font-size: 40px;
	color: #bc9e54;
	font-family: korolev, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
}

.date {
	font-size: 30px;
	color: #bc9e54;
	text-align: left;
	margin-top: 0.25em;
	font-family: korolev, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.date span {
	font-size: 16px;
	color: #bc9e54;
	font-family: '源ノ角ゴシック',sans-serif;
}

/*ラウンジへ戻るボタン*/
.vpl_back {
    margin: 20px 0px;
    text-align: center;
}

.vpl_back a {
	font-size: 18px;
	background: #bc9e54;
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 18px;
	font-weight: 700;
}

.vpl_back a:hover {
	transition: all 0.5s;
	color: #bc9e54;
	background: #fff;
	border: solid 2px #bc9e54;
}


.vpl_back a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../img/arrow_white.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 18px;
	margin: 0px 0px 2px 10px;
	transition: all 0.5s;
}

.vpl_back a:hover:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../img/arrow_gold.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 18px;
	margin: 0px 0px 2px 10px;
	transition: all 0.5s;
}

.caution {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-top: 1em;
	text-align: justify;
}

/*体験レポートボタン*/
.report_btn {
    margin: 30px 0px 20px;
    text-align: center;
}

.report_btn a {
	font-size: 16px;
	background: #323232;
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 18px;
}

.report_btn a:hover  {
	transition: all 0.5s;
	color: #323232;
	background: #fff;
	border: solid 2px #323232;
}


.report_btn a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../img/arrow_white.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 18px;
	margin: 0px 0px 2px 10px;
	transition: all 0.5s;
}

.report_btn a:hover:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../img/arrow_black.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 18px;
	margin: 0px 0px 2px 10px;
	transition: all 0.5s;
}


/* vpl_pagetop */
#vpl_pagetop {
	position:fixed;
	right:35px;
	bottom:35px;
}
#vpl_pagetop a {
	display:block;
	width:125px;
	height:125px;
	background:url(../img/btn_pagetop.png) no-repeat;
	transition: all 0.5s;
}
#vpl_pagetop a:hover {
	transition: all 0.5s;
	background:url(../img/btn_pagetop_on.png) no-repeat;
}
#vpl_pagetop a span {
	display:none;
}

#forcia_gadget_categoryMenu{
    display:none;
}



