@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer; 
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.container {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 20px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.container--pc-only {
		max-width: none !important; 
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--sp-only {
		max-width: none !important; 
		padding: 0 !important;
	}
}

body {
	color: #333; 
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
	margin: 0;
}

@media screen and (min-width: 1000px) {
	.sp-content {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp-wrap {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.pc-wrap {
		display: block;
	}
}

.hover {
	transition: filter .2s, opacity .7s;
}
.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none; 
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	animation: fade-in 1s; 
	display: inline-block;
}

img.swiper-lazy {
	opacity: 0; 
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
}

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header-content {
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.header-content {
		padding: 20px 0;
	}
}
.header-content__body {
	align-items: center; 
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	align-items: flex-end; 
	display: flex;
	flex: 0 0 auto;
}
.header-content__logo-content:not(:last-child) {
	margin-right: 10px;
}
.header-content__logo-content img {
	height: 24px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content img {
		height: 39px;
	}
}
.header-content__logo-content--d img {
	height: 16px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content--d img {
		height: 26px;
	}
}
.header-content__link {
	display: none;
}
@media screen and (min-width: 1000px) {
	.header-content__link {
		display: block;
		flex: 0 0 auto;
	}
	.header-content__link > a {
		color: inherit; 
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}
	.header-content__link > a .icon {
		color: #d92984;
		margin-right: .25em;
	}
}

.btn-3ple {
	align-items: center;
	background: #d92984;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative; 
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto; 
		max-width: 600px;
	}
}
.btn-3ple--ranking {
	background: #f2b843;
}
.btn-3ple--negative {
	background: #fff;
	border: 1px solid #ccc; 
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 2px;
	}
}
.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple--negative .btn-3ple__text {
	color: #d92984;
}
.btn-3ple::after {
	bottom: 0;
	color: #fff; 
	content: "\f054";
	display: none;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}

.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.footer-copy-wrapper {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1000px) {
	.footer-copy {
		align-items: center; 
		display: flex;
		justify-content: center;
	}
}

.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__img {
		margin-bottom: 0; 
		margin-right: 15px;
	}
}

.footer-copy__text {
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}

.content__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 30px;
	}
}

.content-head {
	text-align: center;
}

.content-sub__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-sub__head {
		margin-bottom: 20px;
	}
}

.content-sub__banner {
	margin-top: 25px; 
	text-align: center;
}
.content-sub__banner a {
	display: inline-block;
}
@media screen and (min-width: 1000px) {
	.content-sub__banner {
		margin-top: 50px;
	}
}

.content-sub-head {
	text-align: center;
}

.more-content__body {
	margin-bottom: 20px; 
	overflow: hidden;
	position: relative;
	transition: .7s;
}

.more-content__cover {
	--cover-color: 255, 255, 255;
	background-image: linear-gradient(rgba(var(--cover-color), 0), rgba(var(--cover-color), 1)); 
	bottom: 0;
	display: block;
	height: 40px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.content-section.is-more .more-content__cover {
	display: none;
}

.more-content-btn {
	align-items: center;
	background: #63574a;
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	margin: 0 auto; 
	width: 150px;
}
@media screen and (min-width: 1000px) {
	.more-content-btn {
		border-radius: 22px;
		font-size: 18px; 
		height: 44px;
		width: 250px;
	}
}
.more-content-btn .icon {
	margin-right: .5em;
}

.item-card {
	color: inherit; 
	display: block;
	position: relative;
	text-decoration: none;
}
.item-card__tag {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
.item-card__thumb {
	background: #ccc;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__thumb {
		margin-bottom: 10px;
	}
}
.item-card__name {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__name {
		margin-bottom: 10px;
	}
}
.item-card__price-container {
	background: #fff1f5;
	border-radius: 5px; 
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container {
		border-radius: 3px; 
		padding: 10px;
	}
}
.item-card__price-container:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__price-head {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head {
		margin-bottom: 10px;
	}
}
.item-card__price-head--flex {
	align-items: center; 
	display: flex;
	justify-content: flex-end;
}
.item-card__price-head--flex .item-card__price-head-text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head--flex .item-card__price-head-text {
		margin-right: 10px;
	}
}
.item-card__price-value {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-value {
		margin-bottom: 16px;
	}
}
.item-card__unit:not(:first-child) {
	margin-top: 10px;
}
.item-card__unit:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__unit-price:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit-price {
		margin-bottom: 7px;
	}
	.item-card--pickup .item-card__unit-price {
		margin-bottom: 0;
	}
	.item-card--pickup .item-card__unit-price:not(:last-child) {
		margin-right: .25em;
	}
}
.item-card__coupon {
	margin-top: -5px;
}
.item-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__coupon:not(:last-child) {
		margin-bottom: 15px;
	}
}
.item-card__point {
	margin-top: 10px;
}
.item-card__point:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__point:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__point-value:not(:last-child) {
	margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card__point-value:not(:last-child) {
		margin-bottom: 3px;
	}
}
.item-card__delivery {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__delivery {
		margin-bottom: 8px;
	}
}

.item-card-thumb {
	border: #ccc 1px solid;
	box-sizing: border-box; 
	display: block;
	position: relative;
	width: 100%;
}
.item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.item-card-name {
	font-size: 14px; 
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.item-card-name {
		font-size: 16px; 
		font-weight: normal;
	}
}
.item-card-name__text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 4.2em;
	-webkit-line-clamp: 3;
	line-height: inherit;
	line-height: 1.4;
	margin: -.2em 0; 
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.item-card-name__text {
		height: 2.8em; 
		-webkit-line-clamp: 2;
	}
}

.item-card-price-content {
	background: #fff1f5;
	border-radius: 5px; 
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-content {
		border-radius: 3px; 
		padding: 10px;
	}
}
.item-card-price-content__left {
	flex: 0 0 auto;
}
.item-card-price-content__right {
	flex: 1 1 auto;
}

.item-card-price-head {
	align-items: center; 
	display: flex;
	justify-content: flex-end;
}
.item-card-price-head__text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head__text {
		margin-right: 10px;
	}
}

.item-card-price-head-text {
	color: #c7000b;
	font-size: 10px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-text {
		font-size: 14px;
	}
}

.item-card-price-head-tag {
	align-items: center;
	background: #c7000b;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	padding: 0 5px;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-tag {
		font-size: 12px;
		height: 20px;
		padding: 0 5px;
	}
}

.item-card-price {
	color: #c7000b;
	font-family: "Open Sans", sans-serif;
	font-size: 28px; 
	font-weight: 700;
	margin: -.14em 0;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-price {
		font-size: 50px;
	}
}
.item-card-price .small {
	font-size: .7em;
	vertical-align: middle;
}

.item-card-reference {
	font-size: 10px; 
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-reference {
		font-size: 14px;
	}
}
.item-card-reference__head {
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.item-card-reference__value {
		font-size: 16px;
	}
	.item-card-reference__value .small {
		font-size: 14px;
	}
}

.item-card-unit-price {
	align-items: baseline;
	color: #c7000b;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: flex-end;
	margin: -1.25px 0;
	margin-left: -5px; 
	text-align: right;
	white-space: nowrap;
}
.item-card-unit-price__head, .item-card-unit-price__value {
	padding: 1.25px 0;
}
.item-card-unit-price__head {
	font-size: 10px;
	margin-right: 2px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__head {
		font-size: 14px;
		margin-right: 3px;
	}
}
.item-card-unit-price__value {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 22px; 
	margin: -.14em 0;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value {
		font-size: 34px;
	}
}
.item-card-unit-price__value .small {
	font-size: .7em;
}
.item-card-unit-price__value .unit {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value .unit {
		font-size: .5em;
	}
}

.item-card-unit-reference {
	font-size: 10px; 
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-reference {
		font-size: 14px;
	}
	.item-card-unit-reference .small {
		font-size: 10px;
	}
}
.item-card--pickup .item-card-unit-reference {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-unit-reference {
		font-size: 12px;
	}
}

.item-card-coupon {
	align-items: center;
	background: #fefe00;
	box-sizing: border-box;
	color: #c7000b;
	display: flex;
	font-size: 10px; 
	font-weight: 700;
	justify-content: center;
	min-height: 20px;
	padding: 2px 0;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon {
		font-size: 18px;
		min-height: 40px;
		padding: 5px 0;
	}
}
.item-card-coupon__text {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.4;
	margin: -.2em 0; 
	text-align: center;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text {
		margin: -2px 0;
	}
}
.item-card-coupon__text .strong {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin: -.14em 0 -.14em;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text .strong {
		font-size: 30px;
	}
}

.item-card-point {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -2px 0;
}
.item-card-point__icon {
	flex: 0 0 auto;
	margin-right: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon {
		margin-right: 5px;
	}
}
.item-card-point__icon img {
	width: 18px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon img {
		width: 22px;
	}
}
.item-card-point__value {
	font-size: 14px; 
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value {
		font-size: 16px;
	}
}
.item-card-point__value .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value .small {
		font-size: .7em;
	}
}

.item-card-point-ratio {
	font-size: 10px; 
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-point-ratio {
		font-size: 11.2px;
	}
}

.item-card-delivery {
	align-items: center;
	background: #41b8d7;
	color: #fff;
	display: flex;
	font-size: 10px; 
	font-weight: 700;
	height: 18px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.item-card-delivery {
		font-size: 14px; 
		height: 30px;
	}
}
.item-card-delivery .icon {
	display: inline-block;
	margin-right: 5px;
	transform: scale(-1, 1);
}

.item-card-share {
	background: #f5f3ef;
	color: #666;
	padding: 5px 0; 
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-share {
		padding: 4.5px 0;
	}
}
.item-card-share__body {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 -5px;
}
.item-card-share__item {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	line-height: 15px; 
	padding: 0 5px;
}
.item-card-share__icon {
	color: #63574a;
	display: inline-block;
	font-size: 15px; 
	margin-right: 3px;
	vertical-align: middle;
}
@media screen and (min-width: 1000px) {
	.item-card-share__icon {
		font-size: 16px;
	}
}
.item-card-share__icon > span {
	vertical-align: top;
}
.item-card-share__icon > img {
	vertical-align: top;
}
.item-card-share__value {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-share__value {
		font-size: 12px;
	}
}
.item-card--pickup.item-card--strong-unit .item-card-share__value {
	color: #666;
}

.item-card-stock-icon {
	align-items: center;
	background: #666;
	border-radius: 50%; 
	color: #f5f3ef;
	display: inline-flex;
	font-size: 10px;
	height: 15px;
	justify-content: center;
	width: 15px;
}
@media screen and (min-width: 1000px) {
	.item-card-stock-icon {
		height: 16px;
		width: 16px;
	}
}

.item-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -9.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__list {
		margin: -40px -15px;
	}
}

.item-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 9.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
		padding: 40px 15px;
	}
}

.item-slider {
	padding: 0 8px; 
	position: relative;
}
@media screen and (min-width: 1000px) {
	.item-slider {
		padding: 0;
	}
}
.item-slider__body {
	overflow: hidden;
}
.item-slider__btn {
	align-items: center;
	display: flex;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 10;
}
.item-slider__btn--left {
	left: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider__btn--left {
		left: 10px;
	}
}
.item-slider__btn--right {
	right: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider__btn--right {
		right: 10px;
	}
}
.item-slider .swiper-container {
	margin: 0 -10px;
}
@media screen and (min-width: 1000px) {
	.item-slider .swiper-container {
		margin: 0 -15px;
	}
}
.item-slider .swiper-slide {
	padding: 0 10px;
}
@media screen and (max-width: 1000px) {
	.item-slider .swiper-slide {
		width: 167.5px;
	}
}
@media screen and (min-width: 1000px) {
	.item-slider .swiper-slide {
		padding: 0 15px; 
		width: 300px;
	}
}

.item-slider-btn {
	display: flex;
	height: 45px;
	overflow: hidden;
	pointer-events: all; 
	position: relative;
	width: 22.5px;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn {
		height: 60px; 
		width: 60px;
	}
}
.item-slider-btn:focus {
	outline: 0 none;
}
.item-slider-btn::before {
	background: rgba(99, 87, 74, .5); 
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn::before {
		border-radius: 50%; 
		width: 100%;
	}
}
.item-slider-btn::after {
	border: 6px solid transparent;
	border-left: 0 none;
	border-right: 9px solid #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-55%); 
	width: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn::after {
		border-bottom-width: 10px;
		border-right-width: 15px;
		border-top-width: 10px;
		transform: translateX(-15%);
	}
}
.is-beginning .item-slider-btn--prev {
	opacity: .2 !important;
}
.is-beginning .item-slider-btn--prev:hover {
	filter: none;
}
.item-slider-btn--next {
	transform: scale(-1, 1);
}
.is-end .item-slider-btn--next {
	opacity: .2 !important;
}
.is-end .item-slider-btn--next:hover {
	filter: none;
}

.date-check {
	background: #faf9f7;
	padding: 13px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 11px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -3.375px 0; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-check__text {
		font-size: 30px;
		line-height: 1.6;
		margin: -.3em 0;
	}
}
.date-check__text .strong {
	color: #d92984;
}
.date-check__text .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .7em;
	}
}
.date-check.js-date-check:not(.is-within) {
	display: none;
}

.main {
	position: relative;
}

.pagetop-holder {
	bottom: 0;
	left: 0;
	pointer-events: none; 
	position: absolute;
	text-align: right;
	width: 100%;
}

.pagetop-container {
	padding-bottom: 10px;
}
body:not(.is-bottom) .pagetop-container {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}

.pagetop {
	border-radius: 50%;
	display: inline-block; 
	pointer-events: all;
}

#tag-content-list, #tag-content-list-ichioshi {
	min-height: 300px;
}

@media screen and (min-width: 1000px) {
	.category--ichioshi .container {
		max-width: 1200px; 
		padding: 0;
	}
}

.category__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.category__head {
		margin-bottom: 50px;
	}
}
.category--ichioshi .category__head {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.category--ichioshi .category__head {
		margin-bottom: 10px;
	}
}
.category__head .content--ranking {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.category__head .content--ranking {
		margin-bottom: 30px;
	}
}

.category__notice {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.category__notice {
		margin-bottom: 30px;
	}
}

.category-head {
	background: #c00;
	background-position: top center;
}
.category--ranking .category-head {
	background: transparent;
}
.category-head .container {
	display: block;
}
.category-head__content {
	align-items: center; 
	display: flex;
	height: 45px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.category-head__content {
		height: 90px;
	}
}
.category--ranking .category-head__content {
	height: auto;
}
.category--category .category-head {
	background: #697a03;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_sp.png");
	background-position: top 15px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--category .category-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--category .category-head {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-category_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.category--category .category-head {
		background-position: top -10px center;
	}
}
.category--ichioshi .category-head {
	background: #cd4312;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_sp.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--ichioshi .category-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--ichioshi .category-head {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/content-head-bg-ichioshi_pc.png");
	}
}
.category--attention .category-head {
	background: #efc342;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_sp.png");
	background-position: top center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--attention .category-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--attention .category-head {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-attention_pc.png");
	}
}
.category--price .category-head {
	background: #1f7aa0;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_sp.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--price .category-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--price .category-head {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/category-head-bg-price_pc.png");
	}
}

.category-notice {
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 30px;
	}
}

.content__head > * {
	font-size: 25px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.content__head > * {
		font-size: 50px;
	}
}
.category--category .content__head > * {
	color: #697a03;
}
.category--ichioshi .content__head > * {
	color: #cd4312;
}
.category--attention .content__head > * {
	color: #b28600;
}
.category--price .content__head > * {
	color: #1f7aa0;
}

.category-head {
	text-align: center;
}

.content-section-more {
	align-items: center;
	background: #63574a;
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	margin: 0 auto; 
	width: 150px;
}
@media screen and (min-width: 1000px) {
	.content-section-more {
		border-radius: 22px;
		font-size: 18px; 
		height: 44px;
		width: 250px;
	}
}
.content-section-more .icon {
	margin-right: .5em;
}

.howto__movie {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.howto__movie {
		margin-bottom: 30px;
	}
	.howto__movie .container {
		max-width: 800px;
	}
}

@media screen and (min-width: 1000px) {
	.howto__thumb .container {
		max-width: 1060px;
	}
}

.howto-movie {
	background: #ccc;
	display: block;
	position: relative;
	width: 100%;
}
.howto-movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.howto-movie > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
.howto-movie video {
	height: 100%; 
	width: 100%;
}

.howto-thumb-list__list {
	display: flex;
	flex-wrap: wrap; 
	margin: -5px;
}

.howto-thumb-list__item {
	box-sizing: border-box;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%; 
	padding: 5px;
}
@media screen and (min-width: 1000px) {
	.howto-thumb-list__item {
		flex-basis: 20%;
		max-width: 20%;
	}
}

.howto-thumb-item {
	background: #ccc; 
	display: block;
	position: relative;
	width: 100%;
}
.howto-thumb-item__holder {
	display: block;
	position: relative;
	width: 100%;
}
.howto-thumb-item__holder::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.howto-thumb-item__holder > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
.howto-thumb-item.is-active .howto-thumb-item__holder > * {
	outline: #db4713 2px inset;
	outline-offset: -2px;
	outline-style: solid;
}
@media screen and (min-width: 1000px) {
	.howto-thumb-item.is-active .howto-thumb-item__holder > * {
		outline-offset: -4px; 
		outline-width: 4px;
	}
}
.howto-thumb-item::before {
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 1000;
}
.howto-thumb-item::after {
	border: transparent 5.5px;
	border-bottom-style: solid;
	border-left: #db4713 8px solid;
	border-top-style: solid;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1001;
}

.movie {
	display: block;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.movie {
		margin: 0 auto; 
		max-width: 800px;
	}
}
.movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
.movie video {
	width: 100%;
}

.mv__img {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.mv__img {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.mv__img .container {
		max-width: 1200px;
	}
}

.mv-img {
	display: block;
	position: relative;
	width: 100%;
}
.mv-img::before {
	content: "";
	display: block;
	padding-top: 33.3333333333%;
}
.mv-img > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv-img {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv-img::before {
		content: "";
		display: block;
		padding-top: 33.3333333333%;
	}
	.mv-img > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}

.mv-catch {
	color: #3d230f;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	margin: -.3em 0; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.mv-catch {
		font-size: 26px;
	}
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 100; 
	src: local(HiraginoSans-W0);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 200; 
	src: local(HiraginoSans-W1);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 300; 
	src: local(HiraginoSans-W2);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 400; 
	src: local(HiraginoSans-W3);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 500; 
	src: local(HiraginoSans-W4);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 600; 
	src: local(HiraginoSans-W5);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 700; 
	src: local(HiraginoSans-W6);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 800; 
	src: local(HiraginoSans-W7);
}

@font-face {
	font-family: "Hiragino Sans";
	font-weight: 900; 
	src: local(HiraginoSans-W8);
}

@font-face {
	font-family: "Hiragino Sans W9";
	font-weight: 900; 
	src: local(HiraginoSans-W9);
}

@media screen and (min-width: 1000px) {
	.nav .container {
		max-width: 1200px;
	}
}

.nav__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.nav__head {
		margin-bottom: 30px;
	}
}
.nav__head > * {
	text-align: center;
}

.nav__category:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.nav__category:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.nav__section > .container {
		max-width: none;
		padding: 0;
	}
}

@media screen and (min-width: 1000px) {
	.nav__section:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.nav-section {
		background: #fff;
		border: #999 1px;
		border-bottom-style: solid;
	}
	.nav__section:first-child .nav-section {
		border-top-style: solid;
	}
	.nav-section__head {
		background: #fff;
		display: block;
		width: 100%;
	}
	.nav-section__list {
		background: #f4f2ef;
	}
}

@media screen and (min-width: 1000px) {
	.nav-section {
		display: flex;
	}
	.nav-section__head {
		flex: 0 0 auto;
		margin-right: 20px;
	}
	.nav-section__head > .container {
		margin: 0; 
		max-width: none;
		padding: 0;
	}
	.nav-section__list {
		align-items: center; 
		display: flex;
		flex: 1 1 auto;
	}
	.nav-section__list > .container {
		margin: 0; 
		max-width: none;
		padding: 0;
	}
}

.nav-section-trigger {
	color: inherit;
	display: block;
	font-family: inherit;
	text-decoration: none;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.nav-section-toggle {
		overflow: hidden;
		transition: max-height .4s;
	}
	.nav-section:not(.is-open) .nav-section-toggle {
		max-height: 0 !important;
	}
}

.nav-section-head-ranking-sp {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 40px;
	padding-left: 10px; 
	position: relative;
	width: 100%;
}
.nav-section-head-ranking-sp .container {
	display: block;
}
.nav-section-head-ranking-sp__icon {
	margin-right: 10px;
}
.nav-section-head-ranking-sp::after {
	bottom: 0;
	color: #db4713;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	height: 1em;
	margin: auto 0;
	margin-left: auto; 
	position: absolute;
	right: 0;
	top: 0;
}
.nav-section.is-open .nav-section-head-ranking-sp::after {
	content: "\f146";
}
@media screen and (min-width: 1000px) {
	.nav-section-head-ranking-sp {
		display: none;
	}
}

.nav-section-head-ranking-pc {
	align-items: center; 
	display: flex;
}
.nav-section-head-ranking-pc__icon {
	flex: 0 0 170px;
	margin-right: 20px;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.nav-section-head-ranking-pc {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.nav-section-head {
		align-items: center;
		color: #3c2410;
		display: flex;
		font-size: 14px;
		font-weight: 700; 
		height: 40px;
		position: relative;
		width: 100%;
	}
	.nav-section-head::before {
		content: "◉";
		margin-right: 5px;
	}
	.nav-section-head::after {
		bottom: 0;
		color: #db4713; 
		content: "\f0fe";
		font-family: "Font Awesome 5 Free";
		font-size: 15px;
		font-weight: 900;
		height: 1em;
		margin: auto 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav-section.is-open .nav-section-head::after {
		content: "\f146";
	}
}

@media screen and (min-width: 1000px) {
	.nav-section-head {
		align-items: center;
		background: #a0884e;
		border-radius: 20px; 
		color: #fff;
		display: flex;
		font-size: 22px;
		font-weight: 700;
		height: 40px;
		justify-content: center;
		width: 170px;
	}
}

.nav-list-wrapper {
	align-items: center; 
	display: flex;
}
@media screen and (max-width: 1000px) {
	.nav-list-wrapper {
		padding: 15px 0;
		padding-left: 10px;
	}
}

.nav-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -3.125px -6.25px;
}
@media screen and (min-width: 1000px) {
	.nav-list__list {
		margin: -6.25px -11px;
	}
}

.nav-list__item {
	padding: 3.125px 6.25px;
}
@media screen and (min-width: 1000px) {
	.nav-list__item {
		align-items: center; 
		display: flex;
		min-height: 40px;
		padding: 6.25px 11px;
	}
}

.nav-item {
	color: #3c2410;
	font-feature-settings: "halt";
	font-size: 11px;
	text-decoration: none; 
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.nav-item {
		font-size: 24px;
		font-weight: 700;
	}
}
.nav-section-head-ranking-pc .nav-item {
	color: #db4713;
}
.nav-item::before {
	content: "◎";
	margin-right: 3px;
}
@media screen and (min-width: 1000px) {
	.nav-item::before {
		margin-right: 10px;
	}
}
.nav-item .text {
	text-decoration: underline;
}

@media screen and (min-width: 1000px) {
	.header .container {
		max-width: 1200px;
		padding: 0;
	}
}

.main {
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_sp.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 50px; 
	position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.main {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.main {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/bg-bottom_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 180px;
	}
}

.separator--mv {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 30px;
	}
}

.separator--ichioshi {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--ichioshi {
		margin-bottom: 50px;
	}
}

.separator--nav {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--nav {
		margin-bottom: 50px;
	}
}

.separator--category-list:not(:last-child), .separator--content-list:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--category-list:not(:last-child), .separator--content-list:not(:last-child) {
		margin-bottom: 100px;
	}
}

.separator--category:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--category:not(:last-child) {
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1000px) {
	.separator--category .container {
		max-width: 1100px;
	}
}

.separator--content:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content:not(:last-child) {
		margin-bottom: 100px;
	}
}

.separator--section:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--section:not(:last-child) {
		margin-bottom: 100px;
	}
}

.separator--sns {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--sns {
		margin-bottom: 100px;
	}
}
.separator--sns .container {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.separator--sns .container {
		max-width: 1060px;
	}
}

.separator--btn {
	margin-top: 135px;
}
@media screen and (min-width: 1000px) {
	.separator--btn {
		margin-top: 425px;
	}
}

.nav-wrapper, .howto-wrapper {
	background: #f3f3f3;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png");
	background-position: top center;
	padding: 20px 0 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.nav-wrapper, .howto-wrapper {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.nav-wrapper, .howto-wrapper {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.nav-wrapper, .howto-wrapper {
		padding: 50px 0;
	}
}

.howto-wrapper {
	background: #f3f3f3;
	background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png");
	background-position: top center;
	padding: 25px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.howto-wrapper {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.howto-wrapper {
		background-image: url("https://www.3ple.jp/feature/3ple/suguuma/img/nav-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.howto-wrapper {
		padding: 50px 0;
	}
}

.sns__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.sns__head {
		margin-bottom: 30px;
	}
}
.sns__head > * {
	text-align: center;
}

.sns__catch {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.sns__catch {
		margin-bottom: 30px;
	}
}
.sns__catch > * {
	text-align: center;
}

.sns__tag {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.sns__tag {
		margin-bottom: 20px;
	}
}

.sns__ownly {
	min-height: 300px;
}
@media screen and (min-width: 1000px) {
	.sns__ownly {
		margin-bottom: -68px;
	}
}

.sns__icon:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.sns__icon:not(:last-child) {
		margin-bottom: 50px;
	}
}

.sns-tag {
	display: flex;
	justify-content: center;
}
.sns-tag__item {
	color: #db4713;
	flex: 0 0 auto;
	font-size: 13px;
}
@media screen and (min-width: 1000px) {
	.sns-tag__item {
		font-size: 24px;
	}
}
.sns-tag__item:not(:last-child) {
	margin-right: 15px;
}
@media screen and (min-width: 1000px) {
	.sns-tag__item:not(:last-child) {
		margin-right: 27px;
	}
}

.sns-icon {
	display: flex;
	justify-content: center;
}
.sns-icon__item {
	flex: 0 0 auto;
}
.sns-icon__item:not(:last-child) {
	margin-right: 50px;
}
@media screen and (min-width: 1000px) {
	.sns-icon__item:not(:last-child) {
		margin-right: 160px;
	}
}
.sns-icon__item a {
	border-radius: 50%; 
	display: block;
}
.sns-icon__item a img {
	width: 100%;
}

.sns-item {
	overflow: hidden;
}
.sns-item__list {
	display: flex;
	flex-wrap: wrap;
	margin: -.5px;
}
@media screen and (min-width: 1000px) {
	.sns-item__list {
		margin: -1px;
	}
}
.sns-item__item {
	box-sizing: border-box;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding: .5px;
}
@media screen and (min-width: 1000px) {
	.sns-item__item {
		flex-basis: 25%;
		max-width: 25%; 
		padding: 1px;
	}
}
.sns-item__item:nth-child(7), .sns-item__item:nth-child(8) {
	display: none;
}
@media screen and (min-width: 1000px) {
	.sns-item__item:nth-child(7), .sns-item__item:nth-child(8) {
		display: block;
	}
}