@font-face {
	font-family: "Local ≈";
	src: local("Noto Sans JP");
}

body {
	color: #000;
	font-family: "A-OTF Futo Go B101 Pr5", "Noto Sans", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.aside {
	background-color: #F8F8F8;
}

.aside__img {
	cursor: pointer;
	max-width: 20.625rem;
	overflow: hidden;
	width: 100%;
}

.aside__logo {
	height: auto;
	width: 100%;
}

.comparison {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
	background-color: #1A1A1A;
	clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
	padding: 3.75rem 0 7.5rem;
}

.comparison__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.90625rem;
}

.comparison__heading {
	align-items: center;
	display: flex;
	margin: 0rem auto auto 0;
	width: calc(100% + 0.90625rem);
}

.comparison__en {
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1875;
	padding-right: 2.5rem;
	white-space: nowrap;
}

.comparison__en span {
	color: #AD0000;
}

.comparison__border {
	border-bottom: solid 1px #fff;
	width: 10rem;
}

.comparison__head {
	margin-top: 2.5rem;
	text-align: center;
}

.comparison__scrap {
	-webkit-clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	background: linear-gradient(90deg, #AD0000 0%, #C60000 50%, #7E0000 100%);
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
	clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	color: #fff;
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0.1875rem 2.5rem;
	text-align: center;
	white-space: nowrap;
}

.comparison__scrap span {
	letter-spacing: 0;
}

.comparison__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-top: 1.25rem;
}

.comparison__title-white {
	font-size: 2.1rem;
	letter-spacing: 0.2em;
	padding-left: 0.3125rem;
}

.comparison__title-red {
	color: #AD0000;
	font-size: 2.1rem;
}

.comparison__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
	text-align: center;
}

.comparison__item {
	background-color: #fff;
	padding: 0.625rem 0 2.73125rem;
	width: 100%;
}

.comparison__explanation {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
	background: linear-gradient(135deg, #181818 0%, #2C2C2C 55%, #000000 100%);
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
	padding: 1.125rem 0rem 2.0625rem;
	text-align: center;
}

.comparison__explanation-text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2272727273;
}

.comparison__rhombus {
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.comparison__rhombus-frame {
	-webkit-clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	align-items: center;
	background: linear-gradient(90deg, #AD0000 0%, #C60000 50%, #7E0000 100%);
	clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	display: flex;
	height: 2.9375rem;
	justify-content: center;
	margin: 1rem auto 0;
	text-align: center;
	width: 89.174%;
}

.comparison__name {
	color: #fff;
	font-size: 1.775rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.comparison__name--second {
	font-size: 1.4375rem;
	letter-spacing: 0em;
	padding-top: 0.125rem;
}

.comparison__vertical-line {
	height: 3.25rem;
	margin: 0.625rem auto 0;
	width: 0.0625rem;
}

.comparison__features {
	align-items: center;
	color: #AD0000;
	display: flex;
	font-size: 1.375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.3636363636;
	margin-top: 0.75rem;
	min-height: 5.625rem;
	text-align: center;
}

.comparison__img {
	margin-top: 1.1875rem;
	overflow: hidden;
	padding: 0 0.84375rem;
	position: relative;
}

.comparison__img img {
	-o-object-fit: cover;
	aspect-ratio: 334/181;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.comparison__img:hover img {
	transform: scale(1.02);
	will-change: transform;
}

.comparison__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 0.29375rem;
}

.comparison__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.comparison__buttons {
	margin-top: 0.625rem;
}

.comparison__button-text + .comparison__button-text {
	margin-top: 0.98125rem;
}

.comparison__button-text {
	align-items: center;
	background-color: #0037A4;
	border: solid 5.38px #0B4FD3;
	box-shadow: 0px 3.22px 6.44px rgba(0, 0, 0, 0.59);
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.29375rem;
	justify-content: center;
	line-height: 2;
	padding: 0.3125rem 0;
	position: relative;
	transition: 0.4s;
	width: 88.899%;
	will-change: transform;
}

.comparison__button-text--black {
	background-color: #000;
	border: solid 5.38px #1B1B1B;
}

.comparison__button-text--second {
	line-height: 1.2222222222;
}

.faq {
	background-color: #E4E9EA;
	padding: 3.75rem 0;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.faq__en {
	color: #AD0000;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1875;
	text-align: center;
}

.faq__en span {
	font-size: 1.6875rem;
}

.faq__title {
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 1.875rem;
	text-align: center;
}

.faq__title span {
	font-size: 1.75rem;
}

.faq__list {
	margin-top: 2.5rem;
}

.faq__item + .faq__item {
	margin-top: 2.5rem;
}

.faq__head {
	border-bottom: solid 1px #000;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.1875rem;
	letter-spacing: 0.1em;
	line-height: 1.35;
	padding-bottom: 1.25rem;
}

.faq__head-en {
	color: #AD0000;
}

.faq__answer {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.fv {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 29.1875rem 0 3.75rem;
	position: relative;
}

.fv__link {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	height: 2.75rem;
	position: absolute;
	right: 0%;
	top: 7.7%;
	width: 12.1875rem;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.fv__flex {
	display: flex;
	flex-direction: column-reverse;
}

.fv__top {
	border-left: solid 0.375rem #AD0000;
	margin-left: 1.1875rem;
	margin-top: 2.5rem;
	padding-bottom: 0.3125rem;
	padding-left: 1.125rem;
	padding-top: 0.3125rem;
}

.fv__text {
	color: #fff;
	font-size: 1.14375rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
}

.fv__remarks {
	color: #fff;
	display: inline-block;
	font-size: 0.91875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.42;
	margin-top: 0.5rem;
}

.fv__bottom {
	margin-left: 1.3125rem;
	margin-top: 1.25rem;
}

.fv__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.fv__title-main {
	color: #fff;
	font-size: 2.8125rem;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 1.2444444444;
}

.fv__title-sub {
	background-color: #0a0a0a;
	color: #fff;
	display: inline-block;
	font-size: 1.53125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin-left: auto;
	margin-top: 1.25rem; /* 予防的に */
	max-width: 100%;
	padding: 1rem 0.9375rem;
}

.fv__title-sub-color {
	color: #D00000;
}

.fv__title-sub-font {
	font-size: 1.3625rem;
}

.header__hamburger {
	background-color: #AD0000;
	border-radius: 0.0625rem;
	padding: 0.65625rem 0.4375rem;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.header__hamburger.is-open {
	background-color: #fff;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: 1.375rem;
}

.header__hamburger.is-open span {
	background-color: #AD0000;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	margin: 0.375rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
	top: 0.375rem;
	transform: rotate(42deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.header__hamburger.is-open span:nth-child(3) {
	top: -0.5rem;
	transform: rotate(-42deg);
}

.headerNav {
	background-color: transparent;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: translateY(-20px); /* 少し上から滑らかに現れる */
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.headerNav.visible {
	opacity: 1;
	transform: translateY(0); /* 元の位置に戻る */
	visibility: visible;
}

.pc-nav__item--nav a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 min(1.5vw, 40px);
}

.headerNav.scrolled {
	height: 4.375rem; /* スクロール時のヘッダー高さ */
	transition: height 0.3s ease; /* スムーズな高さ変更 */
}

.headerNav__inner {
	align-items: center;
	background-color: #000;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	transition: background-color 0.3s ease; /* 背景色が滑らかに変わる */
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 2.125rem;
	transition: top 0.1s ease;
	z-index: 1000;
}

.header.is-fixed {
	top: 0;
}

.header__container {
	align-items: center;
	background-color: transparent;
	display: flex;
	height: inherit;
	height: 3.75rem;
	justify-content: space-between;
	padding: 0 1.25rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__container::after {
	background-color: #fff;
	bottom: 0rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	margin-left: 0.625rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.header__inner.is-scrolled {
	background-color: #000;
}

.header__logo {
	height: 1.8125rem;
	position: relative; /* z-indexをきかせるため */
	width: 10.1875rem;
	z-index: 1000;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.maker {
	background-color: #000;
	padding: 3.75rem 0;
}

.maker__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.maker__en {
	color: #AD0000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1875;
}

.maker__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 1.875rem;
}

.maker__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.maker__tab {
	background: linear-gradient(45deg, #AD0000 0%, #C60000 60%, #7E0000 100%);
	border: solid 1px #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.155rem 0.155rem 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 2;
	padding: 0.375rem 0.875rem;
	text-align: center;
}

/* ▶ PCのみ hover アニメーション（aタグ限定） */

.pagetop {
	align-items: flex-end; /* 子要素を右寄せに */
	bottom: -0.5rem;
	display: none; /* 初期状態で確実に非表示にする */
	flex-direction: column; /* 縦方向に要素を並べる */
	overflow: hidden;
	position: relative;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.pagetop__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.pagetop a {
	display: inline-block; /* リンク領域を画像サイズに限定 */
	transition: 0.5s;
	width: auto; /* 画像のサイズに応じてリンク領域を設定 */
}

.pagetop a:hover {
	opacity: 0.8;
}

.pagetop__img-top {
	height: 100%;
	width: 100%;
}

.pagetop__img-top img {
	border: solid 6px #fff;
	width: 26.5625rem;
}

.pagetop__close {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	z-index: 1100;
}

/* 光のスタイル */

.pagetop {
	overflow: hidden;
}

.pagetop a::before {
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: 100%;
}

/* ホバー時のスタイル */

.pagetop a:hover::before {
	left: 100%;
	top: 0;
}

.pc-nav {
	color: #fff;
	position: relative;
	z-index: 1000;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 min(1.38vw, 25px);
}

.pc-nav__ja {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2;
	position: relative;
}

.pc-nav__ja::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.pc-nav__ja:hover::after {
	width: 100%;
}

.product-button__text {
	align-items: center;
	background-color: #000;
	border: solid 5.38px #1B1B1B;
	box-shadow: 0px 3.22px 6.44px rgba(0, 0, 0, 0.59);
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: 5.1875rem;
	justify-content: center;
	line-height: 1.3333333333;
	padding: 0.6125rem 3.75rem 0.5625rem 0rem;
	position: relative;
	text-align: left;
	transition: 0.4s;
	width: 100%;
	will-change: transform;
}

.product-button__text--shredder {
	font-size: 1.125rem;
}

.product-button__text::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/arrow-beside-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 2.5rem;
	top: 50.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 1.75rem;
}

.product-card-button__text {
	align-items: center;
	background-color: #0037A4;
	border: solid 5.38px #0B4FD3;
	box-shadow: 0px 3.22px 6.44px rgba(0, 0, 0, 0.59);
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.4375rem;
	justify-content: center;
	line-height: 2;
	padding: 0.6125rem 1.875rem 0.5625rem 0;
	position: relative;
	width: 100%;
	will-change: transform;
}

.product-card-button__text--new-guiro {
	font-size: 0.625rem;
}

.product-card-button__text::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/arrow-beside-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.1875rem;
	position: absolute;
	right: 0.625rem;
	top: 50.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 1.1875rem;
}

.product-card__flex {
	background-color: #222222;
	border-bottom: solid 5px #AD0000;
	min-height: 41.25rem;
}

.product-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/216;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-card__sentence {
	color: #fff;
	padding: 1.3125rem 1.25rem 1.875rem;
	position: relative;
	top: -0.0625rem;
}

.product-card__frame {
	align-items: center;
	background-color: #AD0000;
	display: flex;
	height: 3.5rem;
	margin: 0rem auto auto 0;
	padding: 0.5rem 0rem 0.5rem 0.9375rem;
	width: calc(100% + 1.25rem);
}

.product-card__head {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
}

.product-card__head--shredder {
	font-size: 1.125rem;
	line-height: 1.1111111111;
}

.product-card__head--morita-shredder {
	font-size: 1rem;
	line-height: 1.25;
}

.product-card__name {
	border-bottom: solid 0.35px #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1.25rem;
	padding-left: 0.75rem;
	white-space: nowrap;
}

.product-card__name--pan {
	font-size: 0.875rem;
}

.product-card__name--morita-shredder {
	font-size: 0.875rem;
}

.product-card__name span {
	font-size: 1rem;
}

.product-card__name--electric span {
	font-size: 0.875rem;
}

.product-card__name--pan span {
	font-size: 0.75rem;
}

.product-card__name--morita-shredder span {
	font-size: 0.75rem;
}

.product-card__explanation {
	margin-top: 1.25rem;
}

.product-card__dl {
	align-items: flex-start;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3571428571;
}

.product-card__dl + .product-card__dl {
	margin-top: 0.625rem;
}

.product-card__buttons {
	margin-top: 1.875rem;
}

.product-card__buttons--morita-shredder {
	margin-top: 0.875rem;
}

.product-card__source {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 0.29375rem;
}

.product-card__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.product {
	background-color: #E4E9EA;
	margin-top: -3.75rem;
	overflow: hidden;
	padding: 7.125rem 0 3.75rem;
}

.product__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.product__header {
	border-bottom: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.975rem;
	text-align: center;
	width: 100%;
}

.product__heading {
	align-items: center;
	display: flex;
	gap: 1.4375rem;
	justify-content: center;
}

.product__border {
	border-top: solid 1px #000;
	width: 100%;
}

.product__en {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2083333333;
	text-transform: capitalize;
}

.product__title {
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 0.675rem;
}

.product__title-color {
	color: #AD0000;
}

.product__title-font {
	font-size: 1.75rem;
}

.product__list {
	margin-top: 2.8125rem;
}

.product__item + .product__item {
	margin-top: 4rem;
}

.product__icon {
	height: 5.4375rem;
	position: absolute;
	right: 3%;
	top: -4%;
	width: 4.625rem;
}

.product__icon--compressor {
	height: 4.0625rem;
	right: 0%;
	top: -4%;
	width: 3.4375rem;
}

.product__rhombus {
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.product__rhombus-frame {
	-webkit-clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	background: linear-gradient(90deg, #AD0000 0%, #C60000 50%, #7E0000 100%);
	clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	display: inline-block;
	padding: 0.5625rem 0;
	text-align: center;
	width: 100%;
}

.product__rhombus-machine {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	white-space: nowrap;
}

.product__rhombus-machine--shredder,
.product__rhombus-machine--nugget {
	font-size: 1.625rem;
}

.product__explanation {
	border-bottom: solid 1px #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333333333;
	margin-top: 2.29375rem;
	padding-bottom: 1.25rem;
}

.product__explanation--press {
	font-size: 1.5rem;
}

.product__remarks {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.product__card {
	margin-top: 2.5rem;
}

.product__buttons {
	margin-top: 5.625rem;
	text-align: center;
}

.recommend-button__text {
	align-items: center;
	background-color: #0037A4;
	border: solid 5.38px #0B4FD3;
	box-shadow: 0px 3.22px 6.44px rgba(0, 0, 0, 0.59);
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.3375rem;
	justify-content: center;
	line-height: 2;
	padding: 0.3125rem 1.875rem 0.3125rem 0;
	position: relative;
	width: 100%;
	will-change: transform;
}

.recommend-button__text--red {
	background-color: #7E0000;
	border: solid 5.38px #C60000;
}

.recommend-button__text--morita {
	line-height: 1.3333333333;
}

.recommend-button__text::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/arrow-beside-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.45625rem;
	position: absolute;
	right: 1.875rem;
	top: 50.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 1.45625rem;
}

.recommend-button__text--fuji::after {
	right: 1.25rem;
}

.recommend-button__text--red::after {
	right: 1.875rem;
}

.recommend-company__container {
	background-color: #000;
	margin: 0rem auto auto -0.9375rem;
	padding: 2.5rem 0 2.625rem;
	width: calc(100% + 1.875rem);
}

.recommend-company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.recommend-company__flex {
	margin-top: 1.25rem;
}

.recommend-company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 320/214;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recommend-company__info {
	margin-top: 2.5rem;
}

.recommend-company__dl {
	color: #fff;
	display: flex;
}

.recommend-company__dl:not(:first-of-type) {
	margin-top: 1.875rem;
}

.recommend-company__dl:nth-of-type(3) {
	margin-top: 0.75rem;
}

.recommend-company__dl dt {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.875;
	width: 25%;
}

.recommend-company__dl dd {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.875;
	width: 75%;
}

.recommend-company__dl:nth-of-type(2) dd {
	line-height: 1.5;
	position: relative;
	top: 0.125rem;
}

.recommend-company__dl a {
	-webkit-text-decoration: none;
	color: #fff;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.recommend-company__dl a::after {
	background-color: #fff;
	bottom: -0.0625rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0%;
}

.recommend-company__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.recommend-features__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.recommend-features__item {
	background-color: #fff;
	border-bottom: 2.5px solid #AD0000;
	border-top: 2.5px solid #AD0000;
	padding: 1.90625rem 1.25rem;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.recommend-features__label {
	-webkit-clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	background-color: #AD0000;
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	color: #fff;
	display: inline-block;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.2125rem;
	font-weight: 600;
	left: 5.5%;
	letter-spacing: 0.04em;
	line-height: 1.7894736842;
	padding: 0.10625rem 1.9375rem 0.10625rem 0.8125rem;
	position: absolute;
	top: -11%;
}

.recommend-features__title {
	border-bottom: solid 0.83px #AD0000;
	border-top: solid 0.83px #AD0000;
	color: #AD0000;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
	text-align: center;
}

.recommend-features__title--third {
	line-height: 1.1833333333;
	padding: 0.4375rem 0 0.5625rem;
}

.recommend-features__title--text {
	font-size: 1.125rem;
}

.recommend-features__title--height {
	line-height: 1.1833333333;
	padding: 0.525rem 0;
}

.recommend-features__text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.7142857143;
	margin-top: 1.0125rem;
	padding-right: 0.125rem;
}

.recommend-features__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.recommend-product__list {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin-top: 1.875rem;
}

.recommend-product__item {
	width: 100%;
}

.recommend-product__wrapper {
	position: relative;
}

.recommend-product__name {
	background: linear-gradient(to bottom right, #181818 0%, #2C2C2C 55%, #000000 100%);
	bottom: 2.75rem;
	color: #fff;
	display: inline-block;
	font-size: 0.98125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4012738854;
	padding: 0.5rem 1.5625rem;
	position: absolute;
	right: 0;
	text-align: center;
}

.recommend-product__box {
	width: 93.125%;
}

.recommend-product__img img {
	-o-object-fit: cover;
	aspect-ratio: 298/163;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-product__source {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 0.54375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.4137931034;
	margin-top: 0.51875rem;
}

.recommend-product__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-product__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.recommend-title {
	color: #fff;
}

.recommend-title__box {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	gap: 0.625rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.625rem;
}

.recommend-title__jp {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.33em;
	line-height: 1.25;
}

.recommend-title__jp span {
	color: #AD0000;
}

.recommend-title__en {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2;
	text-transform: capitalize;
}

.recommend-works__list {
	margin-top: 1.875rem;
}

.recommend-works__item + .recommend-works__item {
	margin-top: 2.5rem;
}

.recommend-works__label {
	-webkit-clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	background-color: #AD0000;
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	color: #fff;
	display: inline-block;
	font-size: 1.09375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7714285714;
	padding: 0.09375rem 2.875rem 0.0625rem 1.40625rem;
}

.recommend-works__name {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 0.35625rem;
}

.recommend-works__flex {
	margin-top: 0.9875rem;
}

.recommend-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/192;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recommend-works__text {
	border-top: solid 3px #AD0000;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 1.875rem;
	padding-top: 1.25rem;
}

.recommend-works__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.recommend-works__no-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1.875rem;
	padding-left: 0.625rem;
}

.recommend {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.recommend__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend__container {
	background-color: #1A1A1A;
	width: 100%;
}

.recommend__header {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 3.75rem 0;
}

.recommend__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend__en {
	color: #AD0000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1875;
}

.recommend__title {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 1.875rem;
}

.recommend__title span {
	font-size: 2rem;
}

.recommend__subtitle {
	border-left: solid 5px #AD0000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.4375rem 0 0.4375rem 1rem;
}

.recommend__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.recommend__list {
	margin-top: 2.5rem;
}

.recommend__item + .recommend__item {
	margin-top: 3.75rem;
}

.recommend__item {
	background-color: #252525;
	box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.91);
	padding: 2.5rem 0.9375rem 3.75rem;
}

.recommend__box {
	border-bottom: solid 1px #fff;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.recommend__rhombus {
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.recommend__rhombus-frame {
	-webkit-clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	align-items: center;
	background: linear-gradient(90deg, #AD0000 0%, #C60000 50%, #7E0000 100%);
	clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.recommend__rhombus-frame--morita {
	height: 4.25rem;
}

.recommend__name {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	white-space: nowrap;
}

.recommend__name--morita {
	line-height: 1.1666666667;
}

.recommend__remarks {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.35;
	margin: 0.8625rem auto 0;
	text-align: center;
	width: 93%;
}

.recommend__remarks--fuji {
	margin: 1.25rem auto 0;
	width: 100%;
}

.recommend__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.recommend__img {
	margin-top: 1.875rem;
}

.recommend__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/174;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend__source {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 0.625rem;
}

.recommend__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend__features {
	margin-top: 1.75rem;
}

.recommend__product,
.recommend__works {
	margin-top: 3.75rem;
}

.recommend__works {
	padding-bottom: 2.75rem;
}

.recommend__aside {
	background-color: #FEFEFE;
	width: 24.5%;
}

.recommend__company {
	padding-top: 2.5rem;
}

.scroll-top {
	border-radius: 50%;
	bottom: 8.4375rem;
	height: 2.5rem;
	position: fixed;
	right: 0.5rem;
	width: 2.5rem;
	z-index: 9999;
}

.scroll-top img {
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.scroll-top a:hover img {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

.scroll-top a:hover {
	background-color: transparent;
}

.scroll {
	background-color: #111;
	padding: 2.1875rem 0;
}

.scroll__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 77rem;
	padding: 0 1.5625rem;
}

.scroll__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.scroll__item {
	margin: 0;
	transition: transform 0.3s ease;
	width: calc(50% - 0.625rem);
}

.scroll__item a {
	display: block;
	transition: transform 0.3s ease;
}

.scroll__item a:hover,
.scroll__item a:focus {
	transform: translateY(0.3125rem);
}

.scroll__item img {
	-o-object-fit: cover;
	aspect-ratio: 280/170;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.header__sp-nav {
	padding-top: 7.375rem;
}

.header__sp-nav.is-scrolled {
	padding-top: 5rem;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 8887;
}

.overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.sp-nav__logo {
	padding-left: 1.875rem;
}

.sp-nav__logo img {
	height: 1.8125rem;
	width: 10.1875rem;
}

.sp-nav {
	background-color: #AD0000;
	height: 70vh;
	position: fixed;
	right: 0;
	top: 0rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 68%;
	z-index: 8888;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__list {
	height: 100%;
	overflow-y: auto;
	padding: 1.25rem 0.8125rem 2.5rem 1.875rem;
	width: 100%;
}

.sp-nav__list {
	box-sizing: border-box;
}

.sp-nav__item {
	border-bottom: solid 1px #fff;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 1.25rem;
}

.sp-nav__ja {
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
}

.no-scroll {
	overflow: hidden;
}

.product__swiper {
	position: relative;
}

.product__swiper .swiper-button-prev::after,
.product__swiper .swiper-button-next::after {
	display: none;
}

.product__swiper .swiper-button-prev,
.product__swiper .swiper-button-next {
	align-items: center;
	display: flex;
	height: 2.875rem;
	justify-content: center;
	position: absolute;
	top: 106%;
	top: var(--swiper-navigation-top-offset, 106%);
	width: 2.875rem;
	z-index: 10;
}

.product__swiper .swiper-button-prev:hover,
.product__swiper .swiper-button-next:hover {
	opacity: 0.5;
}

.product__swiper .swiper-button-prev img,
.product__swiper .swiper-button-next img {
	height: auto;
	width: 100%;
}

.product__swiper .swiper-button-prev {
	left: 2.6875rem;
	left: var(--swiper-navigation-sides-offset, 2.6875rem);
}

.product__swiper .swiper-button-next {
	right: 2.6875rem;
	right: var(--swiper-navigation-sides-offset, 2.6875rem);
}

.top {
	background-color: #fff;
	color: #011846;
	height: 2.125rem;
	position: relative;
	z-index: 9999;
}

.top-text {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
	line-height: 2;
	padding-bottom: 0.125rem;
	padding-left: 0.6875rem;
	padding-top: 0.25rem;
}

.worries {
	background-color: #1A1A1A;
	padding: 3.75rem 0 0;
	text-align: center;
}

.worries__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.worries__title {
	border-left: solid 3px #AD0000;
	border-right: solid 3px #AD0000;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.3;
	padding: 0 1.25rem;
}

.worries___title-span {
	font-size: 1.5rem;
}

.worries___title-span-font {
	font-size: 1.5rem;
}

.worries__container {
	background-color: #A3A3A3;
	box-shadow: inset 0 0 0.875rem 0 rgba(0, 0, 0, 0.84);
	margin-top: 2.5rem;
	padding: 2.5rem 1.25rem 3.75rem;
}

.worries__remarks {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6428571429;
}

.worries__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 3.0625rem;
	padding: 0 2.3125rem;
}

.worries__item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.worries__head {
	background-color: #fff;
	border-bottom: solid 3px #AD0000;
	border-top: solid 3px #AD0000;
	padding: 2rem 0;
	position: relative;
}

.case-label {
	-webkit-clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	background-color: #AD0000;
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
	color: #fff;
	display: inline-block;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	left: 5.5%;
	letter-spacing: 0.04em;
	line-height: 1.7777777778;
	padding: 0.125rem 2.25rem 0.0625rem 0.9375rem;
	position: absolute;
	top: -18%;
}

.worries__complaints {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3888888889;
}

.worries__complaints span {
	font-size: 1rem;
}

.complaints__img {
	margin: 0.59375rem auto 0;
	width: 62.06%;
}

.complaints__img img {
	-o-object-fit: contain;
	aspect-ratio: 139/164;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.worries__name {
	background: linear-gradient(to right, #181818 0%, #2C2C2C 55%, #000000 100%);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3888888889;
	margin-top: 0.625rem;
	padding: 0.625rem 0 0.5625rem;
}

.worries__name span {
	font-size: 1rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.comparison {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
	padding: 3.75rem 0 11.25rem;
}

.comparison__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.comparison__heading {
	width: 100%;
}

.comparison__en {
	font-size: 2.29375rem;
	line-height: 1.1989100817;
}

.comparison__border {
	width: 12.5rem;
}

.comparison__head {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 0.9375rem;
	text-align: left;
}

.comparison__scrap {
	font-size: 2rem;
	padding: 0.15625rem 3.125rem;
	position: relative;
	top: 0.3125rem;
}

.comparison__title {
	font-size: 2.5rem;
	line-height: 1.425;
	margin-top: 0rem;
}

.comparison__title-white {
	font-size: 3rem;
}

.comparison__title-red {
	font-size: 3rem;
}

.comparison__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.125rem;
	margin-top: 2.75rem;
}

.comparison__item {
	margin: 0;
	max-width: calc(33.3333% - 2.0833333333rem);
}

.comparison__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.comparison__button-text:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-3px);
}

.faq {
	padding: 5rem 0;
}

.faq__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.faq__en {
	font-size: 2.29375rem;
	line-height: 1.1716621253;
	text-align: left;
}

.faq__en span {
	font-size: 2.04375rem;
}

.faq__title {
	font-size: 2.5rem;
	margin-top: 2.375rem;
	text-align: left;
}

.faq__title span {
	font-size: 2.25rem;
}

.faq__list {
	max-width: 61.25rem;
}

.faq__item + .faq__item {
	margin-top: 1.75rem;
}

.faq__head {
	align-items: center;
	gap: 0.3125rem;
	line-height: 2;
	padding-bottom: 0.91875rem;
}

.faq__answer {
	font-size: 1.0625rem;
	letter-spacing: 0.14em;
	line-height: 1.6470588235;
	margin-top: 1.75rem;
	padding-left: 1.125rem;
}

.fv {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg.webp");
	margin-top: -7.1875rem;
	padding-bottom: 4.5rem;
	padding-top: 24.6875rem;
}

.fv__link {
	border-radius: 0.25rem;
	height: 4.9375rem;
	right: 0%;
	top: 7.5%;
	transition: filter 0.4s ease, transform 0.4s ease;
	width: 22.125rem;
}

.fv__link:hover {
	filter: brightness(1.2); /* 明るく */
	transform: scale(0.95); /* 少し拡大 */
}

.fv__link:active {
	filter: brightness(0.9); /* 押したら暗めに */
	transform: scale(0.97); /* 少し縮小 */
}

.fv__inner {
	max-width: 85.625rem;
	padding: 0 1.5625rem;
}

.fv__flex {
	flex-direction: column;
}

.fv__top {
	margin-top: 0rem;
	padding-bottom: 0.53125rem;
	padding-left: 1.5625rem;
	padding-top: 0.53125rem;
}

.fv__text {
	font-size: 1.5625rem;
}

.fv__remarks {
	font-size: 1.25rem;
}

.fv__bottom {
	margin-left: 0rem;
}

.fv__title-main {
	font-size: 5rem;
	letter-spacing: -0.05em;
	line-height: 2;
}

.fv__title-sub {
	font-size: 2.25rem;
	margin-left: 0;
	margin-left: initial;
	margin-top: 0rem;
	padding: 0.5625rem 1.875rem;
}

.fv__title-sub-font {
	font-size: 2rem;
}

.header__hamburger {
	display: none;
}

.header {
	position: static;
	position: initial;
	top: 0;
}

.header__container {
	height: 5.0625rem;
	max-width: 49.6875rem;
	padding-left: 3.75rem;
	padding-right: 1.25rem;
}

.header__container::after {
	bottom: 0.75rem;
	left: 0;
	margin-left: 1.625rem;
	width: 49.6875rem;
}

.header__inner.is-scrolled {
	background-color: transparent;
}

.header__logo {
	height: 2.75rem;
	width: 15.875rem;
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.maker {
	padding: 5rem 0;
}

.maker__inner {
	max-width: 76.875rem;
}

.maker__en {
	font-size: 2.29375rem;
	line-height: 1.1716621253;
}

.maker__title {
	font-size: 2.5rem;
	margin-top: 2.5rem;
}

.maker__tabs {
	gap: 1.1875rem;
	margin-top: 2.5rem;
}

.maker__tab {
	border: solid 2px #fff;
	border-radius: 0.625rem;
	font-size: 1.975rem;
	letter-spacing: 0.06em;
	padding: 0.875rem 2.3125rem;
}

a.maker__tab:hover {
	background: linear-gradient(-45deg, #FF6B6B 0%, #FF8E53 100%);
	box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.35);
	color: #fff;
	transform: translateY(-0.25rem);
	transition: all 0.3s ease;
}

.pagetop {
	bottom: 0;
}

.pagetop__inner {
	max-width: 100%;
}

.pagetop__img-top {
	display: flex;
	justify-content: flex-end; /* 右寄せ */
}

.pagetop__img-top img {
	height: 12.5rem;
	width: 40.625rem;
}

.pagetop__close {
	right: 0.5rem;
	top: 0.5rem;
}

.product-button__text {
	font-size: 1.125rem;
	height: 4rem;
	padding: 0.6125rem 2.5rem 0.5625rem 0;
	text-align: center;
	width: 30.8125rem;
}

.product-button__text--shredder {
	font-size: 1.125rem;
}

.product-button__text::after {
	height: 1.75rem;
	right: 1.625rem;
	width: 1.75rem;
}

.product-button__text:hover {
	box-ow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.product-card-button__text {
	font-size: 1.25rem;
	height: 4rem;
	padding: 0.6125rem 2.5rem 0.5625rem 0;
	transition: 0.4s;
}

.product-card-button__text--new-guiro {
	font-size: 1rem;
}

.product-card-button__text::after {
	height: 1.75rem;
	right: 1.625rem;
	width: 1.75rem;
}

.product-card-button__text:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.product-card__flex {
	align-items: center;
	display: flex;
	gap: 5.175rem;
	justify-content: center;
	min-height: 32.375rem;
	padding: 2.375rem 0;
}

.product-card__img {
	width: 45.98%;
}

.product-card__img img {
	aspect-ratio: 544/406;
}

.product-card__sentence {
	padding: 0;
	right: 0.0625rem;
	top: 0;
	width: 37.1%;
}

.product-card__frame {
	height: 3rem;
	justify-content: center;
	margin: 0;
	margin: initial;
	padding: 0rem;
	text-align: center;
	width: 100%;
}

.product-card__head {
	font-size: 1.25rem;
	line-height: 2;
}

.product-card__head--shredder {
	font-size: 1.125rem;
}

.product-card__head--morita-shredder {
	font-size: 1rem;
}

.product-card__name {
	border-bottom: solid 0.5px #fff;
	font-size: 1.75rem;
	margin-top: 0.59375rem;
	padding-left: 0rem;
}

.product-card__name--pan {
	font-size: 1.25rem;
}

.product-card__name--morita-shredder {
	font-size: 1.25rem;
}

.product-card__name span {
	font-size: 1.75rem;
}

.product-card__name--electric span {
	font-size: 1.5rem;
}

.product-card__name--pan span {
	font-size: 1.25rem;
}

.product-card__name--morita-shredder span {
	font-size: 1.25rem;
}

.product-card__dl {
	font-size: 1rem;
	line-height: 1.625;
}

.product-card__buttons {
	margin-top: 2.5rem;
}

.product-card__buttons--morita-shredder {
	margin-top: 2.5rem;
}

.product-card__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.product {
	margin-top: -7.5rem;
	padding: 12.5rem 0 5.3125rem;
}

.product__inner {
	max-width: 77.0625rem;
}

.product__header {
	padding-bottom: 0.5rem;
	width: 53.875rem;
}

.product__heading {
	gap: 2.9375rem;
}

.product__border {
	width: 19.6875rem;
}

.product__en {
	font-size: 2.29375rem;
	line-height: 1.1989100817;
}

.product__title {
	font-size: 2.5rem;
	line-height: 2;
	margin-top: 0rem;
}

.product__title-font {
	font-size: 2rem;
}

.product__list {
	margin-top: 6.375rem;
}

.product__item + .product__item {
	margin-top: 5.125rem;
}

.product__item {
	position: relative;
}

.product__icon {
	height: 16.625rem;
	right: 0%;
	top: -3%;
	width: 14.0625rem;
}

.product__icon--compressor {
	height: 16.625rem;
	right: 0%;
	top: -3%;
	width: 14.0625rem;
}

.product__sentence {
	max-width: 57.5625rem;
}

.product__rhombus-frame {
	padding: 0.65625rem 4.1875rem;
	width: auto;
	width: initial;
}

.product__rhombus-machine {
	font-size: 2rem;
}

.product__rhombus-machine--shredder,
.product__rhombus-machine--nugget {
	font-size: 2rem;
}

.product__explanation {
	font-size: 2.25rem;
	line-height: 2;
	margin-top: 0.91875rem;
	padding-bottom: 0.55rem;
	padding-left: 4.125rem;
}

.product__explanation--press {
	font-size: 2rem;
}

.product__remarks {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 1.8rem;
	padding-left: 4.125rem;
}

.product__card {
	margin-top: 2rem;
}

.product__buttons {
	margin-top: 2.5rem;
}

.recommend-button__text {
	font-size: 1.125rem;
	height: 4rem;
	transition: 0.4s;
	width: 23.125rem;
}

.recommend-button__text--morita {
	line-height: 1.1666666667;
}

.recommend-button__text::after {
	height: 1.75rem;
	width: 1.75rem;
}

.recommend-button__text--red::after {
	right: 2.75rem;
}

.recommend-button__text:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.recommend-company__container {
	margin: 0rem auto auto -4.375rem;
	padding: 2.5rem 0 4.875rem;
	width: calc(100% + 8.75rem);
}

.recommend-company__inner {
	max-width: 53.8125rem;
	padding: 0 1.5625rem;
}

.recommend-company__flex {
	align-items: center;
	display: flex;
	gap: 3.625rem;
	margin-top: 1.875rem;
}

.recommend-company__map {
	width: 41.308%;
}

.recommend-company__map iframe {
	aspect-ratio: 335/225;
}

.recommend-company__info {
	margin-top: 0rem;
	width: 49.2%;
}

.recommend-company__dl:nth-of-type(3) {
	margin-top: 1.875rem;
}

.recommend-company__dl dt {
	letter-spacing: 0.33em;
}

.recommend-company__dl dd {
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.recommend-company__dl:nth-of-type(2) dd {
	line-height: 1.875;
	top: 0rem;
}

.recommend-company__dl a:hover,
.recommend-company__dl a:focus {
	color: white;
}

.recommend-company__dl a:hover::after,
.recommend-company__dl a:focus::after {
	width: 100%;
}

.recommend-company__buttons {
	align-items: center;
	flex-direction: row;
	gap: 1.9375rem;
	justify-content: center;
}

.recommend-features__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.875rem;
	margin-top: 3.3125rem;
}

.recommend-features__item {
	border-bottom: 3px solid #AD0000;
	border-top: 3px solid #AD0000;
	max-width: calc(50% - 1.4375rem);
	padding: 2.3125rem 1.5rem;
}

.recommend-features__item a {
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recommend-features__item a:hover {
	transform: translateY(-0.5rem);
}

.recommend-features__label {
	font-size: 1.45625rem;
	line-height: 1.7826086957;
	padding: 0.125rem 2.3125rem 0.125rem 0.9375rem;
}

.recommend-features__title {
	border-bottom: solid 1px #AD0000;
	border-top: solid 1px #AD0000;
	font-size: 1.25rem;
	line-height: 2.13;
}

.recommend-features__title--third {
	line-height: 1.28;
	padding: 0.625rem 0;
}

.recommend-features__title--text {
	font-size: 1.125rem;
}

.recommend-features__title--height {
	line-height: 2;
	padding: 0.15625rem 0;
}

.recommend-features__text {
	line-height: 1.8571428571;
	margin-top: 1.25rem;
	padding-right: 0.625rem;
}

.recommend-features__buttons {
	align-items: center;
	flex-direction: row;
	gap: 1.9375rem;
	justify-content: center;
	margin-top: 2.625rem;
}

.recommend-product__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 2.5rem;
	margin-top: 2.4375rem;
	max-width: 48.125rem;
}

.recommend-product__item {
	margin: 0;
	max-width: calc(50% - 1.25rem);
}

.recommend-product__name {
	bottom: 3.25rem;
	font-size: 1.125rem;
	line-height: 1.3888888889;
	padding: 0.5625rem 1.75rem;
}

.recommend-product__box {
	width: 93.46%;
}

.recommend-product__img img {
	aspect-ratio: 341/187;
}

.recommend-product__source {
	font-size: 0.625rem;
	line-height: 2.5;
	margin-top: 0.58125rem;
}

.recommend-product__source-text a:hover,
.recommend-product__source-text a:focus {
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.recommend-product__buttons {
	align-items: center;
	flex-direction: row;
	gap: 1.9375rem;
	justify-content: center;
}

.recommend-title__jp {
	font-size: 1.625rem;
	line-height: 1.1538461538;
}

.recommend-title__en {
	font-size: 1.45625rem;
	line-height: 1.7826086957;
}

.recommend-works__list {
	margin-top: 2.5rem;
}

.recommend-works__item + .recommend-works__item {
	margin-top: 1.8125rem;
}

.recommend-works__box {
	align-items: center;
	display: flex;
	gap: 2.375rem;
}

.recommend-works__label {
	font-size: 1.45625rem;
	line-height: 1.7826086957;
	padding: 0.125rem 4.0625rem 0.125rem 1.875rem;
}

.recommend-works__name {
	margin-top: 0rem;
}

.recommend-works__flex {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.recommend-works__img {
	width: 23.305%;
}

.recommend-works__img img {
	aspect-ratio: 189/114;
}

.recommend-works__text {
	border-left: 5px solid #AD0000;
	border-top: none;
	margin-top: 0rem;
	padding-left: 1.25rem;
	padding-top: 0rem;
	width: 70.655%;
}

.recommend-works__buttons {
	align-items: center;
	flex-direction: row;
	gap: 1.9375rem;
	justify-content: center;
}

.recommend-works__no-text {
	font-size: 1.25rem;
}

.recommend {
	max-width: 90rem;
}

.recommend__inner {
	max-width: 66.875rem;
}

.recommend__container {
	width: 82.41%;
}

.recommend__header {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-bg.webp");
	padding: 4.875rem 0;
	position: relative;
}

.recommend__header-img {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.73);
	height: 31.25rem;
	position: absolute;
	right: 3.5%;
	top: 16%;
	width: 29%;
}

.recommend__heading {
	max-width: 62.5rem;
}

.recommend__en {
	font-size: 2.29375rem;
	line-height: 1.1989100817;
}

.recommend__title {
	font-size: 2.5rem;
	margin-top: 2.625rem;
}

.recommend__title span {
	font-size: 3rem;
}

.recommend__subtitle {
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	padding: 0.75rem 0 0.75rem 1.25rem;
}

.recommend__inner {
	max-width: 62.5625rem;
	padding: 0 1.5625rem;
}

.recommend__list {
	margin-top: 8.3125rem;
}

.recommend__item {
	padding: 3.125rem 0 3.75rem;
}

.recommend__item-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.8125rem;
	padding: 0rem 1.5625rem;
}

.recommend__box {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	padding-bottom: 0.9375rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.recommend__box--morita,
.recommend__box--fuji {
	gap: 2.5rem;
}

.recommend__rhombus-frame {
	height: 3.25rem;
	padding: 0 3.8125rem;
}

.recommend__rhombus-frame--morita {
	height: 3.25rem;
}

.recommend__name {
	font-size: 1.975rem;
}

.recommend__name--morita {
	line-height: 1;
}

.recommend__remarks {
	font-size: 1.375rem;
	line-height: 1.2272727273;
	margin-top: 0rem;
	text-align: left;
	width: 100%;
}

.recommend__remarks--fuji {
	margin-top: 0rem;
}

.recommend__text {
	font-size: 1.25rem;
	line-height: 1.5;
	padding-left: 1.25rem;
	text-align: left;
}

.recommend__img {
	margin: 2.375rem auto 0;
	overflow: hidden;
	position: relative;
	width: 94.945%;
}

.recommend__img img {
	aspect-ratio: 770/418;
	transition: transform 0.4s ease;
}

.recommend__img:hover img {
	transform: scale(1.02);
	will-change: transform;
}

.recommend__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.recommend__works {
	padding-bottom: 3.75rem;
}

.recommend__company {
	padding-top: 3.75rem;
}

.scroll-top {
	bottom: 14.125rem;
	height: 3.75rem;
	right: 2.125rem;
	width: 3.75rem;
}

.scroll-top img {
	height: 3.75rem;
	width: 3.75rem;
}

.scroll__item {
	width: calc(25% - 0.9375rem);
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

.top-text {
	font-size: 1rem;
	padding-bottom: 0.1875rem;
	padding-left: 1.5625rem;
	padding-top: 0.1875rem;
}

.worries {
	padding: 5rem 0 0;
}

.worries__inner {
	max-width: 76.875rem;
}

.worries__title {
	border-left: solid 6px #AD0000;
	border-right: solid 6px #AD0000;
	font-size: 2.5rem;
	line-height: 1.175;
	padding: 0 2.5rem;
}

.worries___title-span {
	font-size: 2.5rem;
}

.worries___title-span-font {
	font-size: 2rem;
}

.worries__container {
	padding: 2.5rem 4.375rem;
}

.worries__remarks {
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.worries__list {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
}

.worries__item {
	max-width: calc(25% - 2.25rem);
}

.worries__item a {
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.worries__item a:hover {
	transform: translateY(-0.5rem);
}

}

@media (min-width: 768px) {

.product__swiper .swiper-button-prev,
.product__swiper .swiper-button-next {
	height: 4.125rem;
	top: 110.5%;
	top: var(--swiper-navigation-top-offset, 110.5%);
	width: 4.125rem;
}

.product__swiper .swiper-button-prev {
	left: 0%;
	left: var(--swiper-navigation-sides-offset, 0%);
}

.product__swiper .swiper-button-next {
	right: 0%;
	right: var(--swiper-navigation-sides-offset, 0%);
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.fv__title-main {
	font-size: 5.5rem;
}

}

@media (min-width: 1400px) {

.product__swiper .swiper-button-prev,
.product__swiper .swiper-button-next {
	top: 50%;
	top: var(--swiper-navigation-top-offset, 50%);
}

.product__swiper .swiper-button-prev {
	left: -8%;
	left: var(--swiper-navigation-sides-offset, -8%);
}

.product__swiper .swiper-button-next {
	right: -8%;
	right: var(--swiper-navigation-sides-offset, -8%);
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


/*# sourceMappingURL=style.css.map */

/* ===== 事例スライダーのナビ矢印（デフォルト無効化 & カスタム表示） ===== */
.product__swiper .swiper-button-prev::after,
.product__swiper .swiper-button-next::after {
  content: none !important;   /* Swiper既定の黒矢印を完全に無効化 */
  display: none !important;
}

.product__swiper .swiper-button-prev,
.product__swiper .swiper-button-next {
  background: transparent !important; /* 既定のグレー背景を消す */
  box-shadow: none !important;
  border: none !important;            /* 余計な枠があれば消す */
  width: 66px;                        /* 画像サイズに合わせて任意で調整 */
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG画像をそのまま見せる */
.product__swiper .swiper-button-prev img,
.product__swiper .swiper-button-next img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: none !important;            /* 万一のフィルタ干渉を無効化 */
  opacity: 1 !important;
}

.recommend-button__text--fuji {
	line-height: 1.1666666667;
}