@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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;
}

#mcd_cardi {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
	overflow: hidden;
	text-align: center;

	color: #141414;
}

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

#mcd_cardi p{
	font-size: 1em!important;
	margin-top: 0!important;
}

#mcd_cardi h1,
#mcd_cardi h2,
#mcd_cardi h3,
#mcd_cardi h4,
#mcd_cardi h5{
	color: #333;
	text-align:center;
	background: none;
	border: none;
	letter-spacing: 3px;

	font-weight: 500;
}

#mcd_cardi h1{
	font-size:2.5em;
	margin: 0 auto 50px;
	line-height: 180%;
}

#mcd_cardi h1 span{
	display: block;
	font-size: 0.8em;
  font-weight: 700;
}

#mcd_cardi h2{
	font-size: 2.5em;
	line-height: 140%;
	margin:0px 0 40px;
  padding-top: 40px;
	letter-spacing: 2px;
}

#mcd_cardi h3{
	font-size: 3.5em;
	letter-spacing: 10px;
	line-height: 100%;
}

#mcd_cardi h4{
	font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

#mcd_cardi .mcd_cardi_wrap{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

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

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

#mcd_cardi section.main_text{
	margin: 0 0 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;

}

#mcd_cardi section.main_text p.small{
	font-size: 0.8em!important;
	margin-top: 20px!important;
	color: #171717;
}

#mcd_cardi section.item{
	padding: 0 0 250px!important;
}

#mcd_cardi section.lastitem{
	padding: 0 0 150px!important;
}

#mcd_cardi section.item img{
	/*width: 70%;*/
  	width:80%;
	
}

#mcd_cardi p.itemname{
	text-align: center;
	margin: 15px auto 5px!important;
	font-size: 1em!important;
	line-height: 180%;
}

#mcd_cardi p.price{
	font-size: 0.95em!important;
	margin-bottom: 20px;
}

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


#mcd_cardi section.white{
	position: relative;
	padding-top: 250px;
	width: 100%;
	padding: 0;
	color: #171717;
	z-index: 0;
}

#mcd_cardi section.white:after {
	position: absolute;
	content: '';
	height: 110%;
	width: 100%;
	top: -0%;
	left: 0px;
	background-color :#ebedff;
	transform: skewY(-10deg);
	transform-origin: left top;
	backface-visibility: hidden;
	z-index: -2;
}

#mcd_cardi section.white h2,
#mcd_cardi section.white h3{
	color: #171717;
}

#mcd_cardi section.black{
	margin: 300px auto 150px;
}

#mcd_cardi .style{
	margin: 80px auto 100px;
}

#mcd_cardi .style .textaria{
	margin: 60px auto;
	width: 100%;
}

#mcd_cardi .style .textaria p.text{
	text-align: center;
	margin: 0 auto 50px!important;
}

#mcd_cardi .style1 .mainimage{
	position: relative;
}

#mcd_cardi .style1 .mainimage div{
	width: 55%;
}

#mcd_cardi .style1 .mainimage .image1{
	padding-bottom: 20%;
	z-index: 1;
}

#mcd_cardi .style1 .mainimage .image2{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}


#mcd_cardi .style2 .mainimage .image1,
#mcd_cardi .style2 .mainimage .image2{
	flex-basis: 50%;
}


#mcd_cardi .style4 .mainimage{
	position: relative;
}

#mcd_cardi .style4 .mainimage div{
	width: 55%;
}

#mcd_cardi .style4 .mainimage .image1{
	padding-bottom: 20%;
	z-index: 1;
	margin-left: 45%;
}

#mcd_cardi .style4 .mainimage .image2{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}


#mcd_cardi .subimage div{
	flex-basis: 25%;
}

#mcd_cardi .itemlist{
 font-size: 0.9em!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 #171717 solid;
 margin: auto;
}

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

#mcd_cardi section.black .itemlist{
	border-top: 1px #171717 solid;
}

#mcd_cardi section.black .itemlist:last-of-type{
	border-bottom: 1px #171717 solid;
}

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

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

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

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

#mcd_cardi p.model{
	margin: 10px auto 0!important;
}

/* 購入ボタン */

#mcd_cardi .itemlist a,
#mcd_cardi .buy,
#mcd_cardi .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #171717;
	background: #171717;
	color: #FFF;

	transition: 0.6s;
	margin: 0 auto;
}

#mcd_cardi .buy{
	font-size: 1.2em;
}

#mcd_cardi section.black .itemlist a,
#mcd_cardi .buy{
	border: 1px solid #171717;
	background: #171717;
	color: #fff;
}

#mcd_cardi .coming{
	border: 1px solid #171717;
}

#mcd_cardi .itemlist a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #171717;
	color: #171717;
}

#mcd_cardi section.black .itemlist a:hover,
#mcd_cardi .buy:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #171717;
	color: #171717;
}

#mcd_cardi section.black .text a{
	text-decoration: underline;
	color: #feffb7;
}

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

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

#mcd_cardi section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}
*/
/*#mcd_cardi section.profile p.rappiname{
	font-weight: bold;
	font-size: 1.5em!important;
}

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

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

#mcd_cardi 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;
}*/


#mcd_cardi .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%);
}

#mcd_cardi .flex_item_p{
display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
  padding: 0 150px ;
}

#mcd_cardi .flex_item_p div{
 	flex-basis: 50%;
	padding: 0%;
  
}

/* 回遊リンク */

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

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

#mcd_cardi .Banner4 ul {
	display:inline;
}

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

#mcd_cardi .style .textaria{
	flex-basis: 44%;
	padding: 0 2%;
}

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

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

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



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

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

#mcd_cardi h1{
	font-size: 5vw;
}

#mcd_cardi h2{
	font-size: 5vw;
  padding-top:0;
}

#mcd_cardi h4{
	font-size:3.2vw;
  margin-bottom: 10px;
}



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

#mcd_cardi section.main_text{
	margin: 12.125vw auto!important;
	width: 90%;
  text-align: left;
}

#mcd_cardi p.itemname{
	font-size: 3.025vw!important;
}

#mcd_cardi section.item{
	padding: 0 0 40vw!important;
}

#mcd_cardi section.white{
	padding-top: 15vw;
}

#mcd_cardi section.white:after {
	height: 110%;
}

#mcd_cardi .style{
	margin:13.125vw auto;
	width: 100%;
}

#mcd_cardi .style .textaria{
	width: 90%;
	margin: 7.25vw auto 0;
}

#mcd_cardi .style .textaria p.text{
	margin: 3vw auto 6.25vw !important;
}

#mcd_cardi section.black{
	margin: 55.25vw auto 10.5vw;
}

#mcd_cardi .style .textaria p.text{
	text-align:left;
	
}

#mcd_cardi .sub_text{
	text-align:left;
  width: 90%;
  margin: 0 auto;

	
}

#mcd_cardi section.lastitem{
	padding: 13.125vw 0!important;
}

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

#mcd_cardi .itemlist p.price{
	font-size: 2.6vw!important;
}

#mcd_cardi .itemlist a{
	padding: 6px 0;
}

#mcd_cardi .flex_item_p{

  padding: 0 0 ;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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

/* ヘッダー */

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


}