@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#contents {
  margin-bottom: 2em;
}

/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
#title {
  background: url("/product/image/title.jpg") no-repeat center center;
  background-size: cover;
}

/* -------------------------------------------- */
/* product */
/* -------------------------------------------- */
.read {
  margin-bottom: 3em;
}

.series {
  margin-bottom: 7em;
  padding: 5em 0 0;
}
.series .block {
  background: url("/product/image/series_bg_left.png") no-repeat left top;
  background-color: #000;
  margin-bottom: 1em;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.series .block .text {
  width: 48%;
  color: #fff;
}
.series .block .text .s-title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
.series .block .text .s-title span {
  display: block;
  font-size: .7em;
}
.series .block .text .feature dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.series .block .text .feature dl dt {
  width: 60px;
  background: rgba(255, 255, 255, 0.27);
  height: fit-content;
  text-align: center;
  line-height: 1.5;
}
.series .block .text .feature dl dt span {
  font-size: 1.4em;
}
.series .block .text .feature dl dd {
  width: calc(100% - 70px);
}
.series .block .photo {
  width: 48%;
}
.series .reverse {
  background: url("/product/image/series_bg_right.png") no-repeat right top;
  background-color: #000;
  flex-direction: row-reverse;
}
.series .chopstick {
  position: relative;
  background: url("/product/image/chopstick_bg.png") no-repeat left top #f7f3ed;
  margin-bottom: 5em;
  padding: 3em 4em;
}
.series .chopstick .text-area .text {
  width: 52%;
}
.series .chopstick .text-area .text .s-title {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: .3em;
  border-bottom: 1px solid #a11215;
  position: relative;
  display: inline-block;
}
.series .chopstick .text-area .text .s-title:before {
  position: absolute;
  bottom: -3px;
  left: -10px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a11215;
}
.series .chopstick .text-area .text .s-title:after {
  position: absolute;
  bottom: -3px;
  right: -10px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a11215;
}
.series .chopstick .text-area .text .s-title strong {
  display: flex;
  align-items: center;
}
.series .chopstick .text-area .text .s-title span {
  color: #a11215;
}
.series .chopstick .text-area .text .s-title span em {
  vertical-align: middle;
}
.series .chopstick .text-area .text .s-title span .big {
  font-size: 2.4em;
}
.series .chopstick .text-area .text .s-title span .small {
  font-size: 1em;
}
.series .chopstick .text-area .text .s-title span .middle {
  font-size: 1.5em;
}
.series .chopstick .text-area .text .read {
  margin-bottom: 1em;
}
.series .chopstick .text-area .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  line-height: 0;
  text-align: right;
}
.series .base-btn {
  text-align: center;
}

.original {
  background: #efefef;
  margin-bottom: 2em;
  padding: 7em 0;
}
.original .photo-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.original .photo-area p {
  width: 49%;
}
.original .flow {
  background: #fff;
  padding: 3em 2em;
}
.original .flow .s-title {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-align: center;
}
.original .flow .flow-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.original .flow .flow-area li {
  width: 15%;
  position: relative;
}
.original .flow .flow-area li .box {
  background: #fff4f4;
  padding: 1em;
  text-align: center;
}
.original .flow .flow-area li .box .step {
  display: inline-block;
  margin-bottom: 1em;
  background: #9e0b0e;
  color: #fff;
  padding: 0 1em;
  border-radius: 30px;
}
.original .flow .flow-area li .box .text {
  font-size: 1.1em;
}
.original .flow .flow-area li:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.5em;
  color: #9e0b0e;
}
.original .flow .flow-area li:last-child:after {
  content: none;
}
.original .flow .read span {
  display: block;
}

.attention {
  font-size: 1.2em;
}
.attention span {
  background: linear-gradient(transparent 60%, #ffedca 60%);
  padding: 0 0.5em;
}
.attention span em {
  display: inline-block;
}

.processing {
  padding: 7em 0;
  background: url("/common_img/cloud_right.png") no-repeat right top, url("/common_img/cloud_left.png") no-repeat left bottom;
}
.processing .photo-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.processing .photo-area .box {
  margin-bottom: 3em;
  width: 31.5%;
}
.processing .photo-area .box dl {
  position: relative;
}
.processing .photo-area .box dl dd {
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90%;
  padding: 0.5em 0;
  background: #fff;
  font-size: 1.3em;
  text-align: center;
  line-height: 1;
}
.processing .photo-area .box dl dd span {
  font-size: .8em;
  display: inline-block;
}
.processing .photo-area .box .text {
  padding-top: 1em;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .series .block {
    flex-direction: column-reverse;
  }
  .series .block .photo {
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
  }
  .series .block .text {
    width: 100%;
  }
  .series .block .text .s-title {
    margin-bottom: .5em;
    font-size: 1.3em;
  }
  .series .chopstick {
    padding: 3em 2.5em;
  }
  .series .chopstick .text-area .text {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .series .chopstick .text-area .text .s-title span .big {
    font-size: 2em;
  }
  .series .chopstick .text-area .text .s-title span .middle {
    font-size: 1.3em;
  }

  .original .flow .flow-area li {
    width: 32%;
    margin-bottom: 1em;
  }
  .original .flow .flow-area li:after {
    right: 10px;
  }
  .original .flow .read {
    text-align: left;
  }
  .original .flow .read span {
    display: inline;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .read {
    margin-bottom: 2em;
  }

  .series {
    padding: 3em 0 0;
  }
  .series .read {
    text-align: left;
  }
  .series .block .text .s-title {
    font-size: 1.2em;
  }
  .series .chopstick {
    padding: 3em 0 0;
  }
  .series .chopstick .text-area .text {
    position: static;
    padding: 0 2em;
    text-align: center;
  }
  .series .chopstick .text-area .text .s-title {
    font-size: 1.2em;
  }
  .series .chopstick .text-area .text .read {
    text-align: center;
  }
  .series .chopstick .text-area .photo {
    position: static;
    width: 100%;
  }

  .original {
    padding: 7em 0 3em;
  }
  .original .read {
    text-align: left;
  }
  .original .flow .flow-area li {
    width: 48%;
  }

  .processing {
    padding: 5em 0;
    background-size: 30%;
  }
  .processing .read {
    text-align: left;
  }
  .processing .photo-area .box {
    width: 48%;
    margin-bottom: 2em;
  }
  .processing .photo-area .box dl dd {
    font-size: 1.2em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
  .base-btn {
    margin-bottom: 3em;
  }

  .attention {
    font-size: 1.1em;
  }

  .series {
    margin-bottom: 5em;
  }
  .series .block {
    padding: 1.5em;
    background-size: 80%;
  }
  .series .block .text .feature dl {
    display: block;
  }
  .series .block .text .feature dl dt {
    margin-bottom: .5em;
  }
  .series .block .text .feature dl dd {
    width: 100%;
  }
  .series .reverse {
    background-size: 80%;
  }
  .series .chopstick {
    margin-bottom: 3em;
  }
  .series .chopstick .text-area .text {
    padding: 0 1.5em;
  }
  .series .chopstick .text-area .text .s-title span .big {
    font-size: 1.6em;
  }
  .series .chopstick .text-area .text .read {
    text-align: left;
  }

  .original {
    padding: 5em 0 3em;
  }
  .original .photo-area {
    display: block;
  }
  .original .photo-area p {
    width: 100%;
  }
  .original .flow {
    padding: 1.5em;
  }
  .original .flow .s-title {
    font-size: 1.3em;
  }
  .original .flow .flow-area {
    display: block;
  }
  .original .flow .flow-area li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .original .flow .flow-area li:after {
    content: '\f107';
    left: 50%;
    right: auto;
    top: auto;
    bottom: -33px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .processing .photo-area .box {
    width: 100%;
  }
  .processing .photo-area .box dl dt img {
    width: 100%;
  }
}
