@charset "UTF-8";
/*-----------------------------*/
/*つよいこ CSS*/
/*-----------------------------*/
@media only screen and (min-width: 830px) {
  body.tsuyoiko article {
    max-width: 500px; } }
body.tsuyoiko main {
  background: url(../images/bg.png) no-repeat center bottom/cover;
  background-attachment: fixed; }
body.tsuyoiko article {
  width: 100%;
  background: #F2F2E9; }
body.tsuyoiko a:hover {
  opacity: 0.6; }
body.tsuyoiko .anker_navi {
  display: none;
  position: fixed;
  z-index: 1;
  top: 230px;
  left: 50px;
  width: 18%; }
  @media only screen and (min-width: 830px) {
    body.tsuyoiko .anker_navi {
      display: block; } }
  body.tsuyoiko .anker_navi li {
    margin-bottom: 15px;
    padding: 0 0 0 30px;
    background: url(../images/navi_dot.png) no-repeat left top/20px auto; }
  body.tsuyoiko .anker_navi a {
    color: #595757;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem; }
body.tsuyoiko .kv {
  position: relative;
  background: url(../images/bg_top.png) repeat-x top center/50px auto; }
  body.tsuyoiko .kv .age {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%; }
    body.tsuyoiko .kv .age img {
      width: 100%; }
body.tsuyoiko .sec {
  margin-bottom: 0px; }
body.tsuyoiko .sec_sub {
  margin-bottom: 40px; }
  body.tsuyoiko .sec_sub:last-of-type {
    margin: 0; }
body.tsuyoiko .btn_shop {
  display: block;
  width: 50%;
  margin: auto;
  padding: 1vw 3vw;
  border: 2px solid #009a53;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #009a53;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (min-width: 830px) {
    body.tsuyoiko .btn_shop {
      padding: 4px 15px; } }
  body.tsuyoiko .btn_shop:hover {
    color: #fff;
    background: #009a53; }
    body.tsuyoiko .btn_shop:hover span::before {
      background: url(../images/icon_cart_w.svg) no-repeat center/contain; }
  body.tsuyoiko .btn_shop span {
    display: inline-block;
    font-size: 4vw;
    line-height: 4vw; }
    @media only screen and (min-width: 830px) {
      body.tsuyoiko .btn_shop span {
        font-size: 2rem;
        line-height: 2rem; } }
    body.tsuyoiko .btn_shop span::before {
      content: "";
      position: relative;
      top: 3px;
      display: inline-block;
      margin-right: 5px;
      width: 4vw;
      height: 4vw;
      background: url(../images/icon_cart.svg) no-repeat center/contain;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media only screen and (min-width: 830px) {
        body.tsuyoiko .btn_shop span::before {
          width: 20px;
          height: 20px; } }
body.tsuyoiko .sec_1 {
  position: relative;
  z-index: 0;
  padding: 50px 30px;
  background: url(../images/sec_1_bg.png) no-repeat top center/cover; }
  body.tsuyoiko .sec_1 .ttl {
    margin: 0 auto 20px;
    width: 90%; }
    body.tsuyoiko .sec_1 .ttl img {
      width: 100%; }
  body.tsuyoiko .sec_1 .img_1 {
    position: relative; }
    body.tsuyoiko .sec_1 .img_1::after {
      content: "";
      position: absolute;
      bottom: -2%;
      left: -2%;
      display: block;
      aspect-ratio: 1 / 1;
      width: 15%;
      background: url(../images/sec_1_img_1_1.png) no-repeat center/cover; }
  body.tsuyoiko .sec_1 > .sec {
    margin-bottom: 70px; }
  body.tsuyoiko .sec_1 .sec_sub {
    position: relative;
    width: 92%;
    margin: 0 auto 50px;
    padding: 30px;
    background: #fff;
    border-radius: 10px; }
    body.tsuyoiko .sec_1 .sec_sub::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 5px;
      left: 5px;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: linear-gradient(225deg, #3D99D0 10%, #F08653 50%); }
    body.tsuyoiko .sec_1 .sec_sub .num {
      position: absolute;
      top: -30px;
      left: 50%;
      width: 60px;
      margin-left: -30px; }
      body.tsuyoiko .sec_1 .sec_sub .num img {
        width: 100%; }
    body.tsuyoiko .sec_1 .sec_sub .ttl_sub {
      margin: 15px 0;
      text-align: center;
      color: #EA5504;
      font-weight: bold;
      font-size: 2.2rem; }
      body.tsuyoiko .sec_1 .sec_sub .ttl_sub + p {
        font-size: 1.4rem;
        margin: 0; }
        body.tsuyoiko .sec_1 .sec_sub .ttl_sub + p span {
          color: #EA5504; }
    body.tsuyoiko .sec_1 .sec_sub .fig {
      margin: 30px 0 0 0;
      padding: 0; }
      body.tsuyoiko .sec_1 .sec_sub .fig img {
        width: 100%; }
    body.tsuyoiko .sec_1 .sec_sub .btn_hypoferric {
      display: inline-block;
      margin-top: 30px; }
  body.tsuyoiko .sec_1 .btn_buy {
    display: block;
    width: 80%;
    margin: 20px auto 0; }
body.tsuyoiko .sec_2 {
  padding: 50px 30px;
  background: url(../images/bg_top.png) repeat-x top center/50px auto; }
  body.tsuyoiko .sec_2 .sec_sub > .ttl {
    margin: 0 auto 40px;
    height: 10vw;
    text-align: center; }
    @media only screen and (min-width: 830px) {
      body.tsuyoiko .sec_2 .sec_sub > .ttl {
        height: 50px; } }
    body.tsuyoiko .sec_2 .sec_sub > .ttl img {
      width: auto;
      height: 100%; }
  body.tsuyoiko .sec_2 .movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px; }
  body.tsuyoiko .sec_2 .qa_list dt, body.tsuyoiko .sec_2 .qa_list dd {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0; }
  body.tsuyoiko .sec_2 .qa_list p {
    font-size: 1.4rem; }
  body.tsuyoiko .sec_2 .qa_list .q, body.tsuyoiko .sec_2 .qa_list .a {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1 / 1;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    border-radius: 50%; }
  body.tsuyoiko .sec_2 .qa_list .q {
    background: #EA5208; }
  body.tsuyoiko .sec_2 .qa_list .a {
    background: #0081CC; }
  body.tsuyoiko .sec_2 .recipe_img {
    margin-bottom: 15px; }
    body.tsuyoiko .sec_2 .recipe_img img {
      width: 100%; }
  body.tsuyoiko .sec_2 .recipe_name {
    color: #EA5208;
    font-weight: bold;
    font-size: 2.6rem; }
  body.tsuyoiko .sec_2 .tab_menu {
    margin-bottom: 20px; }
    body.tsuyoiko .sec_2 .tab_menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    body.tsuyoiko .sec_2 .tab_menu li {
      margin: 0 10px 0 0;
      padding: 7px 20px;
      border: 1px solid #666;
      color: #666;
      text-align: center;
      border-radius: 100px;
      font-size: 1.1rem;
      line-height: 1.1rem;
      font-family: "Noto Sans JP";
      cursor: pointer; }
      body.tsuyoiko .sec_2 .tab_menu li.on {
        border: 1px solid #ABCD03;
        color: #ABCD03; }
  body.tsuyoiko .sec_2 .recipe_contents_wrap {
    margin-bottom: 30px; }
  body.tsuyoiko .sec_2 .sec_recipe {
    display: none;
    margin: 0; }
    body.tsuyoiko .sec_2 .sec_recipe:first-of-type {
      display: block; }
    body.tsuyoiko .sec_2 .sec_recipe .ttl_tab {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      body.tsuyoiko .sec_2 .sec_recipe .ttl_tab .mum {
        margin-left: 7px;
        font-weight: normal;
        font-size: 0.8rem;
        color: #666; }
  body.tsuyoiko .sec_2 .recipe_stuff_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #666;
    font-size: 1.4rem; }
    body.tsuyoiko .sec_2 .recipe_stuff_list li:first-of-type {
      border-top: 1px dotted #666; }
  body.tsuyoiko .sec_2 .recipe_stuff_list p {
    margin: 0; }
  body.tsuyoiko .sec_2 .recipe_method_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 15px; }
    body.tsuyoiko .sec_2 .recipe_method_list li:last-of-type {
      margin: 0; }
  body.tsuyoiko .sec_2 .recipe_method_list .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    min-width: 2em;
    text-align: left;
    font-weight: bold; }
  body.tsuyoiko .sec_2 .ttl_arrangement {
    width: 45%;
    margin-bottom: 20px;
    text-align: left; }
    body.tsuyoiko .sec_2 .ttl_arrangement img {
      width: 100%; }
  body.tsuyoiko .sec_2 .recipe_arrangement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8%;
    margin-bottom: 30px; }
    body.tsuyoiko .sec_2 .recipe_arrangement li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    body.tsuyoiko .sec_2 .recipe_arrangement .tn {
      margin-bottom: 15px; }
      body.tsuyoiko .sec_2 .recipe_arrangement .tn img {
        width: 100%; }
    body.tsuyoiko .sec_2 .recipe_arrangement .name {
      margin-bottom: 10px;
      color: #EA5208;
      font-weight: bold;
      font-size: 2.6rem; }
      body.tsuyoiko .sec_2 .recipe_arrangement .name + p {
        margin: 0;
        font-size: 1.4rem; }
  body.tsuyoiko .sec_2 .btn_recipe {
    display: block;
    margin: 0 auto;
    width: 80%; }
    body.tsuyoiko .sec_2 .btn_recipe img {
      width: 100%; }
body.tsuyoiko .sec_3 {
  padding: 80px 30px 150px;
  background: url(../images/sec_3_bg.png) no-repeat bottom center/cover; }
  body.tsuyoiko .sec_3 > .ttl {
    margin: 0 auto 30px;
    width: 55%; }
    body.tsuyoiko .sec_3 > .ttl img {
      width: 100%; }
  body.tsuyoiko .sec_3 .img {
    margin: 0 auto 30px;
    width: 90%; }
    body.tsuyoiko .sec_3 .img img {
      width: 100%; }
  body.tsuyoiko .sec_3 .btn_buy {
    display: block;
    width: 80%;
    margin: 30px auto 0; }

/*# sourceMappingURL=tsuyoiko.css.map */