@charset "utf-8";
/* recipe_origin */
main{
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  /*background: url(../img/ninkatsu_recipeSP_ninkatsu_recipe.jpg) top center #FFF no-repeat;*/
  color: #333;
  background-size: 100%;
}

.sp_only{
  display: none;
}

@media screen and (max-width: 768px){
  .pc_only{
    display: none;
  }
  .sp_only{
    display: initial;
  }
}

div.tk-kaze-Hero {
  background-color: initial;
  padding: 0 5vw 41px;
  background: url(../img/pc_bg.jpg) bottom center #ffe4e9 no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1200px){
  div.tk-kaze-Hero {
    background-position-y: top;
    background-color: white;
  }
}

@media screen and (max-width: 768px){
div.tk-kaze-Hero {
  background: url(../img/sp_bg.jpg) bottom center #ffe4e9 no-repeat;
  padding: 0 5vw 5.8vw;
  background-size: 100%;
}
}

div.tk-kaze-Hero h1 {
    text-align: center;
    padding: 54px 0 47px;
    width: auto;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero h1 {
    padding: 13.2vw 0 5vw;;
  }
}

div.tk-kaze-Hero h1 img {
    display: inline-block;
    margin: 0 56px 36px 0;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero h1 img {
    margin: 0 9vw 3.5vw 0;
    width: 59%;
  }
}

div.tk-kaze-Hero h1 span {
    width: 100%;
    display: inline-block;
    font-size: 6em;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero h1 span {
    font-size: 9vw;
  }
}

div.tk-kaze-Hero p {
  text-align: center;
  font-weight: bold;
  font-size: 1.59em;
  line-height: 1.87em;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero p {
    font-size: 3.4666vw;
    line-height: 1.7em;
    margin-bottom: 6.6vw;
  }
}

div.tk-kaze-Hero p.supervision{
background-color: white;
border-radius: 50px;
padding: 0.74em 2em;
display: inline-block;
font-weight: bold;
margin-bottom: 33px;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero p.supervision{
    font-size: 3.2vw;
    line-height: 1.5em;
    border-radius: 10vw;
    margin-bottom: 6.5vw;
  }
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero p.supervision span{
    display: none;
  }
}

div.tk-kaze-Hero p.note {
    font-size: 1.1em;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero p.note {
    font-size: 2.9333vw;
    margin-bottom: 4.5vw;
    line-height: 1.5em;
  }
}

div.tk-kaze-Hero cite{
  font-style: normal;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 43px;
  display: inline-block;
}

@media screen and (max-width: 768px){
  div.tk-kaze-Hero cite{
    font-size: 3.2vw;
    margin-bottom: 9.5vw;
    line-height: 1.5em;
  }
}



nav.main_navi{
  padding: 22px 3.5vw;
  width: 100%;
  max-width: 860px;
  background-color: white;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  nav.main_navi{
    background-color: initial;
    padding: 0;
  }
}

nav.main_navi p {
    color: #fd687b;
    font-size: 3.2em;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
  nav.main_navi p {
    font-size: 5.6vw;
    margin-bottom: 0;
  }
}

nav.main_navi ul{
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 768px){
  nav.main_navi ul{
  display: none;
  }
}
nav.main_navi ul li{
margin-bottom: 0.8em;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
    line-height: 1.5em;
}
nav.main_navi ul li:before{
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/arrow_icon.png) 100%;
  position: absolute;
  left: -25px;
  top: 5px;
}

nav.main_navi ul li a{
  color: #333;
}

nav.main_navi ul li a span:first-child{
  color: #fd687b;
  display: inline-block;
  margin-right: 0.5em;
}

.kazeDetail .cts{
  max-width: 1070px;
}

.recipe_title{
  pointer-events: none;
  display: flex;
  padding: 56px 6% 18px;
  border-top: solid 2px #CCC;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 1070px){
  .recipe_title{
    padding: 0 6% 0;
    white-space: initial;
  }

  .recipe_title br{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .recipe_title{
    pointer-events: all;
    border-top: solid 1px #CCC;
    padding: 6.5vw 2vw;
    position: relative;
  }
  
.recipe_title:after {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url(../img/achodion_arrow_o.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.5vw;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  top: 46%;
}

.recipe_title.open:after {
  top: 40%;
  transform: scale(1, -1);
}

  .toggle{
    display: none;
    padding: 0 4vw;
  }
}

.recipe_title img{
  width: 27.5%;
}

@media screen and (max-width: 768px){
  .recipe_title img{
    width: 26vw;
  }
}

.kazeDetail .cts h2{
  border: 0;
  text-align: left;
  margin-left: 38px;
  font-weight: bold;
  font-size: 3.6em;
  width: 72.5%;
}

@media screen and (max-width: 768px){
  .kazeDetail .cts h2{
    background-color: initial;
    color: #333;
    font-size: 5.0666vw;
    margin: 0;
    padding: 0 35px 0 3vw;
    display: inline-block;
    line-height: 1.35em;
  }
}

.kazeDetail .cts h2 > span {
  padding: 0;
  background: none;
  width: 100%;
}


.kazeDetail .cts h2 > span:first-child {
  color: #fd687b;
  font-size: 0.7em;
}

@media screen and (max-width: 768px){
  .kazeDetail .cts h2 > span:first-child {
    font-size: 4vw;
    display: inline-block;
  }
}


.movie-content-wrap {
  position: relative;
  padding-top: 45.2%;
  display: inline-block;
  max-width: 860px;
  width: calc(860 / 1200 * 100vw);
}

.movie-content-wrap.type2,
.movie-content-wrap.type3{
  margin-bottom: 40px;
}

@media screen and (max-width: 945px){
.movie-content-wrap.type3{
  margin-bottom: 80px;
}
}

@media screen and (max-width: 1200px) {
  .movie-content-wrap {
    padding-top: calc(484 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px){
  .movie-content-wrap {
    padding: 0;
    display: inline-block;
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .movie-content-wrap.type2,
  .movie-content-wrap.type3{
    margin-bottom: 0;
  }
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px){
  .movie-content-wrap iframe {
    position: inherit;
    height: 52vw;
    display: block;
  }
}

.movie-content-wrap .movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: black;
  width: 100%;
}

.movie-content-wrap .movie-thumb::before{
    content: "";
    background: url(../img/play.svg) no-repeat;
    display: inline-block;
    height: 82px;
    width: 82px;
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    opacity: 1;
    z-index: 100;
}

.movie-content-wrap .movie-thumb img{
  opacity: 0.6;
  transition: 0.6s ;
  vertical-align: top;
  width: 100%;
}

.movie-content-wrap .movie-thumb img:hover{
  opacity: 1.0;
}

@media screen and (max-width: 768px) {
  .movie-content-wrap .movie-thumb{
    display: none;
  }
}

.movie-content-wrap .caption{
  position: absolute;
  width: 100%;
  top: 484px;
  font-size: 1.7em;
  background: #fd687b;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  display: block;
  padding: 11px;
  line-height: 1.5em;
}

@media screen and (max-width: 1200px) {
  .movie-content-wrap .caption {
    top: calc(484 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px){
  .movie-content-wrap .caption {
    position: inherit;
    top: 0;
    display: block;
    font-size: 3.2vw;
  }
}

.recipe_text {
  width: calc(860 / 1200 * 100vw);
  max-width: 860px;
  margin: 0 auto;
  display: inline-flex;
  text-align: left;
  padding: 58px 0px 93px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px){
  .recipe_text {
    width: 100%;
    max-width: initial;
    display: inline-flex;
    text-align: left;
    padding: 7vw 4.5vw;
  }
}

.recipe_text .material{
  width: 40%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px){
  .recipe_text .material{
    width: 100%;
    margin-bottom: 0;
  }
}

.recipe_text .material h3,
.recipe_text .procedure h3{
  font-size: 1.5em;
  color: #fd687b;
  font-weight: bold;
  text-indent: -0.5em;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px){
  .recipe_text .material h3,
  .recipe_text .procedure h3{
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
}

.recipe_text .material h4{
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px){
  .recipe_text .material h4{
    font-size: 4vw;
    line-height: 1.5em;
    margin-bottom: 0;
  }
}

.recipe_text .material dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6em;
}

.recipe_text .material dt {
  width: 41%;
  font-size: 1.4em;
  line-height: 1.7em;
}

@media screen and (max-width: 768px){
  .recipe_text .material dt {
  width: 50%;
  font-size: 4vw;
  line-height: 1.5em;
  }
}

.recipe_text .material dd {
width: 59%;
font-size: 1.4em;
line-height: 1.7em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px){
  .recipe_text .material dd {
  width: 50%;
  font-size: 4vw;
  line-height: 1.5em;
  }
}

.recipe_text .material dd:before {
content: "・・・・・";
display: inline-block;
font-size: 0.1em;
line-height: 1.7em;
letter-spacing: -5px;
color: #999;
margin-right: 15px;
}

@media screen and (max-width: 768px){
  .recipe_text .material dd:before {
    font-size: 4vw;
    line-height: 1.5em;
    margin-right: 2vw;
  }
}


.recipe_text .procedure{
  width: 60%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px){
  .recipe_text .procedure{
    width: 100%;
    margin-bottom: 2vw;
  }
}

.recipe_text .procedure ul,
.recipe_text .procedure ol{
font-size: 1.4em;
line-height: 1.1em;
margin-bottom: 2.3em;
}

@media screen and (max-width: 768px){
  .recipe_text .procedure ul,
  .recipe_text .procedure ol{
    font-size: 4vw;
    line-height: 1.5em;
    margin-bottom: 4vw;
  }
}

.recipe_text .procedure ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}

.recipe_text .procedure ul li:before {
content: "・";
display: inline-block;
font-size: 0.7em;
line-height: 1.1em;
color: #333;
font-weight: bold;
}

@media screen and (max-width: 768px){
  .recipe_text .procedure ul li:before {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 768px){
  .kazeDetail .cts ul li {
    line-height: 1.5em;
  }

  .kazeDetail .cts ul li + li {
    margin-top: 0;
  }
}

.recipe_text .procedure ol{
  counter-reset:num;
  margin: 0 0 0 1.5em;
}

.recipe_text .procedure ol li{
  position: relative;
  list-style-type: none;
  line-height: 20px;
  margin-bottom: 1em;
  padding-left: 0.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px){
  .recipe_text .procedure ol li{
    line-height: 1.5em;
    margin-bottom: 0.5em;
    padding-left: 0.6em;
  }
}

.recipe_text .procedure ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #fd687b;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-size: 14px;
  border-radius: 50%;
  left: -1.5em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0px;
}

.recipe_point{
  width: 100%;
  background-color: #ffeff0;
  padding: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px){
  .recipe_point{
    padding: 2.5vw;
  }
}

@media screen and (max-width: 768px){
  .recipe_point h3{
    width: 100%;
    text-align: center;
    margin-bottom: 2.5vw;
  }
}

.recipe_point img{
  width: 224px;
  height: 38px;
  margin: 0 35px 0 15px;
}

@media screen and (max-width: 768px){
  .recipe_point img{
    width: 69%;
    height: auto;
    margin: 0 7vw 0 4vw;;
  }
}

.recipe_point p{
  font-weight: bold;
  padding: 20px 24px;
  text-align: center;
  width: calc(100% - 274px);
  font-size: 1.5em;
  background: #fff;
  line-height: 1.5em;
}

.recipe_point span{
  display: inline-block;
}

@media screen and (max-width: 1070px){
  .recipe_point p{
      text-align: left;
  }
  .recipe_point span{
    display: inline;
  }
}

@media screen and (max-width: 768px){
  .recipe_point p{
    width: 100%;
    font-size: 4vw;
    padding: 4vw;
    text-align: center;
  }
}

p.footer_note {
    font-size: 1.3em;
}

@media screen and (max-width: 768px){
  p.footer_note{
    font-size: 3.2vw;
    padding: 5vw;
    text-align: left;
    border-top: solid 1px #ccc;
    text-indent: -1em;
    padding-left: 2em;
    line-height: 1.5em;
  }
}

/*** banner css create:230917 ***/
div#anchor-02 .material,
div#anchor-02 .procedure,
div#anchor-03 .material,
div#anchor-03 .procedure,
div#anchor-04 .material,
div#anchor-04 .procedure{
  margin-bottom: 30px;
}

.banner_inText{
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.banner_inText a{
  display: inline-block;
}

.banner_inText:last-child{
  margin-top: 50px;
}

@media screen and (max-width: 768px){

.banner_inText:last-child{
  margin-top: 20px;
}

}