@charset "utf-8";
/* CSS Document */
#adminBox, .acms-admin-box,
.tss_comprehensiveHead,
.tss_footer{
  position: relative;
  z-index: 100;
}



.imns_body{position: relative;}
.imns_bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imns_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.imns_main{
  position: relative;
  z-index: 10;
}

.imns_main > ul{
  position:absolute;
  right:8px;
  top:16px;
  display:flex;
  gap:8px;
}
.imns_main > ul li{
  width:56px;
  background-color:#FFF;
}
.imns_main > ul li a{
  padding:10px;
  display: block;
}
.imns_main > ul li a img{
  width:100%;
  aspect-ratio:1/1;
}

.imns_main h1{
  height: 948px;
  padding-top: 8px;
  text-align: center;
}
.imns_marginblock{
  position: relative;
  margin-top: -350px;
  z-index: 5;
}

.imns_menu{
  position: relative;
  width: 912px;
  height: 212px;
  margin: auto;
  padding-top: 37px;
  background: url(../img/imanishi2025/il_bord.png) center center no-repeat;
  background-size: contain;
  z-index: 50;
}
.imns_menu ul{
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.imns_menu ul li{width: 264px;}
.imns_menu ul li a{
  display: block;
  height: 62px;
  padding-top: 16px;
  text-align: center;
  transition: all 0.2s linear;
}



.imns_detail{
  position: relative;
  max-width: 1200px;
  margin:0 max(calc(50% - 584px), 16px) 64px;
  z-index: 55;
}
.imns_detail::before{
  content: "";
  display: block;
  max-width: 1200px;
  height: 48px;
  background: url(../img/imanishi2025/il_detailbgup.png) 35px top no-repeat;
}
.imns_detail::after{
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  height: 90px;
  border-radius: 0 0 54px 54px;
  background: url(../img/imanishi2025/il_detailbgbottom.png) center bottom no-repeat;
}
.imns_whitebox{
  padding:48px 16px 72px;
  border-radius: 54px;
  background-color: #FFFFFF;
}
.imns_whitebox h2{
  position: absolute;
  top: -120px;
  left: calc(50% - 575px);
  pointer-events: none;
}
.imns_flx{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 16px;
}
.imns_flx h3{width: 420px;}
.imns_flx h3 img{width: 100%;}
.imns_flx p{
  width: 640px;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.543rem + 0.77vw, 0.938rem);/*12-15 430-820*/
  font-weight: bold;
  color: #2f7b9d;
}
.imns_txt{
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1rem, 0.569rem + 0.84vw, 1.25rem);/*16-20 820-1296*/
  font-weight: bold;
  color: #333333;
}
.imns_txt:nth-last-of-type(n+2){margin-bottom: 4px;}
.imns_txt span{
  vertical-align: baseline;
  font-size: 1.5em;
  color: #DF1814;
}



.imns_nurie{
  position: relative;
  max-width: 1000px;
  margin: 0 max(calc(50% - 484px), 16px) 72px;
  padding: 72px 32px 32px;
  border-top: 30px solid #C2736D;
  border-radius: 0 0 10px 10px;
  background-image: url(../img/imanishi2025/il_flag.png), url(../img/imanishi2025/il_flag.png);
  background-position: 6px 7px, right 6px top 7px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.imns_nurie h2{
  position: absolute;
  top: -56px;
  left: calc(50% - 148px);
}
.imns_nurie h3{
  margin-bottom: 14px;
  text-align: center;
  font-size: clamp(1.5rem, 0.854rem + 1.26vw, 1.875rem);/*24-30 820-1296*/
  font-weight: bold;
  color: #DF1814;
}
.imns_txt2{
  margin-bottom: 14px;
  line-height: 2.25rem;
  text-align: center;
  font-size: clamp(1rem, 0.569rem + 0.84vw, 1.125rem);/*16-20 820-1296*/
  font-weight: bold;
  color: #333333;
}
.imns_txt2 span{color: #DF1814;}
.imns_nuriebox{
  max-width: 640px;
  margin: 0 auto 16px;
}
.imns_nuriebox img{
  width:100%;
}
.imns_download{margin-bottom: 40px;}
.imns_download a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  margin: auto;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #0079B8;
  transition: all 0.2s linear;
}
.imns_application{
  position: relative;
  padding: 40px 16px;
  background-color: #FCFBE8;
  overflow: hidden;
}
.imns_application::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.imns_application.open{
  height: auto;
  overflow: visible;
}
.imns_application.open::after{content: none;}
.imns_applicationlist{
  max-width: 808px;
  height: 200px;
  margin: auto;
  font-size: clamp(0.875rem, 0.66rem + 0.42vw, 1rem);/*14-16 820-1296*/
}
.imns_application.open .imns_applicationlist{height: auto;}
.imns_applicationlist>dt{
  width: 112px;
  height: 36px;
  margin-bottom: 6px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #030303;
  background-color: #FACE88;
}
.imns_applicationlist>dd{
  padding-left: 24px;
  line-height: 1.875;
  color: #030303;
}
.imns_applicationlist>dd:nth-last-of-type(n+2){margin-bottom: 10px;}
.imns_application_award dt{font-weight: bold;}
.imns_applicationlist>dd>p{margin-bottom: 10px;}
.imns_applicationlist>dd ol li:nth-last-of-type(n+2){margin-bottom: 20px;}
.imns_applicationlist>dd ol li b{
  vertical-align: baseline;
  font-size: 1.25rem;
  font-weight: bold;
}
.imns_applicationlist>dd ol li div a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #008F86;
  transition: all 0.2s linear;
}
.imns_readmore{
  position: relative;
  text-align: center;
  z-index: 10;
}
.imns_readmore.open{display: none;}
.imns_readmore p{
  width: 180px;
  height: 40px;
  margin: auto;
  padding-top: 12px;
  font-weight: bold;
  text-align: center;
  color: #845811;
  border-radius: 20px;
  background-color: #FBD9A3;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}



.imns_bottomarea{
  padding: 52px 16px;
  background: url(../img/imanishi2025/il_bottombg.png) center center no-repeat;
}
.imns_bottomarea h2{
  margin-bottom: 152px;
  text-align: center;
}
.imns_bottomarea h2 img{max-width: 100%;}
.imns_bottomarea ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.imns_bottomarea ul li a{
  display: block;
  height: 80px;
  border-radius: 4px;
}
.imns_bottomarea ul li a img{max-height: 100%;}
.imns_bottomarea ul li:nth-of-type(n+2) a{
  width: 80px;
  padding: 24px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.imns_bottomarea ul li:nth-of-type(n+2) a img{
  width: 32px;
  height: 32px;
}



.tss_footer{background-color: #B0C81A;}


.imns_tverbnr{
  width:92%;
  max-width:830px;
  margin:0 auto 48px;
}

.imns_tverbnr a{
  background-color:#FFF;
  display:block;
}

.imns_tverbnr img{
  width:100%;
}

.imns_snsarea{
  background-color:#FFF;
  width:92%;
  max-width:830px;
  margin:0 auto 72px;
  padding: 32px 16px;
  border-radius: 32px;
}

.imns_snsarea div{
  width:40%;
  max-width:220px;
  margin:auto;
}

.imns_snsarea div img{
  width:100%;
}

.imns_snsarea ul{
  display:flex;
  justify-content: center;
  padding: 0.5em 0;
  gap: 0 1%;
  flex-wrap: wrap;
}

.imns_snsarea ul li{
  width: 32%;
}

.imns_snsarea ul li img{
  width:100%;
}

/*-- ながら見クイズ --*/

.imd_pre_rtwp{
  background-color:#FFF;
  width:100%;
  margin:0 auto 48px;
  max-width:1200px;
  padding-bottom: 88px;
  position:relative;
  border-radius:60px;
}

.imd_pre_rtwp h2{
  text-align:center;
  transform: translate(0,-32px);
  margin:0 auto -32px;
  width:50%;
  max-width:294px;
}
.imd_pre_rtwp h2 img{
  width:100%;
}

.imd_pre_rt > div:first-of-type{
  text-align: center;
  transform: translate(0,-32px);
  margin-bottom: -32px;
}

.imd_pre_rt > div:first-of-type img{
  width: 100%;
  max-width: 924px;
}
.imd_pre_imgwp{
  background-color:#EB5042;
  border-radius:20px;
  display:flex;
  width: 88%;
  max-width:820px;
  margin:0 auto 32px;
  color:#FFF;
  align-items: center;
}
.imd_pre_imgwp p{
  width: 50%;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  padding: 0 1em;
}
.imd_pre_imgwp p span{
  display:block;
  font-size:1rem;
}

.imd_qbox{
  background-color:#F7BDB2;
  border-radius:20px;
  padding:16px;
  width:96%;
  max-width:960px;
  margin:10px auto;
}
.imd_questionhead{
  display:flex;
  align-items: center;
  background-color:#FEF1D1;
  border-radius:20px 20px 0 0;
}
.imd_questionhead > div:first-of-type{
  background-color:#E7291E;
  padding:0.875em;
  border-radius:20px 0 0 0;  
}
.imd_questionhead > div:last-of-type{  
  padding:0.5em;
  width:100%;
  font-size:1.5em;
  font-weight:bold;
  color:#EB5042;
}

.imd_questionhead > div:last-of-type em{ 
  color:#E6302F;
}

.imd_qlist{
  text-align: center;
  background-color:#FFF;
  border-radius:0 0 20px 20px;
  padding:1.5em 0 1em;
}

.imd_qbox ul{
  display: inline-block;
}

.imd_qbox ul li{
  font-weight:bold;
  font-size:1.5em;
  margin-bottom:0.375em;
  text-align: left;
  padding: 0 0.5em;
}

.imd_qbox .imd_qlistflex ul{
  display:flex;
  justify-content: center;
}

.imd_prebtn{
  padding-top:24px;
}

.imd_prebtn a{
  background-color: #EB5042;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  width: 88%;
  padding: 0.875em 0.625em;
  border-radius: 48px;
  margin: auto;
  text-decoration:none;
}

.imd_preclosetxt{
  text-align: center;
  font-weight:bold;
  font-size:1.125em;
  padding:1em 0;
}

.imd_precaution{
  border:solid 2px #DBDBDB;
  width:98%;
  margin:auto;
  max-width:1048px;
  padding:1.25em;
}

.imd_precaution > p{
  text-align:center;
}

.imd_precaution ul{
  font-size:0.875em;
  padding-top:1em;
}

.imd_precaution ul li{
 line-height:1.5;
}
.imd_precaution a{
  text-decoration: underline;
}
.imd_pre_img{
  margin:auto;
  width:50%;
  max-width:920px;
}
.imd_pre_img img{
  width:100%;
  border-radius: 20px 0 0 20px;
}

/*-- ながら見クイズここまで --*/

.imns_prvideo{
  max-width:866px;
  margin:-24px auto 48px;
  width:70%;
  z-index: 51;
  position: relative;
}



/*コメント　20250625add*/
.imd_comment{
  display: flex;
  justify-content: space-between;
  gap: 20px 24px;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.imd_comment > div{
  max-width: 590px;
  width: 94%;
  padding: 40px 8px 32px;
  border-radius: 60px;
  background-color: #FEF1D1;
  border: 3px solid #EB5042;
}
.imd_comment > div div{
  position: relative;
  width: 440px;
  margin: 0 auto 20px;
}
.imd_comment > div div > img{position: absolute;}
.imd_comment > div div > img:nth-of-type(1){
  left: -80px;
  top: -58px;
}
.imd_comment > div div > img:nth-of-type(2){
  right: -72px;
  top: -48px;
}
.imd_comment > div div > img:nth-of-type(3){
  left: -64px;
  bottom: -12px;
}
.imd_comment > div div > img:nth-of-type(4){
  right: -64px;
  bottom: -12px;
}
.imd_comment > div div picture{
  display: block;
  aspect-ratio: 22/13;
}
.imd_comment > div div picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imd_comment > div h2{
  margin-bottom: 8px;
  text-align: center;
  font-size: clamp(1.125rem, 0.689rem + 1.62vw, 1.5rem);/*18-24 430-800*/
  font-weight: bold;
}
.imd_comment > div p{
  max-width: 510px;
  margin: auto;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
}

.imns_nurieresult{
  width:100%;
  max-width:796px;
  margin:24px auto 40px;
}

.imns_nurieresult img{
  width:100%;
}
/*-- レシピバナー --*/
.imns_recipebnrbox{
  width:100%;
  max-width:866px;
  margin: -32px auto 56px;
  position:relative;
  z-index:51;
  background-color:#FFF;
  border-radius:16px;
}
.imns_recipebnrbox img{
  width:100%;
}

/*-- Instagramバナー --*/
.imns_minibnr{
  width:80%;
  max-width:320px;
  margin-bottom:16px;
}
.imns_minibnr img{
  width:100%;
}

/**/
@media screen and (min-width:821px){
  .imns_menu ul li a:hover{background-color: rgba(255,255,255,0.5);}
  .imns_download a:hover{background-color: #3FB5F5;}
  .imns_applicationlist>dd ol li div a:hover{background-color: #3ADBD1;}
  .imns_bottomarea ul li a:hover,
  .imns_tverbnr img:hover,
  .imns_snsarea ul li img:hover,
  .imns_recipebnrbox img:hover,
  .imns_minibnr img:hover,
  .imns_nurieresult img:hover{opacity: 0.5;}
}





@media screen and (max-width:1296px){/*デザイン依存（キービジュアル）*/
  .imns_main h1{
    height: auto;
    aspect-ratio: 108/79;
  }
  .imns_main h1 img{
    width: 100%;
    height: 100%;
  }


  .imns_marginblock{margin-top: -27vw;}

  .imns_menu{
    width: 70.37vw;
    height: 16.35vw;
    padding-top: 2.85vw;
  }
  .imns_menu ul{gap: 0 0.6vw;}
  .imns_menu ul li{width: 20.37vw;}
  .imns_menu ul li a{
    height: 4.78vw;
    padding-top: 1.23vw;
  }
  .imns_menu ul li a img{height: 2.16vw;}


  .imns_detail{margin:0 max(calc(50% - 580px), 16px) 64px;}
  .imns_detail::before{
    height: 3.7vw;
    background-position: 2.7vw top;
    background-size: 100% auto;
  }
  .imns_detail::after{background-position: right bottom;}
  .imns_whitebox{padding:72px 64px 96px;}
  .imns_whitebox h2{
    top: -9.2vw;
    left: calc(50% - 44.36vw);
  }
  .imns_whitebox h2 img{height: 16.35vw;}
  .imns_flx h3{width: 36%;}
  .imns_flx p{width: 62%;}
}
@media screen and (max-width:1220px){/*デザイン依存（コメント）*/
  .imd_comment > div div{width: 36.06vw;}
  .imd_comment > div div > img:nth-of-type(1){
    width: 9.36vw;
    left: -6.55vw;
    top: -4.75vw;
  }
  .imd_comment > div div > img:nth-of-type(2){
    width: 8.19vw;
    right: -5.9vw;
    top: -3.93vw;
  }
  .imd_comment > div div > img:nth-of-type(3){
    width: 10.32vw;
    left: -5.24vw;
    bottom: -0.98vw;
  }
  .imd_comment > div div > img:nth-of-type(4){
    width: 10.32vw;
    right: -5.24vw;
    bottom: -0.98vw;
  }
}
@media screen and (max-width:800px){
  .imns_main > ul{display:none;}
  .imns_whitebox{
    padding:56px 48px 88px;
  }
  .imns_bottomarea{
    padding: 52px 16px calc(17.5vw + 120px);
    background-color: #B0C81A;
    background-position: center top;
  }
  .imns_bottomarea ul li:first-of-type a{height: auto;}
  .imns_bottomarea ul li:first-of-type a img{max-width: 100%;}
  
    /*-- ながら見プレゼント --*/
  .imd_pre_rtwp{
    width: 93.3%;
    border-radius: 10px;
    padding-bottom: 32px;
  }
  .imd_pre_rt > div:first-of-type{
    transform: translate(0,0);
    margin-bottom:0;
  }
  .imd_pre_rt > div:first-of-type img{
    width:92%;
    display:block;
    margin:auto;
  }
  .imd_qbox{
    width:92%;
  }
  .imd_questionhead{
    align-items: normal;
  }
  .imd_questionhead > div:last-of-type{
    font-size:1em;
    line-height: 1.25;
  }
  .imd_qbox ul li{
    font-size:1em;
    margin-bottom: 1em;
    line-height: 1.375;
  }
  .imd_qbox .imd_qlistflex ul{
    flex-direction: column;
  }
  
  .imd_prebtn a{
    font-size:1.125em;
    padding: 0.875em;
  }
  .imd_precaution{
    width:90%;
  }

  /*コメント*/
  .imd_comment{
    flex-wrap: wrap;
    justify-content: center;
  }
  .imd_comment > div div{width: 288px;}
  .imd_comment > div div > img:nth-of-type(1){
    width: 74px;
    left: -52px;
    top: -38px;
  }
  .imd_comment > div div > img:nth-of-type(2){
    width: 66px;
    right: -48px;
    top: -32px;
  }
  .imd_comment > div div > img:nth-of-type(3){
    width: 82px;
    left: -41px;
    bottom: -8px;
  }
  .imd_comment > div div > img:nth-of-type(4){
    width: 82px;
    right: -41px;
    bottom: -8px;
  }
}
@media screen and (max-width:640px){
  .imd_pre_imgwp{
    flex-direction:column;
    width: 80%;
  }
  .imd_pre_img img{border-radius:20px 20px 0 0}
  .imd_pre_img{width:100%;}
  .imd_pre_imgwp p{
    width:100%;
    padding:0.5em;
  }
  .imns_snsarea ul {gap: 0.5em;}
  .imns_snsarea ul li {width: 40%;}
  .imns_snsarea {
    margin: 0 auto 40px;
    padding: 16px;
  }

}
@media screen and (max-width:430px){
  .imns_main h1{
    aspect-ratio: 75/121;
    padding-top: 0;
  }

  .imns_marginblock{margin-top: 0;}

  .imns_menu{
    width: 100%;
    height: 42px;
    margin-bottom: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url(../img/imanishi2025/il_bord_sp.webp) center center no-repeat;
    background-size: 100% auto;
    background-color: #5E3E1C;
  }
  .imns_menu ul{height: 100%;}
  .imns_menu ul li{
    width: 33%;
    height: 100%;
  }
  .imns_menu ul li a{
    height: 100%;
    padding-top: 6px;
  }
  .imns_menu ul li a img{height: 12px;}
  
  .imns_prvideo{
    margin: 0 auto 48px;
    width: 92%;
  }
  .imns_recipebnrbox{
    margin: 0 auto 24px;
    width: 92%;
  }

  .imns_detail {
    margin: 0 auto 32px;
    width: 92%;
  }
  .imns_detail::before{
    height: 18px;
    background: url(../img/imanishi2025/il_detailbgup_sp.webp) 2.7% top no-repeat;
    background-size: 98% auto;
  }
  .imns_whitebox{
    border-radius: 12px;
    padding: 40px 29px 72px;
  }
  .imns_whitebox h2{
    top: -24px;
    left:0;
  }
  .imns_flx{flex-wrap: wrap;}
  .imns_flx h3{
    width: 100%;
    margin-bottom: 8px;
  }
  .imns_flx p{width: 100%;}
  .imns_txt{font-size: 0.875rem;}
  .imns_txt span{display: block;}
  .imns_txt i{display: inline-block;}
  .imns_detail::after{
    border-radius: 0 0 12px 12px;
    background: url(../img/imanishi2025/il_detailbgbottom_sp.webp) center bottom no-repeat;
    background-size: 100% auto;
  }


  .imns_nurie{
    padding: 32px 16px 32px;
    background-image: none;
  }
  .imns_nurie h2{
    width: 50%;
    top: -40px;
    left: 25%;
  }
  .imns_nurie h2 img{max-width: 100%;}
  .imns_nurie h3{font-size: 1.125rem;}
  .imns_txt2{font-size: 0.875rem;}
  .imns_txt2 i{display: block;}
  .imns_applicationlist>dt{height: 32px;}
  .imns_applicationlist>dd{padding-left: 0;}
  .imns_applicationlist>dd ol li b{font-size: 1.125rem;}


  .imns_bottomarea{background-position: left 40% top;}
  .imns_bottomarea h2{margin-bottom: 200px;}
  .imns_tverbnr{margin-bottom:40px;}
  .imd_pre_imgwp p{font-size: 1em;}
  .imd_pre_imgwp p span{font-size:0.65rem;}



  .imd_comment > div div > img:nth-of-type(1){
    width: 56px;
    left: -24px;
    top: -40px;
  }
  .imd_comment > div div > img:nth-of-type(2){
    width: 56px;
    right: -32px;
  }
  .imd_comment > div div > img:nth-of-type(3){
    width: 64px;
    left: -24px;
  }
  .imd_comment > div div > img:nth-of-type(4){
    width: 64px;
    right: -24px;
  }
}
