@charset "utf-8";
/* CSS Document */

/*******************base*******************/

.header-img2 {
    width: 100%;
    height: auto;
    padding: 80px 0;
    display: block;
}


.header-img2 img {
	display:block;
}

section {
	height: auto;
	width: 100%;
	background-color: #fff;
}

section:nth-child(even) {
	background-color: #f6f6f6;
}

.category2-wrap {
	width: 1600px;
	display: table;
	table-layout: fixed;
	
	background-image:url(../img/product-title-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.category2 {
	padding: 0;
	display: table-cell;
}

.category2 a {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
}

.category2 a img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.category2 a:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.category2-btn {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.category2-btn-head {
	width: 100%;
	height: 100%;
	display: table;
}

.category2-btn-head__inner {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.category2-title {
	color: #fff;
	font-size: 80px;
}

.category2-title span {
    position: relative;
    z-index: 10;
	border-bottom: 1px solid;
}

.category2 p {
	margin-top: 10px;
	margin-bottom: 0;
	text-transform:capitalize;
	font-size: 24px;
	padding: 0 10px;
	
}

.category2-bg {
    height: 360px;
    overflow: hidden;
}

.category2-bg img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.logo-white2 {
    width: 20%;
    padding: 0;
	margin-top: 30px;
}

.category2 a .logo-white2 img {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.category2 a:hover .logo-white2 img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

/*******************base*******************/

/*******************product*******************/
.product-wrap {
	width: 1400px;
	display: block;
}

.product-name {
	font-size: 70px;
	line-height: 100px;
	border-bottom: 2px solid #555;
	margin-bottom: 30px;
}

.product-name2 {
	font-size: 30px;
	line-height: 1.1;
}

.product-name3 {
	font-size: 20px;
	border-bottom: 2px solid #555;
	margin-bottom: 10px;
	font-weight: bold;
}

.product-name4 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-name5 {
	font-size: 18px;
}

.product-series {
    font-size: 60px;
    margin-bottom: 60px;
}

div.product-series {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

div.product-series:before,
div.product-series:after {
    border-top: 50px solid #00a9c6;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

div.product-series:before {
    margin-right: 0.5em;
}

div.product-series:after {
    margin-left: 0.5em;
}

.product-h1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.product-h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.product-h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.product-img {
	margin-bottom: 30px;
}

.product-box {
	width: 50%;
	padding: 0 10px;
	float: left;
}

.product-box2 {
	width: 100%;
	padding: 0 10px;
	float: left;
	margin-top: 30px;
}

.product-box3 {
	width: 50%;
	float: left;
}

.product-box4 {
	width: 25%;
	padding: 0 20px;
	float: left;
}

.product-cap {
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.5;
}

.product-cap2 {
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.5;
    width: 100%;
    float: left;
}

.product-cap2 .present {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	color: #c00;
}

.product-cap3 {
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.5;
	margin-bottom: 60px;
}

.price {
	font-size: 24px;
	margin-bottom: 20px;
}

.price2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.product-shoplink {
	margin-bottom: 30px;
}

.product-thumb-wrap {
	margin-bottom: 20px;
	padding: 0 30px;
}

.product-thumb {
	float: left;
	padding: 0.5%;
	width: 33.33%;
}

.info {
	font-size: 20px;
}

.button {
	width: 100%;
	height: 50px;
	display: block;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	background-color: #00A9C6;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}

.button:link {
	color: #fff;
	text-decoration:none;
}

.button a:link {
	color: #fff;
	text-decoration:none;
}

.button:visited {
	color: #fff;
	text-decoration:none;
}

.button a:visited {
	color: #fff;
	text-decoration:none;
}

.button:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	background-color: #ff5639;
	color: #fff;
	text-decoration: none;
}

.button_undecided {
    width: 100%;
    height: 50px;
    display: block;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    background-color: #555555;
    border-radius: 5px;
    font-size: 20px;
    color: #FFF;
}

.caution {
    font-size: 20px;
    margin-bottom: 30px;
}
/*******************product*******************/

/*******************feature*******************/
.feature-box {
	
}

.feature-title {
    font-size: 60px;
    margin-bottom: 30px;
}

div.feature-title {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

div.feature-title:before,
div.feature-title:after {
    border-top: 50px solid #00a9c6;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

div.feature-title:before {
    margin-right: 0.5em;
}

div.feature-title:after {
    margin-left: 0.5em;
}

.feature-cap {
	
}

.feature-cap dl {
    padding: 20px;
    background: #e9e9e9;
}

.feature-cap dd {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

/*******************feature*******************/

/*******************feature*******************/
.product-detail-box {
    margin-bottom: 60px;
}

.product-detail-img {
	width: 33.33%;
	float: left;
	padding: 20px;
}

.product-detail-cap {
    font-size: 20px;
    margin-bottom: 120px;
	width: 1280px;
}








/*******************youtube*******************/

