@charset "UTF-8";
/*SCSS変数定義*/
/*******
header
********/
/*ヘッダーの高さ*/
/*グローバルメニュー背景色の設定*/
/*******
FONT＆COLOR
********/
/*フォントファミリー*/
/*メインカラー*/
/*カラバリ設定*/
/*******
PAGE
********/
/*【TOPページ】コンセプトBGのプログレスバーの速度（slick:autoplaySpeed+speedの数値を設定）*/
@keyframes slick_progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*SCSS変数定義*/
/*$tsDuration: 9.0s;

$fontFamily01: "din","Noto Sans Japanese", Teko, sans-serif;
$fontFamily02: nimbus-sans, source-han-sans-japanese,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
$fontFamily03: montserrat, sans-serif;*/
@media screen and (max-width: 834px) {
  #mv {
    position: relative;
    margin: 0 0 60px;
    height: calc(100vh - 60px);
    overflow: hidden;
  }
  #mv h1 {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    max-width: 140px;
  }

  #concept {
    position: relative;
    background: #212121;
    margin: 0 0 60px;
  }
  #concept::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #concept #concept_slider * {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 834px) and (min-width: 767px) {
  #concept #concept_slider .slick-list picture img {
    object-fit: cover;
    height: 400px;
  }
}
@media screen and (max-width: 834px) {
  #concept #concept_slider .slick-dots {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
  }
  #concept #concept_slider .slick-dots li {
    position: absolute;
    top: 0;
    line-height: 0;
    height: 4px;
    width: 100%;
  }
  #concept #concept_slider .slick-dots li.slick-active {
    display: block;
  }
  #concept #concept_slider .slick-dots li.slick-active::after {
    width: 100%;
    transition: 9s width linear;
  }
  #concept #concept_slider .slick-dots li button {
    display: none;
  }
  #concept #concept_slider .slick-dots li::after {
    content: '';
    display: block;
    height: 100%;
    background: #3C605F;
    width: 0%;
    transition: 0s width;
  }
  #concept .text {
    position: absolute;
    bottom: 5%;
    box-sizing: border-box;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  #concept .text h2 {
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0.2em;
    color: #FFF;
  }
  #concept .text h2::after {
    content: '';
    background: #FFF;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #concept .text p {
    line-height: 200%;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFF;
  }

  .product01 {
    margin: 0 0 60px;
    /*&#setup{
    	.inner{
    		ul{
    			li{
    				position: absolute;
    				&:nth-child(1){top:0%;left:0%;width: 40%;}
    				&:nth-child(2){top:0%;right:0%;width: 40%;}
    				&:nth-child(3){bottom:0%;left:0%;width: 40%;}
    				&:nth-child(4){bottom:0%;right:0%;width: 40%;}
    			}
    		}
    	}	
    }
    &#cold{
    	.visual{
    		video{
    			object-fit: cover;
    			height: 33.33vh;
    		}
    	}
    	.inner{
    		ul{
    			li{
    				position: absolute;
    				&:nth-child(1){top:0%;left:0%;width: 40%;}
    				&:nth-child(2){top:0%;right:0%;width: 40%;}
    				&:nth-child(3){bottom:0%;left:0%;width: 40%;}
    				&:nth-child(4){bottom:0%;right:0%;width: 40%;}
    			}
    		}
    	}	
    }*/
  }
  .product01 .visual {
    margin: 0 0 50px;
    position: relative;
  }
  .product01 .visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .product01 .visual h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #fff;
    /*font-family: montserrat, sans-serif;*/
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
    z-index: 2;
  }
  .product01 .inner {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0px;
    /*width: 94%;*/
    /*/ul*/
    			/*.masonry{
    				-webkit-column-count: 2; 
    				-moz-column-count: 2; 
    				column-count: 2;
    				-webkit-column-gap: 0; 
    				-moz-column-gap: 0; 
    				column-gap: 0;
    				li{
    					page-break-inside: avoid;
      					break-inside: avoid;
    				}
    			}*/
  }
  .product01 .inner ul {
    /*position: relative;
    height: 300px;*/
    width: 100%;
    margin: 0 auto;
  }
  .product01 .inner ul li {
    margin: 5px;
  }
  .product01 .inner ul li a {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*&:hover{
    	figure{
    		figcaption{
    			opacity: 1;
    		}
    	}
    }*/
  }
  .product01 .inner ul li a figure {
    position: relative;
  }
  .product01 .inner ul li a figure img {
    width: auto;
  }
  .product01 .inner ul li a figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.2s opacity;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .product02 {
    position: relative;
    margin: 0 0 60px;
  }
  .product02 .visual {
    width: 90%;
  }
  .product02 .inner01 {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .product02 .inner01 .inner02 {
    margin: 10px auto 0;
    width: 94%;
  }
  .product02 .inner01 .inner02 .line {
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    padding: 6%;
  }
  .product02 .inner01 .inner02 .line h3 {
    font-family: futura-pt, sans-serif;
    font-size: 2.4rem;
    left: 0.1em;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0.2em;
  }
  .product02 .inner01 .inner02 .line h3::after {
    content: '';
    background: #212121;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product02 .inner01 .inner02 .line p {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 200%;
    margin: 0 0 20px;
  }
  .product02 .inner01 .inner02 .line div {
    text-align: right;
  }
  .product02 .inner01 .inner02 .line div a {
    background: #3C605F;
    padding: 10px 14px;
    color: #FFF;
    /*font-family: montserrat, sans-serif;*/
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-weight: 300;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .product03 {
    width: 94%;
    margin: 0 auto 60px;
  }
  .product03 h3 {
    font-size: 2.2rem;
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0.2em;
  }
  .product03 h3::after {
    content: '';
    background: #212121;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product03 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
  .product03 ul li {
    width: 50%;
    /*/a*/
  }
  .product03 ul li a {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*&:hover{
    	figure{
    		figcaption{
    			opacity: 1;
    		}
    	}
    }*/
  }
  .product03 ul li a::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .product03 ul li a figure {
    /*position: relative;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product03 ul li a figure img {
    object-fit: cover;
    object-position: top;
    height: 100%;
  }
  .product03 ul li a figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.2s opacity;
    font-size: 1.2rem;
    line-height: 120%;
    text-align: center;
  }
  .product03 ul li a figure figcaption .itemName {
    letter-spacing: 0.1em;
    color: #fff;
  }
  .product03 ul li a figure figcaption .itemPrice {
    margin-top: 2em;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .product03 .more a {
    display: inline-block;
    color: #3C605F;
    font-size: 1.8rem;
    /*font-family: montserrat, sans-serif;*/
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-weight: 300;
  }
  .product03 .more a img {
    width: 58px;
    padding: 0 0 0 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  #mv {
    position: relative;
    margin: 0 0 120px;
  }
  #mv h1 {
    position: absolute;
    left: 25%;
    top: 48%;
    transform: translate(-50%, -50%);
    max-width: 236px;
  }

  #concept {
    position: relative;
    background: #212121;
    margin: 0 0 120px;
  }
  #concept::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  #concept #concept_slider * {
    vertical-align: bottom;
  }
  #concept #concept_slider .slick-dots {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
  }
  #concept #concept_slider .slick-dots li {
    position: absolute;
    top: 0;
    line-height: 0;
    height: 4px;
    width: 100%;
  }
  #concept #concept_slider .slick-dots li.slick-active {
    display: block;
  }
  #concept #concept_slider .slick-dots li.slick-active::after {
    width: 100%;
    transition: 9s width linear;
  }
  #concept #concept_slider .slick-dots li button {
    display: none;
  }
  #concept #concept_slider .slick-dots li::after {
    content: '';
    display: block;
    height: 100%;
    background: #3C605F;
    width: 0%;
    transition: 0s width;
  }
  #concept .text {
    position: absolute;
    bottom: 40px;
    max-width: 1260px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  #concept .text h2 {
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    margin: 0 0 26px;
    position: relative;
    padding: 0 0 0.2em;
    color: #FFF;
  }
  #concept .text h2::after {
    content: '';
    background: #FFF;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #concept .text p {
    color: #FFF;
    line-height: 200%;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }

  .product01 {
    margin: 0 0 200px;
    /*&#setup{
    	.inner{
    		ul{
    			li{
    				position: absolute;
    				&:nth-child(1){top:0%;left:0%;width: 40%;}
    				&:nth-child(2){top:0%;right:0%;width: 40%;}
    				&:nth-child(3){bottom:0%;left:0%;width: 40%;}
    				&:nth-child(4){bottom:0%;right:0%;width: 40%;}
    			}
    		}
    	}	
    }*/
    /*&#cold{
    	.visual{
    		video{
    			object-fit: cover;
    			height: 64vh;
    		}
    	}
    	.inner{
    		ul{
    			li{
    				position: absolute;
    				&:nth-child(1){top:0%;left:0%;width: 40%;}
    				&:nth-child(2){top:0%;right:0%;width: 40%;}
    				&:nth-child(3){bottom:0%;left:0%;width: 40%;}
    				&:nth-child(4){bottom:0%;right:0%;width: 40%;}
    			}
    		}
    	}	
    }*/
  }
  .product01 .visual {
    margin: 0 0 100px;
    position: relative;
  }
  .product01 .visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .product01 .visual h3 {
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    color: #fff;
    /*font-family: montserrat, sans-serif;*/
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 20px;
    max-width: 1260px;
  }
  .product01 .inner {
    max-width: 1220px;
    padding: 0 0px;
    margin: 0 auto;
    box-sizing: border-box;
    /*/ul*/
    /*.masonry{
    	-webkit-column-count: 2; 
    	-moz-column-count: 2; 
    	column-count: 2;
    	-webkit-column-gap: 0; 
    	-moz-column-gap: 0; 
    	column-gap: 0;
    }*/
  }
  .product01 .inner > ul {
    /*position: relative;
    height: 600px;*/
    width: 100%;
    margin: 0 auto;
  }
  .product01 .inner > ul > li {
    margin: 10px;
  }
  .product01 .inner > ul > li a {
    display: block;
    /*&:hover{
    	figure{
    		figcaption{
    			opacity: 1;
    		}
    	}
    }*/
  }
  .product01 .inner > ul > li a figure {
    position: relative;
  }
  .product01 .inner > ul > li a figure img {
    width: auto;
  }
  .product01 .inner > ul > li a figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*padding: 10px;*/
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.2s opacity;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .product02 {
    position: relative;
    margin: 0 0 120px;
  }
  .product02 .visual {
    width: calc(50vw - 60px);
    position: absolute;
    top: 0;
    left: 0;
  }
  .product02 .inner01 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .product02 .inner01 .inner02 {
    margin: 3% 20px 0 0;
    width: 70%;
  }
  .product02 .inner01 .inner02 .line {
    /*padding: 6% 6% 6% calc(30% + 20px);*/
    padding: 10% 6% 6% calc(30% + 20px);
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
  }
  .product02 .inner01 .inner02 .line h3 {
    font-family: futura-pt, sans-serif;
    font-size: 3.4rem;
    left: 0.1em;
    margin: 0 0 26px;
    position: relative;
    padding: 0 0 0.2em;
  }
  .product02 .inner01 .inner02 .line h3::after {
    content: '';
    background: #212121;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product02 .inner01 .inner02 .line p {
    font-size: 1.4rem;
    line-height: 220%;
    /*margin: 0 0 80px;*/
    margin: 0 0 120px;
  }
  .product02 .inner01 .inner02 .line div {
    text-align: right;
  }
  .product02 .inner01 .inner02 .line div a {
    background: #3C605F;
    padding: 10px 14px;
    color: #FFF;
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .product03 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto 120px;
  }
  .product03 h3 {
    font-size: 3.2rem;
    font-family: nimbus-sans, sans-serif;
    letter-spacing: 0.1em;
    margin: 0 0 60px;
    position: relative;
    padding: 0 0 0.2em;
  }
  .product03 h3::after {
    content: '';
    background: #212121;
    height: 1px;
    width: 1.6em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product03 ul {
    display: flex;
    margin: 0 0 40px;
  }
  .product03 ul li {
    width: 25%;
    /*/a*/
  }
  .product03 ul li a {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*&:hover{
    	figure{
    		figcaption{
    			opacity: 1;
    		}
    	}
    }*/
  }
  .product03 ul li a::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .product03 ul li a figure {
    /*position: relative;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product03 ul li a figure img {
    object-fit: cover;
    object-position: top;
    height: 100%;
  }
  .product03 ul li a figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.2s opacity;
    font-size: 1.2rem;
    line-height: 120%;
    text-align: center;
  }
  .product03 ul li a figure figcaption .itemName {
    letter-spacing: 0.1em;
    color: #fff;
  }
  .product03 ul li a figure figcaption .itemPrice {
    margin-top: 2em;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .product03 .more a {
    display: inline-block;
    color: #3C605F;
    font-size: 2.0rem;
    font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
  }
  .product03 .more a:hover img {
    transform: translate(10px, 0);
  }
  .product03 .more a img {
    width: 54px;
    padding: 0 0 0 10px;
    transition: 0.2s transform;
    display: inline-block;
  }
}
