@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
header {
  position: relative;
}
header #globalHeader {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}

/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
#mainvisual {
  margin-bottom: 8em;
  width: 100%;
  height: 700px;
  background: url("/image/mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
#mainvisual .inblock {
  position: relative;
}
#mainvisual .inblock .catch-area {
  padding-top: 14em;
  color: #fff;
}
#mainvisual .inblock .catch-area h1 {
  margin-bottom: .5em;
  font-size: 4.5em;
  line-height: 1;
}
#mainvisual .inblock .catch-area .sub {
  font-size: 1.1em;
  font-weight: bold;
}
#mainvisual .inblock .can-photo {
  position: absolute;
  bottom: -27em;
  left: -2em;
}

/* -------------------------------------------- */
/* 共通 */
/* -------------------------------------------- */
h2 {
  margin-bottom: 1.2em;
  text-align: center;
  color: #db3e00;
  font-size: 3.5em;
  line-height: 1;
}
h2 span {
  position: relative;
}
h2 span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #db3e00;
}

.read {
  margin-bottom: 3em;
}

/* -------------------------------------------- */
/* about */
/* -------------------------------------------- */
.about {
  margin-bottom: 7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .left {
  width: 43%;
}
.about .left .grad-btn {
  text-align: right;
}
.about .left .grad-btn a {
  display: inline-block;
  padding: 1em 3em;
  font-weight: bold;
}
.about .right {
  width: 50%;
}

/* -------------------------------------------- */
/* products */
/* -------------------------------------------- */
.products {
  position: relative;
}
.products:before {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #ededed;
  z-index: -1;
}
.products .products-in {
  padding-bottom: 7em;
}
.products .products-in .box {
  margin: 0 auto !important;
  width: 70%;
  padding: 2em;
  background: #fff;
}
.products .products-in .box .c-logo {
  margin-bottom: 1em;
  text-align: center;
}
.products .products-in .box .c-info {
  margin: 0 auto 1.5em;
  background: #f0f0eb;
  border-radius: 5px;
  padding: 1em;
}
.products .products-in .box .c-name {
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.products .products-in .box .category {
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.products .products-in .box .category .c-btn {
  position: relative;
  margin-bottom: 0.5em;
  width: 48%;
}
.products .products-in .box .category .c-btn:last-child {
  margin-bottom: 0;
}
.products .products-in .box .category .c-btn a {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  transition: .3s;
  letter-spacing: -.5px;
}
.products .products-in .box .category .c-btn a:hover {
  opacity: .9;
}
.products .products-in .box .category .c-btn a .can-icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.products .products-in .box .category .c-btn a .can-icon img {
  width: 85%;
}
.products .products-in .box .category .c-btn a span {
  padding-left: 2em;
}
.products .products-in .box .category .c-btn .base-arr:after {
  margin: 0 0 0 .5em;
}
.products .products-in .box .category .c-btn em {
  margin: 0.4em auto;
  display: block;
  font-size: .9em;
  text-align: center;
  line-height: 1.2;
}
.products .products-in .left-box {
  border: 3px solid #275b82;
}
.products .products-in .left-box .c-name {
  color: #275b82;
}
.products .products-in .left-box .category .c-btn a {
  background: #aabecd;
  border: 1px solid #275b82;
  color: #00263f;
}
.products .products-in .right-box {
  border: 3px solid #d8052e;
}
.products .products-in .right-box .supplier {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.products .products-in .right-box .c-name {
  margin-bottom: .5em;
  color: #d8052e;
}
.products .products-in .right-box .name {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.products .products-in .right-box .category {
  display: block;
}
.products .products-in .right-box .category .c-btn {
  margin: 0 auto;
}
.products .products-in .right-box .category .c-btn a {
  background: #fbc9d3;
  border: 1px solid #d8052e;
  color: #d8052e;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual {
    height: 500px;
  }
  #mainvisual .inblock .catch-area h1 {
    margin-bottom: .3em;
    font-size: 3.3em;
  }
  #mainvisual .inblock .catch-area .sub {
    font-size: 1em;
  }
  #mainvisual .inblock .can-photo {
    bottom: -18em;
    left: -1em;
    max-width: 500px;
  }

  /* -------------------------------------------- */
  /* 共通 */
  /* -------------------------------------------- */
  h2 {
    font-size: 2.8em;
  }

  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about .left .read {
    margin-bottom: 1em;
  }
  .about .left .grad-btn a {
    padding: .7em 2em;
    font-size: .9em;
  }

  /* -------------------------------------------- */
  /* products */
  /* -------------------------------------------- */
  .products .products-in .box .category {
    display: block;
  }
  .products .products-in .box .category .c-btn {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual {
    margin-bottom: 6em;
    background-position: 60% center;
  }
  #mainvisual .inblock .catch-area h1 {
    font-size: 2.5em;
  }
  #mainvisual .inblock .catch-area h1 em {
    display: inline-block;
  }
  #mainvisual .inblock .catch-area .sub em {
    display: inline-block;
  }
  #mainvisual .inblock .can-photo {
    bottom: -16em;
    max-width: 400px;
  }

  /* -------------------------------------------- */
  /* 共通 */
  /* -------------------------------------------- */
  h2 {
    font-size: 2.3em;
  }

  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about {
    display: block;
    margin-bottom: 5em;
  }
  .about .left {
    width: 100%;
    margin-bottom: 2em;
  }
  .about .left .grad-btn {
    text-align: center;
  }
  .about .right {
    width: 100%;
    text-align: center;
  }

  /* -------------------------------------------- */
  /* products */
  /* -------------------------------------------- */
  .products:before {
    height: 80%;
  }
  .products .products-in {
    display: block;
    padding-bottom: 5em;
  }
  .products .products-in .box {
    width: 100%;
    margin-bottom: 3em;
  }
  .products .products-in .box:last-child {
    margin-bottom: 0;
  }
  .products .products-in .box .category .c-btn {
    width: 80%;
    margin: 0 auto 1.5em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  #mainvisual {
    height: 400px;
    margin-bottom: 8em;
  }
  #mainvisual .inblock .catch-area {
    padding-top: 10em;
  }
  #mainvisual .inblock .catch-area .sub {
    font-size: .8em;
  }
  #mainvisual .inblock .can-photo {
    bottom: -13em;
    max-width: 300px;
  }

  /* -------------------------------------------- */
  /* 共通 */
  /* -------------------------------------------- */
  h2 {
    font-size: 2em;
  }
  h2 span:before {
    width: 30px;
  }

  /* -------------------------------------------- */
  /* products */
  /* -------------------------------------------- */
  .products .products-in .box {
    margin-bottom: 2em;
    padding: 1em;
  }
  .products .products-in .box .c-logo {
    max-width: 200px;
    margin: 0 auto;
  }
  .products .products-in .box .c-name {
    font-size: 1em;
  }
  .products .products-in .box .category .c-btn {
    width: 100%;
  }
  .products .products-in .right-box .supplier {
    margin-bottom: 1rem;
    font-size: 1.5em;
  }
  .products .products-in .right-box .c-name {
    margin-bottom: 0;
  }
  .products .products-in .right-box .name {
    font-size: 1.2em;
  }
}
