/*---------------------------------------------
    common
---------------------------------------------*/
h2 {
  color: #E83828;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
h2::after {
  background: #E83828;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 2.4rem;
  }
}

.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  position: relative;
}
.mv h1 {
  background: rgba(232, 56, 40, 0.8);
  color: #fff;
  font-size: 2.6rem;
  left: 0;
  line-height: 1.4;
  margin: auto;
  padding: 26px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 1em;
  top: 43%;
  width: 260px;
}
.mv h1::before {
  background: url(../images/product/icon_cart.png);
  background-size: cover;
  content: "";
  display: block;
  height: 38px;
  left: 30px;
  position: absolute;
  top: 34px;
  width: 36px;
}
@media screen and (max-width: 500px) {
  .mv h1 {
    top: 40%;
  }
}
.mv h1 span {
  display: block;
  font-size: 1.2rem;
}
.mv header {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------------------------------
    philosophy
---------------------------------------------*/
.product {
  margin-bottom: 40px;
}
.product .inner {
  margin: 0 auto;
  width: 86%;
}
.product .inner .text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .product .inner .text {
    font-size: 1.4rem;
  }
}
.product .inner dl {
  display: flex;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 800px;
}
.product .inner dl dt {
  background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  writing-mode: vertical-rl;
}
.product .inner dl dd {
  width: calc(100% - 40px);
}
.product .inner dl dd img {
  display: block;
}
.product .inner dl:nth-child(odd) {
  flex-direction: row-reverse;
}

/*---------------------------------------------
    facility
---------------------------------------------*/
.ec {
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}
.ec .inner {
  margin: 0 auto;
  width: 86%;
}
.ec .inner p.text {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.ec .inner p.text.center {
  text-align: center;
}
.ec .inner p.text span {
  color: #E83828;
}
.ec .inner .btn {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 500px;
}
.ec .inner .btn a {
  background: #E60012;
  border: #E60012 solid 1px;
  border-radius: 40px;
  color: #fff;
  display: block;
  height: 80px;
  padding-top: 15px;
  position: relative;
  width: 100%;
}
.ec .inner .btn a::before {
  background: url(../images/product/icon_cart.png) no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: 70%;
  border: #fff solid 2px;
  border-radius: 6px;
  content: "";
  display: block;
  height: 32px;
  left: 25%;
  padding: 6px;
  position: absolute;
  top: 14px;
  width: 30px;
}
@media screen and (max-width: 500px) {
  .ec .inner .btn a::before {
    left: 19%;
  }
}
.ec .inner .btn a span {
  display: block;
  font-weight: 600;
  padding-left: 37%;
}
@media screen and (max-width: 500px) {
  .ec .inner .btn a span {
    padding-left: 35%;
  }
}
.ec .inner .btn a span.top {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 39%;
}
@media screen and (max-width: 500px) {
  .ec .inner .btn a span.top {
    padding-left: 37%;
  }
}
.ec .inner .btn a:hover {
  background: rgba(230, 0, 18, 0.7);
}

/*---------------------------------------------
    staff
---------------------------------------------*/
.strength {
  background: #E83828;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.strength h2 {
  color: #fff;
}
.strength h2::after {
  background: #fff;
}
.strength h2::before {
  background: url(../images/about/icon_mark.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 28px;
}
.strength .inner {
  margin: 0 auto 40px;
  width: 86%;
}
.strength .inner .box {
  border: #fff solid 1px;
  margin-bottom: 16px;
}
.strength .inner .box h3 {
  color: #fff;
  font-size: 2rem;
  padding: 4px 10px;
}
.strength .inner .box .img-list {
  background: #fff;
  border: #fff solid 2px;
  display: flex;
  justify-content: space-between;
}
.strength .inner .box .img-list p {
  width: 49.5%;
}
.strength .inner .box .img-list p img {
  display: block;
}
.strength .inner .box p.text {
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 16px;
}
.strength .inner .box ul {
  padding: 10px 14px;
}
.strength .inner .box ul li {
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
}

/*---------------------------------------------
    media
---------------------------------------------*/
.media .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 86%;
}
.media .flex-box {
  width: 48%;
}