@charset "utf-8";

@media screen and (min-width: 1000px) {
	header, nav, #keyvisual, #breadcrumb, #bnr_product, main, footer {
		margin: 0 auto;
		width: 1000px;
	}
}

@media screen and (max-width: 768px) {
	#keyvisual p {
		background-image: url("../images/share/top_img768.jpg");
	}

	main div section#recommend,
	main div section#information {
		width: 100%;
	}

	main div section#information ul li {
		padding-left: 10em;
		text-indent: -10em;
	}

	main div section#information ul li time {
		display: inline-block;
		width: 10em;
		text-indent: 0;
	}

	main article.normal h2 {
		width: 100%;
		padding: 0 10px 20px;
		box-sizing: border-box;
	}

	main article.normal section {
		width: 100%;
	}

	main article.normal::after {
		width: 0;
	}

	article.product ul li {
		width: 49%;
		margin-right: 2%;
	}

	article.product ul li:nth-child(2n) {
		margin-right: 0;
	}

	.productBox {
		width: 100%;
	}

	.productBox:not(:nth-child(2n)) {
		margin-right: 0;
	}

	.productBox .headerBox {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	footer nav {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	footer nav ul {
		width: 30%;
	}

	footer nav ul:not(:nth-child(3n)) {
		margin-right: 5%;
	}

	/*20211229追記*/
	article.certification section,
	article.creditConfirm section,
	article.registration section {
		width: 90%;
	}

	

	article.cart section .cardBox {
		width: 100%;
		position: static;
		padding-top: 50px;
	}

	article.cart section form.confirm .paypalBox {
		width: 100%;
	}

	#product main article div.categoryList {
		padding-top: 20px;
	}

	#product main article div.categoryList ul {
		display: none;
	}

}


@media screen and (max-width: 480px) {
	/*20211229追記*/
	/* main {
		font-size: 1.5rem;
	} */
	article.certification section dl dt,
	article.certification section dl dd,
	article.creditConfirm section dl dt,
	article.creditConfirm section dl dd,
	article.registration section dl dt,
	article.registration section dl dd {
		width: 100%;
	}
	article.certification section dl dd,
	article.creditConfirm section dl dd,
	article.registration section dl dd {
		border: none;
	}

	header h1 {
		padding-top: 10px;
		width: 80%;
	}

	header address,
	header>#rbox,
	body>nav {
		display: none;
	}

	header #menuList {
		display: block;
		width: 20%;
		text-align: right;
	}

	header #menuList button {
		display: inline-block;
		cursor: pointer;
		background-color: #ccc;
		position: relative;
		/* margin-right: 0;
		margin-left: auto; */
		width: 50px;
		height: 44px;
		border: 0;
		border-radius: 5px;
	}

	header #menuList button span {
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 60%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		transition: all .4s;
	}

	header #menuList button span:nth-of-type(1) {
		top: 10px;
	}

	header #menuList button span:nth-of-type(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	header #menuList button span:nth-of-type(3) {
		bottom: 10px;
	}

	header #menuList.open button span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	header #menuList.open button span:nth-of-type(2) {
		opacity: 0;
	}

	header #menuList.open button span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	header #menuList>ul {
		/* display: none; */
		position: absolute;
		top: 54px;
		left: 0;
		height: 0;
		overflow: hidden;
		width: 100%;
		list-style: none;
		/* border: 1px solid #fff; */
		opacity: 0;
		transition: all .6s;
	}

	header #menuList>ul>li {
		border-bottom: 1px solid #fff;
	}

	header #menuList>ul>li:last-child {
		border: none;
	}

	header #menuList ul li a {
		display: block;
		background-color: #333;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 10px 0;
	}

	header #menuList ul li ul li {
		border-top: 1px solid #fff;
	}

	header #menuList ul li ul li a {
		padding-left: 48%;
		text-align: left;
	}

	header #menuList.open>ul {
		overflow: visible;
		height: auto;
		opacity: 0.9;
	}

	#keyvisual p {
		background-image: url("../images/share/top_img480.jpg");
	}

	main article.normal {
		padding: 10px;
		padding-bottom: 50px;
	}

	main article.normal section.howtobuy p img.pinImg {
		width: 100%;
		margin-right: 0;
	}

	main>section h2 {
		width: 100%;
	}

	article.product ul {
		padding: 5px 5px;
	}

	article.product section {
		padding: 0 5px;
	}

	article.product header {
		padding: 0 5px;
	}

	article.product>p {
		width: 100%;
		padding: 6px 5px;
		box-sizing: border-box;
	}

	article.product header p a {
		padding: 6px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.productBox .mainBox .descriptionBox ol li.detail a {
		padding: 3px 10px 0;
	}

	/* カート */
	article.cart section div span:first-child {
		width: 100%;
	}

	article.cart section div span:nth-child(2) {
		width: 13%;
		text-align: center;
	}

	article.cart section div span:nth-child(3) {
		width: 20%;
		text-align: right;
	}

	article.cart section div span:nth-child(4) {
		width: 25%;
		text-align: center;
	}

	article.cart section div span:nth-child(5) {
		width: 12%;
	}

	article.cart section div span:last-child {
		width: 30%;
		text-align: right;
	}

	article.cart section dl dt {
		width: 100%;
		font-weight: bold;
		color: #4a5a95;
	}

	article.cart section dl dd:first-of-type {
		width: 25%;
		text-align: center;
	}

	article.cart section dl dd:nth-of-type(2) {
		width: 30%;
		text-align: right;
	}

	article.cart section dl dd:nth-of-type(3) {
		width: 15%;
		text-align: center;
	}

	article.cart section dl dd:last-of-type {
		width: 30%;
		text-align: right;
	}

	footer nav ul {
		width: 45%;
	}

	footer nav ul:not(:nth-child(3n)) {
		margin-right: 0;
	}

	footer nav ul:not(:nth-child(2n)) {
		margin-right: 10%;
	}

	footer #subnav p a {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 10px 0;
		color: #fff;
		font-size: 0.8em;
		background-color: #666;
	}

	footer #subnav p a:nth-child(2) {
		border-right: 0;
	}

}