#headbar + .header  {
  margin-bottom: 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 70px;
  padding: 12px 40px;
  border: 2px solid #333;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1000px) {
  .btn {
    max-width: 305px;
    height: 56px;
    padding: 12px 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: inherit;
    height: 45px;
    padding: 8px 26px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.btn:hover, .btn:focus {
  outline: none;
  text-decoration: none;
  color: #333;
}
.btn:hover {
  opacity: 0.7;
}

.btn.anchor {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn.anchor:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 21px;
  right: 40px;
  z-index: 1;
  -webkit-transform: translate(0, 0) rotate(135deg);
          transform: translate(0, 0) rotate(135deg);
}
@media screen and (max-width: 1000px) {
  .btn.anchor:before {
    top: 15px;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .btn.anchor:before {
    width: 12px;
    height: 12px;
    top: 12px;
    right: 25px;
  }
}
.btn.blank {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn.blank:before {
  content: "";
  display: block;
  width: 27px;
  height: 26px;
  background: url(../image/page/yamashita-honki-udon_fc-open/icon_blank@2x.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1000px) {
  .btn.blank:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn.blank:before {
    width: 18px;
    height: 18px;
  }
}
.btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .btn:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

#headbar + .header h1 {
  display: none;
}

.top_menu ul li a {
  color: #000;
}

#mv {
  background: repeating-linear-gradient(-30deg,#3a3a3a,#3a3a3a 2px,#000 3px,#000 4px);
}

p {
  margin: 0;
}

@media screen and (max-width: 1290px) {
  .container {
    padding: 0 30px;
  }

  div.header {
    margin-bottom: 0;
  }

  div.header + div.header {
    margin-bottom: 90px;
  }

}

@media screen and (max-width: 767px) {
  div.header {
    margin-bottom: 50px;
  }

  div.header + div.header {
    margin-bottom: 50px;
  }

  #mv .container {
    padding: 0;
  }
}

.mv_img {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

.sec.mv_bottom {
  margin-top: 90px;

}

@media screen and (max-width: 767px) {
  .sec.mv_bottom {
    margin-top: 50px;
  }
}
.mv_bottom p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_bottom p {
    line-height: 1.5;
    text-align: left;
  }
}

.mv_bottom.sec .secHeading h2,
.sec01.sec .secHeading h2, 
.sec02.sec .secHeading h2,
.sec03.sec .secHeading h2 {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .mv_bottom.sec .secHeading h2,
  .sec01.sec .secHeading h2, 
  .sec02.sec .secHeading h2,
  .sec03.sec .secHeading h2 {
    font-size: calc(44/750*100vw);
  }

  .mv_bottom.sec .secHeading,
  .sec01.sec .secHeading,
  .sec02.sec .secHeading,
  .sec03.sec .secHeading {
    padding: 0;
  }
}

.mv_bottom.sec .secHeading p, 
.sec01.sec .secHeading p, 
.sec02.sec .secHeading p, 
.sec03.sec .secHeading p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1290px) {
  .sec01.sec .secHeading p {
    padding: 0;
  }
  .mv_bottom.sec .secHeading p, 
  .sec01.sec .secHeading p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .mv_bottom.sec .secHeading p, 
  .sec01.sec .secHeading p, 
  .sec02.sec .secHeading p, 
  .sec03.sec .secHeading p {
    font-size: calc(34/750*100vw);
    letter-spacing: -0.02em;
  }
}

.sec.sec01 {
  background: #f3f3f3;
  margin-bottom: 0;
  padding-bottom: 90px;
  /* text-align: center; */
}
@media screen and (max-width: 767px) {
  .sec.sec01 {
    padding-bottom: 50px;
  }
}
.sec .secHeading p.mv_bottom_txt01,
.sec .secHeading p.sec01_txt01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec .secHeading p.mv_bottom_txt01,
  .sec .secHeading p.sec01_txt01 {
    margin-bottom: 30px;
  }
}

.sec.sec02 {
  background: repeating-linear-gradient(-30deg,#3a3a3a,#3a3a3a 2px,#000 3px,#000 4px);
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec.sec02 {
    padding-bottom: 50px;
  }
}

.sec.sec02 .secHeading h2 {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.sec .secHeading p.sec02_txt01 {
  margin-bottom: 50px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec .secHeading p.sec02_txt01 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sec02 .img_txt {
  display: flex;
  justify-content: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 1000px) {
  .sec02 .img_txt {
    display: block;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .img_txt {
    margin-bottom: 40px;
  }
}
.sec02 .img_txt .img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .sec02 .img_txt .img_block {
    margin-right: 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .img_txt .img_block {
    margin-bottom: 30px;
  }
}
.sec02 .img_txt .txt_block {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec02 .img_txt .txt_block {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: -0.02em;
  }
}

.sec02 .img_txt .txt_block th {
  vertical-align: top;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .sec02 .img_txt .txt_block th {
    width: calc(200 / 750 * 100vw);
  }
}

.sec02 .img_txt .txt_block td {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .sec02 .img_txt .txt_block td {
    width: calc(100% - (200 / 750 * 100vw));
  }
}

.sec03 {
  background: #f3f3f3;
}

@media screen and (max-width: 1000px) {
  .sec03 .container {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec03.sec .secHeading h2 {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec03.sec .secHeading h2 {
      font-size: calc(37 / 750 * 100vw);
  }
}