@charset "UTF-8";
.l-path {
	display: none;
}
.p-path {
	display: block;
}
#rakucho {
	padding-bottom: 70px;
	background: #FFF0E1;
	overflow-x: clip;
}
#rakucho .l-main__inner {
	padding-bottom: 0;
}
#rakucho .main-visual {
	position: relative;
}
#rakucho .main-visual__inner {
	position: relative;
}
#rakucho .main-visual .main-img img {
	width: 100%;
}
#rakucho .main-visual .sub-banner {
	width: 93.8%;
	position: absolute;
	left: 50%;
	bottom: 0.5%;
	transform: translateX(-50%);
}
#rakucho .main-visual .sub-banner a {
	display: block;
	position: relative;
}
#rakucho .main-visual .btn {
	width: 87%;
	position: absolute;
	left: 50%;
	bottom: 14%;
	transform: translateX(-50%);
}
#rakucho .main-visual .btn {
	padding: 6px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	background: #FF9900;
	border-radius: 200px;
	border: 2px solid #FF9900;
}
#rakucho .main-visual .btn .txt {
	padding: 1px 30px 0 5px;
	display: inline-block;
	background: url(/assets/img/common/icon/arrow-01.svg) no-repeat right center / 20px;
}
#rakucho .fixed-bar {
	padding: 5px 20px 5px 21px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
}
#rakucho .fixed-bar .img {
	width: 57px;
	position: absolute;
	left: 9px;
	top: -29px;
	aspect-ratio: 228/200;
	z-index: auto;
}
#rakucho .fixed-bar .img01 {
	z-index: 2;
	user-select: none;
	pointer-events: none;
}
#rakucho .fixed-bar .img .left,
#rakucho .fixed-bar .img .right {
	width: 21%;
	position: absolute;
	top: 50%;
}
#rakucho .fixed-bar .img .left {
	left: 7%;
	z-index: 3;
}
#rakucho .fixed-bar .img .right {
	right: 5%;
	z-index: 3;
}
#rakucho .fixed-bar .btn-list {
	padding: 5px 6px;
	display: flex;
	gap: 4px;
	border-radius: 3px;
	background: #752800;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}
#rakucho .fixed-bar .btn-list li {
	height: 40px;
	flex: 1;
}
#rakucho .fixed-bar .btn-list li a {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #00448D;
}
#rakucho .fixed-bar .btn-list .item02 a {
	border-color: #E02E3B;
}
#rakucho .fixed-bar .btn-list .item03 a {
	border-color: #0F9B54;
}
#rakucho .fixed-bar .btn-list .item01.on a {
	background-color: #00448D;
}
#rakucho .fixed-bar .btn-list .item02.on a {
	background-color: #E02E3B;
}
#rakucho .fixed-bar .btn-list .item03.on a {
	background-color: #0F9B54;
}
#rakucho .fixed-bar .btn-list li.on a img {
	filter: brightness(0) invert(1);
}
#rakucho .heading01 {
	margin-bottom: 20px;
	text-align: center;
}
#rakucho .heading01 img {
	width: auto;
	max-width: 100%;
	max-height: 44px;
}
#rakucho .lead-box {
	padding: 30px 20px 50px;
}
#rakucho .lead-box .heading01 img {
	max-height: 79px;
}
#rakucho .lead-box .intro-list {
	margin: 0 8px 20px;
	padding: 20px 22px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
#rakucho .lead-box .intro-list li {
	border-bottom: 3px dotted #752800;
}
#rakucho .lead-box .intro-list li a {
	padding: 20px 0 27px;
	display: block;
}
#rakucho .lead-box .intro-list li:first-child a {
	padding-top: 0;
}
#rakucho .lead-box .intro-list li:last-child {
	border-bottom: none;
}
#rakucho .lead-box .intro-list li:last-child a {
	padding-bottom: 0;
}
#rakucho .lead-box .intro-list li .image {
	margin-bottom: 20px;
	text-align: center;
}
#rakucho .lead-box .intro-list li .btn {
	margin: 0 auto;
	padding: 10px 23px;
	width: 160px;
	max-width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	border-radius: 50px;
	background: #00448D;
	border: 2px solid #00448D;
}
#rakucho .lead-box .intro-list li .btn::after {
	width: 22px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(/assets/img/products/rakucho/icon01.svg) no-repeat center center / 100%;
	transform: translateY(-50%);
	aspect-ratio: 1;
	content: '';
}
#rakucho .lead-box .intro-list li .btn .txt {
	width: 100%;
	display: block;
}
#rakucho .lead-box .intro-list .item02 .btn {
	border-color: #E02E3B;
	background-color: #E02E3B;
}
#rakucho .lead-box .intro-list .item02 .btn::after {
	background-image: url(/assets/img/products/rakucho/icon02.svg);
}
#rakucho .lead-box .intro-list .item03 .btn {
	background-color: #0F9B54;
	border-color: #0F9B54;
}
#rakucho .lead-box .intro-list .item03 .btn::after {
	background-image: url(/assets/img/products/rakucho/icon03.svg);
}
#rakucho .amazon-btn {
	display: flex;
	justify-content: center;
}
#rakucho .amazon-btn .amazon-btn__inner {
	width: 100%;
	max-width: 315px;
	min-height: 51px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #fff;
	background: #232F3E url(/assets/img/common/icon/arrow-01.svg) no-repeat right 13px center / 20px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
#rakucho .amazon-btn .amazon-btn__inner img {
	width: 159px;
}
#rakucho .content {
	margin: 0 27px;
}
#rakucho .sec .lead-img img {
	width: 100%;
}
#rakucho .lineup {
	padding: 30px 0;
}
#rakucho .lineup .product-box {
	margin-bottom: 42px;
	position: relative;
}
#rakucho .lineup .product-box .list .item {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
#rakucho .lineup .product-box .list .item .product-ttl {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #752800;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	background: url(/assets/img/products/rakucho/line01.png) no-repeat center bottom / 32px;
}
#rakucho .lineup .product-box .list .item .product-image {
	margin-bottom: 15px;
	text-align: center;
}
#rakucho .lineup .product-box .list .item .product-image img {
	width: 100%;
}
#rakucho .lineup .product-box .list .item .size-list {
	padding: 9px 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(255, 153, 0, 0.1);
}
#rakucho .lineup .product-box .list .item .size-list li {
	padding-left: 12px;
	width: 44.7%;
	position: relative;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
#rakucho .lineup .product-box .list .item .size-list li::before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 100%;
	background: #DA4660;
	aspect-ratio: 1;
	content: '';
}
#rakucho .lineup .product-box .slider-prev,
#rakucho .lineup .product-box .slider-next {
	width: 30px;
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	z-index: 1;
}
#rakucho .lineup .product-box .slider-prev {
	left: -14px;
	right: auto;
}
#rakucho .lineup .product-box .slider-next {
	left: auto;
	right: -14px;
}
#rakucho .lineup .product-box .slider-prev::before,
#rakucho .lineup .product-box .slider-prev::after,
#rakucho .lineup .product-box .slider-next::before,
#rakucho .lineup .product-box .slider-next::after {
	display: none;
}
#rakucho .lineup .product-box .slider-prev img,
#rakucho .lineup .product-box .slider-next img {
	width: 100%;
}
#rakucho .lineup .product-box .swiper-pagination {
	bottom: -30px;
}
#rakucho .lineup .product-box .swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
	width: 40px;
	height: 7px;
	background: #D9D9D9;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
}
#rakucho .lineup .product-box .swiper-pagination .swiper-pagination-bullet-active {
	background: #DA4660;
}
#rakucho .features {
	margin-bottom: 30px;
}
#rakucho .features .point-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 19px 0;
}
#rakucho .features .point-box .point-item {
	width: 100%;
}
#rakucho .features .point-box .point-ttl {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #752800;
}
#rakucho .features .point-box .point-ttl01 {
	font-size: 16px;
}
#rakucho .features .point-box .point-ttl .num {
	width: 60px;
	display: block;
	flex-shrink: 0;
}
#rakucho .features .point-box .point-ttl .txt {
	display: block;
}
#rakucho .features .point-box .point-ttl .txt .color {
	color: #DA4660;
}
#rakucho .features .point-box .point-image {
	margin-bottom: 20px;
}
#rakucho .features .point-box .point-image:last-child {
	margin-bottom: 0 !important;
}
#rakucho .features .point-box .point-image img {
	width: 100%;
}
#rakucho .features .point-box p {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
#rakucho .use-box {
	margin-bottom: 30px;
}
#rakucho .use-box .step-list {
	padding: 17px 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 21px 0;
	border-radius: 10px;
	background: #fff;
}
#rakucho .use-box .step-list li {
	width: 100%;
	display: flex;
	gap: 10px;
}
#rakucho .use-box .step-list li .image {
	width: 146px;
	padding-top: 30px;
	position: relative;
}
#rakucho .use-box .step-list li .image img {
	width: 100%;
	border-radius: 5px;
}
#rakucho .use-box .step-list li .image .num {
	width: 52px;
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
}
#rakucho .use-box .step-list li .image .num img {
	border-radius: 0;
}
#rakucho .use-box .step-list li .text-box {
	padding-right: 5px;
	flex: 1;
	align-self: center;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: normal;
}
#rakucho .use-box .step-list li .text-box .ttl {
	color: #752800;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
}
#rakucho .use-box .step-list li .text-box .note {
	margin-top: 9px;
	font-size: 8px;
	font-weight: 400;
	line-height: 1.5;
}
#rakucho .appliances {
	margin-bottom: 30px;
}
#rakucho .appliances .list {
	margin: 0 2px 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 8px;
}
#rakucho .appliances .list li {
	width: calc((100% - 16px) / 3);
	text-align: center;
}
#rakucho .appliances .list li .icon {
	margin-bottom: -15px;
	position: relative;
	z-index: 1;
}
#rakucho .appliances .list li .icon img {
	width: 40px;
}
#rakucho .appliances .list li .image {
	margin-bottom: 4px;
}
#rakucho .appliances .list li p {
	color: #752800;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	font-feature-settings: normal;
}
#rakucho .appliances .list li p .sm {
	font-size: 11px;
	display: inline-block;
}
#rakucho .appliances .list li p .color {
	margin-top: 2px;
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.3;
	color: #DA4660;
}
#rakucho .appliances .list li p sup {
	font-size: 8px;
	font-weight: 400;
	color: #222;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
#rakucho .appliances .text {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 8px;
	font-feature-settings: normal;
	line-height: 1.5;
}
#rakucho .appliances .note-box {
	margin: 10px 2px 0;
	padding: 15px 15px;
	background: #fff;
	border-radius: 5px;
	font-feature-settings: normal;
}
#rakucho .appliances .note-box .note-list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 8px;
	line-height: 1.5;
}
#rakucho .appliances .note-box .note-list li .sub-box {
	margin: 5px 0 5px -1.5em;
	padding-left: 0;
	text-indent: 0;
	padding: 9px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
}
#rakucho .appliances .note-box .note-list li .sub-box .sub-list li {
	padding-left: 9px;
	position: relative;
	text-indent: 0;
}
#rakucho .appliances .note-box .note-list li .sub-box .sub-list li::before {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 100%;
	background: #DA4660;
	content: '';
}
#rakucho .recipe-box {
	margin-bottom: 34px;
}
#rakucho .recipe-box .heading01 img {
	max-height: 58px;
}
#rakucho .recipe-box .recipe-list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#rakucho .recipe-box .recipe-list li {
	width: calc(50% - 5px);
}
#rakucho .recipe-box .recipe-list li .photo {
	margin-bottom: 7px;
}
#rakucho .recipe-box .recipe-list li .photo img {
	width: 100%;
	border-radius: 5px;
}
#rakucho .recipe-box .recipe-list li p {
	padding: 7px;
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	background: #DA4660;
	border-radius: 5px;
}
#rakucho .recipe-box .recipe-list li p::before {
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: -7px;
	background: #DA4660;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: translateX(-50%);
	content: '';
}
#rakucho .more-btn {
	margin: 0 auto;
	max-width: 320px;
}
#rakucho .more-btn a {
	padding: 12px 40px 12px 30px;
	display: block;
	text-align: center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.5;
	background: #FF9900 url(/assets/img/products/rakucho/icon13.svg) no-repeat right 11px center / 23px;
	border: 2px solid #FF9900;
	border-radius: 50px;
}
#rakucho .faq .faq-list {
	display: flex;
	flex-direction: column;
}
#rakucho .faq .faq-list li {
	padding: 18px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	border-bottom: 3px dotted #752800;
}
#rakucho .faq .faq-list li:first-child {
	padding-top: 0;
}
#rakucho .faq .faq-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#rakucho .faq .faq-list li .q-box,
#rakucho .faq .faq-list li .a-box {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: normal;
}
#rakucho .faq .faq-list li .mark {
	padding: 2px 0 0 1px;
	width: 31px;
	display: block;
	flex-shrink: 0;
}
#rakucho .faq .faq-list li .ttl {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	align-self: center;
}
#rakucho .faq .faq-list li .text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	align-self: center;
}
#rakucho .faq .faq-list li .text .sm-text {
	padding-left: 2.8em;
	text-indent: -2.8em;
	display: block;
	font-size: 8px;
}
#rakucho .faq .faq-list li .text .sm-text01 {
	margin-top: 10px;
}
#rakucho .sub-wrap {
	margin-left: -7px;
	margin-right: -7px;
}
#rakucho .shopping {
	margin: 83px 0 0;
}
#rakucho .shopping a {
	padding-bottom: 20px;
	display: block;
	position: relative;
	border-radius: 5px 5px 0 0;
	background: #713A22;
}
#rakucho .shopping .imgtext01 {
	width: 271px;
	position: absolute;
	left: 7px;
	top: -55px;
	z-index: 1;
}
#rakucho .shopping .photo {
	width: 186px;
	position: absolute;
	right: 0;
	top: 18px;
	overflow: hidden;
}
#rakucho .shopping .photo img {
	width: 100%;
	transform: translateX(45px);
}
#rakucho .shopping .name-box {
	padding: 51px 30px 0;
}
#rakucho .shopping .name-box .name {
	margin-bottom: 17px;
}
#rakucho .shopping .name-box .name img {
	width: 159px;
}
#rakucho .shopping .name-box .image {
	width: 187px;
	max-width: 100%;
}
#rakucho .shopping .name-box .image img {
	width: 100%;
}
#rakucho .shopping .price-box {
	margin: -15px 12px 0;
	padding: 31px 10px 41px;
	display: flex;
	justify-content: center;
	gap: 18px;
	background: #fff;
	border-radius: 5px;
}
#rakucho .shopping .price-box .num {
	color: #FF9900;
	font-family: "Playwrite DE SAS", cursive;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
}
#rakucho .shopping .price-box .num span {
	font-size: 30px;
}
#rakucho .shopping .price-box .price {
	display: flex;
	gap: 4px;
}
#rakucho .shopping .price-box .price .imgtext {
	width: 72px;
	max-width: 100%;
	display: block;
}
#rakucho .shopping .price-box .review {
	display: flex;
	gap: 4px;
}
#rakucho .shopping .price-box .review .imgtext {
	width: 76px;
	max-width: 100%;
	display: block;
}
#rakucho .shopping .amazon-btn {
	margin: -28px auto 0;
	width: 88%;
}
#rakucho .shopping .amazon-btn .amazon-btn__inner {
	min-height: 64px;
	background-color: #FF9900;
	background-size: 21px;
	background-position: right 20px center;
}
#rakucho .shopping .amazon-btn .amazon-btn__inner img {
	width: 162px;
}
#rakucho .feedback {
	margin-bottom: 20px;
	padding: 14px 10px 10px;
	border-radius: 0 0 5px 5px;
	background: #F8E4CF;
}
#rakucho .feedback-ttl {
	margin-bottom: 15px;
	text-align: center;
}
#rakucho .feedback-ttl img {
	width: 102px;
}
#rakucho .feedback-list {
	padding: 2px 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: normal;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
#rakucho .feedback-list li {
	padding: 8px 20px 7px;
	width: 100%;
	border-bottom: 3px dotted #E8F2F4;
}
#rakucho .feedback-list li:last-child {
	border-bottom: none;
}
#rakucho .feedback-list li .ttl {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #713A22;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#rakucho .feedback-list li .ttl .icon {
	width: 35px;
	flex-shrink: 0;
	border-radius: 100%;
	background: #FF9900;
}
#rakucho .feedback-list li .ttl .icon img {
	width: 100%;
}
#rakucho .feedback-list li .text {
	text-align: justify;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.6;
}
#rakucho .feedback:last-child {
	margin-bottom: 0 !important;
}
#rakucho .banner {
	margin-bottom: 20px;
}
#rakucho .banner:last-child {
	margin-bottom: 0;
}
#rakucho .banner a {
	display: block;
}
#rakucho .banner a img {
	width: 100%;
}
#rakucho .sec {
	margin-bottom: 50px;
}
#rakucho .sec-cs {
	margin-bottom: 30px;
}
#rakucho .sec-cs .recipe-box .heading01 img {
	max-height: 87px;
}
#rakucho .sec-cs .banner {
	margin-bottom: 33px;
}
#rakucho .sec-kp {
	margin-bottom: 30px;
}
#rakucho .intro {
	padding: 30px 0;
	background: #713A22;
}
#rakucho .intro h2 {
	margin-bottom: 20px;
	text-align: center;
}
#rakucho .intro h2 img {
	width: 315px;
}
#rakucho .intro .image {
	margin-bottom: 20px;
}
#rakucho .intro .image img {
	width: 100%;
	border-radius: 5px;
}
@media all and (max-width: 767px) {
	#rakucho .sec-cs .shopping .photo img {
		transform: translateX(74px);
	}
	#rakucho .sec-cs .shopping .name-box {
		padding: 57px 19px 0;
	}
	#rakucho .sec-cs .shopping .name-box .name {
		margin-bottom: 24px;
	}
	#rakucho .sec-kp .shopping .photo img {
		transform: translateX(0);
	}
	#rakucho .sec-kp .shopping .name-box {
		padding: 50px 23px 0;
	}
	#rakucho .sec-kp .shopping .name-box .name {
		margin-bottom: 13px;
	}
	#rakucho .sec-cs .shopping .photo {
		width: 218px;
		top: 15px;
	}
	#rakucho .sec-cs .shopping .name-box .name img {
		width: 182px;
	}
	#rakucho .sec-cs .shopping .name-box .image {
		margin-left: 10px;
		width: 206px;
	}
	#rakucho .sec-kp .shopping .photo {
		width: 106px;
		top: 16px;
		right: 17px;
	}
	#rakucho .sec-kp .shopping .name-box .name img {
		width: 173px;
	}
	#rakucho .sec-kp .shopping .name-box .image {
		margin-left: 24px;
		width: 124px;
	}
	#rakucho .sec-kp .shopping .price-box {
		margin-top: -20px;
	}
	.l-footer {
		padding-bottom: 90px;
	}
	.c-btnTop {
		bottom: 60px;
	}
}
@media all and (min-width: 768px) {
	#rakucho {
		padding-bottom: 100px;
	}
	#rakucho .main-visual .sub-banner {
		width: 18.75%;
		left: 19.2%;
		bottom: 22.6%;
		transform: translateX(0);
	}
	#rakucho .main-visual .btn {
		width: 100%;
		left: auto;
		bottom: auto;
		bottom: 22.6%;
		transform: none;
		padding: 14px;
		font-size: 22px;
		border-radius: 500px;
		box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	}
	#rakucho .main-visual .btn .txt {
		padding: 1px 43px 0 7px;
		background-size: 28px;
	}
	#rakucho .fixed-bar {
		padding: 0;
		width: 212px;
		left: 10px;
		bottom: 10px;
	}
	#rakucho .fixed-bar .img {
		width: 108px;
		left: 50%;
		transform: translateX(-50%);
		top: -63px;
	}
	#rakucho .fixed-bar .btn-list {
		padding: 10px 9px;
		flex-direction: column;
		gap: 6px;
	}
	#rakucho .fixed-bar .btn-list li {
		width: 100%;
		height: 74px;
		flex: initial;
	}
	#rakucho .fixed-bar .btn-list li img {
		width: auto;
		height: 30px;
	}
	#rakucho .fixed-bar .btn-list .item03 img {
		height: 33px;
	}
	#rakucho .heading01 {
		margin-bottom: 40px;
	}
	#rakucho .heading01 img {
		max-height: 82px;
	}
	#rakucho .lead-box {
		margin: 0 auto;
		padding: 79px 0;
		width: 90%;
		max-width: 1440px;
	}
	#rakucho .lead-box .heading01 img {
		max-height: 82px;
	}
	#rakucho .lead-box .intro-list {
		margin: 0 0 41px;
		padding: 40px 0;
		flex-direction: row;
	}
	#rakucho .lead-box .intro-list li {
		width: 33.33%;
		position: relative;
		border-bottom: none;
	}
	#rakucho .lead-box .intro-list li::after {
		width: auto;
		height: 100%;
		position: absolute;
		right: -3px;
		top: 0;
		box-sizing: border-box;
		border-right: 3px dotted #752800;
		content: '';
	}
	#rakucho .lead-box .intro-list li:nth-child(3n)::after,
	#rakucho .lead-box .intro-list li:last-child::after {
		border-right: none;
	}
	#rakucho .lead-box .intro-list li a {
		width: 100%;
		height: 100%;
		padding: 0 35px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#rakucho .lead-box .intro-list li .image {
		margin-bottom: 29px;
		width: 100%;
		text-align: center;
	}
	#rakucho .lead-box .intro-list li .image img {
		width: 404px;
	}
	#rakucho .lead-box .intro-list li .btn {
		padding: 10px 34px;
		width: 232px;
		height: 58px;
		font-size: 17px;
		letter-spacing: 0.13em;
	}
	#rakucho .lead-box .intro-list li .btn::after {
		width: 32px;
		right: 15px;
	}
	#rakucho .amazon-btn .amazon-btn__inner {
		max-width: 472px;
		min-height: 75px;
		background-size: 30px;
		background-position: right 20px center;
	}
	#rakucho .amazon-btn .amazon-btn__inner img {
		width: 240px;
	}
	#rakucho .amazon-btn .amazon-btn__inner .over {
		display: none;
	}
	#rakucho .content {
		margin: 0 auto;
		width: 90%;
		max-width: 1440px;
	}
	#rakucho .lineup {
		padding: 80px 0;
	}
	#rakucho .lineup .product-box {
		margin-bottom: 40px;
	}
	#rakucho .lineup .product-box .list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	#rakucho .lineup .product-box .list .item {
		width: calc(50% - 10px);
		padding: 30px;
	}
	#rakucho .lineup .product-box .list .item .product-ttl {
		margin-bottom: 32px;
		padding-bottom: 25px;
		font-size: 26px;
		line-height: 1.4;
		background-size: 50px;
	}
	#rakucho .lineup .product-box .list .item .product-image {
		margin: 0 auto 25px;
		max-width: 461px;
	}
	#rakucho .lineup .product-box .list .item .size-list {
		margin: 0 auto;
		max-width: 461px;
		padding: 18px 50px 19px;
	}
	#rakucho .lineup .product-box .list .item .size-list li {
		padding-left: 21px;
		font-size: 18px;
	}
	#rakucho .lineup .product-box .list .item .size-list li::before {
		width: 10px;
		top: 11px;
	}
	#rakucho .lineup .product-box .slider-prev,
	#rakucho .lineup .product-box .slider-next {
		display: none;
	}
	#rakucho .lineup .product-box .swiper-pagination {
		display: none;
	}
	#rakucho .features {
		margin-bottom: 80px;
	}
	#rakucho .features .point-box {
		justify-content: space-between;
		flex-direction: row;
		gap: 40px 0;
	}
	#rakucho .features .point-box .point-item {
		width: calc(50% - 20px);
	}
	#rakucho .features .point-box .point-ttl {
		margin-bottom: 30px;
		gap: 20px;
		font-size: 28px;
	}
	#rakucho .features .point-box .point-ttl01 {
		font-size: 28px;
	}
	#rakucho .features .point-box .point-ttl .num {
		width: 98px;
	}
	#rakucho .features .point-box .point-image {
		margin-bottom: 30px;
	}
	#rakucho .features .point-box p {
		font-size: 18px;
	}
	#rakucho .use-box {
		margin-bottom: 80px;
	}
	#rakucho .use-box .step-list {
		padding: 20px 30px 30px;
		flex-direction: row;
		gap: 31px;
		border-radius: 15px;
	}
	#rakucho .use-box .step-list li {
		width: calc((100% - 62px) / 3);
		flex-direction: column;
		gap: 16px;
	}
	#rakucho .use-box .step-list li .image {
		width: 100%;
		padding-top: 48px;
	}
	#rakucho .use-box .step-list li .image img {
		border-radius: 8px;
		aspect-ratio: 439/160;
		object-fit: cover;
	}
	#rakucho .use-box .step-list li .image .num {
		width: 99px;
		top: 0;
	}
	#rakucho .use-box .step-list li .image .num img {
		border-radius: 0;
		aspect-ratio: initial;
	}
	#rakucho .use-box .step-list li .text-box {
		padding-right: 0;
	}
	#rakucho .use-box .step-list li .text-box .ttl {
		font-size: 18px;
		line-height: 1.4;
	}
	#rakucho .use-box .step-list li .text-box .note {
		margin-top: 13px;
		font-size: 12px;
	}
	#rakucho .appliances {
		margin-bottom: 80px;
	}
	#rakucho .appliances .heading01 {
		margin-bottom: 49px;
	}
	#rakucho .appliances .list {
		margin: 0 auto 62px;
		max-width: 1228px;
		gap: 29px;
	}
	#rakucho .appliances .list li {
		width: calc((100% - 145px) / 6);
	}
	#rakucho .appliances .list li .icon {
		margin-bottom: -26px;
	}
	#rakucho .appliances .list li .icon img {
		width: 72px;
	}
	#rakucho .appliances .list li .image {
		margin-bottom: 9px;
	}
	#rakucho .appliances .list li p {
		font-size: 23px;
	}
	#rakucho .appliances .list li p .sm {
		font-size: 19px;
	}
	#rakucho .appliances .list li p .color {
		margin-top: 2px;
		font-size: 17px;
	}
	#rakucho .appliances .text {
		font-size: 16px;
	}
	#rakucho .appliances .list li p sup {
		font-size: 14px;
	}
	#rakucho .appliances .note-box {
		margin: 40px auto 0;
		padding: 30px;
		max-width: 1228px;
		border-radius: 8px;
	}
	#rakucho .appliances .note-box .note-list li {
		font-size: 16px;
	}
	#rakucho .appliances .note-box .note-list li .sub-box {
		padding: 15px;
		border-radius: 8px;
	}
	#rakucho .appliances .note-box .note-list li .sub-box .sub-list li {
		padding-left: 15px;
	}
	#rakucho .appliances .note-box .note-list li .sub-box .sub-list li::before {
		width: 8px;
		height: 8px;
		top: 8px;
	}
	#rakucho .recipe-box {
		margin-bottom: 80px;
	}
	#rakucho .recipe-box .heading01 img {
		max-height: 106px;
	}
	#rakucho .recipe-box .recipe-list {
		margin-bottom: 40px;
		gap: 21px;
	}
	#rakucho .recipe-box .recipe-list li {
		width: calc((100% - 42px) / 3);
	}
	#rakucho .recipe-box .recipe-list li .photo {
		margin-bottom: 15px;
	}
	#rakucho .recipe-box .recipe-list li .photo img {
		border-radius: 8px;
	}
	#rakucho .recipe-box .recipe-list li p {
		padding: 15px;
		min-height: initial;
		font-size: 18px;
		border-radius: 8px;
	}
	#rakucho .recipe-box .recipe-list li p::before {
		width: 15px;
		height: 15px;
		top: -14px;
	}
	#rakucho .more-btn {
		max-width: 472px;
	}
	#rakucho .more-btn a {
		padding: 17px 40px 17px 30px;
		font-size: 18px;
		background-size: 32px;
		background-position: right 20px center;
	}
	#rakucho .faq .faq-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px 29px;
	}
	#rakucho .faq .faq-list li {
		padding: 0;
		width: calc((100% - 58px) / 3);
		gap: 10px;
		border-bottom: none;
		position: relative;
	}
	#rakucho .faq .faq-list li::after {
		width: auto;
		height: calc(100% - 18px);
		position: absolute;
		right: -16px;
		top: 0;
		box-sizing: border-box;
		border-right: 3px dotted #752800;
		content: '';
	}
	#rakucho .faq .faq-list li:nth-child(3n)::after,
	#rakucho .faq .faq-list li:last-child:after {
		display: none;
	}
	#rakucho .faq .faq-list li .ttl {
		font-size: 18px;
	}
	#rakucho .faq .faq-list li .text {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
	}
	#rakucho .faq .faq-list li .text .sm-text {
		font-size: 14px;
	}
	#rakucho .sub-wrap {
		margin: 0;
	}
	#rakucho .shopping {
		margin: 170px 0 0;
	}
	#rakucho .shopping a {
		padding-bottom: 0;
	}
	#rakucho .shopping .shopping-inner {
		padding: 0 34px 2px 65px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	#rakucho .shopping .imgtext01 {
		width: 368px;
		left: auto;
		right: 63px;
		top: -25px;
		z-index: 2;
	}
	#rakucho .shopping .photo {
		width: 365px;
		right: 490px;
		top: 6px;
	}
	#rakucho .shopping .photo img {
		transform: none;
	}
	#rakucho .shopping .name-box {
		padding: 22px 0 0;
	}
	#rakucho .shopping .name-box .name {
		margin-bottom: 15px;
	}
	#rakucho .shopping .name-box .name img {
		width: auto;
		max-height: 83px;
	}
	#rakucho .sec-fs .shopping .name-box .name img {
		max-height: 98px;
	}
	#rakucho .shopping .name-box .image {
		margin-left: 2px;
		width: 524px;
	}
	#rakucho .shopping .amazon-box {
		width: 435px;
		position: relative;
		z-index: 1;
	}
	#rakucho .shopping .price-box {
		margin: 82px 0 0;
		padding: 41px 10px 69px;
		gap: 28px;
	}
	#rakucho .shopping .price-box .num {
		font-size: 45px;
	}
	#rakucho .shopping .price-box .num span {
		font-size: 40px;
	}
	#rakucho .shopping .price-box .price {
		gap: 8px;
	}
	#rakucho .shopping .price-box .price .imgtext {
		width: 99px;
	}
	#rakucho .shopping .price-box .review {
		gap: 8px;
	}
	#rakucho .shopping .price-box .review .imgtext {
		width: 106px;
	}
	#rakucho .shopping .amazon-btn {
		margin: -51px 10px 0;
		width: auto;
	}
	#rakucho .shopping .amazon-btn .amazon-btn__inner {
		padding-right: 49px;
		min-height: 92px;
		background-color: #FF9900 !important;
		background-size: 37px;
		background-position: right 18px center;
	}
	#rakucho .shopping .amazon-btn .amazon-btn__inner img {
		width: 300px;
	}
	#rakucho .sec-cs .shopping .name-box {
		padding-top: 38px;
		padding-bottom: 4px;
	}
	#rakucho .sec-cs .shopping .photo {
		width: 447px;
		right: 434px;
		top: 24px;
	}
	#rakucho .sec-kp .shopping .name-box {
		padding-top: 38px;
		padding-bottom: 22px;
	}
	#rakucho .sec-kp .shopping .name-box .image {
		margin-left: -5px;
		width: 490px;
	}
	#rakucho .sec-kp .shopping .photo {
		width: 354px;
		right: 500px;
		top: 5px;
	}
	#rakucho .feedback {
		margin-bottom: 100px;
		padding: 19px;
		display: flex;
		align-items: center;
	}
	#rakucho .feedback-ttl {
		margin-bottom: 10px;
		width: 191px;
	}
	#rakucho .feedback-ttl img {
		width: 148px;
	}
	#rakucho .feedback-list {
		margin-left: auto;
		padding: 19px 0 22px;
		width: calc(100% - 208px);
		flex-wrap: wrap;
		flex-direction: row;
		gap: 3px;
	}
	#rakucho .feedback-list li {
		padding: 0 30px 0;
		width: calc((100% - 6px) / 3);
		position: relative;
		border: none;
	}
	#rakucho .feedback-list li::after {
		width: auto;
		height: 100%;
		position: absolute;
		right: -3px;
		top: 0;
		box-sizing: border-box;
		border-right: 3px dotted #E8F2F4;
		content: '';
	}
	#rakucho .feedback-list li:last-child:after,
	#rakucho .feedback-list li:nth-child(3n):after {
		display: none;
	}
	#rakucho .feedback-list li .ttl {
		margin-bottom: 8px;
		gap: 8px;
		font-size: 18px;
		line-height: 1.2;
	}
	#rakucho .feedback-list li .ttl .icon {
		width: 35px;
	}
	#rakucho .feedback-list li .text {
		font-size: 10px;
		text-align: justify;
		line-height: 1.6;
	}
	#rakucho .banner {
		margin: 0 auto 40px;
		width: 960px;
		max-width: 90%;
	}
	#rakucho .banner:last-child {
		margin-bottom: 0;
	}
	#rakucho .sec {
		margin-bottom: 80px;
	}
	#rakucho .sec-cs {
		margin-bottom: 80px;
	}
	#rakucho .sec-cs .recipe-box .heading01 img {
		max-height: 160px;
	}
	#rakucho .sec-cs .banner {
		margin-bottom: 80px;
	}
	#rakucho .sec-kp {
		margin-bottom: 80px;
	}
	#rakucho .intro {
		padding: 80px 0;
	}
	#rakucho .intro h2 {
		margin-bottom: 40px;
	}
	#rakucho .intro h2 img {
		width: 520px;
	}
	#rakucho .intro .image {
		margin: 0 auto 40px;
		width: 600px;
	}
	#rakucho .intro .image img {
		border-radius: 8px;
	}
}
@media all and (hover: hover) and (min-width: 768px) {
	#rakucho .main-visual .sub-banner a:hover .btn {
		background-color: #fff;
		color: #FF9900;
	}
	#rakucho .main-visual .sub-banner a:hover .btn .txt {
		background-image: url(/assets/img/products/rakucho/icon15.svg);
	}
	#rakucho .fixed-bar .btn-list li a:hover {
		background-color: #00448D;
	}
	#rakucho .fixed-bar .btn-list .item02 a:hover {
		background-color: #E02E3B;
	}
	#rakucho .fixed-bar .btn-list .item03 a:hover {
		background-color: #0F9B54;
	}
	#rakucho .fixed-bar .btn-list li a:hover img {
		filter: brightness(0) invert(1);
	}
	#rakucho .lead-box .intro-list li a:hover .btn {
		background-color: #fff;
		color: #00448D;
	}
	#rakucho .lead-box .intro-list li a:hover .btn::after {
		background-image: url(/assets/img/products/rakucho/icon04.svg);
	}
	#rakucho .lead-box .intro-list .item02 a:hover .btn {
		background-color: #fff;
		color: #E02E3B;
	}
	#rakucho .lead-box .intro-list .item02 a:hover .btn::after {
		background-image: url(/assets/img/products/rakucho/icon05.svg);
	}
	#rakucho .lead-box .intro-list .item03 a:hover .btn {
		background-color: #fff;
		color: #0F9B54;
	}
	#rakucho .lead-box .intro-list .item03 a:hover .btn::after {
		background-image: url(/assets/img/products/rakucho/icon06.svg);
	}
	#rakucho .amazon-btn .amazon-btn__inner:hover {
		background-color: #fff;
		border-color: #232F3E;
		background-image: url(/assets/img/products/rakucho/icon07.svg);
	}
	#rakucho .amazon-btn .amazon-btn__inner:hover .normal {
		display: none;
	}
	#rakucho .amazon-btn .amazon-btn__inner:hover .over {
		display: block;
	}
	#rakucho .more-btn a:hover {
		background-color: #fff;
		color: #FF9900;
		background-image: url(/assets/img/products/rakucho/icon14.svg);
	}
	#rakucho .banner a:hover {
		opacity: 0.7;
	}
	#rakucho .shopping .amazon-btn {
		border-radius: 200px;
		background: #fff;
	}
	#rakucho .shopping a:hover .amazon-btn__inner {
		opacity: 0.7;
		border-color: #fff;
		background-color: #FF9900;
		background-image: url(/assets/img/common/icon/arrow-01.svg);
	}
}
@media all and (min-width: 768px)and (max-width: 1919px) {
	#rakucho .main-visual .btn {
		padding: 0.729vw;
		font-size: 1.146vw;
	}
	#rakucho .main-visual .btn .txt {
		padding: 0.052vw 2.24vw 0 0.365vw;
		background-size: 1.458vw;
	}
	#rakucho .fixed-bar {
		width: 11.042vw;
		left: 0.521vw;
		bottom: 0.521vw;
	}
	#rakucho .fixed-bar .img {
		width: 5.625vw;
		left: 50%;
		top: -3.281vw;
	}
	#rakucho .fixed-bar .btn-list {
		padding: 0.521vw 0.469vw;
		gap: 0.313vw;
	}
	#rakucho .fixed-bar .btn-list li {
		height: 3.854vw;
	}
	#rakucho .fixed-bar .btn-list li img {
		height: 1.563vw;
	}
	#rakucho .fixed-bar .btn-list .item03 img {
		height: 1.719vw;
	}
}
@media all and (min-width: 768px)and (max-width: 1500px) {
	#rakucho {
		padding-bottom: 6.667vw;
	}
	#rakucho .heading01 {
		margin-bottom: 2.667vw;
	}
	#rakucho .heading01 img {
		max-height: 5.467vw;
	}
	#rakucho .lead-box {
		padding: 5.267vw 0;
	}
	#rakucho .lead-box .heading01 img {
		max-height: 5.467vw;
	}
	#rakucho .lead-box .intro-list {
		margin: 0 0 2.733vw;
		padding: 2.667vw 0;
	}
	#rakucho .lead-box .intro-list li::after {
		right: -0.2vw;
		border-width: 0.2vw;
	}
	#rakucho .lead-box .intro-list li a {
		padding: 0 2.333vw;
	}
	#rakucho .lead-box .intro-list li .image {
		margin-bottom: 1.933vw;
	}
	#rakucho .lead-box .intro-list li .image img {
		width: 26.933vw;
	}
	#rakucho .lead-box .intro-list li .btn {
		padding: 0.667vw 2.267vw;
		width: 15.467vw;
		height: 3.867vw;
		font-size: 1.133vw;
	}
	#rakucho .lead-box .intro-list li .btn::after {
		width: 2.133vw;
		right: 1vw;
	}
	#rakucho .amazon-btn .amazon-btn__inner {
		max-width: 31.467vw;
		min-height: 5vw;
		background-size: 2vw;
		background-position: right 20px center;
	}
	#rakucho .amazon-btn .amazon-btn__inner img {
		width: 16vw;
	}
	#rakucho .lineup {
		padding: 5.333vw 0;
	}
	#rakucho .lineup .product-box {
		margin-bottom: 2.667vw;
	}
	#rakucho .lineup .product-box .list {
		gap: 1.333vw;
	}
	#rakucho .lineup .product-box .list .item {
		width: calc(50% - 0.68vw);
		padding: 2vw;
	}
	#rakucho .lineup .product-box .list .item .product-ttl {
		margin-bottom: 2.133vw;
		padding-bottom: 1.667vw;
		font-size: 1.733vw;
		background-size: 3.333vw;
	}
	#rakucho .lineup .product-box .list .item .product-image {
		margin-bottom: 1.667vw;
		max-width: 30.733vw;
	}
	#rakucho .lineup .product-box .list .item .size-list {
		max-width: 30.733vw;
		padding: 1.2vw 3.333vw 1.267vw;
	}
	#rakucho .lineup .product-box .list .item .size-list li {
		padding-left: 1.4vw;
		font-size: 1.2vw;
	}
	#rakucho .lineup .product-box .list .item .size-list li::before {
		width: 0.667vw;
		top: 0.733vw;
	}
	#rakucho .features {
		margin-bottom: 5.333vw;
	}
	#rakucho .features .point-box {
		gap: 2.667vw 0;
	}
	#rakucho .features .point-box .point-item {
		width: calc(50% - 1.333vw);
	}
	#rakucho .features .point-box .point-ttl {
		margin-bottom: 2vw;
		gap: 1.333vw;
		font-size: 1.867vw;
	}
	#rakucho .features .point-box .point-ttl01 {
		font-size: 1.867vw;
	}
	#rakucho .features .point-box .point-ttl .num {
		width: 6.533vw;
	}
	#rakucho .features .point-box .point-image {
		margin-bottom: 2vw;
	}
	#rakucho .features .point-box p {
		font-size: 1.2vw;
	}
	#rakucho .use-box {
		margin-bottom: 5.333vw;
	}
	#rakucho .use-box .step-list {
		padding: 1.333vw 2vw 2vw;
		gap: 2.067vw;
		border-radius: 1vw;
	}
	#rakucho .use-box .step-list li {
		width: calc((100% - 4.2vw) / 3);
		gap: 1.067vw;
	}
	#rakucho .use-box .step-list li .image {
		padding-top: 3.2vw;
	}
	#rakucho .use-box .step-list li .image img {
		border-radius: 0.533vw;
	}
	#rakucho .use-box .step-list li .image .num {
		width: 6.6vw;
	}
	#rakucho .use-box .step-list li .text-box .ttl {
		font-size: 1.2vw;
	}
	#rakucho .use-box .step-list li .text-box .note {
		margin-top: 0.867vw;
		font-size: 0.8vw;
	}
	#rakucho .appliances {
		margin-bottom: 5.333vw;
	}
	#rakucho .appliances .heading01 {
		margin-bottom: 3.267vw;
	}
	#rakucho .appliances .list {
		margin-bottom: 4.133vw;
		gap: 1.933vw;
	}
	#rakucho .appliances .list li {
		width: calc((100% - 9.7vw) / 6);
	}
	#rakucho .appliances .list li .icon {
		margin-bottom: -1.733vw;
	}
	#rakucho .appliances .list li .icon img {
		width: 4.8vw;
	}
	#rakucho .appliances .list li .image {
		margin-bottom: 0.6vw;
	}
	#rakucho .appliances .list li p {
		font-size: 1.533vw;
	}
	#rakucho .appliances .list li p .sm {
		font-size: 1.267vw;
	}
	#rakucho .appliances .list li p .color {
		margin-top: 0.133vw;
		font-size: 1.133vw;
	}
	#rakucho .appliances .text {
		font-size: 1.067vw;
	}
	#rakucho .appliances .list li p sup {
		font-size: 0.933vw;
	}
	#rakucho .appliances .note-box {
		margin-top: 2.667vw;
		padding: 2vw;
	}
	#rakucho .appliances .note-box .note-list li {
		font-size: 1.067vw;
	}
	#rakucho .appliances .note-box .note-list li .sub-box {
		padding: 1vw;
	}
	#rakucho .appliances .note-box .note-list li .sub-box .sub-list li {
		padding-left: 1vw;
	}
	#rakucho .appliances .note-box .note-list li .sub-box .sub-list li::before {
		width: 0.533vw;
		height: 0.533vw;
		top: 0.533vw;
	}
	#rakucho .recipe-box {
		margin-bottom: 5.333vw;
	}
	#rakucho .recipe-box .heading01 img {
		max-height: 7.067vw;
	}
	#rakucho .recipe-box .recipe-list {
		margin-bottom: 2.667vw;
		gap: 1.4vw;
	}
	#rakucho .recipe-box .recipe-list li {
		width: calc((100% - 2.85vw) / 3);
	}
	#rakucho .recipe-box .recipe-list li .photo {
		margin-bottom: 1vw;
	}
	#rakucho .recipe-box .recipe-list li .photo img {
		border-radius: 0.533vw;
	}
	#rakucho .recipe-box .recipe-list li p {
		padding: 1vw;
		font-size: 1.2vw;
	}
	#rakucho .recipe-box .recipe-list li p::before {
		width: 1vw;
		height: 1vw;
		top: -0.933vw;
	}
	#rakucho .more-btn {
		max-width: 31.467vw;
	}
	#rakucho .more-btn a {
		padding: 1.133vw 2.667vw 1.133vw 2vw;
		font-size: 1.2vw;
		background-size: 2.133vw;
		background-position: right 20px center;
	}
	#rakucho .faq .faq-list {
		gap: 1.333vw 1.933vw;
	}
	#rakucho .faq .faq-list li {
		width: calc((100% - 3.9vw) / 3);
		gap: 0.667vw;
	}
	#rakucho .faq .faq-list li::after {
		height: calc(100% - 1.2vw);
		right: -1.067vw;
		border-width: 0.2vw;
	}
	#rakucho .faq .faq-list li .ttl {
		font-size: 1.2vw;
	}
	#rakucho .faq .faq-list li .text {
		font-size: 1.067vw;
	}
	#rakucho .faq .faq-list li .text .sm-text {
		font-size: 0.933vw;
	}
	#rakucho .shopping {
		margin: 11.333vw 0 0;
	}
	#rakucho .shopping .shopping-inner {
		padding: 0 2.267vw 0.133vw 2.3vw;
	}
	#rakucho .shopping .imgtext01 {
		width: 24.533vw;
		left: auto;
		right: 4.2vw;
		top: -1.667vw;
		z-index: 2;
	}
	#rakucho .shopping .photo {
		width: 20vw;
		right: 32vw;
		top: 2vw;
	}
	#rakucho .shopping .name-box {
		padding: 1.467vw 0 0;
	}
	#rakucho .shopping .name-box .name {
		margin-bottom: 1vw;
	}
	#rakucho .shopping .name-box .name img {
		width: auto;
		max-height: 5.533vw;
	}
	#rakucho .sec-fs .shopping .name-box .name img {
		max-height: 6.533vw;
	}
	#rakucho .shopping .name-box .image {
		margin-left: 0.133vw;
		width: 34.933vw;
	}
	#rakucho .shopping .amazon-box {
		width: 29vw;
		position: relative;
		z-index: 1;
	}
	#rakucho .shopping .price-box {
		margin: 5.467vw 0 0;
		padding: 2.733vw 0.667vw 4.6vw;
		gap: 1.867vw;
	}
	#rakucho .shopping .price-box .num {
		font-size: 3vw;
	}
	#rakucho .shopping .price-box .num span {
		font-size: 2.667vw;
	}
	#rakucho .shopping .price-box .price {
		gap: 0.533vw;
	}
	#rakucho .shopping .price-box .price .imgtext {
		width: 6.6vw;
	}
	#rakucho .shopping .price-box .review {
		gap: 0.533vw;
	}
	#rakucho .shopping .price-box .review .imgtext {
		width: 7.067vw;
	}
	#rakucho .shopping .amazon-btn {
		margin: -3.4vw 0.667vw 0;
		width: auto;
	}
	#rakucho .shopping .amazon-btn .amazon-btn__inner {
		padding-right: 3.267vw;
		min-height: 6.133vw;
		background-size: 2.467vw;
		background-position: right 1.2vw center;
	}
	#rakucho .shopping .amazon-btn .amazon-btn__inner img {
		width: 20vw;
	}
	#rakucho .sec-cs .shopping .name-box {
		padding-top: 2.533vw;
		padding-bottom: 0.267vw;
	}
	#rakucho .sec-cs .shopping .photo {
		width: 27vw;
		right: 28vw;
		top: 1.6vw;
	}
	#rakucho .sec-kp .shopping .name-box {
		padding-top: 2.533vw;
		padding-bottom: 1.467vw;
	}
	#rakucho .sec-kp .shopping .name-box .image {
		margin-left: -0.333vw;
		width: 32.667vw;
	}
	#rakucho .sec-kp .shopping .photo {
		width: 22vw;
		right: 31.5vw;
		top: 0.333vw;
	}
	#rakucho .feedback {
		margin-bottom: 6.667vw;
		padding: 1.267vw;
	}
	#rakucho .feedback-ttl {
		margin-bottom: 0.667vw;
		width: 12.733vw;
	}
	#rakucho .feedback-ttl img {
		width: 9.867vw;
	}
	#rakucho .feedback-list {
		padding: 1.267vw 0 1.467vw;
		width: calc(100% - 13.867vw);
	}
	#rakucho .feedback-list li {
		padding: 0 2vw;
	}
	#rakucho .feedback-list li .ttl {
		margin-bottom: 0.533vw;
		gap: 0.533vw;
		font-size: 1.2vw;
	}
	#rakucho .feedback-list li .ttl .icon {
		width: 2.333vw;
	}
	#rakucho .banner {
		margin-bottom: 2.667vw;
	}
	#rakucho .sec {
		margin-bottom: 5.333vw;
	}
	#rakucho .sec-cs {
		margin-bottom: 5.333vw;
	}
	#rakucho .sec-cs .recipe-box .heading01 img {
		max-height: 10.667vw;
	}
	#rakucho .sec-cs .banner {
		margin-bottom: 5.333vw;
	}
	#rakucho .sec-kp {
		margin-bottom: 5.333vw;
	}
	#rakucho .intro {
		padding: 5.333vw 0;
	}
	#rakucho .intro h2 {
		margin-bottom: 2.667vw;
	}
	#rakucho .intro h2 img {
		width: 34.667vw;
	}
	#rakucho .intro .image {
		margin: 0 auto 40px;
		width: 40vw;
	}
}