html,
body {
  height: 100%;
  color: #000;
}

body {
  font-family: "M PLUS Rounded 1c", ‘ヒラギノ角ゴシック’, ‘メイリオ’, sans-serif;
  font-size: 0.9rem;
}

a,
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-weight: normal;
}

/* top_cover */

.top_cover .cover_image {
  position: relative;
  height: auto;
  mask-image: url("../img/top_pic_01_mask.png");
  mask-size: contain;
  -webkit-mask-image: url("../img/top_pic_01_mask.png");
  -webkit-mask-size: contain;
}

.top_cover .cover_image:before {
  content: "";
  display: block;
  padding-top: 64.8%;
  /* ↑100%だとなぜか下が伸びすぎで６５％が適当なので */
  /* padding-bottom: 0; */
}

.top_cover .cover_image .top_pic_01_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  /* animation */
  animation: slide_b_to_t 10s infinite ease-in-out;
  animation-delay: 2s;
  opacity: 0;
  z-index: 1;
}

.top_cover .cover_image .top_pic_01_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  /* animation */
  animation: slide_b_to_t 10s infinite ease-in-out;
  animation-delay: 7s;
  opacity: 0;
  z-index: 1;
}

@keyframes heart_beat {
  0% {
    transform: scale(0.9, 0.9) translateY(0px);
  }

  50% {
    transform: scale(1, 1) translateY(10px);
  }

  100% {
    transform: scale(0.9, 0.9) translateY(0px);
  }
}

@keyframes heart_beat2 {
  0% {
    transform: scale(1, 1) translateY(10px);
  }

  50% {
    transform: scale(0.9) translateY(0px);
  }

  100% {
    transform: scale(1, 1) translateY(10px);
  }
}

@keyframes heart_beat3 {
  0% {
    transform: scale(0.9, 0.9) translateY(5px);
  }

  40% {
    transform: scale(1, 1) translateY(0px);
  }

  100% {
    transform: scale(0.9, 0.9) translateY(5px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top_cover .cover_image .top_heart_left .top_wing_r {
  position: absolute;
  width: calc(60 / 1366 * 100vw);
  top: calc(260 / 1366 * 100%);
  right: calc(-190 / 1366 * 100vw);
  opacity: 0;
  /* animation */
  animation: flapp 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 3s;
}

@keyframes flapp {
  50% {
    transform: rotate(20deg) translateY(10px);
  }
}

@keyframes flapp2 {
  50% {
    transform: rotate(-20deg) translateY(10px);
  }
}

.top_cover .cover_image .top_heart_left .top_love_meat,
.top_cover .cover_image .top_heart_left .top_love_meat_line {
  position: absolute;
  width: calc(317 / 1366 * 100vw);
  top: calc(66 / 1366 * 100vh);
  right: calc(-600 / 1366 * 100vw);
}

.top_cover .cover_image .top_ttl_01 {
  position: absolute;
  width: calc(840 / 1366 * 100vw);
  bottom: calc(46 / 1366 * 100%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}

.top_cover .cover_image .top_heart_left {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 50%;
  bottom: 0;
  z-index: 1;
  border-top: solid 9px #190000;
  border-bottom: solid 9px #190000;
  border-left: solid 0.9vw #190000;
  display: block;
  /* animation */
  animation: slide_r_to_l 10.0s infinite ease-in-out;
  animation-delay: 7.0s;
  opacity: 0;
}

/* _:lang(x)::-ms-,
.top_cover .cover_image .top_heart_left {
  opacity: 1;
} */

.top_cover .cover_image .top_heart_left .bg_darkred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a30000;
  opacity: 0.95;
  background: url(../img/top_bg_left.jpg) top right no-repeat;
  background-size: cover;
}

.top_cover .cover_image .top_heart_left .top_heart_left_black {
  position: absolute;
  top: calc(250 / 1366 * 100%);
  width: calc(520 / 1366 * 100vw);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top_cover .cover_image .top_heart_left .top_heart_left_copy {
  position: absolute;
  top: calc(331 / 1366 * 100%);
  width: calc(440 / 1366 * 100vw);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top_cover .cover_image .top_heart_left .top_heart_left_copy .top_heart_left_letter {
  height: 65px;
}

.top_cover .cover_image .top_heart_left .top_left_pic {
  position: absolute;
  width: calc(404 / 1366 * 100vw);
  top: calc(605 / 1366 * 100%);
  left: calc(191 / 1366 * 100vw);
}

.top_cover .cover_image .top_heart_left .top_left_pic_face {
  position: absolute;
  width: calc(98 / 1366 * 100vw);
  top: calc(510 / 1366 * 100%);
  left: calc(90 / 1366 * 100vw);
}

.top_cover .cover_image .top_heart_left .top_wing_1 {
  position: absolute;
  width: 74px;
  top: 27%;
  right: -45%;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.top_cover .cover_image .top_heart_left .top_wing_2 {
  position: absolute;
  width: 120px;
  top: 62%;
  right: -85%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.top_cover .cover_image .top_heart_left .top_wing {
  position: relative;
}

.top_cover .cover_image .top_heart_left .top_wing>.wing_left {
  position: absolute;
  width: 42%;
  left: 0;
  top: 0;
  /* animation */
  animation: flapp2 1s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing>.wing_right {
  position: absolute;
  width: 42%;
  right: 0;
  top: 0;
  /* animation */
  animation: flapp 1s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing_3 {
  position: absolute;
  width: 90px;
  top: 76%;
  right: -78%;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.top_cover .cover_image .top_heart_left .top_wing_2 .top_wing>.wing_left {
  /* animation */
  animation: flapp2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing_2 .top_wing>.wing_right {
  /* animation */
  animation: flapp 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing_3 .top_wing>.wing_left {
  /* animation */
  animation: flapp2 1.5s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing_3 .top_wing>.wing_right {
  /* animation */
  animation: flapp 1.5s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_left .top_wing_4 {
  position: absolute;
  width: 70px;
  bottom: 10%;
  right: -90%;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}

.top_cover .cover_image .top_heart_right {
  position: absolute;
  top: 0;
  left: 50%;
  /* right: 50%; */
  bottom: 0;
  z-index: 1;
  display: block;
  border-top: solid 9px #fff;
  border-bottom: solid 9px #fff;
  border-right: solid 0.9vw #fff;
  /* animation */
  animation: slide_l_to_r 10.0s infinite ease-in-out;
  animation-delay: 2.0s;
  opacity: 0;
}

/* _:lang(x)::-ms-,
.top_cover .cover_image .top_heart_right {
  opacity: 1;
} */

@keyframes slide_l_to_r {
  0% {
    opacity: 0;
    right: 50%;
    /* transform: scale(1.1, 1.1); */
    z-index: 2;
  }

  0.1% {
    opacity: 0;
    right: 50%;
    /* transform: scale(1.1, 1.1); */
    z-index: 2;
  }

  7.5% {
    opacity: 1;
    right: 0;
    z-index: 2;
  }

  37.5% {
    opacity: 1;
    right: 0;
    z-index: 2;
  }

  52% {
    opacity: 1;
    right: 0;
    z-index: 1;
  }

  99.9% {
    opacity: 0;
    right: 0;
    /* transform: scale(1, 1); */
    z-index: 1;
  }

  100% {
    opacity: 0;
    right: 0;
    /* transform: scale(1, 1); */
    z-index: 1;
  }
}

@keyframes slide_r_to_l {
  0% {
    opacity: 0;
    left: 50%;
    /* transform: scale(1.1, 1.1); */
    z-index: 2;
  }

  0.1% {
    opacity: 0;
    left: 50%;
    /* transform: scale(1.1, 1.1); */
    z-index: 2;
  }

  7.5% {
    opacity: 1;
    left: 0;
    z-index: 2;
  }

  37.5% {
    opacity: 1;
    left: 0;
    z-index: 2;
  }

  52% {
    opacity: 1;
    left: 0;
    z-index: 1;
  }

  99.9% {
    opacity: 0;
    left: 0;
    /* transform: scale(1, 1); */
    z-index: 1;
  }

  100% {
    opacity: 0;
    left: 0;
    /* transform: scale(1, 1); */
    z-index: 1;
  }
}

@keyframes slide_b_to_t {
  0% {
    opacity: 0;
    top: 100%;
    /* transform: scale(1, 1); */
    z-index: 2;
  }

  7.5% {
    opacity: 1;
    top: 0;
    /* transform: scale(1, 1); */
    z-index: 2;
  }

  37.5% {
    opacity: 1;
    top: 0;
    z-index: 2;
  }

  52% {
    opacity: 1;
    top: 0;
    z-index: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    top: 0;
    /* transform: scale(1, 1); */
    z-index: 1;
  }
}

.top_cover .cover_image .top_heart_right .bg_pink {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8c7d2;
  opacity: 0.95;
  background: url(../img/top_bg_right.jpg) top left no-repeat;
  background-size: cover;
}

.top_cover .cover_image .top_heart_right .top_heart_right_pink {
  position: absolute;
  top: calc(250 / 1366 * 100%);
  width: calc(520 / 1366 * 100vw);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top_cover .cover_image .top_heart_right .top_heart_right_copy {
  position: absolute;
  top: calc(313 / 1366 * 100%);
  width: calc(408 / 1366 * 100vw);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top_cover .cover_image .top_heart_right .top_heart_right_copy .top_heart_right_letter {
  height: 65px;
}

.top_cover .cover_image .top_heart_right .top_right_pic {
  position: absolute;
  width: calc(374 / 1366 * 100vw);
  top: calc(585 / 1366 * 100%);
  right: calc(219 / 1366 * 100vw);
}

.top_cover .cover_image .top_heart_right .top_right_pic_face {
  position: absolute;
  width: calc(118 / 1366 * 100vw);
  top: calc(575 / 1366 * 100%);
  right: calc(83 / 1366 * 100vw);
}

@keyframes shake {
  50% {
    transform: rotate(20deg) translateY(10px);
  }
}

.top_cover .cover_image .top_heart_right .top_logo_heart {
  position: absolute;
  width: 260px;
  top: 50px;
  left: -93%;
  z-index: 4;
}

.top_cover .cover_image .top_heart_right .top_heart_l {
  position: absolute;
  width: calc(33 / 1366 * 100vw);
  top: calc(260 / 1366 * 100%);
  left: calc(-190 / 1366 * 100vw);
  opacity: 0;
  z-index: 4;
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 2s;
}

.top_cover .cover_image .top_heart_right .top_heart_2 {
  position: absolute;
  width: 44px;
  top: 5%;
  left: -40%;
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_right .top_heart_3 {
  position: absolute;
  width: 80px;
  top: 30%;
  left: -55%;
  /* animation */
  animation: heart_beat2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_right .top_heart_4 {
  position: absolute;
  width: 60px;
  top: 40%;
  left: -80%;
  /* animation */
  animation: heart_beat3 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_right .top_heart_5 {
  position: absolute;
  width: 80px;
  top: 50%;
  left: -65%;
  /* animation */
  animation: heart_beat2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_right .top_heart_6 {
  position: absolute;
  width: 60px;
  top: 70%;
  left: -72%;
  /* animation */
  animation: heart_beat3 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

.top_cover .cover_image .top_heart_right .top_love_meat_left {
  position: absolute;
  width: calc(317 / 1366 * 100vw);
  bottom: calc(300 / 1366 * 100%);
  left: calc(-600 / 1366 * 100vw);
}

.top_cover .cover_image .st0 {
  fill: #ff2120;
}

.top_cover .cover_image .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 11.3386;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* top_mobile */
.top_mobile .top_mobile_logo {
  width: 178px;
  margin: 0.5rem auto;
}

#mobile_bg:before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-bottom: 33.8%;
}

#mobile_bg {
  position: relative;
  height: auto;
  mask-image: url("../img/top_pic_01_mask.png");
  mask-size: contain;
  -webkit-mask-image: url("../img/top_pic_01_mask.png");
  -webkit-mask-size: contain;
}

#mobile_bg .top_mobile_pic {
  position: absolute;
  top: 0;
  left: 0;
}

#mobile_bg .top_mobile_pic .top_mobile_heart_l {
  position: absolute;
  width: calc(33 / 750 * 100vw);
  left: calc(566 / 750 * 100vw);
  top: calc(30 / 750 * 100%);
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 2s;
}

#mobile_bg .top_mobile_pic .top_mobile_heart_double {
  position: absolute;
  width: calc(90 / 750 * 100vw);
  left: calc(164 / 750 * 100vw);
  top: calc(550 / 750 * 100%);
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 2s;
}

#mobile_bg .top_mobile_pic.img2 {
  /* animation */
  animation: slide_b_to_t 10s infinite ease-in-out;
  animation-delay: 2s;
  opacity: 0;
  z-index: 1;
}

#mobile_bg .top_mobile_pic .top_mobile_wing_r {
  position: absolute;
  width: calc(46 / 750 * 100vw);
  left: calc(110 / 750 * 100vw);
  top: calc(36 / 750 * 100%);
  /* animation */
  animation: flapp 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

#mobile_bg .top_mobile_pic .top_mobile_wing_l {
  position: absolute;
  width: calc(54 / 750 * 100vw);
  left: calc(250 / 750 * 100vw);
  top: calc(210 / 750 * 100%);
  /* animation */
  animation: flapp2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

#mobile_bg .top_mobile_pic.img4 {
  /* animation */
  animation: slide_b_to_t 10s infinite ease-in-out;
  animation-delay: 7s;
  opacity: 0;
  z-index: 1;
}

#mobile_bg .top_mobile_pic_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

@keyframes fade_anime {
  0% {
    opacity: 0;
    z-index: 20;
  }

  12.5% {
    opacity: 1;
    z-index: 20;
  }

  37.5% {
    opacity: 1;
    z-index: 20;
  }

  50% {
    opacity: 0;
    z-index: 2;
  }

  100% {
    opacity: 0;
    z-index: 2;
  }
}

@keyframes fade_anime_bg {
  0% {
    background-color: #000;
  }

  49% {
    background-color: #000;
  }

  50% {
    background-color: #fff;
  }

  100% {
    background-color: #fff;
  }
}

.top_mobile .top_mobile_ttl_bg {
  background: url(../img/top_mobile_ttl_bg.png) center center;
  position: relative;
  /* height: 122px; */
}

.top_mobile .top_mobile_ttl_bg:before {
  content: "";
  display: block;
  padding-top: 19%;
  /* ↑100%だとなぜか下が伸びすぎで19％が適当なので */
  /* padding-bottom: 0; */
}

.top_mobile .top_mobile_ttl {
  position: absolute;
  width: calc(478 / 750 * 100vw);
  top: calc(120 / 750 * 100%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top_mobile .top_mobile_ttl_bg .top_mobile_heart_l {
  position: absolute;
  top: calc(40 / 750 * 100%);
  left: calc(16 / 750 * 100vw);
  width: calc(26 / 750 * 100vw);
}

.top_mobile .top_mobile_ttl_bg .top_mobile_face_l {
  position: absolute;
  top: calc(90 / 750 * 100%);
  left: calc(38 / 750 * 100vw);
  width: calc(77 / 750 * 100vw);
}

.top_mobile .top_mobile_ttl_bg .top_mobile_face_r {
  position: absolute;
  top: calc(90 / 750 * 100%);
  right: calc(51 / 750 * 100vw);
  width: calc(64 / 750 * 100vw);
}

.top_mobile .top_mobile_ttl_bg .top_mobile_wing_r {
  position: absolute;
  top: calc(40 / 750 * 100%);
  right: calc(16 / 750 * 100vw);
  width: calc(28 / 750 * 100vw);
}

/* END top_mobile */

.first_date {
  height: 510px;
  background: url(../img/first_date_bg.png);
}

.first_date .first_date_koremade {
  width: 192px;
  margin: 48px auto 30px;
}

.first_date .first_date_sq {
  background: url(../img/first_date_copy_bg.jpg);
  background-size: cover;
  height: 320px;
  width: 650px;
  margin-left: 7vw;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.first_date .first_date_sq .first_date_catch_copy {
  position: absolute;
  width: 516px;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}

.first_date .first_date_sq .first_date_heart {
  position: absolute;
  width: 516px;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}

.first_date .first_date_sq .first_date_copy {
  position: absolute;
  width: 520px;
  top: 164px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 1.8rem;
  z-index: 20;
  font-size: 0.8rem;
}

.first_date .first_date_man {
  width: 360px;
  position: absolute;
  bottom: 2px;
  right: 14vw;
}

.first_date .first_date_bottom {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  width: 100%;
}

#sec_date .sec_bg {
  background-image: url("../img/sec_date_bg");
  background-size: cover;
  height: 1500px;
}

#sec_date .sec_bg .sec_date_con_01 {
  position: relative;
  height: 240px;
}

#sec_date .sec_bg .sec_date_con_01 .sec_date_ttl_01 {
  width: 750px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

#sec_date .sec_bg .sec_date_con_01 .top_heart_l_1 {
  width: 25px;
  position: absolute;
  top: 20px;
  left: 16vw;
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0.8s;
}

#sec_date .sec_bg .sec_date_con_01 .top_heart_l_2 {
  width: 50px;
  position: absolute;
  top: 150px;
  left: 14vw;
  /* animation */
  animation: heart_beat2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0.8s;
}

#sec_date .sec_bg .sec_date_con_01 .top_heart_r_1 {
  width: 50px;
  position: absolute;
  top: 80px;
  right: 10vw;
  /* animation */
  animation: heart_beat2 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0.8s;
}

#sec_date .sec_bg .sec_date_con_01 .top_heart_r_2 {
  width: 32px;
  position: absolute;
  top: 152px;
  right: 8vw;
  /* animation */
  animation: heart_beat 2s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0.8s;
}

#sec_date .sec_bg .sec_date_con_01 .sec_date_copy {
  width: 600px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 154px;
  left: 0;
  right: 0;
  margin: auto;
}

#sec_date .sec_bg .sec_date_con_02 {
  height: 100%;
}

#sec_date .sec_bg .sec_date_con_02 .movie_pic {
  position: relative;
}

#sec_date .sec_bg .sec_date_con_02 .movie_pic .movie_pic_01 {
  border: solid 8px rgba(255, 255, 255, 0.3);
}

#sec_date .sec_bg .sec_date_con_02 .movie_pic .movie_btn {
  position: absolute;
  width: 90px;
  top: 30%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

#sec_date .sec_bg .sec_date_con_02 .sec_date_movie_ttl_01 {
  width: 90%;
  margin: 20px auto;
}

#sec_date .sec_bg .sec_date_con_03 {
  position: relative;
  height: 100vh;
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_ttl_02 {
  width: 694px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_ttl_02_heart {
  width: 694px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_copy {
  position: absolute;
  top: 130px;
  width: 520px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  z-index: 200;
}

#sec_date .sec_bg .sec_date_con_03 .top_wing_l {
  width: 60px;
  position: absolute;
  top: 330px;
  left: calc(50% - 470px);
  /* animation */
  animation: flapp 3s infinite ease-in-out, fadein 1s forwards;
  transform-origin: right bottom;
  animation-delay: 0s;
}

#sec_date .sec_bg .sec_date_con_03 .top_wing_r {
  width: 60px;
  position: absolute;
  top: 330px;
  right: calc(50% - 470px);
  /* animation */
  animation: flapp2 3s infinite ease-in-out, fadein 1s forwards;
  transform-origin: left bottom;
  animation-delay: 0s;
}

#sec_date .sec_bg .sec_date_con_03 .movie_pic_large {
  border: solid 8px rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 730px;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
}

#sec_date .sec_bg .sec_date_con_03 .movie_pic_large .movie_btn {
  position: absolute;
  width: 90px;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_bakudan {
  width: 196px;
  position: absolute;
  top: 500px;
  right: 18vw;
  animation: round_right 6s linear infinite;
}

@keyframes round_right {
  0% {
    transform: rotate(0deg) scale(0.7);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(0.7);
  }
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_bakudan_moji {
  width: 196px;
  position: absolute;
  top: 500px;
  right: 18vw;
}

#sec_date .sec_bg .sec_date_con_03 .sec_date_movie_ttl_03 {
  position: absolute;
  width: 438px;
  top: 668px;
  left: 50%;
  transform: translateX(-50%);
}

/* 肉きゅん niku_kyun */

#niku_kyun .niku_kyun_bg {
  background: radial-gradient(ellipse farthest-side, #fefafb, #f8c7d2);
}

#niku_kyun .niku_kyun_con {
  position: relative;
  height: 1600px;
  background: url(../img/nikukyun_bg.png) 0 0;
}

#niku_kyun .niku_kyun_con .bg_logo {
  position: absolute;
  width: 326px;
  top: 52px;
  right: 10vw;
}

#niku_kyun .niku_kyun_con .niku_kyun_ttl_01 {
  position: absolute;
  width: 346px;
  top: 56px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .niku_kyun_con .niku_kyun_ttl_02 {
  position: absolute;
  width: 348px;
  top: 144px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .niku_kyun_con .niku_kyun_ttl_03 {
  position: absolute;
  width: 648px;
  top: 284px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .niku_kyun_con .tabeho_ttl_01 {
  position: absolute;
  width: 640px;
  top: 398px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .niku_kyun_con .tabeho_pic_01 {
  position: absolute;
  width: 704px;
  top: 582px;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 6px #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .niku_kyun_con .tabeho_copy {
  position: absolute;
  width: 560px;
  top: 1056px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1.8rem;
  z-index: 200;
  text-align: center;
}

#niku_kyun .niku_kyun_con .niku_kyun_logo_l {
  position: absolute;
  width: 177px;
  top: 1036px;
  left: 7vw;
}

#niku_kyun .niku_kyun_con .tabeho_fukidashi {
  position: absolute;
  width: 700px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 1240px;
  background: #fff;
  border-radius: 26px;
  padding: 2rem 14rem 2rem 3rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff2120;
}

#niku_kyun .niku_kyun_con .tabeho_fukidashi_relative {
  position: relative;
}

#niku_kyun .niku_kyun_con .niku_kyun_star {
  position: absolute;
  width: 50px;
  top: 1218px;
  right: 13vw;
}

#niku_kyun .niku_kyun_con .tabeho_pic_02 {
  position: absolute;
  width: 280px;
  top: 1146px;
  right: 16vw;
}

#niku_kyun .niku_kyun_con a.btn_to_menu {
  display: block;
  position: absolute;
  width: 450px;
  height: 74px;
  top: 1480px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 11px;
  background: #000;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .niku_kyun_con a.btn_to_menu:hover {
  margin-top: 1px;
  margin-left: 1px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .niku_kyun_con .nikukyun_s_pic_01 {
  position: absolute;
  width: 253px;
  top: 20%;
  left: 0;
}

#niku_kyun .niku_kyun_con .nikukyun_s_pic_02 {
  position: absolute;
  width: 276px;
  top: 35%;
  right: 0;
}

/* 国産牛仕様 kokusan */
#niku_kyun .kokusan_bg {
  background: radial-gradient(ellipse farthest-side, #fefafb, #f8c7d2);
}

#niku_kyun .kokusan_con {
  position: relative;
  height: 1260px;
  background: url(../img/nikukyun_bg.png) 0 0;
}

#niku_kyun .kokusan_con .kokusan_ttl_01 {
  position: absolute;
  width: 640px;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
}

#niku_kyun .kokusan_con .kokusan_pic_01 {
  position: absolute;
  width: 704px;
  top: 282px;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 6px #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .kokusan_con .kokusan_copy {
  position: absolute;
  width: 500px;
  top: 756px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1.8rem;
  z-index: 200;
  text-align: center;
}

#niku_kyun .kokusan_con .niku_kyun_logo_r {
  position: absolute;
  width: 177px;
  top: 776px;
  right: 15vw;
}

#niku_kyun .kokusan_con .tabeho_fukidashi {
  position: absolute;
  width: 700px;
  top: 965px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 26px;
  padding: 2rem 2rem 2rem 10rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff2120;
}

#niku_kyun .kokusan_con .tabeho_fukidashi_relative {
  position: relative;
}

#niku_kyun .kokusan_con .niku_kyun_heart {
  position: absolute;
  width: 50px;
  top: 848px;
  left: 14vw;
}

#niku_kyun .kokusan_con .kokusan_pic_02 {
  position: absolute;
  width: 280px;
  top: 851px;
  left: 17vw;
}

#niku_kyun .kokusan_con .nikukyun_s_pic_03 {
  position: absolute;
  width: 292px;
  top: 25%;
  left: 0;
}

#niku_kyun .kokusan_con .nikukyun_s_pic_04 {
  position: absolute;
  width: 250px;
  top: -10%;
  right: 0;
}

#niku_kyun .kokusan_con a.btn_to_menu {
  display: block;
  position: absolute;
  width: 450px;
  height: 74px;
  top: 1180px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 11px;
  background: #000;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .kokusan_con a.btn_to_menu:hover {
  margin-top: 1px;
  margin-left: 1px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* 店内手切りでご提供 tegiri */
#niku_kyun .tegiri_bg {
  background: radial-gradient(ellipse farthest-side, #fefafb, #f8c7d2);
}

#niku_kyun .tegiri_con {
  position: relative;
  height: 1450px;
  background: url(../img/nikukyun_bg.png) 0 0;
}

#niku_kyun .tegiri_con .tegiri_ttl_01 {
  position: absolute;
  width: 640px;
  top: 98px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .tegiri_con .tegiri_pic_01 {
  position: absolute;
  width: 704px;
  top: 282px;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 6px #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .tegiri_con .tegiri_copy {
  position: absolute;
  width: 500px;
  top: 756px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1.8rem;
  z-index: 200;
  text-align: center;
}

#niku_kyun .tegiri_con .niku_kyun_logo_l {
  position: absolute;
  width: 177px;
  top: 756px;
  left: 7vw;
}

#niku_kyun .tegiri_con .tabeho_fukidashi {
  position: absolute;
  width: 700px;
  top: 965px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 26px;
  padding: 2rem 14rem 2rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff2120;
}

#niku_kyun .tegiri_con .tabeho_fukidashi_relative {
  position: relative;
}

#niku_kyun .tegiri_con .niku_kyun_line {
  position: absolute;
  width: 50px;
  top: 838px;
  right: 19vw;
}

#niku_kyun .tegiri_con .tegiri_pic_02 {
  position: absolute;
  width: 280px;
  top: 857px;
  right: 17vw;
}

#niku_kyun .tegiri_con .tegiri_ttl_02 {
  position: absolute;
  width: 710px;
  top: 1180px;
  left: 0;
  right: 0;
  margin: auto;
}

#niku_kyun .tegiri_con a.btn_to_menu {
  display: block;
  position: absolute;
  width: 450px;
  height: 74px;
  top: 1300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 11px;
  background: #000;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .tegiri_con a.btn_to_menu:hover {
  margin-top: 1px;
  margin-left: 1px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

#niku_kyun .tegiri_con .nikukyun_s_pic_05 {
  position: absolute;
  width: 356px;
  top: 30%;
  left: 0;
}

#niku_kyun .tegiri_con .nikukyun_s_pic_06 {
  position: absolute;
  width: 310px;
  top: -2%;
  right: 0;
}

#niku_kyun .tegiri_con .nikukyun_s_pic_07 {
  position: absolute;
  width: 276px;
  top: 80%;
  right: 0;
}

/* profile */
#profile .profile_bg {
  background: #a30000;
}

#profile .profile_con {
  position: relative;
  height: 618px;
}

#profile .profile_con .profile_ttl_03 {
  position: absolute;
  width: 206px;
  top: 54px;
  left: 2vw;
  z-index: 300;
}

#profile .profile_con .profile_ttl_04 {
  position: absolute;
  width: 206px;
  top: 54px;
  left: 2vw;
  z-index: 300;
}

#profile .profile_con .profile_ttl_03_right {
  position: absolute;
  width: 206px;
  top: 410px;
  right: 8vw;
  z-index: 300;
}

#profile .profile_con .profile_ttl_04_right {
  position: absolute;
  width: 206px;
  top: 410px;
  right: 8vw;
  z-index: 300;
}

#profile .profile_con .profile_heart {
  position: absolute;
  width: 690px;
  top: 33px;
  right: 12vw;
}

#profile .profile_con .profile_heart .profile_heart_relative {
  position: relative;
}

#profile .profile_con .profile_heart .profile_heart_relative .heart {
  width: 690px;
  position: absolute;
  top: 0;
  left: 0;
}

#profile .profile_con .profile_heart .profile_heart_relative .heart_min400 {
  /* width: 690px; */
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#profile .profile_con .profile_heart .profile_heart_relative .profile_ttl_01 {
  position: absolute;
  width: 344px;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

#profile .profile_con .profile_heart .profile_heart_relative .profile_ttl_02 {
  position: absolute;
  width: 380px;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  line-height: 1.6rem;
}

#profile .profile_con .profile_pic_01 {
  position: absolute;
  bottom: 0;
  left: 11vw;
}

#profile .profile_con .st0 {
  fill: #ffffff;
}

#profile .profile_con .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8.5039;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}


/* .footer_share_bg {
  background: #ff7bac;
}

.footer_share:before {
  content: " ";
  display: block;
  padding-top: 50%;
} */

/* .footer_share {
  position: relative;
  height: calc(300/1366 *100vh);
  background: url(../img/footer_share_bg.png);
}

.footer_share .footer_to_share {
  position: absolute;
  width: 428px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: calc(60 /1366 * 100vh);
}

.footer_share .footer_share_facebook {
  position: absolute;
  width: 78px;
  left: calc(50vw - 100px);
  top: calc(126 /1366 * 100vh);
}

.footer_share .footer_share_twitter {
  position: absolute;
  width: 78px;
  right: calc(50vw - 100px);
  top: calc(126 /1366 * 100vh);
} */

footer:before {
  content: " ";
  display: block;
  padding-top: 25%;
}

footer {
  position: relative;
  /* padding: 2rem 0 4rem; */
}

footer .sns_icon {
  position: absolute;
  top: 68px;
  right: calc(100 / 1366 * 100vw);
  width: 110px;
}

footer .footer_icon_facebook {
  width: 48px;
  float: left;
}

footer .footer_icon_instagram {
  width: 48px;
  float: right;
}

footer .logo {
  width: 322px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

footer .copy_right {
  position: absolute;
  width: 480px;
  top: 184px;
  font-size: 0.8rem;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* 動画再生 magnific */
.mfp-iframe-holder .mfp-close {
  top: -100px !important;
}

/* プレゼン用 */
.mfp-iframe-holder .mfp-close {
  top: -100px !important;
  font-family: "Noto Sans JP", sans-serif;
}

.mfp-close {
  font-size: 100px;
  height: 100px;
  line-height: 100px;
  font-family: "M PLUS Rounded 1c";
}

/* Animate.css flipInYのカスタマイズ */
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(3000px) rotateY(300deg);
    transform: perspective(3000px) rotateY(340deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(3000px) rotateY(335deg);
    transform: perspective(3000px) rotateY(345deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(3000px) rotateY(350deg);
    transform: perspective(3000px) rotateY(350deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(3000px) rotateY(355deg);
    transform: perspective(3000px) rotateY(355deg);
  }

  to {
    -webkit-transform: perspective(3000px) rotateY(360deg);
    transform: perspective(3000px) rotateY(360deg);
  }
}

/* Animate.css fadeInUp のカスタマイズ トップの「LOVE&MEAT」の文字の出るタイミング */
@-webkit-keyframes fadeInUp_LoveMeat {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp_LoveMeat {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp_LoveMeat {
  -webkit-animation-name: fadeInUp_LoveMeat;
  animation-name: fadeInUp_LoveMeat;
}

/* modal-videoの「x」closeボタンのカスタマイズ */
.modal-video-close-btn {
  top: -100px;
  right: 0;
  width: 100px;
  height: 100px;
}

.modal-video-close-btn:focus {
  outline: 0;
}