@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 769px) {

.sp {display:none;}

#brics_about {
font-family: YuMincho, "Yu Mincho", serif;
  background-image: url("bg.gif");
    background-repeat:repeat-x;
}
#brics_about .brics-headline {
    font-family: 'Playfair Display', serif;
    color:#FFFFFF;
    text-align:center;
    font-size:44px;
    padding-top:70px;
    padding-bottom:40px;
}
#brics_about .brics-headline span {
      font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    display:block;
    font-size:13px;
    padding-top:5px; 
}

#brics_about .hacobune-app-container {
    padding-top:0px;
    padding-bottom:0px !important;
}

/*vimeo*/
  .vimeo {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin: 60px;
  }

  .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/*history*/
section.history {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-bottom:120px;
}
.history-text {
    width: 50%;
    padding: 114px 86px 0 30px;
    text-align:left;
}
.history-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 1px;
}
.history-text span.ttl-txt {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom:25px;
}

/*handcrafted*/
section.handcrafted {
    width: 1200px;
    margin: 30px auto;
    display:flex;
    margin-bottom:120px;
}
.handcrafted .handcrafted-img {
    
}
.handcrafted .handcrafted-text {
   width: 50%;
   padding: 101px 30px 0px 90px;
}
.handcrafted-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 1px;
}
.handcrafted-text span.ttl-txt {
    font-size: 44px;
    color: #000000;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    line-height: 1.2;
    padding-bottom:30px;
}
.handcrafted-text span.text-dot {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #000;
}

/*today*/
section.today {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-bottom:120px;
}
.today-text {
    width: 50%;
    padding: 114px 86px 0 30px;
    text-align:left;
}
.today-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 1px;
}
.today-text span.ttl-txt {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom:25px;
}

.btn_allproduct  {
    margin-bottom:100px;
}

.btn_allproduct a {
  font-family: Arial, Helvetica, sans-serif;
    display:block;
    width:660px;
    margin:auto;
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    padding:25px;
    font-size:20px;
    border-radius:50px;
}

}





/******* SP *******/
@media screen and (max-width: 768px) {

.pc {display:none;}
    
#brics_about {
 font-family: YuMincho, "Yu Mincho", serif;
  background-image: url("bg_sp.gif");
  background-repeat:repeat-x;
}

#brics_about .brics-headline {
    font-family: 'Playfair Display', serif;
    color:#FFFFFF;
    text-align:center;
    font-size:30px;
    padding-top:50px;
    padding-bottom:30px;
}
#brics_about .brics-headline span {
      font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    display:block;
    font-size:13px;
    padding-top:5px; 
}


/*vimeo*/
#brics_about .hacobune-app-container {
    padding-top:0px;
    padding-bottom:0px !important;
}
#brics_about .hacobune-unit-video {
    padding:0px;
    margin:0px;
}

.vimeo {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin: 20px;
}
 .vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#brics_about  .history {
    display: flex;
    flex-direction: column;
}
#brics_about .history-img {
    order: 1;
    width: 100%;
}

#brics_about .history-text {
    order: 2;
    width: 100%;
}
.history-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 1px;
    padding:25px;
    margin-bottom:80px;
}
.history-text span.ttl-txt {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom:20px;
}

#brics_about  .handcrafted {
    display: flex;
    flex-direction: column;
}
#brics_about .handcrafted-img {
    order: 1;
    width: 100%;
}

#brics_about .handcrafted-text {
    order: 2;
    width: 100%;
}
.handcrafted-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 1px;
    padding:25px;
    margin-bottom:80px;
}
.handcrafted-text span.ttl-txt {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom:20px;
}


#brics_about  .today {
    display: flex;
    flex-direction: column;
}
#brics_about .today-img {
    order: 1;
    width: 100%;
}

#brics_about .today-text {
    order: 2;
    width: 100%;
}
.today-text p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 1px;
    padding:25px;
    margin-bottom:60px;
}
.today-text span.ttl-txt {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom:20px;
}


.btn_allproduct  {
    margin-bottom:100px;
}

.btn_allproduct a {
  font-family: Arial, Helvetica, sans-serif;
    display:block;
    width:90%;
    margin:auto;
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    padding:18px;
    font-size:16px;
    border-radius:50px;
}



}
