@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;
  letter-spacing: 0.08em;
}
.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 .f25insulation {
  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 .f25insulation {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}
.f25insulation a {
  text-decoration: none;
  color: #100f10;
}
.f25insulation a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .f25insulation a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
.f25insulation a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}
.f25insulation img {
  max-width: 100%;
  vertical-align: bottom;
}
.f25insulation .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.f25insulation .wrapper {
  position: relative;
  overflow: inherit;
}
.f25insulation .secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


/* font */
.f25insulation .en {
  font-family: "CircularPro-Book", sans-serif;
  color: #000;
}
.f25insulation .enb {
  font-family: "CircularPro-Black", sans-serif;
  color: #000;
}
.f25insulation p {
  line-height: 1.64;
}
.f25insulation .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}
.f25insulation .sup2 {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}


/* navi */
.f25insulation_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(255,255,255,.5);
}
.f25insulation_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 + .f25insulation .f25insulation_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.f25insulation_nav .f25insulation_navInner {
  position: relative;
}
ul.f25insulation_navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.f25insulation_sabnavList {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
ul.f25insulation_navList li.__navItem {
  text-align: center;
  position: relative;
}
ul.f25insulation_navList li.__subnavItem {
  width: 100%;
  position: relative;
}
ul.f25insulation_navList li.__subnavItem:before {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #100f10;
}
ul.f25insulation_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #100f10;
}
ul.f25insulation_navList > .__navItem a {
  margin: 0 auto;
  display: block;
  line-height: 1;
}
ul.f25insulation_navList > .__navItem > a img {
  width: 50px;
}
ul.f25insulation_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.f25insulation_sabnavList .__navItem:hover > .__snaviArea {
  background-color: #f3fd30;
  display: block!important;
}
ul.f25insulation_navList .__navItem a:hover {
  background-color: #f3fd30;
}
ul.f25insulation_navList .__subnavItem:hover {
  background-color: #f3fd30;
  opacity: 1;
}
}
ul.f25insulation_navList > .__navItem:nth-child(1) > a {
  width: 420px;
  padding: 20px 0 20px 100px;
  text-align: left;
}
ul.f25insulation_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.f25insulation_navList .__navItem:first-of-type a {
  padding: 0 0.5em 0;
}
}*/

ul.f25insulation_navList .__subnavItem.__navItemActive > a {
  background-color: var(--color-yellow);
}
ul.f25insulation_navList .__navItem.f25insulation_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.f25insulation .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.f25insulation ul.__snavList {
  background-color: var(--color-yellow);
}
.f25insulation ul.f25insulation_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;
}
.f25insulation ul.f25insulation_navList .__navItem .__subnavItem.small .__snavItem a {
  padding: 1em 1em 1em 1em;
  color: var(--color-black);
  font-size: 18px;
  text-align: left;
}
.f25insulation ul.f25insulation_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.f25insulation_navList > .__navItem:nth-child(1) > a {
  width: 220px;
}
ul.f25insulation_navList li.__navItem:nth-child(2) {
  width: calc(100% - 220px);
}
ul.f25insulation_navList .__subnavItem a {
  padding: 35px 0;
  font-size: 20px;
}
.f25insulation ul.f25insulation_navList .__navItem .__snavItem a {
  font-size: 16px;
}
}
@media screen and (min-width: 800px) {
.f25insulation ul.f25insulation_navList .__navItem .__snavItem a:hover {
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.f25insulation_nav {
  padding: 0;
  position: relative;
  z-index: 1;
}
.f25insulation_nav.fixed {
  transform: translate(0, 64px);
}
.pane-header.disable + .block-gmenu + .pane-main .f25insulation .f25insulation_nav.fixed {
  transform: translate(0, 0);
}
.f25insulation ul.f25insulation_navList {
  justify-content: space-between;
}
.f25insulation ul.f25insulation_navList .__navItem .f25insulation_sabnavList a {
  padding: 17px 0 16px;
  font-size: 12px;
}
ul.f25insulation_navList li.__navItem:nth-child(1) {
  width: calc(210/750*100vw);
  padding: 0;
  text-align: center;
}
ul.f25insulation_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.f25insulation_navList li.__navItem:nth-child(2) {
  width: calc(540/750*100vw);
  padding: 0 calc(30/759*100vw) 0 0;
  text-align: center;
}
ul.f25insulation_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.f25insulation_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.f25insulation_navList li.__subnavItem:nth-child(1),
ul.f25insulation_navList li.__subnavItem:nth-child(2),
ul.f25insulation_navList li.__subnavItem:nth-child(3) {
  width: 50%;
}
ul.f25insulation_navList li.__subnavItem:nth-child(4),
ul.f25insulation_navList li.__subnavItem:nth-child(5) {
  width: 50%;
}
ul.f25insulation_navList li.__subnavItem:before {
  content: "";
  height: 30px;
  top: 7px;
}
ul.f25insulation_navList li.__subnavItem:nth-child(2):after,
ul.f25insulation_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  background-color: #000;
}
}


/* item btn */
.f25insulation .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.f25insulation .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.f25insulation .itemBtnArea a {
  width: 200px;
  margin: 0 auto;
  padding: 1.0em 2em;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  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;
}
.f25insulation .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) {
  .f25insulation .itemBtnArea {
    margin: -13px auto 0;
  }
  .f25insulation .itemBtnArea a {
    width: 130px;
    margin: 0 auto;
    padding: 1em 1em;
    font-size: 12px;
    font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    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;
  }
  .f25insulation .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 */
.f25insulation {
  background-color: #fff;
  color: var(--color-base);
}
.f25insulation_hero {
  background-color: #ecf1f4;
}
.f25insulation_heroInner {
  width: 100%;
  margin: 0 auto;
}
.f25insulation_hero img {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .f25insulation_heroInner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .f25insulation_hero img {
    padding: 0;
  }
}

/* hero */
.f25insulation {
  background-color: #100f10;
}
.f25insulation_hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(990/1918*100vw);
  z-index: 1;
  background-color: #100f10;
  pointer-events: none;
}
.f25insulation_hero {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.f25insulation_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.f25insulation_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.f25insulation_hero .mvArea .mvAreaImg {
  height: 100%;
}
.f25insulation_hero .mvArea .mvAreaImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f25insulation_hero .mvAreaText {
  width: 292px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(170 / 1918 * 100vw);
}
@media screen and (max-width: 799px) {
.f25insulation_hero {
  height: calc(1320/780*100vw);
  padding-top: 64px;
}
  .f25insulation_heroInner {
    padding-top: 0;
  }
  .f25insulation_hero .mvArea {
    height: auto;
    background: none;
  }
  .f25insulation_hero .mvArea .mvAreaText {
    width: 100%;
    height: calc(1206/780*100vw);
    margin: 0;
    padding: 0;
  }
  .f25insulation_hero .mvAreaText {
    display: none;
  }
}

.f25insulation_cont {
  margin: calc(990 / 1918 * 100vw) auto 0;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 3;
  background: url(../img/bg_tile.png) repeat;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
    .f25insulation_cont {
        margin: calc(1200 / 780 * 100vw) auto 0;
        min-width: inherit;
    }
}


.f25insulation_About {
  padding: 160px 0 60px;
  background-color: #F3FD30;
  text-align: center;
  font-weight: 600;
}
.f25insulation_About .largeTtl {
  margin: 0 auto 80px;
}
.f25insulation_About .firstTtl {
  margin-bottom: 25px;
  line-height: 1.25;
  font-size: 30px;
}
.f25insulation_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) {
  .f25insulation_About {
    padding: calc(150/780*100vw) 0 calc(90/780*100vw);
  }
  .f25insulation_About .largeTtl {
    width: calc(630/780*100vw);
    margin: 0 auto calc(86/780*100vw);
  }
  .f25insulation_About .firstTtl {
    width: calc(630/780*100vw);
    margin: 0 auto 1em;
    font-size: calc(36/780*100vw);
    line-height: 1.46;
  }
  .f25insulation_About .firstText {
    width: calc(630/780*100vw);
    margin: 0 auto;
    font-size: calc(24/780*100vw);
    font-weight: 600;
  }
}



.f25insulation_features {
  position: relative;
  background-color: #F3FD30;
}
.f25insulation_featuresInner {
  padding: 0 80px 140px;
}
.f25insulation_features_head {
  max-width: 800px;
  margin: 0 auto 70px;
  color: #333;
}

.f25insulation_features_ttl {
  margin-bottom: 1.4em;
  line-height: 1.25;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.f25insulation_features_txt {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.f25insulation_features_logo {
  margin: 0 auto;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  gap: 0 32px;
}
.f25insulation_features_logo li {
  width: 332px;
  cursor: pointer;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.f25insulation_features_logo li:hover {
  transform: scale(110%);
}
.f25insulation_features_logo li img {
  width: 100%;
}


.f25insulation_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;
}
.f25insulation_feature_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#feature-modal01 {
  display: block;
}
.f25insulation_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;
}
.f25insulation_feature_img {
  width: calc(673/1160*100%);
}
@media screen and (min-width: 800px) {
#feature-modal03 .f25insulation_feature_img {
  margin-top: -70px;
}
#feature-modal02 .f25insulation_feature_modalInner {
  align-items: center;
}
#feature-modal02 .f25insulation_feature_cont {
  padding: 80px 0 0;
}
}
.f25insulation_feature_cont {
  width: calc(400/1160*100%);
}
.f25insulation_feature_logo {
  position: absolute;
  top: 30px;
  right: 0;
}
.f25insulation_feature_logo img.pertex {
  width: 150px;
}
.f25insulation_feature_logo img.primaloft {
  width: 70px;
}
.f25insulation_feature_logo img.octa {
  width: 142px;
}
.f25insulation_feature_ttl {
  margin-bottom: 50px;
  line-height: 1.3571428571428572;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.f25insulation_feature_txt {
  line-height: 1.7;
  font-size: 17px;
  font-weight: 600;
}
.f25insulation_feature_modal_close {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 76px;
  transition: all ease .3s;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .f25insulation_features_logo li:hover,
  .f25insulation_feature_modal_close:hover {

  }
}
@media screen and (max-width: 799px) {
  .f25insulation_features {
  }
  .f25insulation_featuresInner {
    padding: 0 calc(40/780*100vw) calc(160/780*100vw);
  }
  .f25insulation_features_head {
    margin-bottom: calc(120/780*100vw);
    padding-left: calc(38/780*100vw);
  }
  
  .f25insulation_features_ttl {
    margin-bottom: 1em;
    font-size: calc(34/780*100vw);
    line-height: 1.46;
  }
  .f25insulation_features_txt {
    font-size: calc(24/780*100vw);
  }
  .f25insulation_features_logo {
    flex-direction: column;
    align-items: center;
    gap: calc(32/780*100vw) 0;
  }
  .f25insulation_features_logo li {
    width: calc(332/780*100vw);
  }
  .f25insulation_feature_modal {
    padding: calc(60/780*100vw);
    top: calc(220/780*100vw);
    left: calc(80/780*100vw);
    width: calc(620/780*100vw);
    transform: none;
  }
  .f25insulation_feature_modalInner {
    padding: 20px 0 15px;
    flex-direction: column;
  }
  .f25insulation_feature_img {
    margin-bottom: 30px;
    width: auto;
    order: 3;
  }
  #feature-modal03 .f25insulation_feature_img {
    padding-left: calc(60/780*100vw);
  }
  .f25insulation_feature_cont {
    display: contents;
    width: auto;
  }
  .f25insulation_feature_logo {
    margin: 0 auto 25px;
    position: static;
    text-align: center;
    order: 1;
  }
  .f25insulation_feature_logo img.pertex {
    width: calc(150/780*100vw);
  }
  .f25insulation_feature_logo img.primaloft {
    width: calc(70/780*100vw);
  }
  .f25insulation_feature_logo img.octa {
    width: calc(160/780*100vw);
  }
  .f25insulation_feature_ttl {
    margin: 0 0 25px;
    line-height: 1.4444444444444444;
    width: 100%;
    font-size: calc(36/780*100vw);
    order: 2;
  }
  .f25insulation_feature_txt {
    line-height: 1.6666666666666667;
    font-size: calc(24/780*100vw);
    order: 4;
  }
  .f25insulation_feature_modal_close {
    top: calc(-45/780*100vw);
    right: calc(-45/780*100vw);
    width: calc(90/780*100vw);
  }
}














.f25insulation_Prodcts {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 799px) {
.f25insulation_Prodcts {
  margin-top: -60px;
  padding-top: 60px;
}
}
#product01.f25insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url(../img/kaw_bg-pc.jpg) no-repeat top;
  background-size: cover;
}
#product02.f25insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url("../img/kac_bg-pc.jpg") no-repeat top;
  background-size: cover;
}
#product03.f25insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url("../img/ksh_bg-pc.jpg") no-repeat top;
  background-size: cover;
}
#product05.f25insulation_Prodcts .secInner {
  padding-bottom: 100px;
  background: url("../img/klh_bg-pc.jpg") no-repeat -1px;
  background-size: cover;
}
@media screen and (max-width: 799px) {
#product01.f25insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url(../img/kaw_bg-sp.jpg) no-repeat top;
  background-size: cover;
}
#product02.f25insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url("../img/kac_bg-sp.jpg") no-repeat top;
  background-size: cover;
}
#product03.f25insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url("../img/ksh_bg-sp.jpg") no-repeat top;
  background-size: cover;
}
#product05.f25insulation_Prodcts .secInner {
  padding-bottom: 40px;
  background: url("../img/klh_bg-sp.jpg") no-repeat top;
  background-size: cover;
}
}
.f25insulation .prodcts_name {
  margin: 70px auto 90px;
  text-align: center;
}
.f25insulation .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;
}
.f25insulation .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;
}
.f25insulation .prodcts_lead {
  margin: 0 auto;
  max-width: 1000px;
}
.f25insulation .prodcts_lead_ttl {
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}
.f25insulation .prodcts_lead p {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
}
.f25insulation .prodcts_functions {
  margin: 60px auto 50px;
  max-width: 1000px;
}
.f25insulation .prodcts_functions ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.f25insulation .prodcts_functions ul li {
  width: 100px;
}
.f25insulation .prodcts_functions ul li img {
  background-color: #f9f6f6;
}
.f25insulation .prodcts_tech {
  margin: 0 auto 40px;

}
.f25insulation .prodcts_tech dt {
  margin-bottom: 40px;
  padding: 0;
  border-bottom: 1px solid #8f8b94;
  text-align: center;
}
.f25insulation .prodcts_tech dt img {
}
.f25insulation .prodcts_tech dd {
}
.f25insulation .prodcts_tech dd ul {
  display: flex;
}
.f25insulation .prodcts_tech dd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.3333%;
}
.f25insulation .prodcts_tech dd ul.one li {
  width: 100%;
}
.f25insulation .prodcts_tech dd ul.two li {
  width: 50%;
}
.f25insulation .prodcts_tech dd ul li.deactive {
  opacity: 0.2;
}
.f25insulation .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;
}
.f25insulation .prodcts_tech dd ul img.pertex {
  width: 167px;
}
.f25insulation .prodcts_tech dd ul img.primaloft {
  width: 80px;
}
.f25insulation .prodcts_tech dd ul img.octa {
  width: 190px;
}

.f25insulation .prodcts_features {
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #8f8b94;
  max-width: 1000px;
}
.f25insulation .prodcts_features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.f25insulation .prodcts_features ul li {
  width: 300px;
}
.f25insulation .prodcts_feature {
}
.f25insulation .prodcts_feature figcaption {
  margin-top: 15px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  text-align: center;
  color: #100f10;
}
.f25insulation .prodcts_feature figcaption .small {
  font-size: 80%;
}
.f25insulation .prodcts_items {
  margin: 40px auto 0;
  padding-top: 50px;
  border-top: 1px solid #8f8b94;
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
}
.f25insulation .prodcts_item {
  line-height: 1.25;
  text-align: center;
}
.f25insulation .prodcts_item_name {
  font-size: 22px;
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
}
.f25insulation .prodcts_item_price {
  font-size: 22px;
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
}
.f25insulation .prodcts_item_price .tax {
  font-size: 14px;
}
.f25insulation .itemBtnArea {
  margin-top: 15px;
}
.f25insulation .prodcts_womens {
  margin: 86px auto -50px;
  padding: 30px 0 0;
  border-top: 10px solid #100f10;
  max-width: 1000px;
}
.f25insulation .prodcts_womens_label {
  margin: 0 auto;
  width: 156px;
}
.f25insulation .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) {
  .f25insulation_Prodcts {
  }
  .f25insulation .prodcts_name {
    margin: 0 0 30px;
    padding: 0;
  }
.f25insulation .prodcts_name {
  margin: calc(96/780*100vw) auto calc(86/780*100vw);
}
.f25insulation .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;
}
.f25insulation .prodcts_season {
  width: calc(220/780*100vw);
  margin: 0 auto calc(32/780*100vw);
  font-size: calc(30/780*100vw);
}
  .f25insulation .prodcts_lead {
    padding: 0 calc(40/780*100vw);
  }
  .f25insulation .prodcts_lead_ttl {
    margin-bottom: 15px;
    line-height: 1.588235294117647;
    font-size: calc(34/780*100vw);
  }
  .f25insulation .prodcts_lead p {
    line-height: 1.6666666666666667;
    font-size: calc(24/780*100vw);
  }
  .f25insulation .prodcts_functions {
    margin: 20px calc(40/780*100vw);
  }
  .f25insulation .prodcts_functions ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(18/780*100vw) calc(18/780*100vw);
  }
  .f25insulation .prodcts_functions ul li {
    width: calc(135/780*100vw);
  }
  .f25insulation .prodcts_tech {
    margin: 0 calc(40/780*100vw) 25px;
    padding: 0;
  }
  .f25insulation .prodcts_tech dt {
    margin-bottom: 20px;
  }
  .f25insulation .prodcts_tech dt img {
  }
  .f25insulation .prodcts_tech dd ul li + li:before {
    top: 50%;
    height: calc(60/780*100vw);
    transform: translateY(-50%);
  }
  .f25insulation .prodcts_tech dd ul img.pertex {
    width: calc(168/780*100vw);
  }
  .f25insulation .prodcts_tech dd ul img.primaloft {
    width: calc(80/780*100vw);
  }
  .f25insulation .prodcts_tech dd ul img.octa {
    width: calc(152/780*100vw);
  }
  
  .f25insulation .prodcts_features {
    margin: 0 calc(40/780*100vw);
    padding-top: 30px;
  }
  .f25insulation .prodcts_features ul {
    gap: calc(20/780*100vw) calc(20/780*100vw);
  }
  .f25insulation .prodcts_features ul li {
    width: calc(290/780*100vw);
  }
  .f25insulation .prodcts_feature figcaption {
    margin-top: 8px;
    font-size: calc(20/780*100vw);
  }
  .f25insulation .prodcts_items {
    margin: 20px calc(40/780*100vw) 0;
    padding-top: 25px;
    gap: calc(50/780*100vw);
  }
  .f25insulation .prodcts_item_name {
    font-size: calc(26/780*100vw);
  }
  .f25insulation .prodcts_item_price {
    font-size: calc(26/780*100vw);
  }
  .f25insulation .prodcts_item_price .tax {
    font-size: calc(20/780*100vw);
  }
  .f25insulation .itemBtnArea {
    margin-top: 10px;
  }
  .f25insulation .prodcts_womens {
    margin: 45px calc(40/780*100vw) calc(-50/780*100vw);
    padding: 20px 0 0;
    border-top-width: 5px;
  }
  .f25insulation .prodcts_womens_label {
    width: calc(156/780*100vw);
  }
  .f25insulation .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;
  }
}







.f25insulation .products_copyL {
  margin: 1.5em 0 0.5em;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.f25insulation .products_copy {
  margin: 0;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .f25insulation .products_copyL {
    margin: 1.5em 0 0.5em;
    line-height: 1;
    font-size: calc(40/780*100vw);
    font-weight: 700;
    text-align: center;
  }
  .f25insulation .products_copy {
    margin: 0;
    font-size: calc(20/780*100vw);
  }
}




.f25insulation .bg_01 {
  padding: 180px 0 0;
  margin: 0 auto;
  background: url(../img/other_bg-pc.gif) repeat;
}
.f25insulation .otherTitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2.2em;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: var(--color-yellow);
}
.productPanelList {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: calc(50/1600*100%) 0;
}
.productPanelList li {
  width: calc(500/1600*100%);
}
.productPanelArea {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.productPanelArea .productPanel {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: linear-gradient(135deg, transparent 42px, #fff 0) top left, linear-gradient(-135deg, transparent 42px, #fff 0) top right, linear-gradient(-45deg, transparent 42px, #fff 0) bottom right, linear-gradient(45deg, transparent 42px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
@media (hover: hover) {
.productPanelArea .productPanel:hover {
  background: linear-gradient(135deg, transparent 42px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 42px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 42px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 42px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}
.productPanelArea .productPanel .img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.crew .productPanelArea .productPanel .img img {
  width: calc(396/500*100%);
  margin-top: -114px;
}
.tight .productPanelArea .productPanel .img img {
  width: calc(244/500*100%);
  margin-top: -170px;
}
.vest .productPanelArea .productPanel .img img {
  width: calc(282/500*100%);
  margin-top: -126px;
}
.productPanelArea .productPanel .text {
  width: 100%;
  bottom: 24px;
  text-align: center;
  color: #000;
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.9;
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.6em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
.productPanelArea .productPanel .text .num .only-pc {
  display: inline-block;
  padding: 0 0.3em;
}
}
.productPanelArea .productPanel .text .num .tax {
  padding-left: 0.3em;
  font-size: 80%;
}
.f25insulation .productPanelArea .itemBtnArea {
  margin-top: 0;
}
.f25insulation .productPanelArea .itemBtnArea a {
  width: 140px;
  padding: 0.8em 1em;
  font-size: 15px;
  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;
  font-weight: 700;
  color: #fff;
}
@media (hover: hover) {
.f25insulation .productPanelArea .itemBtnArea a:hover {
  background: linear-gradient(135deg, transparent 8px, #fff 0) top left, linear-gradient(-135deg, transparent 8px, #fff 0) top right, linear-gradient(-45deg, transparent 8px, #fff 0) bottom right, linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #100f10;
}
}
@media screen and (max-width: 799px) {
.f25insulation .bg_01 {
  padding: calc(120/780*100vw) 0 0;
  background: url(../img/other_bg-sp.gif) repeat;
}
.f25insulation .otherTitle {
  margin: 0 0 calc(40/780*100vw);
  padding: 0;
  font-size: calc(56/780*100vw);
  text-align: center;
}
.productPanelList {
  width: calc(700/780*100vw);
  margin: 0 auto;
  gap: calc(50/780*100vw) 0;
  flex-direction: column;
}
.productPanelList li {
  width: 100%;
}
.productPanelArea {
  width: 100%;
}
.productPanelArea .productPanel {
  display: flex;
  padding: calc(20/780*100vw) 0 calc(10/780*100vw) calc(40/780*100vw);
  align-items: center;
  flex-direction: row-reverse;
  background: linear-gradient(135deg, transparent 18px, #fff 0) top left, linear-gradient(-135deg, transparent 18px, #fff 0) top right, linear-gradient(-45deg, transparent 18px, #fff 0) bottom right, linear-gradient(45deg, transparent 18px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.productPanelArea.even .productPanel {
  flex-direction: row;
  padding: calc(0/780*100vw) 0 calc(0/780*100vw) calc(40/780*100vw);
}
.productPanelArea .productPanel .img {
  width: calc(370/780*100vw);
}
.productPanelArea .productPanel .text {
  width: calc(330/780*100vw);
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  line-height: 0.9;
  font-size: calc(36/750*100vw);
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.6em;
  font-size: calc(20/750*100vw);
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 0.8em;
  font-size: calc(22/750*100vw);
  line-height: 1;
}
.crew .productPanelArea .productPanel .img img {
  width: calc(360/780*100vw);
  margin-top: 0;
}
.tight .productPanelArea .productPanel .img img {
  width: calc(244/780*100vw);
  margin-top: calc(-40/780*100vw);
  margin-bottom: calc(-40/780*100vw);
}
.vest .productPanelArea .productPanel .img img {
  width: calc(260/780*100vw);
  margin-top: 0;
}
.f25insulation .productPanelArea .itemBtnArea a {
  width: calc(180/750*100vw);
  font-size: calc(20/750*100vw);
  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;
}
}


.f25insulation .recommend_scene {
  margin: 40px auto 80px;
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #100f10;
}
.f25insulation .recommend_scene .recommend_scene_title {
  width: 250px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.f25insulation .recommend_scene .recommend_scene_text {
  width: calc(100% - 250px);
  padding: 0 2em 0 1em;
  border-left: #fff 1px solid;
}
.f25insulation .recommend_scene .recommend_scene_text p {
  line-height: 1.64;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
   text-align: justify;
}
@media screen and (max-width: 799px) {
.f25insulation .recommend_scene {
  width: calc(600/780*100vw);
  margin: calc(32/780*100vw) auto calc(80/780*100vw);
  padding: calc(32/780*100vw);
  flex-direction: column;
}
.f25insulation .recommend_scene .recommend_scene_title {
  width: 100%;
  margin-bottom: 1.4em;
  position: relative;
  font-size: calc(30/780*100vw);
}
.f25insulation .recommend_scene .recommend_scene_title:after {
  content: "";
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.7em;
}
.f25insulation .recommend_scene .recommend_scene_text {
  width: 100%;
  padding: 0 2em 0 1em;
  border-left: none;
}
.f25insulation .recommend_scene .recommend_scene_text p {
  font-size: calc(20/780*100vw);
}
}


.spContLink {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  background-color: #100f10;
}
.spContLink .spContLinkIcon {
  width: 50%;
}
.spContLink .spContLinkIcon img {
  width: 100%;
}
.spContLink .spContLinkCont {
  width: 50%;
  text-align: center;
}
.spContLink .spContLinkCont .spContLinkLead {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.spContLink .spContLinkCont .spContLinkLead:after {
  content: "";
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4em;
}
.spContLink .spContLinkCont .spContLinkText {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.f25insulation .itemBtnArea a.hardallow {
  width: 180px;
  padding: 0.6em 2.6em 0.6em 1em;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #100f10;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, transparent 8px, var(--color-yellow) 0) top left, linear-gradient(-135deg, transparent 8px, var(--color-yellow) 0) top right, linear-gradient(-45deg, transparent 8px, var(--color-yellow) 0) bottom right, linear-gradient(45deg, transparent 8px, var(--color-yellow) 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
}
.f25insulation .itemBtnArea a.hardallow:before {
  content: "";
  width: 24px;
  height: 20px;
  margin: auto 0;
  display: block;
  background: url(../img/arrow_hard.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
@media (hover: hover) {
.f25insulation .itemBtnArea a.hardallow:hover {
  color: #100f10;
  background: linear-gradient(135deg, transparent 8px, #fff 0) top left, linear-gradient(-135deg, transparent 8px, #fff 0) top right, linear-gradient(-45deg, transparent 8px, #fff 0) bottom right, linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}

@media screen and (max-width: 799px) {
.spContLink {
  width: calc(540/780*100vw);
  margin: calc(110/780*100vw) auto 0;
  flex-direction: column-reverse;
}
.spContLink .spContLinkIcon {
  width: 100%;
}
.spContLink .spContLinkCont {
  width: 100%;
  padding: calc(36/780*100vw) 0 calc(36/780*100vw);
}
.spContLink .spContLinkCont .spContLinkLead {
  margin-bottom: 1em;
  font-size: calc(30/780*100vw);
}
.spContLink .spContLinkCont .spContLinkLead:after {
  content: "";
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.7em;
}
.spContLink .spContLinkCont .spContLinkText {
  margin-bottom: 1.4em;
  font-size: calc(20/780*100vw);
}
.f25insulation .itemBtnArea a.hardallow {
  width: 140px;
  padding: 0.6em 2.6em 0.6em 1em;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #100f10;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, transparent 6px, var(--color-yellow) 0) top left, linear-gradient(-135deg, transparent 6px, var(--color-yellow) 0) top right, linear-gradient(-45deg, transparent 6px, var(--color-yellow) 0) bottom right, linear-gradient(45deg, transparent 6px, var(--color-yellow) 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
}
.f25insulation .itemBtnArea a.hardallow:before {
  content: "";
  width: 16px;
  height: 12px;
  margin: auto 0;
  display: block;
  background: url(../img/arrow_hard.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
}
}









































.f25insulation .__btn {
  text-align: right;
}
.f25insulation .__pagetop {
  padding: 180px 0 160px;
  text-align: center;
}
.f25insulation .__pagetop a {
  margin-right: 100px;
  color: #fff;
  font-weight: bold;
}
.f25insulation .__pagetop a .icon {
  margin-left: 1.4em;
  position: relative;
  top: 25px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.f25insulation .__pagetop a:hover {
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.f25insulation .__pagetop a .icon {
  width: 35px;
  height: 35px;
  top: 10px;
}
.f25insulation .__pagetop {
  padding: 80px 0 80px;
}
.f25insulation .__pagetop a {
  margin-right: 25px;
}
.pane-main {
  padding-bottom: 0;
}
}


.mhw_f23_btmImgInner img {
  width: 100%;
  max-width: none;
}









