@charset "utf-8";
*,*::after,*::before {
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
  transition: .3s;
}
/* ダークモード時の対応 */
@media (prefers-color-scheme: dark) {
  body {background-color: #fff;}
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.contents > .contents.wow.fadeIn {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.notext {
  text-indent: -9999px;
}

#footer {
  margin-top: 0;
}

.maincontainer {
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width:810px) {
.maincontainer {
  padding: 0 15px;
}
}

#totop {
  z-index: 10;
}


/* ----------
PC・SP切り替え
---------- */
@media print, screen and ( min-width:811px) {
  .el_spOnly {display: none;}
}
@media screen and (max-width:810px) {
  .el_pcOnly {display:none;}
}


/* ----------
共通パーツ
---------- */
/*タイトル*/
.title_img {
  position: relative;
  width: 50%;
  margin: 0 auto 40px;
  z-index: 1;
}
#tit01.title_img {
  width: calc(100% * 1270 / 2 / 1260);
}
#tit02.title_img {
  width: calc(100% * 1240 / 2 / 1260);
  margin: 0 auto;
}
#tit03.title_img {
  width: calc(100% * 1572 / 2 / 1260);
  margin: 0 auto 30px;
}
#tit04.title_img {
  width: calc(100% * 1428 / 2 / 1260);
  margin: 0 auto 35px;
}
#tit05.title_img {
  width: calc(100% * 1434 / 2 / 1260);
  margin: 0 auto 50px;
}
#tit06.title_img {
  width: calc(100% * 766 / 2 / 1260);
  margin: 90px auto 30px;
}

@media screen and (max-width:810px) {
.title_img {
  margin: 0 auto 20px;
}

#tit01.title_img,
#tit02.title_img,
#tit03.title_img,
#tit04.title_img,
#tit05.title_img {
  width: 100%;
  max-width: 500px;
}

#tit06.title_img {
  width: 80%;
  max-width: 400px;
  margin: 70px auto 45px;
}
}

/*文字*/
.text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width:810px) {
.text {
  font-size: 1.8rem;
}
}

/*ボタン*/
.el_btnBase {
  position: relative;
  border-radius: 999px;
  border: 3px solid #000;
  box-shadow: 0 7px 0 0 #000;
  margin-bottom: 7px !important;
  transition: transform 0.1s linear, box-shadow 0.1s linear;
  overflow: hidden;
  z-index: 3;
}
.el_btnBase:hover {
  box-shadow: 0 0 0 0 #000;
  transform: translate(0,7px);
}

.el_btnBase a:hover img {
  opacity: 1 !important;
}

.el_btn {
  width: 532px;
  margin: 0 auto;
}

@media screen and (max-width:810px) {
.el_btn {
  width: 340px;
}
}


/* ----------
トップスライダー
---------- */
#top_slider {
  position: sticky;
  background-color: #FFBC00;
  padding: 0 0 130px;
  overflow: hidden;
}

/*slide_keyvisual*/
#slide_keyvisual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% * 1276 / 2732);
  overflow: hidden;
}

#slide_keyvisual div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bbq_lp3/top_keyvisual.jpg) no-repeat center 0 / contain;
  animation: splash .8s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
#slide_keyvisual div hr {
  display: none;
}
@keyframes splash {
0% {
  transform: translateX(0%);
}
100% {
  transform:translateX(100%);
  opacity: 0;
}
}

@media print, screen and ( min-width:501px) {
#slideSp {
  display: none;
}
}

@media screen and (max-width:810px) {
#top_slider {
  padding: 0 0 50px;
}
}

@media screen and (max-width:500px) {
#slidePc {
  display: none;
}

#slide_keyvisual {
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
/*  max-height: 900px;*/
  padding: 0;
}

#slide_keyvisual div {
  background-image: url(/images/bbq_lp3/top_keyvisual_sp.jpg);
  background-color: #4ad301;
  background-position: center 0;
}
}

@media screen and (max-height:700px) {
#slide_keyvisual div {
  background-size: cover;
}
}

/*head_left*/
#head_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  max-width: 289px;
  z-index: 2;
}
#head_left div {
  width: 100%;
  height: 0;
  background: url(/images/bbq_lp3/head_left.png) no-repeat center / contain;
  padding-top: 100%;
}
#head_left hr {
  display: none;
}

@media print, screen and ( min-width:501px) {
#head_left {
  animation: head_left .3s ease-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
}
@keyframes head_left {
  0% {
  transform: translate(-100%,-100%);
  opacity: 0;
}
  100% {
  transform: translate(0,0);
  opacity: 1;
}
}

@media screen and (max-width:500px) {
#head_left {
  top: 10px;
  width: 100%;
  height: 170px;
  max-width: none;
  opacity: 0;
  animation: head_left_sp .3s ease-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
}

#head_left div {
  width: 100%;
  height: 100%;
  background-image: url(/images/bbq_lp3/head_left_sp.png);
  padding: 0;
}
}
@keyframes head_left_sp {
  0% {
  transform: translate(0,-100%);
  opacity: 0;
}
  100% {
  transform: translate(0,0);
  opacity: 1;
}
}

/*slide_wrapper*/
#slide_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px;
  animation: slidefede .5s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  overflow: hidden;
  z-index: -2;
}
@keyframes slidefede {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

@media screen and (max-width:500px) {
#slide_wrapper {
  top: 175px;
  height: calc(100vh - 245px);
  height: calc(100svh - 245px);
/*  max-height: 700px;*/
  padding: 15px;
}
}

/*.mainSlider*/
ul.mainSlider.slick-initialized.slick-slider {
  width: 100%;
  margin: 0 auto;
}
.mainSlider {
  position: relative;
}
.mainSlider > li:nth-of-type(n+2) {
  position: absolute;
  top: 0;
}

.slick-list.draggable {
  border-radius: 20px;
}
.slick-arrow {
  display: none!important;
}

@media screen and (max-width:500px) {
ul.mainSlider.slick-initialized.slick-slider,
ul.mainSlider.slick-initialized.slick-slider .slick-list,
ul.mainSlider.slick-initialized.slick-slider .slick-list .slick-track{
  height: 100% !important;
}

.slick-list.draggable {
  border-radius: 15px;
}
}

/*bottom_right*/
#bottom_right {
  position: absolute;
  bottom: 10%;
  right: -8%;
  width: 60%;
  max-width: 735px;
  animation: bottom_right .3s ease-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 2;
}
#bottom_right div {
  width: 100%;
  height: 0;
  background: url(/images/bbq_lp3/head_bottom.png) no-repeat center / contain;
  padding-top: calc(100% * 349 / 735);
}
#bottom_right hr {
  display: none;
}
@keyframes bottom_right {
0% {
  transform: translateY(120%);
  opacity: 0;
}
100% {
  transform: translateY(0);
  opacity: 1;
}
}

@media screen and (min-width:1800px) {
#bottom_right {
  right: -6%;
}
}

@media screen and (max-width:810px) {
#bottom_right {
  bottom: 5%;
}
}

@media screen and (max-width:500px) {
#bottom_right {
  bottom: 50px;
  right: -25px;
  width: 310px;
}
  
#bottom_right div {
  height: 155px;
  background-image: url(/images/bbq_lp3/head_bottom_sp.png);
  padding: 0;
}
}


/* ----------
sec_1
---------- */
#sec_1 {
  position: relative;
  background: #FFBC00;
}
#sec_1::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/images/bbq_lp3/sec_1_bottom.png) repeat-x center bottom / auto 45px;
}

#sec_1 .maincontainer {
  position: relative;
  padding-bottom: 145px;
}
#sec_1 .maincontainer::before,
#sec_1 .maincontainer::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
#sec_1 .maincontainer::before {
  top: -3%;
  left: 0;
  width: 236px;
  height: 159px;
  background: url(/images/bbq_lp3/backimg_r.png) no-repeat 0 0 / contain;
}
#sec_1 .maincontainer::after {
  top: 0;
  right: 0;
  width: 264px;
  height: 123px;
  background: url(/images/bbq_lp3/backimg_l.png) no-repeat right 0 / contain;
}

#sec_1 h2,
#sec_1 p {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  z-index: 1;
}

#sec_1 p span {
  display: inline-block;
}

/*2カラム*/
#sec_1_conbox {
  position: relative;
  margin: 60px auto;
}

#sec_1_con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}

#top_foodcon,
#top_toolcon {
  width: 45%;
  text-align: center;
}

#sec_1_con .bound a img:hover {
  animation: bound .5s ease-out forwards;
  opacity: 1 !important;
}
@keyframes bound {
0% {
  transform: scale(1);
}
20% {
  transform: scale(0.95);
}
40% {
  transform: scale(1.05);
}
60% {
  transform: scale(0.95);
}
80% {
  transform: scale(1.05);
}
100% {
  transform: scale(1);
}
}

.scroll_btn {
  width: 80px;
  height: 80px;
  background: url(/images/bbq_lp3/stone_arrow.png) no-repeat top 50% left 50% / 27px;
  border-radius: 50%;
  margin: 0 auto;
  animation: key 1.5s ease infinite alternate;
}
@keyframes key {
  0% {transform: translateY(10px);}
  100% {transform: translateY(-5px);}
}
.scroll_btn hr {
  display: none;
}

.sec_1_conBtm {
  max-width: 340px;
  margin: 0 auto;
}

#topBg02 {
  position: relative;
}
#topBg02::before,
#topBg02::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  pointer-events: none;
  transform: translate(0,-50%);
}
#topBg02::before {
  left: -30px;
  width: 165px;
  height: 83px;
  background: url(/images/bbq_lp3/backimg_l2.png) no-repeat 0 0 / contain;
}
#topBg02::after {
  right: -30px;
  width: 214px;
  height: 91px;
  background: url(/images/bbq_lp3/backimg_r2.png) no-repeat 0 0 / contain;
}
#topBg02 .title_img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:810px) {
#sec_1::after {
  height: 30px;
  background-size: auto 30px;
}

#sec_1 .maincontainer {
  background: url(/images/bbq_lp3/sec_1bg_l_sp.png) no-repeat 0 0 / auto 1208px,url(/images/bbq_lp3/sec_1bg_r_sp.png) no-repeat right center / auto 1076px;
  padding-top: 50px;
  padding-bottom: 100px;
}

#sec_1 .maincontainer::before,
#sec_1 .maincontainer::after,
#topBg02::before,
#topBg02::after {
  display: none;
}
}

@media screen and (max-width:500px) {
#sec_1 .maincontainer {
  padding-top: 85px;
}

#sec_1_conbox {
  max-width: 450px;
}

#sec_1_con {
  flex-direction: column;
}

#top_foodcon,
#top_toolcon {
  width: 100%;
}

#top_foodcon {
  margin-bottom: 70px;
}

.scroll_btn {
  height: 50px;
}
}

/* ----------
sec_2
---------- */
#sec_2 {
  background: #FFF532 url(/images/bbq_lp3/sec_2_bottom.png) repeat-x center bottom -3px / auto 45px;
  padding-bottom: 45px;
}
#sec_2 .maincontainer {
  position: relative;
  background: url(/images/bbq_lp3/foodbg_l_2.png) no-repeat 0 center / auto 3468px,url(/images/bbq_lp3/foodbg_r_2.png) no-repeat right center / auto 3484px;
  padding: 75px 30px 85px;
}
/*
#sec_2 .maincontainer::before,
#sec_2 .maincontainer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
#sec_2 .maincontainer::before {
  left: 0;
  background: url(/images/bbq_lp3/foodbg_l.png) no-repeat 0 center / auto 3468px;
}
#sec_2 .maincontainer::after {
  right: 0;
  background: url(/images/bbq_lp3/foodbg_r.png) no-repeat right center / auto 3484px;
}
*/

@media screen and (max-width:810px) {
#sec_2 {
  background-size: auto 30px;
  padding-bottom: 30px;
}

#sec_2 .maincontainer {
  position: relative;
  background: url(/images/bbq_lp3/sec_2bg_l_sp_2.png) no-repeat -10px 5vw / auto 5080px,url(/images/bbq_lp3/sec_2bg_r_sp_2.png) no-repeat right -10px center / auto 4980px;
  padding: 50px 15px 180px;
}
}

.text_food {
  position: relative;
  color: #231916;
  z-index: 1;
}
.text_food span {
  display: inline-block;
}

/*イラスト*/
.fadeIn_dad {
  position: absolute;
  top: -120px;
  right: -160px;
  width: auto;
  height: 400px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_dad img {
  width: auto;;
  height: 100%;
}

.fadeIn_mom {
  position: absolute;
  bottom: -15%;
  left: -10%;
  height: 435px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_mom img {
  width: auto;
  height: 100%;
}

.fadeIn_boy {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_boy div {
  position: absolute;
  bottom: -50px;
  right: 5%;
  width: 267px;
  height: 345px;
  background: url(/images/bbq_lp3/boy01.png) no-repeat 0 0 / contain;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.fadeIn_boy div hr {
  display: none;
}

@media screen and (max-width:1200px) {
.fadeIn_boy img {
  right: 0;
}
}

@media screen and (max-width:810px) {
.fadeIn_dad {
  top: -80px;
  right: -20px;
  height: 250px;
}

.fadeIn_mom {
  height: 325px;
  bottom: -5%;
}

.fadeIn_boy div {
  bottom: -20px;
  width: 240px;
  height: 200px;
  background-image: url(/images/bbq_lp3/boy01sp.png);
}
}

/*食材*/
.food_box {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.food_box.n1 {
  margin-top: 100px;
}
.food_box.n2 {
  margin-top: 85px;
}
.food_box.n3 {
  margin-top: 20px;
}

.food {
  position: relative;
  text-align: center;
}

.food p {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}

.food p b {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
}

.food p span {
  display: inline-block;
}
.food p span.sub {
  display: block;
  font-size: 1.4rem;
}

.food img {
  position: relative;
  z-index: 2;
}

.con_1 {
  width: 50%;
}
.con_1 img {
  width: 110%;
}

.con_2 {
  position: absolute;
  width: 50%;
  top: 10%;
  right: 0;
}
.con_2 img {
  top: 0;
  right: 20%;
  width: 80%;
}

.con_3 {
  width: 42%;
}

.con_4 {
  position: absolute;
  top: -40%;
  right: 0;
  width: 42%;
}
.con_4 img {
  top: 10%;
  right: 20%;
  width: 120%;
}
.con_4 p {
  margin: -50% 0 0 10%;
  z-index: 3;
}

.con_5 {
  width: 50%;
}
.con_5 p {
  margin-left: 10%;
}

.con_6 {
  position: absolute;
  top: 45%;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45%;
}

.con_7 {
  width: 60%;
  margin: 100px auto 50px;
}

.con_8,
.con_9 {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 50px;
}



.foodbon {
  width: calc((100% - 25px) / 2);
  margin-bottom: 25px;
}
.foodbon p {
  font-weight: bold;
  margin-top: 10px;
}
.foodbon p span {
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width:810px) {
.food_box {
  width: 100%;
  max-width: 500px;
}


.con_1,
.con_2,
.con_3,
.con_4,
.con_5,
.con_6 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.con_2,
.con_3,
.con_4,
.con_5,
.con_6 {
  margin-top: 70px;
}
 
.con_1 img,
.con_4 img {
  top: 0;
  left: 0;
  width: 100%;
}
.con_2 img {
  top: 0;
  right: 10%;
  width: 60%;
}
  
.con_4 p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 25%;
  margin: 0;
}
.con_5 p {
  padding-left: 25%;
  margin: 0;
}

.con_7 {
  width: 100%;
  max-width: 500px;
  margin: 35px auto;
}

.con_8,
.con_9 {
  max-width: 500px;
  flex-direction: column;
}
}

/*ウッドプランク、パッパッパッ*/
.woodplank {
  width: 47.5%;
}
#papapaTit {
  width: 80%;
  margin: 0 auto;
}
.woodplank > p,
.papapa > p  {
  margin: 25px 0;
}

.woodplank_img,
.papapa_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woodplank .foodbon {
  margin: 0;
}
.papapa .foodbon {
  width: calc((100% - 25px) / 4);
  margin-bottom: 25px;
}

@media screen and (max-width:810px) {
.woodplank {
  width: 100%;
}
#papapaTit {
  width: 100%;
  margin: 0 auto;
}
#woodplankTit {
  width: 80%;
  margin: 0 auto;
}
.papapa .foodbon {
  width: calc((100% - 25px) / 2);
  margin-bottom: 25px;
}
.woodplank .foodbon p,
.papapa .foodbon p {
  font-size: 1.4rem;
}
}

/*動画*/
.movie_box {
  position: relative;
  width: 50%;
  z-index: 2;
}
.movie_box .title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.movie {
  background: url(/images/bbq_lp3/moniter.png) no-repeat center / contain;
  padding: 10%;
}
.movie_in {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width:810px) {
.movie_box {
  width: 100%;
  margin-top: 30px;
}
}

/*カップでGo*/
.cup_gogo {
  width: 47.5%;
}

@media screen and (max-width:810px) {
.cup_gogo {
  width: 100%;
  margin-top: 70px;
}
}


/* ----------
sec_3
---------- */
#sec_3 {
  position: relative;
  background: #fff url(/images/bbq_lp3/sec3bg.png) no-repeat center center / auto 608px;
  padding: 90px 0;
  margin-bottom: 45px;
}
#sec_3::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/images/bbq_lp3/sec_3_bottom.png) repeat-x center bottom / auto 45px;
  z-index: 3;
}

#sec_3 > * {
  position: relative;
  z-index: 1;
}

#yoyaku_box {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;
}

#yoyaku_box > div {
  position: relative;
  width: calc((100% - 200px) / 3);
}
#yoyaku_box > div + div {
  margin-left: 100px;
}
#yoyaku_box > div + div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -51px;
  width: 2px;
  height: 100%;
  background-color: #FF9000;
}

#yoyaku_box > div > p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #FF9000;
  text-align: center;
  margin-bottom: 15px;
}

.yoyaku {
  display: flex;
  align-items: center;
  width: 100%;
}
.yoyaku > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 100px;
}
.yoyaku > p {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-left: 15px;
}

#yoyayku_text {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width:810px) {
#sec_3 {
  background: url(/images/bbq_lp3/sec_3bg_l_sp.png) no-repeat -10px 0 / auto 982px,url(/images/bbq_lp3/sec_3bg_r_sp.png) no-repeat right -5px center / auto 608px;
  padding: 55px 0;
  margin-bottom: 30px;
}
#sec_3::after {
  bottom: -30px;
  height: 30px;
  background-size: auto 30px;
}

#yoyaku_box {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  margin: 40px auto 70px;
}

#yoyaku_box > div {
  width: 100%;
}
#yoyaku_box > div + div {
  margin: 62px 0 0;
}
#yoyaku_box > div + div::before {
  top: -31px;
  left: 0;
  width: 100%;
  height: 2px;
}

#yoyaku_box > div > p {
  margin-bottom: 10px;
}

.yoyaku > div {
  height: auto;
}

#yoyayku_text {
  font-size: 1.4rem;
}
}


/* ----------
sec_4
---------- */
#sec_4 {
  position: relative;
  background-color: #D1FCAD;
}

#sec_4 .maincontainer {
  position: relative;
  background: url(/images/bbq_lp3/toolbg_l_2.png) no-repeat 0 center / auto 2733px,url(/images/bbq_lp3/toolbg_r_2.png) no-repeat right center / auto 2785px;
  padding: 90px 30px 75px;
}
/*
#sec_4 .maincontainer::before,
#sec_4 .maincontainer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
#sec_4 .maincontainer::before {
  left: 0;
  background: url(/images/bbq_lp3/toolbg_l.png) no-repeat 0 center / auto 4121px;
}
#sec_4 .maincontainer::after {
  right: 0;
  background: url(/images/bbq_lp3/toolbg_r.png) no-repeat right center / auto 4001px;
}
*/

#sec_4 .text {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:810px) {
#sec_4 .maincontainer {
  background: url(/images/bbq_lp3/sec_4bg_l_sp_2.png) no-repeat -20px 165px / auto 3785px,url(/images/bbq_lp3/sec_4bg_r_sp_2.png) no-repeat right -5px top 10px / auto 3920px;
  padding: 70px 15px;
}
#sec_4 .text {
  text-align: left;
}
}

/*看板*/
#heatpeace {
  position: relative;
  width: 85%;
  max-width: 950px;
  margin: 60px auto 85px;
  z-index: 1;
}
#heatpeace div {
  width: 100%;
  height: 0;
  padding-top: calc(100% * 716 / 1896);
  background: url(/images/bbq_lp3/heartpeace.png) no-repeat 0 0 / contain;
}
#heatpeace div hr {
  display: none;
}

@media screen and (max-width:810px) {
#heatpeace {
  width: 100%;
  max-width: 360px;
  margin: 60px auto 90px;
}
#heatpeace div {
  padding-top: calc(100% * 596 / 718);
  background-image: url(/images/bbq_lp3/heartpeace_sp.png);
}
}

/*アイテム*/
.tool_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}

.tool p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.tool p b {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  margin: 30px 0 20px;
}

.con_a {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 45%;
}

#con_a_maki {
  position: absolute;
  top: -50%;
  left: 15%;
  width: 70%;
  animation-delay: .5s;
  z-index: 1;
}

.con_b {
  width: 40%;
  margin: 0 0 0 auto;
}
.con_b img {
  border-radius: 15px;
}

.con_c {
  position: absolute;
  top: 30%;
  left: 0;
  width: 65%;
}
.con_c * {
  position: relative;
  z-index: 3;
}
.fadeUp_boy {
  position: absolute;
  top: -16%;
  right: -15%;
  width: 22%;
  animation-delay: .5s;
  animation-duration: .3s;
  visibility: hidden;
  z-index: 2;
}

.con_d {
  width: 37%;
  margin: 100px 50px 0 auto;
}

.con_e {
  position: relative;
  width: 56%;
  margin: 100px 5% 0 auto;
}
.con_e > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fadeIn_mom_2 {
  position: absolute;
  width: 38%;
  top: -17%;
  left: -15%;
  animation-delay: .5s;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  z-index: 2;
}

.con_f {
  width: 42%;
  margin: -42% auto 0 0;
}

.con_g {
  position: absolute;
  top: 0;
  right: 10%;
  width: 45%;
}
.con_g > p {
  position: absolute;
  bottom: 10%;
  right: -50%;
  width: 100%;
}

.fadeIn_dad_2 {
  position: relative;
  width: 50%;
  margin: -18% 5% 0 auto;
  animation-delay: .5s;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  z-index: 2;
}

.tool_box_last {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 70px;
}

.con_h {
  width: 40%;
}
@media screen and (max-width:1200px) {
  .fadeUp_boy {
    top: -12%;
    right: -5%;
  }
  .fadeIn_mom_2 {
    top: -20%;
    left: -5%;
  }
}
@media screen and (max-width:810px) {
.tool_box {
  max-width: 500px;
  margin: 0 auto;
}
.tool_box + .tool_box {
  margin-top: 40px;
}

.tool_box .tool {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
.tool_box .tool + .tool {
  margin-top: 70px;
}
  
.tool p b {
  font-size: 2.2rem;
  margin: 20px 0 15px;
}

.tool_box .con_a {
  margin-top: 30%;
}

.tool_box .con_b {
  margin-top: 35px;
}

.tool_box .con_c {
  margin-top: 170px;
}
.tool_box .con_d {
  margin-top: 185px;
  z-index: 2;
}
.fadeUp_boy {
  top: -28%;
  right: 5%;
  width: 258px;
  z-index: 1;
}

.tool_box .con_d img,
.tool_box .con_f img {
  width: 80%;
}

.con_e > p {
  padding-right: 15%;
}

.fadeIn_mom_2 {
  position: relative;
  left: 10px;
  width: 300px;
  margin-top: 25px;
}

.tool_box .con_f {
  margin-top: -80px;
}

.con_g > p {
  position: static;
  padding-right: 100px;
}

.fadeIn_dad_2 {
  top: 0;
  right: -55px;
  width: 360px;
  margin: 70px 0 40px auto;
}

.tool_box_last {
  flex-direction: column;
  max-width: 500px;
}

.con_h {
  width: 100%;
}
}

@media screen and (max-width:500px) {
.tool_box .con_e {
  padding-bottom: 15%;
}
}


/* ----------
toolEnd
---------- */
#toolEndBox {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
#toolEndBox::before,
#toolEndBox::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background: repeat-x center bottom / auto 45px;
  z-index: 5;
}
#toolEndBox::before {
  top: 0;
  background-image: url(/images/bbq_lp3/sec_3_bottom.png);
  transform: scale(1, -1);
}
#toolEndBox::after {
  bottom: -3px;
  background-image: url(/images/bbq_lp3/sec_4_bottom.png);
}

#toolEnd {
  position: relative;
  height: 500px;
  background: url(/images/bbq_lp3/toolend_bg_2.png) no-repeat center / auto 100%;
  padding: 50px 0;
}

#toolEnd div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bbq_lp3/toolendimg01_2.png) no-repeat center / auto 500px;
}
#toolEnd div:nth-of-type(2) {
  background-image: url(/images/bbq_lp3/toolendimg02_2.png);
  animation-delay: .3s;
}
#toolEnd div:nth-of-type(3) {
  background-image: url(/images/bbq_lp3/toolendimg03_2.png);
  animation-delay: .6s;
}

#toolEnd p {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  animation-delay: .9s;
  z-index: 2;
}

@media print, screen and ( min-width:811px) {
#toolEnd p br:nth-of-type(n+2) {
  display: none;
}
}

@media screen and (max-width:810px) {
#toolEndBox {
  padding: 30px 0;
}
#toolEndBox::before,
#toolEndBox::after {
  height: 30px;
  background-size: auto 30px;
}

#toolEnd {
  height: 390px;
  background: url(/images/bbq_lp3/tool_endbg_l_sp.png) no-repeat 0 center / auto 321px,url(/images/bbq_lp3/tool_endbg_r_sp.png) no-repeat right center / auto 286px;
}

#toolEnd p {
  font-size: 1.8rem;
}

#toolEnd div {
  background-image: url(/images/bbq_lp3/toolendimg01sp_2.png);
  background-size: auto 300px;
}
#toolEnd div:nth-of-type(2) {
  background-image: url(/images/bbq_lp3/toolendimg02sp_2.png);
}
#toolEnd div:nth-of-type(3) {
  background-image: url(/images/bbq_lp3/toolendimg03sp_2.png);
}
}


/* ----------
sec_5
---------- */
.fadeIn_bird {
  position: relative;
  margin: 0;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_bird img {
  position: absolute;
  top: 30px;
  right: 50px;
  width: auto;
  height: 60px;
}
#sec_5 {
  position: relative;
  background-color: #ffbc00;
  padding: 75px 0 0;
}

#sec_5 p {
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#sec_5 p:nth-of-type(2) {
  font-size: 3.4rem;
  line-height: 1;
  margin: 50px 0;
}

#bottom_illust {
  width: 100%;
  height: 0;
  background: url(/images/bbq_lp3/bottom_illust.png) no-repeat center / contain;
  padding-top: calc(100% * 758 / 2732);
  margin-top: 30px;
}
#bottom_illust hr {
  display: none;
}

@media screen and (max-width:810px) {
.fadeIn_bird img {
  position: absolute;
  top: 30px;
  right: -20px;
  width: auto;
  height: 28px;
}
#sec_5 {
  padding: 50px 0 0;
}

#sec_5 p {
  font-size: 2rem;
}
#sec_5 p:nth-of-type(2) {
  font-size: 2.6rem;
  margin: 45px 0;
}

#bottom_illust {
  background-image: url(/images/bbq_lp3/bottom_illust_sp.png);
  padding-top: calc(100% * 714 / 1500);
  margin-top: 60px;
}
}


/* ----------
sec_6
---------- */
#sec_6 {
  position: relative;
  background: #82D005 url(/images/bbq_lp3/sec6bg.png) no-repeat center / auto 896px;
  padding: 80px 0 70px;
  overflow: hidden;
}
#sec_6::before {
  content: "※画像はイメージです。";
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 100%;
  height: 1em;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: right;
  pointer-events: none;
  z-index: 1;
}

#sec_6 > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:810px) {
#sec_6 {
  padding: 65px 0;
  background: url(/images/bbq_lp3/sec_6bg_l_sp.png) no-repeat -5px center / auto 809px,url(/images/bbq_lp3/sec_6bg_r_sp.png) no-repeat right center / auto 803px;
  background-color: #82D005;
}
}

/*ボタン*/
#bottom_btn_box {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
#bottom_btn_box > div {
  width: calc((100% - 60px) / 2);
}

#bottom_btn_box > div p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width:810px) {
#bottom_btn_box {
  max-width: 500px;
  flex-direction: column;
}

#bottom_btn_box > div {
  width: 100%;
}
#bottom_btn_box > div + div {
  margin-top: 50px;
}

#bottom_btn_box > div p {
  font-size: 1.4rem;
  margin-top: 10px;
}

#bottom_btn_box .el_btnBase {
  width: 340px;
  margin: 0 auto;
}
}

/*SNS*/
#sns_img {
  width: 110%;
  margin: 60px -5%;
}

#bbq-sns-linkbox {
  display: flex;
  justify-content: center;
}
#bbq-sns-linkbox li {
  width: 40px;
}
#bbq-sns-linkbox li + li {
  margin-left: 75px;
}

#bbq-sns-linkbox li a:hover {
  opacity: .5;
}

#kyouryoku_text {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 75px;
}
#kyouryoku_text a {
  color: #FFF;
}

@media screen and (max-width:810px) {
#sns_img {
  position: relative;
  top: 0;
  left: 50%;
  width: 200vw;
  margin: 45px 0 50px;
  transform: translate(-50%,0);
}

#bbq-sns-linkbox li {
  width: 30px;
}
#bbq-sns-linkbox li + li {
  margin-left: 45px;
}

#kyouryoku_text {
  margin-top: 45px;
}
}


/* ----------
飾りイラスト
---------- */
#sec_1_conbox::before,
#sec_1_conbox::after,
.food_box.n1::after,
.food.con_4::after,
.food.con_9::after,
.con_a::after,
.con_e::after,
.con_f::after,
.tool_box_last::after {
  content: "";
  position: absolute;
  background: no-repeat 0 / contain;
  pointer-events: none;
  z-index: 2;
}

#sec_1_conbox::before {
  bottom: 0;
  left: -30px;
  width: 185px;
  height: 150px;
  background-image: url(/images/bbq_lp3/wolf01.png);
  z-index: 0;
}
.food.con_9::after {
  width: 130px;
  height: 110px;
  background-image: url(/images/bbq_lp3/cat01.png);
}

.con_a::after {
  width: 220px;
  height: 90px;
  background-image: url(/images/bbq_lp3/mammoth.png);
}
#sec_1_conbox::after,
.food.con_4::after,
.tool_box_last::after {
  width: 83px;
  height: 119px;
  background-image: url(/images/bbq_lp3/kazan.png);
}
.food_box.n1::after,
.con_e::after,
.con_f::after {
  width: 108px;
  height: 97px;
  background-image: url(/images/bbq_lp3/okane.png);
}

#sec_1_conbox::after {
  top: -20px;
  right: 0;
  z-index: 0;
}

.food_box.n1::after {
  bottom: 15%;
  left: -2%;
}

.food.con_4::after {
  bottom: 20%;
  right: -15%;
}

.food.con_9::after {
  top: -5%;
  left: -10%;
}

.con_a::after {
  top: -20%;
  left: -30%;
}

.con_e::after {
  bottom: 10%;
  right: -15%;
}
.con_f::after {
  bottom: 10%;
  right: -15%;
}

.tool_box_last::after {
  bottom: -20%;
  left: -7%;
}

@media screen and (max-width:1200px) {
#sec_1_conbox::before,
#sec_1_conbox::after,
.food_box.n1::after,
.food.con_4::after,
.con_a::after,
.con_e::after,
.con_f::after,
.tool_box_last::after {
  display: none;
}

.food.con_9::after {
  width: 105px;
  height: 87px;
  top: 133%;
  left: 0%;
}
}
@media screen and (max-width:500px) {
#sec_1_conbox::before {
  bottom: 80px;
  left: -10px;
  display: block;
  width: 110px;
  height: 95px;
  z-index: 3;
}

#sec_1_conbox::after {
  top: 0;
  display: block;
  width: 50px;
  height: 72px;
  z-index: 3;
}
}


/*===================================================
画像調整
===================================================*/
body .el_ofi_con,
body .el_ofi_cov {
  width: 100%;
  height: 100%;
}

body .el_ofi_con {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

body .el_ofi_cov {
  object-fit: cover;
  font-family: "object-fit: cover;";
}