@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 30px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 68%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 37%;
}

h2:after {
  right: 37%;
}

/*==========▼▼▼ファーストビュー▼▼▼==========*/
@media screen and (min-width: 1400px) {
    .first_view {
    width: 100%;
    height: 900px;
    background-image: url("../images/top1920.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 1399px) {
    .first_view {
    width: 100%;
    height: 670px;
    background-image: url("../images/top1920.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 1099px) {
    .first_view {
    width: 100%;
    height: 550px;
    background-image: url("../images/top1920.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/*==========▼▼▼COZの想い▼▼▼==========*/
.thought_container {
  width: 975px;
  margin: 0 auto;
  padding: 50px 0px;
}

.thought_container p {
  width: 70%;
  text-align: center;
  color: rgb(194,161,68);
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: dashed 1px rgb(194,161,68);
}

.thought_container p:nth-child(n + 2) {
  padding-top: 20px;
}

/*==========▼▼▼COZとは▼▼▼==========*/
#concept {
  background-color: rgba(238,238,238,0.7);
}

.concept_container {
  width: 975px;
  margin: 0px auto;
}

.concept_container h2 {
  padding-top: 30px;
}

.concept_container p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 2.2;
  padding: 20px 0;
  text-align: center;
}

/*==========▼▼▼Product▼▼▼==========*/
#product img {
  width: 600px;
  height: 200px;
  object-fit:cover;
}

.product_container {
 width: 975px; 
  margin: 0 auto;
}

#product h2 {
  position: relative;
  padding: 50px 55px;
}

#product h2:before,#product h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: rgb(194,161,68);
}

#product h2:before {
  left: 37%;
}

#product h2:after {
  right: 37%;
}

.product_shop, .business_shop {
  margin: 0 auto;
  width: 600px;
  height: 200px;
  position: relative;
  border: solid 1px rgb(194,161,68);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.4);
}

.product_shop img, .business_shop img {
  position: relative;
  filter: contrast(0.9) opacity(0.9);
}

.product_shop_p, .business_shop_p {
  position: absolute;
  top: 50%;
  right: 42%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  -webkit-text-stroke: 0.3px #FFF;
  text-stroke: 0.3px #FFF;
}

.product_shop:hover, .business_shop:hover {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
}

.product_shop {
  margin-bottom: 60px;
}