@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Bold.otf") format("opentype");
  font-weight: 700;
}
.min {
  font-family: 'Noto Serif JP', serif,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.hard {
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}


/* font color */
:root {
  --color-base: #100f10;
  --color-base2: #333;
  --color-white: #fff;
  --color-yellow: #f3fd30;
}


body .f24insulation {
  position: relative;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body .f24insulation {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}
.f24insulation a {
  text-decoration: none;
  color: #100f10;
}
.f24insulation a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .f24insulation a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
.f24insulation a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}
.f24insulation img {
  max-width: 100%;
  vertical-align: bottom;
}
.f24insulation .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.f24insulation .wrapper {
  position: relative;
  overflow: inherit;
}
.f24insulation .secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


/* font */
.f24insulation .en {
  font-family: "CircularPro-Book", sans-serif;
  color: #000;
}
.f24insulation .enb {
  font-family: "CircularPro-Black", sans-serif;
  color: #000;
}
.f24insulation p {
  line-height: 1.64;
}
.f24insulation .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}
.f24insulation .sup2 {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}


/* navi */
.f24insulation_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(255,255,255,.5);
}
.f24insulation_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 80px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .f24insulation .f24insulation_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.f24insulation_nav .f24insulation_navInner {
  position: relative;
}
ul.f24insulation_navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.f24insulation_sabnavList {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
ul.f24insulation_navList li.__navItem {
  text-align: center;
  position: relative;
}
ul.f24insulation_navList li.__subnavItem {
  width: 100%;
  position: relative;
}
ul.f24insulation_navList li.__subnavItem:before {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #100f10;
}
ul.f24insulation_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #100f10;
}
ul.f24insulation_navList > .__navItem a {
  margin: 0 auto;
  display: block;
  line-height: 1;
}
ul.f24insulation_navList > .__navItem > a img {
  width: 50px;
}
ul.f24insulation_navList .__subnavItem a {
  padding: 32px 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 800px) {
ul.f24insulation_sabnavList .__navItem:hover > .__snaviArea {
  background-color: #f3fd30;
  display: block!important;
}
ul.f24insulation_navList .__navItem a:hover {
  background-color: #f3fd30;
}
ul.f24insulation_navList .__subnavItem:hover {
  background-color: #f3fd30;
  opacity: 1;
}
}
ul.f24insulation_navList > .__navItem:nth-child(1) > a {
  width: 420px;
  padding: 20px 0 20px 100px;
  text-align: left;
}
ul.f24insulation_navList li.__navItem:nth-child(2) {
  width: calc(100% - 420px);
  padding: 0 calc(100/1920*100%) 0 0;
  text-align: left;
}
/* @media screen and (max-width: 1237px) and (min-width: 768px) {
ul.f24insulation_navList .__navItem:first-of-type a {
  padding: 0 0.5em 0;
}
}*/

ul.f24insulation_navList .__subnavItem.__navItemActive > a {
  background-color: var(--color-yellow);
}
ul.f24insulation_navList .__navItem.f24insulation_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.f24insulation .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.f24insulation ul.__snavList {
  background-color: var(--color-yellow);
}
.f24insulation ul.f24insulation_navList .__navItem .__snavItem a {
  padding: 1em 1em 1em 1em;
  color: var(--color-black);
  font-size: 26px;
  text-align: center;
  position: relative;
  letter-spacing: -0.04em;
}
.f24insulation ul.f24insulation_navList .__navItem .__subnavItem.small .__snavItem a {
  padding: 1em 1em 1em 1em;
  color: var(--color-black);
  font-size: 18px;
  text-align: left;
}
.f24insulation ul.f24insulation_navList .__navItem .__snavItem a:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #100f10;
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
ul.f24insulation_navList > .__navItem:nth-child(1) > a {
  width: 220px;
}
ul.f24insulation_navList li.__navItem:nth-child(2) {
  width: calc(100% - 220px);
}
ul.f24insulation_navList .__subnavItem a {
  padding: 35px 0;
  font-size: 20px;
}
.f24insulation ul.f24insulation_navList .__navItem .__snavItem a {
  font-size: 16px;
}
}
@media screen and (min-width: 800px) {
.f24insulation ul.f24insulation_navList .__navItem .__snavItem a:hover {
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.f24insulation_nav {
  padding: 0;
  position: relative;
  z-index: 1;
}
.f24insulation_nav.fixed {
  transform: translate(0, 64px);
}
.pane-header.disable + .block-gmenu + .pane-main .f24insulation .f24insulation_nav.fixed {
  transform: translate(0, 0);
}
.f24insulation ul.f24insulation_navList {
  justify-content: space-between;
}
.f24insulation ul.f24insulation_navList .__navItem .f24insulation_sabnavList a {
  padding: 17px 0 16px;
  font-size: 12px;
}
ul.f24insulation_navList li.__navItem:nth-child(1) {
  width: calc(210/750*100vw);
  padding: 0;
  text-align: center;
}
ul.f24insulation_navList li.__navItem:nth-child(1) > a {
  padding: calc(60/750*100vw) calc(65/750*100vw) calc(60/750*100vw) calc(65/750*100vw);
  width: calc(180/750*100vw)
}
ul.f24insulation_navList li.__navItem:nth-child(2) {
  width: calc(540/750*100vw);
  padding: 0 calc(30/759*100vw) 0 0;
  text-align: center;
}
ul.f24insulation_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.f24insulation_sabnavList:before {
  content: "";
  width: calc(100% - (16/750*100vw));
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #000;
}
ul.f24insulation_navList li.__subnavItem:nth-child(1),
ul.f24insulation_navList li.__subnavItem:nth-child(2),
ul.f24insulation_navList li.__subnavItem:nth-child(3) {
  width: 50%;
}
ul.f24insulation_navList li.__subnavItem:nth-child(4),
ul.f24insulation_navList li.__subnavItem:nth-child(5) {
  width: 50%;
}
ul.f24insulation_navList li.__subnavItem:before {
  content: "";
  height: 30px;
  top: 7px;
}
ul.f24insulation_navList li.__subnavItem:nth-child(2):after,
ul.f24insulation_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  background-color: #000;
}
}


/* item btn */
.f24insulation .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.f24insulation .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.f24insulation .itemBtnArea a {
  width: 260px;
  margin: 0 auto;
  padding: 0.8em 2em;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #100f10;
  background: linear-gradient(135deg, transparent 12px, #100f10 0) top left,
  linear-gradient(-135deg, transparent 12px, #100f10 0) top right,
  linear-gradient(-45deg, transparent 12px, #100f10 0) bottom right,
  linear-gradient(45deg, transparent 12px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
.f24insulation .itemBtnArea a:hover {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 12px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 12px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 12px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 12px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #333;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
  .f24insulation .itemBtnArea {
    margin: -13px auto 0;
  }
  .f24insulation .itemBtnArea a {
    width: 130px;
    margin: 0 auto;
    padding: 1em 1em;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #fff;
    background-color: #100f10;
    background: linear-gradient(135deg, transparent 8px, #100f10 0) top left,
    linear-gradient(-135deg, transparent 8px, #100f10 0) top right,
    linear-gradient(-45deg, transparent 8px, #100f10 0) bottom right,
    linear-gradient(45deg, transparent 8px, #100f10 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    display: block;
    transition: none;
  }
  .f24insulation .itemBtnArea a:hover {
    background-color: #f3fd30;
    background: linear-gradient(135deg, transparent 8px, #f3fd30 0) top left,
    linear-gradient(-135deg, transparent 8px, #f3fd30 0) top right,
    linear-gradient(-45deg, transparent 8px, #f3fd30 0) bottom right,
    linear-gradient(45deg, transparent 8px, #f3fd30 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    color: #333;
    opacity: 1;
  }
}

























/* hero */
.f24insulation {
  background-color: #fff;
  color: var(--color-base);
}
.f24insulation_hero {
  background-color: #ecf1f4;
}
.f24insulation_heroInner {
  width: 100%;
  margin: 0 auto;
}
.f24insulation_hero img {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .f24insulation_heroInner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .f24insulation_hero img {
    padding: 0;
  }
}


.f24insulation_About {
  padding: 160px 0 60px;
  background-color: #F3FD30;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.f24insulation_About .largeTtl {
  margin: 0 auto 80px;
}
.f24insulation_About .firstTtl {
  margin-bottom: 25px;
  line-height: 1.25;
  font-size: 30px;
}
.f24insulation_About .firstText {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 3em;
  line-height: 1.6538461538461537;
  font-size: 20px;
  text-align: left;
  border-bottom: #333 1px solid;
}
@media screen and (max-width: 799px) {
  .f24insulation_About {
    padding: calc(150/780*100vw) 0 calc(90/780*100vw);
  }
  .f24insulation_About .largeTtl {
    width: calc(630/780*100vw);
    margin: 0 auto calc(86/780*100vw);
  }
  .f24insulation_About .firstTtl {
    width: calc(630/780*100vw);
    margin: 0 auto 1em;
    font-size: calc(34/780*100vw);
    line-height: 1.46;
  }
  .f24insulation_About .firstText {
    width: calc(630/780*100vw);
    margin: 0 auto;
    font-size: calc(24/780*100vw);
  }
}



.f24insulation_features {
  position: relative;
  background-color: #F3FD30;
}
.f24insulation_featuresInner {
  padding: 0 80px 140px;
}
.f24insulation_features_head {
  max-width: 800px;
  margin: 0 auto 70px;
  color: #333;
}

.f24insulation_features_ttl {
  margin-bottom: 1.4em;
  line-height: 1.25;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.f24insulation_features_txt {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.f24insulation_features_logo {
  margin: 0 auto;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  gap: 0 80px;
}
.f24insulation_features_logo li {
  display: flex;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 12px, #fff 0) top left,
  linear-gradient(-135deg, transparent 12px, #fff 0) top right,
  linear-gradient(-45deg, transparent 12px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(8px 8px 16px rgba(0,0,0,0.2));
  cursor: pointer;
}
.f24insulation_features_logo li:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #F3FD30;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform .45s ease-in-out;
  transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
}
.f24insulation_features_logo li:hover:before {
  transform: translate3d(50%, 50%, 0) scale3d(55, 55, 55);
}
.f24insulation_features_logo li img.pertex {
  width: 256px;
}
.f24insulation_features_logo li img.primaloft {
  width: 120px;
}
.f24insulation_features_logo li img.octa {
  width: 113px;
}



.f24insulation_feature_modal {
  padding: 80px;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 100%;
  max-width: 1320px;
  background-color: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
  transition: all ease .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.f24insulation_feature_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#feature-modal01 {
  display: block;
}
.f24insulation_feature_modalInner {
  padding: 40px 0;
  border-top: 2px solid #8f8b94;
  border-bottom: 2px solid #8f8b94;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.f24insulation_feature_img {
  width: calc(673/1160*100%);
}

.f24insulation_feature_cont {
  width: calc(400/1160*100%);
}
.f24insulation_feature_logo {
  position: absolute;
  top: 30px;
  right: 0;
}
.f24insulation_feature_logo img.pertex {
  width: 150px;
}
.f24insulation_feature_logo img.primaloft {
  width: 70px;
}
.f24insulation_feature_ttl {
  margin-bottom: 50px;
  line-height: 1.3571428571428572;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.f24insulation_feature_txt {
  line-height: 1.7;
  font-size: 17px;
  font-weight: 600;
}
.f24insulation_feature_modal_close {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 76px;
  transition: all ease .3s;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .f24insulation_features_logo li:hover,
  .f24insulation_feature_modal_close:hover {

  }
}
@media screen and (max-width: 799px) {
  .f24insulation_features {
  }
  .f24insulation_featuresInner {
    padding: 0 calc(40/780*100vw) calc(160/780*100vw);
  }
  .f24insulation_features_head {
    margin-bottom: calc(120/780*100vw);
    padding-left: calc(38/780*100vw);
  }
  
  .f24insulation_features_ttl {
    margin-bottom: 1em;
    font-size: calc(34/780*100vw);
  }
  .f24insulation_features_txt {
    font-size: calc(24/780*100vw);
    letter-spacing: -0.02em;
  }
  .f24insulation_features_logo {
    flex-direction: column;
    align-items: center;
    gap: calc(50/780*100vw);
  }
  .f24insulation_features_logo li {
    width: calc(300/780*100vw);
    height: calc(300/780*100vw);
  }
  .f24insulation_features_logo li img.pertex {
    width: calc(256/780*100vw);
  }
  .f24insulation_features_logo li img.primaloft {
    width: calc(120/780*100vw);
  }
  .f24insulation_features_logo li img.octa {
    width: calc(113/780*100vw);
  }
  .f24insulation_feature_modal {
    padding: calc(60/780*100vw);
    top: calc(220/780*100vw);
    left: calc(80/780*100vw);
    width: calc(620/780*100vw);
    transform: none;
  }
  .f24insulation_feature_modalInner {
    padding: 20px 0 15px;
    flex-direction: column;
  }
  .f24insulation_feature_img {
    margin-bottom: 30px;
    width: auto;
    order: 3;
  }
  .f24insulation_feature_cont {
    display: contents;
    width: auto;
  }
  .f24insulation_feature_logo {
    margin: 0 auto 25px;
    position: static;
    text-align: center;
    order: 1;
  }
  .f24insulation_feature_logo img.pertex {
    width: calc(150/780*100vw);
  }
  .f24insulation_feature_logo img.primaloft {
    width: calc(70/780*100vw);
  }
  .f24insulation_feature_ttl {
    margin: 0 0 25px;
    line-height: 1.4444444444444444;
    width: 100%;
    font-size: calc(36/780*100vw);
    order: 2;
  }
  .f24insulation_feature_txt {
    line-height: 1.6666666666666667;
    font-size: calc(24/780*100vw);
    order: 4;
  }
  .f24insulation_feature_modal_close {
    top: calc(-45/780*100vw);
    right: calc(-45/780*100vw);
    width: calc(90/780*100vw);
  }
}














.f24insulation_Prodcts {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 799px) {
.f24insulation_Prodcts {
  margin-top: -60px;
  padding-top: 60px;
}
}
#product01.f24insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url(../img/kaw_bg-pc.jpg) no-repeat top;
  background-size: cover;
}
#product02.f24insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url("../img/kac_bg-pc.jpg") no-repeat top;
  background-size: cover;
}
#product03.f24insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url("../img/ksh_bg-pc.jpg") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 799px) {
#product01.f24insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url(../img/kaw_bg-sp.jpg) no-repeat top;
  background-size: cover;
}
#product02.f24insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url("../img/kac_bg-sp.jpg") no-repeat top;
  background-size: cover;
}
#product03.f24insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url("../img/ksh_bg-sp.jpg") no-repeat top;
  background-size: cover;
}
}
.f24insulation .prodcts_name {
  margin: 70px auto 90px;
  text-align: center;
}
.f24insulation .prodctsBrock {
  padding: 60px 60px 60px;
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(135deg, transparent 32px, #fff 0) top left,
  linear-gradient(-135deg, transparent 32px, #fff 0) top right,
  linear-gradient(-45deg, transparent 32px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 32px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.f24insulation .prodcts_season {
  width: 220px;
  margin: 0 auto 40px;
  padding: 0.5em 0;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 30px;
  border-top: #96929a 1px solid;
  border-bottom: #96929a 1px solid;
  line-height: 1;
}
.f24insulation .prodcts_lead {
  margin: 0 auto;
  max-width: 1000px;
}
.f24insulation .prodcts_lead_ttl {
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.f24insulation .prodcts_lead p {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
}
.f24insulation .prodcts_functions {
  margin: 60px auto 50px;
  max-width: 1000px;
}
.f24insulation .prodcts_functions ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.f24insulation .prodcts_functions ul li {
  width: 100px;
}
.f24insulation .prodcts_functions ul li img {
  background-color: #f9f6f6;
}
.f24insulation .prodcts_tech {
  margin: 0 auto 50px;

}
.f24insulation .prodcts_tech dt {
  margin-bottom: 40px;
  padding: 0;
  border-bottom: 1px solid #8f8b94;
  text-align: center;
}
.f24insulation .prodcts_tech dt img {
}
.f24insulation .prodcts_tech dd {
}
.f24insulation .prodcts_tech dd ul {
  display: flex;
}
.f24insulation .prodcts_tech dd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.3333%;
}
.f24insulation .prodcts_tech dd ul.two li {
  width: 50%;
}
.f24insulation .prodcts_tech dd ul li.deactive {
  opacity: 0.2;
}
.f24insulation .prodcts_tech dd ul li + li:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 1px;
  height: 60px;
  background-color: #8f8b94;
}
.f24insulation .prodcts_tech dd ul img.pertex {
  width: 167px;
}
.f24insulation .prodcts_tech dd ul img.primaloft {
  width: 80px;
}
.f24insulation .prodcts_tech dd ul img.octa {
  width: 84px;
}

.f24insulation .prodcts_features {
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #8f8b94;
  max-width: 1000px;
}
.f24insulation .prodcts_features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.f24insulation .prodcts_features ul li {
  width: 300px;
}
.f24insulation .prodcts_feature {
}
.f24insulation .prodcts_feature figcaption {
  margin-top: 15px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #100f10;
}
.f24insulation .prodcts_items {
  margin: 40px auto 0;
  padding-top: 50px;
  border-top: 1px solid #8f8b94;
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
}
.f24insulation .prodcts_item {
  line-height: 1.25;
  text-align: center;
}
.f24insulation .prodcts_item_name {
  font-size: 24px;
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 500;
}
.f24insulation .prodcts_item_price {
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 500;
}
.f24insulation .prodcts_item_price .tax {
  font-size: 16px;
}
.f24insulation .itemBtnArea {
  margin-top: 15px;
}
.f24insulation .prodcts_womens {
  margin: 86px auto -50px;
  padding: 30px 0 0;
  border-top: 10px solid #100f10;
  max-width: 1000px;
}
.f24insulation .prodcts_womens_label {
  margin: 0 auto;
  width: 156px;
}
.f24insulation .prodcts_womens_img {
  margin: 0 auto;
  width: 654px;
}
.products_sliderArea {
  margin: 80px 0 0;
  width: calc(100% + 120px);
  margin-left: -60px;
  overflow: hidden;
}
.products_sliderArea .products_sliderSlide {
  max-width: 900px;
  margin: 0 auto;
}
.products_sliderSlide .slick-list{
  overflow: visible;
}
.products_sliderSlide .slick-list .slick-slide {
  margin: 0 25px;
}
.products_sliderArea .slick-slide {

}
.products_sliderSlide .slick-track {
  display: flex;
  align-items: center;
}
.products_sliderArea .slick-slide img {
  height: 600px;
}
.products_sliderArea .slick-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.products_sliderArea .slick-dots button {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-color: #aeaeae;
  border-radius: 100px;
}
.products_sliderArea .slick-dots .slick-active button {
  background-color: #100f10;
}
.products_sliderArea .slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
  top: 315px;
  width: 32px;
}
.products_sliderArea .slick-slider .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.products_sliderArea .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.products_sliderArea .slick-slider .slick-arrow.prev-arrow {
  left: -92px;
}
.products_sliderArea .slick-slider .slick-arrow.next-arrow {
  right: -92px;
}
@media screen and (max-width: 799px) {
  .f24insulation_Prodcts {
  }
  .f24insulation .prodcts_name {
    margin: 0 0 30px;
    padding: 0;
  }
.f24insulation .prodcts_name {
  margin: calc(96/780*100vw) auto calc(86/780*100vw);
}
.f24insulation .prodctsBrock {
  padding: calc(40/780*100vw) 0 calc(60/780*100vw);
  max-width: none;
  width: calc(680/780*100vw);
  background: linear-gradient(135deg, transparent 16px, #fff 0) top left,
  linear-gradient(-135deg, transparent 16px, #fff 0) top right,
  linear-gradient(-45deg, transparent 16px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 16px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.f24insulation .prodcts_season {
  width: calc(220/780*100vw);
  margin: 0 auto calc(32/780*100vw);
  font-size: calc(30/780*100vw);
}
  .f24insulation .prodcts_lead {
    padding: 0 calc(40/780*100vw);
  }
  .f24insulation .prodcts_lead_ttl {
    margin-bottom: 15px;
    line-height: 1.588235294117647;
    font-size: calc(34/780*100vw);
  }
  .f24insulation .prodcts_lead p {
    line-height: 1.6666666666666667;
    font-size: calc(24/780*100vw);
  }
  .f24insulation .prodcts_functions {
    margin: 20px calc(40/780*100vw);
  }
  .f24insulation .prodcts_functions ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(18/780*100vw) calc(18/780*100vw);
  }
  .f24insulation .prodcts_functions ul li {
    width: calc(135/780*100vw);
  }
  .f24insulation .prodcts_tech {
    margin: 0 calc(40/780*100vw) 25px;
    padding: 0;
  }
  .f24insulation .prodcts_tech dt {
    margin-bottom: 20px;
  }
  .f24insulation .prodcts_tech dt img {
  }
  .f24insulation .prodcts_tech dd ul li + li:before {
    top: 50%;
    height: calc(60/780*100vw);
    transform: translateY(-50%);
  }
  .f24insulation .prodcts_tech dd ul img.pertex {
    width: calc(168/780*100vw);
  }
  .f24insulation .prodcts_tech dd ul img.primaloft {
    width: calc(80/780*100vw);
  }
  .f24insulation .prodcts_tech dd ul img.octa {
    width: calc(84/780*100vw);
  }
  
  .f24insulation .prodcts_features {
    margin: 0 calc(40/780*100vw);
    padding-top: 30px;
  }
  .f24insulation .prodcts_features ul {
    gap: calc(20/780*100vw) calc(20/780*100vw);
  }
  .f24insulation .prodcts_features ul li {
    width: calc(290/780*100vw);
  }
  .f24insulation .prodcts_feature figcaption {
    margin-top: 8px;
    font-size: calc(20/780*100vw);
  }
  .f24insulation .prodcts_items {
    margin: 20px calc(40/780*100vw) 0;
    padding-top: 25px;
    gap: calc(50/780*100vw);
  }
  .f24insulation .prodcts_item_name {
    font-size: calc(26/780*100vw);
  }
  .f24insulation .prodcts_item_price {
    font-size: calc(26/780*100vw);
  }
  .f24insulation .prodcts_item_price .tax {
    font-size: calc(20/780*100vw);
  }
  .f24insulation .itemBtnArea {
    margin-top: 10px;
  }
  .f24insulation .prodcts_womens {
    margin: 45px calc(40/780*100vw) calc(-50/780*100vw);
    padding: 20px 0 0;
    border-top-width: 5px;
  }
  .f24insulation .prodcts_womens_label {
    width: calc(156/780*100vw);
  }
  .f24insulation .prodcts_womens_img {
    width: calc(648/780*100vw);
  }
  .products_sliderArea {
    width: 100%;
    margin: calc(78/780*100vw) auto 0;
  }
  .products_sliderArea .products_sliderSlide {
  }
  .products_sliderArea .slick-slide img {
    margin: 0 auto;
    height: calc(454/780*100vw);
    object-fit: cover;
  }
  .products_sliderSlide .slick-list{
    overflow: visible;
  }
  .products_sliderSlide .slick-list .slick-slide {
    margin: 0;
  }
  .products_sliderArea .slick-slide {

  }
  .products_sliderArea .slick-dots {
    margin-top: 20px;
  }
  .products_sliderArea .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .products_sliderArea .slick-slider .slick-arrow {
    top: 40%;
    width: 16px;
  }
  .products_sliderArea .slick-slider .slick-arrow.prev-arrow {
    left: calc(20/780*100vw);
  }
  .products_sliderArea .slick-slider .slick-arrow.next-arrow {
    right: calc(20/780*100vw);
  }



  .products_sliderArea .products_sliderSlide {
    width: auto;
  }
}







.f24insulation .products_copyL {
  margin: 1.5em 0 0.5em;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.f24insulation .products_copy {
  margin: 0;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .f24insulation .products_copyL {
    margin: 1.5em 0 0.5em;
    line-height: 1;
    font-size: calc(40/780*100vw);
    font-weight: 700;
    text-align: center;
  }
  .f24insulation .products_copy {
    margin: 0;
    font-size: calc(20/780*100vw);
  }
}




#product04.f24insulation_Prodcts .secInner {
  padding: 80px 0 180px;
  margin: 0 auto;
  background: url(../img/other_bg-pc.jpg) no-repeat 0 -1px;
  background-size: cover;
}
.f24insulation .otherTitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0.4em;
  font-size: 56px;
  font-weight: 700;
  color: var(--color-yellow);
}
.productPanelList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background-color: #aeb0b3;
}
.productPanelArea .productPanel {
  width: 100%;
  position: relative;
}
.productPanelArea .productPanel .img {
  width: 100%;
  height: 100%;
}
.productPanelArea .productPanel .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productPanelArea .productPanel .text {
  width: 100%;
  position: absolute;
  bottom: 24px;
  text-align: center;
}
.productPanelArea .productPanel .text .sex {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.9;
}
.productPanelArea .productPanel .text .sex.mens {
  color: #1D85BC;
}
.productPanelArea .productPanel .text .sex.womens {
  color: #E13A62;
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  font-size: calc(36px * 0.84);
  font-weight: 700;
  line-height: 0.9;
  color: #fff;
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.1em;
  font-size: calc(18px * 0.84);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 0.3em;
  font-size: calc(18px * 0.84);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.productPanelArea .productPanel .text .num .tax {
  padding-left: 0.3em;
  font-size: 80%;
}
.f24insulation .productPanelArea .itemBtnArea {
  margin-top: 0;
}
.f24insulation .productPanelArea .itemBtnArea a {
  width: calc(200px * 0.72);
  padding: 0.8em 1em;
  font-size: calc(18px * 0.84);
  background: linear-gradient(135deg, transparent 6px, #fff 0) top left, linear-gradient(-135deg, transparent 6px, #fff 0) top right, linear-gradient(-45deg, transparent 6px, #fff 0) bottom right, linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #000;
}
@media (hover: hover) {
.f24insulation .productPanelArea .itemBtnArea a:hover {
  background: linear-gradient(135deg, transparent 6px, #100f10 0) top left, linear-gradient(-135deg, transparent 6px, #100f10 0) top right, linear-gradient(-45deg, transparent 6px, #100f10 0) bottom right, linear-gradient(45deg, transparent 6px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #fff;
}
}
@media screen and (max-width: 799px) {
#product04.f24insulation_Prodcts .secInner {
  padding: calc(80/780*100vw) 0 0;
  background: url(../img/other_bg-sp.jpg) no-repeat 0 -1px;
  background-size: 100% auto;
}
.f24insulation .otherTitle {
  margin: 0 0 calc(80/780*100vw);
  padding: 0;
  font-size: calc(56/780*100vw);
  text-align: center;
}
.productPanelList {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.productPanelList li {
  width: 50%;
}
.productPanelList li:nth-child(3) {
  order: 5;
}
.productPanelArea {
  display: flex;
  flex-wrap: wrap;
}
.productPanelArea .productPanel {
  width: 100%;
}
.productPanelArea .productPanel .text {
  bottom: calc(30/750*100vw);
}
.productPanelArea .productPanel .text .sex {
  font-size: calc(20/750*100vw);
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  line-height: 0.9;
  font-size: calc(40/750*100vw);
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.2em;
  font-size: calc(20/750*100vw);
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 0.4em;
  font-size: calc(22/750*100vw);
}
.f24insulation .productPanelArea .itemBtnArea a {
  width: calc(200/750*100vw);
  font-size: calc(20/750*100vw);
  background: linear-gradient(135deg, transparent 6px, #fff 0) top left, linear-gradient(-135deg, transparent 6px, #fff 0) top right, linear-gradient(-45deg, transparent 6px, #fff 0) bottom right, linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}















































.f24insulation .__btn {
  text-align: right;
}
.f24insulation .__pagetop {
  padding: 130px 0 160px;
  text-align: center;
}
.f24insulation .__pagetop a {
  margin-right: 100px;
  color: #333;
  font-weight: bold;
}
.f24insulation .__pagetop a .icon {
  margin-left: 1.4em;
  position: relative;
  top: 25px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.f24insulation .__pagetop a:hover {
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.f24insulation .__pagetop a .icon {
  width: 35px;
  height: 35px;
  top: 10px;
}
.f24insulation .__pagetop {
  padding: 34px 0 24px;
}
.f24insulation .__pagetop a {
  margin-right: 25px;
}
}


.mhw_f23_btmImgInner img {
  width: 100%;
  max-width: none;
}









