@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body{
  overflow: unset!important;
}
img{
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
/*html {scroll-behavior: smooth;}*/
.contents{
  font-family: 'M PLUS 1p', sans-serif;
}
.contents p{
  margin: 0;
  color: #333;
}
.contents a{
  text-decoration: none;
}

.sp{
  display: none;
}
.tb{
  display: none;
}
.sp_only{
  display: none;
}
.pc_only{
  display: block;
}
.tb_only{
  display: none;
}
.pc_tb_only{
    display: block;
  }
.shokai_sp{
  display: none;
}
.sp_br{
  display: none;
}
.saben_img2{
  display: none;
}

.saji_top_wrap{
  background-color: #fff;
}
.saji_top{
  /*background-image: url(img/saji_top1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 809px;*/
  width: 100%;
  height: 789px;
  position: relative;
  z-index: 2;
}
.saji_top img {
  position: absolute; /* 親要素に対して絶対配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を親要素に合わせてトリミング */
}
.saji_toppa{
  margin-top: -70px;
  background-image: url(img/toppa_hai.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.saji_toppa img{
  max-width: 807px;
}
.saji_toppa p{
  width: fit-content;
  font-size: 12px;
  color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.kimochi{
  max-width: 1068px;
  margin: 0 auto 70px;
}
.kimochi p{
  text-align: right;
  font-size: 12px;
  color: #333;
}
.otameshi{
  background-color: #ff7b8e;
  width: 100%;
}
.otameshi_tex{
  width: fit-content;
  padding: 40px 20px;
  margin: 0 auto;
  position: relative;
}
.otameshi img:nth-of-type(1){
  position: absolute;
  top: -75%;
  left: 4%;
  max-width: 396px;
  width: 41%;
}
.otameshi img:nth-of-type(2){
  position: absolute;
  top: -28%;
  right: -12.5%;
  max-width: 285px;
  width: 29%;
}
.otameshi p{
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  font-size: 33px;
  color: #fff;
  text-align: center;
}
.otameshi p span{
  font-size: 61px;
}
.saji_minnano_koe{
  background-image: url(img/saji_minnano_koe.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 63%;
}

.saji_wave{
  background-color: #f3e6dd;
  padding: 50px 20px 80px;
}
.saji_wave1{
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
}
.p_icon{
  max-width: 118px;
  width: 20%;
  position: absolute;
  top: 22%;
  left: -8%;
}
.saji_wave2{
  max-width: 901px;
  margin: 0 auto 50px;
}
.saji_wave2 p{
  font-size: 12px;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.saji_wave3{
  max-width: 900px;
  margin: 0 auto;
}

.what_saji{
  background-image: url(img/what_saji_hai.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  padding: 80px 20px 100px;
}
.what_saji_cont{
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.what_dum{
  width: 20%;
}
.what_tex{
  width: 58%;
}
.what_saji_title{
  max-width: 454px;
  margin-bottom: 30px;
  margin-left: -100px;
}
.contents p.what_saji_tex{
  font-size: 18px;
  line-height: 40px;
  font-size: 18px;
  line-height: 40px;
  max-width: 580px;
  margin: 0 0 0 auto;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
}

.nanto_title{
  max-width: 615px;
  margin: -30px auto 35px;
}
.nanto_img img{
  max-width: 806px;
  width: 90%;
}
.nanto_img{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.contents .nanto_img a:hover p{
  opacity: 0.7;
  text-decoration: underline #333 1px;
}
.contents .nanto_img a p{
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 5%;
  right: 0;
  transition: 0.5s;
}

.pala_wrap{
  width: 100%;
/*  overflow: hidden;*/
  position: relative;
  z-index: 3;
}
.pala_zorn{
  position: relative;
  padding: 85px 20px 50px;
  width: fit-content;
  margin: 0 auto;
}
.contents .pala_tex p{
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.contents .pala_tex p:nth-of-type(2){
  line-height: 40px;
}
.contents .pala_tex p strong{
  font-size: 42px;
  font-weight: unset;
}
.contents .pala_tex p strong span{
  color: #e87a09;
  font-size: 52px;
}
.contents .pala_tex p:nth-of-type(3){
  line-height: 70px;
}
.contents .pala_tex p:nth-of-type(3) strong span{
  font-size: 100px;
  line-height: 105px;
  letter-spacing: -10px;
}
.contents .pala_tex p:nth-of-type(3) strong span:nth-of-type(1){
  margin-right: -10px;
}
.contents .pala_tex p:nth-of-type(3) strong span:nth-of-type(5){
  margin-left: -15px;
}
.pala_img img{
  position: absolute;
  max-width: 300px;
}
.pala_img img.pala1{
  max-width: 400px;
  left: -70%;
  top: 7%;
  z-index: 1;
}
.pala_img img.pala2{
  max-width: 301px;
  left: -42%;
  top: 36%;
}
.pala_img img.pala3{
  max-width: 330px;
  left: -52%;
  top: 65%;
}
.pala_img img.pala4{
  max-width: 280px;
  right: -54%;
  top: 12%;
}
.pala_img img.pala5{
  max-width: 350px;
  right: -48%;
  top: 38%;
}
.pala_img img.pala6{
  max-width: 330px;
  right: -44%;
  bottom: -35%;
}
.js-parallax{
  opacity: 0;
  visibility: hidden;
}

.ngu{
  width: 100%;
  background-image: url(img/ngu_hai.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
  position: relative;
}
.ngu img{
  max-width: 600px;
  width: 53%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 320px;
  right: 0;
  margin: auto;
}

.saji_seibun{
  width: 91%;
  max-width: 1000px;
  margin: 70px auto;
}
.seibun_wrap{
  background-image: url(img/eiyou_hai.png);
  background-position: center;
  padding: 50px 20px;
}
.bunwrap{
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.buntex{
  max-width: 215px;
  width: 100%;
}
.buntitle{
  border: solid 1px #333;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.contents .bunbun p{
  font-size: 17px;
  line-height: 30px;
}
.contents .bunbun p:nth-of-type(2){
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
}
.contents p.bunkome{
  font-size: 12px;
  margin-top: 10px;
}

.saji_recipe_title{
  max-width: 525px;
  margin: 0 auto 30px;
  position: relative;
  left: -57px;
}
.featherlighter{
  display: none;
}
.recipe_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  width: 91%;
  margin: 0 auto;
}
.recipe_cont{
  width: 30.8%;
  margin-bottom: 30px;
}
.recipe_cont:nth-of-type(7){
  margin-bottom: 0;
}
.recipe_btn{
  width: 100%;
  max-width: 276px;
  height: 276px;
  background-image: url(img/saji_recipe21.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
  cursor: pointer;
}
.recipe_btn:hover{
  background-size: 110%;
}
.recipe_cont:nth-of-type(2) .recipe_btn{
  background-image: url(img/saji_recipe22.png);
}
.recipe_cont:nth-of-type(3) .recipe_btn{
  background-image: url(img/saji_recipe23.png);
}
.recipe_cont:nth-of-type(4) .recipe_btn{
  background-image: url(img/saji_recipe24.png);
}
.recipe_cont:nth-of-type(5) .recipe_btn{
  background-image: url(img/saji_recipe25.png);
}
.recipe_cont:nth-of-type(6) .recipe_btn{
  background-image: url(img/saji_recipe26.png);
}
.recipe_cont:nth-of-type(7) .recipe_btn{
  background-image: url(img/saji_recipe27.png);
}
.recipe_btn img{
  max-width: 200px;
  width: 73%;
  margin-top: 10px;
}
.recipe_cont:nth-of-type(2) .recipe_btn img{
  max-width: 230px;
  width: 84%;
}
.recipe_cont:nth-of-type(3) .recipe_btn img{
  max-width: 131px;
  width: 48%;
}
.recipe_cont:nth-of-type(4) .recipe_btn img{
  max-width: 203px;
  width: 74%;
}
.recipe_cont:nth-of-type(5) .recipe_btn img{
  max-width: 242px;
  width: 88%;
}
.recipe_cont:nth-of-type(6) .recipe_btn img{
  max-width: 268px;
  width: 98%;
}
.recipe_cont:nth-of-type(7) .recipe_btn img{
  max-width: 155px;
  width: 57%;
}
.pop_wrap{
  max-width: 600px;
  margin: 0 auto;
}
.pop_wrap p{
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
}
.pop_title{
  text-align: center;
  line-height: 26px;
  margin-bottom: 25px;
}
.pop_title p:nth-of-type(1){
  font-size: 15px;
}
.pop_title p:nth-of-type(2){
  font-size: 32px;
}
.pop_tex_top p:nth-of-type(1){
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.pop_tex_top p:nth-of-type(1) span{
  font-size: 20px;
  margin: 0px 3px 0 10px;
}
.pop_tex_top p:nth-of-type(1) img{
  max-width: 20px;
  margin-right: 10px;
}
.pop_tex_top p:nth-of-type(2){
  font-size: 14px;
  margin-bottom: 20px;
}
.pop_tex_bottom table{
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  width: 100%;
}
.pop_tex_bottom tr{
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pop_tex_bottom th{
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  width: 22%;
  font-weight: unset;
}
.pop_tex_bottom td{
  color: #333;
  font-size: 14px;
  width: 75%;
  padding: 10px 0;
}
.pop_tex_bottom td p{
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-bottom: 5px;
}
/*.pop_tex_bottom td p:last-child{
  margin-bottom: 0;
}*/
.pop_tex_bottom tr.pop_line th{
  padding: 0;
  margin: 0;
  background-color: unset;
}
.pop_tex_bottom tr.pop_line td{
  height: 1px;
  background-color: #333;
  padding: 0;
}
.close_btn{
  font-size: 14px;
  max-width: 200px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 50px;
  margin: 30px auto 0;
  border: solid 1px #333;
  transition: 0.5s;
  cursor: pointer;
}
.close_btn:hover{
  opacity: 0.5;
}
.close_btn p{
  margin: 0;
}
/*スクロールバー*/
.featherlight .featherlight-content::-webkit-scrollbar {
   width: 5px;
    height: 5px;
}
.featherlight .featherlight-content::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.8);
    width: 3px;
}
.recipe_contex{
  background-color: #fff2e6;
  width: 65.5%;
  padding: 30px 35px;
  box-sizing: border-box;
  position: relative;
}
.recipe_contex p{
  font-size: 16px;
  line-height: 33px;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
}
.recipe_contex img{
  max-width: 242px;
  width: 42%;
  position: absolute;
  bottom: -10%;
  right: -8%;
}

.faq_wrap{
  margin: 80px auto;
}
.faq_title p{
  font-size: 35px;
  text-align: center;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  margin-bottom: 30px;
}
.news_cont{
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 20px;
}
.que{
  background-color: #fff2e6;
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
}
.queen{
  display: flex;
  align-items: center;
}
.queen img{
  width: 20px;
  margin-right: 20px;
}
.contents .queen p{
  font-size: 22px;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.ans{
  padding: 25px 30px;
}
.anser{
  display: flex;
  align-items: flex-start;
}
.anser img{
  width: 22px;
  margin-right: 20px;
}
.contents .anser p{
  font-size: 16px;
  line-height: 30px;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.contents .anser p span{
  font-size: 14px;
}
.pls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}
.pls span {
  background-color: #e87a09;
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: .5s;
}
.pls span:nth-of-type(2) {
    transform: rotate(-90deg);
}
.que.opnenu .pls span:nth-of-type(2){
    transform: rotate(180deg);
}

.toppa2_wrap{
  width: 100%;
  background-image: url(img/toppa_hai.png);
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 100px 0 0;
  position: relative;
  margin-bottom: 15px;
}
.toppa2_wrap img{
  max-width: 807px;
  width: 71%;
  margin: 0 auto;
}
.toppa2_wrap p{
  font-size: 12px;
  color: #333;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.shime_saji{
  background-image: url(img/shime_hai.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}
.shime_saji_title{
  max-width: 951px;
  width: 84%;
  margin: 0 auto 10px;
}
.shime_saji_title img{
  margin-top: -140px;
}
.shime_saji_title a p{
  transition: 0.5s;
}
.shime_saji_title a p{
  font-size: 12px;
  text-align: right;
  color: #fff;
}
.shime_saji_title a:hover p{
  text-decoration: underline #fff 1px;
  opacity: 0.7;
}
.last_saji{
  background-color: rgba(255, 255, 255, 0.6);
}
.last_saji_cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 838px;
  width: 85%;
  margin: 0 auto;
  padding: 80px 0;
}
.last_saji_img{
  max-width: 266px;
  width: 32%;
}
.last_saji_tex{
  max-width: 500px;
  width: 62%;
}
.last_saji_tex p:nth-of-type(1){
  font-size: 28px;
  margin-bottom: 10px;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
}
.last_saji_tex p:nth-of-type(2){
  font-size: 14px;
  font-family: Ryumin Regular KL, Noto Serif JP, serif;
}
.saji_nedan{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #333;
  margin-bottom: 25px;
}
.saji_nedan img:nth-of-type(1){
  max-width: 233px;
  width: 47%;
}
.saji_nedan img:nth-of-type(2){
  max-width: 228px;
  width: 46%;
}
.last_saji_tex p:nth-of-type(3){
  font-size: 12px;
}

/*SNS共有*/
.sns_shere_wrap {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    max-width: 800px;
}
.sns_shere_wrap img{
    width: 100%;
}
.sns_shere_wrap .shere_btn {
    max-width: 42px;
}
.sns_shere_wrap .shere_btn:nth-child(-n+2) {
    margin-right: 22px;
}
.annotation {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}
.annotation ul {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  text-align: left;
  margin-top: 50px;
  max-width: 900px;
}


@media screen and (min-width:1921px){
  .saji_top{
    padding-top: 42.13vw;
  }
  .saji_toppa{
    margin-top: -3.64vw;
    padding-top: 6.24vw;
  }
  .what_saji{
    background-size: cover;
  }
}
@media screen and (max-width:1500px){
  .tc{
    display: none;
  }
  .tb{
    display: block;
  }
  .saji_top{
    /*background-position: 43%;
    padding-top: 66%;*/
    height: unset;
  }
  .saji_top img{
    position: unset;
    object-fit: unset;
  }
  .kimochi{
    width: 95%;
  }
}
@media screen and (max-width:1400px){
  .saji_toppa{
    padding-top: 11%;
    margin-top: -6%;
  }
  .saji_toppa img{
    width: 71%;
  }
  .otameshi_tex{
    padding: 2.86vw 1.43vw;
  }
  .otameshi p{
    font-size: 2.36vw;
  }
  .otameshi p span{
    font-size: 4.36vw;
  }
  .what_tex{
    width: 62%;
  }
  .ngu{
    padding-top: 29.7%;
    height: unset;
  }
  .ngu img{
    left: 22.85vw;
  }
  .shime_saji_title{
    width: 84%;
    margin: 0 auto 0.71vw;
  }
  .shime_saji{
    margin-top: 10.71vw;
  }
  .shime_saji_title img {
    margin-top: -10vw;
  }
  .toppa2_wrap img{
    padding-bottom: 10px;
  }

  .pala_zorn{
    padding: 6.07vw 20px 3.57vw;
  }
  .contents .pala_tex p{
    font-size: 1.28vw;
    margin-bottom: 2.85vw;
  }
  .contents .pala_tex p:nth-of-type(2){
    line-height: 2.85vw;
  }
  .contents .pala_tex p strong{
    font-size: 3vw;
  }
  .contents .pala_tex p strong span{
    font-size: 3.71vw;
  }
  .contents .pala_tex p:nth-of-type(3){
    line-height: 5vw;
  }
  .contents .pala_tex p:nth-of-type(3) strong span{
    font-size: 7.14vw;
    line-height: 7.5vw;
    letter-spacing: -0.71vw;
  }
  .pala_img img.pala1{
    width: 64%;
  }
  .pala_img img.pala2{
    width: 48%;
  }
  .pala_img img.pala3{
    width: 52%;
  }
  .pala_img img.pala4{
    width: 45%;
  }
  .pala_img img.pala5{
    width: 56%;
  }
  .pala_img img.pala6{
    width: 53%;
  }
}
@media screen and (max-width:1250px){
  .saji_wave1{
    width: 85%;
  }
  .saji_wave2{
    width: 95%;
  }
  .nanto_img{
    width: 91%;
  }
  .recipe_cont{
    width: 21.5vw;
    margin-bottom: 2.4vw;
  }
  .recipe_btn{
    height: 21.5vw;
  }
  .recipe_cont{
    margin-bottom: 2.4vw;
  }
  .recipe_contex p{
    font-size: 1.28vw;
    line-height: 2.64vw;
  }
  .contents .queen p{
    font-size: 18px;
  }
}
@media screen and (max-width:1200px){
  .otameshi img:nth-of-type(1){
    top: -65%;
    left: 0%;
    width: 35%;
  }
  /*.contents p.what_saji_tex{
    font-size: 16px;
    line-height: 36px;
  }*/
}
@media screen and (max-width:1150px){
  .contents .nanto_img p{
    font-size: 1.04vw;
  }
}
@media screen and (max-width:1023px){
  /*.tb{
    display: block;
  }
  .pc_only{
    display: none;
  }*/
  .tb_only{
    display: block;
  }
  .saji_wave{
    padding: 50px 20px 30px;
  }
  .nanto_img {
    width: 85%;
  }
  .contents .nanto_img p {
    font-size: 1.35vw;
  }
  .saji_seibun{
    width: 90%;
    margin: 35px auto 70px;
  }
  .recipe_cont{
    width: 28.5vw;
    margin-bottom: 2.4vw;
  }
  .recipe_btn{
    height: 28.5vw;
  }
  .recipe_contex p {
    font-size: 1.7vw;
    line-height: 3.5vw;
  }
  .recipe_contex{
    padding: 2.93vw 3.42vw;
  }

  .contents p.what_saji_tex{
    font-size: 16px;
    line-height: 38px;
  }
  .what_saji{
    background-size: 170%;
  }
  .what_saji_title{
    width: 100%;
  }
  .nanto_title{
    width: 75%;
  }

  .pala_zorn{
  padding: 8.3vw 20px 4.88vw;
  margin: 0 auto;
}
.contents .pala_tex p{
  font-size: 1.56vw;
  margin-bottom: 3.12vw;
}
.contents .pala_tex p:nth-of-type(2){
  line-height: 3.91vw;
}
.contents .pala_tex p strong{
  font-size: 3.51vw;
}
.contents .pala_tex p strong span{
  color: #e87a09;
  font-size: 5.08vw;
}
.contents .pala_tex p:nth-of-type(3){
  line-height: 4.84vw;
}
.contents .pala_tex p:nth-of-type(3) strong span{
  font-size: 9.28vw;
  line-height: 10.26vw;
  letter-spacing: -0.97vw;
  display: inline-block;
  margin-bottom: 1.17vw;
}
.pala_img img.pala1{
  width: 68%;
}
.pala_img img.pala2{
  width: 52%;
}
.pala_img img.pala3{
  width: 56%;
}
.pala_img img.pala4{
  width: 48%;
}
.pala_img img.pala5{
  width: 60%;
}
.pala_img img.pala6{
  width: 56%;
  right: -31%;
}
.toppa2_wrap img{
  padding-bottom: 10px;
}
}
@media screen and (max-width:700px){
  .pc{
    display: none;
  }
  .tb{
    display: none;
  }
  .sp{
    display: block;
  }

  .saji_top{
    background-image: unset;
    padding-top: 0;
    position: relative;
  }
  /*.saji_top:before{
    content: '※1日30ml摂取の場合';
    position: absolute;
    bottom: -20px;
    right: 10px;
    font-size: 12px;
    color: #333;
  }*/
  .saji_toppa {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .saji_toppa img{
    width: 100%;
    padding-bottom: 23px;
  }
  .kimochi{
    margin-bottom: 28%;
  }
  .kimochi p{
    text-align: left;
    margin-top: 10px;
    width: 95%;
    margin: 10px auto 0;
  }
  .otameshi p {
    font-size: 4.5vw;
  }
  .otameshi p span {
    font-size: 9vw;
    line-height: 11.5vw;
  }
  .otameshi_tex {
    padding: 5.3vw 1.43vw;
  }
  .otameshi img:nth-of-type(1) {
    top: -70%;
    left: -17%;
    width: 80%;
  }
  .otameshi img:nth-of-type(2){
    top: -47%;
    width: 53%;
    transform: rotate(10deg);
  }
  .saji_wave {
    padding: 20px 0 30px;
  }
  .saji_wave1 {
    width: 97%;
    margin: 0 0 0 auto;
  }
  .saji_wave2{
    width: 90%;
    margin: 20px auto 20px;
  }
  .contents .nanto_img a p{
    position: unset;
    text-align: center;
  }

  .what_saji{
    background-image: url(img/what_saji_hai_sp.jpg);
    background-size: contain;
    padding: 60% 20px 35px;
  }
  .what_saji_title{
    width: 90%;
    margin-left: -2%;
  }
  .what_dum{
    width: 0;
  }
  .what_tex{
    width: 100%;
  }
  .contents p.what_saji_tex{
    font-size: 14px;
    line-height: 28px;
  }
  .what_saji_cont{
    width: 95%;
  }
  .nanto_title{
    width: 80%;
    margin: 0px auto 20px 8%;
  }
  .nanto_img{
    width: 100%;
  }
  .nanto_img img{
    width: 100%;
  }
  .contents .nanto_img p{
    position: unset;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
  }
  .ngu{
    padding-top: 0;
  }
  .ngu img{
    position: unset;
    width: 100%;
    max-width: unset;
  }

  .pala_tex img{
    margin-bottom: 20px;
  }
  .pala_tex img.bin{
    position: absolute;
    bottom: -18%;
    right: -1%;
    width: 40%;
  }
  .pala_img img{
    display: none;
  }
  .contents .pala_tex p{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contents .pala_tex p strong span{
    font-size: 30px;
  }
  .contents .pala_tex p{
    font-size: 13px;
  }
  .contents .pala_tex p:nth-of-type(2){
    line-height: 26px;
  }
  .contents .pala_tex p strong{
    font-size: 25px;
  }
  .contents .pala_tex p:nth-of-type(3){
    line-height: 30px;
    text-align: left;
  }
  .contents .pala_tex p:nth-of-type(3) strong span{
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -0.4px;
    display: inline-block;
    margin: 5px 0 15px;
  }

  .seibun_wrap{
    background-image: url(img/eiyou_hai_sp.png);
    background-size: cover;
    background-position: 70%;
    padding: 30px 20px;
  }
  .buntitle{
    margin-bottom: 10px;
  }
  .buntex{
    max-width: 175px;
  }
  .buntitle{
    font-size: 14px;
  }
  .contents .bunbun p {
    font-size: 14px;
    line-height: 24px;
  }
  .saji_recipe_title{
    width: 87%;
    left: -3%;
    margin: 0 auto 15px;
  }

  .contents .pala_tex p:nth-of-type(3) strong span:nth-of-type(3){
    margin: 0 -5px;
  }

  .recipe_cont{
    width: 43.5vw;
    margin-bottom: 4vw;
  }
  .recipe_btn {
    height: 43.5vw;
    max-width: unset;
  }
  .recipe_btn img{
    margin-top: 0;
    position: relative;
    top: 10px;
    max-width: 240px;
    width: 79%;
  }
  .recipe_cont:nth-of-type(2) .recipe_btn img{
    max-width: 282px;
    width: 93%;
  }
  .recipe_cont:nth-of-type(3) .recipe_btn img{
    max-width: 198px;
    width: 66%;
  }
  .recipe_cont:nth-of-type(4) .recipe_btn img{
    max-width: 240px;
    width: 79%;
  }
  .recipe_cont:nth-of-type(5) .recipe_btn img{
    max-width: 240px;
    width: 79%;
  }
  .recipe_cont:nth-of-type(6) .recipe_btn img{
    max-width: 269px;
    width: 89%;
  }
  .recipe_cont:nth-of-type(7) .recipe_btn img{
    max-width: 233px;
    width: 77%;
  }
  .pop_title p:nth-of-type(2){
    font-size: 24px;
    line-height: 32px;
  }
  .pop_tex_bottom tr{
    margin-bottom: 15px;
    flex-direction: column;
  }
  .pop_tex_bottom tr.pop_line{
    display: none;
  }
  .pop_tex_bottom th{
    margin-bottom: 10px;
    padding: 10px;
  }
  .pop_tex_bottom td{
    margin-bottom: 5px;
  }
  .pop_tex_bottom th,.pop_tex_bottom td{
    width: 100%;
  }
  .close_btn{
    margin-top: 10px;
  }
  .recipe_contex{
    order: -1;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  .recipe_contex p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recipe_cont.sp{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .recipe_cont.sp img{
    width: 85%;
  }
  .faq_title p{
    font-size: 28px;
  }
  .news_cont{
    width: 90%;
    margin-bottom: 5px;
  }
  .contents .queen p{
    font-size: 15px;
  }
  .contents .anser p{
    font-size: 14px;
    line-height: 26px;
  }
  .contents .anser p span{
    font-size: 13px;
  }
  .que,.ans{
    padding: 20px;
  }
  .queen img {
    width: 15px;
    margin-right: 15px;
  }
  .anser img{
    width: 17px;
    margin-right: 15px;
  }
  .pls span{
    width: 18px;
    height: 2px;
    right: 0;
  }

  .toppa2_wrap{
    padding: 0;
    background-image: unset;
    margin-bottom: 15px;
  }
  .toppa2_wrap img{
    width: 100%;
    padding-bottom: 25px;
  }
  .shime_saji_title{
    width: 90%;
    margin-bottom: 10px;
  }
  .shime_saji_title img.sp{
    display: inline-block;
  }
  .toppa2 .kimochi{
    margin-bottom: 12%;
  }
  .last_saji_cont{
    flex-direction: column;
    width: 88%;
    padding: 50px 0 60px;
  }
  .last_saji_img {
    max-width: 450px;
    width: 90%;
    margin-bottom: 20px;
  }
  .last_saji_tex{
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width:410px){
  .ssp{
    display: none;
  }
}

@media screen and (max-width:390px){
  .contents .pala_tex p:nth-of-type(3) strong span:nth-of-type(1){
    margin-left: -10px;
  }
}