@charset "UTF-8";
.sec_mv h1 {
  background:url(/kewpienotamago/tamago-sandwich/imgs/mv_bg.jpg) no-repeat center center / cover;
  text-align: center;
}
.sec_mv h1 img {
  max-height: 380px;
}
@media screen and (max-width:767px) {
  .sec_mv h1 {
    background:none;
  }
  .sec_mv h1 img {
    max-height: 100%;
  }
  .sec_mv .bg {
      min-height: 100%;
      height: auto;
  }
}

.sec01 .catch {
  font-size:2.6rem;
  font-weight: bold;
  text-align: center;
}
.sec01 ul {
  margin-top:56px;
}
.sec01 ul li {
  width:500px;
}
.sec01 ul li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec01 ul li img {
  width: 194px;
  height: auto;
}
.sec01 ul li .txt {
  flex: 1;
  padding-left: 8px;
  text-align: left;
  width: 300px;
}
.sec01 ul li p {
  width: 300px;
}
.btn {
  display: table;
  width: 300px;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .sec01 .catch {
    margin-top:2.13333vw;
    font-size:1.8rem;
  }
  .sec01 ul {
    margin-top:8.5333333vw;
  }

  .sec01 ul li {
    width:auto;
  }
  .sec01 ul li img {
    width: 45%;
  }
  .sec01 ul li .ttl {
    line-height: 1.6;
  }
  .sec01 ul li .ttl span{
    padding-top:2.13333vw;
  }

  .sec01 ul li .txt {
    width: 35%;
  }
  .sec01 ul li p {
    width: auto;
  }
  .btn {
    width: 80%;
    margin-top: 16px;
  }
}
.sec02 ul li {
  height:480px;
  padding: 40px 32px 0;
}
.sec02 ul li .num+img {
  margin-top:8px;
}
.sec02 ul li span {
  margin:8px auto 12px;
}
.sec02 ul .delay-1 .num {
  margin-bottom:8px;
}
.sec02 ul .delay-2 .num {
  margin-bottom:20px;
}
.sec02 ul .delay-1 .txt-only p {
  margin-top:17px;
}
.sec02 ul .delay-2 .txt-only p {
  margin-top:43px;
}
.sec02 ul li .txt p {
  position: relative;
  padding-top: 12px;
}
.sec02 ul li .txt p::before {
  position: absolute;
  top: 0;
  width: 244px;
  height: 5px;
  content: "";
  background-color: #fff;
  background-image: radial-gradient(#342929 17%, transparent 22%), radial-gradient(#342929 17%, transparent 22%);
  background-position: left center;
  background-size: 11px 11px;
}
@media screen and (max-width:767px) {
  .sec02 ul li {
    height:auto;
    padding: 8.5333333vw;
  }
  .sec02 ul li .num+img {
    margin-top:-5.3333333vw;
  }
  .sec02 ul li span {
    margin:5.3333333vw 0;
  }
  .sec02 ul .delay-1 .num {
    margin-bottom:0;
  }
  .sec02 ul .delay-2 .num {
    margin-bottom:0;
  }
  .sec02 ul .delay-1 .txt-only p {
    margin-top:5.3333333vw;
  }
  .sec02 ul .delay-2 .txt-only p {
    margin-top:5.3333333vw;
  }
  .sec02 ul li .txt p {
    padding-top: 5.3333333vw;
  }
  .sec02 ul li .txt p::before {
    width:100%;
  }
}

.movie {
    background: url(/kewpienotamago/tamago-sandwich/imgs/bg_type01.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.movie h2{
  position: relative;
}
.movie h2:after {
  content:"";
  position:absolute;
  right:120px;
  top:50%;
  transform: translateY(-60%);
  width:157px;
  height:157px;
  background:url(/kewpienotamago/tamago-sandwich/imgs/img_movie.png) no-repeat 0 0 / contain;
}
.movie .h2_sub {
  color:#000;
}
.movie ul {
  margin-top:72px;
}
.movie ul li + li{
  margin-top:64px;
}
.movie .hd_type_mv {
  position: relative;
  display: inline-block;
  padding-top:0;
  font-size:24px;
  font-weight: normal;
}
.movie .hd_type_mv:before,
.movie .hd_type_mv:after {
  content: "";
  position: absolute;
  top: 30%;
  width: 3px;
  height: 32px;
  background: #E4002B;
  border-radius: 2px;
}
.movie .hd_type_mv:before {
  left: -4%;
  transform: rotate(-30deg);
}
.movie .hd_type_mv:after {
  left:auto;
  right: -30px;
  transform: rotate(30deg);
}

.movie .mv_box {
  position: relative;
  width:900px;
  height: 508px;
  margin:0 auto;
}
.movie .mv_box iframe{
  top:0;
  left:0;
}
@media screen and (max-width:767px) {
  .movie {
      padding: 18.6666666vw 0;
  }
  .movie h2{
    padding-top:32.5333333vw;
    font-size:3.2rem;
  }
  .movie h2:after {
    right:0;
    left:50%;
    top:0;
    transform: translateY(0) translateX(-50%);;
    width:28.2666666vw;
    height:28.2666666vw;
  }
  .movie ul {
    margin-top:8.53333333vw;
  }
  .movie ul li + li{
    margin-top:8.53333333vw;
  }
  .movie .hd_type_mv {
    padding-top:0;
    font-size:1.5rem;
  }
  .movie .hd_type_mv:before,
  .movie .hd_type_mv:after {
    top: 33%;
    width: 3px;
    height: 20px;
  }
  .movie .hd_type_mv:before {
    left: -2.1333333vw;
  }
  .movie .hd_type_mv:after {
    right: -2.1333333vw;
  }

  .movie .mv_box {
    position: relative;
    width:100%;
    height: 50.133333vw;
    margin:0 auto;
  }
  .movie .mv_box iframe{
    top:0;
    left:0;
  }
}

.sec03 .recipe li.icn::after {
    background: url(/kewpienotamago/tamago-sandwich/imgs/icn_01.png) no-repeat;
    background-size: 100%;
}

.sec04 ul {
  justify-content: center;
}
.sec04 ul li p {
  padding-left: 8px;
}
.sec04 ul.bnr_list {
  justify-content: space-between;
}
.sec04 ul.bnr_list.center {
  justify-content: center;
}
.sec04 ul.bnr_list li a {
  padding-right: 0;
  border-radius: 16px;
}
.sec04 ul.bnr_list li:after {
  display: none;
}
@media screen and (max-width:767px) {
  .sec04 ul.bnr_list li {
    margin-top:16px;
  }
  .sec04 ul.bnr_list li img {
    width: 100%;
  }
}