.category .heading--03 {
	margin: 20px 0;
}

.category__inner {
	display: flex;
	flex-wrap: wrap;
}

.category__list {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.category__list:first-child {
		width: 35%
	}

	.category__list:nth-child(2) {
		width: 50%
	}

	.category__list:last-child {
		width: 15%
	}
}

.category__list-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 20px;
}

.category__list-child ul {
	margin: 15px 0;
}

.category__list-child li {
	padding: 0;
	background-image: none;
}

.category__list-child ul {
	width: 48%;
}

.category__list-child-01 ul {
	width: 100%;
}

.category__checkbox--all {
	font-weight: bold;
	margin: 10px 0 0;
}

.category__checkbox input {
	margin: 0 10px 0 0;
}

.precautions-top {
	margin: 0 0 50px;
}

.precautions__text {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.precautions__text {
	right: 0;
}

.precautions__text {
	top: 8px;
	right: 15px;
}

.precautions__text a {
	position: relative;
	color: #e4032e;
	margin-left: 17px;
}

.precautions__text a:hover {
	color: #98021f;
}

.precautions__text a:before {
	font-family: 'FontAwesome';
	content: '\f05a';
	font-weight: 900;
	position: absolute;
	left: -18px;
	top: -3px;
}

.search .heading--03 {
	margin: 20px 0;
}

@media print, screen and (min-width: 768px) {
	.search__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.search__box {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.search__box button {
		width: 80px;
	}
}

@media print, screen and (min-width: 768px) {
	.search__box {
		max-width: 400px;
	}
}

.search__input {
	font-size: 1.2rem;
}

.search__reset {
	width: 100%;
	margin: 0 0 20px;
}

.search__reset button {
	width: 100%;
	background: #333;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.search__reset {
		max-width: 150px;
	}
}

.search__result {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: none;
}

.catalog__online {
	margin: 50px 0;
}

a.catalog__button {
	position: relative;
	background: none;
	font-size: 1.6rem;
	color: #e4032e;
	text-align: left;
	padding-left: 15px;
}

a.catalog__button:hover {
	color: #98021f;
}

a.catalog__button:after {
	font-family: 'FontAwesome';
	content: '\f08e';
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
}

@media print, screen and (max-width: 768px) {
	.catalog__list {
		width: 100%;
	}

	.catalog__list .m-017__item {
		border-bottom: solid 1px #eee;
		margin: 0 0 10px;
		padding: 10px 0;
	}
}

.catalog__title {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 1rem;
	white-space: pre-line;
}

.catalog__image {
	display: block;
	width: 80px;
	border: 1px solid #e7e7e7;
}

@media print, screen and (min-width: 639px) {
	.catalog__image {
	width: 120px;
		margin: 0;
	}
}

.catalog__image img {
	display: block;
}

@media print, screen and (min-width: 639px) {
	.catalog__image {
		float: left;
		margin: 0 20px 0 0;
	}
}

.m-017__body {
	margin-left: 110px;
}

@media print, screen and (min-width: 639px) {
	.m-017__body {
		margin-left: 140px;
	}
}

.catalog__order li {
	width: 100%;
}

.catalog__order a {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}

.catalog__order span {
	font-size: 1.1rem;
}

@media print, screen and (min-width: 639px) {
	.catalog__order li {
		width: 50%;
	}
}

a.button--claim {
	background: #737272;
	color: #fff;
}

.button--claim:hover,
.button--claim:focus,
a.button--claim:hover, 
a.button--claim:focus {
	background: #444;
}

.cart__title {
	font-weight: bold;
	margin: 0 0 1rem;
}

.cart__delete {
	text-align: right;
}

.cart__delete button {
	padding: 6px 15px;
}

/* modal 注意事項 */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
	z-index: 100;
}

.modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__inner {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 800px;
}

.modal__content {
	position: relative;
	padding: 40px;
	height: 60vh;
	overflow-y: scroll;
}

.modal__content .heading--03 {
	margin: 20px 0;
}

.modal__content p {
	margin: 1.4rem 0;
}

.modal__content p a {
	color: #e4032e;
}

.modal__content p a:hover {
	color: #98021f;
}

.modal__close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.modal__close--cart {
	top: 75px;
}

@media print, screen and (min-width: 1010px) {
	.modal__close--cart {
		top: 15px;
	}
}

/* modal カート */
.modal-cart {
	display: none;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
	z-index: 100;
}

@media print, screen and (min-width: 1010px) {
	.modal-cart {
		width: 300px;
		border-top: solid 1px #e5e5e5;
		border-bottom: solid 1px #e5e5e5;
		border-left: solid 1px #e5e5e5;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		margin: 0;
	}
}

.modal-cart__content {
	height: 100vh;
	position: relative;
	padding: 110px 15px 15px;
}

@media print, screen and (min-width: 1010px) {
	.modal-cart__content {
		height: auto;
		padding: 50px 15px 15px;
	}
}

.modal-cart__close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.cart {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.cart__inner {
	max-height: 70vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none; 
	margin: 0;
}

.cart__inner::-webkit-scrollbar {
	display: none;
}

@media print, screen and (min-width: 1010px) {
	.cart__inner {
		max-height: 420px;
	}
}

.scroll_icon {
	position: relative;
	display: none;
}

.scroll_icon::before {
	font-size: 2.5rem;
	font-family: 'FontAwesome';
	content: '\f103';
	font-weight: 900;
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	animation: scroll 2s ease-in 1s infinite;
}

@keyframes scroll{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.cart__body {
	margin: 0 0 0 100px;
}

.cart__item {
	float: none;
	border-bottom: solid 1px #e5e5e5;
	padding: 0 0 15px;
}

.cart__item:last-child {
	margin-bottom: 0;
}

.cart__image {
	display: block;
	width: 80px;
	margin: 0;
	border: 1px solid #e7e7e7;
}

.cart__image img {
	display: block;
}

.cart__order {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 0 15px;
}

.cart__order button {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
}

@media print, screen and (min-width: 1010px) {
	.cart__order {
		position: static;
		margin: 30px 0 0;
	}
}

.cart__clear {
	font-size: 1.2rem;
	text-align: center;
	color: #737272;
	margin: 15px 0;
}

.cart__clear span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.cart__button {
	margin: 0;
}

.cart__button a {
	display: flex;
	align-items: center;
	position: relative;
	background: #e4032e;
	box-sizing: border-box;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100px;
	height: 100px;
}

.cart__button a span {
	margin: auto;
	padding: 3rem 0 0;
}

.cart__button a:before {
	font-size: 2.5rem;
	font-family: 'FontAwesome';
	content: '\f07a';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	margin: auto;
}

.cart__button a:hover {
	background: #98021f;
	text-decoration: none;
}

.no__item ~ .cart__order button {
	background-color: #d6d5d5;
	pointer-events: none;
	margin-bottom: 20px;
}

.no__item ~ .cart__order .cart__clear {
	display: none;
}

.button--claim.disabled {
	background-color: #d6d5d5;
	pointer-events: none;
}

.catalog__contact {
	border-top: 1px solid #e5e5e5;
}

.catalog__contact dt {
	font-weight: bold;
	padding: 0 0 3px;
}

.catalog__contact dd {
	margin: 0;
}

/* flex上書き */
.g-row {
	display: flex;
	flex-wrap: wrap;
}

.g-col-sm-6 {
	float: none;
}