@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital@1&family=Libre+Bodoni:wght@400;700&family=Mohave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel:wght@600&display=swap');

@import url('https://fonts.cdnfonts.com/css/christmas-jumper');


html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner ul{
	margin-left: 0;
}


#hybrid_final {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	color: #000;
}

#hybrid_final img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#hybrid_final p{
	font-size: 1.1em!important;
	margin-top: 0!important;
}

#hybrid_final h1,
#hybrid_final h2,
#hybrid_final h3,
#hybrid_final h4,
#hybrid_final h5{
	color: #000;
	text-align:center;
	font-weight:normal;
	background: none;
	border: none;
	font-family:'Abel', sans-serif;
}

#hybrid_final h1{
	font-size: 5em;
	line-height: 90%;
	margin: 50px auto;
	font-family: "eurostile-extended", sans-serif;
font-weight: bold;
	letter-spacing: 0.2rem;
}

#hybrid_final h1 span{
	font-size: 0.4em;
	letter-spacing: 4rem;
}

#hybrid_final .hybrid_final_wrap{
	width:90%!important;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

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

#hybrid_final p.main_text{
	margin: 0 auto 20px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}


#hybrid_final section.style{
	width: 100%;
	margin: 100px auto;
	max-width: 800px;
}

#hybrid_final section.style h2{
	font-size: 2.2em;
	letter-spacing: 2px;
}

#hybrid_final section.style .mainimage{
	position: relative;
	width: 100%;
}

#hybrid_final section.style .subimage{
	margin: 50px auto;
	width: 100%;
}

#hybrid_final section.headslide .brandlogo{
	position: absolute;
	bottom: 5vw;
	left: 0;
	right: 0;
	width: 30%;
	margin: auto;
}

#hybrid_final section.item{
	width: 100%;
	max-width: 600px;
	margin: 60px auto;
	text-align: center;
}

#hybrid_final section.item img{
	width: 90%;
	max-width: 500px;
	border-radius: 20px;
}

#hybrid_final section.item p.item_text{
	text-align: left;
}

#hybrid_final p.itemname{
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}

#hybrid_final p.price{
	font-size: 0.85em!important;
	margin: 10px auto!important;
}


/*STYLE01 PC START*/

#hybrid_final section.style1 .subimage{
	/*background: url(https://www.peetonline.com/images/gotcha/2025/hybrid_final/233G1602/frame.png) no-repeat;*/
	background-size: contain;
	background-position: center;
	position: relative;
	height: 830px;
	width: 100%;
}

#hybrid_final section.style1 .subimage1{
	width: 55%;
}

#hybrid_final section.style1 .subimage2{
	width: 70%;
	margin:88px auto 0 30%;
}

#hybrid_final section.style1 h2{
	position: absolute;
	top: 122px;
	right: 0px;
	transform: rotateZ( 270deg );
	
}
/*STYLE01 PC END*/


/*STYLE02 PC START*/

#hybrid_final section.style2 h2{
	transform: rotateZ( 270deg );
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
}

#hybrid_final section.style2 .mainimage .mainimage1{
	flex-basis: 45%;
}

#hybrid_final section.style2 .mainimage .title{
	flex-basis: 10%;
}

/*STYLE02 PC END*/


/*STYLE03 PC START*/
#hybrid_final section.style3 .mainimage{
	background: url(https://www.peetonline.com/images/gotcha/2025/hybrid_final/back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

#hybrid_final section.style3 .mainimage div{
	position: absolute;
  top: 70%;
  left: 70%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 44%;
  text-align: center;
}

#hybrid_final section.style3 h2{
	position: absolute;
	top: 25%;
	left: 35%;
	color:white;
}

#hybrid_final section.style3 .subimage .flex{
	margin-top: 30px;
}

#hybrid_final section.style3 .subimage .flex div{
	flex-basis: 50%;
}

#hybrid_final section.style3 .subimage2{
	padding-right: 2%;
}

#hybrid_final section.style3 .subimage3{
	padding-left: 2%;
}

#hybrid_final section.style3 .mainimage::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.6;
}


#hybrid_final section.style3 .mainimage>h2,
#hybrid_final section.style3 .mainimage>div{
  position: relative;
  z-index: 3;
}





/*STYLE03 PC END*/


/*STYLE04 PC START*/
#hybrid_final section.style4 h2{
	margin: 30px auto;
}

#hybrid_final section.style4 .subimage{
	margin: 30px auto 50px;
}

#hybrid_final section.style4 .subimage div{
	flex-basis: 50%;
}

#hybrid_final section.style4 .subimage1{
	padding-right: 2%;
}

#hybrid_final section.style4 .subimage2{
	padding-left: 2%;
}

/*STYLE04 PC END*/


/*STYLE05 PC START*/
#hybrid_final section.style5 .mainimage{
	height: 800px;
}

#hybrid_final section.style5 .mainimage div{
	width: 80%;
	margin-left: 0;
}

#hybrid_final section.style5 h2{
	transform: rotateZ( 270deg );
	position: absolute;
	bottom: 11%;
	right: 0;
}

#hybrid_final section.style5 .subimage .subimage1{
	width: 60%;
	margin: auto;
}

#hybrid_final section.style5 .mainimage2 div{
	flex-basis: 50%;
}
/*STYLE05 PC END*/


/*STYLE06 PC START*/

#hybrid_final section.style6 h2{
	margin: 15px 10px 40px 0;
	text-align: right;
}

#hybrid_final section.style6 .subimage{
	margin: 40px auto 50px;
}

#hybrid_final section.style6 .subimage{
	/*background: url(https://www.peetonline.com/images/gotcha/2025/hybrid_final/233GG1404/frame.png) no-repeat;*/
	background-size: contain;
	background-position: center;
	position: relative;
	width: 100%;
}

#hybrid_final section.style6 .subimage1{
	width: 75%;
	padding-bottom: 2%;
}

#hybrid_final section.style6 .subimage2{
	position: absolute;
	width: 55%;
	bottom: 0;
	right: 0;
}

/*STYLE06 PC END*/

#hybrid_final section.style .textaria{
	margin: 50px auto;
	width: 90%;
	max-width: 600px;
	text-align: left;
}

#hybrid_final p.itemname{
	width: 100%;
	margin: 20px auto 10px!important;
	font-size: 1.1em!important;
}

#hybrid_final p.price{
	width: 100%;
	display: block;
	font-size: 1.3em!important;
}

#hybrid_final p.price span{
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}

/* 購入ボタン */

#hybrid_final .itemlist a,
#hybrid_final .itemlist .coming{
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 5px;
	text-decoration: none;
}

#hybrid_final .itemlist a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}


#hybrid_final .buy a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}


#hybrid_final .buy a:hover{
	background: #000;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}




#hybrid_final p.model{
	font-size: 0.95em!important;
	margin: 20px auto 0!important;
	text-align: center;
	line-height: 180%;
}

#hybrid_final .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px 0;
 line-height: 180%;
}

#hybrid_final .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#hybrid_final .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

/* profile */

#hybrid_final section.profile{
	width: 85%;
	max-width: 500px;
	margin: 0 auto 100px;
}

#hybrid_final section.profile div:first-child{
	flex-basis: 30%;
}

#hybrid_final section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#hybrid_final section.profile p.modelname{
	font-weight: normal;
	font-size: 1.5em!important;
}

#hybrid_final section.profile p.proftext{
	font-size: 0.8em!important;
}

#hybrid_final section.profile div:last-child div{
	margin: 10px 0 0;
	width: 80%;
	padding-left: 0!important;
}

#hybrid_final section.profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#hybrid_final section.profile a{
	 text-decoration: underline;
	 color: #FFF;
}

#hybrid_final .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/* 回遊リンク */

#hybrid_final .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}

#hybrid_final .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#hybrid_final .Banner4 ul {
	display:inline;
}

#hybrid_final .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

/* profile */

#hybrid_final section.profile .flex div{
	padding: 0 4%;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}



#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}
	
	
	
#news_detail .detail .content p:first-child img{
	display: none;
}

#hybrid_final .header{
	position: relative;
	height: 250vw;
}

#hybrid_final .header .titlelogo{
	position: absolute;
	bottom: 55vw;
	left: 0;
	right: 0;
	width: 75%;
	margin: auto;
}

#hybrid_final .header .titlelogo2{
	position: absolute;
	bottom: 5vw;
	left: 0;
	right: 0;
	width: 30%;
	margin: auto;
}	
	
/*まっくろ*/

#news_detail .detail .content{
	background: #000;
}

#news_detail .detail .content p {
	background: none;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
	display: none;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#hybrid_final h1{
	font-size: 7vw;
	line-height: 120%;
	width: 100%;
	margin: 10vw auto;
	letter-spacing: 0;
}

#hybrid_final h1 span{
	font-size:3.5vw!important;
	letter-spacing: 1rem;
}	
	
#hybrid_final section.style h2{
	font-size: 4.5vw;
}

#hybrid_final p,
#hybrid_final div{
	font-size: 3vw!important;
	line-height: 180%;
}

#hybrid_final p.main_text{
	display: block!important;
	line-height: 180%;
	text-align: center;
}

#hybrid_final section.style{
	margin: 5vw auto;
}
	
#hybrid_final img.kanilogo{
width: 60%;
}
	
#hybrid_final .pc_header{
width: 100%;
	
}	
	
#hybrid_final .pc_header .wrap{
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}	
	


/*STYLE01 SP START*/		
#hybrid_final section.style1 .subimage{
	height: 108vw;
}

#hybrid_final section.style1 h2{
	top: 19vw;
	right: -7vw;
}	
	
/*STYLE01 SP END*/		
	
	
/*STYLE03 SP START*/		
#hybrid_final section.style3 .mainimage{
	height: 130vw;
}

#hybrid_final section.style3 h2{
	bottom: 8vw;
	right: 6vw;
}	
/*STYLE03 SP END*/		
	
/*STYLE05 SP START*/	
#hybrid_final section.style5 .mainimage{
	height: 100vw;
}

#hybrid_final section.style5 h2{
	bottom: 18vw;
	right: -9vw;
}	
/*STYLE05 SP END*/	

#hybrid_final section.style .textaria{
	margin: 8.25vw auto 5vw;
}

#hybrid_final .mainitemlist a{
	margin-bottom: 9.125vw;
}

#hybrid_final .itemlist div{
	font-size: 3vw!important;
	line-height: 150%!important;
}

#hybrid_final p.price{
	font-size: 3.2vw!important;
	line-height: 130%;
}
	

#hybrid_final p.model{
	font-size: 2.5vw!important;
	line-height: 180%;
}	

#hybrid_final .itemlist div:first-child{
	width: 82%;
	padding: 1vw 1% 1vw 0;
}

#hybrid_final .itemlist div:last-child{
	width: 18%;
}

#hybrid_final section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#hybrid_final section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}

#hybrid_final .itemlist .coming{
	line-height: 100%;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#hybrid_final .Banner4 {
	text-align: center;
	width: 100%;
}

#hybrid_final .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#hybrid_final .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: block;
	margin-bottom: -80px;
}

#hybrid_final .header{
	position: relative;
}

}