@charset "UTF-8";
/* ------------------------------------- */
/* delivery */
/* ------------------------------------- */
.delivery .page-ttl-area {
	background: url(../img/top/bg-delivery-sp.jpg) no-repeat center center / cover;
}
.delivery .page-ttl-area .main-ttl {
	text-transform: uppercase;
}
.select-anker {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 2em auto 6em;
}

.anker {
	flex: 1;
	min-width: 240px;
	height: 40px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40px 0 0;
	border-bottom: 1px solid #000;
	margin: 0.8rem 1em;
	position: relative;
}
.anker:hover {
  opacity: 0.72;
}
.anker::after {
  content: "";
  display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
  position: absolute;
  right: 0;
  bottom: 1.2rem;
}

.d-logo {
  height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 2em;
}
#morinaga.d-logo + .delivery-list {
	margin-bottom: 20%;
}

.d-logo img,
.anker img {
	width: auto;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

/* ------------------------------------- */
/* archive */
.delivery-list {
	margin: 4rem auto 0;
	width: 90%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.delivery-list-item {
	margin: 0 auto 4rem;
	width: 100%;
}
.delivery-list-item .txt {
	text-align: center;
}
.delivery-list-item .item-ttl {
	margin: 0.8rem auto 1.6rem;
}
.delivery-list-item .more {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5em 3.2rem;
	border-radius: 100vmax;
	border: 1px solid #000;
	color: #000;
}
.delivery-list-item .more:hover {
	border: 1px solid #000;
}

.morinaga .delivery-list {
	width: 100%;
  max-width: 100%;
}

.morinaga .list-3cols .delivery-list-item {
  margin: 0 1.6rem 4rem 0;
	width: calc((100% - 3.2rem) / 2);
  position: relative;
}
.morinaga .list-3cols .delivery-list-item:nth-of-type(2n) {
  margin-left: 1.6rem;
  margin-right: 0;
}
.list-3cols .delivery-list-item.bdr:nth-of-type(odd)::after {
	content: "";
	display: block;
	width: 1px;
	height: 95%;
	background: #000;
	position: absolute;
	top: -0.8rem;
	right: -1.6rem;
}
.delivery-list-item.bdr {
	padding: 0 0 4rem;
	border-bottom: 1px solid #000;
}
.delivery-list-item .img {
	text-align: center;
	margin: 0 auto 0.8rem;
	width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.list-3cols .delivery-list-item .img {
  height: 160px;
}
.delivery-list-item .img picture {
  width: 100%;
  height: 100%;
}
.delivery-list-item .img img {
	width: 100%;
  height: 100%;
  object-fit: contain;
}
.morinaga .delivery-list-item .item-ttl {
	display: block;
	font-size: 2rem;
	width: 100%;
	padding: 0 0 0 3.2rem;
	text-align: left;
	position: relative;
}
.morinaga .list-3cols .delivery-list-item .item-ttl {
	font-size: 1.6rem;
	padding: 0 0 0 3.2rem;
}


.morinaga .item-ttl .check-field input[type="checkbox"] {
	margin: 0;
	position: absolute;
	left: 0;
	top: 10px;
}
.morinaga .delivery-list-item .caps {
	text-align: left;
	font-size: 1.4rem;
}

.delivery .bnr {
	width: 90%;
	margin: 6rem auto;
}
.delivery .btn-bnr a {
	border: 2px solid #00428e;
	border-radius: 16px;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
	transform: translate(-10px, -10px);
}
.delivery .btn-bnr::after {
	background-color: #00428e;
	border-radius: 16px;
}
.delivery .btn-bnr a:hover {
	transform: translate(0, 0);
}
.delivery .bnr .desc {
	color: #00428e;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
	margin: 2.4rem auto 0;
}

.delivery .pagenate .btn {
	width: 100%;
}
.delivery .pagenate .btn::after {
	display: none;
}
.delivery .load-more {
	border-radius: 10px;
	border-width: 2px;
	background-color: #fff38e;
	transform: translate(0, 0);
}

/* ------------------------------------- */
/* single */
.delivery_content .flx_2cols {
	flex-direction: column-reverse;
}

.delivery_content .flx_2cols .item-ttl {
	font-size: 1.8rem;
	margin: 2.4rem auto;
}
.delivery_content .flx_item.txt div {
	font-size: 1.4rem;
	line-height: 2;
}
.delivery_content .flx_item.txt p {
	margin: 0 auto 1.6rem;
}
.delivery_content .flx_2cols .item-data {
	padding: 2.4rem 0 0;
	margin: 2.4rem auto;
	border-top: 1px solid #000;
}

.delivery_content .swiper-slide {
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
}
.delivery_content .swiper-pagination {
	text-align: center;
}
.delivery_content .swiper-pagination-bullet-active {
	background: #fff;
}

.flow-box {
	padding: 2.4rem 1.6rem 0.8rem;
	background: #fff38e;
}
.flow-item {
	border-radius: 8px;
	position: relative;
}
.flow-item .num {
	width: 62px;
	height: 62px;
	display: block;
}
.flow-item .num img {
	width: 100%;
	height: 100%;
}
.flow-ttl {
	line-height: 1;
	position: relative;
	text-align: center;
	padding: 0 0 48px;
	margin: 0 auto 1.6rem;
	cursor: pointer;
}
.flow-ttl.is-open {
	margin: 0 auto 2.4rem;
}
.flow-ttl .arw {
	display: inline-block;
	width: 50%;
	max-width: 190px;
}
.flow-ttl .ttl-caps {
	font-size: 2rem;
	letter-spacing: 4px;
	font-weight: bold;
	margin: 1.6rem auto 2.4rem;
}
.flow-ttl::before {
	content: "ー";
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.flow-ttl::after {
	content: "＋";
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.flow-ttl.is-open::before {
	opacity: 1;
}
.flow-ttl.is-open::after {
	opacity: 0;
}
.flow-item .illust {
	width: 35%;
	max-width: 125px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow-item .illust img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.flx_box + .bdr-box {
	font-size: 1.3rem;
	margin: 0 auto 2.4rem;
}
.flx_box + .bdr-box p {
	margin: 1.6rem auto 0;
}

/* ------------------------------------- */
/* morinaga */
.morinaga .flow-box {
	padding: 2.4rem 1.6rem;
	margin: 4rem auto 0;
}
.morinaga .flow-ttl {
	padding: 0;
	margin: 1.6rem auto;
}
.morinaga .flow-ttl::before,
.morinaga .flow-ttl::after {
	display: none;
}
.delivery_content .flow-box .flx_2cols {
	flex-direction: column;
}
.morinaga .flow-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.morinaga .step-ttl {
	width: 100%;
}
.morinaga .flow-item:nth-of-type(3) .step-ttl {
	width: calc(100% - 62px);
	padding: 0 0 0 2rem;
}

/* ------------------------------------- */
/* order */
/* ------------------------------------- */

.order .desc {
	text-align: center;
}
.order .desc .btn {
	margin: 2.4rem auto 0;
}

.order .editor-area {
	max-width: 850px;
	margin: 5.6rem auto 3.2rem;
}
.order .editor-area .wp-block-table {
	padding: 0;
}
.order .editor-area .wp-block-table::before,
.order .editor-area .wp-block-table::after {
	display: none;
}
.order .editor-area .wp-block-table table {
	border: none;
	width: 100%;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 auto;
	white-space: pre-wrap;
	overflow: hidden;
}
.order .wp-block-table th,
.order .wp-block-table td {
	padding: 0.8em;
	border-bottom: none;
	border-left: none;
	white-space: normal;
}
.order .wp-block-table td {
	padding: 0;
}
.order .wp-block-table.is-style-stripes tr {
	border-bottom: 1px solid #000;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 2.4rem;
}

.order .wp-block-table.is-style-stripes thead {
	width: 100%;
	display: none;
}
.order .wp-block-table.is-style-stripes tbody {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/* .order .wp-block-table.is-style-stripes th {
	border-right: 1px solid #fff38e;
	border-bottom: none;
	background: none;
	text-align: center;
  padding: 1.6rem;
  font-size: 1.6rem;
}
.order thead tr th:first-of-type {
	width: 50%;
}
.order thead tr th:nth-of-type(2) {
	width: 25%;
}
.order thead tr th:nth-of-type(3) {
	width: 25%;
} */

.order .wp-block-table .form-field {
	align-items: stretch;
	font-size: 1.5rem;
}
.order .wp-block-table .field-ttl {
	width: 100px;
	padding: 0.5rem;
	margin: 0;
	color: #fff;
	background: #000;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff38e;
}
.order .wp-block-table .field-input {
	width: calc(100% - 100px);
	margin: 0;
	padding: 1.6rem;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.order .wp-block-table td:first-of-type {
	border-top: 1px solid #000;
}
.order .wp-block-table td:last-of-type .field-ttl,
.order .wp-block-table td:last-of-type .field-input {
	border-bottom: none;
}

.order .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #fff;
}
.order .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background: #fff;
}

.order .wp-block-table.is-style-stripes tr:nth-child(odd) td {
	border-left: 1px solid #000;
	border-right: none;
	border-bottom: none;
}
.order .wp-block-table.is-style-stripes tr:nth-child(even) td {
	border-left: 1px solid #000;
	border-right: none;
	border-bottom: none;
}

.order .wp-block-table .select-field select {
	padding: 1.2rem 1.6rem;
	background-color: #fff;
	border: 1px solid #000;
}
/* .order .wp-block-table tr:nth-child(odd) .select-field select {
	background-color: #fff;
	border: 1px solid #000;
}
.order .wp-block-table tr:nth-child(even) .select-field select {
	background-color: #fff;
	border: 1px solid #000;
} */

.morinaga .products .field-input {
	align-items: flex-start;
	width: 100%;
	padding: 0;
}
.morinaga .delivery-list-item input[type="checkbox"] {
	position: absolute;
	top: 1rem;
	left: 0;
	margin: 0;
}
.morinaga .products .check-radio-field {
	/* display: none; */
	/* pointer-events: none; */
	margin: 0 0.8rem 0.8rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
}
.morinaga .products .check-radio-field .mwform-checkbox-field-text {
	border-radius: 100vmax;
	margin: 0;
	padding: 0.5em 1.5em;
}
/* ×マークなし
.morinaga .products .check-radio-field .mwform-checkbox-field label::after {
	content: "×";
	display: inline-block;
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 0.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.morinaga .products .check-radio-field.is-checked .mwform-checkbox-field label::after,
.morinaga .products .mwform-checkbox-field label.is-checked::after {
	opacity: 1;
} */

/*
.morinaga .form-box .check-radio-field.is-checked {
	display: inline-block;
} */
/* .morinaga .products .mwform-checkbox-field-text {
	display: none;
	margin: 0 0.8rem 0.8rem 0;
	padding: 0;
	border: none;
	background: none;
  width: auto;
  pointer-events: none;
}
.morinaga .is-checked .mwform-checkbox-field-text {
	display: inline-block;
	border: none;
	background: none;
}
.morinaga .products .check-radio-field input[type="checkbox"]:checked + .mwform-checkbox-field-text {
	display: inline-block;
	border: none;
	background: none;
} */
.morinaga .mw_wp_form_confirm .products .check-radio-field {
	display: inline-block;
	margin: 0 0.8rem 0.8rem 0;
}

@media screen and (min-width: 480px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.delivery .page-ttl-area {
		background: url(../img/top/bg-delivery.jpg) no-repeat center center / cover;
	}

	/* ------------------------------------- */
	/* archive */
	.delivery-list {
		width: 100%;
	}
	.list-2cols .delivery-list-item {
		margin: 0 1.6rem 4rem;
		width: calc((100% - 6.4rem) / 2);
	}
	.list-3cols .delivery-list-item {
		margin: 0 1.6rem 4rem;
		width: calc((100% - 6.4rem) / 2);
	}

	.list-2cols .delivery-list-item.bdr,
  .list-3cols .delivery-list-item.bdr {
		padding: 0 0.5rem 4rem;
		position: relative;
	}
	.list-2cols .delivery-list-item.bdr:nth-of-type(odd)::after,
  .list-3cols .delivery-list-item.bdr:nth-of-type(odd)::after {
		content: "";
		display: block;
		width: 1px;
		height: 95%;
		background: #000;
		position: absolute;
		top: 0;
		right: -1.6rem;
	}

	/* ------------------------------------- */
	/* single */
	.delivery_content .flx_2cols .flx_item {
		width: 80%;
		margin: 0 auto 2.4rem;
	}
	.delivery_content .flx_2cols .flx_item:nth-of-type(2n),
	.delivery_content .flx_2cols .flx_item:last-of-type {
		margin: 0 auto 2.4rem;
	}

	.flow-box {
		padding: 3.2rem 2.4rem 1.6rem;
	}
	.flow-box .flx_3cols .flx_item {
		width: 70%;
		margin: 0 auto 2.4rem;
	}
	.flow-box .flx_3cols .flx_item:nth-of-type(3n),
	.flow-box .flx_3cols .flx_item:last-of-type {
		margin: 0 auto 2.4rem;
	}

	.ac_cnt > .bdr-box {
		padding: 2.4rem;
	}

	.delivery .bnr {
		width: 80%;
		max-width: 620px;
		margin: 6rem auto;
	}
}
@media screen and (min-width: 768px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.delivery .page-ttl-area .main-ttl {
		font-size: 4rem;
		margin-bottom: 2.4rem;
	}
	.delivery .page-ttl-area .ttl-caps {
		font-size: 2rem;
	}

	.delivery .bnr {
		width: 80%;
		margin: 8rem auto 6rem;
	}
	.delivery .bnr .desc {
		font-size: 1.7rem;
		margin: 3.2rem auto 0;
		letter-spacing: 1px;
	}

	.delivery_content .flx_2cols {
		flex-direction: row-reverse;
		align-items: flex-start;
		margin: 0 auto 4rem;
	}
	.delivery_content .flx_2cols .flx_item {
		width: calc(100% - (40% + 4rem));
		margin: 0;
	}
	.delivery_content .flx_2cols .flx_item:nth-of-type(2n),
	.delivery_content .flx_2cols .flx_item:last-of-type {
		width: 40%;
		margin: 0 4rem 0 0;
	}
	.delivery_content .flx_2cols .item-ttl {
		font-size: 2.2rem;
		margin: 0 auto 2.4rem;
	}
	.flow-box {
		padding: 3.2rem 3.2rem 1.6rem;
	}
	.flow-ttl {
		padding: 0 48px;
		margin: 0 auto 1.6rem;
	}
	.flow-ttl::before,
	.flow-ttl::after {
		bottom: 50%;
		left: inherit;
		right: 0;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	.flow-box .flx_3cols {
		margin: 6.4rem auto 3.2rem;
	}
	.flow-box .flx_3cols .flx_item {
		width: calc((100% - 4.8rem) / 3);
		margin: 0 0.8rem;
		padding: 4.8rem 1.6rem 2.4rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.flow-box .flx_3cols .flx_item:nth-of-type(3n),
	.flow-box .flx_3cols .flx_item:last-of-type {
		margin: 0 0.8rem;
	}
	.flow-item .num {
		position: absolute;
		top: -26px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.flow-item .step-ttl {
		text-align: center;
		font-size: 1.5rem;
		margin: auto auto 2.4rem;
		width: 100%;
	}
	.flow-item .illust {
		width: 80%;
		max-width: 190px;
		text-align: center;
		height: auto;
		position: relative;
		top: inherit;
		right: inherit;
		-webkit-transform: none;
		transform: none;
		margin: auto auto 0;
	}

	.flow-item .illust .pc {
		display: block;
	}
	.flow-item .illust .sp {
		display: none;
	}

	.flx_box + .bdr-box {
		padding: 2.4rem 4rem 4rem;
		max-width: 640px;
		width: 97%;
	}

	/* ------------------------------------- */
	/* morinaga */

  .list-3cols .delivery-list-item .img {
    height: 300px;
  }
  .morinaga .list-3cols .delivery-list-item .item-ttl {
    font-size: 2rem;
  }
	.delivery_content .flow-box .flx_2cols {
		flex-direction: row;
		margin: 6rem auto 2rem;
	}

	.morinaga .flow-box .flx_item {
		/* width: calc((100% - 6.4rem) / 2);
		margin: 0 1.6rem 3.2rem; */
		width: 80%;
		margin: 0 auto 3.2rem;
		padding: 2.4rem 1.6rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.morinaga .flow-box .flx_item:nth-of-type(2n),
	.morinaga .flow-box .flx_item:last-of-type {
		/* width: calc((100% - 6.4rem) / 2);
		margin: 0 1.6rem 3.2rem; */
		width: 80%;
		margin: 0 auto 3.2rem;
	}
	.morinaga .flow-item .num {
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: none;
		transform: none;
	}
	.morinaga .flow-item .step-ttl {
		text-align: left;
		font-size: 1.7rem;
		margin: 0 auto;
		width: calc(100% - 62px);
		padding: 0 0 0 2rem;
	}
	.morinaga .flow-item .illust {
		max-width: inherit;
		height: auto;
		position: absolute;
		top: -20%;
		right: 2.4rem;
		-webkit-transform: none;
		transform: none;
		margin: 0;
	}
	.flow-item .illust .badge {
		width: 76px;
		height: 76px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 2px solid #000;
		background: #fff38e;
		color: #000;
		font-weight: bold;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.5;
		position: absolute;
		top: 0;
		right: -5.4rem;
	}
	.morinaga .flow-item:nth-of-type(1) .illust {
		top: -25%;
		width: 80px;
	}
	.morinaga .flow-item:nth-of-type(2) .illust {
		top: -26%;
		width: 132px;
		right: -5%;
	}
	.morinaga .flow-item:nth-of-type(4) .illust {
		top: -6%;
		width: 158px;
	}

	/* ------------------------------------- */
	/* order */
	/* ------------------------------------- */
	.order .editor-area {
		margin: 5.6rem auto;
	}
	.order .wp-block-table.is-style-stripes thead {
		background: #000;
		color: #fff;
		border-bottom: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.order .wp-block-table.is-style-stripes tbody {
		border-bottom: 1px solid #000;
	}
	.order .wp-block-table.is-style-stripes th {
		border-right: 1px solid #fff38e;
		border-bottom: none;
		background: none;
		text-align: center;
		padding: 1.6rem;
		font-size: 1.6rem;
	}
	.order thead tr th:first-of-type {
		width: 50%;
	}
	.order thead tr th:nth-of-type(2) {
		width: 25%;
	}
	.order thead tr th:nth-of-type(3) {
		width: 25%;
	}

	.order .wp-block-table.is-style-stripes tr {
		border-bottom: none;
		flex-direction: row;
		align-items: stretch;
		margin: 0 auto;
	}

	.order .wp-block-table .form-field {
		font-size: 1.6rem;
		justify-content: center;
	}
	.order .wp-block-table .field-ttl {
		display: none;
	}
	.order .wp-block-table .field-input {
		width: 100%;
		border-bottom: none;
		justify-content: center;
	}

	.order .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
		background: #fff38e;
	}

	.order .wp-block-table td:first-of-type {
		border-top: none;
		border-left: none !important;
		width: 50%;
	}
	.order .wp-block-table td:first-of-type .field-input {
		padding: 1.6rem 1.6rem 1.6rem 3.8rem;
		position: relative;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.order .wp-block-table td:first-of-type .field-input::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid #000;
		border-radius: 50%;
		position: absolute;
		top: 2.4rem;
		left: 1.6rem;
	}
	.order .wp-block-table td:nth-of-type(2) {
		width: 25%;
	}
	.order .wp-block-table td:nth-of-type(3) {
		width: 25%;
	}
}
@media screen and (min-width: 1025px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.delivery .page-ttl-area .main-ttl {
		font-size: 5.2rem;
		margin-bottom: 2.4rem;
	}
	.delivery .page-ttl-area .ttl-caps {
		font-size: 2.4rem;
	}
	/* ------------------------------------- */
	/* archive */
	.archive .delivery_content {
		padding-top: 6em;
	}
	.delivery-list {
		margin: 6rem auto 0;
	}
	/* .delivery-list-item {
		margin: 0 2rem 4rem;
		width: calc((100% - 12rem) / 3);
	} */
	.list-2cols .delivery-list-item {
		margin: 0 2rem 4rem;
		width: calc((100% - 8rem) / 2);
	}
	.list-3cols .delivery-list-item {
		margin: 0 2rem 4rem;
		width: calc((100% - 12rem) / 3);
	}
	.list-2cols .delivery-list-item.bdr {
		padding: 0 1.2rem 4rem;
		margin: 0 4rem 4rem;
		width: calc((100% - 16rem) / 2);
	}
	.list-2cols .delivery-list-item.bdr:nth-of-type(odd)::after {
		width: 1px;
		height: 85%;
		top: 2.4rem;
		right: -4rem;
	}
	.list-3cols .delivery-list-item.bdr {
		padding: 0 1.2rem 4rem;
		margin: 0 2.4rem 4rem;
		width: calc((100% - 4.8rem * 3) / 3);
	}
  .morinaga .list-3cols .delivery-list-item:nth-of-type(2n) {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .list-3cols .delivery-list-item.bdr:nth-of-type(odd)::after,
	.list-3cols .delivery-list-item.bdr::after {
    content: "";
    display: block;
    background: #000;
		width: 1px;
		height: 98%;
    position: absolute;
		top: -1.6rem;
		right: -2.4rem;
	}
	.list-3cols .delivery-list-item.bdr:nth-of-type(3n)::after {
		display: none;
	}

	.delivery-list-item .item-ttl {
		font-size: 2rem;
		line-height: 1.6;
	}
	/* ------------------------------------- */
	/* single */
	.delivery_content {
		padding-bottom: 4em;
	}
	.delivery_content .flx_2cols {
		margin: 0 auto 10rem;
	}
	.delivery_content .flx_2cols .flx_item.txt {
		width: calc(100% - (45% + 4rem));
		padding: 0 0 0 4rem;
	}
	.delivery_content .flx_2cols .flx_item:nth-of-type(2n),
	.delivery_content .flx_2cols .flx_item:last-of-type {
		width: 45%;
		margin: 0 4rem 0 0;
	}

	.delivery_content .flx_2cols .item-ttl {
		font-size: 2.4rem;
	}
	.flow-box {
		padding: 5.6rem 4rem 3.6rem;
	}
	.flow-ttl .ttl-caps {
		font-size: 2.4rem;
		margin: 3.6rem auto 2.4rem;
	}
	.flow-box .flx_3cols {
		margin: 8rem auto 5rem;
	}
	.flow-box .flx_3cols .flx_item {
		width: calc((100% - 9.6rem) / 3);
		margin: 0 1.6rem;
		padding: 6.4rem 1.6rem 2.4rem;
	}
	.flow-item .illust {
		width: 70%;
	}
	.flow-item:first-of-type .illust {
		width: 60%;
	}
	/* ------------------------------------- */
	/* morinaga */
	.morinaga .flow-box {
		padding: 6rem 0;
		margin: 10rem auto 0;
	}
	.delivery_content .flow-box .flx_2cols {
		margin: 10rem auto 2rem;
	}

	.morinaga .flow-box .flx_item {
		width: calc((100% - 8rem) / 2);
		margin: 0 2rem 5.6rem;
		padding: 2.4rem 1.6rem;
	}
	.morinaga .flow-box .flx_item:nth-of-type(2n),
	.morinaga .flow-box .flx_item:last-of-type {
		width: calc((100% - 8rem) / 2);
		margin: 0 2rem 5.6rem;
	}
	.morinaga .flow-item .num {
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: none;
		transform: none;
	}
	.morinaga .flow-item .step-ttl {
		text-align: left;
		font-size: 1.7rem;
		margin: 0 auto;
		width: calc(100% - 62px);
		padding: 0 0 0 2rem;
	}

	.flow-item .illust .badge {
		top: -2rem;
		right: -4rem;
	}
	.morinaga .flow-item:nth-of-type(1) .illust {
		top: -38%;
		width: 90px;
	}
	.morinaga .flow-item:nth-of-type(2) .illust {
		top: -43%;
		width: 152px;
		right: -5%;
	}
	.morinaga .flow-item:nth-of-type(4) .illust {
		top: -10%;
		width: 158px;
		right: 0;
	}
	/* ------------------------------------- */
	/* order */
	.order .editor-area {
		margin: 6.4rem auto;
	}
}
