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



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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;
}
#mcdwallet {
	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: #FFF;
	color: #333;
}
#mcdwallet img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#mcdwallet p {
	font-size: 1em!important;
	margin-top: 0!important;
  font0-weight:400;
}
#mcdwallet h1, #mcdwallet h2, #mcdwallet h3, #mcdwallet h4, #mcdwallet h5 {
	text-align: center;
	background: none;
	border: none;
	font-weight: 600; 
	color: #333;
  font-family: 'Noto Serif JP', serif;
}
#mcdwallet h1 {
	font-size: 2.8em;
	margin: 5px auto 30px;
	line-height: 150%;
}
#mcdwallet h1 span {
	font-size: 0.7em;
	
}
#mcdwallet h2 {
	font-size: 2.3em;
}
#mcdwallet h2 span {
	font-size: 0.7em;
}
#mcdwallet .mcdwallet_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}
#mcdwallet .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
#mcdwallet p.main_text {
	margin: 40px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#mcdwallet section {
	background: #FFF!important;
}
#mcdwallet section.otheritem {
	margin: 40px auto 80px;
}
#mcdwallet section.otheritem div {
	flex-basis: 50%;
}
#mcdwallet section.otheritem img {
	width: 100%;
	max-width: 450px;
}
#mcdwallet section.otheritem .flex div {
	flex-basis: 50%;
}
#mcdwallet section.otheritem .flex div:first-child {
	padding-right: 2%;
}
#mcdwallet section.otheritem .flex div:last-child {
	padding-left: 2%;
}
#mcdwallet section.otheritem .itembox {
	width: 80%;
	max-width: 450px;
	margin: 15px auto 25px;
}
#mcdwallet section.otheritem .itembox img {
	margin-bottom: 30px;
	width: 100%;
	max-width: 600px;
}
#mcdwallet section.otheritem.itembox p {
	text-align: center;
}
#mcdwallet section.otheritem.itembox p.itemtext {
	margin: 30px auto 10px!important;
	line-height: 170%;
	font-size: 0.95em!important;
}
#mcdwallet section.otheritem.itembox p.itemname {
	margin: 10px auto 5px!important;
}
#mcdwallet section.movie {
	width: 100%;
	max-width: 500px;
	margin: 40px auto;
	text-align: center;
}
#mcdwallet section.style {
	width: 100%;
	margin: 100px auto;
	max-width: 800px;
}
#mcdwallet section.style h2 {
	font-size: 1.7em;
	letter-spacing: 3px;
  
}

#mcdwallet section.style .subimage {
	margin: 50px auto;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#mcdwallet section.style .textaria {
	margin: 30px auto;
	width: 90%;
	max-width: 600px;
	text-align: left;
}
/*STYLE1*/

/*#mcdwallet section.style .subimage {
	background-image: url("https://peetonline.com/images/gotcha/gotchabag/back.png");
	width: 100%;
	margin: 45px auto;
}*/
#mcdwallet section.style .subimage1 {
	width: 75%;
	margin-left: 0%;
	padding-top: 5px;
}
#mcdwallet section.style .subimage2 {
	width: 70%;
	margin-left: 30%;
	margin-top: 40px;
	padding-bottom: 20px;
}
#mcdwallet section.style .subimage3 {
	width: 60%;
	margin-left: 5%;
	padding-top: 5px;
}

#mcdwallet p.itemname {
	width: 100%;
	font-size: 0.95em!important;
}
#mcdwallet p.price {
	width: 100%;
	display: block;
	font-size: 0.9em!important;
	margin: 0px auto 10px!important;
}
#mcdwallet p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}
#mcdwallet p.point_text {
	font-size: 1em!important;
	margin: 20px auto!important;
	text-align: center;
	width: 100%;
}


#mcdwallet .slide {
	width: 100%;
	max-width: 750px;
	height: 670px;
	margin: 50px auto 0;
	padding: 0;
}
/* 購入ボタン */

#mcdwallet .itemlist a, #mcdwallet .itemlist .coming, #mcdwallet .buy a {
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #333;
	background: #1c1c1c;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}
#mcdwallet .itemlist a:hover, #mcdwallet .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #1c1c1c;
	color: #1c1c1c;
}
#mcdwallet p.model {
	font-size: 0.95em!important;
	margin: 20px auto 0!important;
	text-align: center;
}
#mcdwallet .itemlist {
	font-size: 0.85em!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;
}
#mcdwallet .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#mcdwallet .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}
/* 回遊リンク */

#mcdwallet .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}
#mcdwallet .Banner4 h3 {
	font-size: 30px !important;
	margin: 35px auto;
	padding: 20px 0;
	border-top: double #333;
	border-bottom: 1px solid #333;
	color: #333;
	letter-spacing: 3px;
}
#mcdwallet .Banner4 ul {
	display: inline;
}
#mcdwallet .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;
	}
	#mcdwallet .mainimage .flex div:first-child {
		flex-basis: 48%;
	}
	#mcdwallet .mainimage .flex div:last-child {
		flex-basis: 52%;
	}
	#mcdwallet ul.slider-for {
		width: 600px;
		height: 600px;
		float: right;
		position: relative;
	}
	#mcdwallet ul.slider-for li {
		position: absolute;
	}
  #mcdwallet ul.slider-for2 {
		width: 600px;
		height: 600px;
		float: right;
		position: relative;
	}
	#mcdwallet ul.slider-for2 li {
		position: absolute;
	}
	#mcdwallet ul.slider-nav {
		width: 150px;
		float: left;
	}
	#mcdwallet ul.slider-nav li {
		width: 150px;
		cursor: pointer;
	}
  	#mcdwallet ul.slider-nav2 {
		width: 150px;
		float: left;
	}
	#mcdwallet ul.slider-nav2 li {
		width: 150px;
		cursor: pointer;
	}
	/* ヘッダー・フッターの崩れを直す */
	#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;
	}
	#news_detail .detail .content {
		background: #FFF;
	}
	#news_detail .detail .content p {
		background: #FFF;
	}
	#news_detail .detail .content p:first-child img {
		padding-top: 50px;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#mcdwallet h1 {
		font-size: 5vw;
		line-height: 150%;
		width: 90%;
		margin:5vw auto 5.5vw;
	}
  #mcdwallet h1 span {
	font-size:4vw;
}
	#mcdwallet h2 {
		font-size: 5.5vw;
    line-height: 140%;
	}
	#mcdwallet p, #mcdwallet div {
		font-size: 3.5vw!important;
		line-height: 180%;
	}
	#mcdwallet p.main_text {
		display: block!important;
		width: 90%;
		text-align: left;
	}
	#mcdwallet section.style {
		margin: 18.375vw auto;
	}
	#mcdwallet section.style .textaria {
		margin: 8.25vw auto 5vw;
	}
	#mcdwallet section.pick_item img {
		width: 90%;
	}
	#mcdwallet .mainitemlist a {
		margin-bottom: 9.125vw;
	}
	#mcdwallet .itemlist div {
		font-size: 2.55vw!important;
		line-height: 150%!important;
	}
	#mcdwallet p.price, #mcdwallet p.model {
		font-size: 3vw!important;
		line-height: 110%;
	}
	#mcdwallet .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#mcdwallet .itemlist div:last-child {
		width: 18%;
	}
	#mcdwallet .slide {
		height: 145vw;
		margin: 30px auto 50px;
	}
	#mcdwallet section.profile .flex div h5 {
		font-size: 4.25vw;
		margin: 15px auto 5px;
	}
	#mcdwallet section.profile .flex div p.text {
		font-size: 2.78vw!important;
		margin: 10px auto 0!important;
	}
	#mcdwallet .itemlist .coming {
		line-height: 100%;
	}
	#mcdwallet section.style .subimage{
		margin: 20px auto;
	}
	#mcdwallet section.style .subimage img{
		width: 90%;
	}
	#mcdwallet section.style .subimage2{
		margin-top: 6.825vw;
	}
  #mcdwallet p.point_text {
	text-align: left;
	width: 90%;
  line-height: 130%;
}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#mcdwallet .Banner4 {
		text-align: center;
		width: 100%;
	}
	#mcdwallet .Banner4 h3{
		margin: 20px auto;
	}
	#mcdwallet .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#mcdwallet .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
/*	#mcdwallet .header {
		position: relative;
		height: 120vw;
	}*/
/*	#mcdwallet .header .fv {
		position: absolute;
		top: 18vw;
		left: -17vw;
		right: 52vw;
		width: 50%;
		margin: auto;
	}*/
}