@charset "UTF-8";



/*==header==*/

#header {
    top:0;
    left:0;
    width:100%;
    position: fixed;
    padding:2rem;
/*    background: #eee;*/
    text-align: center;
    z-index: 1000;
}

#header img {
	max-width: 15rem;
}

#header img:hover {
	opacity: 0.5;
}

#header .left-b {
	position: absolute;
	top:2rem;
	left: 3rem;
	font-size: 1.8rem;
	color : #666;
}

#header .left-b:hover {
	opacity: 0.5;
}

#header .right-b {
	position: absolute;
	top:2rem;
	right: 4rem;
}

#header .right-b  a > img {
	width: 3.3rem;
	max-width: 100%;
	margin-left: 3.5rem;
}






#fullpage {
	display: none;
}

/*==background==*/

.fullbg01 {
	background: #f0f8ff url(../images/fs-mv.jpg) no-repeat 100%;
	background-position: 80% 80%;
}

.fullbg02 {
	background: #aaa url(../images/fs-bg-omni.jpg) no-repeat;
	background-size: cover;
	background-position: 65% 80%;
}

.fullbg03 {
	background: #aaa url(../images/fs-bg-zero.jpg) no-repeat;
	background-size: cover;
	background-position: 40% 40%;
}

.fullbgColor {
	background: #000;
}


/*==section==*/

.inner-common {
	width:60%;
	min-width: 72rem;
	margin : 0 auto;
}

#title {
	width: 80%;
	font-family: 'gertt';
	font-weight: 700;
	font-size: 4rem;
	color: #fff;
	clear: both;
	line-height: 1.4;
}

#title p {
	padding-top: 2.5rem;
}

#title img {
	width:15rem;
	float:left;
}

.page02 {
	text-align: center;
}

.page02 img {
	width: 20rem;
	padding-bottom: 3rem;
}

.page02 span {
	font-size: 3rem;
	line-height: 8rem;
}

.page03 {
	width:30%;
	min-width: 50rem;
	border : 1px solid #eee;
	padding:3rem 2rem;
	background-color: rgba( 255, 255, 255, 0.8 );
	margin-left: 15rem;
}

.page03 img {
	float:left;
	width: 15rem;
	padding: 2rem 2rem 5rem 0;
}

.page03 p span,.page08 p span {
	font-size: 2rem;
}

.page03 p:last-child,.page08 p:last-child {
	padding-top: 2rem;
}


/*商品アイテムページ*/

.page04,.page05,.page06,.page07,.page09,.page10,.page11,.page12,.page13,.page15,.page16 {
	text-align: center;
}

/*テキスト部分個別設定*/

.text {
	font-size: 1.7rem;
	text-align: left;
	width: 19rem;
	margin: 0 auto;
	line-height: 1.4;
}

.page05 .text {
	width: 18rem;
}

.page07 .text {
	width: 22rem;
}

.page09 .text {
	width: 16rem;
}

.page15 .text {
	width: 23rem;
}

.text span {
	font-size: 1.4rem;
}





.item_pic {
	width: 50rem;
	max-width: 90%;
}

.item_pic:hover {
	opacity:0.8;
}

.page08 {
	width:30%;
	min-width: 50rem;
	border : 1px solid #eee;
	padding:3rem 2rem 1rem 2rem;
	background-color: rgba( 255, 255, 255, 0.8 );
}

.page08 img {
	width: 25%;
	padding-right: 2rem;
	vertical-align: middle;
}

.page08 img:last-child {
	width: 70%;
	margin-top : 0;
	padding-right: 0;
	padding-left: 2rem;
}

.page14 {
	color: #fff;
	font-size: 2.2rem;
	line-height: 2;
	max-width: 70rem;
}

.page14 p {
	padding-top: 2rem;
}

.page14 img{
	width: 25rem;
	float: right;
}

.page15 {
	color:#fff;
}


.page16 img {
	width: 50rem;
}

.page16 a:hover {
	opacity: 0.5;
	color:#8b0000;
}


#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: #000;
	padding:1.5rem 0;
	text-align: center;
}



/*=======clickボタンの位置=======*/

.inline_box {
	position: relative;
}

.inline_box:hover {
	opacity: 0.7;
}


.click-b-l {
	width: 8rem;
	position: absolute;
	top:-440px;
	left: 15%;

}

.click-b-r {
	width: 8rem;
	position: absolute;
	top:-440px;
	right: 13%;

}

.click-b-t {
	width: 8rem;
	position: absolute;
	top:-450px;
	left: 10%;

}

.click-b-r2 {
	width: 8rem;
	position: absolute;
	top:-500px;
	right: 30%;

}




/*=======モーダルウィンドウ内=======*/

a:focus{
  outline: none;
}

#cboxContent {
	background-color: rgba( 255, 255, 255, 0 );
}

#cboxLoadedContent {
	background: rgba( 255, 255, 255, 0.8 );
}

.inline_content {
	width:60rem;
	padding :2rem;
	border: 0.1rem solid #12ace3;
	max-height: 100vh;
}

.inline_content p {
	padding-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	line-break : strict;
}

.inline_content .logo {
	width: 10rem;
	float: right;
	padding: 0 0 2rem 2rem;
}

.inline_content .itemName {
	font-size: 2.2rem;
	padding-bottom: 1rem;
}

.inline_content .itemColor {
	float: right;
	text-align: right;
}

.inline_content .itemColor li {
	width: 7rem;
	float: left;
	text-align: center;
}

.inline_content .itemColor li p {
	padding-bottom: 1rem;
}

.inline_content .itemColor img {
	width: 5.6rem;
}

.inline_content small {
	float:right;
	padding-bottom: 0;
}






.inline_content .itemPoint {
	width: 50rem;
	overflow: hidden;
	margin: 0 auto;
}

.inline_content .itemPoint li {
	width: 10rem;
	float: left;
	text-align: center;
	font-size: 1.2rem;
}

.inline_content .itemPoint li img {
	width: 8rem;
}

.inline_content .btn {
	display: block;
	width:20rem;
	padding : 1.2rem;
	margin: 0 auto;
	color:#fff;
	background-color: #1487ba;
	text-align: center;
}

.inline_content .btn:hover {
	opacity: 0.8;
}




/*==画像なしカラー==*/

.color010 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #000;
}

.color347 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #4c542c;
}

.color125 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #fff;
	border : 0.1rem solid #555;
}

.color464 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #1c345c;
}

.color039 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #9c9c9c;
}

.color705 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #dc9424;
}

.color431 {
	display: inline-block;
	width: 5.6rem;
	height: 3.2rem;
	background-color : #0c64ac;
}










/*====CSSアニメーション部分の初期設定====*/
.animated {
	opacity: 0;
}



/*====sp対応====*/

@media screen and (orientation: portrait) {
	body {
		line-height: 2;
	    font-size: 2rem;
	    -webkit-text-size-adjust: none;
	}

	.fullbg01 {
		background: #f0f8ff url(../images/fs-mv.jpg) no-repeat;
		background-size: cover;
		background-position: 80% 80%;
	}

	.fullbg03 {
		background: #aaa url(../images/fs-bg-zero-sp.jpg) no-repeat;
		background-size: cover;
		background-position: 40% 40%;
	}

	#title {
		font-size: 5.5rem;
		line-height: 1;
	}

	#title p {
		padding-top: 0;
		
	}

	.item_pic {
	    width: 60rem;
	}


	.page02,.page14 {
		text-align: center;
		max-width: 100%;
	}
    .page02 img,.page14 img {
		width: 30rem;
		float: none;
		padding-bottom: 3rem;
		padding-top: 0;
	}

	.page03, .page08 {
		width:60%;
		min-width: 72rem;
		margin : 0 auto;
	}

	.page03 p span,.page08 p span {
		font-size: 2.5rem;
		line-height: 2rem;
	}

	.page03 img {
		padding-top: 2rem;
	}

	.page08 img {
		padding-top: 1.5rem;
	}

	/*button*/

	.click-b-l {
		width: 8rem;
		position: absolute;
		top:-500px;
		left: 15%;

	}

	.click-b-r {
		width: 8rem;
		position: absolute;
		top:-500px;
		right: 13%;

	}

	.click-b-t {
		width: 8rem;
		position: absolute;
		top:-500px;
		left: 10%;

	}

	.click-b-r2 {
		width: 8rem;
		position: absolute;
		top:-550px;
		right: 35%;

	}

	/*window*/

	.inline_content p {
		padding-bottom: 2rem;
		padding-top: 2rem;
		font-size: 2rem;
		line-height: 2.4rem;
		line-break : strict;

	}

	.inline_content .itemName {
		font-size: 2.4rem;
		padding-bottom: 1rem;
	}

	.inline_content .itemColor {
		padding-top: 2rem;
	}

	.inline_content .itemColor li p {
		padding-top: 0;
	}

	.inline_content .itemPoint li > p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}
