.mainvisual .name {
  background: #ef8202;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border-bottom: 6px solid #8a4b00;
}
.mainvisual .name .sub {
  font-size: 14px;
}
.mainvisual .name .main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#about {
  background: #fac83e url(../food/images/about_bg.svg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#about .img01 {
  width: 60%;
  margin: 0 auto 30px;
}
#about .img02 {
  margin: 0 auto 40px;
}
#about .md {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #3e3a39;
}
#about p {
  font-size: 15px;
  color: #3e3a39;
}
#about::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #fac83e 25%, transparent 25%), linear-gradient(225deg, #fac83e 25%, transparent 25%);
  background-position: 0 0;
}

#index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
#index ul li {
  width: 45%;
  margin: 0 2.5% 15px;
}

#personality {
  background-color: #ef8202;
}

#topic {
  background-color: #ffef00;
}
#topic .img01 {
  width: 80%;
  margin: 0 auto 20px;
}
#topic p {
  font-size: 16px;
  text-align: center;
}

#link01 {
  background-color: #ef8202;
  padding-top: 30px;
  position: relative;
}
#link01::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ef8202 25%, transparent 25%), linear-gradient(225deg, #ef8202 25%, transparent 25%);
  background-position: 0 0;
}

#point1 {
  position: relative;
  background-color: #ec2214;
}
#point1 .band {
  background-color: #fff;
  text-align: center;
  color: #ec2214;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 20px;
}
#point1 p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#point1 p.bb {
  padding-bottom: 2em;
  border-bottom: 1px solid;
}
#point1 .img01 {
  width: 75%;
  margin: 0 auto 40px;
}
#point1::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ec2214 25%, transparent 25%), linear-gradient(225deg, #ec2214 25%, transparent 25%);
  background-position: 0 0;
}

#point2 {
  background-color: #ef8202;
  position: relative;
}
#point2 p {
  color: #fff;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#point2 p:first-of-type {
  border-bottom: 1px solid;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#point2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ef8202 25%, transparent 25%), linear-gradient(225deg, #ef8202 25%, transparent 25%);
  background-position: 0 0;
}

#voice {
  position: relative;
}
#voice .voice-ttl {
  font-size: 20px;
}
#voice p {
  font-size: 16px;
}
#voice::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #fac83e 25%, transparent 25%), linear-gradient(225deg, #fac83e 25%, transparent 25%);
  background-position: 0 0;
}

#day01,
#day02 {
  padding-top: 30px;
}
#day01 .voice-ttl,
#day02 .voice-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#koe03,
#koe04,
#voice-link {
  background-color: #fac83e;
}

#advice {
  position: relative;
  background-color: #ef8202;
  color: #fff;
}
#advice p {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
#advice::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #ef8202 25%, transparent 25%), linear-gradient(225deg, #ef8202 25%, transparent 25%);
  background-position: 0 0;
}

#career {
  background-color: #fac83e;
  position: relative;
}
#career .img01 {
  width: 100%;
  margin: 0 auto 20px;
}
#career p {
  font-size: 14px;
}
#career .accent {
  color: #ef8202;
}

#footer {
  padding: 50px 0 100px;
  text-align: center;
}
#footer #pagetop {
  color: #1f2d97;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=food.css.map */