@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 0;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background-color: #fff;
}

#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
}

#drawer-nav .nav {
  margin-bottom: 20%;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 4% 2%;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 800;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li {
  width: 8%;
  margin-right: 5%;
}
.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  max-width: none;
  width: 100%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*住所 */
.drawer-address {
  margin: 5% auto;
  text-align: center;
}

.drawer-address li {
  margin-bottom: 30px;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-info {
  display: grid;
  gap: 5vw;
  margin-bottom: 15vw;
}

.drawer-tel {
  font-size: 4vw;
  color: #333;
}

.drawer-tel small {
  font-size: 3.5vw;
}

/*rink-list */
.link-list {
  font-size: 3vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.5;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 20vw;
}

section {
  padding: 20vw 0;
}

.ttl01 {
  font-size: 6vw;
  text-align: center;
  position: relative;
  margin-bottom: 7vw;
  padding-top: 2vw;
}
.ttl01::before {
  content: "";
  display: block;
  width: 10vw;
  height: 2px;
  position: absolute;
  background: var(--font-color);
  inset: 0 0 auto 0;
  margin: 0 auto;
}
.ttl01.txt-le {
  text-align: left;
}
.ttl01.txt-le::before {
  margin: 0;
  left: 0;
}
.ttl01.ft-wt .en {
  color: #fff;
}
.ttl01.ft-wt::before {
  background: #fff;
}
.ttl01.deco-btm {
  padding-top: 0;
  padding-bottom: 2vw;
}
.ttl01.deco-btm::before {
  inset: auto 0 0 0;
}
.ttl01.deco-none {
  padding: 0;
}
.ttl01.deco-none::before {
  content: none;
}
.ttl01 .en {
  font-size: 13vw;
  display: block;
  line-height: 1;
  color: var(--main-color);
  margin-bottom: 1vw;
}
.ttl01 .ja {
  font-size: 5vw;
}
.ttl01 .bg-clr03 {
  padding: 0 3vw;
  margin-bottom: 3vw;
}
.ttl01 .en-bg {
  color: transparent !important;
  -webkit-text-stroke: 1px white;
  paint-order: stroke;
  position: absolute;
  opacity: 0.15;
}
.ttl01:has(> .en-bg) {
  position: static;
}

.ttl02 {
  font-size: 5.5vw;
}

.ttl03 {
  font-size: 5vw;
}
.ttl03.bg-clr02 {
  padding: 3vw 5vw;
}

.ttl04 {
  font-size: 4.5vw;
}

.txt-cap {
  font-size: 3.5vw;
}

.com-txt {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.64;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.com-arw {
  font-size: 4.2vw;
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 3vw;
  height: 4vw;
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  inset: 0 3vw 0 auto;
  margin: auto 0;
  transition: 0.3s;
}
.com-arw.file-btn::after {
  content: "";
  display: block;
  width: 4vw;
  height: 5vw;
  position: absolute;
  clip-path: none;
  background: url(../img/product/dl-icon.png) center/contain no-repeat;
}
.com-arw.file-btn:hover::after {
  transform: translate(0);
  background: url(../img/product/dl-icon.png) center/contain no-repeat;
}

.com-btn {
  width: 80vw;
  height: 15vw;
  display: grid;
  align-content: center;
  padding: 0 5vw;
  font-size: 3.5vw;
  margin: 7vw auto 0;
  background: var(--font-color);
  border: 2px solid var(--font-color);
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn:hover {
  color: var(--font-color);
  background: var(--bg-color);
  opacity: 1;
}
.com-btn:hover::after {
  background: var(--font-color);
  transform: translateX(10px);
}
.com-btn.arw-btm::after {
  transform: rotate(90deg);
}
.com-btn.arw-btm:hover::after {
  transform: rotate(90deg);
}
.mail-btn {
  width: 80vw;
  height: 15vw;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: var(--sub-color);
  line-height: 1;
}
.mail-btn span {
  background: url("../img/common/mail-icon.svg") left center/5vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}

.shop-btn {
  background: #fff;
  border: 1px solid var(--sub-color);
  color: var(--sub-color) !important;
}
.shop-btn span {
  background-image: url(../img/common/shop-icon.svg);
}

.catalog-btn {
  background: var(--main-color);
}
.catalog-btn span {
  background-image: url(../img/common/catalog-icon.svg);
  background-size: 4vw;
}

.flex > .ttl01 {
  width: 100%;
}

.com-tel {
  display: grid;
  justify-items: center;
  gap: 5px;
}
.com-tel a {
  font-family: var(--en-font);
  font-weight: 500;
  display: block;
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 0;
  background: url("../img/common/tel-icon.png") left bottom 30%/10% no-repeat;
  padding-left: 7%;
  box-sizing: border-box;
}
.com-tel dl {
  display: flex;
  justify-content: center;
  background: var(--bg-color);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list .tag {
  font-size: 3.5vw;
  font-weight: 400;
}
.tag-list .tag:not(:first-child) {
  padding-left: 2vw;
  border-left: 1px solid #ababab;
}

.bg-deco-le {
  position: relative;
  z-index: 1;
}
.bg-deco-le::before {
  content: "";
  display: block;
  width: 80vw;
  height: 80vw;
  position: absolute;
  background: var(--bg-color);
  z-index: -1;
  bottom: 0;
  left: 0;
}

.map {
  height: 80vw;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
.com-desc-tbl .dl-item dt {
  color: #fff;
  background: var(--main-color);
  width: 25%;
  padding: 3vw 3%;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  background: #fff;
  width: 75%;
  padding: 3vw 3%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  position: fixed;
  padding: 6vw 5vw;
}
#header .hd-logo {
  width: 30%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  margin-top: 20vw;
  height: 130vw;
  padding: 5vw 7vw;
  gap: 10vw;
  display: grid;
  background: url(../img/top/mv-bg.png) center/cover no-repeat;
}
.top-mv .mv-ct {
  width: 85%;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv .mv-img {
  text-align: center;
}
.top-mv .mv-img img {
  width: 65%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-news {
  padding: 10vw 0;
}
#top-news .inbox .ttl-box {
  width: 70vw;
  height: 40vw;
  margin: 0 auto 5vw;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
}
#top-news .inbox .ttl01 {
  margin-bottom: 5vw;
  width: 100%;
  position: static;
}
#top-news .inbox .ttl01 .en-bg {
  font-size: 15vw;
  top: 2vw;
  left: 0;
}
#top-news .inbox .com-arw {
  padding-bottom: 1vw;
  padding-right: 5vw;
  border-bottom: 2px solid #fff;
}
#top-news .inbox .com-arw::after {
  right: 0;
}
#top-news .inbox .news-list {
  display: grid;
  gap: 5vw;
}
#top-news .inbox .news-list .news-item a {
  display: block;
  padding: 3vw 5%;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
  margin-bottom: 1vw;
}
#top-about {
  margin-top: 15vw;
  background: url(../img/top/about-bg-le.png) bottom left/70% no-repeat, url(../img/top/about-bg.png) bottom right 8%/30% no-repeat, linear-gradient(to left, var(--bg-color), var(--bg-color) 70%, transparent 70%, transparent);
}
#top-about .inbox .ttl01 {
  font-feature-settings: "palt";
}
#top-about .inbox .about-img {
  margin-left: 20vw;
  margin-top: 5vw;
  width: 40%;
  text-align: right;
}
.case-li {
  display: grid;
  justify-content: center;
  gap: 10vw;
}
.case-li .case-item {
  width: 80vw;
}
.case-li .case-item > a {
  display: grid;
  gap: 3vw;
  width: 100%;
}
.case-li .case-item > a .com-img {
  width: 70vw;
  height: 50vw;
  margin: 0 auto;
}

.case-list-ttl {
  padding-left: 3%;
  border-left: 4px solid var(--main-color);
}

#top-strength {
  position: relative;
}
#top-strength::before {
  content: "";
  display: block;
  width: 85%;
  height: 50vw;
  position: absolute;
  background: url("../img/top/strng-bg.jpg") center/contain no-repeat;
  background-size: cover;
  inset: 0 0 0 auto;
  right: 0;
  top: 90vw;
}
#top-strength .inbox {
  position: relative;
  width: 90%;
}
#top-strength .inbox .txt-box .strng-li-box {
  margin-bottom: 40vw;
}
#top-strength .inbox .txt-box .strng-li-box .strng-li {
  display: flex;
  justify-content: center;
  gap: 2vw;
}
#top-strength .inbox .txt-box .strng-li-box .strng-li li {
  background: linear-gradient(-60deg, var(--accent-color), var(--accent-color) 50%, var(--main-color) 50%, var(--main-color));
  display: grid;
  place-items: center;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 50vw;
}

.bg-deco-01 {
  background: linear-gradient(-60deg, var(--main-color), var(--main-color) 85%, var(--accent-color) 85%, var(--accent-color));
}

#top-lineup .inbox ul {
  display: grid;
  gap: 10vw;
  margin-top: 5vw;
}
#top-lineup .inbox ul li a {
  width: 100%;
  height: 52vw;
  padding: 5vw;
}
#top-lineup .inbox ul li a .ttl01 .dp-g {
  justify-items: start;
  gap: 5px;
}
#top-lineup .inbox ul li a .ttl01 .bg-clr03 {
  font-size: 4vw;
  font-weight: 400;
  margin: 0;
}
.com-bnr-box {
  display: grid;
  align-items: center;
  position: relative;
}
.com-bnr-box .bnr-bg {
  top: 0;
  left: 0;
  position: absolute;
}
.com-bnr-box .com-arw {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 10vw;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.com-bnr-box .com-arw::after {
  right: auto;
}

#common-banner ul {
  display: grid;
  gap: 10vw;
}
#common-banner .com-bnr-box {
  width: 100%;
  height: 60vw;
  padding: 5vw;
  display: grid;
  align-items: center;
}
#common-banner .com-bnr-box .ttl01 {
  margin-bottom: 5vw;
}
#common-banner .com-bnr-box .ttl01 .dp-g {
  justify-items: start;
  gap: 5px;
}
#common-banner .com-bnr-box .ttl01 .bg-wt {
  color: var(--font-color);
  font-size: 4vw;
  font-weight: 400;
  margin: 0;
  padding: 0 3vw;
}

#top-company .inbox ul {
  padding: 50px 0;
  display: grid;
  gap: 5vw;
  background: url(../img/top/comp-bg.jpg) bottom/cover;
}
#top-company .inbox ul li .comp-btn {
  display: flex;
  align-items: center;
  height: 20vw;
  padding: 0;
  margin-top: 0;
}
#top-company .inbox ul li .comp-btn img {
  height: 100%;
}

#com-contact {
  padding: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #fff, #fff 30%, var(--bg-color) 30%, var(--bg-color));
}
#com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 45vw;
  position: absolute;
  background: url("../img/common/contact-bg.jpg") center/contain no-repeat;
  background-position: left;
  background-size: cover;
  z-index: -1;
  top: 5vw;
}
#com-contact .inbox {
  padding: 15vw 0 0;
  position: relative;
}
#com-contact .inbox .ttl01 {
  margin-bottom: 5vw;
}
#com-contact .inbox .ttl01 .en {
  font-size: 18vw;
  right: 0;
  top: 2vw;
}
#com-contact .inbox .contact-box {
  padding: 5vw 5%;
  margin: 10vw auto 0;
  display: grid;
  gap: 5vw;
}
#com-contact .inbox .contact-box .com-tel {
  padding-top: 3vw;
  border-top: 1px solid var(--bd-color);
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 15%;
}

#footer {
  background: var(--bg-color);
}
#footer .ft-area {
  padding: 10vw 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 5vw;
  margin-bottom: 15vw;
}
#footer .ft-area .ft-le .ft-top {
  display: grid;
  justify-items: center;
  margin-bottom: 5vw;
  gap: 5vw;
}
#footer .ft-area .ft-le .ft-top .ft-logo {
  width: 50%;
}
#footer .ft-area .ft-le .ft-top .line-icon {
  width: 30px;
}
#footer .ft-area .ft-le .ft-top .line-icon img {
  display: block;
}
#footer .ft-area .ft-le .ft-add {
  margin-bottom: 3vw;
}
#footer .ft-area .ft-le .com-tel {
  justify-items: center;
  justify-content: start;
}
#footer .ft-area .ft-ri {
  display: grid;
  justify-items: center;
  gap: 15vw;
}
#footer .ft-area .ft-ri .nav-list {
  padding-left: 3vw;
  border-left: 2px solid var(--main-color);
  display: grid;
  gap: 5vw;
}
#footer .ft-area .ft-ri .nav-list .nav-item .child-item {
  margin-left: 2vw;
  margin-top: 2vw;
  opacity: 0.8;
}
#footer .ft-btm {
  padding: 5vw 0 25vw;
  border-top: 1px solid #ababab;
}
#footer .ft-btm .inbox {
  display: grid;
}
#footer .ft-btm .copyright {
  order: 3;
  text-align: center;
  opacity: 0.5;
}
#footer .ft-btm .nav-sub-list {
  margin-bottom: 10vw;
  order: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw 0;
  font-weight: 400;
}
#footer .ft-btm .nav-sub-list li {
  width: 48%;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 30vw;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: center;
  margin-top: 20vw;
  position: relative;
  z-index: 1;
}
.sv::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  background: linear-gradient(-65deg, transparent, transparent 22vw, var(--main-color) 22vw, var(--main-color));
  z-index: -1;
}
.sv .sv-catch {
  color: #fff;
  margin-left: 5vw;
}
.sv .sv-catch .en {
  text-transform: uppercase;
  display: block;
}
.sv .sv-catch .ja {
  font-size: 5vw;
}

.strength-sv {
  background-image: url(../img/sv/strength.jpg);
}

.forte-sv {
  background-image: url(../img/sv/forte.jpg);
}

.comfort-sv {
  background-image: url(../img/sv/comfort.jpg);
}

.portable-sv {
  background-image: url(../img/sv/portable.jpg);
}

.odorless-sv {
  background-image: url(../img/sv/odorless.jpg);
}

.product-sv {
  background-image: url(../img/sv/product.jpg);
}

.cases-sv {
  background-image: url(../img/sv/cases.jpg);
}

.company-sv {
  background-image: url(../img/sv/company.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
  margin-left: auto;
  padding: 0 !important;
  align-content: stretch !important;
}
.select-area .select-box {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  background: none;
  border: none;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area:has(option:only-child) option {
  font-size: 3vw;
}

/*--------------△△---セレクトぼっくす---△△-----------*/
#strength-intro .inbox {
  width: 94%;
  background: url(../img/strng/intro-bg.png) bottom right 5vw/30% no-repeat, linear-gradient(-60deg, var(--main-color), var(--main-color) 85%, var(--accent-color) 85%, var(--accent-color));
  padding: 10vw 3%;
}
#strength-intro .inbox .ttl01 {
  font-size: 5.5vw;
}

#strength-charm ol {
  display: grid;
  gap: 10vw;
}
#strength-charm ol li .charm-img {
  padding: 7vw;
  width: 100%;
  display: grid;
  justify-content: center;
}
#strength-charm ol li .txt-box {
  padding: 7vw;
}
#strength-charm ol li .txt-box .ttl03 {
  margin-bottom: 20px;
}
#strength-charm ol li .txt-box .ttl03 .ft-clr01 {
  font-size: 10vw;
  display: inline-block;
  margin-right: 2vw;
}
#strength-charm ol li .txt-box .com-txt {
  text-align: justify;
}

#strength-other ul {
  display: grid;
  gap: 7vw;
}
#strength-other ul li .com-bnr-box {
  width: 100%;
  height: 49vw;
  padding: 10vw 7vw;
}
.com-lineup-area {
  margin: 0 auto;
  padding: 10vw 5vw;
}
.com-lineup-area .img-box {
  text-align: center;
  margin-bottom: 10vw;
}
.com-lineup-area .com-txt-box .com-btn {
  width: 100%;
  font-size: 3vw;
  margin: 10vw 0 0;
}

.faq-list {
  display: grid;
  gap: 10vw;
}
.faq-list li .ttl04, .faq-list li .com-txt {
  display: flex;
  gap: 3vw;
}
.faq-list li .ttl04 span, .faq-list li .com-txt span {
  max-width: 90%;
}
.faq-list li .ttl04::before, .faq-list li .com-txt::before {
  font-family: var(--en-font);
}
.faq-list li .ttl04 {
  align-items: center;
  margin-bottom: 5vw;
}
.faq-list li .ttl04::before {
  content: "Q";
  color: #fff;
  font-size: 5vw;
  border-radius: 50vw;
  background: var(--font-color);
  width: 7vw;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  line-height: 1;
}
.faq-list li .com-txt {
  align-items: start;
  padding: 5vw;
}
.faq-list li .com-txt::before {
  content: "A";
  font-size: 4.5vw;
}

/*-----------▽▽---forte---▽▽--------*/
.feature-li {
  display: grid;
  gap: 10vw;
}
.feature-li .feature-item {
  padding: 10vw 5vw;
  background: linear-gradient(120deg, var(--main-color), var(--main-color) 88%, var(--accent-color) 88%, var(--accent-color));
}
.feature-li .feature-item .img-box {
  margin-bottom: 10vw;
  text-align: center;
}
.feature-li .feature-item .txt-box .ttl03 {
  padding-bottom: 3vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 5vw;
}
.feature-li .feature-item .txt-box .ttl03 .en {
  font-size: 7vw;
}
.feature-li .feature-item .child-li li::before {
  content: url(../img/common/check-wt.png);
}

.wash-li {
  display: grid;
  gap: 10vw;
}
.wash-li .wash-item {
  padding: 10vw 5vw;
}
.wash-li .wash-item .ttl03 {
  background: linear-gradient(120deg, #fff, #fff 60%, var(--bg-color) 60%, var(--bg-color));
  display: grid;
  place-items: center;
  margin-bottom: 5vw;
}
.option-li {
  display: grid;
  gap: 10vw;
}
.option-li .option-item .com-txt {
  margin-top: 5vw;
}

.option-item {
  padding: 10vw 7vw;
}
.option-item .option-img {
  text-align: center;
}
.option-item h4 {
  margin-bottom: 5vw;
}

.function-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5vw 0;
}
.function-li .option-item {
  width: 48%;
  padding: 5vw 5vw;
}

.mushu-li {
  display: grid;
  gap: 15vw;
}
.mushu-li li {
  position: relative;
}
.mushu-li li:not(:last-child)::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  inset: auto 0 -15vw 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.mushu-li li .num {
  font-size: 10vw;
  position: absolute;
  left: 8vw;
  top: 5vw;
}
.mushu-li li .img-box {
  text-align: center;
}
.mushu-li li .ttl04 {
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
}

#product .product-li {
  display: grid;
  margin-top: 15vw;
  gap: 10vw;
}
#product .product-li a {
  display: grid;
  gap: 5vw;
  padding: 10vw 7vw;
}
#product .product-li .product-img {
  text-align: center;
  max-height: 70vw;
}
#product .product-li .product-img img {
  height: 100%;
}
.product-item .product-tbl {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--main-color);
  display: grid;
  gap: 3vw;
}
.product-item .product-tbl .dl-item {
  display: flex;
  gap: 5vw;
}
.product-item .product-tbl .dl-item dt {
  padding-left: 3vw;
  border-left: 2px solid var(--main-color);
}
.product-item .price {
  text-align: right;
}
.product-item .tag-list .tag {
  padding: 0 3vw;
}

#product-detail .product-box {
  padding: 10vw 7vw;
  margin-bottom: 15vw;
}
#product-detail .product-box .img-item {
  width: 100%;
}
#product-detail .product-box .img-item img {
  width: 100%;
}
#product-detail .product-box .txt-box .tag-list {
  margin-bottom: 5vw;
}
#product-detail .product-box .txt-box .tag-list .tag {
  padding: 0 3vw;
}
#product-detail .product-box .txt-box .product-tbl {
  margin-bottom: 3vw;
}
#product-detail .product-box .txt-box .btn-box {
  margin-top: 5vw;
}
#product-detail .product-box .txt-box .bg-clr02 {
  margin-bottom: 3vw;
  margin-top: 20px;
  padding: 2vw 3vw;
}

.clr-area {
  padding: 10vw 7vw;
}
.clr-area .com-txt {
  margin-bottom: 5vw;
}
.clr-area .clr-box {
  margin-top: 10vw;
}
.clr-area .clr-box .ttl04 {
  margin-bottom: 5vw;
}
.clr-area .clr-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5vw 0;
}
.clr-area .clr-box ul li {
  width: 48%;
  display: grid;
  gap: 2vw;
}
.case-tag-li {
  gap: 3vw;
}
.case-tag-li li {
  border-left: none !important;
  padding: 1vw 3vw;
  border-radius: 0;
}

#case .case-li {
  margin-top: 10vw;
}

#case-detail .inbox .detail-box {
  padding: 7vw 5%;
}
#case-detail .inbox .ttl01 {
  margin-bottom: 5vw;
  margin-top: 3vw;
  padding-left: 3vw;
}
#case-detail .inbox .img-li {
  display: grid;
  gap: 5vw;
}
#case-detail .inbox .img-li .img-item {
  width: 80%;
  margin: 0 auto;
}
#case-detail .inbox .img-li .img-item img {
  width: 100%;
}
#case-detail .inbox dl {
  margin-top: 10vw;
}
#case-detail .inbox dl .dl-item {
  display: flex;
}
#case-detail .inbox dl .dl-item dt {
  width: 30%;
  padding: 3vw 0;
  border-bottom: 1px solid var(--main-color);
}
#case-detail .inbox dl .dl-item dd {
  width: 70%;
  padding: 3vw;
  border-bottom: 1px solid var(--bd-color);
}
#case-detail .inbox dl .dl-item:first-child dt {
  border-top: 1px solid var(--main-color);
}
#case-detail .inbox dl .dl-item:first-child dd {
  border-top: 1px solid var(--bd-color);
}

#company-greeting .ttl03 {
  margin-bottom: 5vw;
}
#company-greeting .name {
  font-weight: 600;
}

/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .txt-blc {
  padding: 10% 0 20%;
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 2px solid #555;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 3% 2% 3%;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  background: var(--main-color);
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  height: 100%;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/