@charset "UTF-8";
:root {
  --margin: 80px;
  --color_key: #b50029;
  --color_main: #967d64;
  --color_black: #505050;
  --color_grey: #ededed;
  --font_cp: clamp(13px, 1.8vw, 18px);
  --font_rg: clamp(18px, 2.4vw, 24px);
  --font_md: clamp(14px, 2.5vw, 32px);
  --font_lg: clamp(20px, 5vw, 44px);
}

.news_container, .product_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(70px, 100vw / 980 * 90, 100px);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.news_container::after, .product_container::after {
  display: block;
  width: clamp(203px, 290vw / 980 * 90, 290px);
  content: "";
}
.news_box, .product_box {
  width: clamp(203px, 290vw / 980 * 90, 290px);
  margin-bottom: clamp(49px, 70vw / 980 * 90, 70px);
}
.news_box img, .product_box img {
  width: clamp(203px, 290vw / 980 * 90, 290px);
  height: clamp(135.1px, 193vw / 980 * 90, 193px);
  -o-object-fit: cover;
     object-fit: cover;
}
.news_time {
  display: block;
  margin-top: 0.75em;
  font-size: clamp(9.1px, 13vw / 980 * 90, 13px);
}
.news_name, .product_box .product_name {
  margin-top: 0.25em;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: 700;
  color: var(--color_black);
}
.news_blog {
  width: 90%;
  max-width: 800px;
  margin-top: clamp(42px, 60vw / 980 * 90, 60px);
  margin-right: auto;
  margin-bottom: clamp(105px, 150vw / 980 * 90, 150px);
  margin-left: auto;
  font-weight: normal;
  line-height: 1.75;
  color: var(--color_black);
}
.news_blog_time {
  margin-bottom: clamp(21px, 30vw / 980 * 90, 30px);
  font-size: clamp(11.2px, 16vw / 980 * 90, 16px);
  color: var(--color_main);
}
.news_blog_name {
  margin-bottom: clamp(42px, 60vw / 980 * 90, 60px);
  font-size: clamp(22.4px, 32vw / 980 * 90, 32px);
  font-weight: 700;
  color: var(--color_black);
}
.news_blog_mv {
  margin-bottom: clamp(42px, 60vw / 980 * 90, 60px);
}
.news_blog_mv img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_blog > img {
  max-width: 100%;
  margin-bottom: clamp(42px, 60vw / 980 * 90, 60px);
}
.news_blog h2,
.news_blog h3 {
  margin-top: clamp(35px, 50vw / 980 * 90, 50px);
  margin-bottom: clamp(17.5px, 25vw / 980 * 90, 25px);
  padding-left: 0.5em;
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px);
  font-weight: normal;
  border-left: clamp(2.8px, 4vw / 980 * 90, 4px) solid var(--color_key);
}
.news_blog p {
  line-height: 2;
}
.news_blog p + p {
  margin-top: clamp(35px, 50vw / 980 * 90, 50px);
}
.news_blog p a {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  text-decoration: underline;
  color: var(--color_main);
}
.news_blog pre {
  margin: clamp(35px, 50vw / 980 * 90, 50px) 0;
  padding: 5%;
  white-space: pre-line;
  border-radius: 12px;
  background-color: #f6f6f6;
}
.news_blog ul {
  margin: clamp(42px, 60vw / 980 * 90, 60px) 0;
  padding-left: 1.5em;
}
.news_blog ul li {
  margin: 0.5em 0;
  list-style-type: disc;
}
.news_button {
  width: clamp(168px, 240vw / 980 * 90, 240px);
  color: var(--color_main);
  border: 1px solid;
  background-color: #fff;
}
.news_button:hover {
  color: #fff;
  background-color: var(--color_main);
}
.news_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(70px, 100vw / 980 * 90, 100px);
}

.top_notice {
  margin-bottom: clamp(42px, 60vw / 980 * 90, 60px);
  padding-top: clamp(35px, 50vw / 980 * 90, 50px);
  padding-bottom: clamp(28px, 40vw / 980 * 90, 40px);
  background-color: #eae5e0;
}
.top_notice_inner {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_notice_title {
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  text-align: center;
}
.top_notice_time {
  display: block;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  text-align: center;
}
.top_notice_content {
  margin-top: 1em;
  font-size: clamp(11.2px, 16vw / 980 * 90, 16px);
  font-weight: normal;
  color: var(--color_black);
}

.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24.5px, 35vw / 980 * 90, 35px);
  font-weight: normal;
  color: var(--color_black);
}
.product {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.product.page_section {
  display: block;
}
.product_container {
  width: 100%;
}
.product_container .pager {
  display: none;
}
.product_box {
  overflow: hidden;
}
.product_box .product_name br {
  display: none;
}
.product_box img {
  display: block;
  width: clamp(329px, 470vw / 980 * 90, 470px);
  height: clamp(235.9px, 337vw / 980 * 90, 337px);
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.product_box.notsale {
  position: relative;
  pointer-events: none;
}
.product_box.notsale * {
  pointer-events: none !important;
}
.product_box.notsale::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(22.4px, 32vw / 980 * 90, 32px);
  font-weight: 700;
  content: "休売中";
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.product_box {
  width: clamp(329px, 470vw / 980 * 90, 470px);
  border: 1px solid #f4f2ef;
  border-radius: clamp(14px, 20vw / 980 * 90, 20px);
  -webkit-box-shadow: 0 0 clamp(2.8px, 4vw / 980 * 90, 4px) rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 clamp(2.8px, 4vw / 980 * 90, 4px) rgba(0, 0, 0, 0.15);
}
.product_box .product_desc {
  padding-bottom: 0;
}
.product_box .product_desc br {
  display: none;
}
.product_box .product_section_button {
  margin-top: clamp(17.5px, 25vw / 980 * 90, 25px);
}
.product_box .product_section_button .button {
  width: clamp(134.4px, 192vw / 980 * 90, 192px);
  padding: 0.5em 1em;
}
.product_bottom {
  height: 100%;
  padding: clamp(17.5px, 25vw / 980 * 90, 25px) clamp(17.5px, 25vw / 980 * 90, 25px) clamp(24.5px, 35vw / 980 * 90, 35px);
  background-color: #f4f2ef;
}
.product_image {
  height: clamp(192.5px, 275vw / 980 * 90, 275px);
  margin: clamp(21px, 30vw / 980 * 90, 30px) 0;
  aspect-ratio: unset !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.product_time {
  display: none;
}
.product_copy {
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: 700;
  color: var(--color_main);
}
.product_name {
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px) !important;
  text-align: center;
  color: var(--color_key) !important;
}
.product_inner {
  width: clamp(280px, 400vw / 980 * 90, 400px);
  margin-left: auto;
}
.product_label {
  margin-bottom: 0.75em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.product_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(7px, 10vw / 980 * 90, 10px);
}
.product_tag a {
  padding: 0.5em 1em;
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  color: #fff;
  border-radius: 5px;
  background-color: var(--color_main);
}
.product_subtag {
  padding: 0.4em 0.75em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: clamp(2.8px, 4vw / 980 * 90, 4px);
  background-color: #f9f9f9;
}
.product_subtag_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(7px, 10vw / 980 * 90, 10px);
}
.product_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: 700;
  text-align: left;
}
.product_inner .product_copy {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product_copy br {
  display: none;
}
.product_title {
  font-size: clamp(22.4px, 32vw / 980 * 90, 32px);
  font-weight: 700;
}
.product_title br {
  display: none;
}
.product_desc {
  margin-top: clamp(7px, 10vw / 980 * 90, 10px);
  padding-bottom: clamp(17.5px, 25vw / 980 * 90, 25px);
}
.product_capa {
  padding: clamp(14px, 20vw / 980 * 90, 20px) 0;
  border-top: 1px solid #ddd;
}
.product_allergy {
  padding: clamp(14px, 20vw / 980 * 90, 20px) 0;
  border-top: 1px solid #ddd;
}
.product_contami {
  padding: 0 0 clamp(14px, 20vw / 980 * 90, 20px);
}
.product_size {
  padding: clamp(14px, 20vw / 980 * 90, 20px) 0;
  border-top: 1px solid #ddd;
}
.product_weight {
  padding: clamp(14px, 20vw / 980 * 90, 20px) 0;
  border-top: 1px solid #ddd;
}
.product_cv a {
  width: 100%;
  margin: clamp(14px, 20vw / 980 * 90, 20px) 0;
}
.product_section {
  width: 100%;
  margin-top: clamp(56px, 80vw / 980 * 90, 80px);
}
.product_section_title {
  margin-bottom: clamp(17.5px, 25vw / 980 * 90, 25px);
  padding-bottom: 0.2em;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}
.product_section_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: clamp(28px, 40vw / 980 * 90, 40px);
}
.product_section_button .button {
  min-width: clamp(168px, 240vw / 980 * 90, 240px);
  color: var(--color_black);
  border-color: inherit;
  background-color: #fff;
}
.product_section_button .button:hover {
  color: #fff;
  background-color: var(--color_black);
}
.product_section_more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  text-decoration: underline;
  color: var(--color_main);
}
.product_section_more::before {
  display: block;
  width: 0.35em;
  height: 0.35em;
  margin-right: 0.5em;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid;
  border-top: 0;
  border-left: 0;
}
.product_scene_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_scene_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(214.2px, 306vw / 980 * 90, 306px);
}
.product_scene_image {
  width: 100%;
  height: clamp(152.6px, 218vw / 980 * 90, 218px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product_gallery_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(14px, 20vw / 980 * 90, 20px);
}
.product_gallery_photo {
  width: clamp(164.5px, 235vw / 980 * 90, 235px);
  margin: 0 clamp(3.5px, 5vw / 980 * 90, 5px);
  cursor: pointer;
}
.product_gallery_image {
  width: 100%;
  height: clamp(105px, 150vw / 980 * 90, 150px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product_gallery .slick-dots {
  bottom: clamp(-42px, -60vw / 980 * 90, -60px);
}
.product_gallery .slick-prev, .product_gallery .slick-next {
  z-index: 10;
  top: clamp(49px, 70vw / 980 * 90, 70px);
  left: clamp(-8.4px, -12vw / 980 * 90, -12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product_gallery .slick-prev::before, .product_gallery .slick-next::before {
  font-size: clamp(19.6px, 28vw / 980 * 90, 28px);
  color: #c0c0c0;
}
.product_gallery .slick-next {
  right: clamp(-3.5px, -5vw / 980 * 90, -5px);
  left: auto;
}
.product_gallery_modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.85);
}
.product_gallery_modal.-hide {
  pointer-events: none;
  opacity: 0;
}
.product_gallery_modal::before {
  position: absolute;
  top: clamp(14px, 20vw / 980 * 90, 20px);
  right: clamp(14px, 20vw / 980 * 90, 20px);
  display: block;
  width: clamp(35px, 50vw / 980 * 90, 50px);
  height: clamp(35px, 50vw / 980 * 90, 50px);
  content: "";
  cursor: pointer;
  background-image: url(../image/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product_gallery_modal_image {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(350px, 500vw / 980 * 90, 500px);
}
.product_photo_image {
  overflow: hidden;
  height: clamp(249.9px, 357vw / 980 * 90, 357px);
}
.product_photo_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_photo noscript {
  display: none;
}
.product_photo .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(24.5px, 35vw / 980 * 90, 35px);
}
.product_photo .slick-dots li {
  position: static;
  width: clamp(81.2px, 116vw / 980 * 90, 116px);
  height: clamp(78.4px, 112vw / 980 * 90, 112px);
  margin: 0;
  margin-right: clamp(8.4px, 12vw / 980 * 90, 12px);
  background-color: #f0f0f0;
}
.product_photo .slick-dots li:last-child {
  margin-right: 0;
}
.product_photo .slick-dots li:first-child:last-child {
  display: none;
}
.product_photo .slick-dots li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_photo .slick-prev, .product_photo .slick-next {
  z-index: 10;
  top: clamp(124.95px, 178.5vw / 980 * 90, 178.5px);
  left: clamp(7px, 10vw / 980 * 90, 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product_photo .slick-prev::before, .product_photo .slick-next::before {
  font-size: clamp(19.6px, 28vw / 980 * 90, 28px);
  color: #c0c0c0;
}
.product_photo .slick-next {
  right: clamp(7px, 10vw / 980 * 90, 10px);
  left: auto;
}
.product_customer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_customer_box {
  width: 48%;
  padding: clamp(28px, 40vw / 980 * 90, 40px) clamp(21px, 30vw / 980 * 90, 30px) clamp(21px, 30vw / 980 * 90, 30px);
  border: 1px solid #ddd;
  border-radius: clamp(10.5px, 15vw / 980 * 90, 15px);
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.02);
          box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.02);
}
.product_customer_link {
  display: block;
}
.product_customer_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_customer_image {
  width: clamp(140px, 200vw / 980 * 90, 200px);
  margin-right: clamp(14px, 20vw / 980 * 90, 20px);
}
.product_customer_info_title {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  font-weight: normal;
  line-height: 1;
  color: var(--color_key);
}
.product_customer_info_title:not(:first-of-type) {
  margin-top: clamp(14px, 20vw / 980 * 90, 20px);
}
.product_customer_info_text {
  font-weight: 700;
}
.product_customer_name {
  margin-top: clamp(21px, 30vw / 980 * 90, 30px);
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: 700;
}
.product_customer_content {
  margin-top: clamp(14px, 20vw / 980 * 90, 20px);
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  font-weight: normal;
}
.product_customer_more {
  margin-top: clamp(14px, 20vw / 980 * 90, 20px);
}
.product_design_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_design_image {
  width: clamp(350px, 500vw / 980 * 90, 500px);
  height: clamp(163.8px, 234vw / 980 * 90, 234px);
}
.product_design_table table {
  width: clamp(280px, 400vw / 980 * 90, 400px);
  table-layout: fixed;
}
.product_design_table th,
.product_design_table td {
  text-align: center;
  border: 1px solid #ddd;
}
.product_design_table th {
  padding: 0.5em 0;
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  line-height: 1.5;
  vertical-align: middle;
  background-color: #f4f4f4;
}
.product_design_table td {
  padding: 0.5em 0.25em;
  font-size: clamp(22.4px, 32vw / 980 * 90, 32px);
  line-height: 1.5;
}
.product_design_table td span {
  display: block;
  text-align: left;
}
.product_faq_title {
  position: relative;
  padding: 0.75em 0;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-bottom: 1px dotted #ddd;
}
.product_faq_title:hover {
  opacity: 0.6;
}
.product_faq_title::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.35em;
  height: 0.35em;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: 1px solid;
  border-top: 0;
  border-left: 0;
}
.js-open .product_faq_title::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.product_faq_text {
  overflow: hidden;
  height: 0;
  font-size: clamp(11.2px, 16vw / 980 * 90, 16px);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  background-color: #f9f9f9;
}
.js-open .product_faq_text {
  height: auto;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  padding: 1em 1em 1.5em;
  opacity: 1;
}
.product_other_container {
  width: calc(100% + clamp(21px, 30vw / 980 * 90, 30px));
  margin-bottom: clamp(56px, 80vw / 980 * 90, 80px) !important;
}
.product_other_container .slick-dots > li:first-child:last-child {
  display: none;
}
.product_other_item {
  width: clamp(214.2px, 306vw / 980 * 90, 306px);
  margin: 0 clamp(10.5px, 15vw / 980 * 90, 15px) clamp(10.5px, 15vw / 980 * 90, 15px);
  border: 1px solid #ddd;
  border-radius: clamp(14px, 20vw / 980 * 90, 20px);
  -webkit-box-shadow: clamp(3.5px, 5vw / 980 * 90, 5px) clamp(3.5px, 5vw / 980 * 90, 5px) clamp(2.1px, 3vw / 980 * 90, 3px) rgba(0, 0, 0, 0.05);
          box-shadow: clamp(3.5px, 5vw / 980 * 90, 5px) clamp(3.5px, 5vw / 980 * 90, 5px) clamp(2.1px, 3vw / 980 * 90, 3px) rgba(0, 0, 0, 0.05);
}
.product_other_item.notsale {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.product_other_item.notsale * {
  pointer-events: none !important;
}
.product_other_item.notsale::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px);
  font-weight: 700;
  content: "休売中";
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.product_other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6% 4%;
  gap: 0;
  gap: 2.6666666667vw;
}
.product_other_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 58%;
}
.product_other_text {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
  font-weight: 700;
}
.product_other_photo {
  width: clamp(70px, 100vw / 980 * 90, 100px);
  width: 38%;
}
.product_other_image {
  width: clamp(70px, 100vw / 980 * 90, 100px);
  height: clamp(52.5px, 75vw / 980 * 90, 75px);
  -o-object-fit: contain;
     object-fit: contain;
}
.product_other_more {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: clamp(8.4px, 12vw / 980 * 90, 12px);
}
.product_other .slick-prev, .product_other .slick-next {
  z-index: 10;
  top: clamp(42px, 60vw / 980 * 90, 60px);
  left: clamp(-14px, -20vw / 980 * 90, -20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(19.6px, 28vw / 980 * 90, 28px);
  height: clamp(19.6px, 28vw / 980 * 90, 28px);
  font-size: clamp(7px, 10vw / 980 * 90, 10px);
  opacity: 0.3;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: var(--color_black);
}
.product_other .slick-prev::before, .product_other .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.1em;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.product_other .slick-next {
  right: clamp(-14px, -20vw / 980 * 90, -20px);
  left: auto;
}
.product_other .slick-next::before {
  margin-left: -0.1em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.product_other .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 clamp(4.9px, 7vw / 980 * 90, 7px);
}
.product_other .slick-dots li button {
  width: clamp(7px, 10vw / 980 * 90, 10px);
  height: clamp(7px, 10vw / 980 * 90, 10px);
  border: 1px solid var(--color_black);
  border-radius: 100px;
  background-color: #fff;
}
.product_other .slick-dots li button::before {
  content: none;
}
.product_other .slick-dots li.slick-active button {
  background-color: var(--color_black);
}

.productuse {
  width: 100vw;
  margin-top: clamp(70px, 100vw / 980 * 90, 100px);
  margin-left: calc(50% - 50vw);
  padding-top: clamp(63px, 90vw / 980 * 90, 90px);
  padding-bottom: clamp(63px, 90vw / 980 * 90, 90px);
  background-color: #ededed;
}
.productuse_title {
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px);
  font-weight: 700;
  text-align: center;
  color: var(--color_main);
}
.productuse_section {
  width: 92.14285714vw;
  margin-top: clamp(112px, 160vw / 980 * 90, 160px);
  padding-right: clamp(70px, 100vw / 980 * 90, 100px);
  padding-bottom: clamp(35px, 50vw / 980 * 90, 50px);
  border-radius: 0 0 clamp(49px, 70vw / 980 * 90, 70px) 0;
  background-color: #fff;
}
.productuse_section + .productuse_section {
  margin-top: clamp(140px, 200vw / 980 * 90, 200px);
}
.productuse_section:nth-of-type(even) {
  margin-left: auto;
  padding-right: 0;
  padding-left: clamp(70px, 100vw / 980 * 90, 100px);
  border-radius: 0 0 0 clamp(49px, 70vw / 980 * 90, 70px);
}
.productuse_section:nth-of-type(even) .productuse_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.productuse_section:nth-of-type(even) .productuse_box {
  margin-right: clamp(28px, 40vw / 980 * 90, 40px);
  margin-left: 0;
}
.productuse_section .product_other_container {
  width: clamp(658px, 940vw / 980 * 90, 940px);
  margin: clamp(28px, 40vw / 980 * 90, 40px) clamp(14px, 20vw / 980 * 90, 20px) 0;
}
.productuse_section .product_other_container .slick-prev, .productuse_section .product_other_container .slick-next {
  z-index: 10;
  top: clamp(42px, 60vw / 980 * 90, 60px);
  left: clamp(-14px, -20vw / 980 * 90, -20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(19.6px, 28vw / 980 * 90, 28px);
  height: clamp(19.6px, 28vw / 980 * 90, 28px);
  font-size: clamp(7px, 10vw / 980 * 90, 10px);
  opacity: 0.3;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: var(--color_black);
}
.productuse_section .product_other_container .slick-prev::before, .productuse_section .product_other_container .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.1em;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.productuse_section .product_other_container .slick-next {
  right: clamp(-7px, -10vw / 980 * 90, -10px);
  left: auto;
}
.productuse_section .product_other_container .slick-next::before {
  margin-left: -0.1em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.productuse_section .product_other_container .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 clamp(4.9px, 7vw / 980 * 90, 7px);
}
.productuse_section .product_other_container .slick-dots li button {
  width: clamp(7px, 10vw / 980 * 90, 10px);
  height: clamp(7px, 10vw / 980 * 90, 10px);
  border: 1px solid var(--color_black);
  border-radius: 100px;
  background-color: #fff;
}
.productuse_section .product_other_container .slick-dots li button::before {
  content: none;
}
.productuse_section .product_other_container .slick-dots li.slick-active button {
  background-color: var(--color_black);
}
.productuse_section .product_other_item {
  width: clamp(203px, 290vw / 980 * 90, 290px);
}
.productuse_section .product_other_item.notsale {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.productuse_section .product_other_item.notsale * {
  pointer-events: none !important;
}
.productuse_section .product_other_item.notsale::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px);
  font-weight: 700;
  content: "休売中";
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.productuse_section .product_other_link {
  padding: 6% 4%;
  gap: 0;
}
.productuse_section .product_other_desc {
  width: 58%;
}
.productuse_section .product_other_text {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
}
.productuse_section .product_other_photo {
  width: 38%;
}
.productuse_section .product_other_image {
  width: clamp(70px, 100vw / 980 * 90, 100px);
  height: clamp(52.5px, 75vw / 980 * 90, 75px);
  -o-object-fit: contain;
     object-fit: contain;
}
.productuse_section .product_other_more {
  font-size: clamp(8.4px, 12vw / 980 * 90, 12px);
}
.productuse_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.productuse_box {
  width: clamp(350px, 500vw / 980 * 90, 500px);
  margin-left: clamp(14px, 20vw / 980 * 90, 20px);
}
.productuse_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(126px, 180vw / 980 * 90, 180px);
  padding-left: clamp(14px, 20vw / 980 * 90, 20px);
  font-size: clamp(16.8px, 24vw / 980 * 90, 24px);
  font-weight: 700;
  color: var(--color_key);
  border-left: 1px solid;
}
.productuse_text {
  padding-left: clamp(14px, 20vw / 980 * 90, 20px);
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  font-weight: normal;
  color: var(--color_main);
}
.productuse_photo {
  margin-top: clamp(-91px, -130vw / 980 * 90, -130px);
}
.productuse_image {
  width: clamp(399px, 570vw / 980 * 90, 570px);
}

.product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -40px auto clamp(42px, 60vw / 980 * 90, 60px);
}

@media (max-width: 768px){
  :root {
    --margin: 12vw;
  }
  .news_container, .product_container {
    margin-top: 13.3333333333vw;
  }
  .news_box, .product_box {
    width: 47%;
    margin-bottom: 9.3333333333vw;
  }
  .news_blog {
    font-size: 3.7333333333vw;
  }
  .news_blog h2,
  .news_blog h3 {
    font-size: 5.3333333333vw;
  }
  .news_blog p a {
    font-size: 3.4666666667vw;
  }
  .product {
    font-size: 3.7333333333vw;
  }
  .product_box {
    margin-right: auto;
    margin-left: auto;
  }
  .product_box.notsale::after {
    font-size: 6.6666666667vw;
  }
  .product_inner {
    width: 100%;
  }
  .product_tag a {
    font-size: 2.9333333333vw;
  }
  .product_section_title {
    font-size: 5.3333333333vw;
  }
  .product_section_button .button {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .product_scene_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_scene_box {
    width: 70vw;
    margin: 0 auto 3vw;
  }
  .product_scene_image {
    height: auto;
    min-height: 150px;
    aspect-ratio: 306/218;
  }
  .product_gallery .slick-prev, .product_gallery .slick-next {
    top: 14.6666666667vw;
  }
  .product_gallery_modal_image {
    width: 90%;
    height: 70%;
  }
  .product_photo {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .product_photo .slick-dots li {
    width: 23.5%;
    margin-right: 1.5%;
  }
  .product_photo .slick-prev, .product_photo .slick-next {
    top: 35vw;
  }
  .product_customer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_customer_box {
    width: 100%;
  }
  .product_customer_box + .product_customer_box {
    margin-top: 5.3333333333vw;
  }
  .product_design_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_design_image {
    width: 100%;
    height: auto;
  }
  .product_design_table {
    margin-top: 5.3333333333vw;
  }
  .product_design_table table {
    width: 100%;
  }
  .product_other_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 42vw;
    margin: 0 2vw 4vw;
  }
  .product_other_item.notsale::after {
    font-size: 4.8vw;
  }
  .product_other_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
  .product_other_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .product_other_text {
    margin-bottom: 1em;
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .product_other_photo {
    width: 100%;
  }
  .product_other_image {
    width: 100%;
    height: 20vw;
  }
  .product_other_more {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: auto;
    font-size: 2.9333333333vw;
  }
  .product_other .slick-prev, .product_other .slick-next {
    top: 24vw;
    left: -4vw;
    display: none;
  }
  .product_other .slick-next {
    right: -4vw;
    left: auto;
  }
  .productuse_section {
    padding: 0vw 2.6666666667vw 4vw !important;
  }
  .productuse_section .product_other_container {
    width: 100%;
    margin-left: 0;
  }
  .productuse_section .product_other_container .slick-arrow {
    display: none;
  }
  .productuse_section .product_other_container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productuse_section .product_other_container .slick-slide {
    height: auto !important;
  }
  .productuse_section .product_other_container .slick-prev, .productuse_section .product_other_container .slick-next {
    top: 24vw;
    left: -4vw;
    display: none;
  }
  .productuse_section .product_other_container .slick-next {
    right: -4vw;
    left: auto;
  }
  .productuse_section .product_other_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .productuse_section .product_other_item.notsale::after {
    font-size: 4.8vw;
  }
  .productuse_section .product_other_link {
    height: 100%;
  }
  .productuse_section .product_other_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .productuse_section .product_other_text {
    font-size: 3.2vw;
    text-align: center;
  }
  .productuse_section .product_other_photo {
    width: 100%;
  }
  .productuse_section .product_other_image {
    width: 100%;
    height: 20vw;
  }
  .productuse_section .product_other_more {
    margin-top: auto;
    font-size: 2.9333333333vw;
  }
  .productuse_container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .productuse_box {
    width: auto;
    margin-left: 0;
  }
  .productuse_subtitle {
    height: 24vw;
  }
  .productuse_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .product-banner {
    max-width: 80vw;
    margin-top: -6.6666666667vw;
    margin-bottom: 8vw;
  }
}