@charset "UTF-8";
html {
	container-type: inline-size;
}
l-recommend {
	position: fixed;
	top: 0;
}
.cleaningtool {
  color: #393939;
		font-size: 16px;
		line-height: 1.5;
}
.section_inner12 {
  width: 1200px;
  margin-inline: auto;
}
.section_inner13 {
  width: 1300px;
  margin-inline: auto;
}
.section_title {
  text-align: center;
}
.section_title:has(.section_title_en) {
  margin-bottom: 30px;
}
.section_title_main {
  font-size: 34px;
  font-weight: 700;
}
.section_title_en {
  color: #DB2232;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_title:has([class*="letter"]) {
  margin-bottom: 55px;
}
.section_title_main[class*="letter"] {
  display: inline-block;
  position: relative;
}
.section_title_main[class*="letter"]::before {
  content: "";
  display: inline-block;
  background: no-repeat center / contain;
  position: absolute;
  left: 100%;
  top: 100%;
  translate: -65% -50%;
}
.section_title_main.letter01::before {
  width: 125px;
  height: 43px;
  background-image: url(text01.png);
}
.section_title_main.letter02::before {
  width: 178px;
  height: 60px;
  background-image: url(text02.png);
}
.section_title_main.letter03::before {
  width: 101px;
  height: 46px;
  background-image: url(text03.png);
}


#lead {
  padding-block: 60px;
}
.lead_text {
  text-align: center;
  font-size: 19px;
	font-weight: 700;
  line-height: 2;
}
#about {
  background: #F2F2F2;
  padding-block: 60px;
}
.about_inner {
  display: flex	;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.about_imgwrap {
  width: 580px;
  position: relative;
}
.about_img {
  position: relative;
}
.about_name {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 4px 12px;
  position: absolute;
  right: 12px;
  bottom: 20px;
}
.about_name_sub {
  font-size: 13px;
  font-weight: 500;
}
.about_name_main {
  font-size: 24px;
  font-weight: 500;
  margin-top: -4px;
}
.about_info {
  background: #DB2232;
  padding: 40px;
  color: #fff;
}
.about_textwrap {
  background: #fff;
	width: min(100%, 900px);
	padding: 50px 40px;
}
.about_catch {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_text {
  margin-bottom: 20px;
}
.about_text p:nth-of-type(n + 2) {
  margin-top: 1em;
}
.about_content {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.about_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 9px 5px;
}
.about_item_num {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #DB2232;
  border-radius: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  padding-bottom: 2px;
}
.about_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.about_item_text {
  width: 100%;
}
.about_link {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.about_link a {
  color: #000;
  text-decoration: underline;
  line-height: 1;
  position: relative;
  margin-left: 12px;
}
.about_link a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: #DB2232;
  clip-path: polygon(20% 0, 0 10%, 60% 50%, 0 90%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  translate: 0 -50%;
}


#nav {
  padding-block: 80px 60px;
}
.nav_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.nav_item {
  width: 263px;
}
.nav_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 0 2px 4px #0003;
  padding-block: 24px 12px;
}
.nav_item a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: #DB2232;
  clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
  margin-top: 18px;
}
.nav_icon {
  width: 40px;
  margin-inline: auto;
  margin-bottom: 16px;
}
.nav_name {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}
.nav_item.red a {
		background: #DB2232;
  border: none;
}
.nav_item.blue a {
		background: #192E67;
  border: none;
}
.nav_item.red a::after {
  background: #fff;
}
.nav_item.red .nav_name,
.nav_item.blue .nav_name {
  color: #fff;
}
#collaboration {
  padding-block: 60px 120px;
}
.collaboration_content {
  display: flex;
  flex-flow: column wrap;
  gap: 110px;
}
.collaboration_item {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
		position: relative;
}
.collaboration_item::before {
  content: "";
  display: inline-block;
	width: max(100cqw, 1300px);
  height: 438px;
  background: #DB2232;
  position: absolute;
  right: 150px;
  bottom: -40px;
}
.collaboration_item:nth-last-of-type(even) {
  flex-direction: row-reverse;
}
.collaboration_item:nth-last-of-type(even)::before {
  right: initial;
		left: 150px;
}
.collaboration_item_slidewrap {
  width: 600px;
		position: relative;
}
.collaboration_item_slidewrap a {
    color: #fff;
}
.collaboration_item_slide {
  margin-bottom: 36px;
}
[data-browse-mode="P"] .collaboration_item_slide:not(.noslide) .swiper {
    overflow: visible;
}
[data-browse-mode="P"] .collaboration_item_slide:not(.noslide) .swiper-slide {
    opacity: 0;
    transition: .15s;
    pointer-events: none;
}
[data-browse-mode="P"] .collaboration_item_slide:not(.noslide) .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: .3s ease-in;
    pointer-events: all;
}

.collaboration_item_slide_nav {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
  margin-top: 30px;
}
.collaboration_item_slide_prev,
.collaboration_item_slide_next {
  display: inline-block;
  width: 54px;
  height: 10px;
  position: relative;
		cursor: pointer;
}
.collaboration_item_slide_prev::before,
.collaboration_item_slide_next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #ffffff;
  border-radius: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  rotate: -42deg;
  translate: 1px 0px;
}
.collaboration_item_slide_prev::after,
.collaboration_item_slide_next::after {
		content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.collaboration_item_slide_next {
		rotate: y 180deg;
}
.collaboration_item_slide .collaboration_item_slide_pager {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  gap: 14px;
}
.collaboration_item_slide .collaboration_item_slide_pager .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 300px;
  opacity: 1;
}
.collaboration_item_slide .collaboration_item_slide_pager .swiper-pagination-bullet-active {
  background: #192E67;
}
.collaboration_item_name {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.collaboration_item_price {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.collaboration_item_price::after {
  content: "円(税込)";
  font-size: 16px;
  margin-left: 3px;
}
[data-browse-mode="P"] .collaboration_item_btn {
    display: none;
}
.collaboration_item_textwrap {
  width: 600px;
  margin-top: 40px;
  position: relative;
  background: #fff;
  padding: 25px 30px;
}

.collaboration_item_point {
  margin-bottom: 20px;
}
.collaboration_item_point_title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.collaboration_item_point_title::before {
  content: "POINT";
  color: #DB2232;
  font-size: 26px;
  margin-right: 4px;
}
.collaboration_item_point_content,
.collaboration_item_use_content {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
}
.collaboration_item_point_item,
.collaboration_item_use_item {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.collaboration_item_point_num,
.collaboration_item_use_num {
  display: flex;
  width: 20px;
  height: 20px;
  background: #DB2232;
  border-radius: 300px;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 0;
}
.collaboration_item_point_text,
.collaboration_item_use_text {
  flex: 1;
  margin-top: -2px;
}
.collaboration_item_point_text .color,
.collaboration_item_use_text .color {
    color: #DB2232;
}
.collaboration_item_use {
  border: 2px solid #DB2232;
  margin-block: 34px 20px;
  padding: 20px;
  padding-top: 0;
}
.collaboration_item_use_title {
  width: 172px;
  text-align: center;
  background: #fff;
  margin-inline: auto;
  color: #DB2232;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  translate: 0 calc(-50% - 2px);
}
.collaboration_item_movie iframe {
  width: 100%;
  aspect-ratio: 112 / 63;
}

#recommend {
  padding-block: 0 80px;
  position: relative;
}
#recommend::before {
  content: "";
  display: inline-block;
  width: 100cqw;
  height: 324px;
  background: #DB2232;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
#recommend .section_inner13 {
  position: relative;
  background: #fff;
  padding: 50px 50px 40px;
}
.recommend_item {
  height: auto;
}
.recommend_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
}
.recommend_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 10px;
}
.recommend_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.recommend_item_rate {
	font-size: 13px;
	line-height: 1;
	position: relative;
	color: #ccc;
	display: inline-block;
}
.recommend_item_rate::before {
  content: "★★★★★";
  display: inline-block;
  width: calc(20% * var(--score));
  white-space: nowrap;
  overflow: hidden;
	color: #DBB622;
  position: absolute;
}
.recommend_item_rate[score="3"],.recommend_item_rate[score="3.0"] {--score:3;}
.recommend_item_rate[score="31"],.recommend_item_rate[score="3.1"] {--score:3.1;}
.recommend_item_rate[score="32"],.recommend_item_rate[score="3.2"] {--score:3.2;}
.recommend_item_rate[score="33"],.recommend_item_rate[score="3.3"] {--score:3.3;}
.recommend_item_rate[score="34"],.recommend_item_rate[score="3.4"] {--score:3.4;}
.recommend_item_rate[score="35"],.recommend_item_rate[score="3.5"] {--score:3.5;}
.recommend_item_rate[score="36"],.recommend_item_rate[score="3.6"] {--score:3.6;}
.recommend_item_rate[score="37"],.recommend_item_rate[score="3.7"] {--score:3.7;}
.recommend_item_rate[score="38"],.recommend_item_rate[score="3.8"] {--score:3.8;}
.recommend_item_rate[score="39"],.recommend_item_rate[score="3.9"] {--score:3.9;}
.recommend_item_rate[score="4"],.recommend_item_rate[score="4.0"] {--score:4;}
.recommend_item_rate[score="41"],.recommend_item_rate[score="4.1"] {--score:4.1;}
.recommend_item_rate[score="42"],.recommend_item_rate[score="4.2"] {--score:4.2;}
.recommend_item_rate[score="43"],.recommend_item_rate[score="4.3"] {--score:4.3;}
.recommend_item_rate[score="44"],.recommend_item_rate[score="4.4"] {--score:4.4;}
.recommend_item_rate[score="45"],.recommend_item_rate[score="4.5"] {--score:4.5;}
.recommend_item_rate[score="46"],.recommend_item_rate[score="4.6"] {--score:4.6;}
.recommend_item_rate[score="47"],.recommend_item_rate[score="4.7"] {--score:4.7;}
.recommend_item_rate[score="48"],.recommend_item_rate[score="4.8"] {--score:4.8;}
.recommend_item_rate[score="49"],.recommend_item_rate[score="4.9"] {--score:4.9;}
.recommend_item_rate[score="5"],.recommend_item_rate[score="5.0"] {--score:5;}
.recommend_item_rate[score="0"],.recommend_item_rate[score=""] {opacity: 0;}

.recommend_item_rate::after {
  content: "（" attr(count) "）" ;
  color: #333;
	position: absolute;
	left: 100%;
	top: 50%;
	translate: 0 -50%;
	width: 90px;
}
.recommend_item_brand {
  color: #8DCEF3;
  font-size: 12px;
}
.recommend_item_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.recommend_item_price {
  font-size: 18px;
  margin-bottom: 8px;
}
.recommend_item_price::before {
  content: "￥";
}
.recommend_item_price::after {
  content: "（税込）";
  font-size: 12px;
}
.recommend_item_comment {
  background: #FFEBEC;
  border-radius: 6px;
  padding: 15px;
  color: #DB2232;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.recommend_item_comment::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 10px;
  background: #FFEBEC;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  left: 50%;
  bottom: 100%;
  translate: -50% 2px;
}
.recommend_content .swiper {
  margin-bottom: 30px;
}
.recommend_content_bar {
  width: 100%;
  height: 4px;
  background: #F2F2F2;
		cursor: pointer;
}
.recommend_content_bar .swiper-scrollbar-drag {
  background: #192E67;
  border-radius: 300px;
}


#img {
  width: 100cqw;
  height: 500px;
  background: url(img02.png) no-repeat center / auto 100%,linear-gradient(90deg, #f0f2f5 50%, #fafafb 50%);
  position: relative;
}
.img_title {
    width: 896px;
    margin-inline: auto;
    padding-top: 122px;
}
.img_title img {
    width: 300px;
}
.nami {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  filter: drop-shadow(0 0 10px #0003);
}
.nami::before, .nami::after {
  content: "";
  display: inline-block;
  width: 102%;
  height: 130px;
  clip-path: shape(from 0 64%, smooth to 50% 43% with 18% -23%, smooth to 100% 0% with 98% 10%, line to 100% 100%, line to 0 100%, close);
  position: absolute;
  left: -1%;
}
.nami::before {
  background: #fff;
  opacity: .8;
  bottom: 17px;
}
.nami::after {
  /*background: #E6F6FF;*/
  background: #fff;
  bottom: -1px;
}
#ranking {
  padding-block: 60px 200px;
  background: #E6F6FF;
  position: relative;
}
#ranking {
    display: none;
}
#ranking::before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 130px;
  background: #fff;
  clip-path: shape(from 0 64%, smooth to 50% 43% with 18% -23%, smooth to 100% 0% with 98% 10%, line to 100% 100%, line to 0 100%, close);
  position: absolute;
  left: -1%;
  bottom: 0;
}
.ranking_content .swiper-button-next {
  display: none;
}
.ranking_content .swiper-button-prev {
  display: inline-block;
  width: 100%;
  height: 4px;
  margin-top: 40px;
  background: #fff;
  border-radius: 300px;
  position: relative;
  inset: initial;;
  z-index: 1;
}
.ranking_content .swiper-button-prev:after {
		display: none;
}
.ranking_content .swiper-button-prev .swiper-scrollbar-drag {
  background: #84C5EB;
  border-radius: 300px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  left: 10px;
  top: 10px;
}

.new_content .block-thumbnail-t--goods .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image img,
.new_content .block-thumbnail-t--goods .block-thumbnail-t--goods-image img {
  width: 100%;
  height: 100% !important;
		max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.block-ranking-lightningrecommend .block-ranking-r--goods-name {
  text-align: left;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-name a {
  color: #000;
  font-size: 16px;
		font-weight: 700;
}
.block-ranking-lightningrecommend .variation-name {
  display: none;
}
.block-ranking-lightningrecommend .block-ranking-r--price-infos .block-ranking-r--price {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.block-ranking-lightningrecommend .block-ranking-r--goods {
  display: flex;
  flex-flow: column wrap;
  height: auto;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-description {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
}
.block-ranking-lightningrecommend .block-ranking-r--price-infos {
  margin-top: auto;
}


#category {
	position: relative;
	background: #fff;
}
.category_head {
  padding-block: 60px 80px;
}
.category_nav {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.category_nav_item {
  width: 224px;
}
.category_nav_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px #0003;
}
.category_nav_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 56 / 25;
}
.category_nav_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.category_nav_item_name {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #E6F6FF;
  color: #000;
  font-weight: 500;
}
.category_section {
  padding-block: 80px;
  border-top: 3px dotted #B7B7B7;
}
.section_title:has(.category_section_title) {
  margin-bottom: 40px;
}
.category_section_title {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: 700;
}
.category_section_title::before,
.category_section_title::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  border-left: 2px solid #8DCEF3;
  border-top: 2px solid #8DCEF3;
  position: absolute;
}
.category_section_title::before {
  right: calc(100% + 20px);
  top: 0;
}
.category_section_title::after {
  left: calc(100% + 20px);
  bottom: 0;
		rotate: 180deg;
}
.category_section_content {
  margin-bottom: 30px;
}
.category_section_content .swiper {
  padding-inline: 20px;
  padding-bottom: 40px;
}
.category_section_content .swiper-wrapper {
  align-items: stretch;
}
.category_section_item {
  height: auto;
}
.category_section_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px #0003;
  padding-bottom: 30px;
  color: #000;
  position: relative;
}
.category_section_item_tag {
  background: #34659C;
  padding: 4px;
  width: 110px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.category_section_item_tag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(icon05.png) no-repeat center / contain;
}
.category_section_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 10px;
}
.category_section_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.category_section_item_name {
  padding-inline: 15px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.category_section_item_price {
  padding-inline: 15px;
  margin-bottom: 12px;
  text-align: right;
}
.category_section_item_price::before {
  content: "￥";
}
.category_section_item_price::after {
  content: "（税込）";
  font-size: 12px;
}
.category_section_item_comment {
  padding-inline: 15px;
  font-size: 13px;
  font-weight: 500;
}
.category_section_slide_bar {
  width: 100%;
  height: 4px;
  background: #F2F2F2;
		cursor: pointer;
}
.category_section_slide_bar .swiper-scrollbar-drag {
  background: #84C5EB;
  border-radius: 300px;
}
.category_section_btn {
	display: none;
}
.category_section_btn a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: min(100%, 400px);
  margin-inline: auto;
  padding-block: 10px;
  background: #6BBBE8;
  background: linear-gradient(90deg, #6bbbe8 0%, #31a3e3 100%);
  border-radius: 300px;
  box-shadow: 0 2px 4px #0003;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}
.category_section_btn a::before {
  content: "";
  display: inline;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 300px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.category_section_btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: #37A5E3;
  clip-path: shape(from 52% 50%, line to 12% 76%, arc to 28% 94% of 13% 8%, line to 88% 56%, arc to 85% 44% of 10% 8%, line to 28% 6%, arc to 12% 24% of 13% 8%);
  position: absolute;
  right: 27px;
  top: 50%;
  translate: 0 -50%;
}



#brand {
  padding-block: 80px;
  background: #E6F6FF;
}
.brand_content {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.brand_item {
  width: calc(25% - 15px);
}
.brand_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px #0003;
  padding: 16px 10px;
		color: #000;
}
.brand_item_img {
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDCDC;
}
.brand_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.brand_item_name {
  padding-inline: 14px;
  font-size: 11px;
}

#cleaningtips {
  padding-block: 80px;
  background: #DB2232;
}
#cleaningtips .section_title_main {
  color: #fff;
}
#cleaningtips .section_title_en {
  color: #F08F98;
}
.cleaningtips_content {
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}
.cleaningtips_wrap {
  background: #fff;
  padding: 24px 70px 30px;
}
.cleaningtips_wrap_title {
  color: #192E67;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #192E67;
  font-size: 22px;
  font-weight: 700;
}
.cleaningtips_wrap_content {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.cleaningtips_item dt {
  padding: 9px 50px 9px 10px;
  background: #4E4E4E;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.cleaningtips_item dt {
  padding: 9px 50px 9px 10px;
  background: #4E4E4E;
  color: #fff;
  font-weight: 700;
  position: relative;
		cursor: pointer;
}
.cleaningtips_movie {
  text-align: center;
  margin-block: 10px 20px;
}
.cleaningtips_movie iframe {
  width: min(100%, 540px);
  aspect-ratio: 112 / 63;
}
.cleaningtips_item dd {
		padding: 10px;
  display: none;
}
.cleaningtips_item dt::before, .cleaningtips_item dt::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 300px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0% -50%;
  transition: .3s;
}
.cleaningtips_item dt:not(.is-active)::before {
  rotate: 90deg;
}




#koteinav {
	display: none;
}
#koteinav {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 5;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    width: calc(100% - 96px);
    height: 50px;
}
.koteinav_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}
.koteinav_item {
    width: 25%;
    height: 100%;
}
.koteinav_item a {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: max(100%, 50px);
    position: relative;
}
.koteinav_item:nth-of-type(n + 2) a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 33px;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}
.koteinav_icon {
    width: 16px;
    display: flex;
}
.koteinav_name {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}
.koteinav_name span {
    display: inline-block;
}



.wrapper {
	overflow: clip;
}
#toallbtn {
	width: 100%;
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding-block: 30px;
}
#toallbtn a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: min(80cqw, 480px);
	margin-inline: auto;
	padding-block: 16px;
	background: #6BBBE8;
	background: linear-gradient(90deg, #6bbbe8 0%, #31a3e3 100%);
	border-radius: 300px;
	box-shadow: 0 2px 4px #0003;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
#toallbtn a::before {
	content: "";
	display: inline;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 300px;
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0 -50%;
}
#toallbtn a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: #37A5E3;
	clip-path: shape(from 52% 50%, line to 12% 76%, arc to 28% 94% of 13% 8%, line to 88% 56%, arc to 85% 44% of 10% 8%, line to 28% 6%, arc to 12% 24% of 13% 8%);
	position: absolute;
	right: 27px;
	top: 50%;
	translate: 0 -50%;
}


[data-browse-mode="S"] .section_inner12,
[data-browse-mode="S"] .section_inner13 {
  width: 100%;
}
[data-browse-mode="S"] .section_title:has(.section_title_en) {
  margin-bottom: 20px;
}
[data-browse-mode="S"] .section_title_main {
  font-size: 26px;
}
[data-browse-mode="S"] .section_title_en {
  font-size: 13px;
}
[data-browse-mode="S"] .section_title:has([class*="letter"]) {
  margin-bottom: 45px;
}
[data-browse-mode="S"] .section_title_main[class*="letter"]::before {
  translate: calc(32px - 100%) -50%;
}


[data-browse-mode="S"] #lead {
  padding: 40px 20px;
}
[data-browse-mode="S"] .lead_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
[data-browse-mode="S"] #about {
  padding: 30px 20px;
}
[data-browse-mode="S"] .about_imgwrap {
  width: 100%;
}
[data-browse-mode="S"] .about_info {
  padding: 30px 20px;
}
[data-browse-mode="S"] .about_textwrap {
	padding: 0;
	height: 240px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}
[data-browse-mode="S"] .about_textwrap_inner {
    padding: 22px 20px 60px;
}
[data-browse-mode="S"] .about_textwrap_opener {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100px;
    padding-bottom: 14px;
    background: #FFF;
    background: linear-gradient(0deg, #fff 25%, #ffffff00 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #DB2232;
    font-size: 13px;
}
[data-browse-mode="S"] .about_textwrap_opener::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    rotate: 45deg;
}
[data-browse-mode="S"] .about_textwrap_opener.open {
    height: 35px;
}
[data-browse-mode="S"] .about_textwrap_opener.open::after {
    rotate: 225deg;
    translate: 0 25%;
}
[data-browse-mode="S"] .about_catch {
  margin-bottom: 22px;
}
[data-browse-mode="S"] .about_item_title {
  font-size: 18px;
}
[data-browse-mode="S"] #nav {
  padding: 40px 20px;
}
[data-browse-mode="S"] .nav_content {
  gap: 10px;
}
[data-browse-mode="S"] .nav_item {
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .nav_item a {
  padding-top: 18px;
}
[data-browse-mode="S"] .nav_icon {
  width: 30px;
  margin-bottom: 6px;
}
[data-browse-mode="S"] .nav_name {
  font-size: 15px;
}
[data-browse-mode="S"] .nav_item a::after {
  margin-top: 8px;
}
[data-browse-mode="S"] #collaboration {
  padding: 40px 20px 50px;
}
[data-browse-mode="S"] .collaboration_content {
  gap: 50px;
}
[data-browse-mode="S"] .collaboration_item {
  width: 100%;
}
[data-browse-mode="S"] .collaboration_item_slidewrap {
  width: 100%;
}
[data-browse-mode="S"] .collaboration_item_slide .swiper {
    overflow: visible;
}
[data-browse-mode="S"] .collaboration_item::before,
[data-browse-mode="S"] .collaboration_item:nth-last-of-type(even)::before {
  height: 335px;
  inset: initial;
  left: -20px;
  top: 48cqw;
}
[data-browse-mode="S"] .collaboration_item_slide_nav {
  margin-top: 10px;
}
[data-browse-mode="S"] .collaboration_item_slide {
  margin-bottom: 30px;
}
[data-browse-mode="S"] .collaboration_item_name {
  font-size: 16px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .collaboration_item_price {
  font-size: 18px;
}
[data-browse-mode="S"] .collaboration_item_price::after {
  font-size: 13px;
}
[data-browse-mode="S"] .collaboration_item_btn {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 150px;
	background: #fff;
	border-radius: 300px;
	margin-top: 16px;
	margin-inline: auto;
	padding-block: 6px;
	color: #db2232;
	font-size: 14px;
	font-weight: 700;
}
[data-browse-mode="S"] .collaboration_item_textwrap {
  margin-top: 20px;
  padding: 25px 0 0;
}
[data-browse-mode="S"] .collaboration_item_point {
  padding-inline: 20px;
}
[data-browse-mode="S"] .collaboration_item_point_title {
  text-align: left;
}
[data-browse-mode="S"] .collaboration_item_use {
  width: calc(100% - 20px);
  margin-inline: auto;
}
[data-browse-mode="S"] .collaboration_item_openerwrap {
		height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
		transition: .5s;
}
[data-browse-mode="S"] .collaboration_item_opener {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 70px;
  background: #FFF;
  background: linear-gradient(0deg, #fff 25%, #ffffff00 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #DB2232;
  font-size: 13px;
}
[data-browse-mode="S"] .collaboration_item_opener::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: 45deg;
}
[data-browse-mode="S"] .collaboration_item_openerwrap.open {
  overflow: visible;
  margin-bottom: 60px;
}
[data-browse-mode="S"] .collaboration_item_opener.open {
  bottom: 0;
  top: 100%;
  height: 35px;
}
[data-browse-mode="S"] .collaboration_item_opener.open::after {
  rotate: 225deg;
  translate: 0 25%;
}

[data-browse-mode="S"] #recommend {
  padding: 50px 20px;
}
[data-browse-mode="S"] #recommend::before {
  height: 100%;
  bottom: 50%;
  translate: -50% 50%;
}
[data-browse-mode="S"] #recommend .section_inner13 {
  background: no-repeat;
  padding: 0;
}
[data-browse-mode="S"] #recommend .section_title_main {
  color: #fff;
}
[data-browse-mode="S"] #recommend .section_title_en {
  color: #F08F98;
}
[data-browse-mode="S"] .recommend_content .swiper {
  margin-bottom: 20px;
  overflow: visible;
}
[data-browse-mode="S"] .recommend_item_img {
  margin-bottom: 0;
}
[data-browse-mode="S"] .recommend_item_rate {
  color: #fff;
}
[data-browse-mode="S"] .recommend_item_rate::after {
  color: #fff;
}
[data-browse-mode="S"] .recommend_item_brand {
  color: #fff;
  font-size: 11px;
}
[data-browse-mode="S"] .recommend_item_name {
  color: #fff;
  font-size: 12px;
}
[data-browse-mode="S"] .recommend_item_price {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
}
[data-browse-mode="S"] .recommend_item_comment,
[data-browse-mode="S"] .recommend_item_comment::before {
  background: #fff;
}
[data-browse-mode="S"] #img {
    height: 410px;
    background: url(img02_sp.jpg) no-repeat center / cover;
}
[data-browse-mode="S"] .img_title {
    width: 70cqw;
    padding-top: 32px;
}
[data-browse-mode="S"] .img_title img {
    width: 58cqw;
}
[data-browse-mode="S"] .nami::before,
[data-browse-mode="S"] .nami::after {
  height: 56px;
}
[data-browse-mode="S"] #ranking {
  padding: 30px 20px 86px;
}
[data-browse-mode="S"] #ranking::before {
  height: 56px;
}
[data-browse-mode="S"] .ranking_content li.swiper-wrapper {
  flex-wrap: nowrap;
}
[data-browse-mode="S"] .ranking_content .swiper {
  overflow: visible;
}
[data-browse-mode="S"] .category_head {
  padding: 30px 20px 50px;
}
[data-browse-mode="S"] .category_nav {
  gap: 10px;
}
[data-browse-mode="S"] .category_nav_item {
  width: calc((100% - 20px) / 3);
}
[data-browse-mode="S"] .category_nav_item_img {
  aspect-ratio: 1.27;
}
[data-browse-mode="S"] .category_section {
  padding-block: 40px;
}
[data-browse-mode="S"] .section_title:has(.category_section_title) {
  margin-bottom: 24px;
}
[data-browse-mode="S"] .category_section_title {
  font-size: 26px;
}
[data-browse-mode="S"] .category_section_title::before {
  right: calc(100% + 10px);
  top: -5px;
}
[data-browse-mode="S"] .category_section_title::after {
  left: calc(100% + 10px);
  bottom: -5px;
}
[data-browse-mode="S"] .category_section_content {
  margin-bottom: 24px;
}
[data-browse-mode="S"] .category_section_content .swiper {
  padding-inline: 15px;
  padding-bottom: 16px;
}
[data-browse-mode="S"] .category_section_item a {
  padding-bottom: 18px;
}
[data-browse-mode="S"] .category_section_item_name {
  padding-inline: 10px;
  font-size: 12px;
  margin-bottom: 6px;
}
[data-browse-mode="S"] .category_section_item_price {
  padding-inline: 10px;
  font-size: 14px;
}
[data-browse-mode="S"] .category_section_item_comment {
  padding-inline: 10px;
  font-size: 11px;
}
[data-browse-mode="S"] .category_section_slide_bar {
  width: calc(100% - 40px);
  margin-inline: auto;
}
[data-browse-mode="S"] .category_section_btn a {
  width: min(100%, 333px);
  font-size: 17px;
}
[data-browse-mode="S"] #brand {
  padding: 50px 15px;
}
[data-browse-mode="S"] .brand_content {
  gap: 10px;
}
[data-browse-mode="S"] .brand_item {
  width: calc(50% - 5px);
}
[data-browse-mode="S"] .brand_item a {
  padding: 10px;
}
[data-browse-mode="S"] .brand_item_img {
  height: 66px;
  padding-bottom: 10px;
}
[data-browse-mode="S"] .brand_item_name {
  padding-inline: 10px;
}
[data-browse-mode="S"] #cleaningtips {
  padding: 50px 15px;
}
[data-browse-mode="S"] .cleaningtips_content {
  gap: 20px;
}
[data-browse-mode="S"] .cleaningtips_wrap {
  padding: 20px 15px 25px;
}

[data-browse-mode="S"] .cleaningtips_wrap_title {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #192E67;
  font-size: 18px;
}
[data-browse-mode="S"] .cleaningtips_wrap_content {
  gap: 15px;
}
[data-browse-mode="S"] .cleaningtips_item dt {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 0 50px 0 5px;
  font-size: 15px;
}
[data-browse-mode="S"] .cleaningtips_item dt::before,
[data-browse-mode="S"] .cleaningtips_item dt::after {
  right: 17px;
}
[data-browse-mode="S"] .cleaningtips_item dd {
  padding: 10px 5px;
}
[data-browse-mode="S"] .cleaningtips_movie {
  margin-block: 0 10px;
}
[data-browse-mode="S"] .cleaningtips_text {
  font-size: 13px;
}

[data-browse-mode="S"] #toallbtn {
	position: fixed;
	bottom: 20px;
	padding: 0 75px 0 15px;
}
[data-browse-mode="S"] #toallbtn a {
	width: 100%;
	height: 50px;
	padding-block: 0;
	font-size: 18px;
}