/** Shopify CDN: Minification failed

Line 460:10 Expected ":"
Line 481:12 Expected ":"

**/
/*----------------------------------------------
    base
  ----------------------------------------------*/

html{
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: Lato,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Noto Serif JP","Hiragino Sans",Meiryo,sans-serif;
  color:#333333;
  line-height:1.6;
}

.noto-serif-200 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.noto-serif-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.garamond-300 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.garamond-500 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


/*注釈*/
p.notes{
  font-size:10px;
}


/*---------------- heading -----------------*/

h2{
    font-size: 24px;
    Letter-spacing:2.4px;
}
h3{
    font-size: 22px;
    Letter-spacing:2.4px;
}
h4{
    font-size: 18px;
    Letter-spacing:2.4px;
}

h2.sanserif{
    font-size: 24px;
    font-family:serif;
    Letter-spacing:2.4px;
}
h3.sanserif{
    font-size: 18px;
    font-family:serif;
    Letter-spacing:2.4px;
}
h4.sanserif{
    font-size: 16px;
    font-family:serif;
    Letter-spacing:2.4px;
}

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

   h2{
    font-size: 36px;
    Letter-spacing:2.4px;
  }
  h3{
    font-size: 28px;
    Letter-spacing:2.4px;
  }
  h4.sanserif{
    font-size: 22px;
    Letter-spacing:2.4px;
  }

  h2.sanserif{
    font-size: 36px;
    font-family:serif;
    Letter-spacing:2.4px;
  }
  h3.sanserif{
    font-size: 28px;
    font-family:serif;
    Letter-spacing:2.4px;
  }
  h4.sanserif{
    font-size: 22px;
    font-family:serif;
    Letter-spacing:2.4px;
  }

}

/*---------------- margin -----------------*/

.mb10{
  margin-bottom:10px;
}
.mb20{
  margin-bottom:20px;
}
.mb30{
  margin-bottom:30px;
}
.mb40{
  margin-bottom:40px;
}
.mb50{
  margin-bottom:50px;
}
.mb60{
  margin-bottom:60px;
}
.mb80{
  margin-bottom:80px;
}


/*--------------- header -----------------*/

.section-header{
  margin-bottom: -95px!important;
}

.header-wrapper{
  background-color: rgb(255 255 255 / 0%);
}

.list-menu.list-menu--inline li{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width:768px) {
  .section-header{
    margin-bottom: -108px!important;
  }
}



/*---------------- container -----------------*/

.container{
  margin-right: auto;
  margin-left: auto;
  width:100%;
  max-width:1200px;
  padding: 0 20px;
}

@media screen and (min-width:768px) {
  .container{
    padding: 0 10px;
  }
}


/*---------------- background -----------------*/

body.gradient{
  background-color: #EDEDE4;
}



/*---------------- botton -----------------*/

a.btnBlue{
  width:100%;
  max-width:400px;
  display:block;
  margin:10px auto 0;
  padding:20px 10px;
  border-radius:3px;
  background-color: #118d9a;
  color:#fff;
  text-align:center;
  font-weight:600;
  letter-spacing:0.08em;
  text-decoration:none;
  transition: 0.5s;
}
a.btnBlue:hover{
  background-color: #165c7b;
  transition: 0.5s;
}

a.btnWhite{
  width:100%;
  max-width:400px;
  display:block;
  margin:0 auto;
  padding:20px 10px;
  border: 2px solid #118d9a;
  border-radius:3px;
  background-color: #ffffff;
  color:#297698;
  text-align:center;
  font-weight:600;
  letter-spacing:0.08em;
  text-decoration:none;
  transition: 0.5s;
}
a.btnWhite:hover{
  background-color: #e0ecf2;
  transition: 0.5s;
}


a.btnGreen{
  width:100%;
  max-width:320px;
  display: inline-block;
  margin:10px auto;
  padding: 1em;
  border-radius:30px;
  background-color: #00282C;
  color:#fff;
  text-align:center;
  letter-spacing:0.08em;
  text-decoration:none;
  transition: 0.5s;
  font-family: "Noto Serif JP","Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a.btnGreen:hover{
  background-color: #065057;
  transition: 0.5s;
}


/*---------------- 表示/非表示 -----------------*/


.pc { display: none; }
.sp { display: block; }
.pcinline{ display: none; }
.spinline{ display: inline; }

@media screen and (min-width:768px) {
  .pc { display: block; }
  .sp { display: none; }
  .pcinline { display: inline; }
  .spinline { display: none; }
}


/*---------------- table -----------------*/

table.border{
  width:100%;
}

table.border th,
table.border td{
  display: block;
  width:100%;
}
table.border th{
  text-align:left;
  border-bottom: none;
  padding:10px 10px 5px 10px;
}
table.border td{
   border-bottom: 1px solid #d1d1d1;
  padding:5px 10px 10px 10px;
}


@media screen and (min-width:768px) {
  table.border th{
    display: table-cell;
    width:30%;
    border-bottom: 1px solid #d1d1d1;
    padding:15px 10px;
  }
  table.border td{
    display: table-cell;
    width:70%;
    padding:15px 10px;
  }
}


/*---------------- column -----------------*/

.columnWrap{
  display:flex;
  flex-wrap: wrap;
}

.column70{
  width:100%;
}
.column30{
  width:100%;
}

@media screen and (min-width:768px) {
  .column70{
    width:70%;
  }
  .column30{
    padding:10px;
    width:30%;
  }
}



/*---------------- box -----------------*/

.blueBox{
  width:100%;
  margin:20px auto;
  padding: 20px;
  border: 1px solid #118d9a;
  border-radius:3px;
  background:#f9f9f9;
  font-size:1.4rem;
}

.banBox{
  width:100%;
  margin:30px 0;
  text-align:center;
}
.banBox img{
  max-width:800px;
  width:100%;
  height:auto;
}



/*---------------- accordion -----------------*/

details{
  margin-bottom:10px;
}
details p{
  margin:10px;
}

details.accordion summary{
  background:#f9f9f9;
  padding:5px;
}
details.accordion summary::before{
  font-family: "Material Icons";
  content: "\e313";
}


/*---------------- 目次 -----------------*/

ul.index{
  display: flex;
  list-style: none;
  padding-left:0;
  flex-flow: column;
  justify-content: center;
}

ul.index li{
  width: 100%;
  padding: .3em 1.4em  .3em .7em;
  background: #00282C;
  border-radius: 30px; 
}
ul.index a{
    margin: 10px 5px;
  color: #fff;
  text-decoration:none;
}

ul.index li:hover{
  background-color: #065057;
  transition: 0.5s;
}

ul.index li::before{
  font-family: "Material Icons";
  content: "\e5c5";
  color:#fff;
  margin-right: 2px;
  font-size:22px;
  vertical-align:-5px;
}


@media screen and (min-width:960px) {
  ul.index {
    flex-flow: row;
    flex-wrap: wrap;
  }
  ul.index li{
    width: 100%;
    min-width: 296px;
  }
  
}





/*------------------------------------------------------------------------------------------------------------------------------------------
    index /home-customize.liquid
 -------------------------------------------------------------------------------------------- ----------------------------------------------*/

/*---------------- keyvisual -----------------*/

#kv{
    position: relative;
    width: 100%;
    min-height: 70vh;
    background-image: url('//supracor.jp/cdn/shop/t/4/assets//kv_supracor_sp.jpg?1533');
    background-size:cover;
    background-position:bottom center;
    background-repeat:no-repeat;
  }

.kvText{
  position: absolute;
  width:100%;
  top: 50%;
  left: 50%;
  transform: translateY(-170%) translateX(-50%);
  -webkit- transform: translateY(-170%) translateX(-50%);
  font-size: 18px;
  letter-spacing: 0.5em;
  text-align:center;
  color: #fff;
}
    

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

  #kv{
    min-height: 100vh;
    background-image: url('//supracor.jp/cdn/shop/t/4/assets//kv_supracor_pc.jpg?1533');
    background-position:center center;
  }

  .kvText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-170%) translateX(-50%);
    -webkit- transform: translateY(-170%) translateX(-50%);
    font-size: 22px;
    letter-spacing: 0.5em;
    text-align:center;
    color: #fff;
  }
}



/*---------------- message -----------------*/

#message{
  padding-top: 80px;
  background: linear-gradient(#EDEDE4 0%, #EDEDE4 90%, #00282C 90%, #00282C 100% );
}

.messageWrap{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}

.messageText{
  width: 100%;
}
.messageImg{
  width: 100%;
  text-align: center;
}

p.messageL{
  font-size: 29px;
}
.messageImg img{
  height:100%;
  max-height:400px;
}

@media screen and (min-width:768px) {
  .messageText{
    width: 50%;
  }
  .messageImg{
    width: 50%;
    text-align: center;
  }

  p.messageL{
    font-size: 32px;
  }
  .messageImg img{
    height:100%;
    max-height:500px;
  }
  
}

@media screen and (min-width:960px) {
  .messageText{
    width: 50%;
  }
  .messageImg{
    width: 50%;
    text-align: center;
  }

  p.messageL{
    font-size: 40px;
  }
  messageImg img{
    height:100%;
    max-height:600px;
  }
}



/*---------------- product -----------------*/

#product{
  padding:80px 0;
  background: #00282C;
  text-align: center;
}

.product{
  margin-top:20px!important;
}

.product-form__submit{
  background-color: #00282C;
  color: #fff;
}

.product__title h2{
  font-size: 28px;
}

#product h2{
  color:#fff;
}

.productBox{
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.productCard{
  margin-bottom:10px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background:#fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}
.productImg{
  width: 100%;
  max-height:200px;
  height: auto;
  box-sizing: border-box;
  background:#fff;
}

.productImg img{
  width: 100%;
  height: 200px;
  background: #bbb;
  box-sizing: border-box;
  object-fit:cover;
}

.productText{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  box-sizing: border-box;
}
.productText > * + *{
  margin-top: 10px;
}
.productCategory{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
}
.productName{
  font-size: 16px;
  line-height: 150%;
}
.productCategory{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


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

    .productBox > :not(:nth-child(3n-2)){
      margin-left: 20px;
    }
    .productCard{
      width: calc((100% - 20px * 2) / 3);
    }
  .productImg{
    max-height:350px;
  }
  
}





/*----- feature -----*/

#feature{
  padding: 40px 0;
  background: #EDEDE4;
}

.featureWrap{
  padding-top: 0px;
  height: 600px;
  position:relative;
}
.featureImg{
  width: 100%;
  max-width: 600px;
  position:absolute;
  bottom: -15%;
  left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.featurePoint{
  width: 100%;
  max-width: 350px;
  position:absolute;
  bottom: -10%;
  left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.featureLink{
  display:flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}
.featureLink a.btnGreen{
  margin:10px;
  width: 100%;
}


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

  #feature{
    padding: 80px 0;
  }

    .featureWrap{
      padding-top: 100px;
      height: 600px;

    }
    .featureImg{
      width: 100%;
      max-width: 600px;
      position:absolute;
      top: 50%;
      left: 15%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      z-index: 1;
    }
    .featurePoint{
      width: 100%;
      max-width: 400px;
      position:absolute;
      top: 35%;
      left: 75%;
      transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      z-index: 2;
    }
    
  .featureLink{
    flex-flow: row
  }

  .featureLink a.btnGreen{
    width: calc(100% / 2 - 20px);
    margin:10px;
  }
    
}



@media screen and (min-width:960px) {
  .featureImg{
      width: 100%;
      max-width: 600px;
      position:absolute;
      top: 50%;
      left: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      z-index: 1;
    }
  
}


/*----------------------------------------------
    news
  ----------------------------------------------*/

#news{
  padding: 80px 0px;
  background-color: #BFBFB4;
}

.bannarWrap{
  margin-bottom: 40px;
  display:flex;
  justify-content:center;
}
.bannarWrap img{
  width:100%;
}

.newsWrap h2{
  margin-bottom:40px;
  text-align:center;
}

ul.newsList {
  width: 100%;
  padding: 15px 0;
  text-align: left;
  display:block;
  margin:0 auto;  
}
.newsList li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 20px 10px;
  border-bottom: 1px solid #E2E2E2;
}
.newsList li:last-child {
  border-bottom: none;
}

.newsList .title {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}
.newsList .date {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight:500;
  margin-right: 40px;
  margin-bottom: 5px;
  min-width: 80px;
}

.newsList a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList a:hover .title,
.newsList a:focus .title {
  text-decoration: underline;
}

.more-link {
  display: inline-block;
  padding: 6px 24px;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #000;
  margin-top: 10px;
}

.more-link:hover {
  background-color: #f9f9f9;
}

@media screen and (min-width: 798px) {
  
  ul.newsList {
    padding:0;
    max-width: 1000px;
  }
  .newsList li {
    flex-direction: row;
  }
  
  .newsList .title {
    width:calc(100% - 120px);
  }
  .newsList .date {
    width:120px;
    margin-right: 0;
  }

 .newsWrap:after{
    width: 300px;
    height: 300px;
    top: -20%;
    right: -10%;
  }
    
}

  @media screen and (min-width: 1020px) {
    .newsWrap:after{
      width: 300px;
      height: 300px;
      top: -20%;
      right: 10%;
    }
  }

  /*----------------------------------------------
    shop
  ----------------------------------------------*/

#shop{
  padding: 80px 10px;
}

.shopWrap h2{
  margin-bottom:40px;
  text-align:center;
}

ul.shopList{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:center;
  list-style:none;
  padding-inline-start: 0px;
}
ul.shopList li{
  width:calc(100% / 2 - 10px);
  position:relative;
  top:0;
  transition:0.3s;
  margin: 5px;
}
ul.shopList li img{
  width:100%; 
}
ul.shopList li:hover{
	top:-5px;
	transition:0.3s;
}

@media screen and (min-width: 768px) {
  ul.shopList li{
  width:calc(100% / 3 - 10px);
  }
}


@media screen and (min-width: 960px) {
  ul.shopList{
    flex-direction:row;
  }
  ul.shopList li{
  width:calc(100% / 6 - 10px);
  position:relative;
  justify-content:center;
  top:0;
  transition:0.3s;
}
  ul.shopList li img{
  width:100%;
  max-width:180px;
}
}



/*----------------------------------------------
    footer
  ----------------------------------------------*/

.footer{
  padding: 80px 10px 0;
  background-color: #00282C;
}

.footer a{
  color: rgba(var(--color-foreground), 0.75);
}

.footerWrap{
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin-bottom:40px;
}

.footerLeft{
  width:50%;
}
.footerRight{
  width:50%;
  text-align:right;
}
.footerRight img{
  width:100%;
  max-width:100px;
}

ul.footerList{
  width:100%;
  margin:20px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  list-style:none;
  padding-left:0;
}
ul.footerList li{
  margin: 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
ul.footerList li a{
    font-size: 14px;
}


.footer-block__details-content .list-menu__item--link, .copyright__content a{
  color:#fff;
}

.footerLogoWrap {
  text-align:center;
}
.footerLogo{
  max-width:80px;
  margin:0 auto;
}

.footer__content-bottom{
  border-top:  none!important;
}

/*----------------------------------------------
    product
  ----------------------------------------------*/

section.shopify-section.section{
  margin:0;
}

#product-detail{
  margin-top:50px;
  padding:50px 10px;
}
#product-detail div{
  text-align:center;
}
#product-detail div p{
  margin:0 auto;
  max-width:750px;
}
#product-detail div img.honeycombTechnology{
  width:100%;
  max-width:550px;
}


#product-howto{
  padding:50px 0px;
  background:#BFBFB4;
}
#product-howto div{
  text-align:center;
  
}
#product-howto img{
  margin:0 auto;
  width:100%;
  max-width:900px;
}



/*----------------------------------------------
    page
  ----------------------------------------------*/

.titleWrap{
  margin-top: 108px;
  margin-bottom:40px;
  padding:20px 10px;
  background-color:#00282C;
  color:#fff;
  text-align:center;
}
.titleWrap h1{
  font-size:calc(var(--font-heading-scale) * 2.6rem);
  color:#ffffff;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 960px) {
  .titleWrap{
    padding:60px 10px;
  }
  
}


/*----------------------------------------------
    page-about
  ----------------------------------------------*/

#about01{
  margin:80px 0 80px;
  text-align:center;
}
#about01 img{
  width: 100%;
  max-width: 600px;
}

#about02{
  margin-top:80px;
  margin-bottom: calc(10vw + 10px);  
  padding:20px 10px;
  background:#BFBFB4;
  position: relative;
}
#about02 :after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10vw 50vw 0 50vw;
  border-style: solid;
  border-color: #BFBFB4 transparent transparent transparent;  
}
.techWrap{
  display:flex;
  flex-flow: row wrap;
  align-items: center;
}
.techPoint{
  width:100%;
  margin-bottom:10px;
  padding:20px;
  background:#fff;
}
.techPoint img{
  height:100%;
  max-height:200px;
  display:block;
  margin:0 auto;
}

#about03{
  padding:40px 10px;
  text-align: center;
}
#about03 img{
  width:100%;
}


#about04{
  padding:40px 10px;
  background:#073f46;
  color:#fff;
}
#about04 h4{
  color:#fff;
}
.structureWrap{
  display:flex;
  flex-flow: row wrap;
}
.structureText,
.structureImg{
  width:100%;
}
.structureWrap img{
  width:100%;
}


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

  #about02{
    padding:80px 10px;
    margin-bottom: calc(5vw + 10px);  
  }
  #about02 :after {
    border-width: 5vw 50vw 0 50vw;
  }

  
  .techWrap{
    display:flex;
    flex-flow: row wrap;
    align-items:stretch
  }
  .techPoint{
    width:calc(50% - 20px);
    margin:10px;
    padding:20px;
    background:#fff;
  }
  .techPoint img{
  max-height:300px;
  }
  .structureText{
      width:60%;
  }
  .structureImg{
      width:40%;
  }

}


/*--------- FAQ ---------*/

h2.collapsible-content__heading.inline-richtext{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




  /*=========== Contact -===========*/

.field__input, .select__select,.quantity{
  background:#fff;
}
  
.contact__button button{
  width:100%;
  max-width:320px;
  display: inline-block;
  margin:10px auto;
  padding: 1em;
  border-radius:30px;
  background-color: #00282C!important;
  color:#fff;
  text-align:center;
  letter-spacing:0.08em;
  text-decoration:none;
  transition: 0.5s;
  font-size: 18px;
  font-family: "Noto Serif JP","Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contact__button button:hover{
  background-color: #065057!important;
  transition: 0.5s;
  box-shadow: none;
}

.button:not([disabled]):hover:after{
  box-shadow: none;
}


  /*=========== Cart -===========*/


.cart__warnings{
  margin-bottom: 80px;
}
  
h1.title.title--primary,
h1.cart__empty-text,
h2.cart__login-title{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


