@charset "Shift-JIS";

/*--------------------------------------------
	カタログ発刊ページ setting
---------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents{
	padding:0!important;
}

.catalog-footer{
	margin-top: 140px;
	padding: 100px 0;
	background: #fdf1e2;
}
.catalog{
	max-width: 840px;
    margin: 0 auto;
	padding: 0;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.catalog p{
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.75;
    color: #444;
	position: relative;
}
.catalog p:before,
.catalog p:after{
	content: "";
	display: block;
	width: 33px;
	height: 3px;
	background: #444;
	border-radius: 3px;
	position: absolute;
	right: 0;
}
.catalog p:before{
	top: 0;
	transform: rotate(35deg);
	transform-origin: right center;
}
.catalog p:after{
	bottom: 0;
	transform: rotate(-35deg);
	transform-origin: right center;
}
.catalog-img{
	position: absolute;
	bottom: -80px;
	right: 0;
}
.catalog-img img{
    margin-right: 20px;
}

.flex-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ttl{
    margin: 0 auto;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    background: #fdf1e2;
}
#ttl div{
    width: 620px;
	position: relative;
	top: -20px;
}
#ttl p{
    margin: 0 0 0 30px;
}
#ttl div h1{
    margin: 0 0 30px;
    padding: 0;
}
#ttl div p{
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.35;
    text-align: justify;
	letter-spacing: 0.05em;
    color: #444;
}
#ttl div p span{
	padding: 40px 10px;
    background-image: linear-gradient(0deg, #fff 30px, transparent 30px);
    background-repeat: no-repeat;
    background-position: left bottom 35px;
    background-size: 100% 50%;
}
#ttl div p:last-of-type{
	margin: 0;
}
#ttl div p:last-of-type a{
    display: block;
    width: 280px;
	margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	background: #fe0724;
    border-radius: 54px;
	position: relative;
	top: -5px;
}
#ttl div p:last-of-type a::after{
	content: "";
	display: block;
	width: 0;
    height: 0;
	margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transition: right 0.3s;
}


#ttl div p a:hover::after{
    right: 15px;
}

.box{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0 60px 40px;
    justify-content: space-between;
}

.content{
    margin: -77px 0 0;
    padding: 80px 0 0;
    background: #fff;
}
.content p img{
    display: block;
    width: 860px;
    margin: 0 auto 60px;
    vertical-align: bottom;
}
.obj{
	position: relative;
	top: 100px;
	opacity: 0;
	transition: top 0.3s, opacity 0.8s;
}
.obj.active{
	top: 0;
	opacity: 1;
}


/*--------------------------------------------
	pagetop setting
---------------------------------------------*/
.container .to_top{
	display:none;
	width:100%;
	position:fixed;
	bottom:75px;
	left:0;
}

.container .to_top .inner{
	width:0;
	margin:0 auto;
	position:relative;
}

.container .to_top .inner a{
	display:block;
	position:absolute;
	right:-489px;
}

