/* Noto+Sans+JP
 Regular 400 /  Medium 500 / SemiBold 600 / Bold 700 / ExtraBold 800  / Black 900 
*/
.wow {
  visibility: hidden;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#splash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform: translateX(0);
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#splash_logo img {
  width: 320px;
  opacity: 0;
}
@keyframes fadeInUpShort {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fadeInUpShort {
  animation: fadeInUpShort 0.8s ease-out forwards;
}
@keyframes fadeOutBg {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a.button, a.button:link {
    color: #000;
    text-decoration: none;
}
a,a:hover {
	text-decoration: none;
	cursor: pointer;
    transition: all .3s ease 0s;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:active {
    color: #1A1A1A;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}
.pc_on_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_on_flex {
    display: none !important;
  }
}
.sp_on_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_flex {
    display: flex !important;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: 0;
  color: #1A1A1A;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 10px;
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-weight: 400;
}
body, table, input, textarea, select, option {
    font-weight: 400;
    position: relative;
    width: 100%;
}
#header {
  position: relative;
  height: 70px;
}
.logo a {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	z-index: 999;
}
.logo a h1 img {
  width: 320px;
}
@media screen and (max-width: 1200px) {
	.logo a {
		top: clamp(12px, 3vw, 40px);
	}
	.logo a h1 img {
		width: clamp(167px, 26vw, 320px);
	}
}


.fv {
  display: flex;
}
.fv a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.fv a {
  position: relative;
  display: block;
}
.fv a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.fv a:hover::after {
  opacity: 0.15;
}
.fv_left img, .fv_right img {
  width: 100%;
}
.fv_left, .fv_right {
  width: 50%;
}
.cut-link1 {
	display: inline-block;
	clip-path: polygon(0 0, 100% 10%, 100% 91%, 0 100%);
}
.cut-link2 {
	display: inline-block;
	clip-path: polygon(100% 0, 100% 100%, 0 91%, 0 10%);
}
.lead_liquidwind_bg {
	background: url("../images/bg_ice2.png") no-repeat 40% center/2850px auto;
	height: 100%;
	margin: -120px 0 0;
  padding: 200px 0 140px;
}
.lead_liquidwind_inner {
	width: 90%;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lead_liquidwind_img {
  width: 58%;
  min-width: 605px;
}
.lead_liquidwind_txt {
  width: 38%;
  width: 502px;
  margin-left: 40px;
}
.lead_liquidwind_txt h2 {
  width: 462px;
  margin-bottom: 20px;
}
.lead_liquidwind_txt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.11;
  margin-bottom: 30px;
}
.lead_liquidwind_txt p span {
  background:linear-gradient(transparent 75%, #FFF502 75%);
}
.btn_group {
  display: flex;
  justify-content: space-between;
}
.btn {
  width: 48%;
}
.btn a {
  display: flex;
  height: 47px;
  font-size: 1.6rem;
  font-weight: 900;
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#FFF500;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
}
.btn a:hover {
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#F0F0F0;
}
h3.ttl_system_liquidwind {
  font-size: 4.7rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin: 40px 0 0;
}
h3.ttl_system_liquidwind span {
  color: #22AFFF;
}
h3.ttl_system_liquidwind {
  position: sticky;
  top: 15px;
  z-index: 20;
  z-index: -2;
  margin: 0;
  height: var(--ttl-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 0px;
}

/*
.scroll-block {
  position: relative;
  z-index: -1;
}

.scroll-block .content article {
  min-height: 80vh;
}

.scroll-block .left_src img,
.scroll-block .right_src img {
  width: 100%;
  height: auto;
  display: block;
}

.scroll-block .left_src {
  background: #F4FBFF;
}

.stage-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .scroll-block {
    --hinge-cut: clamp(40px, 8vh, 60px);
    --ttl-h: clamp(40px, 8vh, 60px);
  }

  h3.ttl_system_liquidwind {
    position: sticky;
    top: 15px;
    z-index: 20;
    z-index: -2;
    margin: 0;
    height: var(--ttl-h);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 0px;
  }

  .stage-wrapper {
    display: block;
    position: sticky;
    top: var(--ttl-h);
    height: calc(100vh - var(--ttl-h));
    z-index: 5;
    pointer-events: none;
  }

  .left_stage,
  .right_stage {
    position: absolute;
    top: 0;
    height: calc(100vh - var(--ttl-h));
    width: 50vw;
    overflow: hidden;
  }

  .left_stage {
    left: 0;
    clip-path: polygon(
      0 0,
      100% var(--hinge-cut),
      100% calc(100% - var(--hinge-cut)),
      0 100%
    );
  }

  .right_stage {
    right: 0;
    clip-path: polygon(
      0 var(--hinge-cut),
      100% 0,
      100% 100%,
      0 calc(100% - var(--hinge-cut))
    );
  }

  .stage_img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }

  .left_current {
    transform: translateY(calc(var(--slide, 0) * -100%));
  }

  .left_next {
    transform: translateY(calc((1 - var(--slide, 0)) * 100%));
  }

  .right_next {
    clip-path: inset(calc((1 - var(--reveal, 0)) * 100%) 0 0 0);
  }

  .left_src,
  .right_src {
    display: none;
  }
}

@media (min-width: 768px) {
  .scroll-block {
    position: relative;
  }
  .scroll-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--hinge-cut);
    background: #fff;
    pointer-events: none;
    z-index: 1;
  }
}
@media (max-width: 767px) {

  .content article {
    margin: 0;
    padding: 0;
  }

  .content article > .left_src,
  .content article > .right_src {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: -8vw;
  }

  .content article > .left_src img,
  .content article > .right_src img {
    width: 100%;
    height: auto;
    display: block;
  }

  .rt_down_rb_up {
    clip-path: polygon(
      0 0,
      100% 8vw,
      100% calc(100% - 8vw),
      0 100%
    );
  }

  .rt_up_rb_down {
    clip-path: polygon(
      0 8vw,
      100% 0,
      100% 100%,
      0 calc(100% - 8vw)
    );
  }

  .content article:last-child > .left_src,
  .content article:last-child > .right_src {
    margin-bottom: 0;
  }

  .last {
    margin-top: -40vw !important;
  }
}
*/

.left img,
.right-stack img,
.sp-photo img,
.sp-illust img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.left-track,
.right-stack img {
  will-change: transform, clip-path;
  backface-visibility: hidden;
}

:root {
  --cut: 110px;
}

.scroll-block {
  position: relative;
  width: 100%;
}

.scroll-block::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	background: #fff;
	pointer-events: none;
	z-index: -1;
	height: 160px;
}

.content {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

/* PC版をデフォルト表示 / SP版をデフォルト非表示 */
.scroll-block {
  display: block;
}
.scroll-block-sp {
  display: none;
}

/* ================= PC ================= */

.left,
.right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.left {
  clip-path: polygon(
    0 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    0 100%
  );
}

.right {
  clip-path: polygon(
    0 var(--cut),
    100% 0,
    100% 100%,
    0 calc(100% - var(--cut))
  );
}

.left-track {
  position: absolute;
  width: 100%;
}

.left img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.right-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.right-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}

/* 左右の画像間の隙間対策（PCのみ） */
@media (min-width: 768px) {
  .right-stack img {
    inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
}

/* ================= SP ================= */

@media (max-width: 767px) {

  .scroll-block {
    display: none !important;
  }

  .scroll-block-sp {
    display: block !important;
  }

  .sp-item {
    position: relative;
    margin-bottom: 0;
  }

  .sp-photo,
  .sp-illust {
    overflow: hidden;
  }

  .sp-photo img,
  .sp-illust img {
    width: 100%;
    display: block;
  }

  .sp-illust {
    margin-top: -20vw;
    position: relative;
    z-index: 2;
  }

  .sp-illust img {
    opacity: 0;
    transform: translateY(60px);
    transition:
      opacity .8s cubic-bezier(.22,.61,.36,1),
      transform .8s cubic-bezier(.22,.61,.36,1);
  }

  .sp-illust img.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .sp-item.trapezoid-a .sp-photo img {
    clip-path: polygon(
      0 8vw,
      100% 0,
      100% 100%,
      0 calc(100% - 8vw)
    );
  }

  .sp-item.trapezoid-a .sp-illust img {
    clip-path: polygon(
      0 0,
      100% 8vw,
      100% calc(100% - 8vw),
      0 100%
    );
  }

  .sp-item.trapezoid-b .sp-photo img {
    clip-path: polygon(
      0 8vw,
      100% 0,
      100% 100%,
      0 calc(100% - 8vw)
    );
  }

  .sp-item.trapezoid-b .sp-illust img {
    clip-path: polygon(
      0 0,
      100% 8vw,
      100% calc(100% - 8vw),
      0 100%
    );
  }
  
  .sp-item.trapezoid-c .sp-photo img {
    clip-path: polygon(
      0 8vw,
      100% 0,
      100% 100%,
      0 calc(100% - 8vw)
    );
  }

  .sp-item.trapezoid-c .sp-illust img {
    clip-path: polygon(
      0 0,
      100% 8vw,
      100% calc(100% - 8vw),
      0 100%
    );
  }
  
  h3.ttl_system_liquidwind {
    position: static;
  }
  
  .trapezoid-b,.trapezoid-c {
    margin-top: -160px;
  }
}


.ttl_keep_cool {
  width: 100%;
  margin: 20px auto 56px;
  text-align: center;
  font-size: 4.7rem;
  font-size: clamp(2.6rem, 4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.468;
}
.ttl_keep_cool span {
  color: #22AFFF;
}

.loop_txt_wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto 46px;
}
.loop_txt_wrap li {
  margin-left: -20px;
}
.loop_txt_wrap li img {
  max-height: 102px;
}
.keep_cool_bg {
  background: url("../images/bg_ice_wide.png") no-repeat top center/cover;
  height: 472px;
  width: 100%;
  margin-bottom: 32px;
}
.img_bottle_structure {
  width: 952px;
  max-width: 90%;
  margin: 0 auto;
}
.ttl_experiment {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.91;
  margin-bottom: 38px;
}
.ttl_experiment span {
  color: #0092E5;
}
.arrow_down {
  width: 372px;
  max-width: 90%;
  margin: 0 auto 37px;
}
.img_experiment {
  width: 670px;
  max-width: 90%;
  margin: 0 auto 25px;
}
.ttl_experiment_sub {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.91;
	margin-bottom: 10px;
}
.ttl_experiment_sub span {
	color: #0092E5;
}
.experiment p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  width: 670px;
  max-width: 90%;
  margin: 0 auto 33px;
}

.system_bg {
	width: 100%;
	background: url("../images/system_bg.png") center / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 0;
	margin-bottom: 72px;
	padding-bottom: 69%;
  position: relative;
}
@media screen and (max-width: 1300px) {
.system_bg {
	padding-bottom: 90%;
}
}
.system_box {
	width: 1060px;
	max-width: 100%;
	background: #fff;
	padding: 38px 0 60px;
	position: relative;
	height: 560px;
	margin: auto;
	transform: skewX(-5deg);
}
.system_bg_inner {
  position: absolute;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%) 
}
.system_box > * {
  transform: skewX(5deg);
}
.ttl_system {
  font-size: 3.0rem;
  font-weight: 900;
  text-align: center;
}
.ttl_system span {
  color: #0092E5;
}
.system_flex {
	display: flex;
	width: 90%;
	margin: auto;
}
.system_flex li {
  width : calc(100% / 3);
  text-align: center;
}
.system_flex li img {
  width: 261px;
  max-width: 90%;
  margin: 0 auto;
}
.system_flex li h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.system_flex li p {
  font-size: 1.6rem;
  font-weight: 400;
}
.num {
  font-size: 1.3rem;
  font-weight: 400;
}
.btn_online {
  width: 483px;
  max-width: 90%;
  margin: 30px auto 0;
}
.btn_online a {
  display: flex;
  height: 65px;
  font-size: 2.2rem;
  font-weight: 900;
  background: url("../images/icon_arrow.png") no-repeat right 15px center/21px auto,#FFF500;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  padding: 0 50px;
}
.btn_online a:hover {
  background: url("../images/icon_arrow.png") no-repeat right 15px center/21px auto,#F0F0F0;
}
.top_products {
  margin-bottom: 70px;
}
.ttl_top_products {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
}
.ttl_top_products span {
  color: #0092E5;
}
.top_products_box {
  border: solid 8px #F0F0F0;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 80px;
  position: relative;
  padding: 50px 30px 55px;
}
.top_products_lead {
  position: relative;
  display: flex;
  gap: 35px;
}
.top_products_lead_img1 {
  flex: 0 0 352px;
  position: relative;
  top: -100px;
}
.top_products_lead_txt {
  flex: 1;
}
.top_products_lead_txt h3 {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
}
.top_products_lead_txt span {
  color: #00A0EA;
}
.top_products_lead_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.btn_online_s {
  margin-top: 10px;
}
.btn_online_s a {
  display: inline-flex;
  height: 65px;
  font-size: 1.7rem;
  font-weight: 900;
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#FFF500;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  padding: 0 60px;
}
.btn_online_s a:hover {
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#F0F0F0;
}
ul.product_info_list3 {
	display: flex;
	width: 100%;
	margin: -70px auto 0;
}
ul.product_info_list3 li {
  width : calc(100% / 3);
  text-align: center;
  padding: 0 20px;
}
.product_info_img3 {
  width: 253px;
  margin: 0 auto 10px;
}
ul.product_info_list3 li h4 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 5px;
}
ul.product_info_list3 li p {
  text-align: left;
  line-height: 1.75;
  font-size: 1.6rem;
}
ul.product_info_list3 li:nth-child(2) {
  border-left: dotted 1px #C1C1C1;
  border-right: dotted 1px #C1C1C1;
}
.top_products_lead_img2 {
  flex: 0 0 382px;
  position: relative;
  top: -125px;
}
.top_products_lead_img3 {
	flex: 0 0 382px;
	position: relative;
	top: -125px;
}
ul.product_info_list3.list4 li {
  width : calc(100% / 4);
  text-align: center;
  padding: 0 20px;
}
ul.product_info_list3.list4 li:nth-child(3) {
  border-right: dotted 1px #C1C1C1;
}
.product_info_img2 {
  width: 220px;
  margin: 0 auto 10px;
}
ul.product_info_list3.list2 {
	display: flex;
	width: 580px;
	max-width: 100%;
	margin: -10px auto 0;
}
ul.product_info_list3.list2 li {
  width : calc(100% / 2);
  text-align: center;
  padding: 0 0;
}
ul.product_info_list3.list2 li:nth-child(2) {
	border-left: dotted 1px #C1C1C1;
	border-right: none;
  padding: 0 0 0 20px;
}
ul.product_info_list3.list2 li:nth-child(1) {
  padding: 0 20px 0 0;
}
.store_info {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 100px;
}
h3.ttl_store_info {
  font-size: 4.7rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 32px;
}
h3.ttl_store_info span {
  color: #22AFFF;
}
.img_store_info {
  width: 100%;
  margin-bottom: 30px;
}
.img_store_info img {
  width: 100%;
}
h3.store_name {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
.store_address {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.btn_gmap a {
  width: 363px;
  font-size: 1.7rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#FFF500;
  border-radius: 33px;
  margin: 0 auto 80px;
}
.btn_gmap a:hover {
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#F0F0F0;
}

.dealer {
  width: 1100px;
  max-width: 90%;
  margin: 40px auto 93px;
}
.acc {
  width: 100%;
  margin: 0 0 25px;
}
.acc dt {
  background: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1;
  padding: 27px 60px 27px 25px;
  cursor: pointer;
  position: relative;
  transition: background 0.35s ease, color 0.35s ease;
}
.acc dd {
  display: none;
}
.acc dt span {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.acc dt span i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
  transition: background 0.35s ease, transform 0.35s ease;
}
.acc dt span i::before,
.acc dt span i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: background 0.35s ease, transform 0.35s ease, top 0.35s ease;
}
.acc dt span i::before {
  top: -8px;
}
.acc dt span i::after {
  top: 8px;
}
.acc dt.active {
  background: #000;
  color: #fff;
}
.acc dt.active span i {
  background: transparent;
}
.acc dt.active span i::before,
.acc dt.active span i::after {
  background: #fff;
  top: 0;
}
.acc dt.active span i::before {
  transform: rotate(45deg);
}
.acc dt.active span i::after {
  transform: rotate(-45deg);
}
.acc dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acc dd ul > li {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
.acc dd ul > li:last-child {
  border-bottom: 0;
}

.pre {
  display: block;
  font-size: 16px;
  padding: 12px 0 16px 20px;
}

.acc dd ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.acc dd ol li {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.acc dd ol li:last-child {
  border-bottom: 0;
}

.table {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.table > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
.table .name { width: 32%; }
.table .address { width: 45%; padding-right: 20px; }
.table .tel { width: 15%; white-space: nowrap; }
.table .map { width: 8%; white-space: nowrap; text-align: right; }
}
.table .name a {
  color: #000;
  text-decoration: underline;
}

.acc dt.active + dd .table .name a {
  color: #000;
}

@media (max-width: 736px) {
  .acc dt {
    padding: 18px 52px 18px 16px;
    font-size: 15px;
  }
  .table, .table > div {
    display: block;
    width: 100%;
  }
  .table .address { padding-right: 0; margin-top: 6px; }
  .table .tel, .table .map { margin-top: 6px; }
  .table .map { text-align: left; }
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa {
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
}
.fa-location-pin::before, .fa-map-marker::before {
  content: "\f041";
}

.bold {
	font-weight: 700;
}
@media only screen and (min-width: 737px), print {
  .p-none {
    display: none !important;
  }
}
dd ul li span.pre {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 12px 0 20px 20px;
}
dl dd ul li {
  color: #444;
}
.table .name a {
  color: #444;
}
.map a {
  color: #666;
}
.footer_logo h2 a {
  display: block;
  width: 302px;
  max-width: 90%;
  margin: 0 auto 45px;
}
.footer_logo h2 a span {
	font-size: 1.2rem;
	text-align: center;
	display: block;
  margin-top: 30px;
}
ul.footer_links {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 9999;
}
ul.footer_links.show {
  transform: translateY(0);
  opacity: 1;
}
ul.footer_links {
  visibility: hidden;
  pointer-events: none;
}
ul.footer_links.show {
  visibility: visible !important;
  pointer-events: auto;
}
ul.footer_links li {
  width: 50%;
}
ul.footer_links img {
  width: 100%;
  display: block;
}
body {
  padding-bottom: clamp(60px, 8vw, 200px);
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1000px) {
.top_products_lead {
	gap: 0;
	flex-wrap: wrap;
}
.top_products_lead_txt {
	width: 100%;
  flex: inherit;
  margin-top: -45px;
}
.top_products_lead_img1 {
	flex: inherit;
	top: -80px;
	margin: auto;
	max-width: 320px;
}
.top_products_lead_img2 {
	flex: inherit;
	top: -140px;
	margin: auto;
	max-width: 320px;
}
.top_products_lead_img3 {
	flex: inherit;
	top: -80px;
	margin: auto;
	max-width: 320px;
}
.ttl_top_products {
	margin-bottom: 50px;
}
ul.product_info_list3 {
	margin: 45px auto 0;
	flex-wrap: wrap;
}
ul.product_info_list3 li {
	width: 100%;
  margin: 0 auto;
}
ul.product_info_list3.list4 li {
	width: 100%;
	margin: 0 auto;
}
ul.product_info_list3.list2 {
	margin: 45px auto 0;
	flex-wrap: wrap;
}
ul.product_info_list3.list2 li {
	width: 100%;
}
.product_info_img4 {
  margin-bottom: 20px;
}
.top_products_lead_txt2 {
  margin-top: -100px;
}
ul.product_info_list3 li:nth-child(2) {
	border-left: none;
	border-right: none;
	border-top: dotted 1px #C1C1C1;
	border-bottom: dotted 1px #C1C1C1;
}
ul.product_info_list3.list4 li:nth-child(3) {
	border-right: none;
	border-bottom: dotted 1px #C1C1C1;
}
ul.product_info_list3 li, ul.product_info_list3.list4 li {
	padding: 30px 0px;
}
ul.product_info_list3.list2 li:nth-child(2){
	border-left: none;
	border-right: none;
	padding: 30px 0;
  border-bottom: none;
}
ul.product_info_list3.list2 li:nth-child(1) {
	padding: 30px 0;
}
.lead_liquidwind_inner {
	flex-wrap: wrap;
}
.lead_liquidwind_txt {
	width: 100%;
	margin: 0 auto 60px;
	order: -1;
	max-width: max-content;
}
.lead_liquidwind_inner {
	width: 100%;
	margin: 0 auto;
}
.lead_liquidwind_img {
	width: 95%;
	min-width: 605px;
}
}/*1000px*/

@media screen and (max-width: 1160px) {
.lead_liquidwind_img {
	min-width: auto;
}
}

@media screen and (max-width: 1140px) {
.top_products_lead_txt h3 {
	font-size: 2.1vw;
}
}

@media screen and (max-width: 1000px) {
.top_products_lead_txt h3 {
	font-size: 2.0rem;
}
}

@media screen and (max-width: 1100px) {
.system_flex {
  flex-direction: column;
}
.system_flex li {
	width: 100% !important;
  margin-bottom: 30px;
}
.system_bg {
	height: 100%;
	padding: 75% 0 150%;
}
.system_bg_inner {
	width: 80%;
}
.system_box {
  width: 480px;
  max-width: 90%;
	height: auto;
  padding: 35px 0 30px;
  transform: skewX(0);
}
.system_box > * {
	transform: skewX(0);
}
.system_box_l {
	max-width: 90%;
  width: 480px;
	height: auto;
}
}

@media screen and (max-width: 840px) {
.system_bg {
	height: 1870px;
}
}


.ride_fv {
	background: url("../images/rider_img01.webp") no-repeat center center/cover;
	height: 0;
	padding-bottom: 59%;
	position: relative;
}
.rider_fv_copy {
  width: 450px;
  max-width: 90%;
  position: absolute;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .rider_fv_copy {
    width: clamp(200px, 40vw, 450px);
  }
}


.rider_ttl_intro {
  width: 523px;
  max-width: 90%;
  margin: 10px auto 24px;
}
.rider_img02 {
  margin-top: -20px;
}
.rider_img02 img {
  width: 100%;
}
.rider_img02 {
  overflow: hidden;
}

.rider_img02 img {
  display: block;
  width: 100%;
  height: auto;

  opacity: 0;
  transform: translateX(-40px) scale(0.98);
  filter: blur(6px);
  transition: opacity 0.9s cubic-bezier(.2,.8,.2,1),
              transform 0.9s cubic-bezier(.2,.8,.2,1),
              filter 0.9s cubic-bezier(.2,.8,.2,1);
  will-change: transform, opacity, filter;
}

.rider_img02.is-inview img {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .rider_img02 img {
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.txt_cools_body {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.91;
  width: 90%;
  margin: 14px auto 48px;
}
.txt_cools_body span {
  color: #FF1400;
}
.ttl_cools_body_sub {
  font-size: 4.7rem;
  font-size: clamp(2.2rem, 4vw, 4.7rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.47;
}
.ttl_cools_body_sub span {
  color: #0092E5;
}
.ttl_cools_body_sub small {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 8px;
}
.ttl_cools_body_note {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.img_cools_body img {
	width: 100%;
	margin: -20px 0 -29px;
}
.other_scene {
  width: 1100px;
  max-width: 90%;
  margin: -50px auto 107px;
}
.ttl_other_scene {
  margin-bottom: 30px;
}
.ttl_other_scene p {
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.ttl_other_scene h3 {
  font-size: 4.0rem;
  font-size: clamp(2.4rem, 4vw, 4.0rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.other_note {
  width: 680px;
  max-width: 90%;
  margin: 0 auto 60px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

.ttl_other_scene h3 span {
  color: #0092E5;
}
ul.other_scene_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.other_scene_flex li {
  width: 48.8%;
}
ul.other_scene_flex li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 15px 0 0;
}

@media screen and (max-width: 1300px) {
.rider_ttl_intro {
	width: clamp(200px, 40vw, 523px);
}
}
@media screen and (max-width: 650px) {
  .txt_cools_body {
    font-size: 3.2vw;
  }
}

.worker_fv {
	background: url("../images/worker_img01.webp") no-repeat center center/cover;
	height: 0;
	padding-bottom: 59%;
	position: relative;
}
.worker_fv_copy {
  width: 460px;
  max-width: 90%;
  position: absolute;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .worker_fv_copy {
    width: clamp(200px, 40vw, 450px);
  }
}

.worker_ttl_intro {
  width: 533px;
  max-width: 90%;
  margin: 10px auto 24px;
}

@media screen and (max-width: 1300px) {
.worker_ttl_intro {
	width: clamp(210px, 40vw, 533px);
}
}

ul.structure_flex {
  width: 575px;
  max-width: 90%;
  margin: -17px auto 27px;
  display: flex;
  flex-direction: column;
}
ul.structure_flex li {
  margin-bottom: 84px;
}
ul.structure_flex li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
ul.structure_flex li p {
  /*
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 1.875;
  */
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  max-width: 100%;
  margin: 0 auto 33px;
}

.system_bg_l {
	width: 100%;
	background: url("../images/system_bg_l.png") center / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 0;
	margin-bottom: 72px;
	padding-bottom: 102%;
  position: relative;
}
@media screen and (max-width: 1300px) {
.system_bg_l {
	padding-bottom: 90%;
}
}
.system_box_l {
	width: 1060px;
	max-width: 100%;
	background: #fff;
	padding: 38px 0 60px;
	position: relative;
	height: 890px;
	margin: auto;
	transform: skewX(-5deg);
}
.system_bg_inner_l {
  position: absolute;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%) 
}
.system_box_l > * {
  transform: skewX(5deg);
}


@media screen and (max-width: 1100px) {
.system_bg_l {
	height: 2430px;
	padding: 75% 0 150%;
}
.system_bg_inner_l {
	width: 80%;
}
.system_box_l {
  max-width: 100%;
	height: auto;
  padding: 35px 0 65px;
  transform: skewX(0);
}
.system_box_l > * {
	transform: skewX(0);
}
}

.icon_plus {
  width: 44px;
  margin: 20px auto 20px;
}
.ttl_system_flex2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
ul.caution_note li {
	font-size: 1.6rem;
	font-weight: 400;
	text-indent: -1em;
	padding-left: 1em;
}
.system_flex2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 816px;
  max-width: 90%;
  margin: auto;
}
.system_flex2_img {
  width: 40%;
  max-width: 328px;
}
.system_flex2_txt {
  width: 55%;
}

@media screen and (max-width: 1000px) {
.system_flex2 {
	flex-wrap: wrap;
}
.system_flex2_txt {
	width: 100%;
}
.system_flex2_img {
	width: 40%;
	max-width: 328px;
	margin: 0 auto 15px;
}
.ttl_system_flex2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}
}

.lp_top a p {
  text-align: center;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 120px;
  text-decoration: underline;
}
.lp_top a img {
  width: 250px;
  display: block;
  margin: auto;
}


