@charset "UTF-8";

/* media query
------------------------------ */

/* font
------------------------------ */

/* setting
------------------------------ */

:root {
  /* color */
  --base-color: #333;
  --base-color-rgb: 0, 0, 0;
  --bg-color: #F3F3F3;
  --bg-color02: #F6FAFE;
  --line-color: #E2EAF0;
  --line-color02: #72737B;
  --point-color: #004EA2;
  --red-color: #FF1526;
  --lightBlue-color: #008CFA;
  --orange-color: #FF9A26;
  --green-color: #45A22B;
  --purple-color: #AA21FF;
  --brown-color: #A23F14;
  /* transition */
  --base-transition: 0.2s ease-out;
  /* z-index */
  --header-index: 999;
  --modal-index: 9999;
  /* 商品画像タグ */
  /* 商品カテゴリー(メイン) */
  /* 商品カテゴリー(サブ) */
}

:root [data-tag=人気商品] {
  background-color: var(--orange-color);
}

:root [data-tag=スタッフおすすめ] {
  background-color: var(--green-color);
}

:root [data-tag=廃盤商品] {
  background-color: #BDA58A;
}

:root [data-category=仮設トイレ] {
  color: var(--lightBlue-color);
}

:root [data-category=仮設トイレ]::before {
  background-color: var(--lightBlue-color);
}

:root [data-category=シンク・タンク] {
  color: var(--green-color);
}

:root [data-category=シンク・タンク]::before {
  background-color: var(--green-color);
}

:root [data-category=ポンプ・給湯機・シャワー] {
  color: var(--orange-color);
}

:root [data-category=ポンプ・給湯機・シャワー]::before {
  background-color: var(--orange-color);
}

:root [data-category=スカイトイレ] {
  color: var(--purple-color);
}

:root [data-category=スカイトイレ]::before {
  background-color: var(--purple-color);
}

:root [data-category=高層現場用] {
  color: var(--brown-color);
}

:root [data-category=高層現場用]::before {
  background-color: var(--brown-color);
}

:root [data-category=その他] {
  color: #72737B;
}

:root [data-category=その他]::before {
  background-color: #72737B;
}

:root [data-subCategory=中古] {
  border-color: var(--line-color02);
  color: var(--line-color02);
}

:root [data-subCategory=レンタル商品] {
  border-color: #00A8EA;
  color: #00A8EA;
}

:root [data-subCategory=新品] {
  border-color: var(--red-color);
  color: var(--red-color);
}

:root [data-subCategory=購入可能商品] {
  border-color: var(--brown-color);
  color: var(--brown-color);
}

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

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: var(--base-color);
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 360px);
  min-height: calc(100dvh - 360px);
}

section {
  position: relative;
  padding: 100px 0;
}

main {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}

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

a,
button,
select {
  color: var(--base-color);
  font-style: normal;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  cursor: pointer;
}

input {
  color: var(--base-color);
  font-style: normal;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

select {
  background-color: #fff;
}

a {
  -webkit-transition: var(--base-transition);
  display: block;
  text-decoration: none;
  word-break: break-all;
  transition: var(--base-transition);
}

span,
sub,
sup,
small {
  font-weight: inherit;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.bg {
  background-color: var(--bg-color02);
}

.ib {
  display: inline-block;
}

.en {
  font-style: normal;
  font-family: "montserrat", sans-serif;
}

.caution {
  color: red;
}

/* title
------------------------------ */

.c-title01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 42px;
  gap: 5px;
}

.c-title01::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: var(--icon-url);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-title01 .jp {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
}

.c-title01 .jp small {
  display: inline-block;
  font-size: 1.8rem;
}

.c-title01 .en {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.c-title01__center {
  padding-top: 42px;
  padding-left: 0 !important;
}

.c-title01__center::before {
  top: 0;
  right: 0;
  margin: auto;
}

.c-title01__center .jp {
  text-align: center;
}

.c-title01__center .en {
  text-align: center;
}

.c-title01__white .jp,
.c-title01__white .en {
  color: #fff;
}

.c-title02 {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  gap: 10px;
}

.c-title02 .jp {
  font-weight: 600;
  font-size: 2.8rem;
}

.c-title02 .en {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* button
------------------------------ */

.c-btn01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 260px;
  height: 60px;
  padding: 10px 50px 10px 24px;
  border-radius: 100px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
}

.c-btn01::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(../img/common/icon-arrow01.svg) no-repeat center center/contain;
  content: "";
}

.c-btn02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 235px;
  height: 50px;
  gap: 10px;
  border-radius: 100px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.c-btn02 .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

/* breadcrumb
------------------------------ */

.c-breadcrumb {
  padding: 20px 0;
}

.c-breadcrumb ol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-breadcrumb li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-breadcrumb li:first-of-type::after {
  top: -3px !important;
}

.c-breadcrumb li:first-of-type a {
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../img/common/icon-home.svg) no-repeat center center/contain;
  color: transparent;
  white-space: nowrap;
}

.c-breadcrumb li:not(:last-of-type) {
  position: relative;
  padding-right: 16px;
}

.c-breadcrumb li:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ">";
  color: #999;
  font-size: 1.2rem;
}

.c-breadcrumb a {
  color: #999;
  font-size: 1.2rem;
}

/* product
------------------------------ */

.c-product {
  width: 212px;
}

.c-product a {
  padding-top: 13px;
}

.c-product__img {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}

.c-product__img_tag {
  z-index: 1;
  position: absolute;
  top: -13px;
  left: 0;
  padding: 3px 15px;
  border-radius: 100px 100px 100px 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}

.c-product__img img {
  -o-object-fit: contain;
  -webkit-transition: var(--base-transition);
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: var(--bg-color);
  transition: var(--base-transition);
}

.c-product__category {
  position: relative;
  margin-top: 10px;
  padding-left: 18px;
  font-weight: 600;
  font-size: 1.2rem;
}

.c-product__category::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: "";
}

.c-product__category + .c-product__category {
  margin-top: 0;
}

.c-product__category_sub {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  gap: 2px;
}

.c-product__category_sub li {
  padding: 0 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.c-product__title {
  margin-top: 6px;
  line-height: 1.38;
}

.c-product__price {
  margin-top: 5px;
  line-height: 1.4;
}

.c-product__price .label,
.c-product__price .size {
  color: #999;
  font-size: 1rem;
}

.c-product__price .price {
  color: var(--red-color);
  font-weight: 600;
  font-size: 2rem;
}

.c-product__price .unit {
  font-size: 1.2rem;
}

.c-product__price .tax {
  color: var(--base-color);
  font-weight: 400;
  font-size: 1.2rem;
}

.c-product__tag {
  position: relative;
  margin-top: 8px;
  padding-left: 10px;
  color: #999;
  font-size: 1rem;
}

.c-product__tag::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--line-color);
  content: "";
}

.c-product__tag span {
  position: relative;
}

.c-product__tag span:not(:last-of-type) {
  padding-right: 5px;
}

.c-product__tag span:not(:last-of-type)::after {
  padding-left: 5px;
  content: "/";
}

/* flow
------------------------------ */

.c-flow {
  padding-top: 80px;
}

.c-flow::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 50px);
  max-width: 1200px;
  height: 1px;
  margin: auto;
  background-color: var(--line-color);
  content: "";
}

.c-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  gap: 34px;
}

.c-flow__item {
  width: calc(16.6666666667% - 20px);
}

.c-flow__item:nth-of-type(2) {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.c-flow__item .txt {
  font-size: 1.4rem;
}

.c-flow__item a {
  display: inline;
  text-decoration: underline;
}

.c-flow__img {
  position: relative;
  height: 122px;
  overflow: hidden;
}

.c-flow__img .num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}

.c-flow__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.c-flow__title {
  margin: 10px 0 5px;
  color: var(--point-color);
  font-weight: 600;
  font-size: 1.8rem;
}

/* pager
------------------------------ */

.c-pager {
  margin-top: 80px;
}

.c-pager .screen-reader-text {
  display: none;
}

.c-pager .nav-links {
  position: relative;
  /* padding-bottom: 80px; */
}

.c-pager .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 3px;
}

.c-pager .page-numbers a,
.c-pager .page-numbers.current,
.c-pager .page-numbers.dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  overflow: hidden;
  border: solid 1px var(--point-color);
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "montserrat", sans-serif;
}

.c-pager .page-numbers a.prev,
.c-pager .page-numbers a.next,
.c-pager .page-numbers.current.prev,
.c-pager .page-numbers.current.next,
.c-pager .page-numbers.dots.prev,
.c-pager .page-numbers.dots.next {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.c-pager .page-numbers a.prev::after,
.c-pager .page-numbers a.next::after,
.c-pager .page-numbers.current.prev::after,
.c-pager .page-numbers.current.next::after,
.c-pager .page-numbers.dots.prev::after,
.c-pager .page-numbers.dots.next::after {
  -webkit-mask: url(../img/common/icon-arrow02.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 13px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow02.svg) no-repeat center center/contain;
  pointer-events: none;
}

.c-pager .page-numbers a.prev,
.c-pager .page-numbers.current.prev,
.c-pager .page-numbers.dots.prev {
  margin-right: 7px;
}

.c-pager .page-numbers a.next,
.c-pager .page-numbers.current.next,
.c-pager .page-numbers.dots.next {
  margin-left: 7px;
}

.c-pager .page-numbers a.next::after,
.c-pager .page-numbers.current.next::after,
.c-pager .page-numbers.dots.next::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-pager .page-numbers.current {
  background-color: var(--point-color);
  color: #fff;
  pointer-events: none;
}

.c-pager .page-numbers.dots {
  pointer-events: none;
}

/* swiper
------------------------------ */

.c-swiper .swiper-button-prev,
.c-swiper .swiper-button-next {
  -webkit-transition: var(--base-transition);
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background-color: var(--point-color);
  transition: var(--base-transition);
}

.c-swiper .swiper-button-prev::after,
.c-swiper .swiper-button-next::after {
  width: 24px;
  height: 12px;
  background: url(../img/common/icon-arrow02.svg) no-repeat center center/contain;
  content: "";
}

.c-swiper .swiper-button-next::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* tab
------------------------------ */
.c-tab__button {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  border-bottom: solid 3px var(--point-color);
}

.c-tab__button button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 18px;
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  border-left: solid 1px var(--point-color);
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  font-size: 1.6rem;
  transition: var(--base-transition);
}

.c-tab__button button.current {
  background-color: var(--point-color);
  color: #fff;
  pointer-events: none;
}

.c-tab__panel {
  display: none;
}

.c-tab__panel.current {
  display: block;
}

.c-tab__select {
  position: relative;
}

.c-tab__select::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}

.c-tab__select select {
  position: relative;
  width: 100%;
  padding: 18px 24px;
  border-radius: 10px;
  background-color: var(--point-color);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}

.header {
  z-index: var(--header-index);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px var(--line-color);
  background-color: #fff;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 22px 0 25px;
}

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__logo a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 136px;
}

.header__logo_txt {
  font-size: 1rem;
  line-height: 1.4;
}

.header__sp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header__sp .header__nav_cart {
  display: none;
}

.header__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.header__btn_inn {
  position: relative;
  width: 26px;
  height: 18px;
}

.header__btn_line {
  -webkit-transition: var(--base-transition);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--point-color);
  transition: var(--base-transition);
}

.header__btn_line:first-of-type {
  top: 0;
}

.header__btn_line:nth-of-type(2) {
  top: 8px;
}

.header__btn_line:last-of-type {
  bottom: 0;
}

.header__btn.active .header__btn_line:first-of-type {
  -webkit-transform: rotate(45deg);
  top: 8px;
  transform: rotate(45deg);
}

.header__btn.active .header__btn_line:nth-of-type(2) {
  opacity: 0;
}

.header__btn.active .header__btn_line:last-of-type {
  -webkit-transform: rotate(-45deg);
  bottom: 8px;
  transform: rotate(-45deg);
}

.header__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header__nav_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__nav_item {
  font-weight: 600;
}

.header__nav_item.current a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header__nav_item a {
  position: relative;
  padding: 5px 0;
  font-size: 1.8rem;
}

.header__nav_item a::after {
  -webkit-transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: var(--lightBlue-color);
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__nav_cart {
  padding: 0 35px;
}

.header__nav_cart a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__nav_cart .icon {
  fill: var(--point-color);
  width: 26px;
  height: 26px;
}

.header__nav_cart .label {
  color: var(--point-color);
  font-size: 1rem;
  text-align: center;
}

.header__nav_contact {
  background-color: var(--point-color);
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: grid;
  align-items: center;
  grid-template-columns: 20px max-content;
  justify-content: center;
  gap: 10px;
  padding: 13px 10px;
  width: 200px;
}

.header__nav_contact .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header__nav_sp {
  display: none;
}

.header__nav_sp .wrap {
  margin-top: 25px;
}

.header__nav_sp .wrap + .wrap {
  margin-top: 20px;
}

.header__nav_sp .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 235px;
  height: 50px;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.header__nav_sp .button.num {
  gap: 4px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.header__nav_sp .button .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.header__nav_sp .reception {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 0 5px;
}

.header__nav_sp .reception span {
  text-align: center;
}

.header__nav_sp .reception small {
  font-size: 1.2rem;
}

.header__nav_sp .reception .label {
  padding: 0 10px;
  border: solid 1px var(--base-color);
  font-size: 1.2rem;
}

.header__nav_sp .reception .num {
  position: relative;
  padding-left: 20px;
  color: var(--point-color);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.header__nav_sp .reception .num::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background: url(../img/common/icon-fax.svg) no-repeat center center/contain;
  content: "";
}

.header__nav_sp .header__nav_sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-top: 28px;
  gap: 10px;
}

.header__nav_sp .header__nav_sub::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 235px;
  height: 1px;
  margin: auto;
  background-color: var(--line-color);
  content: "";
}

.header__nav_sp .header__nav_sub li + li {
  position: relative;
  padding-left: 10px;
}

.header__nav_sp .header__nav_sub li + li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: var(--base-color);
  content: "";
}

.header__nav_sp .header__nav_sub a {
  font-size: 1.2rem;
  line-height: 1;
}

.footer {
  padding-bottom: 70px;
  border-top: solid 2px var(--point-color);
}

.footer__pageTop {
  width: 100%;
  max-width: 235px;
  height: 40px;
  margin: 0 auto 50px;
  border-radius: 0 0 25px 25px;
  background-color: var(--point-color);
}

.footer__pageTop button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.footer__pageTop button::before {
  -webkit-transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-top: 5px;
  transform: rotate(-45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}

.footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 25px;
  gap: 50px;
}

.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__logo a {
  width: 136px;
}

.footer__logo_txt {
  margin: 25px 0 20px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer__nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 760px;
  gap: 10px;
}

.footer__nav_list {
  width: calc(25% - 5px);
}

.footer__nav_item {
  margin-top: 15px;
}

.footer__nav_item a {
  line-height: 1.3;
}

.footer__nav_sub {
  padding-left: 1.2rem;
}

.footer button.js-accordion {
  display: none;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 18px 25px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.footer button.js-accordion::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: var(--base-transition);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  transition: var(--base-transition);
}

.footer button.js-accordion.active::after {
  -webkit-transform: rotate(135deg);
  bottom: 5px;
  transform: rotate(135deg);
}

.footer .js-accordion__contents {
  -ms-flex-wrap: wrap;
  display: none;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 25px 23px 35px;
  gap: 15px;
  background-color: var(--bg-color);
}

.footer__copy {
  color: #999;
  font-size: 1rem;
}

.footer__copy.tab {
  display: none;
  margin-top: 20px;
}

.article__contents {
  padding-top: 45px;
}

.article__contents .c-title01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}

.article__contents .c-title01::before {
  top: 9px;
}

.article__category_parent {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: flex-end;
  margin-top: -30px;
  padding: 0 50px 0 100px;
  gap: 10px;
  border-bottom: solid 3px var(--point-color);
}

.article__category_parent a {
  padding: 11px 28px;
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  border-left: solid 1px var(--point-color);
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

.article__category_parent a.current {
  background-color: var(--point-color);
  color: #fff;
  pointer-events: none;
}

.article__category_child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
  gap: 10px;
}

.article__category_title {
  width: 100%;
  max-width: 160px;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}

.article__category_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.article__category_item {
  padding: 3px 16px;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  font-weight: 600;
}

.article__category_item.current {
  background-color: var(--point-color);
  color: #fff;
}

.article__select,
.article__select_child {
  position: relative;
  width: 100%;
}

.article__select::after,
.article__select_child::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}

.article__select select,
.article__select_child select {
  position: relative;
  width: 100%;
  padding: 15px 24px;
  border: none;
  border-radius: 10px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
}

.article__select_child {
  margin-top: 10px;
}

.article__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 50px 30px;
}

.article__thumb {
  aspect-ratio: 380/254;
  width: 100%;
  margin-bottom: 20px;
}

.article__thumb img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.article__item {
  width: calc(33.3333333333% - 20px);
}

.article__item_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 20px;
}

.article__item_category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.article__item_category .parent {
  padding: 2px 20px 1px;
  border: solid 1px var(--lightBlue-color);
  border-radius: 100px;
  font-size: 1.2rem;
}

.article__item_category .child {
  font-size: 1.2rem;
}

.article__item_date {
  color: #999;
  font-size: 1.2rem;
}

.article__item_title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.36;
}

.article__item .txt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article.detail .detail__contents {
  padding: 65px 0 100px;
}

.article.detail .detail__contents .inner {
  max-width: 840px;
}

.article.detail .detail__date {
  margin-bottom: 5px;
  color: #999;
  font-size: 1.2rem;
}

.article.detail .detail__title {
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line-color);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
}

.article.detail .detail__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
}

.article.detail .detail__category .parent {
  padding: 1px 15px 2px;
  border: solid 1px var(--lightBlue-color);
  border-radius: 100px;
  font-size: 1.2rem;
}

.article.detail .detail__category .child {
  font-size: 1.2rem;
}

.article.detail .detail__thumb {
  width: 100%;
  margin-top: 20px;
}

.article.detail .detail__thumb img {
  width: 100%;
}

.article.detail .detail__wrapper {
  margin: 40px 0;
}

.article.detail .detail__pager {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  gap: 30px;
}

.article.detail .detail__pager_wrap {
  width: calc(50% - 100px);
}

.article.detail .detail__pager_button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}

.article.detail .detail__pager_button.prev {
  padding-left: 76px;
}

.article.detail .detail__pager_button.prev::before {
  left: 0;
}

.article.detail .detail__pager_button.prev::after {
  left: 18px;
}

.article.detail .detail__pager_button.next {
  padding-right: 76px;
}

.article.detail .detail__pager_button.next::before {
  right: 0;
}

.article.detail .detail__pager_button.next::after {
  -webkit-transform: scale(-1, 1);
  right: 18px;
  transform: scale(-1, 1);
}

.article.detail .detail__pager_button::before {
  -webkit-transition: var(--base-transition);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: solid 1px var(--point-color);
  border-radius: 50%;
  content: "";
  transition: var(--base-transition);
}

.article.detail .detail__pager_button::after {
  -webkit-mask: url(../img/common/icon-arrow02.svg) no-repeat center center/contain;
  -webkit-transition: var(--base-transition);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 13px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow02.svg) no-repeat center center/contain;
  transition: var(--base-transition);
}

.article.detail .detail__pager .en {
  color: #999;
  font-size: 1.2rem;
}

.article.detail .detail__pager .title {
  font-size: 1.2rem;
  line-height: 1.5;
}

.article.detail .detail__pager_punctuation {
  -ms-flex-negative: 0;
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.article.detail .detail__pager_punctuation::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--line-color);
  content: "";
}

.article.detail .detail__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 30px;
}

.article.detail .detail__button .c-btn01 {
  width: calc(50% - 15px);
  max-width: inherit;
}

.cart__product {
  padding-top: 40px;
}

.cart__product .inner {
  max-width: 840px;
}

.cart__table {
  margin: 30px 0 50px;
}

.cart__table table {
  width: 100%;
}

.cart__table .c-btn02 {
  max-width: 350px;
  margin: 20px auto;
  font-size: 1.6rem;
}

.cart__table thead th {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  background-color: var(--bg-color02);
  font-weight: 600;
  text-align: center;
}

.cart__table thead th + th {
  border-left: solid 1px var(--line-color);
}

.cart__table tbody td {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  vertical-align: middle;
}

.cart__item {
  width: 410px;
  padding: 0 !important;
}

.cart__item a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  gap: 20px;
}

.cart__item_thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.cart__item_thumb img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.cart__item_category {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  gap: 3px 6px;
}

.cart__item_category .c-product__category,
.cart__item_category .c-product__category_sub {
  margin: 0;
  font-size: 1rem;
}

.cart__item_category .c-product__category {
  padding-left: 13px;
}

.cart__item_category .c-product__category::before {
  width: 9px;
  height: 9px;
}

.cart__item_title {
  font-size: 1.4rem;
}

.cart__item_number,
.cart__item_size {
  font-size: 1.2rem;
}

.cart__item_price {
  width: 170px;
}

.cart__item_quantity {
  width: 130px;
}

.cart__item_quantity_inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 7px;
}

.cart__item_quantity input {
  width: 90px;
  padding: 10px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.cart__item_quantity button {
  padding: 10px 15px;
  border-radius: 100px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.cart__item_delete {
  width: 10%;
}

.cart__item_delete_inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cart__item_delete button {
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../img/common/icon-delete.svg) no-repeat center center/contain;
  color: transparent;
  text-indent: 100px;
}

.cart__total {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: baseline;
  justify-content: center;
  margin-top: -1px;
  padding: 15px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  background-color: var(--bg-color02);
}

.cart__total_label {
  font-weight: 600;
  font-size: 1.6rem;
}

.cart__total_num {
  font-size: 1.4rem;
}

.cart__total_price {
  color: var(--red-color);
  font-weight: 600;
  font-size: 2.4rem;
}

.cart__total_price .unit {
  font-size: 1.2rem;
}

.cart__total_price .tax {
  color: var(--base-color);
  font-weight: 400;
  font-size: 1.2rem;
}

.cart__total_caution {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #999;
  font-size: 1rem;
}

.cart__induction {
  position: relative;
  margin-top: 50px;
  padding-bottom: 40px;
  color: var(--lightBlue-color);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.94;
  text-align: center;
}

.cart__induction::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: solid 3px var(--orange-color);
  border-left: solid 3px var(--orange-color);
  border-radius: 0 0 0 4px;
  content: "";
}

.cart__form {
  padding: 60px 30px 70px;
  border-radius: 10px;
  background-color: var(--point-color);
}

.cart .form_area {
  max-width: 600px;
  margin: 20px auto 0;
}

.cart .form_area table {
  width: 100%;
}

.cart .form_area th {
  width: 170px;
  padding-top: 22px !important;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
}

.cart .form_area th .caution {
  color: var(--orange-color);
  font-size: 1.2rem;
}

.cart .form_area th,
.cart .form_area td {
  padding: 10px 0;
}

.cart .form_area input,
.cart .form_area textarea {
  width: 100%;
  padding: 13px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  font-size: 1.4rem;
}

.cart .form_area textarea {
  height: 135px;
}

.cart .form_area .addressbox_top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.cart .form_area .addressbox_num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}

.cart .form_area .addressbox_num input {
  width: 90px;
}

.cart .form_area .addressbox_prefectures {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart .form_area .addressbox_prefectures_label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.cart .form_area .addressbox_prefectures_select {
  position: relative;
  width: 120px;
}

.cart .form_area .addressbox_prefectures_select::after {
  -webkit-clip-path: polygon(50% 80%, 0 0, 100% 0);
  position: absolute;
  top: 3px;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #999;
  content: "";
  clip-path: polygon(50% 80%, 0 0, 100% 0);
  pointer-events: none;
}

.cart .form_area .addressbox_prefectures select {
  width: 100%;
  padding: 17px 15px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  background-color: #fff;
  color: var(--base-color);
}

.cart .form_area .btn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  gap: 10px;
}

.cart .form_area .c-btn01 {
  -webkit-transition: var(--base-transition);
  border: solid 1px var(--orange-color);
  background-color: var(--orange-color);
  transition: var(--base-transition);
}

.cart .form_area .c-btn01 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  opacity: 0;
}

.cart .form_area .is-error {
  color: var(--red-color);
  font-size: 1.2rem;
}

.cart .privacy {
  margin-top: 10px;
}

.cart .privacy__contents {
  height: 160px;
  padding: 24px;
  border-radius: 10px;
  background-color: var(--bg-color);
  font-size: 1.2rem;
}

.cart .privacy__contents_inn {
  height: 100%;
  padding-right: 10px;
  overflow-y: scroll;
}

.cart .privacy__contents_inn::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.cart .privacy__contents_inn::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}

.cart .privacy__contents_title {
  margin-bottom: 10px;
  font-weight: 600;
}

.cart .privacy__contents_title:not(:first-of-type) {
  margin-top: 30px;
}

.cart .privacy__contents_inn ul {
  list-style: disc;
  padding-left: 15px;
  margin: 5px 0;
}

.cart .privacy .privacyAgree {
  position: relative;
  max-width: 450px;
  margin: 30px auto 0;
}

.cart .privacy .privacyAgree input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.cart .privacy .privacyAgree input:checked + label::after {
  opacity: 1;
}

.cart .privacy .privacyAgree label {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.43;
  cursor: pointer;
}

.cart .privacy .privacyAgree label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  border: solid 1px var(--line-color);
  border-radius: 4px;
  background-color: #fff;
  content: "";
}

.cart .privacy .privacyAgree label::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 6px;
  width: 12px;
  height: 8px;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: solid 3px var(--lightBlue-color);
  border-left: solid 3px var(--lightBlue-color);
  border-radius: 0 0 0 3px;
  content: "";
  opacity: 0;
}

.cart.confirm .cart__item a {
  pointer-events: none;
}

.cart.confirm .form_area {
  max-width: inherit;
}

.cart.confirm .form_area th {
  color: var(--base-color);
}

.cart__noItem {
  margin: 50px 0 0;
  text-align: center;
}

.company::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 382px;
  background: url(../img/top/img-intro.webp) no-repeat center center/contain;
  content: "";
}

.company::after {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  width: 1186px;
  height: 1186px;
  background: linear-gradient(225deg, #004EA2 10%, #BBE8FF 34.5%, #FFF 50%);
  content: "";
}

.company .c-title01 {
  margin-top: 40px;
}

.company__navigation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 10px;
}

.company__navigation a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 70px;
  gap: 8px;
  border: solid 1px var(--point-color);
  border-radius: 10px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
}

.company__navigation a::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: var(--base-transition);
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  content: "";
  transition: var(--base-transition);
}

.company .greeting {
  padding-top: 80px;
}

.company .greeting__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.company .greeting__president {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.company .greeting__president .img {
  width: 300px;
  height: 400px;
  margin-bottom: 15px;
}

.company .greeting__president .name {
  font-weight: 600;
  font-size: 2rem;
}

.company .greeting__president small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.43;
}

.company .philosophy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: url(../img/common/icon-k.svg) no-repeat center center/contain;
  content: "";
}

.company .philosophy__wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(238deg, #509CEE 0%, #004EA2 69.36%);
}

.company .philosophy .c-title02 {
  margin-bottom: 50px;
  color: #fff;
  opacity: 0.5;
}

.company .philosophy .txt {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

.company .philosophy__logo {
  width: 100px;
  height: 45px;
  margin: 40px 0 0 auto;
  opacity: 0.5;
}

.company .profile {
  padding: 0;
}

.company .profile .inner {
  max-width: 840px;
}

.company .profile__table th,
.company .profile__table td {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  font-size: 1.4rem;
  text-align: left;
}

.company .profile__table th {
  width: 175px;
  background-color: var(--bg-color02);
  font-weight: 600;
}

.company .history .inner {
  max-width: 840px;
}

.company .history__table th,
.company .history__table td {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}

.company .history__table tr:nth-of-type(odd) {
  background-color: var(--bg-color);
}

.company .history__table tr th {
  font-style: normal;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
}

.company .history__table tr th:first-of-type {
  width: 156px;
}

.company .history__table tr th:nth-of-type(2) {
  width: 60px;
  border-right: solid 1px var(--line-color);
  border-left: solid 1px var(--line-color);
  text-align: right;
}

.company .history__table tr th .wareki {
  font-size: 1.2rem;
}

.company .access {
  padding-top: 0;
}

.company .access .inner {
  max-width: 840px;
}

.company .access__address {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
  gap: 20px;
}

.company .access__address .label {
  font-weight: 600;
  font-size: 2rem;
}

.company .access__map {
  width: 100%;
  height: 370px;
}

.company .access__map iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__title {
  margin: 30px 0 15px;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.contact__title + .txt {
  text-align: center;
}

.contact .faq {
  padding-top: 40px;
}

.contact .faq .inner {
  max-width: 840px;
}

.contact .faq .c-title01 {
  margin-bottom: 40px;
}

.contact .faq__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 5px;
}

.contact .faq__wrap + .faq__title {
  margin-top: 40px;
}

.contact .faq__wrap {
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.contact .faq__wrap + .faq__wrap {
  margin-top: 10px;
}

.contact .faq .question {
  position: relative;
  padding: 13px 20px 13px 40px;
  border-bottom: solid 1px var(--line-color);
  font-weight: 600;
  font-size: 1.4rem;
}

.contact .faq .question::before {
  position: absolute;
  top: 11px;
  left: 20px;
  content: "Q";
  color: var(--orange-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "montserrat", sans-serif;
}

.contact .faq .answer {
  position: relative;
  padding: 13px 20px 13px 40px;
  font-size: 1.4rem;
}

.contact .faq .answer::before {
  position: absolute;
  top: 12px;
  left: 20px;
  content: "A";
  color: var(--lightBlue-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "montserrat", sans-serif;
}

.contact .form {
  background-color: var(--point-color);
}

.contact .form .inner {
  max-width: 840px;
}

.contact .form__wrapper {
  margin-top: 30px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.contact .form__wrapper.tel .txt {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 10px;
  gap: 0 10px;
  font-size: 1.4rem;
  text-align: center;
}

.contact .form__wrapper.tel small {
  font-size: 1.2rem;
}

.contact .form__wrapper.fax .txt {
  font-size: 1.4rem;
}

.contact .form__wrapper.fax .caution {
  position: relative;
  padding-left: 1.2rem;
  color: var(--base-color);
  font-size: 1.2rem;
}

.contact .form__wrapper.fax .caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.contact .form__wrapper.fax .caution a {
  display: inline;
  color: var(--lightBlue-color);
  text-decoration: underline;
}

.contact .form__wrapper.mailForm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact .form__title {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.contact .form__tel,
.contact .form__fax {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact .form__tel .icon,
.contact .form__fax .icon {
  fill: var(--point-color);
  width: 18px;
  height: 18px;
}

.contact .form__tel .en,
.contact .form__fax .en {
  color: var(--point-color);
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.contact .form__tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.contact .form__fax {
  margin-top: 18px;
}

.contact .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  gap: 15px 30px;
}

.contact .form__wrap_item:last-of-type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 235px;
}

.contact .form__wrap .c-btn02 {
  margin-bottom: 10px;
}

.contact .form_area {
  max-width: 600px;
  margin: 20px auto 0;
}

.contact .form_area table {
  width: 100%;
}

.contact .form_area th {
  width: 170px;
  padding-top: 22px !important;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
}

.contact .form_area th .caution {
  font-size: 1.2rem;
}

.contact .form_area th,
.contact .form_area td {
  padding: 10px 0;
}

.contact .form_area input,
.contact .form_area textarea {
  width: 100%;
  padding: 13px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  font-size: 1.4rem;
}

.contact .form_area textarea {
  height: 135px;
}

.contact .form_area .btn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  gap: 10px;
}

.contact .form_area .c-btn01 {
  -webkit-transition: var(--base-transition);
  border: solid 1px var(--orange-color);
  background-color: var(--orange-color);
  transition: var(--base-transition);
}

.contact .form_area .c-btn01 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  opacity: 0;
}

.contact .form_area .is-error {
  color: var(--red-color);
  font-size: 1.2rem;
}

.contact .privacy {
  margin-top: 10px;
}

.contact .privacy__contents {
  height: 160px;
  padding: 24px;
  border-radius: 10px;
  background-color: var(--bg-color);
  font-size: 1.2rem;
}

.contact .privacy__contents_inn {
  height: 100%;
  padding-right: 10px;
  overflow-y: scroll;
}

.contact .privacy__contents_inn::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.contact .privacy__contents_inn::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}

.contact .privacy__contents_title {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact .privacy__contents_title:not(:first-of-type) {
  margin-top: 30px;
}

.contact .privacy__contents_inn ul {
  list-style: disc;
  padding-left: 15px;
  margin: 5px 0px;
}

.contact .privacy .privacyAgree {
  position: relative;
  max-width: 450px;
  margin: 30px auto 0;
}

.contact .privacy .privacyAgree input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact .privacy .privacyAgree input:checked + label::after {
  opacity: 1;
}

.contact .privacy .privacyAgree label {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 1.4rem;
  line-height: 1.43;
  cursor: pointer;
}

.contact .privacy .privacyAgree label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  border: solid 1px var(--line-color);
  border-radius: 4px;
  content: "";
}

.contact .privacy .privacyAgree label::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 6px;
  width: 12px;
  height: 8px;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: solid 3px var(--lightBlue-color);
  border-left: solid 3px var(--lightBlue-color);
  border-radius: 0 0 0 3px;
  content: "";
  opacity: 0;
}

.confirm__contents .inner {
  max-width: 840px;
}

.confirm__contents .c-title01 {
  margin-bottom: 30px;
}

.confirm__title {
  margin: 50px 0 20px;
  font-weight: 600;
  font-size: 2rem;
}

.confirm .form_area table {
  width: 100%;
}

.confirm .form_area th,
.confirm .form_area td {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  font-size: 1.4rem;
  text-align: left;
}

.confirm .form_area th {
  width: 175px;
  background-color: var(--bg-color02);
  font-weight: 600;
}

.confirm .form_area .btn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 10px 30px;
}

.confirm .form_area .btn-area .c-btn01 {
  max-width: 240px;
}

.confirm .form_area .btn-area .submit {
  background-color: var(--orange-color);
}

.confirm .form_area .btn-area .cancel {
  padding: 10px 24px 10px 55px;
  border: solid 1px var(--bg-color);
  background-color: var(--bg-color);
  color: var(--base-color);
}

.confirm .form_area .btn-area .cancel::after {
  -webkit-mask: url(../img/common/icon-arrow01.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
  right: inherit;
  left: 20px;
  transform: scale(-1, 1);
  background: none;
  background-color: var(--base-color);
  mask: url(../img/common/icon-arrow01.svg) no-repeat center center/contain;
}

.thanks .c-title01 + .txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.thanks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 590px;
  margin: 40px auto 50px;
  gap: 30px;
}

.thanks__wrap {
  width: calc(50% - 15px);
  padding: 20px;
  border: solid 1px var(--point-color);
  border-radius: 10px;
}

.thanks__wrap .txt {
  font-size: 1.4rem;
  text-align: center;
}

.thanks__wrap small {
  font-size: 1.2rem;
}

.thanks__wrap .c-btn01 {
  margin: 0 auto;
}

.thanks .c-btn02 {
  margin: 0 auto;
}

.thanks__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.thanks__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 6px;
}

.thanks__tel .icon {
  fill: var(--point-color);
  width: 18px;
  height: 18px;
}

.thanks__tel .en {
  color: var(--point-color);
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.thanks__time {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 12px auto 0;
  padding: 0 5px;
  border: solid 1px var(--base-color);
  font-size: 1.2rem;
}

.law__contents {
  padding-top: 40px;
}

.law__contents .inner {
  max-width: 840px;
}

.law__table {
  width: 100%;
  margin-top: 50px;
}

.law__table table {
  width: 100%;
}

.law__table th,
.law__table td {
  padding: 15px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  font-size: 1.4rem;
}

.law__table th {
  width: 175px;
  background-color: var(--bg-color02);
  font-weight: 600;
  text-align: left;
}

.notFound__contents {
  padding-top: 60px;
}

.notFound__contents .txt {
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.notFound__contents .c-btn02 {
  margin: 40px auto 0;
}

.product__contents {
  padding-top: 45px;
}

.product__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 65px;
  gap: 5px;
}

.product__category_item {
  padding: 3px 16px;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  font-weight: 600;
}

.product__category_item.current {
  background-color: var(--point-color);
  color: #fff;
}

.product__select {
  position: relative;
  width: 100%;
  margin: 20px 0 50px;
}

.product__select::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}

.product__select select {
  position: relative;
  width: 100%;
  padding: 15px 45px 15px 24px;
  border: none;
  border-radius: 10px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
}

.product__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 35px;
}

.product__list .c-product {
  width: calc(20% - 28px);
}

.product.detail .detail__contents {
  padding: 50px 0 80px;
}

.product.detail .detail__contents_title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: var(--point-color);
  font-weight: 600;
  font-size: 1.8rem;
}

.product.detail .detail__contents_title::before {
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.product.detail .detail__contents_title.method::before {
  -webkit-mask-image: url(../img/common/icon-document.svg);
  mask-image: url(../img/common/icon-document.svg);
}

.product.detail .detail__contents_title.feature::before {
  -webkit-mask-image: url(../img/common/icon-feature.svg);
  mask-image: url(../img/common/icon-feature.svg);
}

.product.detail .detail__contents_title.download::before {
  -webkit-mask-image: url(../img/common/icon-download.svg);
  mask-image: url(../img/common/icon-download.svg);
}

.product.detail .detail__contents_title.caution::before {
  -webkit-mask-image: url(../img/common/icon-caution.svg);
  background-color: var(--red-color);
  mask-image: url(../img/common/icon-caution.svg);
}

.product.detail .detail__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.product.detail .detail__img {
  position: relative;
  width: calc(50% - 15px);
}

.product.detail .detail__title {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 1.27;
}

.product.detail .detail__info_head {
  margin-bottom: 30px;
  padding: 30px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.product.detail .detail__info_wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 15px;
}

.product.detail .detail__info .c-product__tag + .detail__info_wrapper {
  margin-top: 20px;
}

.product.detail .detail__info_top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}

.product.detail .detail__info .c-product__category,
.product.detail .detail__info .c-product__category_sub {
  margin: 0;
}

.product.detail .detail__info .c-product__price .label {
  font-size: 1.2rem;
}

.product.detail .detail__info .c-product__price .price {
  font-size: 2.4rem;
}

.product.detail .detail__info .c-product__tag {
  margin: 15px 0 20px;
  gap: 5px;
}

.product.detail .detail__info_model {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #999;
  font-size: 1.2rem;
}

.product.detail .detail__info_model .en {
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.6rem;
}

.product.detail .detail__info_caution li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.83;
  text-decoration: underline;
}

.product.detail .detail__info_caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.product.detail .detail__info_form .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  overflow: hidden;
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.product.detail .detail__info_form .number .label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
}

.product.detail .detail__info_form .number input {
  padding: 10px;
  border: none;
  font-size: 1.4rem;
  width: 100%;
}

.product.detail .detail__info_form .c-btn02 {
  -webkit-transition: var(--base-transition);
  height: 60px;
  background-color: var(--orange-color);
  font-size: 1.8rem;
  transition: var(--base-transition);
  margin: 0 auto;
}

.product.detail .detail__info_form .c-btn02 .icon {
  opacity: 1;
}

.product.detail .detail__info_table {
  width: 100%;
}

.product.detail .detail__info_table th,
.product.detail .detail__info_table td {
  padding: 10px;
  border: solid 1px var(--line-color);
  font-size: 1.4rem;
  text-align: left;
}

.product.detail .detail__info_table th {
  width: 130px;
  background-color: var(--bg-color02);
}

.product.detail .detail__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}

.product.detail .detail__bottom_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

.product.detail .detail__feature {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 15px);
}

.product.detail .detail__feature p {
  margin: 10px 0;
}

.product.detail .detail__feature ul {
  margin: 10px 0;
  padding-left: 1.6rem;
  list-style: disc;
}

.product.detail .detail__feature ol {
  margin: 10px 0;
  padding-left: 1.6rem;
  list-style: decimal;
}

.product.detail .detail__feature strong {
  font-weight: 700;
}

.product.detail .detail__feature a {
  display: inline;
  color: var(--lightBlue-color);
  text-decoration: underline;
}

.product.detail .detail__download {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
}

.product.detail .detail__download .c-btn02 {
  margin-top: 10px;
}

.product.detail .detail__caution .txt {
  font-size: 1.4rem;
}

.product.detail .detail__caution_product {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  gap: 20px;
}

.product.detail .detail__caution .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.product.detail .detail__caution .img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product.detail .detail__caution .title {
  font-weight: 600;
  font-size: 1.4rem;
}

.product.detail .detail__other {
  padding: 0 0 100px;
}

.product.detail .detail__other .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.product.detail .detail__other_title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 30px;
  color: var(--point-color);
  font-weight: 600;
  font-size: 2.4rem;
}

.product.detail .detail__other_title::before,
.product.detail .detail__other_title::after {
  position: absolute;
  bottom: 0;
  color: var(--point-color);
}

.product.detail .detail__other_title::before {
  left: 0;
  content: "＼";
}

.product.detail .detail__other_title::after {
  right: 0;
  content: "／";
}

.product.detail .detail__other_txt {
  font-weight: 600;
  text-align: center;
}

.product.detail .detail__other_product {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
  gap: 30px;
}

.product.detail .detail__other .c-product {
  width: calc(50% - 15px);
}

.product.detail .detail__recommend,
.product.detail .detail__relation {
  width: calc(50% - 15px);
  padding: 50px;
  border-radius: 10px;
}

.product.detail .detail__recommend {
  background-color: #FFFAE8;
}

.product.detail .detail__relation {
  background-color: var(--bg-color02);
}

.product.detail .js-product-swiper-main,
.product.detail .js-product-swiper-thumb {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.product.detail .js-product-swiper-main {
  aspect-ratio: 1/1;
  width: 100%;
  padding: 10px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.product.detail .js-product-swiper-main img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product.detail .js-product-swiper-main .swiper-button-prev,
.product.detail .js-product-swiper-main .swiper-button-next {
  -webkit-transition: var(--base-transition);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: var(--base-transition);
}

.product.detail .js-product-swiper-main .swiper-button-prev::after,
.product.detail .js-product-swiper-main .swiper-button-next::after {
  width: 12px;
  height: 12px;
  border-bottom: solid 2px var(--point-color);
  border-left: solid 2px var(--point-color);
  content: "";
}

.product.detail .js-product-swiper-main .swiper-button-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.product.detail .js-product-swiper-main .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
  margin-right: -5px;
  transform: rotate(45deg);
}

.product.detail .js-product-swiper-main .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.product.detail .js-product-swiper-main .swiper-button-next::after {
  -webkit-transform: rotate(-135deg);
  margin-left: -5px;
  transform: rotate(-135deg);
}

.product.detail .js-product-swiper-thumb {
  margin-top: 20px;
}

.product.detail .js-product-swiper-thumb .swiper-slide {
  aspect-ratio: 1/1;
  padding: 3px;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  cursor: pointer;
}

.product.detail .js-product-swiper-thumb .swiper-slide-thumb-active {
  border: solid 1px var(--point-color);
}

.product.detail .js-product-swiper-thumb img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rental__contents {
  padding-top: 40px;
} 

.rental__contents .inner {
  max-width: 840px;
} 

.rental__wrap {
  margin-top: 60px;
} 

.rental__title {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
} 

.rental__title::before {
  content: '';
  background-color: var(--point-color);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} 

.rental__wrap p {
  line-height: 2;
}

.rental__wrap ol:not(.sub) {
  list-style: decimal;
  padding-left: 1.6rem;
}

.rental__wrap li {
  line-height: 2;
}

.top .mv {
  padding: 20px 0 8px;
  background-color: var(--bg-color);
}

.top .mv .inner {
  max-width: 1140px;
}

.top .mv .js-mv-swiper {
  position: relative;
  padding-bottom: 32px;
}

.top .mv .js-mv-swiper .swiper-pagination {
  bottom: 0;
}

.top .mv .js-mv-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.top .mv .js-mv-swiper .swiper-pagination-bullet-active {
  background-color: var(--lightBlue-color);
}

.top .mv .js-mv-swiper .swiper-button-prev,
.top .mv .js-mv-swiper .swiper-button-next {
  -webkit-transition: var(--base-transition);
  top: calc(50% - 30px);
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: var(--base-transition);
}

.top .mv .js-mv-swiper .swiper-button-prev::after,
.top .mv .js-mv-swiper .swiper-button-next::after {
  width: 18px;
  height: 18px;
  border-bottom: solid 2px var(--point-color);
  border-left: solid 2px var(--point-color);
  content: "";
}

.top .mv .js-mv-swiper .swiper-button-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.top .mv .js-mv-swiper .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
  margin-right: -5px;
  transform: rotate(45deg);
}

.top .mv .js-mv-swiper .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.top .mv .js-mv-swiper .swiper-button-next::after {
  -webkit-transform: rotate(-135deg);
  margin-left: -5px;
  transform: rotate(-135deg);
}

/* .top .intro {
  position: relative;
  padding: 54px 0 32px;
}

.top .intro .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 40px;
}

.top .intro__title {
  margin-bottom: 22px;
  color: var(--point-color);
  font-weight: 600;
  font-size: 3.2rem;
}

.top .intro__sub {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2rem;
}

.top .intro__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46%;
  max-width: 550px;
}

.top .intro__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}

.top .intro__bg .icon {
  fill: var(--point-color);
  width: 400px;
  height: 400px;
} */

.top .news .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.top .news__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top .news__contents {
  width: 100%;
  max-width: 880px;
}

.top .news__contents_category {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-bottom: solid 3px var(--point-color);
}

.top .news__contents_category button {
  -webkit-transition: var(--base-transition);
  width: 120px;
  height: 50px;
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  border-left: solid 1px var(--point-color);
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  font-size: 1.6rem;
  transition: var(--base-transition);
}

.top .news__contents_category button.current {
  background-color: var(--point-color);
  color: #fff;
  pointer-events: none;
}

.top .news__contents_item {
  border-bottom: solid 1px #d6d6d6;
}

.top .news__contents_item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  gap: 40px;
}

.top .news__contents_wrap {
  -ms-flex-negative: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-width: 90px;
  gap: 5px;
}

.top .news__contents_wrap .date {
  color: var(--line-color02);
  font-size: 1.2rem;
}

.top .news__contents_wrap .category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1px 20px;
  border: solid 1px var(--lightBlue-color);
  border-radius: 100px;
  font-size: 1.2rem;
}

.top .news__contents_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.63;
}

.top .recommend__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px 112px;
}

.top .recommend__title .txt {
  font-weight: 600;
  font-size: 1.4rem;
}

.top .recommend__title .txt .caution {
  font-size: 1.6rem;
}

.top .recommend__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}

.top .recommend__navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 25px;
}

.top .scene__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px 112px;
}

.top .scene__title .txt {
  font-weight: 600;
  font-size: 1.4rem;
}

.top .scene__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.top .scene__item {
  width: calc(33.3333333333% - 20px);
}

.top .scene__item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top .scene__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .scene__txt {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 18px 40px 18px 20px;
  gap: 4px 5px;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}

.top .scene__txt small {
  font-size: 1.6rem;
}

.top .scene__txt::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}

.top .strength .js-strength-swiper {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.top .strength .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 33px;
}

.top .strength__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.47;
}

.top .strength__list li {
  padding-left: 26px;
  font-weight: 600;
  position: relative;
}

.top .strength__list li::before {
  content: '';
  background: url(../img/common/icon-check.svg) no-repeat center center / contain;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
}

.top .strength__list li + li {
  margin-top: 10px;
}

.top .strength .marker {
  color: var(--orange-color);
}

.top .strength__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}

.top .strength__navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
  gap: 24px;
}

.top .strength .swiper-pagination {
  position: relative;
  bottom: inherit;
  width: auto;
  font-weight: 600;
  font-size: 1.8rem;
}

.top .strength__line {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 930px;
  height: 50px;
  margin: auto;
}

.top .strength__line_top {
  top: 48px;
}

.top .strength__line_bottom {
  bottom: 30px;
}

.top .strength__line_bottom::before,
.top .strength__line_bottom::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.top .strength__line::before,
.top .strength__line::after {
  position: absolute;
  top: 0;
  width: 188px;
  height: 100%;
  border-top: solid 5px #9CE0FA;
  content: "";
}

.top .strength__line::before {
  left: 25px;
  border-left: solid 5px #9CE0FA;
  border-radius: 10px 0 0 0;
}

.top .strength__line::after {
  right: 25px;
  border-right: solid 5px #9CE0FA;
  border-radius: 0 10px 0 0;
}

.top .works__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px 112px;
}

.top .works__title .txt {
  font-weight: 600;
  font-size: 1.4rem;
}

.top .works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.top .works__item {
  position: relative;
  aspect-ratio: 1/1;
  width: calc(25% - 9px);
}

.top .works__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.top .works__item a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.top .works__item a::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}

.top .works__item a[data-category=event] {
  background: url(..//img/top/img-works01.webp) no-repeat center center/cover;
}

.top .works__item a[data-category=pomp] {
  background: url(..//img/top/img-works02.webp) no-repeat center center/cover;
}

.top .works__item a[data-category=construction] {
  background: url(..//img/top/img-works03.webp) no-repeat center center/cover;
}

.top .works__item a[data-category=electric] {
  background: url(..//img/top/img-works04.webp) no-repeat center center/cover;
}

.top .works .c-btn01 {
  margin: 28px 0 0 auto;
}

.top .price__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px 80px;
}

.top .price__title .txt {
  font-weight: 600;
  font-size: 1.4rem;
}

.top .price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  gap: 30px;
}

.top .price__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
}

.top .price__wrap {
  width: calc(100% - 205px);
}

.top .price__table {
  width: 100%;
}

.top .price__table table {
  width: 100%;
  min-width: 750px;
  table-layout: fixed;
}

.top .price__table thead th {
  background-color: var(--bg-color02);
  text-align: center;
}

.top .price__table th,
.top .price__table td {
  padding: 8px 16px;
  border: solid 1px var(--line-color);
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
}

.top .price__table th {
  font-weight: 600;
}

.top .price__table .center {
  text-align: center;
}

.top .price__caution {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.top .price__caution li {
  position: relative;
  padding-left: 1.2rem;
}

.top .price__caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.top .contact {
  padding-top: 0;
  padding-bottom: 50px;
}

.top .contact__wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px 80px;
  border-radius: 10px;
  background-color: var(--point-color);
}

.top .contact__wrapper::after {
  -webkit-mask: url(..//img/common/icon-k.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 605px;
  height: 594px;
  background-color: #fff;
  content: "";
  mask: url(..//img/common/icon-k.svg) no-repeat center left/contain;
  opacity: 0.1;
}

.top .contact__wrapper_inner {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.top .contact__top {
  margin: 30px 0;
}

.top .contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top .contact__bottom .contact__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.3333333333% - 15px);
}

.top .contact__bottom .contact__wrap .txt {
  font-size: 1.4rem;
  text-align: center;
}

.top .contact__bottom .contact__wrap small {
  font-size: 1.2rem;
}

.top .contact__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 12px;
  border-radius: 10px;
  background-color: #fff;
}

.top .contact__title {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

.top .contact__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 6px;
}

.top .contact__tel .icon {
  fill: var(--point-color);
  width: 20px;
  height: 20px;
}

.top .contact__tel .en {
  color: var(--point-color);
  font-weight: 600;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
}

.top .contact__tel .en small {
  font-size: 1.8rem;
  margin-right: 7px;
}

.top .contact__time {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 12px auto 0;
  padding: 0 5px;
  border: solid 1px var(--base-color);
  font-size: 1.2rem;
}

.top .banner {
  padding-bottom: 120px;
}

.top .banner__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .cart__table table {
    border-bottom: solid 1px var(--line-color);
  }

  .cart__table tbody td + td {
    border-left: solid 1px var(--line-color);
  }

  .cart.confirm .cart__item_price,
  .cart.confirm .cart__item_quantity {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo {
    gap: 10px;
  }

  .header__logo a {
    width: 120px;
  }

  .header__logo_txt {
    font-size: 0.8rem;
  }

  .header__nav_list {
    gap: 15px;
  }

  .header__nav_item a {
    font-size: 1.6rem;
  }

  .header__nav_cart {
    padding: 0 20px;
  }

  .footer__nav {
    gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }

  .body-wrapper {
    min-height: calc(100vh - 406px);
    min-height: calc(100dvh - 406px);
  }

  section {
    padding: 80px 0;
  }

  main {
    margin-top: 60px;
  }

  .c-flow__list {
    gap: 15px;
  }

  .c-flow__title {
    font-size: 1.6rem;
  }

  .header {
    height: 60px;
  }

  .header__inner {
    padding: 0 0 0 14px;
  }

  .header__logo a {
    width: 78px;
  }

  .header__sp .header__nav_cart {
    display: block;
  }

  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .header__nav_contact {
    display: none;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-transition: var(--base-transition);
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 23px 20px 100px;
    overflow-y: scroll;
    background-color: #fff;
    opacity: 0;
    transition: var(--base-transition);
  }

  .header__nav.active {
    visibility: visible;
    opacity: 1;
  }

  .header__nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 235px;
    gap: 0;
  }

  .header__nav_item {
    width: 100%;
    border-bottom: solid 1px var(--line-color);
  }

  .header__nav_item:last-of-type {
    border: none;
  }

  .header__nav_item a {
    padding: 17px 0;
    text-align: center;
  }

  .header__nav_cart {
    display: none;
    padding: 0 5px;
  }

  .header__nav_cart .label {
    display: none;
  }

  .header__nav_tel {
    display: none;
  }

  .header__nav_sp {
    display: block;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .footer__logo {
    margin-bottom: 35px;
  }

  .footer__nav {
    display: none;
  }

  .footer__nav_list {
    width: calc(50% - 8px);
  }

  .footer__nav_item {
    margin-top: 0;
  }

  .footer__nav_item a {
    padding: 10px 0;
    border-bottom: solid 2px var(--line-color02);
  }

  .footer__nav_sub {
    padding-left: 0;
  }

  .footer__nav_sub a {
    padding-left: 1.2rem;
    border-bottom: dashed 1px var(--line-color02);
  }

  .footer button.js-accordion {
    display: block;
  }

  .footer .js-accordion__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__copy.pc {
    display: none;
  }

  .footer__copy.tab {
    display: block;
  }

  .company::before {
    width: 430px;
    height: 270px;
  }

  .company::after {
    width: 800px;
    height: 800px;
  }

  .company__navigation a {
    height: 60px;
    font-size: 1.6rem;
  }

  .company .philosophy {
    padding-top: 0;
  }

  .company .philosophy::before {
    content: none;
  }

  .product__list {
    gap: 45px 20px;
  }

  .product__list .c-product {
    width: calc(25% - 15px);
  }

  .product.detail .detail__info_head {
    padding: 20px;
  }

  .product.detail .detail__info_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product.detail .detail__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .product.detail .detail__info_table th {
    width: 120px;
  }

  .product.detail .detail__feature {
    width: 100%;
  }

  .product.detail .detail__recommend,
  .product.detail .detail__relation {
    padding: 50px 15px;
  }

  .top .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top .news__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }

  .top .news__contents {
    max-width: 100%;
  }

  .top .scene__list {
    gap: 10px;
  }

  .top .scene__item {
    width: calc(33.3333333333% - 7px);
  }

  .top .scene__txt {
    font-size: 2rem;
  }

  .top .scene__txt small {
    font-size: 1.2rem;
  }

  .top .strength {
    padding-top: 60px;
  }

  .top .strength__title {
    font-size: 2.2rem;
  }

  .top .contact__top {
    margin: 30px 0 10px;
  }

  .top .strength__list li + li {
    margin-top: 3px;
  }

  .top .contact__bottom {
    gap: 10px;
  }

  .top .contact__bottom .contact__wrap {
    width: calc(33.3333333333% - 5px);
  }

  .top .contact__wrap {
    padding: 18px 10px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .c-title01 {
    padding-left: 34px;
    gap: 2px;
  }

  .c-title01::before {
    top: 10px;
    width: 24px;
    height: 24px;
  }

  .c-title01 .jp {
    font-size: 2.4rem;
  }

  .c-title02 .jp {
    font-size: 2.4rem;
  }

  .c-breadcrumb {
    padding: 10px 0;
  }

  .c-breadcrumb .inner {
    padding: 0 15px;
  }

  .c-breadcrumb ol {
    padding-bottom: 5px;
    overflow-x: scroll;
  }

  .c-breadcrumb li:first-of-type a {
    width: 11px;
    height: 11px;
  }

  .c-breadcrumb li:not(:last-of-type)::after {
    font-size: 1rem;
  }

  .c-breadcrumb a {
    font-size: 1rem;
  }

  .c-product {
    width: 155px;
  }

  .c-product__img_tag {
    font-size: 1rem;
  }

  .c-product__category {
    margin-top: 5px;
    padding-left: 14px;
    font-size: 1rem;
  }

  .c-product__category::before {
    top: 4px;
    width: 9px;
    height: 9px;
  }

  .c-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .c-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
  }

  .c-flow__item .txt {
    font-size: 1.2rem;
  }

  .c-flow__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 80px;
  }

  .c-flow__img .num {
    width: 26px;
    height: 26px;
    font-size: 1.7rem;
  }

  .c-flow__title {
    margin: 0 0 5px;
    font-size: 1.8rem;
  }

  .c-pager {
    margin-top: 70px;
  }

  .c-pager .page-numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-pager .page-numbers a.prev,
  .c-pager .page-numbers a.next,
  .c-pager .page-numbers.current.prev,
  .c-pager .page-numbers.current.next,
  .c-pager .page-numbers.dots.prev,
  .c-pager .page-numbers.dots.next {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
  }

  .c-pager .page-numbers a.prev,
  .c-pager .page-numbers.current.prev,
  .c-pager .page-numbers.dots.prev {
    margin-right: 70px;
  }

  .c-pager .page-numbers a.next,
  .c-pager .page-numbers.current.next,
  .c-pager .page-numbers.dots.next {
    margin-left: 70px;
  }

  .c-pager li:has(.prev) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 100;
    width: 100%;
  }

  .c-pager li:has(.next) {
    /* position: absolute;
    bottom: 0;
    left: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    order: 100;
    width: 100%;
  }

  .c-pager .page-numbers:has(.prev) li:has(.next) {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .c-tab__button {
    display: none;
  }

  .header__nav_item.current a::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .article__contents {
    padding-top: 20px;
  }

  .article__contents .c-title01 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px var(--point-color);
  }

  .article__contents .c-title01::before {
    top: 4px;
  }

  .article__item {
    width: 100%;
  }

  .article.detail .detail__contents {
    padding: 30px 0 100px;
  }

  .article.detail .detail__title {
    font-size: 2.4rem;
  }

  .article.detail .detail__pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .article.detail .detail__pager_wrap {
    width: 100%;
  }

  .article.detail .detail__pager_punctuation {
    display: none;
  }

  .article.detail .detail__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .article.detail .detail__button .c-btn01 {
    width: 100%;
  }

  .cart__table thead {
    display: none;
  }

  .cart__table tbody td {
    width: 100%;
    padding: 0;
    border: none;
  }

  .cart__table tbody tr {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 5px 20px;
    border-bottom: solid 1px var(--line-color);
  }

  .cart__table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .cart__item {
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .cart__item a {
    padding: 0;
  }

  .cart__item_price {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
  }

  .cart__item_quantity {
    grid-row: 3/4;
    grid-column: 2/3;
  }

  .cart__item_quantity_inn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  .cart__item_delete {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .cart__item_delete button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit;
    gap: 5px;
    background: none;
    color: var(--base-color);
    text-indent: 0;
  }

  .cart__item_delete button::before {
    width: 20px;
    height: 20px;
    background: url(../img/common/icon-delete.svg) no-repeat center center/contain;
    content: "";
  }

  .cart__total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }

  .cart__total_caution {
    position: relative;
    width: 100%;
    text-align: right;
  }

  .cart__induction {
    margin-top: 40px;
  }

  .cart__form {
    padding: 60px 15px 70px;
  }

  .cart .form_area th,
  .cart .form_area td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .cart .form_area .addressbox_top {
    margin-bottom: 10px;
  }

  .cart .form_area .addressbox_num {
    width: 100%;
  }

  .cart .form_area .addressbox_num input {
    width: 100%;
  }

  .cart .form_area .addressbox_prefectures {
    width: 100%;
  }

  .cart .form_area .addressbox_prefectures_select {
    width: 100%;
  }

  .cart .privacy__contents {
    padding: 15px;
  }

  .cart .privacy .privacyAgree {
    margin: 20px auto 0;
  }

  .cart .privacy .privacyAgree label::before {
    top: 3px;
    bottom: inherit;
  }

  .cart .privacy .privacyAgree label::after {
    top: 9px;
    bottom: inherit;
    left: 5px;
  }

  .company::before {
    width: 200px;
    height: 160px;
  }

  .company::after {
    width: 375px;
    height: 375px;
  }

  .company .c-title01 {
    margin-top: 10px;
  }

  .company__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 6px;
  }

  .company__navigation a {
    width: calc(33.3333333333% - 4px);
    height: 50px;
    gap: 2px;
  }

  .company .greeting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .company .greeting__president {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .company .greeting__president .img {
    aspect-ratio: 3/4;
    width: 50%;
    height: inherit;
    margin: 0;
  }

  .company .philosophy__wrapper {
    padding: 20px;
  }

  .company .philosophy .c-title02 {
    margin-bottom: 30px;
  }

  .company .philosophy .txt {
    font-size: 2.8rem;
  }

  .company .profile__table th {
    width: 100px;
  }

  .company .history__table th,
  .company .history__table td {
    padding: 10px;
  }

  .company .history__table tr th:first-of-type {
    width: 84px;
  }

  .company .history__table tr th:nth-of-type(2) {
    width: 50px;
  }

  .company .access__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 0;
  }

  .company .access__map {
    height: 325px;
  }

  .contact__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .contact .faq .c-title01 {
    margin-bottom: 30px;
  }

  .contact .form__wrapper {
    padding: 40px 15px;
  }

  .contact .form__tel,
  .contact .form__fax {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .form__wrap_item:last-of-type {
    width: 100%;
  }

  .contact .form__wrap .c-btn02 {
    margin-right: auto;
    margin-left: auto;
  }

  .contact .form_area th,
  .contact .form_area td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .contact .privacy__contents {
    padding: 15px;
  }

  .contact .privacy .privacyAgree {
    margin: 20px auto 0;
  }

  .contact .privacy .privacyAgree label::before {
    top: 3px;
    bottom: inherit;
  }

  .contact .privacy .privacyAgree label::after {
    top: 9px;
    bottom: inherit;
    left: 5px;
  }

  .confirm__contents {
    padding: 40px 0 80px;
  }

  .confirm__title {
    margin: 40px 0 10px;
  }

  .confirm .form_area table {
    border-top: solid 1px var(--line-color);
  }

  .confirm .form_area th,
  .confirm .form_area td {
    display: block;
    width: 100% !important;
    padding: 10px;
    border-top: none;
  }

  .confirm .form_area th {
    text-align: center;
  }

  .confirm .form_area .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thanks__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thanks__wrap {
    width: 100%;
  }

  .thanks__tel {
    margin-bottom: 5px;
  }

  .law__table th {
    width: 86px;
  }

  .product__contents {
    padding-top: 20px;
  }

  .product__list {
    gap: 30px 15px;
  }

  .product__list .c-product {
    width: calc(50% - 8px);
  }

  .product.detail .detail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product.detail .detail__img {
    width: 100%;
  }

  .product.detail .detail__info {
    width: 100%;
  }

  .product.detail .detail__info_head {
    margin-bottom: 50px;
    padding: 0;
    border: none;
  }

  .product.detail .detail__info_form {
    margin: 15px auto 0;
  }

  .product.detail .detail__bottom_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .product.detail .detail__download {
    width: 100%;
  }

  .product.detail .detail__download_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .product.detail .detail__download .c-btn02 {
    margin-top: 0;
  }

  .product.detail .detail__other .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .product.detail .detail__other_product {
    gap: 10px;
  }

  .product.detail .detail__other .c-product {
    width: calc(50% - 5px);
  }

  .product.detail .detail__recommend,
  .product.detail .detail__relation {
    width: 100%;
  }

  .product.detail .js-product-swiper-thumb {
    margin-top: 10px;
  }

  .rental__title {
    font-size: 1.8rem;
  }

  .top .mv {
    padding: 10px 0 5px;
  }

  .top .mv .js-mv-swiper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 28px;
  }

  .top .mv .js-mv-swiper .swiper-button-prev,
  .top .mv .js-mv-swiper .swiper-button-next {
    display: none;
  }

  /* .top .intro {
    padding: 16px 0 0;
  }

  .top .intro .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top .intro__title {
    margin-bottom: 15px;
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .top .intro__img {
    width: 80%;
  }

  .top .intro__bg .icon {
    width: 185px;
    height: 185px;
  } */

  .top .news {
    padding-top: 45px;
  }

  .top .news__contents_category {
    position: relative;
    border-bottom: none;
  }

  .top .news__contents_category::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    content: "";
  }

  .top .news__contents_category select {
    position: relative;
    width: 100%;
    padding: 15px 24px;
    border: none;
    border-radius: 10px;
    background-color: var(--point-color);
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
  }

  .top .news__contents_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 18px;
    gap: 14px;
  }

  .top .news__contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .top .news .c-btn01 {
    margin: 0 auto;
  }

  .top .recommend__title {
    margin-bottom: 30px;
  }

  .top .recommend__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .top .scene__title {
    margin-bottom: 30px;
  }

  .top .scene__item {
    width: 100%;
  }

  .top .scene__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top .scene__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    height: 90px;
  }

  .top .scene__txt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    height: 90px;
    padding: 20px 10px 35px;
  }

  .top .scene__txt::after {
    top: inherit;
    right: 10px;
    bottom: 11px;
    width: 7px;
    height: 7px;
    margin: 0;
  }

  .top .strength .js-strength-swiper {
    margin-top: 30px;
  }

  .top .strength__txt {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 0;
  }

  .top .strength__title {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }

  .top .strength__img {
    width: 48%;
  }

  .top .strength__list li::before {
    top: 3px;
  }

  .top .strength__navigation {
    margin-top: 20px;
    gap: 16px;
  }

  .top .strength__line {
    height: 38px;
  }

  .top .strength__line::before,
  .top .strength__line::after {
    width: 50px;
  }

  .top .works__title {
    margin-bottom: 30px;
  }

  .top .works__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .top .works__item {
    width: calc(50% - 8px);
  }

  .top .works__item a {
    font-size: 1.8rem;
  }

  .top .works__item a::after {
    right: 15px;
    bottom: 15px;
  }

  .top .works .c-btn01 {
    margin: 30px auto 0;
  }

  .top .price__title {
    margin-bottom: 30px;
  }

  .top .price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }

  .top .price__wrap {
    width: 100%;
  }

  .top .contact__wrapper {
    padding: 60px 20px;
  }

  .top .contact__wrapper::after {
    width: 325px;
    height: 330px;
  }

  .top .contact__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top .contact__bottom .contact__wrap {
    width: 100%;
  }

  .top .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .top .contact__title {
    margin-bottom: 0;
  }

  .top .contact__tel {
    margin-bottom: 5px;
  }

  .top .contact__time {
    margin: 5px auto 0;
  }

  .top .banner {
    padding-bottom: 60px;
  }

  .top .banner__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .top .banner__item {
    width: calc(50% - 8px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01:hover {
    opacity: 0.6;
  }

  .c-btn02:hover {
    opacity: 0.6;
  }

  .c-breadcrumb a:hover {
    text-decoration: underline;
  }

  .c-product a:hover .c-product__img img {
    opacity: 0.6;
  }

  .c-pager .page-numbers a:hover,
  .c-pager .page-numbers.current:hover,
  .c-pager .page-numbers.dots:hover {
    background-color: var(--bg-color02);
  }

  .c-swiper .swiper-button-prev:hover,
  .c-swiper .swiper-button-next:hover {
    opacity: 0.6;
  }

  .c-tab__button button:hover {
    opacity: 0.6;
  }

  .header__nav_item a:hover::after {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }

  .header__nav_cart a:hover {
    opacity: 0.6;
  }

  .article__category_parent a:hover {
    background-color: var(--bg-color02);
  }

  .article__item:hover {
    opacity: 0.6;
  }

  .article.detail .detail__pager_button:hover::before {
    background-color: var(--point-color);
  }

  .article.detail .detail__pager_button:hover::after {
    background-color: #fff;
  }

  .cart__item a:hover {
    opacity: 0.6;
  }

  .company__navigation a:hover {
    background-color: #fff;
    color: var(--point-color);
  }

  .company__navigation a:hover::after {
    border-color: var(--point-color);
  }

  .contact .form__wrapper.fax .caution a:hover {
    text-decoration: none;
  }

  .product__category_item.current:hover {
    background-color: var(--point-color);
    color: #fff;
  }

  .product__category_item:hover {
    background-color: var(--bg-color02);
  }

  .product.detail .js-product-swiper-main .swiper-button-prev:hover,
  .product.detail .js-product-swiper-main .swiper-button-next:hover {
    background-color: #fff;
  }

  .top .mv .js-mv-swiper a:hover {
    opacity: 0.6;
  }

  .top .mv .js-mv-swiper .swiper-button-prev:hover,
  .top .mv .js-mv-swiper .swiper-button-next:hover {
    background-color: #fff;
  }

  .top .news__contents_category button:hover {
    opacity: 0.6;
  }

  .top .news__contents_item a:hover {
    background-color: #FFFCF3;
  }

  .top .scene__item a:hover {
    opacity: 0.6;
  }

  .top .works__item a:hover {
    opacity: 0.6;
  }

  .top .banner a:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */
