@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
main {
  background: #fff;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

.container {
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

#kv {
  position: relative;
}

.kv_mv {
  margin: 0;
}

.kv_mv img {
  width: 100%;
}

.kv_links {
  bottom: -14%;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.kv_links_item {
  display: block;
  width: 238px;
}

.back {
  background-image: url(../img/grill_sp/background_img.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 120px;
}

#oishi {
  padding-top: 130px;
}

.section_title img {
  width: 100%;
}

.oishi_top {
  display: flex;
  margin-top: 80px;
}

.oishi_top_left {
  width: calc(100% - 615px);
}

.oishi_top_left_title {
  width: 482px;
}

.oishi_top_left_text {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 50px;
  max-width: 597px;
}

.oishi_top_right {
  width: 615px;
}

.oishi_why {
  background-image: url(../img/grill_sp/oishi_why_back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 50px auto 0;
  padding: 66px 0 160px;
  width: 1340px;
}

.oishi_why_title {
  margin: 0 auto;
  width: 617px;
}

.oishi_why_content_title {
  background-image: url(../img/grill_sp/oishi_why_content_title.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 1120px;
}

.oishi_why_content {
  margin-top: 50px;
}

.oishi_why_content_text {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
  text-align: center;
}

.oishi_why_content_container {
  margin: 50px auto 0;
  width: 900px;
}

.oishi_why_content_flex {
  display: flex;
}

.oishi_why_content_flex_item {
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  padding: 30px;
  width: calc(50% - 20px);
}

.oishi_why_content_flex_item + .oishi_why_content_flex_item {
  margin-left: 40px;
}

.oishi_why_content_flex_bottom {
  color: #7c4a1a;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

.oishi_why_content_container_img {
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  padding: 30px;
}

.oishi_why_content_container_img img {
  width: 100%;
}

.oishi_why_content_container_bottom {
  color: #7c4a1a;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

.kantan_content {
  display: flex;
  margin-top: 60px;
}

.kantan_content_img {
  margin-left: -16px;
  width: 388px;
}

.kantan_content_img img {
  width: 100%;
}

.kantan_content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  position: relative;
  width: calc(100% - 388px);
}

.kantan_content_text::after {
  background-image: url(../img/grill_sp/kantan_content_icon01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 161px;
  position: absolute;
  right: 30px;
  top: -27px;
  width: 136px;
}

.kantan_content_text_title {
  width: 663px;
}

.kantan_content_text_desc {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 40px;
}

.kantan_content.next .kantan_content_text {
  padding-left: 0;
  padding-right: 40px;
}

.kantan_content.next .kantan_content_text::after {
  background-image: url(../img/grill_sp/kantan_content_icon02.png);
  height: 100px;
  position: absolute;
  right: 20px;
  top: 40px;
  width: 152px;
}

.kantan_content.next .kantan_content_img {
  margin-left: 0;
  margin-right: -16px;
  width: 388px;
}

#tanoshi {
  margin-top: 80px;
}

.tanoshi_sub_title {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 75px;
}

.tanoshi_product {
  margin-top: 50px;
}

.tanoshi_product_title {
  margin: 0 auto;
  width: 450px;
}

.tanoshi_product_desc {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 40px;
  text-align: center;
}

.tanoshi_product_flex {
  display: flex;
  margin-top: 40px;
}

.tanoshi_product_flex_item {
  width: calc(50% - 30px);
}

.tanoshi_product_flex_item + .tanoshi_product_flex_item {
  margin-left: 60px;
}

.tanoshi_product_flex_item_title {
  color: #7c4a1a;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin: 30px 0 0;
}

.tanoshi_product_flex_item_desc {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 0;
}

.tanoshi_product + .tanoshi_product {
  margin-top: 140px;
}

.tanoshi_product_title.option {
  width: 530px;
}

.tanoshi_product_flex.option .tanoshi_product_flex_item {
  width: calc(25% - 30px);
}

.tanoshi_product_flex.option .tanoshi_product_flex_item + .tanoshi_product_flex_item {
  margin-left: 40px;
}

.tanoshi_product_flex.option .tanoshi_product_flex_item_title {
  font-size: 22px;
  margin-top: 20px;
}

.tanoshi_product_flex.option .tanoshi_product_flex_item_desc {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 17px;
}

.tanoshi_smell {
  background-image: url(../img/grill_sp/tanoshi_smell_back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 50px auto 0;
  padding: 78px 0 80px;
  width: 1340px;
}

.tanoshi_smell_title {
  margin: 0 auto;
  position: relative;
  width: 647px;
}

.tanoshi_smell_title::before {
  background-image: url(../img/grill_sp/tanoshi_smell_title_icon01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -27px;
  content: '';
  height: 92px;
  left: -135px;
  position: absolute;
  width: 90px;
}

.tanoshi_smell_title::after {
  background-image: url(../img/grill_sp/tanoshi_smell_title_icon02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -10px;
  content: '';
  height: 58px;
  position: absolute;
  right: -190px;
  width: 150px;
}

.tanoshi_smell_content {
  margin-top: 50px;
}

.tanoshi_smell_content_title {
  background-image: url(../img/grill_sp/oishi_why_content_title.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 1120px;
}

.tanoshi_smell_content_container {
  margin: 30px auto 0;
  width: 900px;
}

.tanoshi_smell_content_flex {
  display: flex;
}

.tanoshi_smell_content_flex_img {
  width: 430px;
}

.tanoshi_smell_content_flex_img img {
  width: 100%;
}

.tanoshi_smell_content_flex_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
  width: calc(100% - 470px);
}

.tanoshi_smell_content_flex_text_desc {
  color: #7c4a1a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.tanoshi_smell_content_flex_text_brown {
  background-color: #7c4a1a;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.75;
  margin: 0;
  padding: 17px 20px;
}

.tanoshi_smell_content_flex_bottom {
  color: #7c4a1a;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

.tanoshi_smell_bottom {
  color: #7c4a1a;
  font-size: 12px;
  line-height: 2;
  margin: 0;
}

.tanoshi_option_btn {
  background-color: #ff681b;
  background-image: url(../img/grill_sp/tanoshi_option_btn_arrow.svg);
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 17px 31px;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 100px;
  margin: 65px auto 0;
  text-align: center;
  width: 550px;
}

@media screen and (max-width: 767px) {
  .kv_links {
    bottom: 0;
    left: 0;
    position: relative;
    transform: none;
  }

  .kv_links_item {
    bottom: -10.4vw;
    display: block;
    position: absolute;
    width: 36.4vw;
  }

  .kv_links_item:nth-child(1) {
    left: 0;
  }

  .kv_links_item:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
  }

  .kv_links_item:nth-child(3) {
    right: 0;
  }

  #oishi {
    padding-top: 70px;
  }

  .oishi_top {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 25px;
  }

  .oishi_top_right {
    width: 100%;
  }

  .oishi_top_left {
    margin-top: 20px;
    width: 100%;
  }

  .oishi_top_left_title {
    margin: 0 auto;
    width: 86%;
  }

  .oishi_top_left_title img {
    width: 100%;
  }

  .oishi_top_left_text {
    font-size: 14px;
    margin-top: 25px;
    max-width: 100%;
  }

  .oishi_why {
    background-image: url(../img/grill_sp/sp_oishi_why_back.png);
    background-position: top left -5px;
    background-repeat: no-repeat;
    background-size: 105% auto;
    margin: 20px auto 0;
    max-width: 400px;
    padding: 46px 0 86px;
    width: 100%;
  }

  .oishi_why_title {
    width: 71.75%;
  }

  .oishi_why_content_title {
    background-image: none;
    line-height: 1;
    max-width: 320px;
    width: 100%;
  }

  .oishi_why_content {
    margin: 5% auto 0;
    width: 80%;
  }

  .oishi_why_content_text {
    color: #7c4a1a;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }

  .oishi_why_content_container {
    margin: 20px auto 0;
    width: 100%;
  }

  .oishi_why_content_flex {
    display: block;
  }

  .oishi_why_content_flex_item {
    border: 1px #e6e6e6 solid;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
  }

  .oishi_why_content_flex_item + .oishi_why_content_flex_item {
    margin-left: 0;
    margin-top: 14px;
  }

  .oishi_why_content_flex_bottom {
    color: #7c4a1a;
    font-size: 10px;
    line-height: 2;
    margin-top: 14px;
  }

  .oishi_why_content + .oishi_why_content {
    margin: 12.5% auto 0;
  }

  .oishi_why_content_container_img {
    padding: 20px;
  }

  .oishi_why_content_container_bottom {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 14px;
  }

  .kantan_content {
    display: block;
    margin-top: 10px;
  }

  .kantan_content_img {
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .kantan_content_text {
    display: block;
    padding-left: 0;
    position: relative;
    width: 100%;
  }

  .kantan_content_text::after {
    content: none;
  }

  .kantan_content_text_title {
    margin: 0 auto;
    width: 87.5%;
  }

  .kantan_content_text_title img {
    width: 100%;
  }

  .kantan_content_text_desc {
    color: #7c4a1a;
    font-size: 14px;
    line-height: 1.714285714285714;
    margin-top: 20px;
  }

  .kantan_content + .kantan_content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .kantan_content.next .kantan_content_img {
    margin-left: -20px;
    margin-right: 0;
    width: calc(100% + 40px);
  }

  .kantan_content.next .kantan_content_text {
    padding-left: 0;
    padding-right: 0;
  }

  .kantan_content.next .kantan_content_text_title {
    margin: 0 auto;
    width: 89.25%;
  }

  .kantan_content.next .kantan_content_text_desc {
    margin-top: 0;
  }

  .tanoshi_sub_title {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tanoshi_sub_title img {
    width: 100%;
  }

  .tanoshi_product {
    margin-top: 5px;
  }

  .tanoshi_product_title {
    margin: 0 auto;
    width: 91.6666666666667%;
  }

  .tanoshi_product_title img {
    width: 100%;
  }

  .tanoshi_product_title img {
    width: 100%;
  }

  .tanoshi_product_desc {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 13px;
  }

  .tanoshi_product_flex {
    display: block;
    margin-top: 30px;
  }

  .tanoshi_product_flex_item {
    width: 100%;
  }

  .tanoshi_product_flex_item_title {
    font-size: 20px;
    letter-spacing: 0;
    margin: 20px 0 0;
    text-align: center;
  }

  .tanoshi_product_flex_item_desc {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 20px 0 0;
    text-align: center;
  }

  .tanoshi_product_flex_item + .tanoshi_product_flex_item {
    margin-left: 0;
    margin-top: 40px;
  }

  .tanoshi_product + .tanoshi_product {
    margin-top: 50px;
  }

  .tanoshi_product_title.option {
    width: 100%;
  }

  .tanoshi_product_flex.option {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item {
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item + .tanoshi_product_flex_item {
    margin-left: 20px;
    margin-top: 0;
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item:nth-child(n + 3) {
    margin-top: 50px;
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item_title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 20px;
    text-align: left;
  }

  .tanoshi_product_flex.option .tanoshi_product_flex_item_desc {
    color: #7c4a1a;
    font-size: 14px;
    line-height: 1.714285714285714;
    margin-top: 17px;
    text-align: left;
  }

  .tanoshi_smell {
    background-image: url(../img/grill_sp/sp_tanoshi_smell_back.png);
    background-position: top left -5px;
    background-repeat: no-repeat;
    background-size: 105% auto;
    margin: 20px auto 0;
    max-width: 400px;
    padding: 46px 0 86px;
    width: 100%;
  }

  .tanoshi_smell_title {
    margin: 0 auto;
    position: relative;
    width: 71.75%;
  }

  .tanoshi_smell_title::before {
    content: none;
  }

  .tanoshi_smell_title::after {
    content: none;
  }

  .tanoshi_smell_content {
    margin: 5% auto 0;
    width: 80%;
  }

  .tanoshi_smell_content_title {
    background-image: none;
    line-height: 1;
    max-width: 320px;
    width: 100%;
  }

  .tanoshi_smell_content_container {
    margin: 20px auto 0;
    width: 100%;
  }

  .tanoshi_smell_content_flex {
    flex-direction: column-reverse;
  }

  .tanoshi_smell_content_flex_text {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .tanoshi_smell_content_flex_text_desc {
    font-size: 14px;
    line-height: 1.714285714285714;
  }

  .tanoshi_smell_content_flex_text_brown {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin-top: 30px;
    padding: 17px;
  }

  .tanoshi_smell_content_flex_img {
    margin-top: 30px;
    width: 100%;
  }

  .tanoshi_smell_content_flex_bottom {
    color: #7c4a1a;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 14px;
  }


  .tanoshi_smell_bottom {
    color: #7c4a1a;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 0;
  }

  .tanoshi_option_btn {
    background-color: #ff681b;
    background-image: url(../img/grill_sp/tanoshi_option_btn_arrow.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    margin: 40px auto 0;
    text-align: center;
    width: 90%;
  }

  .back {
    padding-bottom: 40px;
  }
}
