@charset "UTF-8";
/* ==========================================================================//
//
// サンバリア100の完全遮光
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (max-width: 750px) {
  .inner {
    padding: 0 32px;
  }
}

.sub_ttl {
  color: #464646;
  font-size: 22px;
  letter-spacing: 0.45em;
}
@media all and (max-width: 750px) {
  .sub_ttl {
    margin-bottom: 20px;
    line-height: 1.86;
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .sub_ttl {
    padding-top: 14px;
    font-size: 24px;
    letter-spacing: 0.6em;
    line-height: 2.3;
    text-align: center;
  }
}

p,
.lead {
  letter-spacing: -0.015em;
  line-height: 1.7;
}
@media all and (max-width: 750px) {
  p,
  .lead {
    font-size: 14px;
  }
}

/* lead_contents
---------------------------------------------------------- */
.lead_contents_wrap {
  background: #fff;
}

.lead_contents {
  width: min(651px, 100%);
  margin-inline: auto;
}
.lead_contents .lead_ttl {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6em;
  text-align: center;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .lead_contents .lead_ttl {
    font-size: 20px;
  }
}
.lead_contents .lead_txt {
  text-align: left;
}

/* image_wrap_contents
---------------------------------------------------------- */
.image_wrap_contents {
  background: #fff;
  padding: 108px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 751px) {
  .image_wrap_contents {
    padding: 120px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 10px;
  }
}

/* サンバリア100の完全遮光とは？
---------------------------------------------------------- */
.sec_shading {
  padding-top: 0px;
}
.sec_shading .sec_ttl {
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_shading .sec_ttl {
    padding-bottom: 80px;
    margin: 0 auto;
  }
}
@media all and (max-width: 750px) {
  .sec_shading .bottom_ttl::after {
    left: 280px;
  }
}
@media all and (min-width: 751px) {
  .sec_shading .ttl_contents {
    margin-bottom: 110px;
  }
}
.sec_shading .shading_list .shading_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1401px) {
  .sec_shading .shading_list .shading_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1400px) {
  .sec_shading .shading_list .shading_detail:not(:first-child) {
    margin-top: 80px;
  }
}
.sec_shading .shading_list .shading_detail .image {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1401px) and (max-width: 1510px) {
  .sec_shading .shading_list .shading_detail .image {
    margin: 0 0 0 calc(50% - 50vw);
    width: 50%;
  }
}
@media all and (min-width: 1511px) {
  .sec_shading .shading_list .shading_detail .image {
    width: 49.7vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1510px) {
  .sec_shading .shading_list .shading_detail .txts {
    margin-right: 42px;
    width: 38%;
  }
}
@media all and (min-width: 1511px) {
  .sec_shading .shading_list .shading_detail .txts {
    width: 31.63%;
  }
}
.sec_shading .shading_list .shading_detail .txts .ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6em;
}
@media all and (min-width: 751px) {
  .sec_shading .shading_list .shading_detail .txts .ttl {
    margin: 0 0 20px;
    font-size: 23px;
  }
}
@media all and (max-width: 1400px) {
  .sec_shading .shading_list .shading_detail .txts .ttl {
    margin: 24px 0 20px;
  }
}
@media all and (max-width: 750px) {
  .sec_shading .shading_list .shading_detail .txts .ttl {
    letter-spacing: 0.49em;
  }
}
.sec_shading .shading_list .shading_detail .txts .reason_txt a {
  background-image: -webkit-gradient(linear, left top, right top, from(#464646), to(#464646));
  background-image: linear-gradient(90deg, #464646, #464646);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (min-width: 751px) and (hover: hover) {
  .sec_shading .shading_list .shading_detail .txts .reason_txt a:hover {
    background-size: 0 1px;
    background-position: left bottom;
  }
}
.sec_shading .shading_list .shading_detail .txts {
  /* 品質試験報告書 */
}
.sec_shading .shading_list .shading_detail .txts #popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sec_shading .shading_list .shading_detail .txts #popup.active {
  opacity: 1;
  visibility: visible;
}
.sec_shading .shading_list .shading_detail .txts #popup .popup-content {
  display: block;
  margin: 5% auto;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.sec_shading .shading_list .shading_detail .txts #popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.sec_shading .shading_list .shading_detail .txts .figure {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #CBCBC6;
}
@media all and (min-width: 751px) {
  .sec_shading .shading_list .shading_detail .txts .figure {
    margin-top: 46px;
    padding: 10px 0 11px;
    border-bottom: 1px solid #CBCBC6;
    width: min(417px, 100%);
  }
}
.sec_shading .shading_list .shading_detail .txts .figure p:first-of-type {
  margin-bottom: 5px;
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .sec_shading .shading_list .shading_detail .txts .figure p:first-of-type {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.sec_shading .shading_list .shading_detail .txts .figure p.gray {
  margin-top: 9px;
  color: #787777;
  font-size: 10px;
}
@media all and (min-width: 751px) {
  .sec_shading .shading_list .shading_detail .txts .figure p.gray {
    margin-top: 4px;
  }
}

/* 光を通さない四層構造
---------------------------------------------------------- */
.sec_structure {
  padding-top: 100px;
}
@media all and (min-width: 751px) {
  .sec_structure {
    padding-top: 160px;
  }
}
.sec_structure .first_image video {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 750px) {
  .sec_structure .first_image video {
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec_structure .sec_ttl {
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_structure .sec_ttl {
    padding: 80px 0 30px;
    margin: 0 auto;
  }
}
@media all and (max-width: 750px) {
  .sec_structure .txts {
    padding: 40px 0;
  }
}
.sec_structure .wrap {
  display: block;
}
@media all and (max-width: 750px) {
  .sec_structure .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec_structure .ttl_contents {
  margin: 36px 0 0 0;
}
@media all and (min-width: 751px) {
  .sec_structure .ttl_contents {
    margin: 0 0 25px 0;
  }
}
@media all and (max-width: 750px) {
  .sec_structure .bottom_ttl::after {
    left: 190px;
  }
}
.sec_structure .lead {
  width: min(500px, 100%);
  margin-inline: auto;
}
.sec_structure .one_image {
  margin: 0;
}
@media all and (min-width: 751px) {
  .sec_structure .one_image {
    margin: 120px -64px 0;
  }
}

/* 一般的な日傘との違い
---------------------------------------------------------- */
.sec_difference {
  padding-top: 100px;
}
@media all and (min-width: 751px) {
  .sec_difference {
    padding-top: 160px;
  }
}
.sec_difference .contents {
  width: min(1308px, 100%);
  margin-inline: auto;
}
.sec_difference .sec_ttl {
  padding-bottom: 40px;
}
.sec_difference .left_ttl::after {
  left: 190px;
}
@media all and (min-width: 751px) {
  .sec_difference .left_ttl::after {
    left: 255px;
  }
}
.sec_difference .sub_ttl {
  text-align: left;
}
.sec_difference .structure_list .structure_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1181px) {
  .sec_difference .structure_list .structure_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_difference .structure_list .structure_detail:first-child {
  margin-bottom: 44px;
  padding: 44px 0;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
}
@media all and (min-width: 751px) {
  .sec_difference .structure_list .structure_detail:first-child {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1181px) {
  .sec_difference .structure_list .structure_detail:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 1181px) {
  .sec_difference .structure_list .structure_detail .image {
    width: 44.9%;
  }
}
@media all and (min-width: 1181px) {
  .sec_difference .structure_list .structure_detail .txts {
    width: 33.65%;
  }
}
.sec_difference .structure_list .structure_detail .txts .ttl {
  font-size: 16px;
  letter-spacing: 0.6em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_difference .structure_list .structure_detail .txts .ttl {
    margin: 0 0 15px 0;
    font-size: 18px;
  }
}
@media all and (max-width: 1180px) {
  .sec_difference .structure_list .structure_detail .txts .ttl {
    margin: 32px 0 13px;
  }
}

/* image_wrap_contents_02
---------------------------------------------------------- */
.image_wrap_contents_02 {
  background: #fff;
  padding: 110px calc(50% - 50vw) 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 751px) {
  .image_wrap_contents_02 {
    padding: 200px calc(50% - 50vw) 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 10px;
  }
}

/* 完全遮光が変える一日
---------------------------------------------------------- */
.sec_change {
  padding-bottom: 100px;
}
@media all and (min-width: 751px) {
  .sec_change {
    padding-bottom: 160px;
  }
}
.sec_change .sec_ttl {
  padding-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_change .sec_ttl {
    padding: 120px 0 40px;
    margin: 0 auto;
  }
}
@media all and (max-width: 750px) {
  .sec_change .bottom_ttl::after {
    left: 190px;
  }
}
@media all and (min-width: 751px) {
  .sec_change .sub_ttl {
    margin-bottom: 25px;
  }
}
.sec_change .lead {
  width: min(500px, 100%);
  margin-inline: auto;
}

/* 長く使えるように作り、長く寄り添うために直します。
---------------------------------------------------------- */
.sec_last {
  overflow: hidden;
  z-index: 0;
}
@media all and (max-width: 750px) {
  .sec_last {
    padding: 140px 0 312px;
  }
}
.sec_last .sec_last_bg {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.sec_last .sec_last_bg_video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_last_bg {
  background-image: url(https://demo-service.ebisumart.com/client_info/UV100/contentimage/img/shading/last_sp.webp);
}
@media all and (min-width: 751px) {
  .sec_last_bg {
    background-image: url(https://demo-service.ebisumart.com/client_info/UV100/contentimage/img/shading/last_pc.webp);
  }
}