@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Cabin');
/*==header==*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	padding: 1.5rem;
	z-index: 500;
	text-align: center;
}
#header_inner {
	position: relative;
}
#header img {
	width: 170px;
	margin: 1.3rem auto 0;
}
#header .left-b {
	position: absolute;
	top: 1.6rem;
	left: 2rem;
	display: block;
	font-size: 1.8rem;
}
#header .right-b a:first-child {
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 14rem;
	text-align: right;
	display: block;
}
#header .right-b a:last-child {
	width: 4rem;
	position: absolute;
	top: 0.4rem;
	right: 4em;
	text-align: right;
	display: block;
}
/*=======ファーストビュー、テキスト=======*/

#s1 {
	position: relative;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg, rgba(162,162,160,1.00) 0.54%, rgba(233,234,236,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(162,162,160,1.00) 0.54%, rgba(233,234,236,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(162,162,160,1.00) 0.54%, rgba(233,234,236,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(162,162,160,1.00) 0.54%, rgba(233,234,236,1.00) 100%);
}
.main_img {
	position: relative;
	margin: 0 auto;
	background-image: url(../images/main_backs.jpg);
	height: 934px;
	background-size: contain;
	background-position: 50%, 50%;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
#s2 {
	background-image: -webkit-linear-gradient(270deg, rgba(231,232,234,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(231,232,234,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(231,232,234,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(231,232,234,1.00) 0%, rgba(255,255,255,1.00) 100%);
}
.text {
	background: url(../images/text.png) center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 500px;
	width: auto;
	height: 70%;
	margin: 0 auto;
}
/*=======商品エリア=======*/


#s3, #s4, #s5, #s6, #s7, #s8 {
	text-align: center;
}
.items img {
	width: 520px;
}
.u_btn {
	position: relative;
	width: 395px;
	height: 80px;
	background-image: url(../images/u_button.png);
	margin: 0 auto;
	margin-bottom: 80px;
}
.u_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.u_btn:hover {
	background-image: url(../images/u_button_hover.png);
}

/*=======モーダル=======*/

.item_title {
	margin: 2rem auto 1rem;
	font-size: 2.4rem;
}
.item_Text {
	margin: 2px auto;
	font-size: 2rem;
}
.inline_content {
	width: 594px;
	height: 364px;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(244,242,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(244,242,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(244,242,220,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(244,242,220,1.00) 100%);
}
.itemText {
	margin: 40px 40px 0;
	font-size: 1.3em;
	text-align: left;
	line-height: 2.8rem;
}
.itemText img {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 75px;
}
.itemText span {
	font-size: 2.9rem;
	color: #005083;
	line-height: 4rem;
}
a:focus {
	outline: none;
}

/*=======モーダル内ボタン=======*/

.btn {
	float: left;
	margin: 40px;
	display: inline-block;
	cursor: pointer;
	background-color: #d35944;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 1.6rem;
	position: absolute
}
.btn:hover {
	color: #d35944;
	border: solid 1px #d35944;
	background-color: #fff;
	font-size: 1.6rem;
}
.btn:active {
	position: relative;
	top: 1px;
}

/*==footer==*/

#s8 .items img {
	margin-bottom: 80px;
	margin: 0 auto;
}
#footer {
	width: 100%;
	background-color: #023F66;
	color: #FFF;
	margin-top: 2rem;
	padding : 1rem 0;
	font-size: 1.8rem;
	text-align: center;
	position: absolute;
	bottom: 0;
}

/*====スマホ対応====*/

@media screen and (orientation:portrait) {
.main_img {
	background: url(../images/sp-main_back.jpg)  no-repeat 100%;
	background-size: cover;
	background-position: auto;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}
.items img {
	width: 700px;
	margin: 0 auto;
}
.text {
	width: 75%;
}
}
