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

.show-sp {
	display: none !important;
}
.show-pc {
	display: inline !important;
}
a:hover {
	text-decoration: none;
}
.content {
	width: 1000px;
	padding: 90px 10px 95px;
	margin: 0 auto;
	overflow: hidden;
}
.content .mainimage {
	width: 100%;
	margin-bottom: 40px;
}
.content h2 {
	font-size: 36px;
	margin-bottom: 26px;
}
.content p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 2em;
}
.content p.last {
	margin-bottom: 1em;
}
.content p.last2 {
	margin-bottom: 3em;
}
.content .back_index, .content .back {
	display: block;
	text-align: center;
	margin-bottom: 0 !important;
	margin-top: 70px;
	clear: both;
}
.content .back_index a,
.content .back a {
	color: #000;
	padding-left: 20px;
	background: url(/images/icon_arrow_01.png) no-repeat 0 center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.t_align_left {
	text-align:left;
}
.t_align_center {
	text-align: center;
}
.t_align_right {
	text-align: right;
}

/*header PC
**************************************************************************************/
#header {
	width: 100%;
	min-width: 1000px;
	height: 180px;
	padding: 15px 0 35px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s;
  -webkit-transition: all .3s;
}
#header.short {
	height: 140px;
	padding: 0;
}
#header .header-In {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	transition: all .5s;
  -webkit-transition: all .5s;
}
#header.short #logo {
	top: 10px;
}
#header #logo a {
	display: block;
	width: 40px;
	height: 165px;
	text-indent: -9999px;
	background: url(/images/logo_vt.png) no-repeat center top;
	background-size: 100%;
	transition: all .5s;
  -webkit-transition: all .5s;
}
#header.short #logo a {
	height: 100px;
	background-size: 71.4%;
}
#header .header-In #gNavi {
	width: 600px;
	margin: 0 auto;
}
#header .header-In #gNavi ul {
	overflow: hidden;
}
#header .header-In #gNavi ul li {
	float: left;
}
#header .header-In #gNavi ul li.recruit {
	display: none;
}
#header .header-In #gNavi li.serchbox-sp {
  display: none;
}
#header .header-In #gNavi ul li.shop {
	margin-right: 180px;
}
#header .header-In #gNavi ul li a {
	display: block;
	width: 70px;
	height: 165px;
	background: url(/images/bg_gnavi.png) no-repeat 0 0;
	position: relative;
	transition: height .25s ease-in-out;
  -webkit-transition: height .25s ease-in-out;
	text-indent: -9999px;
}
#header.short .header-In #gNavi ul li a {
	height: 140px;
}
#header .header-In #gNavi ul li a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #e40011;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
}
#header .header-In #gNavi ul li:hover a::after {
	width: 30px;
	left: 20px;
	right: 20px;
}
#bNew #header .header-In #gNavi ul li.new a::after,
#bProducts #header .header-In #gNavi ul li.products a::after,
#bRecipe #header .header-In #gNavi ul li.recipe a::after,
#bWill #header .header-In #gNavi ul li.will a::after,
#bSpirit #header .header-In #gNavi ul li.spirit a::after,
#bCompany #header .header-In #gNavi ul li.company a::after {
	width: 30px;
	left: 20px;
	right: 20px;
}
#header .header-In #gNavi ul li.product a {
	background-position: 0 0;
}
#header .header-In #gNavi ul li.recipe a {
	background-position: -70px 0;
}
#header .header-In #gNavi ul li.shop a {
	background-position: -140px 0;
}
#header .header-In #gNavi ul li.will a {
	background-position: -210px 0;
}
#header .header-In #gNavi ul li.spirit a {
	background-position: -280px 0;
}
#header .header-In #gNavi ul li.company a {
	background-position: -350px 0;
}
#header .header-In #gNavi ul li.products:hover a {
	background-position: 0 -180px;
}
#header .header-In #gNavi ul li.recipe:hover a {
	background-position: -70px -180px;
}
#header .header-In #gNavi ul li.shop:hover a {
	background-position: -140px -180px;
}
#header .header-In #gNavi ul li.will:hover a {
	background-position: -210px -180px;
}
#header .header-In #gNavi ul li.spirit:hover a {
	background-position: -280px -180px;
}
#header .header-In #gNavi ul li.company:hover a {
	background-position: -350px -180px;
}
#bProducts #header .header-In #gNavi ul li.products a {
	background-position: 0 -180px;
}
#bRecipe #header .header-In #gNavi ul li.recipe a {
	background-position: -70px -180px;
}
#bShop #header .header-In #gNavi ul li.shop a {
	background-position: -140px -180px;
}
#bWill #header .header-In #gNavi ul li.will a {
	background-position: -210px -180px;
}
#bSpirit #header .header-In #gNavi ul li.spirit a {
	background-position: -280px -180px;
}
#bCompany #header .header-In #gNavi ul li.company a {
	background-position: -350px -180px;
}
#header .h_right {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 180px;
	transition: top .25s ease-in-out;
  -webkit-transition: top .25s ease-in-out;
}
#header.short .h_right {
	top: 15px;
}
#header #logo-sp {
	display: none;
}
#header .h_right p {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    width: 100px;
    line-height: 30px;
    border-radius: 15px;
    background: #e50012;
    text-align: center;
    margin-left: auto;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}
#header .h_right p:hover {
	opacity: .6
}
#header .h_right p a {
	color: #FFF;
	text-decoration: none;
}

/*breadcrumb
***************************************************/
.breadcrumb {
	background: #fff2e5;
	height: 50px;
}
.breadcrumb ul {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.breadcrumb ul li {
	float: left;
	line-height: 50px;
	font-size: 13px;
	padding-right: 40px;
	position: relative;
}
.breadcrumb ul li a {
	color: #000;
}
.breadcrumb ul li:after {
	content: "＞";
	display: inline;
	position: absolute;
	top: 0;
	right: 10px;
}
.breadcrumb ul li:last-child {
	font-weight: bold;
	padding-right: 0;
}
.breadcrumb ul li:last-child::after {
	display: none;
}
#searchform {  
  width: 180px;
  display: block;
  height: 30px;
  position: relative;
	border: 2px solid #ddd;
	margin-bottom: 10px;
}
#keywords {
  width: 145px;
	position: absolute;
	top: 0px;
	left: 4px;
	height: 100%;
}
#searchBtn {
  position: absolute;
  top: 5px;
	left: 155px;
}
#header .h_right ul {
	overflow: hidden;
	width: 70px;
	margin-left: 110px;
}
#header .h_right ul li {
	float: left;
	margin-left: 10px;
}
#header .h_right ul li:first-child {
	margin-left: 0;
}
#header .h_right ul li a img {
	transition: all .5s;
  -webkit-transition: all .5s;
}
#header .h_right ul li a img:hover {
	opacity: .6;
	filter: alopha(opacity=60);
}
/*footer PC
**************************************************************************************/
#contentWrap {
	padding-top: 180px;
}
/*back top*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
	z-index: 10000;
}
.pagetop a {
  display: block;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	background: url(/images/page_top.png);
	background-size: 70px;
}
.pagetop a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
#footer {
	border-top: 1px solid #e5e5e5;
}
#footer .footerColumnWrap {
	width: 1000px;
	padding: 60px 10px 0;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
#footer .footerColumnWrap > div {
	float: left;
	margin-bottom: 25px;
}
#footer .footerColumnWrap > div:first-child {
	width: 360px;
}
#footer .footerColumnWrap > div:nth-child(2) {
	width: 270px;
	margin-left: 60px;
}
#footer .footerColumnWrap > div:last-child {
	width: 230px;
	margin-left: 60px;
}
#footer .f_column .footerProductList {
	overflow: hidden;
}
#footer .f_column ul {
	margin-bottom: 20px;
}
#footer .f_column .footerProductList ul {
	float: left;
}
#footer .f_column .menuLeft {
	width: 54%;
}
#footer .f_column .menuRight {
	width: 46%;
}
#footer .f_column ul li {
	font-size: 14px;
	padding: .57em 0;
  line-height: 1.3em;
}
#footer .f_column ul li a {
	color: #000;
	text-decoration: none;
}	
#footer .f_column ul li a[target="_blank"] {
	background: url(/images/icon_window.png) no-repeat right center;
	padding-right: 16px;
}
#footer .f_column ul li a:hover {
	color: #999;
}
#footer .f_column ul li ul {
	padding-top: 15px;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
#footer .f_column ul li ul li {
	list-style: disc;
	padding: .2em 0;
  font-size: 13px;
}
#footer .f_column .brand,#footer .f_column .introduction {
}
#footer .f_column .brand h4,#footer .f_column .introduction h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #000;
	padding-top: 33px;
}
#footer .f_column .brand h4 a:hover {
	color: #666;
}
#footer .f_column h3 {
	color: #e40011;
	padding: 10px 0 20px;
}
#footer .f_column h3 a {
	color: #e40011;
	text-decoration: none;
}
#footer .f_column h3 a[target="_blank"] {
	background: url(/images/icon_window.png) no-repeat right center;
	padding-right: 16px;
}
#footer .f_column h3 a:hover {
	color: #ec7379;
}
#footer .f_bottom {
	clear: both;
	overflow: hidden;
	height: 80px;
	width: 1000px;
	margin: 0 auto;
}
#footer .f_logo {
	float: left;
	padding: 20px 0;
}
#footer .copyright {
	font-size: 10px;
	float: right;
	padding: 35px 0;
}
/*.slicknav_menu*/
.slicknav_menu {
	display: none;
}
/*checkbox*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #fff;
	border-radius: 4px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/images/icon_check.jpg);
	position: absolute;
	top: 4px;
	left: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.show-pc {
		display: none !important;
	}
	.show-sp {
		display: inline !important;
	}
	.content {
		width: auto;
		padding: 10vw 3vw 1vw;
		margin: 0;
	}
	.content p {
		font-size: 4.0vw;
		line-height: 2;
		margin-bottom: 2em;
	}
	.content .back_index,
	.content .back {
    margin-top: 10vw;
		font-size: 4vw;
	}
	.content .back_index a, .content .back a {
    padding-left: 4vw;
    background: url(../images/icon_arrow_01.png) no-repeat 0 center;
		background-size: 2vw;
	}

	/*header SP
	**************************************************************************************/
	#header {
    width: 100%;
    min-width: inherit;
    height: 68px;
    padding: 0;
	}
	#header.short {
		height: 68px;
	}
	#header .header-In,
	#header .h_right {
		display: none;
	}
	#header #logo-sp {
		display: block;
		width: 87px;
		height: 30px;
		background: url(/images/sp_logo.png) no-repeat 0 0;
		background-size: 100%;
		position: absolute;
		top: 19px;
		left: 15px;
	}
	#header #logo-sp a {
		display: block;
		height: 100%;
		text-indent: -9999px;
	}
	.js #menu {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
	#contentWrap {
    padding-top: 68px;
	}
	.breadcrumb {
		display: none;
	}
	/*footer SP
	**************************************************************************************/
	.pagetop a {
    width: 53px;
    height: 53px;
    background: url(/images/page_top.png);
    background-size: 53px;
	}
	.pagetop a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
	}
	#footer {
    border-top: 1px dotted #000;
	}
	#footer .footerColumnWrap {
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
	}
	#footer .footerColumnWrap > div {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
	}
	#footer .f_column .footerProductList {
    border-bottom: none;
    padding-bottom: 0;
	}
	#footer .footerColumnWrap > div:first-child,
	#footer .footerColumnWrap > div:nth-child(2),
	#footer .footerColumnWrap > div:last-child {
		width: auto;
		margin-left: 0;
	}
	#footer .f_column h3 {
    padding: 0;
		background: url(/images/icon_arrow_01.png) no-repeat 97% center;
		background-size: 5px;
	}
	#footer .f_column h3 a {
		display: block;
    padding: 18px 0 20px 10px;
    border-bottom: 1px dotted #000;
		font-size: 16px;
	}
	#footer .f_column h3 a[target="_blank"] {
    background: url(images/icon_window.png) no-repeat 90px center;
    padding-right: 16px;
	}
	#footer .f_column ul {
		display: none;
	}
	#footer .f_column .brand, #footer .f_column .introduction {
		display: none;
	}
	#footer .f_logo {
    float: none;
    padding: 20px 0;
    text-align: center;
	}
	#footer .f_logo img {
		width: 25vw;
	}
	#footer .f_bottom {
    border-top: none;
    height: auto;
		width: auto;
		margin: 0;
	}
	#footer .copyright {
    font-size: 10px;
    float: none;
    padding: 35px 0;
	}
	#footer .f_logo {
    float: none;
    padding: 25px 0 10px;
	}
	#footer .copyright {
    font-size: 9px;
    float: none;
    padding: 0 0 35px;
    text-align: center;
		line-height: 1.5;
	}
	/*check box*/
	[type="checkbox"]:checked + label,
	[type="checkbox"]:not(:checked) + label {
    padding-left: 21px;
    line-height: 18px;
	}
	[type="checkbox"]:checked + label::before,
	[type="checkbox"]:not(:checked) + label::before {
    width: 14px;
    height: 14px;
    border-radius: 3px;
	}
	[type="checkbox"]:checked + label::after,
	[type="checkbox"]:not(:checked) + label::after {
    width: 10px;
		height: 10px;
		top: 3px;
		left: 3px;
		background-size: 10px;
	}
}
