@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.ehomaki2026 {
  position: relative;
}
.ehomaki2026::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../img/0203/blackline.png) repeat-x;
  left: 0;
  top: -5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ehomaki2026::before {
    content: none;
  }
}

.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #241902;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

/* -------------------------------------
        FV
------------------------------------- */
.header {
  position: relative;
  padding: 1.5em 1em 0;
}
@media screen and (max-width: 767px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    background: #fff;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .header__hougaku {
    width: 75%;
    text-align: right;
    margin-left: auto;
  }
}
.header__area {
  position: relative;
  width: 50%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  height: 1.5em;
}
.header__area::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100px;
  background: url(../img/0203/kioni.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  left: -16%;
  bottom: 0;
  animation: updown 1.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .header__area::before {
    content: none;
  }
}
.header__area::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100px;
  background: url(../img/0203/akaoni.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  right: -16%;
  bottom: 0;
  animation: updown 1.4s linear infinite;
}
@media screen and (max-width: 767px) {
  .header__area::after {
    content: none;
  }
}
.header .top_logo {
  display: block;
  width: 70px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .top_logo {
    width: 40px;
  }
}

.fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 10px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: url(../img/0203/fv-left.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 100%;
    height: 60%;
    background: url(../img/0203/fv-sp.png) no-repeat;
    background-size: cover;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: url(../img/0203/fv-right.png) no-repeat;
  background-size: contain;
  background-position: right top;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv::after {
    content: none;
  }
}
.fv__ttlarea {
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1350px;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv__ttlarea {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttlarea {
    width: 95%;
    justify-content: space-around;
    align-items: unset;
    position: relative;
    top: 0;
  }
}
.fv__ttlarea--setsubun {
  position: absolute;
  width: 60%;
  left: -62%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .fv__ttlarea--setsubun {
    width: 80%;
    left: -82%;
    top: 10%;
  }
}
.fv__ttlarea--ttl {
  position: relative;
  width: 35%;
  margin: 0 auto;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .fv__ttlarea--ttl {
    margin: 0;
    width: 55%;
    margin-left: auto;
  }
}
.fv__ttlarea--ehou {
  position: absolute;
  width: 64%;
  right: -66%;
  top: 30%;
}
.fv__mainimgwrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__mainimgwrap {
    margin-top: -25%;
  }
}
.fv__mainimg {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .fv__mainimg {
    padding-top: 0;
    width: 100%;
  }
}
.fv__mainimg img {
  width: 100%;
}
.fv__kikan {
  position: absolute;
  width: 16%;
  right: 0;
  bottom: 2%;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    width: 30%;
    right: auto;
    left: 1%;
    bottom: -4%;
    text-align: left;
  }
}

/* -------------------------------------
        お得情報
------------------------------------- */
.about {
  background: url(../img/0203/temaki-bg.jpg);
  background-size: contain;
  padding: 40px 0 80px;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to top, rgba(255, 240, 244, 0.6) 0% 50%, rgba(255, 240, 244, 0.3) 50% 100%);
  left: 0;
  top: -40px;
  z-index: 0;
}
.about .unkernav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about .unkernav {
    justify-content: space-around;
  }
}
.about .unkernav__item {
  width: 48%;
  max-width: 380px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .about .unkernav__item {
    margin: 0;
  }
}
.about .unkernav__item a {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 8px;
  border: 4px solid #241902;
  padding: 14px 0.2em 18px;
  font-size: 1.4em;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .about .unkernav__item a {
    font-size: 1em;
    border: 2px solid #241902;
    padding: 8px 4px;
  }
}
.about .unkernav__item a::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 50%;
  background: #FFF100;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about .unkernav__item a::before {
    height: 60%;
    top: 20%;
  }
}
.about .unkernav__item a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.about .unkernav__item a span::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img/0203/icon-ehomaki.png) no-repeat;
  background-size: contain;
  left: -2em;
  top: -5px;
}
.about .unkernav__item a span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  background-color: #241902;
  clip-path: polygon(50% 10px, 0% 0%, 16px 0%);
  right: -1em;
  top: 40%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .about .unkernav__item a span::after {
    width: 12px;
    height: 8px;
    clip-path: polygon(50% 8px, 0% 0%, 12px 0%);
  }
}
.about .unkernav__item a:hover {
  opacity: 1;
}
.about .unkernav__item a:hover span::before {
  transform: rotate(20deg);
}
.about .unkernav__item--temaki a::before {
  background: #A5C834;
}
.about .unkernav__item--temaki a span::before {
  background: url(../img/0203/icon-temaki.png) no-repeat;
  background-size: contain;
}
.about .x5 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 16px;
  background: #E85377;
  padding: 60px 1em 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .x5 {
    margin-top: 20px;
    padding: 35px 0.5em 70px;
    max-width: 560px;
  }
}
.about .x5__dec {
  position: absolute;
  bottom: 0;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .about .x5__dec {
    width: 24%;
    max-width: 100px;
  }
}
.about .x5__dec--kioni {
  left: 2%;
}
@media screen and (max-width: 767px) {
  .about .x5__dec--kioni {
    left: 24%;
  }
}
.about .x5__dec--akaoni {
  right: 2%;
}
@media screen and (max-width: 767px) {
  .about .x5__dec--akaoni {
    right: 24%;
  }
}
.about .x5__day {
  content: "";
  position: absolute;
  width: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .about .x5__day {
    width: 70%;
    max-width: 300px;
    margin-top: 10px;
  }
}
.about .x5 .limited {
  width: 95%;
  margin: 0 auto;
  padding: 8px;
  background: #FFF100;
  border-radius: 40px;
  text-align: center;
  color: #C70079;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about .x5 .limited {
    width: 100%;
    padding: 4px 8px;
    font-size: 1.2em;
  }
}
.about .x5 .cash {
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .about .x5 .cash {
    font-size: 1.2em;
  }
}
.about .x5__nyukai {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 8px;
  border: 2px solid #FFF100;
  border-radius: 4px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .about .x5__nyukai {
    padding: 2px 0 4px;
  }
}
.about .x5__nyukai p {
  color: #fff;
  font-size: 0.9em;
}
.about .x5__nyukai p span.yellow {
  color: #FFF100;
  font-size: 1.3em;
  font-weight: 700;
}
.about .x5 .notice {
  color: #fff;
  font-size: 0.8em;
  margin: 8px auto;
}

.btn {
  position: relative;
  text-align: center;
  border-radius: 40px;
  z-index: 10;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 12px 0;
  background: #E3007F;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1em;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  background-position: right;
  right: 4%;
  top: 40%;
  transition: all 0.3s;
}
.btn a:hover::before {
  right: 2%;
}

/* -------------------------------------
        商品一覧
------------------------------------- */
.ehomaki {
  position: relative;
  background: url(../img/0203/ehomaki-bg.jpg);
  background-size: contain;
  padding-top: 0 !important;
}
.ehomaki__ttl {
  position: absolute;
  width: 100%;
  background: url(../img/0203/ehomaki-ttlbg.png) repeat-x;
  background-size: cover;
  text-align: center;
  padding: 16px 0;
  top: -10px;
  z-index: 2;
}
.ehomaki__ttlwrap {
  position: relative;
  width: 65%;
  margin: 0 auto;
  max-width: 640px;
}
.ehomaki__ttlwrap::before {
  content: "";
  position: absolute;
  width: 18%;
  height: 130%;
  background: url(../img/0203/uma-left.png) no-repeat;
  background-size: contain;
  left: -18%;
  top: -20%;
  animation: uma 1.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .ehomaki__ttlwrap::before {
    width: 24%;
    height: 180%;
    left: -24%;
    top: -40%;
  }
}
.ehomaki__ttlwrap::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 130%;
  background: url(../img/0203/uma-right.png) no-repeat;
  background-size: contain;
  right: -20%;
  top: -20%;
  animation: uma 1.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .ehomaki__ttlwrap::after {
    width: 24%;
    height: 180%;
    right: -24%;
    top: -40%;
  }
}
.ehomaki .con__list {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .ehomaki .con__list {
    padding-top: 40px;
  }
}

.temaki {
  position: relative;
  background: url(../img/0203/temaki-bg.jpg);
  background-size: contain;
  overflow: hidden;
}
.temaki::before, .temaki::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: url(../img/0203/temaki-line.png) repeat-x;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .temaki::before, .temaki::after {
    background-size: cover;
  }
}
.temaki::before {
  top: 0;
}
.temaki::after {
  bottom: 0;
}
.temaki__ttl {
  position: relative;
  width: 70%;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .temaki__ttl {
    width: 85%;
  }
}
.temaki__ttl__dec {
  position: absolute;
}
.temaki__ttl__dec--yellow {
  width: 15%;
  left: -15%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .temaki__ttl__dec--yellow {
    top: auto;
    bottom: 10%;
    left: -4%;
  }
}
.temaki__ttl__dec--orange {
  width: 8%;
  top: 70%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .temaki__ttl__dec--orange {
    top: auto;
    bottom: 0;
    left: 10%;
  }
}
.temaki__ttl__dec--yellow2 {
  width: 15%;
  right: -2%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .temaki__ttl__dec--yellow2 {
    bottom: 10%;
  }
}
.temaki .con__list {
  position: relative;
}
.temaki .con__list::before, .temaki .con__list::after {
  content: "";
  position: absolute;
  background: url(../img/0203/dec-orange.png) no-repeat;
  background-size: contain;
}
.temaki .con__list::before {
  width: 10%;
  height: 10%;
  left: -16%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .temaki .con__list::before {
    top: auto;
    left: auto;
    right: 4%;
    background-position: bottom;
    width: 14%;
    bottom: 10%;
  }
}
.temaki .con__list::after {
  width: 6%;
  height: 6%;
  right: 0;
  bottom: 24%;
}
@media screen and (max-width: 767px) {
  .temaki .con__list::after {
    background: url(../img/0203/dec-yellow.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    right: auto;
    left: 4%;
    width: 10%;
    bottom: 0;
  }
}
.temaki .con__list__dec {
  position: absolute;
  bottom: 4%;
  width: 6%;
  left: 6%;
}
.temaki .item {
  position: relative;
  border: 2px solid #E84709;
  z-index: 1;
}
.temaki .item--w50 {
  box-shadow: none;
}
.temaki .item--w50 .item__mainttl {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .temaki .item--w50 .item__mainttl {
    font-size: 1.3em;
  }
}
.temaki .item--w50 .item__price {
  font-size: 2.2em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .temaki .item--w50 .item__price {
    font-size: 1.8em;
  }
}
.temaki .item--w30 .item__mainttl {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .temaki .item--w30 .item__mainttl {
    font-size: 1em;
  }
}
.temaki .item--w30 .item__price {
  font-size: 1.8em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .temaki .item--w30 .item__price {
    font-size: 1.4em;
  }
}
.temaki .item__icon {
  position: absolute;
  width: 25%;
  left: 0;
  top: 0;
}
.temaki .item__mainttl {
  line-height: 1.3;
  margin-bottom: 4px;
}
.temaki .item__mainttl span.small {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.temaki .item__comment {
  padding-bottom: 4px;
}
.temaki .item__price {
  color: #E84709;
  padding-top: 4px;
  border-top: 2px solid #A5C834;
}

.con {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 0 0 60px;
  }
}
.con__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.con__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .con__list {
    justify-content: space-around;
  }
}

.item {
  position: relative;
  margin: 10px 8px;
  padding: 1em;
  background: #fff;
  border-radius: 16px;
  border: 3px solid #241902;
}
@media screen and (max-width: 767px) {
  .item {
    margin: 6px 0;
    padding: 1em 0.5em;
    max-width: 500px;
  }
}
.item--w100 {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .item--w100 {
    margin-top: 8%;
  }
}
.item--w100 .item__com {
  width: 16%;
  right: 0;
  top: -10%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .item--w100 .item__com {
    width: 14%;
    top: -12%;
  }
}
.item--w50 {
  width: 48.5%;
  background: #fff;
  padding: 1em;
  box-shadow: 3px 3px 3px #BA0007;
  display: flex;
  flex-direction: column;
  min-width: 480px;
}
@media screen and (max-width: 767px) {
  .item--w50 {
    width: 100%;
    padding: 1.5em 0.5em;
    min-width: auto;
  }
}
.item--w30 {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item--w30 {
    width: 48%;
  }
}
.item__dec {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 64%;
  text-align: right;
}
.item__img {
  position: relative;
  margin-bottom: 8px;
}
.item__img--item4::before {
  content: "";
  position: absolute;
  width: 16%;
  height: 16%;
  background: url(../img/0203/dec-yellow.png) no-repeat;
  background-size: contain;
  right: 4%;
  bottom: 4%;
}
.item__com {
  position: absolute;
}
.item__com--item2 {
  width: 20%;
  left: 0%;
  top: 0;
}
.item__menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  text-align: right;
}
.item__menu--item3 {
  top: 25%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .item__menu--item3 {
    width: 30%;
  }
}
.item__about {
  padding: 6px 8px;
  border-radius: 6px;
  background: #BA0007;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .item__about {
    font-size: 0.9em;
  }
}
.item__mainttl {
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__mainttl {
    font-size: 1.3em;
  }
}
.item__mainttl span {
  font-size: 0.6em;
  font-weight: 500;
  padding: 0 4px;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .item__mainttl span {
    display: inline-block;
    margin-top: 4px;
  }
}
.item__mainttl span.set {
  color: #BA0007;
  border: 2px solid #BA0007;
}
.item__mainttl span.hon {
  color: #fff;
  background: #E50012;
  border: 2px solid #241902;
}
.item__price {
  text-align: right;
  font-weight: 700;
  font-size: 2.5em;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.8em;
  }
}
.item__price span.yen {
  font-size: 0.7em;
}
.item__price span.small {
  font-size: 0.4em;
}
.item__price span.tax {
  font-size: 0.8em;
}

.couponprice {
  margin-top: auto;
  border: 2px solid #009d88;
  margin-top: 8px;
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 6px;
  background: #009d88;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    width: 100%;
    padding: 4px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.8em;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #fff100;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price {
    width: 100%;
  }
}
.couponprice .c-price p {
  color: #e6002d;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price p {
    font-size: 1.6em;
  }
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}

/* -------------------------------------
        注意文
------------------------------------- */
.mainnotice {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0;
}
.mainnotice p {
  font-weight: 600;
}
.mainnotice p.main {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.notice--tento {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice--tento {
    text-align: left;
  }
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
}

/*アニメーション*/
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uma {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
  }
}
#tenpo,
#s_footer {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sale__bd {
  border-bottom: none;
  padding-bottom: 40px;
}

#movie {
  padding: 40px 0 10px;
}
@media screen and (max-width: 767px) {
  #movie {
    padding: 40px 0;
  }
}