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

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl,  h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
#roots {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: black;
	color: white;
}

#roots h1 {
	color: #000;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: 3px;
    font-family: 'Bokor', 'Noto Sans JP', sans-serif;
}

#roots img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#roots p {
	font-size: 0.95em!important;
	margin-top: 0!important;
}
#roots h1, 
#roots h2, 
#roots h3, 
#roots h4, 
#roots h5 {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
}
#roots h1 {
	font-size: 4.5em;
	line-height: 150%;
	margin-bottom: 20px;
	letter-spacing: 2px;
	margin: 50px auto;
}
#roots h1 img{
	width: 35%;
}
#roots h1 span{
	font-size: 0.75em;
}
#roots h1 span.catch{
	font-size: 0.95em;
	font-weight: bold;
	color: #FFF;
}
#roots h2 {
	font-size: 1.5em;
	font-weight: 500;
}
#roots h3 {
	font-size: 1.3em;
	font-weight: 600;
}
#roots h3 span{
	font-size: 0.75em;
	color: #FFF;
}
#roots .roots_wrap {
	width: 100%!important;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}
#roots .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
#roots section.item{
	width: 100%;
	margin: 50px auto;
}
#roots .item{
	width: 100%;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}
#roots .item img {
	width: 100%;
}
#roots .item .flex div {
	flex-basis: 50%;
}
#roots p.main_text {
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#roots section {
	background: black!important;
}
#roots section.style {
	width: 100%;
	margin: 100px auto;
}
#roots section.style .mainimage {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#roots section.style .subimage {
	/*margin: 80px auto;*/
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 800px;
	padding: 4%;
	margin: 0 auto;
}
/*STYLE1*/

#roots section.style1 {
	max-width: 100%!important;
}
#roots section.style1 .mainimage{
	width: 100%;
}
#roots section.style1 .mainimage div {
	width: 100%;
}
#roots section.style1 .subimage{
	width: 100%;
	position: relative;
	background: url("https://www.peetonline.com/images/mcd/2023/roots/back1.jpg")no-repeat;
	background-size: cover;
	background-position: center;
	
}
#roots section.style1 .subimage .subimage1 {
    width: 60%;
    margin-top: 15%;
    margin-left: 2%;
}
#roots section.style1 .subimage .subimage2 {
    width: 60%;
    margin-left: 38%;
    margin-top: 9%;
    padding: 3%;
}

/*STYLE2*/
#roots section.style2 {
	max-width: 100%!important;
}
#roots section.style2 .mainimage {
	width: 100%;
}
#roots section.style2 .subimage{
	width: 100%;
	background: url("https://www.peetonline.com/images/mcd/2023/roots/back2.jpg")no-repeat;
	background-size: cover;
	background-position: center;
}
#roots section.style2 .subimage .subimage1 {
    width: 65%;
    margin-left: 3%;
    margin-top: 10%;
}
#roots section.style2 .subimage .subimage2 {
    width: 55%;
    margin-top: 7%;
    margin-left: 50%;
}

#roots section.style2 .subimage .subimage3 {
    width: 65%;
    margin-top: 7%;
    margin-left: 5%;
}

#roots section.style .textaria, 
#roots section.style .textaria .comment {
	margin: 60px auto!important;
	width: 90%;
	max-width: 650px;
}
#roots p.itemname {
	width: 100%;
	margin: 20px auto 10px!important;
	font-size: 1.1em!important;
}
#roots p.price, p.price {
	width: 100%;
	display: block;
	font-size: 1.3em!important;
}
#roots p.price span, p.price span {
	color: #ff0000;
	font-size: 1.3em!important;
	font-weight: bold;
}
/* 購入ボタン */



#roots .itemlist {
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 90%;
 max-width: 600px;
 margin: auto;
 padding: 10px 0;
}
#roots .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#roots .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


#roots .buy a,
#roots .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid white;
	background: white;
	color: black;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#roots .buy a:hover {
	background: #000;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
}



#roots section.item_2{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}


#roots section.item_2 img{
	width: 100%;
}


#roots section.item_2 .flex div {
	flex-basis: 50%;
	padding: 0.5%;
	margin-bottom: 40px;
}


#roots p.itemname2 {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#roots p.price2 {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}

#roots .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

#roots section.item_2 .buy2 {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}
#roots section.item_2 .buy2:hover {
	background: #000;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
}

/* 回遊リンク */

#roots .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}
#roots .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	letter-spacing: 3px;
}
#roots .Banner4 ul {
	display: inline;
}
#roots .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
.featherlight-content {
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', 'DIN-Condensed', sans-serif;
	padding: 40px!important;
	border-bottom: 0!important;
}
.featherlight-content p {
	font-size: 1em!important;
	color: #666;
}
.featherlight-content p.colorname {
	width: 100%;
	border-bottom: 1px solid #666666;
	font-family: 'DIN-Condensed', sans-serif;
	font-size: 1.8em!important;
	color: #815c39;
}
.featherlight-content .name {
	width: 80%;
	margin: 20px auto;
}
.featherlight-content a:hover {
	text-decoration: none!important;
}
.featherlight-content a {
	outline: none!important;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#roots h1 {
		font-size: 8.5vw;
		line-height: 110%;
		width: 100%;
		margin: 8.375vw auto 5.5vw;
	}
	#roots h1 img{
		width: 80%;
	}
	#roots h1 span {
		font-size: 4.1vw;
	}
	#roots section.style h2 {
		font-size: 7.5vw;
	}
	#roots p, #roots div {
		font-size: 3vw!important;
		line-height: 180%;
	}
	#roots p.main_text {
		display: block!important;
		width: 90%;
		margin: 5.375vw auto 4.25vw!important;
		text-align: center;
	}
	#roots section.style {
		margin: 13.375vw auto;
	}
	/*#roots section.style .subimage {
		margin: 12vw auto;
	}*/
	
	#roots section.item_2 {
		margin: 15vw auto 10.125vw;
	}
	
	#roots section.style1 .subimage .subimage1 {
		margin-bottom: 4vw!important;
	}
	#roots section.style2 .mainimage2 {
		margin-top: 10px!important;
	}
	#roots section.style .textaria, 
	#roots section.style .textaria .comment {
		margin: 9.25vw auto 8.55vw!important;
	}
	#roots .mainitemlist a {
		margin-bottom: 9.125vw;
	}
	#roots .itemlist div {
		font-size: 3vw!important;
		line-height: 150%!important;
	}
	p.price, #roots p.price, 
	#roots p.model {
		font-size: 3.3vw!important;
		line-height: 110%;
	}
	#roots .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#roots .itemlist div:last-child {
		width: 18%;
	}
	.featherlight-content {
		padding: 5% 15px!important;
		font-size: 3.125vw!important;
	}
	.featherlight-content p.colorname {
		font-size: 5.5vw!important;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#roots .Banner4 {
		text-align: center;
		width: 100%;
	}
	#roots .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#roots .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#roots .header {
		position: relative;
		height: 100vw;
	}
	#roots .header .title {
		position: absolute;
		top: 3vw;
		left: 0vw;
		right: 0;
		margin: auto;
		width: 70%
	}
	#roots .header .title2 {
		position: absolute;
		top: 37vw;
		left: 0vw;
		right: 0;
		margin: auto;
		width: 100%
	}
}