@charset "UTF-8";
.page-products_lp {
  position: relative;
  z-index: var(--main-index);
}
@media screen and (min-width: 768px) {
  .page-products_lp:not(.page-special-content) {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .page-products_lp .ly-flex {
    column-gap: 50px;
  }
}
/* スペコン基本スタイル */
.page-special-content {}

@media screen and (max-width: 767px) {
  .page-products_lp {
    padding-top: 0;
  }
  .page-products_lp.page-special-content .elem-index {
    padding-top: 0;
  }
  .page-products_lp br.br-sp {
    display: block !important;
  }
}
.page-products_lp h3 {
  letter-spacing: 0.02em;
}
:is(.prod-lanternclock,.prod-magspeakerduo) .page-products_lp .elem-index #statement h3 {
  left: auto;
  right: 0;
}
.page-products_lp section {
  scroll-margin-top: 158px;
}
#wrap .page-products_lp section:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-products_lp section {
    scroll-margin-top: 78px;
  }
}

.page-products_lp #main_visual .mv_copy {
  color: #fff;
  font-size: 6.0rem;
  line-height: 1.8;
}
.page-products_lp #main_visual .mv_text_dotted {
  border-bottom: dotted 5px;
  display: inline-flex;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .page-products_lp #main_visual .mv_copy {
    font-size: 3.2rem;
    line-height: 1.55;
  }
  .page-products_lp #main_visual .mv_text_dotted {
    border-bottom-width: 4px;
  }
}

.page-products_lp .mo-txt {
  color: #666666;
  margin-top: 38px;
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-products_lp .mo-txt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.page-products_lp .video_box {
  padding-top: 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.page-products_lp .video_box .youtube_link {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  text-indent: -9999;
}
.page-products_lp .video_box iframe {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 1;
}
.page-products_lp .video_box.-aspect-narrow {
  height: 41.2vw;
}
.page-products_lp .video_box.-aspect-narrow iframe {
  top: -7.1vw;
  bottom: auto;
  height: auto;
}

.page-products_lp .line_box {
  display: flex;
  align-items: center;
}
.page-products_lp .line_box :is(.img_box,.txt_box) {
  flex: 0 0 50%;
}
.page-products_lp .line_box .img_box {
  /* flex: 0 0 50%; */
}
.page-products_lp .line_box .txt_box {
  padding-inline: min(100px, 5vw);
}

@media screen and (max-width: 767px) {
  .page-products_lp .line_box {
    flex-direction: column;
    padding-inline: 43px;
  }
  .page-products_lp .line_box + .line_box {
    padding-top: 45px;
  }
  .page-products_lp .line_box .img_box {
    order: 2;
  }
  .page-products_lp .line_box .txt_box {
    order: 1;
    padding: 0 0 24px;
  }
}

.page-products_lp .new_ttl {
  padding-top: 27px;
  position: relative;
}
.page-products_lp .new_ttl::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  font-family: "Montserrat","Zen Old Mincho", sans-serif;
  word-break: break-word;
  letter-spacing: 0.07em;
  height: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.07em;
  word-break: break-word;
  font-weight: normal;
  padding: 0 8px;
  color: #ffffff;
  background-color: #ab1b24;
}
@media screen and (max-width: 767px) {
  .page-products_lp .new_ttl::before {
    padding: 0 14px;
    font-size: 1.4rem;
  }
}
.page-products_lp .tile_area .ex_comment_name_text {
  display: inline;
}
.page-products_lp br.br-sp {
  display: none;
}
.page-products_lp #main_visual {
  position: relative;
}
.page-products_lp #main_visual .mv_txt_area {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 1;
  color: #fff;
  line-height: 1.3;
}
/* .page-products_lp.prod-silkywindmini .elem-index #main_visual .mv_txt_area,
.page-products_lp.prod-silkywindcirculator .elem-index #main_visual .mv_txt_area {
  bottom: auto;
  top: 0;
} */
/* .page-products_lp:is(.prod-silkywindmobile3_1,.prod-silkywindmobile3_2) .elem-index #main_visual .mv_txt_area */
/* .page-products_lp.prod-aromafunhour .elem-index #main_visual .mv_txt_area
.page-products_lp.prod-magcase #main_visual .mv_txt_area */
@media screen and (min-width: 768px) {
  .page-products_lp #main_visual.-mv_txt_top_left .mv_txt_area {
    inset: 0 auto auto 0;
  }
  .page-products_lp #main_visual.-mv_txt_top_right .mv_txt_area {
    inset: 0 0 auto auto;
  }
  .page-products_lp #main_visual.-mv_txt_bottom_left .mv_txt_area {
    inset: auto auto 0 0;
  }
  .page-products_lp #main_visual.-mv_txt_bottom_right .mv_txt_area {
    inset: auto 73px 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .page-products_lp.prod-silkywindmini #main_visual .mv_txt_area {
    filter: brightness(40%);
    transition: filter 0.6s ease;
  }
  .page-products_lp.prod-silkywindmini #main_visual[data-prod-value="slide3"] .mv_txt_area {
    filter: brightness(100%);
  }
  .page-products_lp.prod-silkywindcirculator #main_visual .mv_txt_area {
    filter: brightness(100%);
    transition: filter 0.6s ease;
  }
  .page-products_lp.prod-silkywindcirculator #main_visual[data-prod-value="slide4"] .mv_txt_area {
    filter: brightness(40%);
  }
  .page-products_lp.prod-silkywindcirculator #main_visual[data-prod-value="slide5"] .mv_txt_area {
    filter: brightness(40%);
  }
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide1"] .mv_txt_area,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide3"] .mv_txt_area,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide4"] .mv_txt_area,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide5"] .mv_txt_area,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide6"] .mv_txt_area {
    background-color: rgba( 255, 255, 255, 0.7);
    padding: 48px 24px 24px 24px;
    border-radius: 2px;
  }
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide2"] .mv_txt_area {
    padding: 48px 24px 24px 24px;
  }
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide1"] .mv_txt_area .mv_ttl,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide3"] .mv_txt_area .mv_ttl,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide4"] .mv_txt_area .mv_ttl,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide5"] .mv_txt_area .mv_ttl,
  .page-products_lp.prod-silkywindmobile4 #main_visual[data-prod-value="slide6"] .mv_txt_area .mv_ttl {
    filter: brightness(40%);
  }
}

.page-products_lp #main_visual .mv_ttl {
  height: 36px;
  display: flex;
}
.page-products_lp #main_visual .mv_ttl.new::before {
  content: "";
  width: 68px;
  height: 100%;
  background: center no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20136.15%2068.51%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.62%2C51.71V16.47h7.58l14.31%2C24.21V16.47h7.15V51.71h-7.49l-14.4-24.21v24.21h-7.15Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.47%2C51.71V16.47h25.6v6.12h-18.45v7.51h16.86v6.03h-16.86v9.07h19.31v6.51h-26.46Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M89.29%2C51.71l-10.1-35.24h7.51l6.03%2C24.86%2C5.1-24.86h7.73l5.1%2C24.86%2C6.03-24.86h7.44l-10.07%2C35.24h-6.91l-5.46-26.99-5.48%2C26.99h-6.92Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%2265.51%22%20width%3D%22136.15%22%20height%3D%223%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%22136.15%22%20height%3D%223%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.page-products_lp #main_visual .mv_ttl.new picture, .page-products_lp #main_visual .mv_ttl.new img {
  margin-left: 20px;
}
.page-products_lp #main_visual .mv_ttl picture, .page-products_lp #main_visual .mv_ttl img {
  margin: 0;
  margin-right: auto;
}
.page-products_lp #main_visual .mv_ttl .mv_txt_box {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.page-products_lp #main_visual .mv_ttl .mv_txt_box .mv_txt {
  margin-top: 0;
  height: 100%;
  transition: transform 0.6s ease;
  transform: translateY(105%);
}
.page-products_lp.prod-magcase #main_visual .mv_ttl .mv_txt_box .mv_txt p { height: 100%;}
.page-products_lp.prod-magcase #main_visual .mv_ttl .mv_txt_box .mv_txt,
.page-products_lp #main_visual .mv_ttl .mv_txt_box .mv_txt.on {
  transform: translateY(0);
}
.page-products_lp #main_visual .mv_ttl .mv_txt_box .mv_txt:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-products_lp #main_visual .mv_ttl .mv_txt_box .mv_txt picture, .page-products_lp #main_visual .mv_ttl .mv_txt_box .mv_txt img {
  height: 100%;
}
.page-products_lp #main_visual .mv_txt {
  margin-top: 25px;
  font-size: 3rem;
  position: relative;
}
.page-products_lp #main_visual .mv_txt p[data-txt-product] {
  opacity: 0;
  transition: opacity 0.8s ease;
  margin: 0;
}
.page-products_lp #main_visual .mv_txt p[data-txt-product]:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-products_lp #main_visual .mv_txt p[data-txt-product].on {
  opacity: 1;
}
.page-products_lp #main_visual .mv_txt_box .mv_txt .mv_txt_label[data-txt-product] {
  color: #fff;
  font-size: 1.9rem;
  padding-block: 5px;
  padding-inline: 25px;
  margin-top: 10px;
  border: 1px solid;
  width: fit-content;
  margin: auto;
}
.page-products_lp #main_visual .mv_txt_label.color-normal { color: var(--text-color);}
.page-products_lp #main_visual .mv_txt_label.color-b { color: #000;}


@media screen and (max-width: 767px) {
  .page-products_lp #main_visual .mv_txt_box .mv_txt .mv_txt_label[data-txt-product] {
    color: var(--text-color);
    font-size: 1.4rem;
  }
}
.page-products_lp #main_visual .mv_img {
  width: 100%;
  height: 100%;
}
.page-products_lp #main_visual .mv_img picture, .page-products_lp #main_visual .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products_lp #main_visual :is(.mv_award,.gmark) {
  display: flex;
  width: 240px;
  margin: 0;
  margin-bottom: 30px;
  column-gap: 10px;
  align-items: flex-end;
}
.page-products_lp #main_visual :is(.mv_award,.gmark) img {
  max-width: 70px;
  height: 100%;
  max-height: 104px;
  margin: 0;
}
.page-products_lp #main_visual :is(.mv_award,.gmark) img.type_horizontal {
  max-height: 70px;
  max-width: none;
}
.page-products_lp #main_visual[data-prod-value=magcase_s] .mv_txt p[data-desc-product=magcase_s] {
  opacity: 1;
}
.page-products_lp #main_visual[data-prod-value=magcase_t] .mv_txt p[data-desc-product=magcase_t] {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-products_lp #main_visual {
    height: calc(100vh - 158px);
  }
}
.page-products_lp #specification .spec_cont_box {
  padding-bottom: 50px;
}
.page-products_lp #specification .spec_img {
  position: relative;
}
.page-products_lp #specification .spec_img_slider {
  position: relative;
}
.page-products_lp #specification .spec_img_slider .spec_img_slide {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.page-products_lp #specification .spec_img_slider .spec_img_slide :is(picture,img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-products_lp #specification .spec_img_slider .spec_img_slide:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
.page-products_lp #specification .spec_img_slider .spec_img_slide.on {
  opacity: 1;
}
.page-products_lp #specification .spec_img .spec_color_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
}
.page-products_lp #specification .spec_img .spec_color_img:nth-of-type(1) {
  position: relative;
  opacity: 1;
}
.page-products_lp #specification .spec_img .spec_color_img.on {
  opacity: 1;
}
.page-products_lp #specification .spec_img_box {
  flex: 1 0 46.1%;
}
.page-products_lp #specification .spec_img_tab_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -25px;
  transform: translateY(100%);
  left: 0;
  right: 0;
}
.page-products_lp #specification .spec_img_tab_area button {
  font-family: "Montserrat","Zen Old Mincho", sans-serif;
  word-break: break-word;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 500;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  color: #666666;
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 16px;
}
.page-products_lp #specification .spec_img_tab_area button.on {
  color: #000;
}
.page-products_lp #specification .spec_txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-products_lp #specification .spec_txt_ttl img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-products_lp #specification .spec_txt table tr.size_01 th,
  .page-products_lp #specification .spec_txt table tr.size_01 td {
    padding: 0;
    height: 50px;
  }
}
.page-products_lp #specification .spec_color_btn {
  margin-right: 1em;
}
.page-products_lp #specification .link_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-products_lp #specification .link_area .link {
  width: 100%;
}
.page-products_lp #specification .btn_area {
  width: 320px;
  margin-inline: auto;
}
.page-products_lp #specification .btn_area .btn {
  width: 100%;
}
.page-products_lp #sumally {
  padding-top: 220px;
}
.page-products_lp #userphoto .ly-grid {
  gap: 25px 27px;
}
.page-products_lp #userphoto .userphoto_box {
  background-color: #fff;
}
.page-products_lp #userphoto .userphoto_box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 25px;
}
.page-products_lp #userphoto .userphoto_box .userphoto_desc {
  padding-inline: 25px;
  flex: 1 1 auto;
}
.page-products_lp #userphoto .userphoto_box .userphoto_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 1.45;
}
.page-products_lp #userphoto .userphoto_box .userphoto_txt:empty {  display: none;}
.page-products_lp .prod_sumally_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products_lp .prod_sumally_box .img_box,
.page-products_lp .prod_sumally_box .txt_box {
  width: 50%;
}
.page-products_lp .prod_sumally_box .txt_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-products_lp .prod_sumally_box .btn {
  margin-top: clamp(2.8rem, 2.16vw + 1.94rem, 4.7rem);
  font-size: 1.6rem;
}
.page-products_lp .prod_sumally_box + .prod_sumally_box {
  margin-top: 230px;
}
@media screen and (min-width: 768px) {
  .page-products_lp .prod_sumally_box:nth-of-type(odd) .img_box {
    order: 1;
  }
  .page-products_lp .prod_sumally_box:nth-of-type(odd) .txt_box {
    order: 2;
  }
  .page-products_lp .prod_sumally_box:nth-of-type(even) .img_box {
    order: 2;
  }
  .page-products_lp .prod_sumally_box:nth-of-type(even) .txt_box {
    order: 1;
  }
}
.page-products_lp .maint_step_area,
.page-products_lp .tips_cont_area {
  counter-reset: step;
}
.page-products_lp .maint_step_box,
.page-products_lp .tips_cont_box {
  counter-increment: step;
}
.page-products_lp .maint_step_box .img_box,
.page-products_lp .tips_cont_box .img_box {
  min-height: 50vw;
  display: flex;
  align-items: center;
}
.page-products_lp .maint_step_box .img_box :is(picture,img), .page-products_lp .maint_step_box .img_box  :is(picture,img),
.page-products_lp .tips_cont_box .img_box  :is(picture,img){
  width: 100%;
}
.page-products_lp .maint_step_box .txt_box,
.page-products_lp .tips_cont_box .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2.4;
}
.page-products_lp .maint_step_box .txt,
.page-products_lp .tips_cont_box .txt {
  position: relative;
}
.page-products_lp .maint_step_box .txt::before,
.page-products_lp .tips_cont_box .txt::before {
  content: counter(step);
  position: absolute;
  top: -58px;
  left: -10px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f6f3;
  font-family: "Montserrat","Zen Old Mincho", sans-serif;
  word-break: break-word;
  letter-spacing: 0.07em;
  transform: translateY(-100%);
}
.page-products_lp .maint_step_box:nth-of-type(odd),
.page-products_lp .tips_cont_box:nth-of-type(odd) {
  background-color: #f7f6f3;
}
.page-products_lp .maint_step_box:nth-of-type(odd) .txt::before,
.page-products_lp .tips_cont_box:nth-of-type(odd) .txt::before {
  background-color: #e9e5dd;
}
.page-products_lp .pagenation_area {
  margin-bottom: 120px;
}
.page-products_lp .pagenation_area .page_hidden {
  visibility: hidden;
}
.page-products_lp #main_visual .slide_img iframe {
  height: 57vw;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .page-products_lp #main_visual .slide_img iframe {
    height: 57vw;
    width: 100vw;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
  .page-products_lp #main_visual {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .page-products_lp #main_visual .mv_txt_area {
    position: relative;
    right: 0;
    margin: 0 auto;
  }
  .page-products_lp #main_visual .mv_ttl {
    width: 130px;
    height: auto;
    display: block;
    margin-inline: auto;
  }
  .page-products_lp #main_visual .mv_ttl.new::before {
    width: 100%;
    height: 22px;
    display: block;
    margin-bottom: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20263.84%2045.75%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M92.43%2C33.8V11.96h4.7l8.87%2C15V11.96h4.43v21.84h-4.64l-8.93-15v15h-4.43Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M116.05%2C33.8V11.96h15.86v3.8h-11.43v4.66h10.45v3.74h-10.45v5.62h11.97v4.03h-16.4Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M141.51%2C33.8l-6.26-21.84h4.66l3.74%2C15.41%2C3.16-15.41h4.79l3.16%2C15.41%2C3.74-15.41h4.61l-6.24%2C21.84h-4.29l-3.38-16.73-3.4%2C16.73h-4.29Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%2244.92%22%20width%3D%22263.84%22%20height%3D%22.82%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%22263.84%22%20height%3D%22.82%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .page-products_lp #main_visual .mv_ttl picture, .page-products_lp #main_visual .mv_ttl img {
    margin-left: 0;
  }
  .page-products_lp #main_visual .mv_ttl.new img {
    margin-left: 0;
  }
  .page-products_lp #main_visual .mv_wrap {
    padding: 6.6vw;
  }
  .page-products_lp #main_visual .mv_img {
    order: 1;
    height: 65vh;
  }
  .page-products_lp #main_visual .mv_txt {
    color: #666666;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
  }
  .page-products_lp #main_visual :is(.mv_award,.gmark) {
    width: auto;
    justify-content: center;
    height: 60px;
    margin: 0 auto 16px;
  }
  .page-products_lp #specification .spec_cont_box {
    padding-bottom: 0;
  }
  .page-products_lp #specification .spec_img_tab_area {
    margin-top: 18px;
    position: relative;
    transform: translateY(0);
    bottom: 0;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .page-products_lp #specification .spec_img_tab_area button {
    font-size: 1rem;
    margin: 0;
  }
  .page-products_lp #specification .spec_txt {
    margin-top: 28px;
  }
  .page-products_lp #specification .spec_txt_box {
    display: block;
  }
  .page-products_lp #specification .spec_txt_ttl {
    height: 23px;
    width: 280px;
  }
  .page-products_lp .prod-silkywindmobile4 #specification .spec_txt_ttl{
    height: 46px;
  }
  .page-products_lp #specification .spec_txt_ttl img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
  .page-products_lp #specification .spec_color_btn {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin-block: 4px;
  }
  .page-products_lp #specification .btn_area {
    width: 100%;
  }
  .page-products_lp #specification .link_area {
    margin-top: 48px;
  }
  .page-products_lp #specification .link + link {
    margin-top: 30px;
  }
  .page-products_lp #sumally {
    padding-top: 84px;
  }
  .page-products_lp .prod_sumally_box {
    padding: 0 43px;
    flex-wrap: wrap;
  }
  .page-products_lp .prod_sumally_box .img_box {
    order: 2;
    margin-top: 20px;
  }
  .page-products_lp .prod_sumally_box .txt_box {
    order: 1;
  }
  .page-products_lp .prod_sumally_box .img_box,
  .page-products_lp .prod_sumally_box .txt_box {
    width: 100%;
  }
  .page-products_lp .prod_sumally_box + .prod_sumally_box {
    margin-top: 91px;
  }
  .page-products_lp .maint_step_box .txt_box, .page-products_lp .tips_cont_box .txt_box {
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.9;
    margin-top: 150px;
    padding-bottom: 76px;
  }
  .page-products_lp .maint_step_box .txt::before, .page-products_lp .tips_cont_box .txt::before {
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
  .page-products_lp .pagenation_area {
    margin-bottom: 90px;
  }
  .page-products_lp .pagenation_area .page_hidden {
    display: none;
  }
}

.cta_link_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 65px;
  z-index: var(--cta-index);
  display: none;
}
.cta_link_area button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  color: #666666;
  width: 100%;
  height: 52px;
  font-size: 1.4rem;
  text-align: center;
  background-color: var(--bg-color);
  position: relative;
  z-index: 10;
  border-width: 1px;
  border-style: solid solid none none;
  border-radius: 0;
  border-top-right-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}

#mo-modal[class^=type-expert_comment] .modal_area {
  width: min(100vw - 40px, 1140px);
  padding: 0;
}
#mo-modal[class^=type-expert_comment] .modal_box_body {
  padding: 100px 0 50px;
  width: calc(100% - 120px);
  margin-inline: auto;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
#mo-modal[class^=type-expert_comment] .modal_box_body .ex_comment_title {
  font-size: 3.2rem;
  margin-bottom: 35px;
}
#mo-modal[class^=type-expert_comment] .modal_box_footer {
  padding: 45px 60px 100px;
}
#mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_text {
  padding-block: 60px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 768px) {
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_profile {
    display: flex;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_profile_img {
    flex: 0 0 20%;
    margin-right: 30px;
  }
}
#mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #mo-modal[class^=type-expert_comment] .modal_box_footer {
    padding: 0 20px 18px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_text {
    padding-bottom: 24px;
    margin-bottom: 18px;
  }
}
#mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_name {
  font-size: 150%;
}
#mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_name_text {
  font-size: 80%;
  margin-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #mo-modal[class^=type-expert_comment] .modal_box_body {
    padding: 60px 0 30px;
    width: calc(100% - 40px);
  }
  #mo-modal[class^=type-expert_comment] .modal_box_body .ex_comment_title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer {
    padding: 18px 20px 40px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_text {
    padding-block: 20px;
    margin-bottom: 15px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_profile_img {
    margin-bottom: 15px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_text {
    padding-bottom: 24px;
    margin-bottom: 18px;
  }
  #mo-modal[class^=type-expert_comment] .modal_box_footer .ex_comment_name_text {
    margin-left: 8px;
  }
}

/* 各ページ */
.page-products_lp .elem-index .simpleParallax {
  width: 100%;
  height: 100%;
}
.page-products_lp .elem-index #intro_video {
  padding-top: 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-products_lp .elem-index #intro_video {
    margin-bottom: 65px;
  }
}
.page-products_lp .elem-index #intro_video .youtube_link {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  text-indent: -9999;
}
.page-products_lp .elem-index #intro_video iframe {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 1;
}
.page-products_lp .elem-index #about .about_txt {
  margin-top: 38px;
  font-size: 2rem;
  line-height: 2.2;
}
.page-products_lp .elem-index #about .about_txt_box {
  padding: 10px 0;
}
.page-products_lp .elem-index #about .about_img_box {
  flex: 1 0 48%;
  margin-left: 0;
}
.page-products_lp .elem-index #about .btn {
  margin-top: 90px;
}
.page-products_lp .elem-index #statement {
  min-height: auto;
  max-height: none;
}
.page-products_lp .elem-index #statement .statement_wrap {
  position: relative;
}
.page-products_lp .elem-index #statement .ly-container {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
}
.page-products_lp .elem-index #statement h3 {
  position: absolute;
  top: 15%;
  left: 0;
  color: #fff;
}
.page-products_lp .elem-index #statement h3.text-invert {
  color: var(--text-color);
}
.page-products_lp .elem-index #message {
  background-color: white;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .page-products_lp .elem-index #message {
    padding: 100px 0;
  }
}
.page-products_lp .elem-index .functions_cont {
  padding: 120px 0;
}
.page-products_lp .elem-index .functions_cont h3 {
  letter-spacing: -0.03em;
}
.page-products_lp .elem-index .functions_cont .btn {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-products_lp .elem-index .functions_cont:nth-of-type(even) .functions_img_box {
    order: 2;
  }
  .page-products_lp .elem-index .functions_cont:nth-of-type(even) .functions_txt_box {
    order: 1;
  }
}
.page-products_lp .elem-index .functions_txt_box {
  padding: 20px 0;
}
.page-products_lp .elem-index .functions_ttl {
  font-size: 1.1rem;
  font-family: "Montserrat","Zen Old Mincho", sans-serif;
  word-break: break-word;
  letter-spacing: 0.07em;
  letter-spacing: 0.36em;
  margin-bottom: 40px;
}
.page-products_lp .elem-index .functions_ttl .ttl_at_txt {
  font-size: 2.2rem;
  margin-left: 20px;
  letter-spacing: 0.2em;
}
.page-products_lp .elem-index .functions_txt {
  margin-top: 24px;
}
.page-products_lp .elem-index .functions_img_box {
  min-height: 35vw;
}
@media screen and (min-width: 768px) {
.page-products_lp .elem-index .functions_iframe_box>iframe {
  height: 35vw;
  aspect-ratio: 4 / 3;
  width: 86vw;
  transform: translateX(-20vw);
}
}
@media screen and (max-width: 767px) {
.page-products_lp .elem-index .functions_iframe_box>iframe {
  height: 56vw;
  aspect-ratio: 4 / 3;
  width: 120vw;
  transform: translateX(-20vw);
}
}
.page-products_lp .elem-index .functions_img_box, .page-products_lp .elem-index .functions_txt_box {
  width: 100%;
}
.page-products_lp .elem-index .functions picture, .page-products_lp .elem-index .functions img {
  position: absolute;
}
.page-products_lp .elem-index .functions_txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.page-products_lp .elem-index .ly-flex {
  justify-content: space-between;
}
.page-products_lp .elem-index #story {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  z-index: 3;
  overflow: hidden;
  height: calc(100vh - 158px);
}
.page-products_lp .elem-index #story h2 {
  font-size: 3.7rem;
  justify-content: center;
}
.page-products_lp .elem-index #story .story_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: 5;
}
.page-products_lp .elem-index #story .story_wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: center/cover url(/images/products_lp/story_bg.jpg) no-repeat;
}
.page-products_lp .elem-index #story .story_area {
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-products_lp .elem-index #story .story_area .btn {
  margin-top: 60px;
}
.page-products_lp .elem-index #story .story_area .btn:not(:hover) {
  background-color: transparent;
}
.page-products_lp .elem-index #story .story_txt {
  margin-top: 50px;
}
.page-products_lp .elem-index #gallery .gallery_img_area {
  display: flex;
  flex-wrap: nowrap;
}
.page-products_lp .elem-index #gallery .gallery_img {
  width: 100%;
}
.page-products_lp .elem-index #gallery .gallery_img picture, .page-products_lp .elem-index #gallery .gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products_lp .elem-index #gallery .slider_gallery {
  height: 326px;
  width: 100%;
  background: center/auto 100%;
  background-position: 0 0;
  animation: slider_gallery 280s linear infinite;
}
@keyframes slider_gallery {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 200%;
  }
}
.page-products_lp .elem-index #userphoto .video_box {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-products_lp .elem-index #userphoto .video_box {
    margin-bottom: 60px;
  }
}
.page-products_lp .elem-index #userphoto .userphoto_box {
  height: 100%;
  font-size: 1.4rem;
}
.page-products_lp .elem-index #userphoto .userphoto_box p {
  margin-bottom: 0;
}
.page-products_lp .elem-index #userphoto .userphoto_txt {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page-products_lp .elem-index #expert_comment .tile_text {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .page-products_lp .elem-index #about .about_txt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .page-products_lp .elem-index #about .about_txt_box {
    padding: 0;
  }
  .page-products_lp .elem-index #about .about_img_box {
    margin-top: 38px;
    width: 100vw;
    position: relative;
    left: -43px;
  }
  .page-products_lp .elem-index #about .btn {
    margin-top: 30px;
  }
  .page-products_lp .elem-index #statement {
    padding: 5px 0 0;
  }
  .page-products_lp .elem-index #statement .ly-container {
    position: relative;
    height: auto;
  }
  .page-products_lp .elem-index #statement h3 {
    position: relative;
    top: 0;
    color: var(--text-color);
  }
  .page-products_lp .elem-index #statement .statement_bg {
    margin-top: 60px;
  }
  .page-products_lp .elem-index #statement .statement_bg picture, .page-products_lp .elem-index #statement .statement_bg img {
    width: 100%;
    height: auto;
  }
  .page-products_lp .elem-index .functions_cont {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 43px;
  }
  .page-products_lp .elem-index .functions_cont .btn {
    margin-top: 30px;
  }
  .page-products_lp .elem-index .functions_cont .functions_txt_inr_box,
  .page-products_lp .elem-index .functions_cont .functions_img_box,
  .page-products_lp .elem-index .functions_cont .functions_txt_box {
    width: 100%;
  }
  .page-products_lp .elem-index .functions_cont .functions_txt_box {
    order: 1;
    padding: 0;
  }
  .page-products_lp .elem-index .functions_cont .functions_img_box {
    order: 2;
    margin-top: 32px;
  }
  .page-products_lp .elem-index .functions_ttl {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .page-products_lp .elem-index .functions_ttl .ttl_at_txt {
    font-size: 1.5rem;
  }
  .page-products_lp .elem-index #story h2 {
    font-size: 2.6rem;
  }
  .page-products_lp .elem-index #story .story_area {
    width: 100%;
    padding: 0 43px;
  }
  .page-products_lp .elem-index #story .story_area .btn {
    margin-top: 50px;
  }
  .page-products_lp .elem-index #story .story_txt {
    margin-top: 28px;
  }
  .page-products_lp .elem-index #gallery {
    position: relative;
  }
  .page-products_lp .elem-index #gallery .slider_gallery {
    height: 240px;
  }
  .page-products_lp .elem-index #gallery::before {
    left: 15px;
    transform: scaleX(-1);
  }
  .page-products_lp .elem-index #gallery::after {
    right: 15px;
  }
  .page-products_lp .elem-index #gallery .gallery_img_wrap {
    width: 100%;
    overflow-x: auto;
    position: relative;
  }
  .page-products_lp .elem-index #gallery .gallery_img_area {
    position: relative;
    z-index: 1;
    width: 400vw;
  }
}
.page-products_lp .elem-gallery #gallery .ly-grid {
  gap: 0;
}
.page-products_lp .elem-gallery .gallery_img_area {
  display: flex;
  flex-wrap: wrap;
}
.page-products_lp .elem-gallery .gallery_img {
  width: 25%;
}
.page-products_lp .elem-gallery .gallery_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(14, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 1vw;
  column-gap: 1vw;
}
.page-products_lp .elem-gallery .gallery_grid_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.page-products_lp .elem-gallery .gallery_grid_item img[src=""] {  display: none;}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(1) {
  grid-area: 12/1/15/5;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(2) {
  grid-area: 7/1/10/5;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(3) {
  grid-area: 6/5/9/9;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(4) {
  grid-area: 1/5/4/9;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(5) {
  grid-area: 10/3/12/5;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(6) {
  grid-area: 4/5/6/7;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(7) {
  grid-area: 1/3/3/5;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(8) {
  grid-area: 13/7/15/9;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(9) {
  grid-area: 13/5/15/7;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(10) {
  grid-area: 4/7/6/9;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(11) {
  grid-area: 10/1/12/3;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(12) {
  grid-area: 3/1/7/5;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(13) {
  grid-area: 9/5/13/9;
}
.page-products_lp .elem-gallery .gallery_grid_item:nth-of-type(14) {
  grid-area: 1/1/3/3;
}
.page-products_lp .elem-story .statement_img {
  margin-top: 0;
  padding-top: 0;
}
.page-products_lp .elem-story .img_box {
  margin: 50px auto 0;
}
.page-products_lp .elem-story h3 {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .page-products_lp .elem-story #statement h3, .page-products_lp .elem-story #statement .cont_ttl_disp {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-products_lp .elem-story .statement_img img, .page-products_lp .elem-story .img_box img {
    width: 100%;
  }
}
.page-products_lp .elem-story #story .story_box + .story_box {
  margin-top: 175px;
}
.page-products_lp .elem-story #story .story_sec01 {
  position: relative;
}
.page-products_lp .elem-story #story .story_sec01 .img_box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
}
.page-products_lp .elem-story #story .story_sec01 .txt_box {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 100px;
}
.page-products_lp .elem-story #story .story_sec01 .img {
  width: 730px;
  margin-top: 5%;
  margin-right: 0;
  margin-left: auto;
}
.page-products_lp .elem-story #story .story_sec02 {
  display: block;
  margin-left: 0;
  max-width: 100vw;
  width: calc(1120px + 50vw - 600px);
}
.page-products_lp .elem-story #story .story_sec02 picture, .page-products_lp .elem-story #story .story_sec02 img {
  width: 100%;
}
.page-products_lp .elem-story #story .story_sec03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products_lp .elem-story #story .story_sec03 .txt_box {
  flex: 1 0 59.4%;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
}
.page-products_lp .elem-story #story .story_sec03 .img_box {
  flex: 1 0 40.6%;
}
.page-products_lp .elem-story #story .story_sec03 .img_box picture, .page-products_lp .elem-story #story .story_sec03 .img_box img {
  max-width: 580px;
  margin: 0 0 0 auto;
}
.page-products_lp .elem-spec .spec_img {
  display: none;
}
.page-products_lp .elem-spec .prod_ttl img {
  width: 200px;
}
.page-products_lp .elem-spec .table_ttl {
  margin-top: 150px;
  margin-bottom: 50px;
}
.page-products_lp .elem-spec .table_ttl picture, .page-products_lp .elem-spec .table_ttl img {
  filter: brightness(0);
  margin-left: 0;
}
.page-products_lp .elem-spec table {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.65;
}
.page-products_lp .elem-spec .coution_area {
  margin-top: 100px;
  margin-bottom: 140px;
  font-size: 1.35rem;
}
.page-products_lp .elem-spec .coution_area:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-products_lp .elem-spec table th, .page-products_lp .elem-spec table td {
    padding: 0;
    height: 50px;
  }
  .page-products_lp .elem-spec table tr.size_02 th,
  .page-products_lp .elem-spec table tr.size_02 td {
    height: 100px;
  }
  .page-products_lp .elem-spec .ly-flex .ly-flex_box + .ly-flex_box {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-products_lp .elem-spec table th, .page-products_lp .elem-spec table td {
    padding: 0;
    height: 50px;
  }
  .page-products_lp .elem-spec table tr.size_03 th,
  .page-products_lp .elem-spec table tr.size_03 td {
    height: 150px;
  }
  .page-products_lp .elem-spec .ly-flex .ly-flex_box + .ly-flex_box {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-products_lp #statement {
    padding: 65px 0 22px;
  }
  .page-products_lp .cont_ttl_disp {
    margin-top: 18px;
  }
  .page-products_lp .prod_sumally_box .btn {
    font-size: 1.1rem;
    margin-bottom: 19px;
  }
  .page-products_lp .elem-func03_maint {
    padding-bottom: 0;
  }
  .page-products_lp .elem-func03_maint section {
    padding-bottom: 0;
  }
  .page-products_lp .elem-func02_tips {
    padding-bottom: 0;
  }
  .page-products_lp .elem-func02_tips section {
    padding-bottom: 0;
  }
  .page-products_lp .elem-story .img_box {
    margin: 25px auto 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .page-products_lp .elem-story .img_box picture, .page-products_lp .elem-story .img_box img {
    width: 100%;
  }
  .page-products_lp .elem-story h3 {
    margin-bottom: 40px;
  }
  .page-products_lp .elem-spec .img {
    display: none;
  }
  .page-products_lp .elem-spec .spec_img {
    display: block;
  }
  .page-products_lp .elem-spec .table_ttl {
    margin-top: 50px;
    margin-bottom: 28px;
  }
  .page-products_lp .elem-spec .table_ttl :is(picture,img), .page-products_lp .elem-spec .table_ttl {
    height: 26px;
    width: 300px;
  }
  .page-products_lp .prod-silkywindmobile4 .elem-spec .table_ttl :is(picture,img), .page-products_lp .elem-spec .table_ttl {
    height: 40px;
  }
  .page-products_lp .elem-spec .table_ttl  :is(picture,img) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
  .page-products_lp .elem-spec .ly-flex_box:last-child {
    margin-top: 0;
  }
  .page-products_lp .elem-spec .ly-flex_box:last-child .type_list {
    border-top: none;
  }
  .page-products_lp .elem-spec table {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .page-products_lp .elem-spec table th, .page-products_lp .elem-spec table td {
    padding: 22px 0;
  }
  .page-products_lp .elem-spec .coution_area {
    margin-top: 47px;
    margin-bottom: 51px;
    font-size: 1.1rem;
    line-height: 1.35;
  }
  .page-products_lp .elem-spec .ly_indent2 li {
    text-indent: -2ch;
    padding-left: 2ch;
  }
  .page-products_lp .elem-spec .ly_indent li {
    text-indent: -1ch;
    padding-left: 1ch;
  }
  .page-products_lp .prod-mist300 #statement .cont_ttl_disp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .page-products_lp.prod-aromafunhour .fixed_bnr {
    right: 3.6vw;
    top: 186px;
    bottom: auto;
  }
}
.page-products_lp .fixed_bnr {
  position: fixed;
  right: calc(3.6vw + 80px);
  bottom: 1.8vw;
  display: block;
  z-index: var(--fixed-index);
  border: 1px solid var(--border-color);
}
.page-products_lp .fixed_bnr.-type-bubble {
  border: none;
  border-radius: 10px;
}
.page-products_lp .fixed_bnr.-type-bubble .-type-bubble-text {
  position: relative;
}
.page-products_lp .fixed_bnr.-type-bubble .-type-bubble-text::after {
content: "";
position: absolute;
left:0;
width: 16px;
aspect-ratio: 103 / 104;
z-index: -1;
background: center/cover url(/images/products_lp/common/bubble.svg) no-repeat;
}

.page-products_lp .fixed_bnr_close_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 0;
  transform: translate(50%, -50%);
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .page-products_lp .fixed_bnr {
    right: 43px;
    left: 43px;
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-products_lp .fixed_bnr_close_btn:hover {
    color: #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page_top {
    bottom: 2px;
    right: 0;
    width: 80px;
  }
  footer {
    padding-bottom: 80px;
  }
}
/*-------- WP マージ用 --------*/
.fb-like_outer {
  display: none;
}

#orver,
#wrap {
  padding: 0;
}

#site-logo img {
  max-width: none;
}

.page-products_lp h3 {
  color: #666666;
  text-align: left;
  padding-bottom: 0;
}/*# sourceMappingURL=products_lp.css.map */



/*

各製品個別スタイル

*?
/*
.page-products_lp.prod-mistmini
.page-products_lp.prod-mist300
.page-products_lp.prod-mist350
.page-products_lp.prod-magcase
.page-products_lp.prod-aromafunhour
.page-products_lp.prod-silkywindcirculator
.page-products_lp.prod-silkywindmini
 */
 .page-products_lp:not(.prod-silkywindmobile3_1):not(.prod-silkywindmobile3_2):not(.prod-aromafun) .elem-index #intro_video {
  height: 41.2vw;
}
.page-products_lp:not(.prod-silkywindmobile3_1):not(.prod-silkywindmobile3_2):not(.prod-aromafun) .elem-index #intro_video iframe {
  top: -7.1vw;
  bottom: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-products_lp.prod-magcase .elem-index #about .about_txt {
    margin-top: 22px;
  }
  .page-products_lp.prod-magcase .elem-index #about .btn {
    margin-top: 30px;
  }
  .page-products_lp.prod-magcase .elem-index #about .about_img_box {
    margin: 4% 0;
  }
}
@media screen and (min-width: 768px) {
  .page-products_lp.prod-aromafunhour .elem-spec .table_ttl + .ly-flex .ly-flex_box:nth-of-type(1) {
    width: 120%;
  }
}
.page-products_lp:is(.prod-silkywindmobile3_1,.prod-silkywindmobile3_2,.prod-silkywindmobile4) .elem-index #main_visual .mv_txt_area {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .page-products_lp:is(.prod-silkywindmobile3_1,.prod-silkywindmobile3_2,.prod-silkywindmobile4) .elem-index #main_visual .mv_ttl img {
    height: calc(100% + 24px);
    transform: translateY(-24px);
  }
  .page-products_lp:is(.prod-silkywindmobile3_1,.prod-silkywindmobile3_2) .elem-index #main_visual .mv_ttl.new::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20136.15%2068.51%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.62%2C51.71V16.47h7.58l14.31%2C24.21V16.47h7.15V51.71h-7.49l-14.4-24.21v24.21h-7.15Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.47%2C51.71V16.47h25.6v6.12h-18.45v7.51h16.86v6.03h-16.86v9.07h19.31v6.51h-26.46Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M89.29%2C51.71l-10.1-35.24h7.51l6.03%2C24.86%2C5.1-24.86h7.73l5.1%2C24.86%2C6.03-24.86h7.44l-10.07%2C35.24h-6.91l-5.46-26.99-5.48%2C26.99h-6.92Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20y%3D%2265.51%22%20width%3D%22136.15%22%20height%3D%223%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%22136.15%22%20height%3D%223%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.page-products_lp.prod-mist350 .elem-index #statement {
  padding-bottom: 0;
}
.page-products_lp .elem-index #userphoto .userphoto_box .userphoto_img,
.page-products_lp #userphoto .userphoto_img { aspect-ratio: 1 / 1;}
.page-products_lp .elem-index #userphoto .userphoto_box .userphoto_img img,
.page-products_lp #userphoto .userphoto_img img {
  width: 100%;
  height:100%;
  object-fit: contain;
}

.page-products_lp.prod-magspeakerduo .elem-index #main_visual .vgp_area {
  display: flex;
  column-gap: 16px;
}

@media screen and (min-width: 768px) {
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_copy {
  margin-top: 0;
  text-align: right;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_copy span {
  border-bottom: dotted 5px #ffffff;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .vgp_area {
  width: 240px;
  height: 100%;
  align-items: end;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .vgp_area img {
  max-width: 100px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_img .vgp_area {
  display: none;

}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row {
  display: flex;
  column-gap: 10px;
  align-items: baseline;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row img{
  max-width: 64px;
}
}
@media screen and (max-width: 767px) {
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_txt_area {
  display: flex;
  flex-direction: column;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_txt_area .mv_ttl {
  order: 1;
  width: 280px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_txt_area .mv_txt {
  order: 2;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_img {
  position: relative;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .vgp_area {
  width: 140px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .vgp_area img {
  max-width: 60px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row {
  display: flex;
  column-gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row + .mv_award_row {
  padding-top: 16px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row + .mv_award_row img {
  max-width: 50px;
}
.page-products_lp.prod-magspeakerduo .elem-index #main_visual .mv_award .mv_award_row img:is(.jida, .if_award_2025_p) {
  height: 104px;
}
}



/* スペコンスタイル */
.h_balloon {
  position: relative;
  padding: 0 1em;
  display: block;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.h_balloon:before {
  content: "";
  position: absolute;
  left: 7px;
  width: 0.5px;
  height: 1em;
  background: #000;
  transform: rotate(-30deg);
  bottom: 0;
  top: 0;
  margin: auto;
}

.h_balloon:after {
  content: "";
  position: absolute;
  right: 7px;
  width: 0.5px;
  height: 1em;
  background: #000;
  transform: rotate(30deg);
  bottom: 0;
  top: 0;
  margin: auto;
}

.masonry_list {
  --gutter: 24px;
}

.masonry_gutter_sizer {
  width: var(--gutter);
}

.masonry_item {
  display: inline-flex;
  flex-direction: column;
  margin-top: var(--gutter);
  padding: var(--gutter);
}
@media screen and (min-width: 768px) {
  .masonry_item {
    width: calc(50% - (var(--gutter) / 2));
  }
}


/* rhythm fan 12th */
.prod-rhythm_fan main {
  overflow: visible;
}
.prod-rhythm_fan .mv_main_ttl {
  text-align: center;
  font-size: 4.8rem;
}
.prod-rhythm_fan p:last-of-type { margin-bottom: 0;}
@media screen and (min-width: 768px) {
  .prod-rhythm_fan .mv_wrap {
    display: flex;
    align-items: center;
  }
  .prod-rhythm_fan .mv_main_ttl {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .prod-rhythm_fan .mv_main_ttl {
    font-size: 3rem;
    color: var(--text-color);
  }
}
.prod-rhythm_fan #functions { padding-top: 0;}

.prod-rhythm_fan .review_product .btn_area {
  margin-top: 24px;
}
.prod-rhythm_fan .review_product + .review_product {
  margin-top: 120px;
}
.prod-rhythm_fan .review_product_title_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
}
.prod-rhythm_fan .review_product_rating {
  font-size: 3.6rem;
}
.prod-rhythm_fan .review_product_img {
  height: 100%;
  display: flex;
  column-gap: 4px;
}
.prod-rhythm_fan .review_product_img img {
  flex: 0 1 140px;
  width: 140px;
  height: auto;
}
.prod-rhythm_fan .review_list .review_item {
  background-color: #fff;
}
.prod-rhythm_fan .review_list .review_info {
  display: flex;
  justify-content: space-between;
}
.prod-rhythm_fan .review_list .review_name::after {
  content: "さん";
  margin-left: 12px;
}
.prod-rhythm_fan .review_list .review_color::before {
  content: "カラー：";
}
.prod-rhythm_fan .review_list .review_rate {
  display: flex;
}
.prod-rhythm_fan .review_list .review_rate_item {
  font-family: var(--font-icon);
  color: #F8BF77;
  font-size: 3.6rem;
}
.prod-rhythm_fan .review_list .review_rate_item::before {
  content: "\f0ec";
}
.prod-rhythm_fan .review_list .review_rate_item.-half::before {
  content: "\ec45";
}
.prod-rhythm_fan .review_list .review_rate_item.-full::before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.prod-rhythm_fan .review_list .review_title {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.25;
  margin-top: 1.2rem;
}
.prod-rhythm_fan .review_list .review_text {}
.prod-rhythm_fan .review_list .review_date {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .prod-rhythm_fan .review_product_title_wrap {
    flex-direction: column;
  }
  .prod-rhythm_fan .review_product_img img {
    flex-basis: 90px;
    width: 90px;
  }
  .prod-rhythm_fan .review_list .review_title {
    font-size: 2.6rem;
  }
  .prod-rhythm_fan .review_list .review_title br {
    display: none;
  }
  .prod-rhythm_fan .review_list .review_info {
    flex-direction: column;
  }
}

.prod-rhythm_fan .history_wrap {
  --history-line-pad: 150px;
  --history-fan-text: "RHYTHM FAN";
  --history-news-text: "World Events";
  --history-year-width: 125px;
  /* transform: scaleY(0); */
  position: relative;
}
.prod-rhythm_fan .history_wrap.active { overflow: visible;}
.prod-rhythm_fan [data-tgl-area] {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.prod-rhythm_fan [data-tgl-area].active { opacity: 1;}
.prod-rhythm_fan .history_wrap .ly-container {
  position: relative;
}
.prod-rhythm_fan .history_wrap .history_title {
  display: flex;
  margin-bottom: 32px;
}

.prod-rhythm_fan .history_wrap .history_year_arrow_wrap {
  position: absolute;
  inset: calc(var(--history-line-pad) + 60px) 0 20px;
  width: var(--history-year-width);
  margin-inline: auto;
}
.prod-rhythm_fan .history_wrap .history_year_arrows {
  position: sticky;
  margin-inline: auto;
  width: fit-content;
  z-index: 10;
  inset: 187px 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 84px;
}

.prod-rhythm_fan .history_wrap[data-history-index="2012"] .history_year_arrow.prev,
.prod-rhythm_fan .history_wrap[data-history-index="2024"] .history_year_arrow.next { opacity: 0.3; pointer-events: none;}
.prod-rhythm_fan .history_wrap .history_year_arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  color: var(--text-color);
  outline: none;
  width: 30px;
  height: 30px;
}
.prod-rhythm_fan .history_wrap .history_year_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center / contain url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.84%2056.98%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.7%2C28.49C14.56%2C22.45%2C5.5%2C12.91%2C.1%2C1.43-.14%2C.93%2C.07%2C.33%2C.57%2C.1c.5-.23%2C1.1-.02%2C1.33%2C.48%2C5.49%2C11.66%2C14.86%2C21.25%2C26.39%2C27.02%2C.04%2C.02%2C.06%2C.05%2C.09%2C.07%2C.06%2C.04%2C.11%2C.08%2C.16%2C.13s.09%2C.1%2C.13%2C.16c.02%2C.03%2C.05%2C.06%2C.07%2C.09%2C.01%2C.02%2C0%2C.05%2C.02%2C.07%2C.03%2C.06%2C.04%2C.13%2C.05%2C.2%2C.01%2C.06%2C.02%2C.12%2C.02%2C.18%2C0%2C.06-.01%2C.12-.02%2C.18-.01%2C.07-.03%2C.13-.05%2C.2%2C0%2C.02%2C0%2C.05-.02%2C.07-.03%2C.06-.07%2C.1-.11%2C.15-.01%2C.02-.03%2C.04-.04%2C.06-.08%2C.09-.17%2C.16-.27%2C.21%2C0%2C0-.01%2C.01-.02%2C.02-11.53%2C5.77-20.9%2C15.36-26.39%2C27.02-.17%2C.36-.53%2C.57-.91%2C.57-.14%2C0-.29-.03-.43-.1-.5-.24-.71-.83-.48-1.33%2C5.41-11.48%2C14.46-21.02%2C25.61-27.06Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  filter: brightness(0.6);
}
.prod-rhythm_fan .history_wrap .history_year_arrow.prev {
  transform: rotate(-90deg);
}
.prod-rhythm_fan .history_wrap .history_year_arrow.next {
  transform: rotate(90deg);
}
.prod-rhythm_fan .history_wrap .history_year_list {
  display: flex;
  align-items: flex-end;
  background-color: var(--bg-color);
}
.prod-rhythm_fan .history_wrap .history_year_item {
  padding: 12px 8px;
}
.prod-rhythm_fan .history_wrap .history_area {
  position: relative;
  z-index: 5;
}
.prod-rhythm_fan .history_wrap .history_line {
  display: grid;
  grid-template-columns: 1fr var(--history-year-width) 1fr;
  column-gap: 40px;
  position: relative;
  z-index: 5;
  scroll-margin-top: 115px;
}
.prod-rhythm_fan .history_wrap .history_line:first-of-type :is(.history_year,.history_fan,.history_news) {
  padding-top: var(--history-line-pad);
}
.prod-rhythm_fan .history_wrap .history_fan {
  padding-top: calc(var(--history-line-pad) / 2);
  padding-bottom: var(--history-line-pad);
}
.prod-rhythm_fan .history_wrap .history_news {
  padding-top: calc(var(--history-line-pad) / 2);
  padding-bottom: var(--history-line-pad);
}
.prod-rhythm_fan .history_wrap .history_year {
  background-color: #fff;
  text-align: center;
  font-size: 3.6rem;
}
.prod-rhythm_fan .history_wrap .history_line:last-of-type .history_year { padding-bottom: 50px;}
.prod-rhythm_fan .history_wrap .history_year_text {
  position: sticky;
  top: 225px;
  left: 0;
  z-index: 10;
}
.prod-rhythm_fan .history_wrap .history_fan_product + .history_fan_product {
  margin-top: 80px;
}
.prod-rhythm_fan .history_wrap .history_fan_product .btn_area {
  margin-top: 24px;
}
.prod-rhythm_fan .history_wrap .history_fan_title {
  margin-bottom: 60px;
}
.prod-rhythm_fan .history_wrap .history_fan_img {
  display: flex;
  justify-content: center;
  column-gap: 6px;
  row-gap: 6px;
}
.prod-rhythm_fan .history_wrap .history_fan_img img {
  flex: 0 1 100px;
  width: 100px;
  margin-inline: 0;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text p {
  margin: 0;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text p + p {
  margin-top: 0.35em;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text {
  text-align: center;
  position: relative;
  width: fit-content;
  padding: 14px 0.5em;
  border-bottom: 1px solid;
  background-color: var(--bg-color);
  z-index: 5;
  min-width: 93%;
  margin: 0 auto 24px;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text::before,
.prod-rhythm_fan .history_wrap .history_fan_detail_text::after {
  content: "";
  position: absolute;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text::before {
  bottom: -5px;
  left: 80%;
  width: 15px;
  height: 15px;
  background-color: var(--bg-color);
  rotate: 135deg;
  translate: -50%;
}
.prod-rhythm_fan .history_wrap .history_fan_detail_text::after {
  top: calc(100% + 10px);
  left: calc(80% - 12px);
  z-index: -1;
  width: 24px;
  height: 1px;
  transform: rotate(130deg);
  background-color: var(--text-color);
  box-shadow: 0 1px 0 var(--bg-color), 0 -1px 0 var(--bg-color);
}

@media screen and (min-width: 768px) {
  .prod-rhythm_fan .history_wrap .history_title {
    position: sticky;
    top: 120px;
    left: 0;
    z-index: 10;
    align-items: center;
    justify-content: space-between;
    column-gap: 48px;
  }
  .prod-rhythm_fan .history_wrap .history_area::before {
    content: var(--history-fan-text);
    position: absolute;
    top: 0;
    left: 0;
  }
  .prod-rhythm_fan .history_wrap .history_area::after {
    content: var(--history-news-text);
    position: absolute;
    top: 0;
    right: 0;
  }
  .prod-rhythm_fan .history_wrap .history_news {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .history_wrap .ly-container:first-of-type {
    padding: 0;
  }
  .prod-rhythm_fan .history_wrap {
    --history-line-pad: 60px;
    --history-year-width: 80px;
  }
  .prod-rhythm_fan .history_wrap .history_title {
    display: contents;
    flex-direction: column;
  }
  .prod-rhythm_fan .history_wrap .history_title .cont_title {
    padding-inline: var(--SP-cont-pad);
    margin-bottom: 6px;
  }
  .prod-rhythm_fan .history_wrap .history_year_list {
    position: sticky;
    top: var(--nav-height);
    left: 0;
    z-index: 10;
    overflow-x: auto;
  }
  .prod-rhythm_fan .history_wrap .history_year_arrow_wrap {
    margin-inline: 0 auto;
  }
  .prod-rhythm_fan .history_wrap .history_year_arrows {
    top: 154px;
    row-gap: 60px;
  }
  .prod-rhythm_fan .history_wrap .history_line {
    grid-template-columns: var(--history-year-width) 1fr;
    grid-template-rows: repeat(2, auto);
    column-gap: 0;
    row-gap: 48px;
    /* min-height: calc(100svh - var(--nav-height) - 20px); */
  }
  .prod-rhythm_fan .history_wrap .history_line .history_year {
    grid-area: 1 / 1 / 3 / 2;
  }
  .prod-rhythm_fan .history_wrap .history_line .history_fan {
    grid-area: 1 / 2 / 2 / 3;
    padding-inline: 16px;
    padding-bottom: 0;

  }
  .prod-rhythm_fan .history_wrap .history_line .history_news {
    grid-area: 2 / 2 / 3 / 3;
    padding-inline: 16px;
    padding-top: 0;
  }
  .prod-rhythm_fan .history_wrap .history_line .history_year {
    font-size: 2.4rem;
  }
  .prod-rhythm_fan .history_wrap .history_year_text {
    top: calc(var(--nav-height) + 115px);
  }
  .prod-rhythm_fan .history_wrap .history_line .history_fan::before {
    content: var(--history-fan-text);
  }
  .prod-rhythm_fan .history_wrap .history_line .history_news::before {
    content: var(--history-news-text);
  }
  .prod-rhythm_fan .history_wrap .history_fan_product + .history_fan_product {
    margin-top: 32px;
  }
  .prod-rhythm_fan .history_wrap .history_fan_title {
    margin-bottom: 16px;
  }
  .prod-rhythm_fan .history_wrap .history_fan_img img {
    flex-basis: calc((100vw - var(--history-year-width) - 50px) / 4);
    width: calc((100vw - var(--history-year-width) - 50px) / 4);
  }
}


/* lanternclock */
.prod-lanternclock #main_visual .mv_wrap {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .prod-lanternclock #main_visual .mv_wrap .mv_copy {
    text-align: center;
  }
}


/* comfometer */
  .page-products_lp.prod-comfometer #main_visual .mv_txt img {
    filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
  }

  .page-products_lp.prod-comfometer #main_visual .mv_txt img {
    margin-bottom: 15px;
  }

  .page-products_lp.prod-comfometer #main_visual .mv_txt {
    margin-top: 0;
  }
  .page-products_lp.prod-comfometer .logo_area{


  }
@media screen and (min-width: 768px) {
  .page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt span.mv_text_dotted {
    border-bottom: dotted 5px #ffffff;
  }
  .page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt {
    color: #fff;
    font-size: 3.0rem;
    line-height: 1.8;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"] span.mv_text_dotted,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide03"] span.mv_text_dotted,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"] span.mv_text_dotted,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] span.mv_text_dotted {
    border-bottom: dotted 5px #666666;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide03"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] {
    color: #666666;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"] .new,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"] .new,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] .new {
  filter: brightness(40%);
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] .mv_ttl {
    justify-content: end;
    margin-bottom: 20px;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide01"] img {
    margin-left: 0;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide03"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide05"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] img {
    margin-right: 0;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] img {
    /* filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%); */
    filter: none;
    height: 30px;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide01"] img,
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide05"] img {
    filter: none;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide02"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide03"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide04"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide05"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide06"] {
    position: absolute;
    right: 0;
    left: auto;
    width: fit-content;
    text-align: right;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide03"] {
    right: 15%;
  }

  .page-products_lp.prod-comfometer .logo_area {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
  }
  .page-products_lp.prod-comfometer .logo_area img {
    padding: 8px;
    margin: 0 0 10px 0;
    border: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide01"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide03"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide05"] .mv_ttl {
    width: auto;
    height: 20px;
    margin-bottom: 40px;
}
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide02"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide04"] .mv_ttl,
  .page-products_lp.prod-comfometer #main_visual [data-txt-product="slide06"] .mv_ttl {
    width: 280px;
    height: 60px;
    margin-bottom: 20px;
}
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt {
  font-size: 1.6rem;
}
.page-products_lp.prod-comfometer .logo_area {
   display: flex;
  flex-direction: column;
}
.page-products_lp.prod-comfometer .logo_area img {
  padding: 6px;
  margin: 0 0 8px 0;
  text-align: left;
  border: solid 1px #fff;
}
.page-products_lp.prod-comfometer .logo_area img:nth-child(1) {
  width: 182px;
}
.page-products_lp.prod-comfometer .logo_area img:nth-child(2) {
  width: 287px;
}
}

/* .page-products_lp.prod-comfometer #main_visual .mv_copy {
  position: absolute;
  right: 5%;
  font-size: 4.8rem
}
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt {
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
}
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt p[data-txt-product="slide01"] {
  left: 0;
  right: auto;
  text-align: left;
}
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt .mv_ttl img {
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);

}
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt p[data-txt-product="slide02"],
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt p[data-txt-product="slide03"],
.page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt p[data-txt-product="slide04"] {
  filter: brightness(40%);
} */

/* @media screen and (max-width: 767px) {

  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide3"],
  .page-products_lp.prod-comfometer #main_visual .mv_txt p[data-txt-product="slide4"] {
    position: absolute;
    right: 0;
    left: auto;
    width: fit-content;
    text-align: right;
  }
  .page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt span {
    border-bottom: dotted 5px #fff;
  }
  .page-products_lp.prod-comfometer #main_visual .mv_wrap {
    padding: 0px;
    order: 0;
  }
  .page-products_lp.prod-comfometer .elem-index #main_visual .mv_txt {
    left: 10%;
    font-size: 2.4rem;
    padding-top: 32px;
  }
  .page-products_lp.prod-comfometer #main_visual[data-prod-value="slide03"] .mv_text {
    color: var(--text-color);
  }


} */

/* crankspeaker */
@media screen and (min-width: 768px) {
  .page-products_lp.prod-crankspeaker .elem-index #main_visual .mv_copy span {
    border-bottom: dotted 5px #ffffff;
  }
  .page-products_lp.prod-crankspeaker .elem-index #statement h3{
    right: 5%;
    left: auto;
  }
}

/* carabinercase */
@media screen and (min-width: 768px) {
  .page-products_lp.prod-carabinercase #statement h3 {
    top: auto;
    left: auto;
    right: 0;
    bottom: 8%;
    color: var(--text-color);
  }
  .page-products_lp.prod-carabinercase #statement .ly-container {
    max-width: calc(100% - 40px)
  }
  .page-products_lp.prod-carabinercase #main_visual .mv_copy {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-products_lp.prod-carabinercase #main_visual .mv_ttl {
    width: 220px;
  }
  .page-products_lp.prod-carabinercase #main_visual .mv_copy {
    color: var(--text-color);
    text-align: center;
  }
  .page-products_lp.prod-carabinercase #main_visual .mv_text_dotted {
    border-bottom-width: 3px;
  }
}

/* mist250 */
@media screen and (min-width: 768px) {
  .page-products_lp.prod-mist250 .elem-index #main_visual .mv_txt {
    color: #fff;
    font-size: 6.0rem;
    line-height: 1.8;
  }
  .page-products_lp.prod-mist250 .elem-index #main_visual .mv_txt span {
    border-bottom: dotted 5px #ffffff;
  }
  .page-products_lp.prod-mist250 #main_visual .mv_txt p[data-txt-product="slide3"],
  .page-products_lp.prod-mist250 #main_visual .mv_txt p[data-txt-product="slide4"],
  .page-products_lp.prod-mist250 #main_visual .mv_txt p[data-txt-product="slide5"],
  .page-products_lp.prod-mist250 #main_visual .mv_txt p[data-txt-product="slide7"] {
    position: absolute;
    right: 0;
    left: auto;
    width: fit-content;
    text-align: right;
  }

}
  /* Silky Wind Clean */
@media screen and (min-width: 768px) {
  .page-products_lp.prod-silkywindclean .elem-index #main_visual .mv_txt {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1.8;
  }
  .page-products_lp.prod-silkywindclean .elem-index #main_visual .mv_txt span {
    border-bottom: dotted 5px #fff;
  }
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide3"],
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide4"] {
    position: absolute;
    right: 0;
    left: auto;
    width: fit-content;
    text-align: right;
  }
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide1"],
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide2"],
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide3"],
  .page-products_lp.prod-silkywindclean #main_visual .mv_txt p[data-txt-product="slide4"] {
    filter: brightness(40%);
  }

}

/* Silky Wind Mobile 4 */
.page-products_lp.prod-silkywindmobile4 .elem-index #statement h3 {
  top: 10%;
  font-size: 3.4rem;
}
.page-products_lp:is(.prod-silkywindmobile4) .elem-index #main_visual .mv_txt_area .color-w{
  color: #fff;
}
