@charset "utf-8";

header{
    width: 640px;
    margin: 0 auto;
    padding: 30px 20px;
		box-sizing: border-box;
}
header img{
    width: 100%;
}
header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html header { 
	height: 1px;
	overflow: visible;
}
/**/
header h1{
    float: left;
		width: 224px;
}
header p{
    float: right;
		width: 330px;
}
#main{
    text-align: center;
    position: relative;
    background: url("../../image/bg.png") center top;
    background-size: cover;
    padding-bottom: 50px;
}
#main p{
    text-align: center;
    background: url("../../image/bg-title.png") no-repeat center top;
}
#main:after{
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    background: url("../../image/line.png") repeat-x center;
}
#contents{
    background: url("../../image/bg-main.png");
}
.contents-in{
    width: 640px;
    margin: 0 auto;
    padding: 0 20px 30px;
    box-sizing: border-box;
}
.equipment {
    margin: 0 auto;
    background: url("../../image/bg-line.png") repeat-y center;
		padding: 0 30px;
}
.equipment h3{
    color: #d4210e;
    font-size: 36px;
		line-height: 1.4;
		text-shadow:2px 2px 5px #d6d6d6;
		text-align: center;
		margin-bottom: 40px;
		padding: 20px 0;
		border-top: 2px solid #d4210e;
		border-bottom: 2px solid #d4210e;
}
.equipment-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equipment-list figure {
		text-align: center;
		width: 260px;
		margin-bottom: 40px;
}
.equipment-list figure figcaption {
		font-size: 24px;
		line-height: 1.5;
		padding-top: 20px;
}
.equipment {
		padding-bottom: 10px;
}
.equipment li{
		line-height: 1.5;
		font-size: 22px;
		margin-bottom: 5px;
}
.equipment li:last-of-type {
		margin-bottom: 0px;
}

#products {
    background: url("../../image/bg-contents.png");
    padding-top: 40px;
}
#products .contents-in{
    padding-bottom: 0;
}

#products h3 {
    background: url("../../image/title-triangle.png") no-repeat center;
		font-size: 50px;
		text-align: center;
		padding-top: 75px;
		min-height: 150px;
		box-sizing: border-box;
}
.products-in {
    background: url("../../image/bg-products.png") top center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.products-in figure {
    margin-bottom: 60px;
}
.products-in figure a {
    color: #000;
}
.products-in figure a img {
    position: relative;
		z-index: 10;
}
.products-in figure a figcaption {
		font-size: 36px;
    margin-top: -20px;
		background: #ece9e0;
		width: 440px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
    position: relative;
		z-index: 20;
}
#products li{
		width: 560px;
		font-size: 22px;
		line-height: 1.5;
		margin: 0 auto 5px;
		text-align: left;
}
#products li:last-of-type{
		margin-bottom: 0px;
}

/* ────────────────────── *
 *                                              *
 * カタログ無料プレゼント                       *
 *                                              *
 * ────────────────────── */

.catalog-present {
    clear: both;
    width: 100%;
}
.catalog-present h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #569992;
    text-align: center;
    letter-spacing: 5px;
    padding: 20px;
}
.catalog-present .inner {
    background: url("../../image/bg-catalog-present.jpg") no-repeat center right / cover;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.catalog-present .inner > a {
    display: block;
    width: 100%;
    height: 100%;
}
.catalog-present .inner dl {
    width: 880px;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.catalog-present .inner dl:before {
    content: "";
    background: url("../../image/image-catalog.png") no-repeat center center / cover;
    width: 376px;
    height: 458px;
    margin-top: -229px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.catalog-present .inner dl dt {
    font-size: 60px;
    line-height: 1.35;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #000;
    text-align: center;
    letter-spacing: 3px;
    width: 540px;
    margin-left: auto;
    margin-bottom: 40px;
}
.catalog-present .inner dl dd {
    font-size: 36px;
    line-height: 1;
    color: #569992;
    font-weight: 700;
    background: #fff;
    text-align: center;
    width: 540px;
    padding: 15px;
    margin-left: auto;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#copy{
    border-bottom: 10px solid #e50012;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    color: #e50012;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
/* ────────────────────── *
 *                                              *
 * カタログ無料プレゼント                       *
 *                                              *
 * ────────────────────── */

.catalog-present h2 {
    font-size: 5.625vw;
    letter-spacing: 0.3125vw;
    padding: 3.125vw;
}
.catalog-present .inner {
    background: url("../../image/bg-catalog-present-sp.jpg") no-repeat center center / cover;
    height: 46.875vw;
}
.catalog-present .inner dl {
    width: 90.625vw;
}
.catalog-present .inner dl:before {
    background: url("../../image/image-catalog.png") no-repeat center center / cover;
    width: 41.25vw;
    height: 50.31250000000001vw;
    margin-top: -25.156250000000004vw;
    left: -9.375vw;
}
.catalog-present .inner dl dt {
    font-size: 7.5vw;
    letter-spacing: 0.46875vw;
    width: 68.75vw;
    margin-bottom: 6.25vw;
}
.catalog-present .inner dl dd {
    font-size: 4.375vw;
    width: 68.75vw;
    padding: 2.34375vw;
    border-radius: 3.90625vw;
}
}