/*----------------------------------------
	reset https://gigaplus.makeshop.jp/lauss/assets/css/style.css
----------------------------------------*/
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	font-size: inherit;
	line-height: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
main,
nav,
menu,
figure,
figcaption {
	display: block;
}

span,
small,
strong,
em,
b,
i {
	color: inherit;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

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

caption,
th {
	text-align: left;
}

input,
select {
	vertical-align: middle;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

q::before,
q::after {
	display: none;
}

/*----------------------------------------
	base
----------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 0.6944444444vw;
}
@media (max-width: 767px) {
	html {
		font-size: 2.3255813953vw;
	}
}
@media (min-width: 1440px) {
	html {
		font-size: 62.5%;
	}
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	color: #343434;
	font-family: 'Sawarabi Gothic', 'Noto Sans JP', 'sans-serif', ui-sans-serif, 'system-ui';
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
}

img {
	width: 100%;
	height: auto;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
}

/*----------------------------------------
	Component
----------------------------------------*/
.btn {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 100vmax;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #c4987d;
}
.btn::after {
	position: absolute;
	content: '';
	background: url('../images/icon_chevron_right.svg') no-repeat center/contain;
}
.btn--sm {
	max-width: 29.2rem;
	padding: 0.75em;
	font-size: 1.4rem;
}
.btn--sm::after {
	right: 2.5rem;
	top: calc(50% - 0.65rem);
	width: 0.9rem;
	height: 1.3rem;
	background-image: url('../images/icon_chevron_right_small.svg');
}
.btn--md {
	max-width: 48rem;
	padding: 1.125em;
	font-size: 2.4rem;
}
.btn--md::after {
	right: 3.7rem;
	top: calc(50% - 1.5rem);
	width: 1.6rem;
	height: 3rem;
}
.btn--lg {
	max-width: 56rem;
	padding: 1em;
	font-size: 3.2rem;
}
.btn--lg::after {
	right: 7rem;
	top: calc(50% - 1.5rem);
	width: 1.6rem;
	height: 3rem;
}

@media (max-width: 767px) {
	.btn--sm {
		max-width: 20rem;
		padding: 0.725em;
		font-size: 1rem;
	}
	.btn--sm::after {
		right: 1.5rem;
		top: calc(50% - 0.55rem);
		width: 0.7rem;
		height: 1.1rem;
	}
	.btn--md {
		max-width: 24rem;
		padding: 1.125em;
		font-size: 1.2rem;
	}
	.btn--md::after {
		right: 2.8rem;
		top: calc(50% - 0.75rem);
		width: 0.8rem;
		height: 1.5rem;
	}
	.btn--lg {
		max-width: 28rem;
		padding: 0.875em;
		font-size: 1.6rem;
	}
	.btn--lg::after {
		right: 2.8rem;
		top: calc(50% - 0.75rem);
		width: 0.8rem;
		height: 1.5rem;
	}
}
/*----------------------------------------
	layout
----------------------------------------*/
.main-contents {
	max-width: 144rem;
	margin-inline: auto;
}

/* message
------------------------------------------------------ */
.message__title {
	width: 104rem;
	margin-inline: auto;
}

.message__body {
	padding: 28rem 0;
	background: url('../images/bg_message_pc.png') center/cover;
}

.message__text {
	max-width: 111rem;
	margin-inline: auto;
	font-size: 3.2rem;
	letter-spacing: 0.16em;
}

@media (max-width: 767px) {
	.message__title {
		width: 32rem;
		margin: 2.8rem auto 3.6rem;
	}
	.message__body {
		padding: 9.8rem 0 7.8rem;
		background-image: url('../images/bg_message_sp.png');
	}
	.message__text {
		max-width: 22.4rem;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.12em;
	}
}
/* accessory
------------------------------------------------------ */
.accessory {
	margin-top: 12.6rem;
}

.accessory__img {
	width: 128rem;
	margin-inline: auto;
}

.accessory__btn {
	margin-top: 16rem;
	text-align: center;
}

@media (max-width: 767px) {
	.accessory {
		margin-top: 3.4rem;
	}
	.accessory__img {
		width: 39rem;
	}
	.accessory__btn {
		margin-top: 8rem;
	}
}
/* point
------------------------------------------------------ */
.point {
	margin-top: 17.6rem;
}

.point__title {
	width: 72rem;
	margin-inline: auto;
}

.point__list {
	margin-top: 6.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 3rem;
}

.point-box {
	width: 43.3rem;
	height: 50.1rem;
	padding-top: 26.3rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.point-box:nth-of-type(1) {
	background-image: url('../images/bg_point_01.png');
}
.point-box:nth-of-type(2) {
	background-image: url('../images/bg_point_02.png');
}
.point-box:nth-of-type(3) {
	background-image: url('../images/bg_point_03.png');
}

.point-box__text {
	max-width: 34rem;
	margin-inline: auto;
	font-size: 1.6rem;
	letter-spacing: 0.16em;
	line-height: 1.5;
}

.point-box__btn {
	margin-top: 2.7rem;
	text-align: center;
}

.point__btn {
	margin-top: 16rem;
	text-align: center;
}

@media (max-width: 767px) {
	.point {
		margin-top: 8rem;
	}
	.point__title {
		width: 24rem;
	}
	.point__list {
		margin-top: 4.8rem;
		display: block;
	}
	.point-box {
		width: 33.9rem;
		height: 39rem;
		padding-top: 19.5rem;
		margin-inline: auto;
	}
	.point-box + .point-box {
		margin-top: 4rem;
	}
	.point-box__text {
		max-width: 24rem;
		font-size: 1.2rem;
		line-height: 2;
	}
	.point-box__btn {
		margin-top: 1.6rem;
	}
	.point__btn {
		margin-top: 8rem;
	}
}
/* item
------------------------------------------------------ */
.item {
	margin-top: 16rem;
}

.item__title {
	width: 64rem;
	margin-inline: auto;
}

.item__list {
	margin-top: 16rem;
	max-width: 108rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7.4rem 11.8rem;
}

.item-box {
	width: 48rem;
}

.item-box__title {
	display: grid;
	place-content: center;
	width: 43.6rem;
	height: 16.9rem;
	background: url('../images/parts_fukidashi.png') no-repeat center/contain;
}
.item-box__title span {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.16em;
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
}

.item-box__img {
	position: relative;
	margin: 2.3rem auto 0;
	padding: 4.8rem 3.6rem;
	width: 43.8rem;
	-webkit-box-shadow: 1px 0.4rem 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 0.4rem 1px 1px rgba(0, 0, 0, 0.25);
}
.item-box__img::after {
	position: absolute;
	content: '';
	width: 20rem;
	height: 6rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.item-box:nth-of-type(1) .item-box__img::after {
	background-image: url('../images/parts_tape_01.png');
}

.item-box:nth-of-type(2) .item-box__img::after,
.item-box:nth-of-type(3) .item-box__img::after {
	background-image: url('../images/parts_tape_02.png');
}

.item-box:nth-of-type(4) .item-box__img::after {
	background-image: url('../images/parts_tape_03.png');
}

.item-box:nth-of-type(1) .item-box__title,
.item-box:nth-of-type(2) .item-box__title {
	margin-left: auto;
	margin-right: -6rem;
}
.item-box:nth-of-type(1) .item-box__img,
.item-box:nth-of-type(2) .item-box__img {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.item-box:nth-of-type(1) .item-box__img::after,
.item-box:nth-of-type(2) .item-box__img::after {
	left: -7.5rem;
	top: 4.3rem;
	-webkit-transform: rotate(-32deg);
	transform: rotate(-32deg);
}

.item-box:nth-of-type(3) .item-box__title,
.item-box:nth-of-type(4) .item-box__title {
	margin-left: -6rem;
	margin-right: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.item-box:nth-of-type(3) .item-box__title span,
.item-box:nth-of-type(4) .item-box__title span {
	-webkit-transform: scaleX(-1) rotate(-7deg);
	transform: scaleX(-1) rotate(-7deg);
}
.item-box:nth-of-type(3) .item-box__img,
.item-box:nth-of-type(4) .item-box__img {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.item-box:nth-of-type(3) .item-box__img::after,
.item-box:nth-of-type(4) .item-box__img::after {
	right: -7.5rem;
	top: 4.3rem;
	-webkit-transform: rotate(32deg);
	transform: rotate(32deg);
}

.item-box__text {
	margin-top: 7rem;
	padding: 2em 0;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.16em;
	background-image: repeating-linear-gradient(
			90deg,
			#343434,
			#343434 8px,
			transparent 8px,
			transparent 16px
		),
		repeating-linear-gradient(90deg, #343434, #343434 8px, transparent 8px, transparent 16px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 1px, 100% 1px;
}

.item-box__btn {
	margin-top: 7.2rem;
}

@media (max-width: 767px) {
	.item {
		margin-top: 8rem;
	}
	.item__title {
		width: 20rem;
	}
	.item__list {
		margin-top: 2.7rem;
		max-width: 100%;
		margin-inline: auto;
		display: block;
	}
	.item-box {
		width: 32.2rem;
		margin-inline: auto;
		display: grid;
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.item-box + .item-box {
		margin-top: 5rem;
	}
	.item-box__title {
		grid-area: title;
		width: 18.6rem;
		height: 7.2rem;
	}
	.item-box__title span {
		font-size: 1.4rem;
	}
	.item-box__img {
		grid-area: img;
		margin: 0 auto;
		padding: 1.9rem 1.4rem 1.8rem;
		width: 16.8rem;
	}
	.item-box__img::after {
		width: 8.4rem;
		height: 2.6rem;
	}
	.item-box:nth-of-type(odd) {
		grid-template-areas: 'title title' 'img text' 'btn btn';
	}
	.item-box:nth-of-type(odd) .item-box__title {
		margin-left: auto;
		margin-right: 0rem;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.item-box:nth-of-type(odd) .item-box__title span {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
	.item-box:nth-of-type(odd) .item-box__img {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.item-box:nth-of-type(odd) .item-box__img::after {
		right: initial;
		left: -3.2rem;
		top: 0.3rem;
		-webkit-transform: rotate(-32deg);
		transform: rotate(-32deg);
	}
	.item-box:nth-of-type(even) {
		grid-template-areas: 'title title' 'text img' 'btn btn';
	}
	.item-box:nth-of-type(even) .item-box__title {
		margin-left: 0rem;
		margin-right: auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	.item-box:nth-of-type(even) .item-box__title span {
		-webkit-transform: scaleX(-1) rotate(-7deg);
		transform: scaleX(-1) rotate(-7deg);
	}
	.item-box:nth-of-type(even) .item-box__img {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	.item-box:nth-of-type(even) .item-box__img::after {
		left: initial;
		right: -3.2rem;
		top: 0.3rem;
		-webkit-transform: rotate(32deg);
		transform: rotate(32deg);
	}
	.item-box__text {
		grid-area: text;
		max-width: 12.8rem;
		margin-top: 2.4rem;
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
	.item-box__btn {
		grid-area: btn;
		margin-top: 2.4rem;
		text-align: center;
	}
}
/* ranking
------------------------------------------------------ */
.ranking {
	margin-top: 16rem;
}

.ranking__title {
	width: 72rem;
	margin-inline: auto;
}

.ranking__list {
	margin-top: 16rem;
	counter-reset: ranking 0;
	max-width: 128rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6.4rem 4rem;
}

.ranking-box a {
	text-decoration: none;
}

.ranking-box__img {
	position: relative;
}
.ranking-box__img img {
	aspect-ratio: 5/4;
	-o-object-fit: cover;
	object-fit: cover;
}
.ranking-box__img::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 8rem;
	display: grid;
	place-content: center;
	counter-increment: ranking 1;
	content: counter(ranking);
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	background: #c4987d;
}

.ranking-box__title {
	margin-top: 1em;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

.ranking-box__text {
	margin-top: 1em;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.ranking-box__price {
	margin-top: 4.9rem;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}
.ranking-box__price span {
	font-size: 1.6rem;
	font-weight: normal;
}

.ranking__btn {
	width: 84rem;
	margin: 7rem auto 15rem;
}
.ranking__btn img {
	display: block;
	-webkit-transform: translateX(5rem);
	transform: translateX(5rem);
}

@media (max-width: 767px) {
	.ranking {
		margin-top: 8rem;
	}
	.ranking__title {
		width: 20rem;
	}
	.ranking__list {
		margin-top: 4rem;
		max-width: 35rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 4.8rem 3rem;
	}
	.ranking-box__img img {
		aspect-ratio: 1/1;
	}
	.ranking-box__img::after {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 2rem;
	}
	.ranking-box__title {
		margin-top: 1rem;
		font-size: 1.2rem;
	}
	.ranking-box__text {
		margin-top: 0.8rem;
		font-size: 1rem;
		line-height: 1.6;
	}
	.ranking-box__price {
		margin-top: 2.4rem;
		font-size: 1.4rem;
	}
	.ranking-box__price span {
		font-size: 1.2rem;
	}
	.ranking__btn {
		width: 29.4rem;
		margin: 1.6rem auto 4rem;
	}
	.ranking__btn img {
		display: block;
		-webkit-transform: translateX(1.5rem);
		transform: translateX(1.5rem);
	}
}
/* footer
------------------------------------------------------ */
.footer {
	display: grid;
	place-content: center;
	height: 16rem;
	background: #c4987d;
}

.footer__logo {
	width: 21.4rem;
}

@media (max-width: 767px) {
	.footer {
		height: 5.6rem;
	}
	.footer__logo {
		width: 6.4rem;
	}
} /*# sourceMappingURL=style.css.map */
