<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; .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% * 2000 / 2 / 1260);
  margin: 120px 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: 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;
  overflow: hidden;
  z-index: 3;
}
.el_btnBase:has(a) {
  transition: transform 0.1s linear, box-shadow 0.1s linear;
}
.el_btnBase:has(a):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;
}
.el_btnText {
  text-align: center;
}

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


/* ----------
トップスライダー
---------- */
#top_slider {
  position: sticky;
  background-color: #FFBC00;
  padding: 0 0 65px;
  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/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;
}
}

@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;
}
}

/*slide_wrapper*/
#slide_wrapper {
  width: 100%;
  overflow: hidden;
  z-index: -2;
}

@media screen and (max-width:500px) {
  #slide_wrapper .slick-slide {
    padding-bottom: 10px;
  }
  #slide_wrapper .img {
    position: absolute;
    left: -14.9%;
    bottom: 0;
    width: 77.9%;
  }
}

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

.slick-arrow {
  display: none!important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.slick-dots:has( &gt; li:only-child) {
  display: none;
}
.slick-dots &gt; li + li {
  margin-left: 35px;
}
.slick-dots &gt; li button {
  display: block;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 5px;
  text-indent: -9999px;
  border: none;
  background-color: #E9E9E9;
}
.slick-dots &gt; li.slick-active button {
  background-color: #ff9000;
}

@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-dots {
  margin-top: 9px;
}
}

/* ----------
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/sec_1_bottom.png) repeat-x center bottom / auto 45px;
}

#sec_1 .maincontainer {
  position: relative;
  padding-bottom: 225px;
}
#sec_1 .maincontainer::before,
#sec_1 .maincontainer::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
#sec_1 .maincontainer::before {
  top: 38px;
  left: 60px;
  width: 149px;
  height: 366px;
  background: url(/images/bbq/backimg_l.png) no-repeat 0 0 / contain;
}
#sec_1 .maincontainer::after {
  top: 58px;
  right: 30px;
  width: 264px;
  height: 123px;
  background: url(/images/bbq/backimg_r.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;
}

#sec_1 .text {
  font-size: 3.6rem;
}

/*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 {
  position: relative;
  top: -20px;
  width: 80px;
  height: 80px;
  background: url(/images/bbq/stone_arrow.png) no-repeat top 50% left 50% / 60px;
  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;
  z-index: 0;
  pointer-events: none;
}
#topBg02::before {
  top: 0;
  left: -85px;
  width: 465px;
  height: 201px;
  background: url(/images/bbq/backimg_l2.png) no-repeat 0 0 / contain;
}
#topBg02::after {
  top: 18px;
  right: -73px;
  width: 236px;
  height: 157px;
  background: url(/images/bbq/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/sec_1bg_l_sp.png) no-repeat left -1.9% top 24px / auto 89.9%,url(/images/bbq/sec_1bg_r_sp.png) no-repeat right -0.8% top 280px / auto 64.2%;
  padding-top: 50px;
  padding-bottom: 100px;
}

#sec_1 .maincontainer::before,
#sec_1 .maincontainer::after,
#topBg02::before,
#topBg02::after {
  display: none;
}
#sec_1 .text {
  font-size: 2rem;
}
}

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

#sec_1_conbox {
  max-width: 450px;
}

#sec_1_con {
  flex-direction: column;
}

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

#top_foodcon {
  margin-bottom: 20px;
}

.scroll_btn {
  height: 38px;
  background-size: auto 38px;
}
}

/* ----------
sec_2
---------- */
#sec_2 {
  position: relative;
  background: url(/images/bbq/foodbg_l.png) no-repeat left -5% top 3.4% / auto 4098px, url(/images/bbq/foodbg_r.png) no-repeat right -5% top 3.7% / auto 4170px, #FFF532;
  padding-bottom: 45px;
}
#sec_2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 45px;
  background: url(/images/bbq_lp3/sec_2_bottom.png) repeat-x center bottom / auto 45px;
}
#sec_2 .maincontainer {
  position: relative;
  padding: 75px 30px 185px;
}
/*
#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: url(/images/bbq/sec_2bg_l_sp.png) no-repeat left -0.8% top 85% / auto 86.4%,url(/images/bbq/sec_2bg_r_sp.png) no-repeat right -1.6% top 85% / auto 87.4%, #FFF532;
  padding-bottom: 30px;
}
#sec_2::after {
  background-size: auto 30px;
  height: 30px;
}
#sec_2 .maincontainer {
  position: relative;
  padding: 50px 15px 180px;
}
}
@media screen and (max-width:500px) {
#sec_2 .text_food {
  text-align: left;
}
}

.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: 408px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_dad img {
  width: auto;
  height: 100%;
}

.fadeIn_boy {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: auto;
  height: 360px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_boy img {
  width: auto;
  height: 100%;
}
.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;
}
.fadeIn_boy02 {
  position: absolute;
  right: 0;
  bottom: -350px;
  width: auto;
  height: 361px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_boy02 img {
  width: auto;
  height: 100%;
}
.fadeIn_boy03 {
  position: relative;
  height: 270px;
  margin-top: 20px;
}
.fadeIn_boy03 img {
  width: auto;
  height: 100%;
}

.fadeIn_mom {
  position: absolute;
  height: 500px;
  bottom: -185px;
  right: 12%;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_mom img {
  width: auto;
  height: 100%;
}

.fadeIn_baby {
  position: absolute;
  height: 242px;
  top: -100px;
  left: 60px;
  animation-delay: .5s;
  pointer-events: none;
  z-index: 3;
}
.fadeIn_baby img {
  width: auto;
  height: 100%;
}

.fadeIn_baby02 {
  display: none;
}


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

@media screen and (max-width:810px) {
.fadeIn_dad {
  top: -55px;
  right: 0;
  height: 242px;
}

.fadeIn_mom {
  height: 302px;
  bottom: 0;
  right: 13.2%;
}

.fadeIn_boy {
  left: 5.9%;
  bottom: 0;
  height: 197px;
}
.fadeIn_boy02 {
  bottom: -320px;
  right: 14.7%;
  height: 176px;
}

.fadeIn_baby {
  display: none;
}

.fadeIn_baby02 {
  position: absolute;
  left: 5%;
  bottom: 55px;
  height: 117px;
  display: block;
}
.fadeIn_baby02 img {
  width: auto;
  height: 100%;
}
.fadeIn_boy03 {
  height: 203px;
}


}

/*食材*/
.food_box {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.food_box.n1 {
  margin-top: 50px;
}
.food_box.n2 {
  margin-top: 50px;
}
.food_box.n3 {
  margin-top: 70px;
}
.food_box.n4 {
  margin-top: -50px;
}
.food_box.n5 {
  margin-top: -400px;
}
.food_box.n6 {
}
.food_box.n7 {
  margin-top: 140px;
  margin-bottom: 70px;
}

.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;
}

@media screen and (max-width:810px) {
.food_box.n1 {
  margin-top: 60px;
}
.food_box.n2 {
  padding-bottom: 225px;
}
.food_box.n3 {
  margin-top: 12px;
}
.food_box.n4 {
  margin-top: 0;
}
.food_box.n5 {
  margin-top: 0;
  padding-bottom: 370px;
}
.food_box.n6 {
  padding-top: 98.52941176470588%;
}
.food_box.n7 {
  margin-top: 50px;
}
}

.con_1 {
  left: 50px;
  width: 59.1%;
  z-index: 1;
}
.con_1 img {
  width: 100%;
}
.con_1 p {
  left: 6.4%;
  width: 70%;
}

.con_2 {
  position: absolute;
  width: 56%;
  top: 240px;
  right: 0;
  z-index: 0;
}
.con_2 img {
  top: 0;
  width: 100%;
}
.con_2 p {
  padding-left: 20%;
}

.con_3 {
  right: -6.7%;
  width: 75%;
  margin-left: auto;
}
.con_3 p {
  top: -30px;
  left: 0;
  width: 50%;
}

.con_4 &gt; div {
  position: relative;
  left: -8.1%;
  width: 61%;
}
.con_4 p {
  position: absolute;
  top: 70px;
  right: 0;
  width: 50%;
  padding-right: 9%;
}

.con_5 {
  top: -50px;
  width: 50%;
  margin-left: auto;
}
.con_5 img {
  width: 127.2%;
}
.con_5 p {
  position: relative;
  right: 3.6%;
  width: 70%;
  margin-left: auto;
}

.con_6 &gt; div {
  position: relative;
  left: -7.4%;
  width: 50%;
}
.con_6 img {
  width: 102.8%;
}
.con_6 p {
  position: absolute;
  left: 22%;
  bottom: 150px;
  width: 28%;
}

.con_7 {
  margin-top: 0;
}
.con_7 p + p {
  margin-top: 1em;
}

.con_8 {
  position: absolute;
  top: 70px;
  right: 0;
  width: 50%;
}
.con_8 &gt; div {
  width: 117.8%;
}

.con_9 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  width: 50%;
  margin-top: 40px;
}

.con_10 &gt; div {
  width: 70%;
  margin: auto;
}
.con_10 p {
  position: absolute;
  right: -1.2%;
  bottom: 15px;
  width: 45%;
}

.foodbon {
  width: calc((100% - 20px) / 2);
}
.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_6 {
  margin-top: 70px;
}

.con_5 {
  margin-top: 50px;
}

.con_1 &gt; div {
  text-align: left;
}
.con_1 img {
  top: 0;
  left: 0;
  width: 91.2%;
}
.con_1 p {
  left: 0;
  width: 100%;
}

.con_2 img {
  top: 0;
  left: 14px;
  width: 107.6%;
}
.con_2 p {
  padding-left: 0;
}

.con_3 p {
  top: 0;
  left: 0;
  width: 100%;
}

.con_4 img {
  top: 0;
  left: 0;
  width: 100%;
}
.con_4 &gt; div {
  left: 0;
  width: 100%;
}
.con_4 p {
  position: static;
  width: 100%;
  padding-right: 0;
}

.con_5 img {
  width: 100%;
}
.con_5 p {
  right: 0;
  width: 100%;
}

.con_6 &gt; div {
  left: 5px;
  width: 87.7%;
}
.con_6 p {
  right: 0;
  bottom: -35px;
  width: 70%;
}

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

.con_8 {
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
}
.con_8 &gt; div {
  width: 100%;
}
.con_8 img {
}

.con_9 {
  width: 100%;
}

.con_10 &gt; div {
  width: 97.1%;
  margin: auto;
}
.con_10 p {
  position: static;
  width: 100%;
}

}

/*ウッドプランク、パッパッパッ*/
.woodplank {
  width: 47.5%;
}
#papapaTit {
  width: 80%;
  margin: 0 auto;
}
.woodplank &gt; p,
.papapa &gt; 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;
}
}

/*カップで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/sec3bg.png) no-repeat center center / auto 608px;
  padding: 90px 0;
  margin-bottom: 45px;
}
#sec_3::after {
  content: "";
  position: absolute;
  bottom: -46px;
  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 &gt; * {
  position: relative;
  z-index: 1;
}

#sec_3 .text {
  font-size: 2.2rem;
}

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

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

#yoyaku_box &gt; div &gt; 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 &gt; div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 100px;
}
.yoyaku &gt; p {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-left: 15px;
}

#yoyayku_text {
  max-width: 650px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 40px auto 0;
}

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

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

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

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

.yoyaku &gt; div {
  height: auto;
}

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


/* ----------
sec_4
---------- */
#sec_4 {
  position: relative;
  background: url(/images/bbq/toolbg_l.png) no-repeat left 3.3% top 185px / auto 90.4%,url(/images/bbq/toolbg_r.png) no-repeat right 5.9% top 307px / auto 89.1%, #D1FCAD;
}

#sec_4 .maincontainer {
  position: relative;
  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 {
    background: url(/images/bbq/sec_4bg_l_sp.png) no-repeat left -6.4% top 0 / auto 100%,url(/images/bbq/sec_4bg_r_sp.png) no-repeat right 2.1% top 0 / auto 100%, #D1FCAD;
  }
  #sec_4 .maincontainer {
  padding: 70px 15px;
}
#sec_4 .text {
  text-align: left;
}
}

/*アイテム*/
.tool_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.tool_box2 {
  margin-top: 40px;
}
.tool_box3 {
  display: flex;
  justify-content: space-between;
}
.tool_box4 {
  margin-top: 115px;
}
.tool_box6 {
  margin-top: 15px;
}
.tool_box7 {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
.tool_box8 {
  margin-top: 70px;
}
.tool_box9 {
  margin-top: 160px;
}
.tool_box10 {
  display: flex;
  margin-top: 210px;
}
.tool_box11 {
  margin-top: 160px;
}
.tool_box_last {
  margin-top: 130px;
}

.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.15;
  font-weight: bold;
  margin: 30px 0 20px;
}
.tool p .size {
  display: block;
  margin-top: 1em;
}

.con_a {
  position: absolute;
  top: -20px;
  left: -5%;
  width: 53%;
}

.con_b {
  width: 40%;
  margin: 0 0 0 auto;
}

.con_c {
  position: relative;
  width: 42%;
  margin-left: auto;
}

.con_d {
  position: absolute;
  left: 25%;
  bottom: 40px;
  width: 32%;
}

.fadeUp_koala {
  position: absolute;
  left: -2%;
  top: 20px;
  height: 255px;
}
.fadeUp_koala img {
  width: auto;
  height: 100%;
}

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

.con_f {
  width: 40%;
  
}
.con_f &gt; p {
  position: relative;
  top: -90px;
  margin-left: 4%;
  width: 75%;
}

.fadeUp_seaotter {
  position: absolute;
  top: 30px;
  left: 52%;
  height: 203px;
}
.fadeUp_seaotter img {
  width: auto;
  height: 100%;
}

.con_g {
  position: relative;
  right: -8.3%;
  display: flex;
  flex-direction: column-reverse;
  width: 60%;
  margin-top: 130px;
}
.con_g &gt; p {
  position: relative;
  right: 12%;
  width: 45%;
  margin-left: auto;
  margin-bottom: 40px;
}

.fadeUp_crocodile {
  position: absolute;
  bottom: -25px;
  left: 4%;
  height: 184px;
}
.fadeUp_crocodile img {
  width: auto;
  height: 100%;
}

.con_h {
  position: relative;
  left: 9%;
  width: 79%;
}
.con_h &gt; div {
  width: 63%;
}
.con_h &gt; p {
  position: absolute;
  top: 240px;
  right: 0;
}

.con_i {
  position: relative;
}
.con_i &gt; div {
  position: relative;
  width: 28%;
  margin-left: auto;
}
.con_i &gt; p {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

.fadeIn_mammoth {
  position: absolute;
  height: 189px;
  left: 25%;
  top: 45px;
}
.fadeIn_mammoth img {
  width: auto;
  height: 100%;
}
.fadeIn_squirrel {
  position: absolute;
  left: -2.5%;
  bottom: 0;
  height: 195px;
}
.fadeIn_squirrel img {
  width: auto;
  height: 100%;
}

.con_j {
  position: relative;
  width: 82%;
}
.con_j &gt; div {
  width: 52.6%;
  margin-left: auto;
}
.con_j &gt; p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.fadeUp_crocodile02 {
  display: none;
}

.con_k {
  position: relative;
  left: 3.4%;
  width: 40%;
}
.con_k &gt; p {
  width: 78%;
}

.con_l {
  position: relative;
  right: -2%;
  width: 47%;
  margin-top: 212px;
}

.con_m {
  width: 80%;
  margin: auto;
}
.con_m &gt; p {
  position: relative;
  right: -3.8%;
  width: 80%;
  margin-left: auto;
}
.con_m &gt; div {
  margin-top: 75px;
}

.fadeIn_boy04 {
  position: absolute;
  top: -70px;
  left: 0;
  height: 285px;
}
.fadeIn_boy04 img {
  width: auto;
  height: 100%;
}

.con_n {
  position: relative;
}
.con_n &gt; p {
  position: absolute;
  top: -70px;
  width: 45%;
}
.con_n &gt; div {
  width: 56%;
  margin-left: auto;
}

.fadeIn_dad02 {
  position: absolute;
  left: 0;
  bottom: -60px;
  height: 350px;
}
.fadeIn_dad02 img {
  width: auto;
  height: 100%;
}

.con_o {
  position: relative;
  width: 50%;
}
.con_o &gt; div {
  position: relative;
  right: -13.4%;
  width: 50%;
  margin-left: auto;
}
.con_o &gt; p {
  position: absolute;
  bottom: 70px;
  width: 70%;
  left: -3.5%;
}

.con_p {
  position: relative;
  width: 50%;
  margin-top: 170px;
}
.con_p &gt; div {
  position: relative;
  width: 56%;
}
.con_p &gt; p {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 80%;
}

.fadeIn_hippo {
  position: absolute;
  right: 0;
  top: -100px;
  height: 245px;
}
.fadeIn_hippo img {
  width: auto;
  height: 100%;
}

.con_q {
  position: relative;
}
.con_q &gt; div {
  position: relative;
  left: -2.5%;
  width: 60%;
}
.con_q &gt; p {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  transform: translateY(-50%);
}

.fadeIn_dolphin {
  position: absolute;
  right: 25%;
  top: -90px;
  height: 151px;
}
.fadeIn_dolphin img {
  width: auto;
  height: 100%;
}

.con_r {
  position: relative;
  left: 2.8%;
  width: 71%;
  margin: auto;
}
.con_r &gt; div {
  position: relative;
  left: 1.5%;
  width: 51%;
  margin-left: auto;
}
.con_r &gt; p {
  position: absolute;
  bottom: 12px;
  width: 50%;
}

.fadeIn_monkey {
  position: absolute;
  left: 20%;
  top: -60px;
  height: 163px;
}
.fadeIn_monkey img {
  width: auto;
  height: 100%;
}
.fadeIn_monkey02 {
  display: none;
}

.fadeIn_dolphin02 {
  display: none;
}

@media screen and (max-width:1200px) {
  .fadeUp_boy {
    top: -12%;
    right: -5%;
  }
  .fadeIn_mom_2 {
    top: -20%;
    left: -5%;
  }
  .tool p {
    font-size: 1.4rem;
  }
  .tool p b {
    font-size: 2rem;
  }
}
@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: 50px 0 0;
}
.tool_box .tool + .tool {
  margin-top: 70px;
}
  
.tool p {
  font-size: 1.6rem;
}
.tool p b {
  font-size: 2.2rem;
  margin: 20px 0 15px;
  line-height: 1.3;
}

.tool_box .con_a {
  width: 94.1%;
  margin: 80px auto 0;
}

.tool_box .con_b {
  margin-top: 0 !important;
}

.tool_box .con_d {
  margin-top: 0 !important;
}
.fadeUp_boy {
  top: -28%;
  right: 5%;
  width: 258px;
  z-index: 1;
}

.fadeUp_koala {
  position: relative;
  top: auto;
  left: 10.6%;
  height: 196px;
  margin-top: 50px;
}

.tool_box3 {
  display: block;
}


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

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

.tool_box .con_f {
  width: 94.1%;
  margin: -10px auto 0;
}
.con_f &gt; p {
  top: 0;
  width: 100%;
  margin-left: 0;
}

.con_g {
  display: block;
  margin-top: 50px !important;
}
.con_g &gt; p {
  position: static;
  width: 100%;
  margin-left: 0;
}

.fadeUp_seaotter {
  position: static;
  height: 172px;
  margin-top: 50px;
  text-align: center;
}

.fadeUp_crocodile {
  display: none;
}

.con_h &gt; div {
  width: 88.2%;
}
.con_h &gt; p {
  position: static;
  margin-top: 30px;
}

.con_i &gt; div {
  width: 53.8%;
  margin: auto;
}
.con_i &gt; p {
  position: static;
  margin-top: 30px;
  transform: none;
}

.fadeIn_mammoth,
.fadeIn_squirrel {
  display: none;
}

.con_j &gt; div {
  width: 88.2%;
  margin: auto;
}
.con_j &gt; p {
  position: static;
  margin-top: 30px;
  transform: none;
}

.fadeUp_crocodile02 {
  position: relative;
  left: 4.4%;
  display: block;
  height: 142px;
  margin-top: 35px;
}
.fadeUp_crocodile02 img {
  width: auto;
  height: 100%;
}

.tool_box7 {
  display: block;
}

.con_k {
  width: 100%;
}
.con_k &gt; div {
  width: 82.4%;
  margin: auto;
}
.con_k &gt; p {
  width: 100%;
}

.con_l {
  width: 100%;
}
.con_l  &gt; div {
  width: 94.1%;
  margin: auto;
}

.fadeIn_boy04 {
  position: relative;
  top: 0;
  height: 244px;
  text-align: center;
}

.con_m {
  display: flex;
  flex-direction: column-reverse;
}
.con_m &gt; p {
  right: 0;
  width: 100%;
}
.con_m &gt; div {
  margin-top: 0;
}

.con_n &gt; p {
  position: static;
  width: 100%;
}
.con_n &gt; div {
  width: 100%;
}

.fadeIn_dad02 {
  position: relative;
  bottom: auto;
  height: 246px;
  text-align: center;
}

.tool_box10 {
  display: block;
}

.con_o &gt; div {
  right: 17.6%;
  width: 52.9%;
}
.con_o &gt; p {
  position: static;
  width: 100%;
}

.con_p &gt; div {
  right: 14.7%;
  width: 52.9%;
  margin-left: auto;
}
.con_p &gt; p {
  position: static;
  width: 100%;
}

.fadeIn_hippo {
  position: relative;
  top: auto;
  height: 199px;
  margin-top: 35px;
  text-align: center;
}
.fadeIn_hippo img {
  width: auto;
  height: 100%;
}
.fadeIn_dolphin {
  display: none;
}

.con_q &gt; div {
  width: 94.1%;
  left: auto;
  margin: auto;
}
.con_q &gt; p {
  position: static;
  width: 100%;
  transform: none;
}

.con_r &gt; div {
  position: relative;
  width: 88.2%;
  margin: auto;
}
.con_r &gt; p {
  position: static;
  width: 100%;
}

.fadeIn_monkey {
  display: none;
}

.fadeIn_monkey02 {
  position: absolute;
  display: block;
  height: 95px;
  top: 0;
  right: 0;
  z-index: 3;
}
.fadeIn_monkey02 img {
  width: auto;
  height: 100%;
}

.fadeIn_dolphin02 {
  display: block;
  height: 109px;
  margin-top: 55px;
  text-align: center;
}
.fadeIn_dolphin02 img {
  width: auto;
  height: 100%;
}

.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%;
}
}


/* ----------
sec_5
---------- */
#sec_5 {
  position: relative;
  padding: 20px 0 65px;
  background: #82D005 url(/images/bbq/sec5bg.png) no-repeat center / auto 896px;
}
#sec_5::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/images/bbq/sec_3_bottom.png) repeat-x center bottom / auto 45px;
  transform: scale(1, -1);
  z-index: 3;
}
#sec_5 .maincontainer {
  padding: 0 160px;
}
#sec_5 .sec_5_main {
  position: relative;
}
#sec_5 .sec_5_main .maincontainer {
  position: relative;
  max-width: none;
  padding: 0;
}
#sec_5 .sec_5_main .text {
  position: absolute;
  left: 14.2%;
  bottom: 130px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
}
#sec_5 .sec_5_main .more {
  position: absolute;
  bottom: 102px;
  right: 14.6%;
  width: 16.7%;
}
#sec_5 .sec_5_main .maincontainer .more:hover img {
  animation: more .5s ease-out forwards;
  opacity: 1 !important;
}
@keyframes more {
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);
}
}

#sec_5 .sec_5_bottom {
  text-align: center;
}
#sec_5 .sec_5_bottom .message {
  position: relative;
  padding-top: 50px;
}
#sec_5 .sec_5_bottom .message p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
#sec_5 .sec_5_bottom .message p.large {
  font-size: 3.4rem;
}
#sec_5 .sec_5_bottom .message p + p {
  margin-top: 1em;
}

.fadeIn_boar {
  position: absolute;
  top: -50px;
  left: -2.5%;
  height: 138px;
}
.fadeIn_boar img {
  width: auto;
  height: 100%;
}

#sec_5 .sec_5_bottom .btnwrap {
  position: relative;
  margin-top: 170px;
}

.fadeIn_wolf {
  position: absolute;
  top: -30px;
  right: -50px;
  height: 232px;
}
.fadeIn_wolf img {
  width: auto;
  height: 100%;
}

#yoyayku_text02 {
  max-width: 470px;
  margin: 35px auto 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
}

#sec_5 .sec_5_bottom .bottomtext {
  margin-top: 160px;
}
#sec_5 .sec_5_bottom .bottomtext p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width:1320px) {
  #sec_5 .sec_5_main .maincontainer {
    padding: 0 160px;
    max-width: 1320px;
  }
  #sec_5 .sec_5_main .text {
    left: 130px;
    bottom: 60px;
  }
  #sec_5 .sec_5_main .more {
    bottom: 100px;
    right: 130px;
    height: 183px;
  }
  #sec_5 .sec_5_main .more img {
    width: auto;
    height: 100%;
  }
  .fadeIn_wolf {
    right: -145px;
  }
}
@media screen and (max-width:1024px) {
  .fadeIn_boar {
    top: 0;
    left: -26.5%;
  }
  #sec_5 .sec_5_main .text {
    left: 10px;
    font-size: 1.4rem;
  }
  #sec_5 .sec_5_main .more {
    right: 15px;
  }
  .fadeIn_wolf {
    top: -100%;
    height: 116px;
  }
}
@media screen and (max-width:810px) {
  #sec_5 .sec_5_main .maincontainer {
    position: static;
  }
  #sec_5 .sec_5_main .text {
    left: 0;
    bottom: 22.1%;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
  #sec_5 .sec_5_main .more {
    right: auto;
    bottom: 4.4%;
    left: 50%;
    width: auto;
    height: 220px;
    transform: translateX(-50%);
  }
  #sec_5 .sec_5_main .more img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  #sec_5 .maincontainer {
    padding: 0 15px;
  }

  .fadeIn_boar {
    display: none;
  }

  #sec_5 .sec_5_bottom .message {
    padding-top: 0;
  }
  #sec_5 .sec_5_bottom .message p {
    font-size: 2rem;
  }
  #sec_5 .sec_5_bottom .message p.large {
    font-size: 2.6rem;
  }

  .fadeIn_wolf {
    display: none;
  }

  #sec_5 .sec_5_bottom .btnwrap {
    margin-top: 90px;
  }
  #sec_5 .sec_5_bottom .bottomtext {
    display: none;
  }
}


/* ----------
飾りイラスト
---------- */
#sec_1_btn::before,
#sec_1_btn::after,
.food_box.n1::after,
.con_e::after,
.con_h::after,
.con_j::after,
.tool_box_last::after,
#sec_2 .el_btnBase::after {
  content: "";
  position: absolute;
  background: no-repeat 0 / contain;
  pointer-events: none;
  z-index: 2;
}

#sec_1_btn::before {
  bottom: -28px;
  left: 160px;
  width: 177px;
  height: 184px;
  background-image: url(/images/bbq/wolf01.png);
  z-index: 0;
}
#sec_1_btn::after {
  bottom: 0;
  right: 130px;
  width: 202px;
  height: 168px;
  background-image: url(/images/bbq/cat01.png);
  z-index: 0;
}

.food_box.n1::after,
.con_e::after,
.con_h::after {
  width: 108px;
  height: 97px;
  background-image: url(/images/bbq/okane.png);
}

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

.con_e::after {
  bottom: 10%;
  right: -15%;
}
.con_h::after {
  top: 0;
  right: 12%;
}
.con_j::after {
  right: -14.7%;
  bottom: -78px;
  width: 83px;
  height: 119px;
  background-image: url(/images/bbq/kazan.png);
}

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

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

#sec_1_btn::before {
  left: 0;
  width: 89px;
  height: 92px;
}
#sec_1_btn::after {
  right: 0;
  width: 101px;
  height: 84px;
}

.food.con_9::after {
  width: 105px;
  height: 87px;
  top: 133%;
  left: 0%;
}
}
@media screen and (max-width:500px) {
#sec_1_conbox::before {
  content: "";
  position: absolute;
  background: no-repeat 0 / contain;
  pointer-events: none;
  z-index: 2;
}
#sec_1_conbox {
  margin-top: 70px;
}
#sec_1_conbox::before {
  content: "";
  top: -40px;
  right: 4.4%;
  width: 50px;
  height: 72px;
  background-image: url(/images/bbq/kazan.png);
}
#sec_1_conbox::after {
  top: 0;
  display: block;
  width: 50px;
  height: 72px;
  z-index: 3;
}
#sec_1_btn::before {
  top: -107px;
  left: -15px;
  width: 89px;
  height: 92px;
}
#sec_1_btn::after {
  bottom: -100px;
  right: 4.4%;
  width: 101px;
  height: 84px;
}
.con_j::after {
  content: none;
}
}


/*===================================================
画像調整
===================================================*/
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;";
}</pre></body></html>