@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

html,
body {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 10px;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.oseibo img {
	width: 100%;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	opacity: 1.0;
	transition: all 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

.inner {
	max-width: 1024px;
	width: 92%;
	margin: 0 auto;
}

header {
	/* background: #401a07; */
}

.head_inner {
	width: 88%;
	margin: 0 auto;
	padding: 25px 0 15px;
}

.head_inner .row_top {
	/* background: #401a07; */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/* flex-wrap: wrap; */
}

.head_inner .toggle {
	width: 52px;
	height: 0;
}

.head_inner .toggle span,
.head_inner .toggle img {
	display: block;
}

.head_inner .toggle span {
	height: calc(100% / 3);
	position: relative;
}

.head_inner .toggle img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.head_inner .logo {
	width: 20%;
	text-align: center;
	margin: 0 0 20px 40%;
}

.head_inner .logo span {
	font-size: 1.5rem;
	display: block;
	margin-bottom: .4em;
	font-weight: 500;
	letter-spacing: .1em;
	text-indent: .6em;
	width: 140%;
	margin-left: -20%;
}

.head_inner .logo img {
	width: 100%;
	margin-bottom: -16px;
}

.head_inner .member_nav {
	width: 8%;
	margin: 0 2%;
	margin-bottom: 16px;
}

.head_inner .member_nav ul {
	display: flex;
	/*justify-content: flex-end;*/
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

.head_inner .member_nav ul li {
	/* width: 36%; */
	/*margin: 0 0 0 16px;*/
}

.head_inner .member_nav ul li img {
	width: auto;
	height: 42px;
}

/*.head_inner .member_nav li:first-of-type{
	width: 24%;
}
.head_inner .member_nav li:last-of-type{
	width: 18%;
}*/

.head_inner .row_bottom {
	width: 58%;
	margin-bottom: 16px;
}

.head_inner .row_bottom ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	column-gap: 16px;
	xmargin: 20px auto 0;
}

.head_inner .row_bottom li {
	/*width: calc(100% / 4);*/
	width: auto;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff
}

/*.head_inner .row_bottom li:last-of-type{
	border-right: none;
}*/
.head_inner .row_bottom li img {
	height: 20px;
	width: auto;
	padding: 1px 0;
}

header .second-nav {
	background: #cd0000;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
}

header .second-nav ul {
	/*width: 80%;*/
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .second-nav ul li {
	font-size: 16px;
	color: #fff;
}

header .postage {
	background-color: #a60000;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	padding: 20px 0;
	letter-spacing: .05em;
}

header .postage .tax {
	font-size: 2rem;
}

header .postage .free {
	color: #ffc200;
}

header .postage .comment {
	font-size: 1.8rem;
	margin-left: .6em;
}

.head_inner .toggle {
	cursor: pointer;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	top: 0;
	position: fixed;
	z-index: 1000;
	display: none;
	left: 0;
}

.side_nav {
	width: 50vw;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: -120%;
	/*height: 100vh;*/
	transition: all 0.6s;
	overflow: scroll;
	max-height: 100vh;

	background: #401a07;
	padding: 60px 0 0;
	box-sizing: border-box;
}

.side_nav.active {
	left: 0;
}

.side_nav .group ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	xbackground: url(https://gigaplus.makeshop.jp/douyama0141/img/ec-top/ship-skd_bg.jpg);
}

.side_nav .group ul li {
	width: 46%;
	box-sizing: border-box;
	position: relative;
}

.side_nav .group ul li a {
	display: block;
	padding: 1.4rem 1.8rem;
	box-sizing: border-box;
	font-size: 20px;
	background: #cd0000;
	color: #fff;
	border-radius: 7px;
	text-align: center;
}

.side_nav .group ul li a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";

	-webkit-font-smoothing: antialiased;
	display: block;
	position: absolute;
	font-size: 20px;
	top: 20px;
	right: 20px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

ul.dorawer-nav {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 0 20px;
	border-top: 3px solid #af985a;
	border-bottom: 3px solid #af985a;
}

ul.dorawer-nav li {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 1.5em;
	border-bottom: 1px solid #af985a;
	box-sizing: border-box;

	font-size: 18px;
	color: #fff;
}

ul.dorawer-nav li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";

	-webkit-font-smoothing: antialiased;
	display: block;
	position: absolute;
	font-size: 20px;
	top: 13px;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}




.side_nav .group .heading {
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #ffc200;
	padding: 1.6rem 0 1.6rem 1.6rem;
	position: relative;
	cursor: pointer;
}

.side_nav .group .heading:after {
	content: "";
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #000;
	position: absolute;
	top: 40%;
	top: 37%;
	right: 4%;
	transition: all .4s;
	transform-origin: center;
}

.side_nav .list_wrap {
	display: none;
}

.side_nav .group .heading.change:after {
	transform: rotate(90deg);
}

.active-btn {
	display: none;
}

.active-btn,
.active-btn span {
	transition: all 0.6s;
}

.active-btn.active {
	display: block;
	position: fixed;
	top: 0;
	top: 6px;
	/*    left: 50%;
    width: 60px;
    height: 60px;*/
	left: 46%;
	width: 42px;
	height: 42px;

	background: #401a07;
	z-index: 10000;
}

.active-btn.active span {
	height: 42px !important;
}

/*.active-btn.active span:nth-of-type(1){
    transform: translateY(20px) rotate(45deg);
    width: 70%;
    left: 23%;
	bottom: 12%;
}
.active-btn.active span:nth-of-type(2){
	display: none;
}
.active-btn.active span:nth-of-type(3){
	transform: translateY(-20px) rotate(-45deg);
    width: 70%;
	left: 5%;
	bottom: -20%;
}*/
.to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 60px;
	display: none;
}

.bredcrumb {
	width: 100%;
}

.bredcrumb ul {
	/*width: 80%;*/
	width: 80%;
	margin: 16px auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.bredcrumb ul li {
	font-size: 14px;
}


footer {
	background-color: #401a07;
	padding: 40px 0 0;
	color: #fff;
}

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

footer .logo {
	width: 100%;
}

footer .logo img {
	width: 200px;
	margin: 10px auto;
	display: block;
}

footer ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 0;
}

footer li {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

footer li:before {
	display: inline-block;
	content: "|";
	width: 1px;
	height: 1.2rem;
	padding: 0 16px;
	/*background: no-repeat center/100% url(https://gigaplus.makeshop.jp/douyama0141/img/common/foot-icon.png);
	margin-right: 5px;*/
}

footer .right {
	width: 50%;
}

footer .copy-right {
	width: 100%;
	font-size: 1.1rem;
	line-height: 3em;
	text-align: center;
	margin: 20px auto 0;
	letter-spacing: 1px;
	color: #000;
	background: #fff;
}



@media screen and (min-width: 611px) {
	.head_inner .toggle:not(.active-btn) {
		width: 10%;
		margin-bottom: 16px;
	}

	.head_inner .toggle span {
		xwidth: 52px;
		width: 42px;
		height: 0;
	}
}

@media screen and (min-width:611px) and (max-width:920px) {
	.head_inner .logo {
		width: 32%;
	}

	.head_inner .logo span {
		font-size: 11px;
	}

	.head_inner .row_bottom ul {
		width: 80%;
	}

	.head_inner .row_bottom li {
		width: auto;
	}

	.head_inner .row_bottom a {
		display: inline-block;
		padding: 0 12px;
	}

	header .postage {
		font-size: 22px;
		padding: 14px 0;
	}

	header .postage .tax {
		font-size: 14px;
	}

	header .postage .comment {
		font-size: 12px;
	}

	.head_inner .member_nav li:first-of-type {
		width: 29%;
	}

	.head_inner .member_nav li:last-of-type {
		width: 52%;
	}

	.side_nav {
		width: 74vw;
	}

	.active-btn.active {
		left: 74vw;
	}

	.side_nav .group ul li a,
	.side_nav .group .heading {
		font-size: 14px;
	}

	footer ul {
		width: 88%;
	}

	footer li {
		width: 50%;
		font-size: 10px;
	}

	.to-top {
		width: 30px;
		height: 30px;
	}
}

@media screen and (min-width:611px) and (max-width:668px) {
	.head_inner .row_bottom li img {
		height: 16px;
	}

	header .postage .comment {
		display: block;
		margin: 5px 0 0;
	}

	.head_inner .toggle:not(.active-btn),
	.head_inner .member_nav {
		width: 14%;
	}

	footer .inner {
		width: 84%;
		flex-wrap: wrap;
	}

	footer .left,
	footer .right {
		width: 100%;
	}

	footer ul {
		width: 84%;
		margin: 0;
	}

	footer .logo {
		margin: 0 0 0 auto;
	}

	footer .copy-right {
		margin: 1em 0 0 auto;
	}

	footer li {
		font-size: 1.4rem;
		white-space: nowrap;
		/*width: 50%;*/
		width: 100%;
		margin-bottom: 1.2em;
	}

	footer li:nth-of-type(1) {
		order: 1;
	}

	footer li:nth-of-type(3) {
		order: 2;
	}

	footer li:nth-of-type(5) {
		order: 3;
	}

	footer li:nth-of-type(7) {
		order: 4;
	}

	footer li:nth-of-type(9) {
		order: 5;
	}

	footer li:nth-of-type(2) {
		order: 6;
	}

	footer li:nth-of-type(4) {
		order: 7;
	}

	footer li:nth-of-type(6) {
		order: 8;
	}

	footer li:nth-of-type(8) {
		order: 9;
	}

	footer li:nth-of-type(10) {
		order: 10;
	}
}

@media screen and (max-width: 610px) {
	.head_inner {
		width: 96%;
		padding: 15px 0 15px;
	}

	.head_inner .toggle {
		/*width: 10%;*/
		width: 17%;
		height: 9vw;
	}

	.head_inner .toggle span {
		width: 9vw;
	}

	.head_inner .logo {
		width: 65%;
	}

	.head_inner .member_nav {
		width: 20%;
		margin: 0 0 0 15%;
	}

	.head_inner .member_nav ul li {
		width: 30%;
		margin: 0 0 0;
	}

	.head_inner .member_nav ul li img {
		width: auto;
		height: 30px;
	}

	.head_inner .toggle img {
		position: absolute;
		bottom: -24px;
		left: 20px;
	}

	.head_inner .logo span {
		font-size: 1rem;
		letter-spacing: 0;
	}

	.head_inner .row_bottom ul {
		width: 100vw;
		margin: 14px calc(50% - 50vw) 0;
		justify-content: center;
	}

	.head_inner .row_bottom li {
		width: auto;
	}

	.head_inner .row_bottom li img {
		height: 10px;
	}

	.head_inner .row_bottom a {
		display: inline-block;
		padding: 0 8px;
	}

	.head_inner .row_bottom li img {
		height: 12px;
	}

	header .postage {
		font-size: 1.8rem;
		padding: 8px 0;
	}

	header .postage .tax {
		font-size: 1.1rem;
	}

	header .postage .comment {
		font-size: 1rem;
		display: block;
		margin: 5px 0 0;
	}

	.side_nav {
		width: 100vw;
	}

	.side_nav .group ul li a,
	.side_nav .group .heading {
		font-size: 14px;
	}

	.active-btn.active {
		width: 10vw;
		height: 10vw;
		right: 35px;
		left: auto;
		top: -10px;
	}

	.side_nav .group ul li a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da";
		-webkit-font-smoothing: antialiased;
		display: block;
		position: absolute;
		font-size: 20px;
		top: 15px;
		right: 20px;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

	.active-btn.active span:nth-of-type(1) {
		left: 26%;
		bottom: 27%;
	}

	.active-btn.active span:nth-of-type(3) {
		bottom: -36%;
	}

	.to-top {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 20px;
	}

	footer {
		padding: 24px 0 0;
	}

	footer .inner {
		width: 84%;
		flex-wrap: wrap;
	}

	footer .left,
	footer .right {
		width: 100%;
	}

	footer ul {
		width: 68%;
		margin: 0;
	}

	footer li {
		font-size: 1.4rem;
		white-space: nowrap;
		/*width: 50%;*/
		width: 100%;
		margin-bottom: 1.2em;
	}

	footer .logo {
		width: 100%;
		margin: 0 auto 10px;
	}

	footer .copy-right {
		margin: 0;
		font-size: 1rem;
	}

	/*footer li:nth-of-type(1){
	order: 1;
}
footer li:nth-of-type(3){
	order: 2;
}
footer li:nth-of-type(5){
	order: 3;
}
footer li:nth-of-type(7){
	order: 4;
}
footer li:nth-of-type(9){
	order: 5;
}
footer li:nth-of-type(2){
	order: 6;
}
footer li:nth-of-type(4){
	order: 7;
}
footer li:nth-of-type(6){
	order: 8;
}
footer li:nth-of-type(8){
	order: 9;
}
footer li:nth-of-type(10){
	order: 10;
}*/

}

@media screen and (max-width: 758px) {
	footer ul {
		width: 100%;
	}

	ul.footer-nav li {
		width: 100%;
		text-align: left;
	}

	footer li::before {
		display: inline-block;
		/*content: "|";*/
		width: 20px;
		height: 1.2rem;
		padding: 0 0 0 16px;
		margin-right: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da";
	}
}


@media screen and (max-width: 361px) {
	.head_inner .logo span {
		width: 110%;
		margin-left: -5%;
		transform-origin: center;
		transform: scale(.8);
	}

	footer ul {
		width: 84%;
	}

	.head_inner .row_bottom a {
		padding: 0 6px;
	}
}

/*  -------------------------------------------------
keiro
-------------------------------------------------  */
h2.dblined,
h3.dblined {
	width: 1100px;
	margin: 30px auto;
	padding: 16px 0;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.2em;
	text-align: center;
	border-top: 1.5px solid #af985a;
	border-bottom: 3px solid #af985a;
}

h2.udlined,
h3.udlined {
	width: 1100px;
	margin: 30px auto;
	padding: 16px 0;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.2em;
	text-align: center;
	background: url(../img/pc_gr_redline.png) center bottom no-repeat;
	background-size: auto 5px;
}

h2.udlined span {
	font-size: 70%;
}




li.discount-line,
.keiro-ranking ul li ul.item--price li.discount-line {
	width: 100% !important;
	font-size: 16px;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
	/*justify-content: flex-end;*/
	align-items: flex-end;
	flex-wrap: wrap;
	xmargin-bottom: 16px;
}

.keiro-ranking ul li ul.item--price li.discount-line span {
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}

.keiro-ranking ul li ul.item--price li.discount-line span strong {
	font-size: 35px;
}

span.discount--price,
.keiro-ranking ul li ul.item--price li.discount-line span.discount--price {
	font-size: 16px;
	line-height: 26px;
	font-weight: 900;
	background: #CD0000;
	color: #fff;
	padding: 0 8px;
	border-radius: 3px;
	box-sizing: border-box;
}

.keiro-ranking ul li ul.item--price li.discount-line img {
	width: 55%;
	margin: 24px auto 0;
	display: block;
}

.mgb--price {
	margin-bottom: -20px !important;
	line-height: 26px !important;
}

.mgb20 {
	margin-bottom: 20px;
}

.section-inner {
	width: 1100px;
	margin: 30px auto;
}

.section-inner--800 {
	width: 800px;
	margin: 30px auto;
}

.seven-merit {
	width: 100%;
	padding: 24px 0;
	background: #401a07;
}

.seven-merit h2 {
	width: 520px;
	margin: 30px auto;
}

.seven-merit ul {
	width: 1100px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.seven-merit ul li {
	width: calc(96%/2);
}

.seven-merit ul li img {
	padding: 0 0 16px;
}


.keiro-service ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.keiro-service ul li {
	max-width: 800px;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
}

.keiro-service ul li h4 {
	font-size: 36px;
	line-height: 2.0em;
}

.keiro-service ul li p {
	font-size: 18px;
	line-height: 1.6em;
	min-height: 4em;
}

.keiro-service ul li img {
	padding: 0 0 16px;
}

.deliverly-unit {
	width: 800px;
	margin: 50px auto 30px;
	padding: 16px;
	box-sizing: border-box;
	background: #fff5df;
}

.deliverly-unit h5 {
	width: 90%;
	margin: 10px auto;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.6em;
	color: #fff;
	background: #cd0000;
	text-align: center;
	border-radius: 35px;
}

.deliverly-unit h5 span {
	font-size: 25px;
	font-weight: 100;
}

.deliverly-unit h6 {
	font-size: 30px;
	font-weight: 100;
	line-height: 1.6em;
	color: #cd0000;
	text-align: center;
}

.deliverly-unit p {
	width: 85%;
	margin: 20px auto 10px;
	font-size: 14px;
	text-align: left;
}

.deliverly-sub-unit {
	width: 800px;
	margin: 30px auto 90px;
	padding: 16px;
	box-sizing: border-box;
	background: #cd0000;
}

.deliverly-sub-unit h5 {
	width: 90%;
	margin: 10px auto;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.4em;
	color: #fff;
	background: #cd0000;
	text-align: center;
	border-radius: 35px;
}

.deliverly-sub-unit h5 span {
	font-size: 25px;
	font-weight: 100;
}

.deliverly-sub-unit h6 {
	font-size: 30px;
	font-weight: 100;
	line-height: 1.6em;
	color: #cd0000;
	text-align: center;
}

.deliverly-sub-unit p {
	width: 85%;
	margin: 20px auto;
	padding: 16px;
	font-size: 26px;
	text-align: center;
	background: #fff;
}




.type-list {
	width: 1100px;
	margin: 30px auto;
}

.type-list ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

img.typelist-ph {
	width: 230px;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

.type-list ul li div {
	width: calc(100% - 270px);
	xpadding: 0 0 0 24px;
	box-sizing: border-box;
}

.type-list-itemdetail h3 {
	font-size: 26px;
	line-height: 1.6em;
	color: #cd0000;
}

.type-list-itemdetail p {
	font-size: 17px;
	line-height: 1.6em;
}

ul.type-list-itemdetail--item--price {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 16px 0;
}

ul.type-list-itemdetail--item--price li {
	width: auto;
	font-size: 24px;
	align-items: flex-end;
}

ul.type-list-itemdetail--item--price li.discount-line {
	margin: -16px auto 30px;
}

ul.type-list-itemdetail--item--price li span {
	font-size: 16px;
	line-height: 2.6em;
}

ul.type-list-itemdetail--item--price li img {
	width: 170px;
	height: auto;
}

ul.type-list-itemdetail--item--price li span strong {
	font-size: 30px;
}



.second-mv {
	margin: 90px auto 0;
}

.reason img {
	margin: 20px auto;
}

.user-voice ul.user-voice-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.user-voice ul.user-voice-list li {
	width: 100%;
	font-size: 15px;
	background: #fff5df;
	padding: 1.5em 2em;
	margin: 0 auto 30px;
}

.user-voice ul.user-voice-list li p.user-voice-name {
	text-align: right;
}




.media-list ul {
	width: 100%;
	height: 300px;
	margin: 0 auto 90px;
	overflow: auto;
}

.media-list ul li {
	width: 100%;
	border-bottom: 1px dotted #000;
	font-size: 18px;
	line-height: 152px;
	xpadding: 16px 0;

	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.media-list ul li img {
	width: auto;
	height: 120px;
}

.gift-service ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gift-service ul li {
	width: 28%;
	font-size: 15px;
}

.gift-service ul li h3 {
	font-size: 18px;
	line-height: 1.6em;
	color: #cd0000;
}

.gift-service ul li.no-bill-wrap {
	width: 800px;
	margin: 60px auto 90px;
}

.comment-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 90px;
}

.ph-wrap {
	width: 230px;
	box-sizing: border-box;
}

.comment-inner-wrap {
	width: calc(100% - 270px);
	font-size: 16px;
	line-height: 1.6em;
	box-sizing: border-box;
}

.comment-inner-wrap h3 {
	font-size: 24px;
	font-weight: 100;
	line-height: 1em;
	margin: 0 0 20px;
	color: #cd0000;
}

.kodawari-upper-wrap {
	background: #cd0000;
	padding: 30px 0 60px;
	border-top: 4px solid #000;
}

.kodawari-upper-wrap h2 {
	width: 800px;
	margin: 30px auto;
}

.kodawari-upper-wrap ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kodawari-upper-wrap ul li {
	width: 48%;
	font-size: 15px;
	margin: 0 auto 24px;
}

.kodawari-lower-wrap {
	background: #401a07;
	padding: 30px 0 60px;
}

.kodawari-lower-wrap ul li {
	padding: 0 0 45px;
	box-sizing: border-box;
}

.w800 {
	width: 800px;
	margin: 0 auto 60px;
}

.deliverly-order-wrap h3 {
	background: #fed643;
	font-size: 24px;
	font-weight: 100;
	line-height: 3em;
	margin: 30px auto;
	color: #cd0000;
	text-align: center;
}

.deliverly-order-wrap p {
	font-size: 18px;
	font-weight: 100;
	line-height: 1.6em;
	margin: 30px auto;
	text-align: center;
}

.contact-method-list {
	margin: 0 auto 90px;
}

.contact-method-list li.w545 {
	width: 545px;
	margin: 30px auto 30px;
}


.itemlineup-list ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: calc(8% / 3);
}

.itemlineup-list ul li {
	width: 23%;
}

.itemlineup-list ul li h3 {
	font-size: 18px;
	line-height: 1.6em;
}

.itemlineup-list ul li p {
	font-size: 14px;
}

.itemlineup-list-itemdetail--item--price {
	width: 100% !important;
}

.itemlineup-list-itemdetail--item--price li {
	width: 100% !important;
	font-size: 14px;
	padding: 10px 0 0;
}

.itemlineup-list-itemdetail--item--price li.discount-line {
	width: 100% !important;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0;
}

.itemlineup-list-itemdetail--item--price li.mgb--price {
	margin-bottom: -5px !important;
	line-height: 26px !important;
}

.itemlineup-list-itemdetail--item--price li span {
	font-size: 18px;
}

.itemlineup-list-itemdetail--item--price li span strong {
	font-size: 30px;
}

.itemlineup-list-itemdetail--item--price li img {
	width: 220px !important;
	display: block;
	margin: 6px 0 30px;
}



div.information-unit {
	width: 100%;
	/*	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	margin-bottom: 90px;
}

.information-unit h3 {
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 0;
	color: #cd0000;
}

.information-unit p {
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	padding: 0 0 1em;
}

.information-unit-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.information-unit-list li {
	width: 47%;
}

.information-unit li h4 {
	font-size: 15px;
	line-height: 1.6em;
}

.information-unit-list li p {
	font-size: 14px;
	line-height: 1.6em;
}

img.p-card {
	width: 430px;
}

img.p-rpay {
	width: 200px;
}

img.p-conbini {
	width: 355px;
}

img.p-detail {
	width: 340px;
	margin: 16px 0;
}

.information-unit-sub-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.information-unit-sub-wrap-ph {
	width: 192px !important;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}

.information-unit-sub-wrap-comm {
	width: calc(100% - 212px) !important;
}


@media screen and (max-width: 768px) {

	/*  -------------------------------------------------
sp
-------------------------------------------------  */
	.bredcrumb ul {
		width: 90%;
		margin: 10px auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	h2.dblined,
	h3.dblined {
		width: 100%;
		margin: 10px auto;
		padding: 10px 0;
		font-size: 23px;
		font-weight: 100;
		line-height: 1.2em;
		text-align: center;
		border-top: 1.5px solid #af985a;
		border-bottom: 3px solid #af985a;
	}

	h2.udlined,
	h3.udlined {
		width: 100%;
		margin: 30px auto;
		padding: 16px 0;
		font-size: 22px;
		font-weight: 100;
		font-weight: 700;
		line-height: 1.2em;
		text-align: center;
		background: url(../img/pc_gr_redline.png) center bottom no-repeat;
		background-size: auto 5px;
	}

	h2.udlined span {
		font-size: 70%;
	}

	.mv {
		width: 100%;
	}

	

	
	.keiro-ranking ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.keiro-ranking ul li {
		width: calc(90%/1);
		font-size: 20px;
		margin: 0 auto;
	}

	.keiro-ranking ul li p {
		padding: 16px 0 0;
		min-height: 1em;
		font-size: 20px;
	}

	.keiro-ranking ul li img.rankicon {
		width: auto;
		height: 40px;
		display: block;
		margin: 16px auto;
	}

	.keiro-ranking ul li ul.item--price {
		width: 100%;
		margin: 30px auto;
		margin: 16px auto 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.keiro-ranking ul li ul.item--price li {
		width: 50%;
		font-size: 16px;
	}

	.keiro-ranking ul li ul.item--price li span {
		font-size: 24px;
	}

	.keiro-ranking ul li ul.item--price li.discount-line img {
		width: 55%;
		margin: 14px auto 0;
		display: block;
	}

	.section-inner {
		width: 100%;
		margin: 30px auto 0;
	}

	.section-inner--800 {
		width: 100%;
		margin: 30px auto;
	}

	.seven-merit {
		width: 100%;
		padding: 12px 0;
		background: #401a07;
	}

	.seven-merit h2 {
		width: 90%;
		margin: -20px auto 0;
	}

	.seven-merit ul {
		width: 100%;
		margin: 10px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.seven-merit ul li {
		width: calc(90%/1);
		margin: 0 auto;
	}

	.seven-merit ul li img {
		padding: 0 0 7px;
	}


	.keiro-service ul {
		width: 100%;
		margin: 30px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.keiro-service ul li {
		width: calc(94%/1);
		font-size: 16px;
		line-height: 1.6em;
		text-align: center;
		margin: 0 auto;
	}

	.keiro-service ul li h4 {
		font-size: 24px;
		line-height: 2.0em;
	}

	.keiro-service ul li p {
		font-size: 12px;
		line-height: 1.6em;
		min-height: 4em;
	}

	.keiro-service ul li img {
		padding: 0 0 16px;
	}

	.deliverly-unit {
		width: 94%;
		margin: 50px auto 30px;
		padding: 16px;
		box-sizing: border-box;
		background: #fff5df;
	}

	.deliverly-unit h5 {
		width: 100%;
		margin: 10px auto 0;
		font-size: 25px;
		font-weight: 500;
		line-height: 1.8em;
		color: #fff;
		background: #cd0000;
		text-align: center;
		border-radius: 30px;
	}

	.deliverly-unit h5 span {
		font-size: 14px;
		font-weight: 100;
	}

	.deliverly-unit h6 {
		font-size: 20px;
		font-weight: 100;
		line-height: 0.8em;
		color: #cd0000;
		text-align: center;
	}

	.deliverly-unit p {
		width: 96%;
		margin: 10px auto 0;
		font-size: 13px;
		text-align: left;
	}


	.deliverly-sub-unit {
		width: 94%;
		margin: 30px auto 60px;
		padding: 16px;
		box-sizing: border-box;
		background: #cd0000;
	}

	.deliverly-sub-unit h5 {
		width: 90%;
		margin: 10px auto;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.4em;
		color: #fff;
		background: #cd0000;
		text-align: center;
		border-radius: 35px;
	}

	.deliverly-sub-unit h5 span {
		font-size: 14px;
		font-weight: 100;
	}

	.deliverly-sub-unit h6 {
		font-size: 30px;
		font-weight: 100;
		line-height: 1.6em;
		color: #cd0000;
		text-align: center;
	}

	.deliverly-sub-unit p {
		width: 85%;
		margin: 10px auto;
		padding: 16px;
		font-size: 16px;
		text-align: center;
		background: #fff;
	}





	.type-list {
		width: 100%;
		margin: 30px auto;
	}

	.type-list ul li {
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	img.typelist-ph {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 16px;
	}

	img.typelist-ph {
		width: 40%;
		height: 100%;
		display: block;
		margin-bottom: 16px;
	}

	.type-list ul li div {
		xwidth: calc(100%);
		width: 55%;
		box-sizing: border-box;
	}

	.type-list-itemdetail {}

	.type-list-itemdetail h3 {
		font-size: 17px;
		line-height: 1.3em;
		color: #cd0000;
	}

	.type-list-itemdetail p {
		font-size: 15px;
		line-height: 1.6em;
	}

	ul.type-list-itemdetail--item--price {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 16px 0;
	}

	ul.type-list-itemdetail--item--price li {
		width: auto;
		font-size: 24px;
		justify-content: flex-start;
	}

	ul.type-list-itemdetail--item--price li.discount-line {
		margin: 5px auto 30px;
	}

	ul.type-list-itemdetail--item--price li span {
		font-size: 16px;
		line-height: 24px;
	}

	ul.type-list-itemdetail--item--price li span.discount--price {
		margin: 10px 0;
	}

	ul.type-list-itemdetail--item--price li span strong {
		font-size: 30px;
	}

	ul.type-list-itemdetail--item--price li img {
		width: 170px;
		height: auto;
	}

	ul.type-list-itemdetail--item--price li.mgb20 {
		flex-direction: column-reverse;
		xheight: 110px;
		min-height: 40px;
		text-align: left;
		justify-content: flex-start;
		margin: -10px 0 4px;
		display: flex;
		flex-wrap: wrap;
	}

	ul.type-list-itemdetail--item--price li.mgb20 span {
		text-align: left;
		margin: 0 auto 4px 0;
	}

	.second-mv {
		margin: 30px auto 0;
	}

	.reason {
		margin: -30px auto 0;
	}

	.reason img {
		margin: 0 auto 20px;
	}


	.user-voice ul.user-voice-list {
		width: 90%;
		margin: 20px auto 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.user-voice ul.user-voice-list li {
		width: 100%;
		font-size: 15px;
		background: #fff5df;
		padding: 1.5em 2em;
		margin: 0 auto 30px;
	}

	.user-voice ul.user-voice-list li p.user-voice-name {
		text-align: right;
	}


	.media-list ul {
		width: 90%;
		height: 300px;
		margin: 0 auto 60px;
		overflow: auto;
	}

	.media-list ul li {
		width: 100%;
		border-bottom: 1px dotted #000;
		font-size: 16px;
		line-height: 1.6em;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 16px 0;
	}

	.media-list ul li img {
		width: auto;
		height: 120px;
		display: block;
		margin: 10px auto;
	}

	.gift-service ul {
		width: 92%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px auto 0;
	}

	.gift-service ul li {
		width: 100%;
		font-size: 15px;
	}

	.gift-service ul li img {
		width: 35%;
		height: auto;
		display: block;
		float: left;
		margin: 0 5% 10% 0;
	}

	.gift-service ul li h3 {
		font-size: 16px;
		line-height: 1.4em;
		color: #cd0000;
		width: 60%;
		margin-left: 40%;
		text-align: left;
		display: block;
	}

	.gift-service ul li p {
		width: 60%;
		margin-left: 40%;
		text-align: left;
		display: block;
	}

	.gift-service ul li.no-bill-wrap {
		width: 100%;
		margin: 30px auto -20px;
	}

	.gift-service ul li.no-bill-wrap img {
		width: 100%;
		margin: 0 auto;
	}

	.comment-wrap {
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px auto 40px;
	}

	.ph-wrap {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.ph-wrap img {
		width: 70%;
		margin: 0 auto 20px;
		display: block;
		box-sizing: border-box;
	}

	.comment-inner-wrap {
		width: 100%;
		font-size: 16px;
		line-height: 1.6em;
		box-sizing: border-box;
	}

	.comment-inner-wrap h3 {
		font-size: 24px;
		font-weight: 100;
		line-height: 1em;
		margin: 0 0 20px;
		color: #cd0000;
	}

	.kodawari-upper-wrap {
		background: #cd0000;
		padding: 0 0 16px;
		border-top: 4px solid #000;
	}

	.kodawari-upper-wrap h2 {
		width: 86%;
		margin: 0 auto 30px;
	}

	.kodawari-upper-wrap ul {
		width: 92%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.kodawari-upper-wrap ul li {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 15px;
	}

	.kodawari-upper-wrap ul li img {
		margin: 0 auto 0;
	}

	.kodawari-lower-wrap {
		background: #401a07;
		padding: 0 0 10px;
	}

	.kodawari-lower-wrap .section-inner {
		margin: 0 auto 0;
	}

	.kodawari-lower-wrap ul li {
		padding: 0 0 0;
		box-sizing: border-box;
		margin: 0 auto 20px;
		width: 90%;
	}

	.kodawari-lower-wrap ul li.w800 {
		width: 100% !important;
		margin: 0 auto 20px;
	}

	.deliverly-order-wrap .section-inner--800 {
		width: 90%;
		margin: 30px auto;
	}

	.deliverly-order-wrap h3 {
		background: #fed643;
		font-size: 18px;
		font-weight: 100;
		line-height: 3em;
		margin: 30px auto 16px;
		color: #cd0000;
		text-align: center;
	}

	.deliverly-order-wrap p {
		font-size: 14px;
		font-weight: 100;
		line-height: 1.6em;
		margin: 16px auto;
		text-align: left;
	}

	.contact-method-list {
		margin: 0 auto 40px;
	}

	.contact-method-list li.w545 {
		width: 100%;
		margin: 20px auto 0;
	}


	/*.itemlineup-list ul {
width: 90%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
column-gap: 0;
margin: 0 auto;
}*/

	.itemlineup-list ul {
		width: 98%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 0;
		margin: 0 auto;
	}

	/*.itemlineup-list ul li {
	width: 100%;
	}*/
	.itemlineup-list ul li {
		width: 47%;
		margin: 0 1.5%;
	}

	/*.itemlineup-list ul li h3 {
font-size: 18px;
line-height: 1.6em;
}
*/
	.itemlineup-list ul li h3 {
		font-size: 18px;
		line-height: 1.3em;
		margin: 6px auto 6px;
	}

	.itemlineup-list ul li p {
		font-size: 14px;
	}

	ul.itemlineup-list-itemdetail--item--price {
		width: 100% !important;
		margin: 0 auto 25px;
		align-items: center;
	}

	/*.itemlineup-list-itemdetail--item--price li{
	width: 50% !important;
	font-size: 16px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	}*/
	.itemlineup-list-itemdetail--item--price li {
		width: 100% !important;
		font-size: 16px;
		padding: 0;
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
	}

	.itemlineup-list-itemdetail--item--price li span {
		font-size: 24px;
		font-size: 16px;
	}

	.itemlineup-list-itemdetail--item--price li img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 5px 0 0;
	}

	.itemlineup-list-itemdetail--item--price li.discount-line {
		width: 100% !important;
		font-size: 14px;
		padding: 0 0 10px;
		margin: 0 0 0;
		height: auto !important;
	}

	.itemlineup-list-itemdetail--item--price li.mgb--price {
		margin: 10px 0;
		margin-bottom: -5px !important;
		line-height: 26px !important;
		align-items: flex-start;
		height: 28px;
	}






	.footer-information {
		margin: 0 auto 30px;
	}

	div.information-unit {
		width: 92%;
		margin: 0 auto;
	}

	.information-unit h3 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 16px;
		color: #cd0000;
	}

	.information-unit p {
		width: 100%;
		font-size: 16px;
		line-height: 1.6em;
		padding: 0 0 1em;
	}

	.information-unit-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.information-unit-list li {
		width: 100%;
	}

	.information-unit li h4 {
		font-size: 15px;
		line-height: 1.6em;
	}

	.information-unit-list li p {
		font-size: 14px;
		line-height: 1.6em;
	}

	img.p-card {
		width: 100%;
	}

	img.p-rpay {
		width: 50%;
		margin: 10px 0 6px;
	}

	img.p-conbini {
		width: 70%;
		margin: 10px 0 6px;
	}

	img.p-detail {
		width: 100%;
		margin: 10px 0 16px;
	}

	.information-unit-sub-wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.information-unit-sub-wrap-ph {
		width: 120px !important;
		margin: 0 20px 0 0;
		box-sizing: border-box;
	}

	.information-unit-sub-wrap-comm {
		width: calc(100% - 140px) !important;
	}

	/*  -------------------------------------------------
sp--end
-------------------------------------------------  */
}


/*  -------------------------------------------------
pending
-------------------------------------------------  */
.s-gift_wrap {
	margin: 60px auto;
}

.s-gift_wrap .price-text {
	padding: 40px 0;
}

.s-gift_wrap .price-text.price-range_01 {
	padding-top: 0;
}

.s-gift_wrap .price-text img {
	display: block;
	height: 60px;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.s-gift_wrap {
		margin: 40px auto;
	}

	.s-gift_wrap .price-text img {
		height: 20px;
	}

	.s-gift_wrap .price-text {
		padding: 15px 0;
	}

	ul.sp-sub-nav {
		width: 100%;
		margin: 10px auto;
		background: #fff;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		padding: 0 5% 6px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
	}

	ul.sp-sub-nav li {
		font-size: 3.75vw;
		xwidth: 24%;
		text-align: center;
	}

	ul.sp-sub-nav li:not(:last-child)::after {
		content: '｜'
	}

}



@media screen and (min-width:769px) {

	.none_pc,
	.sp {
		display: none !important;
	}
}

@media screen and (max-width:768px) {

	.none_sp,
	.pc {
		display: none !important;
	}
}


@media screen and (max-width:768px) {
	.deliverly-order-wrap p img {
		width: 100%;
	}

	.contact-method-list li img {
		width: 100%;
	}
}

.new_item_wrap {
	max-width: 1100px;
	margin: 40px auto 100px;
}

/* .new_item_wrap h3 {
	max-width: 497px;
	margin: 0 auto;
} */
.new_item_wrap h3 {
	max-width: 530px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
}

.new_item_wrap h3 span {
	font-size: 28px;
}

.new_item_wrap h4 {
	font-size: 41px;
	text-align: center;
	font-weight: 600;
	margin: 10px 0 20px;
}

.new_item {
	justify-content: center !important;
}

.new_item .new_item_parts {
	/* margin: 0; */
	/* display: flex;
    justify-content: space-between; */
}

.new_item_parts_inner {
	/* margin: 0; */
	display: flex;
	justify-content: space-between;
}

.under_parts {
	width: 230px;
	display: flex;
	flex-direction: column;
	margin: -100px 0 0 auto;
}

.new_item .new_item_parts .img_parts {
	width: 50%;
	max-width: 250px;
}

.new_item .new_item_parts .text_parts {
	width: 45%;
}

.amount {
	font-size: 22px;
	font-weight: bold;
	border: 3px solid #000;
	width: 126px;
	text-align: center;
	font-family: sans-serif;
	margin-bottom: 8px;
	font-weight: bold;
}

.item_name {
	font-size: 25px;
}

.item_price {
	font-size: 22px;
	padding: 15px 0;
}

.item_price span {
	font-size: 32px;
}

.ma_bo {
	margin-bottom: 40px;
}

.flex_row {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.left_side {
	width: 49%;
}

.right_side {
	width: 47%;
}

@media screen and (max-width:768px) {
	.new_item_wrap h4 {
		font-size: 19px;
	}

	.new_item_wrap {
		padding: 0 15px;
		margin: 40px auto 70px;
	}

	.flex_row {
		flex-direction: column;
	}

	.left_side {
		width: 100%;
		margin-bottom: 30px;
	}

	.right_side {
		width: 100%;
	}

	.amount {
		font-size: 18px;
		width: 110px;
		margin-bottom: 8px;
	}

	.item_name {
		font-size: 17px;
	}

	.item_price {
		font-size: 20px;
		padding: 0;
	}

	.item_price span {
		font-size: 28px;
	}

	.under_parts {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 0 0 0 auto;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
	}

	.under_parts div {
		width: 46%;
	}

	.ma_bo {
		margin-bottom: 10px;
	}
}