/*****
 * Width
*****/
/*****
 * Color
*****/
/*****
 * Color
*****/
/*****
 * Font
*****/
/*****
 * Line
*****/
.lowVisual .photo {
  background: url(../../imgs/img-mv.jpg) no-repeat center center;
  background-size: cover;
}

.lineSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .lineSection {
    padding-top: calc(160/750*100vw);
    padding-bottom: calc(60/750*100vw);
  }
}
.lineSection__block {
  width: 30%;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lineSection__block {
    width: 100%;
  }
}
.lineSection__box {
  margin-top: 80px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 5px #6e2e20;
}
.lineSection__box .txt {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lineSection__box .txt {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.lineSection__row {
  margin-top: 40px;
}
.lineSection__item--txt {
  width: calc(710/1000*100%);
}
@media only screen and (max-width: 768px) {
  .lineSection__item--txt {
    width: 100%;
  }
}
.lineSection__item--qr {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lineSection__item--qr {
    display: none;
    margin-top: calc(80/750*100vw);
  }
}
.lineSection__item--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineSection__item--flow {
    margin-top: calc(60/750*100vw);
  }
}
.lineSection .arrow {
  width: 5%;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .lineSection .arrow {
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}