.content-inner { 
	max-width: 855px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}

.content-inner * { 
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-inner img {
	vertical-align: top;
}

.content-inner .content-inner__ttl,
.content-inner .content-inner__order {
	margin-bottom: calc(50 / 855 * 100%);
}

.content-inner .content-inner__flow,
.content-inner .content-inner__flow__ttl {
	margin-bottom: calc(30 / 855 * 100%);
}

.content-inner .content-inner__point {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(30 / 855 * 100%);
}

.content-inner .content-inner__point__bnr {
	width: calc(417 / 855 * 100%);
}

.content-inner .content-inner__shopbag {
	margin-bottom: calc(60 / 855 * 100%);
}

.content-inner .content-inner__order__ttl {
	margin-bottom: calc(20 / 855 * 100%);
}

.content-inner .content-inner__order__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc(20 / 855 * 100%);
}

.content-inner .content-inner__order__list li {
	width: calc(417 / 855 * 100%);
	margin-bottom: calc(20 / 855 * 100%);
}

.content-inner .content-inner__order__list li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.content-inner .content-inner__order__txt {
	font-weight: 600;
	font-size: 24px;
	text-align: left;
}

.content-inner .content-inner__aeon {
	margin-bottom: calc(80 / 855 * 100%);
}

.content-inner .content-inner__aeon__ttl {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: calc(20 / 855 * 100%);
}

.content-inner .content-inner__aeon__bnr {
	margin-bottom: calc(10 / 855 * 100%);
}

.content-inner .content-inner__aeon__btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(50 / 855 * 100%);
}

.content-inner .content-inner__aeon__btn a {
	width: calc(422 / 855 * 100%);
}

.content-inner .content-inner__category ,
.content-inner .content-inner__product {
	margin-bottom: calc(60 / 855 * 100%);
}

.content-inner .content-inner__section__ttl {
	margin-bottom: calc(30 / 855 * 100%);
}
.content-inner .content-inner__category__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc(30 / 855 * 100%);
}

.content-inner .content-inner__category__item li {
	width: calc(278 / 855 * 100%);
	margin-bottom: calc(10 / 855 * 100%);
}

.content-inner .content-inner__category__item li:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.content-inner .content-inner__category__btn {
	margin-bottom: calc(40 / 855 * 100%);
}

.content-inner .content-inner__category__caution {
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.4;
	text-align: center;
}

.content-inner .content-inner__section {
	margin-bottom: calc(60 / 855 * 100%);
}

.content-inner .content-inner__product__ttl--mrb {
	margin-bottom: calc(15 / 855 * 100%);
}

.content-inner .content-inner__product__bg {
	padding: calc(20 / 855 * 100%);
	margin-bottom: calc(20 / 855 * 100%);
}

.content-inner .content-inner__product__bg--bg01 {
	background-color: #db0113;
}

.content-inner .content-inner__product__bg--bg02 {
	background-color: #fef3df;
}

.content-inner .content-inner__product__bg--bg03 {
	background-color: #efece7;
}

.content-inner .content-inner__product__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content-inner .content-inner__product__list > li {
	width: calc(400 / 815 * 100%);
}

.content-inner .content-inner__product__set {
	background-color: #e1e1e2;
	padding: calc(30 / 855 * 100%) calc(20 / 855 * 100%);
}

.content-inner .content-inner__product__set > li {
	margin-bottom: calc(50 / 780 * 100%);
}

.content-inner .content-inner__product__set > li:last-of-type {
	margin-bottom: 0;
}

.content-inner .content-inner__product__set__item {
	margin-bottom: calc(50 / 815 * 100%);
}

.content-inner .content-inner__product__set__item--mrb30 {
	margin-bottom: calc(30 / 815 * 100%);
}

.content-inner .content-inner__product__set__wrap {
	background-color: #fff;
	padding-bottom: calc(30 / 850 * 100%);
}

.content-inner .content-inner__product__set__inner {
	background-color: #fff;
	padding: calc(30 / 855 * 100%) calc(20 / 855 * 100%);
}

.content-inner .content-inner__product__set__list {
	margin-bottom: calc(30 / 780 * 100%);
}

.content-inner .content-inner__product__set__list > li {
	margin-bottom: calc(25 / 780 * 100%);
}

.content-inner .content-inner__product__set__list > li:last-of-type {
	margin-bottom: 0;
}

.content-inner .content-inner__btn-all {
	width: 100%;
	margin: 0 auto calc(50 / 855 * 100%);
}

/*-- --*/
@media screen and (max-width: 855px) {
	.content-inner { 
		padding: 10px;
		margin-bottom: 20px;
	}

	.content-inner img { 
		width: 100%;
		height: auto;
	}

	.content-inner .content-inner__order__txt {
		font-size: 16px;
	}

	.content-inner .content-inner__aeon__ttl {
		font-size: 20px;
	}
	
	.content-inner .content-inner__category__caution {
		font-size: 16px;
		line-height: 1.3;
	}
}
