@charset "utf-8";
/* CSS Document */

body{
	line-height: 150%;
	max-width: 1080px;
	margin: auto;
}

a{
	text-decoration: none;
}

img{
	width: 100%;
}

span.blo{
    display: block;
}


/* header
   ========================================================================== */
header .header_wrap{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	margin: auto;
	padding: 0 0;
	position: relative;
}
	
header h1{
	display: inline-block;
	line-height: 0;
	padding: 11px 10px 0;
	width: 80px;
}
	
header h1 a{
	display: inline-block;
}
	
header .header_wrap > a{
	position: absolute;
	right: 71px;
	top: 23px;
	width: 120px;
}


/* navi */
.sp_navi_toggle{
	position: fixed;
	top: 14px;
	right: 10px;
	z-index: 20;
}

.sp_navi_toggle img{
	width: 48px;
}

.sp_navi{
	background: #A28977;
	width: 80%;
	text-align: left;
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 100;
	font-size: 0;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 100%;
	display: none;
}

.sp_navi ul{
	display: block;
}

.sp_navi ul li{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	border-bottom: 1px solid #CCC;
}

.sp_navi ul li a{
	display: block;
	font-size: 16px;
	padding: 15px 10px;
	color: #FFF;
	box-sizing: border-box;
}

.sp_navi div.close{
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 15px 10px;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
}

.sp_navi div.close span{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background: url(../img/common/close.png) no-repeat 0px 3px;
	background-size: 20px;
	padding: 0 0 3px 25px;
}


/* main
   ========================================================================== */
.main{
	margin: 0 0 0;
	background: url(../img/main/bg.jpg) no-repeat center center;
	background-image: none;
	background-size: cover;
	text-align: center;
}

.main .inner{
	padding: 7px 0 0;
}

.main .inner h2{
	margin: 0 0 5px;
	line-height: 0;
}

.main .inner h2 a{
	display: inline-block;
}

.main .inner > div:nth-child(2){
	margin: 0 0 0;
	line-height: 0;
}

.main .inner > div:nth-child(3){
	margin: 0 1vw 1vw;
	line-height: 0;
	font-size: 0;
	position: relative;
}

.main .inner > div > a{
	content: "";
	position: absolute;
	left: 1vw;
	bottom: 13vw;
	background: url(../img/main/balloon.png) no-repeat center center;
	background-size: contain;
	width: 20%;
	height: 36vw;
	z-index: 0;
}

.main .inner > div:nth-child(3) span{
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	position: relative;
	z-index: 1;
}

.main .inner > div:nth-child(3) span a{
	display: block;
}

.main .inner > div:nth-child(3) span:nth-child(1){
	
}

.main .inner > div:nth-child(3) span:nth-child(2){
	margin: 0 0.5% 0;
}

.main .inner > div:nth-child(4){
	margin: 0 auto 0;
	font-size: 0;
	position: relative;
	width: 100%;
	line-height: 0;
}

.main .inner > div:nth-child(4) span{
	width: 21.5%;
	display: inline-block;
	vertical-align: top;
}

.main .inner > div:nth-child(4) span:nth-child(3),
.main .inner > div:nth-child(4) span:nth-child(4),
.main .inner > div:nth-child(4) span:nth-child(5){
	width: 19%;
}

.main .inner > div:nth-child(4) span a{
	display: block;
}


/* gnav
   ========================================================================== */
.gnav{
	margin: 0 0 0;
	background: #00A63C;
}

.gnav ul{
	margin: 0 auto 0;
	width: 100%;
	text-align: center;
}

.gnav ul li{
	display: inline-block;
}

.gnav ul li a{
	display: block;
	background: url(../img/common/arrow_down.png) no-repeat center 40px;
	height: 60px;
	box-sizing: border-box;
	padding: 11px 0 0;
}

.gnav ul li a span{
	display: block;
	height: 38px;
	width: 189px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 5px 0 0;
	box-sizing: border-box;
}

.gnav ul li:nth-child(4) a span{
	border-right: 1px solid #fff;
}


/* smile
   ========================================================================== */
.smile{
	margin: 0 0 0;
}

.smile .inner{
	padding: 5vw 5vw 8vw;
	background: url(../img/smile/bg.png) no-repeat center 10vw;
	background-size:contain;
	text-align: center;
}

.smile h2{
	margin: 0 auto 5vw;
	line-height: 0;
	width: 60%;
}

.smile p{
	margin: 0 0 0;
	font-size: 3.5vw;
	line-height: 180%;
	color: #6A3906;
	font-family: "YuMincho", YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* present
   ========================================================================== */
.present{
	margin: 0 0 0;
}

.present h2{
	width: 100%;
	text-align: center;
	line-height: 0;
	box-sizing: border-box;
}

.present .inner{
	background: url(../img/present/bg.jpg) repeat center center;
	position: relative;
	padding: 5vw 2vw 25vw;
}

.present .inner > p:first-child{
	margin: 0 0 5vw;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 180%;
	color: #6A3906;
}

.present .inner .white_bg{
	margin: 0 0 10vw;
	padding: 0 0 10vw;
	background: #fff;
}

.present .inner .white_bg h3{
	margin: 0 0 36px;
	padding: 9px 0 0;
	background: #804F21;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.present .inner .white_bg:nth-child(2) h3{
	padding: 3vw 0 0 7vw;
}

.present .inner .white_bg:nth-child(2) h3::before{
	content: "";
	position: absolute;
	width: 20vw;
	height: 20vw;
	top: -4vw;
	left: -2vw;
	background: url(../img/present/present01/title_item.png) no-repeat center center;
	background-size: 100%;
}

.slick-slider{
	margin: 0 auto 20px;
	width: 80%;
}

.slick-slider li{
	width: 100%;
	height: 51vw;
	padding: 0 0.25px;
	box-sizing: border-box;
}

.slick-slider li img{
	width: 100%;
	height: 100%;
}

.present .thumb-item .slick-arrow{
    position: absolute;
    text-indent: -9999px;
    z-index: 10;
    width: 8vw;
    height: 28px;
    border: none;
    top: 45%;
    cursor: pointer;
}
.present .thumb-item .slick-prev{
    background: url(../img/present/present01/left.png) no-repeat center center;
	background-size: contain;
    left: -8vw;
}
.present .thumb-item .slick-next{
    background: url(../img/present/present01/right.png) no-repeat center center;
	background-size: contain;
    right: -8vw;
}

.present .inner .white_bg:nth-child(2) ul + div{
	margin: 0 3vw 40px;
	text-align: center;
	font-size: 0;
}

.present .inner .white_bg:nth-child(2) ul + div span{
	line-height: 0;
	display: inline-block;
}

.present .inner .white_bg:nth-child(2) ul + div span:nth-child(1){
	margin: 0 0 5vw;
	position: relative;
}

.present .inner .white_bg:nth-child(2) ul + div span:nth-child(1)::before{
	content: "";
	width: 25vw;
	height: 20vw;
	position: absolute;
	top: -2vw;
	left: -2vw;
	background: url(../img/present/present01/balloon.png) no-repeat center center;
	background-size: contain;
}

.present .inner .white_bg:nth-child(3){
	text-align: center;
}

.present .inner .white_bg:nth-child(3) h3{
	margin: 0 0 28px;
	padding: 10px 0 0;
}

.present .inner .white_bg:nth-child(3) h3::before{
	content: "";
	position: absolute;
	width: 20vw;
	height: 20vw;
	top: -4vw;
	right: -1vw;
	background: url(../img/present/present02/title_item.png) no-repeat center center;
	background-size: contain;
}

.present .inner .white_bg:nth-child(3) h3 + img{
	margin: 0 0 30px;
	width: 78%;
}

.present .inner .white_bg:nth-child(3) .container{
	margin: 0 1vw 0;
	font-size: 0;
}

.present .inner .white_bg:nth-child(3) .container div{
	margin: 0 0 5vw;
	width: 48%;
	height: 65vw;
	box-sizing: border-box;
	border: 1px solid #B28146;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.present .inner .white_bg:nth-child(3) .container div:nth-child(2n+1){
	margin: 0 2% 0 0;
}

.present .inner .white_bg:nth-child(3) .container div h4{
	margin: 0 0 38vw;
	padding-left: 19vw;
	text-align: left;
	height: 36px;
	font-size: 4vw;
	color: #fff;
	background: #B28146;
	line-height: 36px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.present .inner .white_bg:nth-child(3) .container div h4::before{
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	top: 1px;
	left: 4px;
}

.present .inner .white_bg:nth-child(3) .container div p{
	margin: 0 0 0;
	font-size: 3vw;
	font-weight: bold;
	line-height: 140%;
	position: relative;
}

.present .inner .white_bg:nth-child(3) .container div > span{
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}


.present .inner .white_bg:nth-child(3) .container div h4.limit_one::before{
	background: url(../img/present/present02/one.png) no-repeat center center;
	background-size: cover;
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_two::before{
	background: url(../img/present/present02/two.png) no-repeat center center;
	background-size: cover;
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_three::before{
	background: url(../img/present/present02/three.png) no-repeat center center;
	background-size: cover;
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_four::before{
	background: url(../img/present/present02/four.png) no-repeat center center;
	background-size: cover;
}


.present .inner .white_bg:nth-child(3) .container div.cooker h4,
.present .inner .white_bg:nth-child(3) .container div.pot h4{
	margin: 0 0 34vw;
}

.present .inner .white_bg:nth-child(3) .container div.cleaner01 p{
	font-size: 2.8vw;
}

.present .inner .white_bg:nth-child(3) .container div.cleaner02 h4{
	margin: 0 0 30vw;
}

.present .inner .white_bg:nth-child(3) .container div.cleaner02 p{
	padding-left: 12vw;
}

.present .inner .white_bg:nth-child(3) .container div.recorder h4{
	padding-left: 16vw;
}

.present .inner .white_bg:nth-child(3) .container ~ div{
	margin: 0 auto 10vw;
	width: 96%;
	box-sizing: border-box;
	border: 1px solid #B28146;
	display: inline-block;
	vertical-align: top;
}

.present .inner .white_bg:nth-child(3) .container ~ div h4{
	margin: 0 0 4vw;
	height: 36px;
	font-size: 15px;
	color: #fff;
	background: #B28146;
	line-height: 36px;
	font-weight: normal;
	position: relative;
}

.present .inner .white_bg:nth-child(3) .container ~ div h4::before{
	content: "";
	width: 20vw;
	height: 20vw;
	position: absolute;
	top: 1vw;
	left: 3vw;
/*
	background: url(../img/present/present02/chance.png) no-repeat center center;
*/
	background-size: contain;
}

.present .inner .white_bg:nth-child(3) .container ~ div > img{
	margin: 0 0 0 0;
}


.present .inner .white_bg:nth-child(4){
	text-align: center;
}

.present .inner .white_bg:nth-child(4) h3{
	margin: 0 0 5vw;
	padding: 3vw 0px 0 5vw;
}

.present .inner .white_bg:nth-child(4) h3::before{
	content: "";
	position: absolute;
	width: 28vw;
	height: 23vw;
	top: -3vw;
	left: -2vw;
	background: url(../img/present/present03/title_item.png) no-repeat center center;
	background-size: contain;
}

.present .inner .white_bg:nth-child(4) h3 + img{
	margin: 0 0 24px;
	width: 70%;
}

.present .inner .white_bg:nth-child(4) p{
	margin: 8vw 3vw 0;
	color: #40210F;
	font-size: 3vw;
	line-height: 170%;
	text-align: left;
}


.present .inner > div:last-child{
	margin: 0 0 0;
}

.present .inner > div:last-child p:nth-child(1){
	margin: 0 0 4vw;
	font-size: 3.5vw;
	font-weight: bold;
	color: #40210F;
}

.present .inner > div:last-child p:nth-child(1) span{
	color: #E73828;
}

.present .inner > div:last-child p:nth-child(2){
	margin: 0 0 0;
	font-size: 3vw;
	color: #40210F;
	line-height: 160%;
}


/* orange_btn
   ========================================================================== */
.orange_btn{
	margin: auto;
	width: 96%;
}

.orange_btn a{
	display: block;
	height: 60px;
	box-sizing: border-box;
	background: #E95513;
	padding: 5px;
}

.orange_btn a span{
	display: block;
	height: 48px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 5vw;
	line-height: 48px;
	color: #fff;
	background: url(../img/common/arrow_right.png) no-repeat 93% center;
	background-size: 3vw;
}


/* brown_btn
   ========================================================================== */
.brown_btn{
	margin: auto;
	width: 96%;
}

.brown_btn a{
	display: block;
	height: 60px;
	box-sizing: border-box;
	background: #A38A77;
	padding: 5px;
}

.brown_btn a span{
	display: block;
	height: 48px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 5vw;
	line-height: 48px;
	color: #fff;
	background: url(../img/common/arrow_right.png) no-repeat 93% center;
	background-size: 3vw;
}


/* property
   ========================================================================== */
#property{
	padding: 0 0 10vw;
	position: relative;
}

#property h2{
	position: absolute;
	top: -19vw;
	width: 100%;
	background: url(../img/common/title_bg.png) no-repeat center bottom, url(../img/common/title_bg_re.png) repeat-x center bottom;
	text-align: center;
	line-height: 0;
	height: 20vw;
	box-sizing: border-box;
	padding: 0 0 0;
}

#property nav{
	margin: 0 0 5vw;
	padding: 5vw 0 0;
}

#property nav ul{
	margin: 0 auto 0;
	font-size: 0;
	text-align: center;
	border-bottom: 3px solid #804F21;
	width: 100%;
}

#property nav ul li{
	display: inline-block;
	box-sizing: border-box;
	width: 23%;
	margin: 0 0 -2px;
	vertical-align: bottom;
}

#property nav ul li:first-child{
	width: 29%;
}

#property nav ul li button{
	padding: 0 1vw 0;
	display: block;
	width: 100%;
	background: none;
	border: none;
	text-align: center;
	line-height: 0;
	color: #fff;position: relative;
	cursor: pointer;
	transition: all ease-in .3s;
}

#property nav ul li button img{
	
}

#property #mtcxplate{
	margin: 0 0 7vw;
	text-align: center;
	color: #00A63C;
	font-size: 4vw;
}

#property #mtcxplate span{
	color: #00A63C;
	font-size: 5vw;
	font-weight: bold;
}

#property .container{
	margin: 0 auto 0;
	width: 96%;
	font-size: 0;
}

#property .container > div{
	margin: 0 0 10vw;
	padding: 8vw 4vw 6vw;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #804F21;
	position: relative;
	vertical-align: top;
}

#property .container.nmore > div:nth-child(6) ~ div{
	display: none;
}

#property .container > div span:nth-child(1){
	position: absolute;
	background: url(../img/property/city_bg.png) no-repeat center center;
	background-size: contain;
	text-align: center;
	font-size: 4vw;
	color: #804F21;
	width: 32vw;
	height: 10vw;
	box-sizing: border-box;
	line-height: 10vw;
	top: -5vw;
	left: 3vw;
	font-weight: bold;
	padding: 0 2vw 0 0;
	letter-spacing: 1vw;
}

#property .container > div h3{
	margin: 0 0 4vw;
	color: #804F21;
	font-size: 3.5vw;
	font-weight: bold;
	width: 67%;
}
#property .container > div h3 a {
    color: #804F21;
}

#property .container > div span:nth-child(3){
	position: absolute;
	top: 3vw;
	right: 3vw;
}

#property .container > div span:nth-child(3) img{
	margin-left: 5px;
	width: 11vw;
}

#property .container > div span:nth-child(3) img.model{
	width: 16vw;
}

#property .container > div span:nth-child(4){
	margin: 0 4% 1vw 0;
	width: 46%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#property .container > div span:nth-child(4) img{
	width: 100%;
	height: 100%;
}

#property .container > div p{
	margin: 3vw 0 3vw;
	font-size: 3vw;
	line-height: 160%;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#property .container > div span:nth-child(6){
	display: block;
	font-size: 0;
	text-align: center;
}

#property .container > div span:nth-child(6) a{
	margin: 0 0 0;
	padding-left: 9vw;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 47%;
	height: 45px;
	text-align: center;
	font-size: 4vw;
	line-height: 45px;
}

#property .container > div span:nth-child(6) a:nth-child(1){
	margin: 0 15px 0 0;
	border: 1px solid #804F21;
	color: #804F21;
	background: url(../img/property/claim.png) no-repeat 5vw center;
	background-size: 6vw;
}

#property .container > div span:nth-child(6) a:nth-child(2){
	border: 1px solid #E95513;
	color: #fff;
	background: url(../img/property/clock.png) no-repeat 5vw center ,#E95513;
	background-size: 6vw;
}


/* strength
   ========================================================================== */
.strength{
	margin: 0 0 0;
	background: url(../img/strength/bg.jpg) repeat center top;
	text-align: center;
}

.strength .inner{
	padding: 15vw 0 1vw;
	background: url(../img/strength/balloon01.png) no-repeat 5vw 10vw, url(../img/strength/balloon02.png) no-repeat 86vw 11vw;
	background-size: 10vw;
}

.strength h2{
	margin: 0 auto 8vw;
	width: 60%;
	line-height: 0;
}

.strength h2 + p{
	margin: 0 auto 21vw;
	width: 96%;
	font-size: 3vw;
	line-height: 180%;
	color: #fff;
}

.strength .container{
	margin: 0 0 0;
	font-size: 0;
}

.strength .container > div{
	margin: 0 auto 20vw;
	padding: 12vw 0 10vw;
	display: inline-block;
	vertical-align: top;
	width: 96%;
	box-sizing: border-box;
	background: url(../img/common/heart.png) no-repeat center 4vw, #fff;
	background-size: 69vw;
	position: relative;
}

.strength .container > div::before{
	content: "";
	background: url(../img/strength/strength.png) no-repeat center top;
	background-size: contain;
	width: 46vw;
	height: 14vw;
	position: absolute;
	top: -13vw;
	left: 50%;
	margin-left: -23vw;
}

.strength .container > div h3{
	margin: 0 0 5vw;
	line-height: 0;
}

.strength .container > div h3 + img{
	margin: 0 0 3vw;
	width: 96%;
}

.strength .container > div > p:nth-child(3){
	margin: 0 0 7vw;
	font-size: 2.7vw;
	line-height: 180%;
	color: #6A3906;
}

.strength .container > div > p:last-child{
	position: absolute;
	bottom: 5vw;
	left: 50%;
	margin-left: -25vw;
	width: 50vw;
	height: 10vw;
	box-sizing: border-box;
	display: inline-block;
	text-indent: -9999px;
	font-weight: bold;
	line-height: 180%;
	color: #00A63C;
	background: url(../img/strength/open.png) no-repeat center bottom;
	background-size: contain;
}

.strength .container > div > p.open:last-child{
	background: url(../img/strength/close.png) no-repeat center bottom;
	background-size: contain;
	height: 9vw;
}

/* 強みの中身
   ================================================ */
.strength .container > div > div:nth-child(4){
	margin: 0 auto 5vw;
	padding: 12vw 0 0;
	display: none;
	vertical-align: top;
	width: 96%;
	box-sizing: border-box;
	background: url(../img/common/heart.png) no-repeat center 0, #fff;
	background-size: 69vw;
	position: relative;
}

.strength .container > div > div:nth-child(4) div{
	margin: 0 auto 5vw;
}

.strength .container > div > div:nth-child(4) div:last-child{
	margin: 0 auto 8vw;
}

.strength .container > div > div:nth-child(4) div > h4{
	margin: 0 auto 3vw;
	padding: 3vw 2vw 2vw 10vw;
	color: #00A63C;
	font-size: 4vw;
	text-align: left;
	border-bottom: 1px dotted #00A63C;
	background: url(../img/common/pop01.png) no-repeat left center;
	background-size: 8vw;
}

.strength .container > div > div:nth-child(4) div:nth-child(3) > h4{
	background: url(../img/common/pop02.png) no-repeat left center;
	background-size: 8vw;
}

.strength .container > div > div:nth-child(4) div:nth-child(4) > h4{
	background: url(../img/common/pop03.png) no-repeat left center;
	background-size: 8vw;
}

.strength .container > div > div:nth-child(4) div > img{
	margin: 0 auto 0;
}

.strength .container > div > div:nth-child(4) div > p{
	margin: 0;
	text-align: left;
	font-size: 3.5vw;
	color: #66391B;
	line-height: 180%;
}


/* return
   ========================================================================== */
.return{
	margin: 0 0 0;
	padding: 10vw 0 0;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/return/bg.jpg) no-repeat center bottom;
}

.return h2{
	margin: 0 auto 10vw;
	line-height: 0;
	width: 60%;
}

.return p{
	margin: 0 0 8vw;
	font-size: 3.3vw;
	line-height: 180%;
	color: #6A3906;
	font-family: "YuMincho", YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.return .orange_btn{
	margin: 0 auto 5vw;
	width: 85%;
}


/* footer
   ========================================================================== */
footer{
	margin: -8vw 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

footer .footer_nav{
	margin: 0;
}

footer .footer_nav ul{
	margin: 0 auto 10vw;
	width: 80%;
}

footer .footer_nav ul li{
	margin: 0 0 1vw;
	display: block;
	width: auto;
	box-sizing: border-box;
}

footer .footer_nav ul li a{
	font-size: 3.5vw;
	font-weight: bold;
	display: block;
	position: relative;
	margin: 0 0 0;
	padding: 2vw 2vw 2vw 5vw;
	background-size: auto;
	border: none;
	color: #804F21;
	background: #EAE4D1;
	width: auto;
	text-align: left;
}

footer .footer_nav ul li a::after{
	content: "＞";
	position: absolute;
	right: 3vw;
	top: 2vw;
}
	
footer address{
	font-size: 3vw;
	background: #00A63C;
	background: url(http://www.polus.co.jp/reds/sp/resources/images/bg_body.png);
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 16vw;
    z-index: 99;
	line-height: 0;
}

#page-top img{
	width: 100%;
}

#page-top span{
	display: none;
}

#page-top a {
	display: block;
	height: auto;
	opacity: 0.8;
	transition: ease-in 0.3s;
}

#page-top a: hover {
	opacity: 1;
}

