@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, h1, 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;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

header.menubar_hybrid {
  /* 中の項目を横に並べるのでflex */
  display: flex;
  /* 背景色 */
  background: white;
}

.container_hybrid {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
}

.pc-menu {
  width: 100%;
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  width: 25%;
  text-align: center;
  font-size: 25px;  
}

.pc-menu > ul > li > a img {
  display: block;
  width:70%;
  margin: auto;
 
}


/* 色指定なしホバー */
.pc-menu > ul > li > a:hover {
  background: #bbbbbb;
}

/* PC用メニュー */

.main-menu {
  /* 中央寄せ */
  margin: 0 auto;
  /* 項目を横並びにするのでflex */
  display: flex;
  /* 背景色 */
  background: #fff;
  /* メニューの幅 */
  width: 1280px;
}

/* ロゴ用（画像など自由に置き換えてください） */
.logoname {
  text-align: center;
  padding: 18px;
  font-size: 18px;
  width: 200px;
  background: #cccccc;
}

#setup {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

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

#setup p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#setup h1,
#setup h2,
#setup h3,
#setup h4,
#setup h5{
	color: #000;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'poppins','Noto Sans JP', sans-serif;
}

#setup h1{
	font-size:7em;
	margin: 30px auto;
	line-height: 85%;
}

#setup h3{
	font-size:1.5em;
	margin-top: 65px;
	margin-bottom:0px;
	line-height: 140%;
	letter-spacing: 2px;
}

#setup h1 span{
	display: block;
	font-size: 0.25em;
	letter-spacing: 15px;
}

#setup h2{
	font-size: 2em;
	line-height: 140%;
	letter-spacing: 1px;
	margin-top: 40px;
}

#setup .setup_wrap{
	width:90%;
	max-width:1060px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#setup p{
	font-size: 0.95em!important;
	line-height: 180%;
}

#setup .categorylist {
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
 max-width: 700px;
 margin: auto;
 padding: 10px 0;
 justify-content:space-evenly;
}

#setup section.category {
	margin: 30px auto;
	width: 100%;
}
#setup .categorylist div{
	flex-basis: calc(100% / 3 );
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px solid white;
}

#setup .categorylist div a{
    color: white;
    display: block;
    padding: 5% 2%;
	font-size: medium;
	background: black;
	text-align: center;
}

#setup .categorylist div a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}#setup section.category {
	margin: 30px auto;
	width: 100%;
}

#setup section.itemlist02 .itemlist02 {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}	


#setup section.itemlist02 div {
	flex-basis: calc(100% / 2%);
	padding: 1%;
	margin-bottom: 10px;
}
#setup .itemlist02 p.itemname02 {
	text-align: center;
	margin: 10px auto 0!important;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1em!important;
	line-height: 180%;
}
#setup .itemlist02 p.itemname02 span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#setup .itemlist02 p.price02 {
	margin: 0 auto!important;
	text-align: center;
	font-size: 1.5em!important;
	line-height: 180%;
}
#setup .itemlist02 p.price02 span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#setup a.buy02 {
	display: block;
	width: 50%;
	max-width: 150px;
	margin: 10px auto;
	padding: 8px 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;
	font-size: 1em;
}

#setup a.buy02:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}


#setup a.other {
	display: block;
	width: 50%;
	max-width: 250px;
	margin: 13px auto;
	padding: 8px 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;
	font-size: 0.9em;
}

#setup a.other:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

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

#setup .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#setup p.main_text span{
	color: #fff798;
	font-weight: bold;
}

#setup section.style{
	margin: 100px auto;
	position: relative;
	width: 100%;
}

#setup .item{
	margin: auto;
	padding: 5%;
}

#setup .item img{
	width: 90%;
	max-width: 400px;
}

#setup .item.banner img{
	width: 100%;
	margin-bottom: 3vw;
	margin-top: 10vw;
}


#setup .item p.itemtext{
	text-align: left;
	margin: 20px auto!important;
}

#setup .item p.itemtext a{
	text-decoration: underline;
	color: #000;
}

#setup section.style .styling{
	width: 65%;
	margin: auto;
	padding-bottom: 50px;
	margin-top:-130px;
	margin-bottom:-130px;
}

#setup .subimage{
	margin: 50px auto 30px;
}

#setup .subimage div{
	flex-basis: calc(100% / 3 - 1%);
}

#setup .subimage div:first-child{
	margin-right: 1%;
}

#setup .subimage div:last-child{
	margin-left: 1%;
}

#setup .style .textaria{
	margin: 40px auto;
	width: 100%;
}

#setup .style .textaria p.text{
	text-align: left;
	margin: 0 auto 20px!important;
}

#setup .style .textaria p.model{
	margin: 20px auto 0!important;
	font-size: 0.95em!important;
}

#setup .itemlist{
 font-size: 0.8em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#setup .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}


#setup .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 100%;
}

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

#setup .item p.itemname{
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}

#setup .item p.price{
	margin: 0 auto 20px !important;
	font-size: 1.4em!important;
	display: block;
}

#setup .itemlist p.price{
	margin: 0 auto!important;
	font-size: 1.3em!important;
	display: block;
}

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

/* 購入ボタン */

#setup .itemlist a,
#setup .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;
}

#setup .itemlist a:hover,
#setup .buy a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

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

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

#setup .Banner4 ul {
	display:inline;
}

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

#setup .style .slide ul{
	width: 100%;
	max-width: 510px;
}

#setup .style .slide ul li img{
	width: 100%;
	max-width: 510px;
}

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

.pc_none{
	display: none!important;
}
	
#setup .pc_header{
	background-image:url(https://www.peetonline.com/images/all/2023/setup/fv.jpg);	
	/*background-size: cover;*/
	background-size: contain;
	/*background-position: no-repeat;*/
	background-repeat: bottom;
	/*width: 100%;*/
	width: 90%;
	margin:auto;
	margin-top:40px;
	height: 90vh;
	position: relative;
}
	
#setup .pc_header h1{
	position: absolute;
	top: 14vh;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
	
	
	
	#setup .pc_header .wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}	
	
	
#setup .pc_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}	

#setup .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#setup section.style{
	max-width: 1200px;
}

#setup .style .item{
	flex-basis: 45%;
	margin: 1%;
	padding: 80px 0;
}

#setup .item img{
	margin: 100px auto 20px;
}

#setup .style .styling{
	flex-basis: 49%;
	margin: 1%;
	padding: 80px 0;
}

#setup .right{
	flex-direction:row-reverse;
}

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

#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;
}

	
/* ------------------ */
/* フッター */
/* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 1;
  z-index: 100;
}

/* メニューを横並びにする */
#fixed-footer-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}

/* メニューの要素 */
#fixed-footer-menu li {
  justify-content: center;
  align-items: center;
  width: 33.33%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

/* メニューのボタン */
#fixed-footer-menu li a {
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
}	
	
/* メニュータイトル */
#fixed-footer-menu li p {
  font-size: 4.0vw!important; /* メニュータイトルのフォントサイズ */
  /*font-weight: bold;*/
}
	
/* 画像 */
#fixed-footer-menu li img {
  margin: auto;
  width:60%;
  	  
}		

/* アイコンのサイズを調整 */
.footer-icon {
  font-size: 20px;
}	
	
/* ------------------ */
/* フッター */
/* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-menu2 {
  position: fixed;
  width: 100%;
  bottom: 10.5vw!important;
  opacity: 1;
  z-index: 100;
}

/* メニューを横並びにする */
#fixed-footer-menu2 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}

/* メニューの要素 */
#fixed-footer-menu2 li {
  justify-content: center;
  align-items: center;
  width: 33.33%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

/* メニューのボタン */
#fixed-footer-menu2 li a {
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 20px 0px;
  text-decoration: none;
}
		
		
/* メニュータイトル */
#fixed-footer-menu2 li p {
  font-size: 4.0vw!important; /* メニュータイトルのフォントサイズ */
  /*font-weight: bold;*/
}	

/* 画像 */
#fixed-footer-menu2 li img {
  margin: auto;
  width:60%;
  	  
}	
	
#setup section.itemlist02 div {
	flex-basis: calc(100% / 2);
	padding: 1%;
	margin-bottom: 10px;
} 		
#setup h1{
	font-size: 13vw;
	margin-top: 10px;
	margin-bottom: 5px;
}

#setup h1 span{
	font-size: 2.8vw;
	letter-spacing: 4px;
}

#setup h2{
	font-size: 4vw;
}

#setup h3{
	font-size: 3vw;
}	
	
#setup p,
#setup div{
	font-size: 2.5vw!important;
	line-height: 180%;
	text-align: center!important;
}

#setup .main_text{
	margin: 12.125vw auto!important;
	width: 90%;
}

#setup .main_text p{
	text-align: left!important;
}

#setup .item{
	margin:8.125vw auto;
	width: 90%;
}

#setup section.style{
	margin-top: -12vw;
	margin-bottom: 5vw;
}


#setup .itemlist div{
	font-size: 2.7vw!important;
}

#setup .itemlist p.price{
	font-size: 3.6vw!important;
}
	
#setup section.style .styling{
	width: 100%;
	margin-bottom: -10vw;
	margin-top: 15vw;
	
}	

#setup .itemlist02 p.itemname02 {
	font-size: 1em!important;
}	
	
#setup .itemlist02 p.itemname02 {
	height: 33px;
}	
	
	
#setup .itemlist02 p.price02 {
	font-size: 1.4em!important;
}	
	
#setup .categorylist div a{
	font-size: 2.7vw;
}	
	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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

/* ヘッダー */

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

#setup .header{
	position: relative;
	height: 95.5vw;
}

#setup .header .title1{
	position: absolute;
	width: 40%;
	top: 0;
	left: 0;
}

#setup .header .title2{
	position: absolute;
	width: 60%;
	top: 0;
	right: 0;
}

#setup .header .title3{
	position: absolute;
	width: 60%;
	bottom: 0;
	left: 0;
}

#setup .header .title4{
	position: absolute;
	width: 40%;
	bottom: 0;
	right: 0;
}

#setup .header .title5{
	position: absolute;
	width: 50%;
	top: 57vw;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

}