/*reset_css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  font-size: 62.5%;
  /*overflow: auto;*/
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* micro clearfx */
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* For IE 6/7 */


/*==========================================
 トップに戻るボタン
===========================================*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
}
#page-top a {
  display: block;
  opacity: 1.0;
}
#page-top a img{
  width: 40px;
  height: 53px;
}
#page-top a:hover {
  opacity: 0.8;
}

/*==========================================
 PC-SP共通設定
===========================================*/
body {
  /*font-family: "Yu Mincho Medium", "游明朝 Medium", "Yu Mincho", "游明朝体", sans-serif;*/
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'palt' 1;
  color: #333;
  background: #ffffff url("../images/bg.jpg") repeat center / auto;
  /*width:100%;*/
  /*min-width: 1000px;*/
  /*height: auto;*/
  /*overflow: auto;*/
}

/*背景色設定*/
body #body #voice {
  width: 100%;
  background: url("../images/bg_voice.jpg") repeat;
}
body #body #howto_bakeup {
  width: 100%;
  background: url("../images/bg_howto_bakeup.jpg") repeat;
}
body #body #feature {
  width: 100%;
  background-color:rgba(243,217,181,0.5);
}
body #body #bread_info {
  width: 100%;
  background-color:rgba(255,255,255,1.0);
}

/*youtube埋め込み設定*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 25px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/**-----フルスクリーンナビゲーション-----**/
.overlay {
  position: fixed;
  background: rgba(241, 190, 161, 1.0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: auto;
  z-index: 10000;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay .nav-title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 8%;
}
.overlay .nav-title img{
  width: 80%;
  max-width: 220px;
}

.overlay nav {
  position: relative;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: solid 2px #7d4c27;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a img{
  width: 100%;
  max-width: 500px;
}

.overlay.open li {
  animation: fadeInTop .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: .65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: .70s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: .75s;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.overlay ul li a:hover{
  opacity:0.8;
  transition-duration: 0.2s;
}

.open-menu,
.close-menu {
  cursor: pointer;
  transition-duration: 0.2s;
}
.open-menu:hover {
  opacity:0.8;
  transition-duration: 0.2s;
}
.close-menu:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.overlay .close-menu{
  position: absolute;
  top: 5%;
  right: 5%;
}
.overlay img.close-menu{
  width: 50%;
  max-width: 101px;
}

/***hover設定***/
.btn_tobuy a:hover,
.btn_to_thought a:hover,
.btn_tobuy_big a:hover,
.btn_to_material a:hover,
a.header_onlineshop:hover{
  opacity:0.8;
  transition-duration: 0.2s;
}

/*--------------------PCスタイル指定ここから----------------------*/
@media screen and (min-width: 769px) {
  .br-sp {display: none; }
  .br-pc {display: block; }
  .img-sp {display: none;}
  .img-pc {display: block;}

  body header {
    position: fixed;/* ヘッダーの固定 */
    top: 0px;      /* 位置(上0px) */
    left: 0px;     /* 位置(右0px) */
    margin: 0;
    width: 100%;
    height: 45px;
    z-index: 999;
  }
  body header .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  body header .inner #header_fixbox{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 45px;
  }
  body header .inner #header_fixbox a{
    display: block;
  }
  body header .inner #header_fixbox a.header_onlineshop img{
    width: 132px;
    height: 45px;
    float: left;
    margin-right: 1px;
  }
  body header .inner #header_fixbox a.header_menu img{
    width: 47px;
    height: 45px;
  }

  /*sectionベース設定*/
  body #body #main{
    width: 100%;
    line-height: 1px;
    padding-bottom: 40px;
  }
  body #body #howto_enjoy, body #body #voice, body #body #bakeup_bread, body #body #howto_bakeup, body #body #howto_frozen, body #body #feature, body #body #bread_info, body #body #thought {
    width: 100%;
    padding: 40px 0px;
    overflow: hidden;
  }
  body #body #main .inner, body #body #howto_enjoy .inner, body #body #voice .inner, body #body #bakeup_bread .inner, body #body #howto_bakeup .inner, body #body #howto_frozen .inner, body #body #feature .inner, body #body #bread_info .inner, body #body #thought .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  /*big_ttl*/
  .big_ttl {
    width: 1000px;
    margin: 10px auto 0px;
  }
  .big_ttl img{
    margin: 0 -200px;
  }
  /*btn_tobuy*/
  .btn_tobuy{
    margin: 0 auto;
  }
  .btn_tobuy img{
    max-width: 700px;
  }

  /***main***/
  body #body #main{
    width: 100%;
    background: url("../images/main_img.jpg") no-repeat top center;
    background-size: auto 750px;
  }
  body #body #main .inner #pascologo{
    position: absolute;
    top: 20px;
  }
  body #body #main .inner #pascologo img{
    width: 92px;
    height: 58px;
  }
  body #body #main .inner h1{
    margin-top: 40px;
  }
  body #body #main .inner h1 img{
    width: 710px;
  }
  body #body #main .inner h2{
    margin: 20px auto 20px;
  }
  body #body #main .inner h2 img{
    width: 850px;
  }
  body #body #main .inner .main_txt{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #763b1b;
    line-height: 4.0rem;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  body #body #main .inner .main_txt p.main_txt01{
    display: block;
    padding-bottom: 30px;
  }
  body #body #main .inner .main_txt p.main_txt02{
    display: block;
    height: 200px;
    padding-bottom: 30px;
    background: url("../images/main_txt02_bg.png") no-repeat top center;
    background-size: 1000px 163px;/*クロス＆ミトン*/
  }
  body #body #main .inner .oven_img{
    margin-top: 20px;
  }
  body #body #main .inner .oven_img img{
    width: 100%;
    max-width: 1000px;
  }

  /***howto_enjoy***/
  body #body #howto_enjoy h3{
    margin-bottom: 30px;
  }
  body #body #howto_enjoy h3 img{
    width: 100%;
    max-width: 907px;
  }
  body #body #howto_enjoy ul.howto_list {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  body #body #howto_enjoy ul.howto_list li img{
    width: 100%;
    max-width: 470px;
  }
  body #body #howto_enjoy ul.howto_list li.dinner{
    padding-left: 60px;
  }
  body #body #howto_enjoy ul.howto_list li.party{
    padding: 20px 0px 0px 60px;
  }
  body #body #howto_enjoy ul.howto_list li.gift{
    padding: 20px 60px 0px 0px;
  }

  /***voice***/
  body #body #voice h3{
    margin-bottom: 40px;
  }
  body #body #voice ul.voice_list {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #body #voice ul.voice_list li img{
    width: 421px;
  }
  body #body #voice ul.voice_list li{
    display: block;
    margin-bottom: 35px;
  }

  /***Bake Up Bread***/
  body #body #bakeup_bread .bakeup_maintxt{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #763b1b;
    line-height: 4.0rem;
    text-align: center;
    margin: 0 auto 20px auto;
  }

  /***How to BakeUp***/
  body #body #howto_bakeup h3{
    margin-bottom: 30px;
    margin-left:  0px;
  }
  body #body #howto_bakeup p.bakeup_tx,
  body #body #howto_bakeup p.youtube_tx {
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    color: #763b1b;
    line-height: 3.2rem;
    text-align: left;
  }
  body #body #howto_bakeup ol.bakeup_step{
    width: 1000px;
    margin: 40px auto 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  body #body #howto_bakeup ol.bakeup_step li{
    width: 300px;
  }
  body #body #howto_bakeup ol.bakeup_step li img.step_img{
    width: 100%;
    max-width: 300px;
  }
  body #body #howto_bakeup ol.bakeup_step li div.step_txt{
    display: block;
    width: 300px;
    height: 140px;
    margin-top: 15px;
    padding-left: 15px;
    border-left: 2px solid #7d4c27;
    text-align: left;
  }
  body #body #howto_bakeup ol.bakeup_step li div.step_txt img{
    width: 114px;
    margin-bottom: 10px;
  }
  body #body #howto_bakeup ol.bakeup_step li div.step_txt p{
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    color: #763b1b;
    line-height: 3.0rem;
  }
  body #body #howto_bakeup h4{
    margin-bottom: 30px;
  }
  body #body #howto_bakeup h4 img{
    width: 80%;
    max-width: 375px;
  }

  /***How to Frozen***/
  body #body #howto_frozen ul.frozen_point{
    width: 1000px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #body #howto_frozen ul.frozen_point li.frozen_txt1 img,
  body #body #howto_frozen ul.frozen_point li.frozen_txt2 img,
  body #body #howto_frozen ul.frozen_point li.frozen_txt3 img{
    width: 500px;
  }
  body #body #howto_frozen ul.frozen_point li.frozen_img1 img,
  body #body #howto_frozen ul.frozen_point li.frozen_img2 img{
    width: 450px;
  }
  body #body #howto_frozen ul.frozen_point li.frozen_img1{
    margin-bottom:  50px;
  }
  body #body #howto_frozen ul.frozen_point li.frozen_txt2{
    margin-top: -160px;
  }
  body #body #howto_frozen ul.frozen_point li.frozen_txt3{
    margin-top: -220px;
  }


  /***fature***/
  body #body #feature ul.feature_point{
    width: 960px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #body #feature ul.feature_point li.feature_txt_p1 img,
  body #body #feature ul.feature_point li.feature_txt_p2 img,
  body #body #feature ul.feature_point li.feature_txt_p3 img,
  body #body #feature ul.feature_point li.feature_txt_p4 img,
  body #body #feature ul.feature_point li.feature_txt_p5 img{
    width: 463px;
  }
  body #body #feature ul.feature_point li.feature_img_p1 img,
  body #body #feature ul.feature_point li.feature_img_p2 img,
  body #body #feature ul.feature_point li.feature_img_p3 img,
  body #body #feature ul.feature_point li.feature_img_p4 img,
  body #body #feature ul.feature_point li.feature_img_p5 img{
    width: 457px;
  }
  body #body #feature ul.feature_point li.feature_img_p1,
  body #body #feature ul.feature_point li.feature_txt_p2,
  body #body #feature ul.feature_point li.feature_img_p3,
  body #body #feature ul.feature_point li.feature_txt_p4,
  body #body #feature ul.feature_point li.feature_img_p5{
    margin-top:  40px;
  }
  p.feature_subtx{
    display: block;
    margin-bottom: 15px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #763b1b;
    line-height: 1.6em;
    text-align: left;
  }
  .feature_border {
    width: 1000px;
    margin: 0 auto;
  }
  .feature_border img{
    margin: 0 -123px;
  }
  .btn_to_thought{
    margin-top: 30px;
  }
  .btn_to_thought img{
    max-width: 632px;
  }

  /**bread_info**/
  body #body #bread_info .inner ul.bread_list{
    width: 1000px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #body #bread_info .inner ul.bread_list li{
    width: 176px;
    margin-right: 30px;
    margin-bottom: 20px;*/
  }
  body #body #bread_info .inner ul.bread_list li:nth-of-type(5n){/*5の倍数*/
    margin-right: 0px;
  }
  body #body #bread_info .inner ul.bread_list li img{
    width: 176px;
  }
  p.btn_to_material{
    display: block;
    text-align: left;
  }
  p.btn_to_material img{
    width: 220px;
  }
  .btn_tobuy_big{
    margin: 40px auto 0px;
  }
  .btn_tobuy_big img{
    max-width: 1000px;
  }

  /**thought**/
  body #body #thought ul.thought_box{
    width: 800px;
    margin: 35px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #body #thought ul.thought_box li.thought_img1 img,
  body #body #thought ul.thought_box li.thought_txt1 img,
  body #body #thought ul.thought_box li.thought_img2 img,
  body #body #thought ul.thought_box li.thought_txt2 img{
    width: 400px;
    margin-bottom: 40px;
  }

  /**footer**/
  footer{
    background: #ffffff;
    text-align: center;
    padding-bottom: 40px;
  }
  footer#thought_foot{
    background: none;
    position: relative;
  }
  p.copy{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #763b1b;
    line-height: 1.6em;
  }
  div.foot_logo{
    width: 100%;
  }
  div.foot_logo img{
    max-width: 245px;
  }
}


/*--------------------SPスタイル指定ここから----------------------*/
@media screen and (max-width: 768px) {
  .br-sp {display: block; }
  .br-pc {display: none; }
  .img-sp {display: block;}
  .img-pc {display: none;}
  /*==========================================
     トップに戻るボタン
    ===========================================*/
    #page-top {
      position: fixed;
      bottom: 2%;
      right: 3%;
      z-index: 50;
    }
    #page-top a {
      display: block;
      opacity: 0.9;
    }
    #page-top a img{
      width: 32px;/*80%*/
      height: 42.4px;
    }
    #page-top a:hover {
      opacity: 0.8;
    }
    /*==========================================
       コンテンツ設定
      ===========================================*/
    body header {
      width: 100%;
      height: 45px;
      position: fixed;/* ヘッダーの固定 */
      top: 0px;      /* 位置(上0px) */
      left: 0px;     /* 位置(右0px) */
      margin: 0;
      z-index: 999;
    }
    body header .inner {
      width: 96%;
      margin: 0 auto;
      position: relative;
    }
    body header .inner #header_fixbox{
      position: absolute;
      top: 0px;
      right: 0px;
      width: 180px;
      height: 45px;
    }
    body header .inner #header_fixbox a{
      display: block;
    }
    body header .inner #header_fixbox a.header_onlineshop img{
      width: 132px;
      height: 45px;
      float: left;
      margin-right: 1px;
    }
    body header .inner #header_fixbox a.header_menu img{
      width: 47px;
      height: 45px;
    }

    /*-ナビ調整--*/
    .overlay {
      position: fixed;
      background: rgba(241, 190, 161, 1.0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: opacity .35s, visibility .35s, height .35s;
      overflow: auto;/*!!!*/
      z-index: 1000;
    }

    .overlay.open {
      opacity: 1;
      visibility: visible;
      height: 100%;
    }
    .overlay nav {
      position: relative;
      height: 56%;
      top: 50%;
      transform: translateY(-56%);
      text-align: center;
    }
    .overlay ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      width: 90%;
      height: 90%;
    }
    .overlay .nav-title {
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      top: 6%;
    }
    .overlay .nav-title img{
      width: 50%;
    }
    .overlay ul li {
      display: block;
      position: relative;
      opacity: 0;
      padding-bottom: 3%;
      margin-bottom: 3%;
      border-bottom: solid 2px #7d4c27;
    }
    .overlay ul li a {
      display: block;
      position: relative;
      text-decoration: none;
      overflow: hidden;
    }
    .overlay ul li a img{
      width: 90%;
    }
    .overlay .close-menu{
      position: absolute;
      top: 2%;
      right: 4%;
    }
    .overlay img.close-menu{
      width: 25%;
    }

    /*----sectionベース設定----*/
    body #body #main{
      width: 100%;
      padding-bottom: 20px;
    }
    body #body #howto_enjoy, body #body #voice, body #body #bakeup_bread, body #body #howto_bakeup, body #body #howto_frozen, body #body #feature, body #body #bread_info, body #body #thought {
      width: 100%;
      padding: 40px 0px;
    }
    body #body #main .inner, body #body #howto_enjoy .inner, body #body #voice .inner, body #body #bakeup_bread .inner, body #body #howto_bakeup .inner, body #body #howto_frozen .inner, body #body #feature .inner, body #body #bread_info .inner, body #body #thought .inner {
      width: 96%;
      margin: 0 auto;
      text-align: center;
    }

    /*big_ttl*/
    .big_ttl {
      width: 100%;
      margin: 10px auto 0px;
    }
    .big_ttl img{
      width: 100%;
    }
    /*btn_tobuy*/
    .btn_tobuy{
      margin: 0 auto;
    }
    .btn_tobuy img{
      width: 80%;
    }


    /***main***/
    body #body #main{
      width: 100%;
      background: url("../images/main_img.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: auto 35%;
    }
    body #body #main .inner #pascologo{
      position: absolute;
      top: 20px;
    }
    body #body #main .inner #pascologo img{
      width: 64.4px;/*70%*/
      height: 40.6px;
    }
    body #body #main .inner h1{
      margin-top: 60px;
    }
    body #body #main .inner h1 img{
      width: 70%;
      min-width: 300px;
    }
    body #body #main .inner h2{
      margin: 0px auto 10px;
    }
    body #body #main .inner h2 img{
      width: 100%;
      min-width: 350px;
    }
    body #body #main .inner .main_txt{
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      color: #763b1b;
      line-height: 2.6rem;
      text-align: center;
      margin: 0 auto 20px;
    }
    body #body #main .inner .main_txt p.main_txt01{
      display: block;
      padding-bottom: 20px;
    }/*クロス＆ミトンはなし*/
    body #body #main .inner .oven_img{
      margin-top: 20px;
    }
    body #body #main .inner .oven_img img{
      width: 100%;
    }

    /***howto_enjoy***/
    body #body #howto_enjoy h3{
      margin-bottom: 30px;
    }
    body #body #howto_enjoy h3 img{
      width: 100%;
    }
    body #body #howto_enjoy ul.howto_list {
      width: 100%;
      display: flex;
      justify-content:center;
      flex-direction:column;
      flex-wrap: wrap;
      align-items: left;
    }
    body #body #howto_enjoy ul.howto_list li img{
      width: 85%;
    }
    body #body #howto_enjoy ul.howto_list li.dinner{
      padding-left: 0px;
    }
    body #body #howto_enjoy ul.howto_list li.party{
      margin-left: -50px;
    }
    body #body #howto_enjoy ul.howto_list li.gift{
      margin-left: -10px;
    }

    /***voice***/
    body #body #voice h3{
      margin-bottom: 40px;
    }
    body #body #voice h3 img{
      width: 100%;
    }
    body #body #voice ul.voice_list {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: column;
      flex-direction: row;
      flex-wrap: wrap;
    }
    body #body #voice ul.voice_list li img{
      width: 90%;
    }
    body #body #voice ul.voice_list li{
      display: block;
      margin-bottom: 35px;
    }

    /***Bake Up Bread***/
    body #body #bakeup_bread .bakeup_maintxt{
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      color: #763b1b;
      line-height: 2.6rem;
      text-align: center;
      margin: 20px auto 0px;
    }

    /***How to BakeUp***/
    body #body #howto_bakeup h3{
      margin-bottom: 20px;
    }
    body #body #howto_bakeup h3 img{
      width: 100%;
    }
    body #body #howto_bakeup p.bakeup_tx,
    body #body #howto_bakeup p.youtube_tx {
      display: block;
      width: 96%;
      margin:  0 auto;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #763b1b;
      line-height: 2.6rem;
      text-align: left;
    }
    body #body #howto_bakeup ol.bakeup_step{
      width: 90%;
      margin: 30px auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    body #body #howto_bakeup ol.bakeup_step li{
      width: 100%;
    }
    body #body #howto_bakeup ol.bakeup_step li img.step_img{
      width: 100%;
    }
    body #body #howto_bakeup ol.bakeup_step li div.step_txt{
      display: block;
      width: 100%;
      height: 90px;
      margin-top: 15px;
      padding-left: 15px;
      border-left: 2px solid #7d4c27;
      text-align: left;
      margin-bottom: 30px;
    }
    body #body #howto_bakeup ol.bakeup_step li div.step_txt img{
      width: 91.2px;/*80%*/
      margin-bottom: 10px;
    }
    body #body #howto_bakeup ol.bakeup_step li div.step_txt p{
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #763b1b;
      line-height: 2.6rem;
      text-align: left;
    }
    body #body #howto_bakeup h4{
      margin-bottom: 30px;
    }
    body #body #howto_bakeup h4 img{
      width: 80%;
    }

    /***How to Frozen***/
    body #body #howto_frozen ul.frozen_point{
      width: 100%;
      margin: 40px auto 0px;
      display: flex;
      justify-content: column;
      flex-direction: row;
      flex-wrap: wrap;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_txt1 img,
    body #body #howto_frozen ul.frozen_point li.frozen_txt2 img,
    body #body #howto_frozen ul.frozen_point li.frozen_txt3 img{
      width: 100%;
      margin-bottom: 40px;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_img1 img,
    body #body #howto_frozen ul.frozen_point li.frozen_img2 img{
      width: 100%;
      margin-bottom: 40px;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_txt1{
      order: 0;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_txt2{
      order: 1;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_img1{
      order: 2;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_txt3{
      order: 3;
    }
    body #body #howto_frozen ul.frozen_point li.frozen_img2{
      order: 4;
    }


    /***fature***/
    body #body #feature ul.feature_point{
      width: 90%;
      margin: 20px auto 0px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
    }
    body #body #feature ul.feature_point li.feature_txt_p1 img,
    body #body #feature ul.feature_point li.feature_txt_p2 img,
    body #body #feature ul.feature_point li.feature_txt_p3 img,
    body #body #feature ul.feature_point li.feature_txt_p4 img,
    body #body #feature ul.feature_point li.feature_txt_p5 img{
      width: 100%;
    }
    body #body #feature ul.feature_point li.feature_img_p1 img,
    body #body #feature ul.feature_point li.feature_img_p2 img,
    body #body #feature ul.feature_point li.feature_img_p3 img,
    body #body #feature ul.feature_point li.feature_img_p4 img,
    body #body #feature ul.feature_point li.feature_img_p5 img{
      width: 100%;
    }
    body #body #feature ul.feature_point li.feature_img_p1,
    body #body #feature ul.feature_point li.feature_txt_p2,
    body #body #feature ul.feature_point li.feature_img_p3,
    body #body #feature ul.feature_point li.feature_txt_p4{
      margin-bottom:  60px;
    }
    body #body #feature ul.feature_point li.feature_txt_p1,
    body #body #feature ul.feature_point li.feature_img_p2,
    body #body #feature ul.feature_point li.feature_txt_p3,
    body #body #feature ul.feature_point li.feature_img_p4,
    body #body #feature ul.feature_point li.feature_txt_p5{
      margin-bottom:  5px;
    }
    body #body #feature ul.feature_point li.feature_img_p5{
      margin-bottom:  20px;
    }
    p.feature_subtx{
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      color: #763b1b;
      line-height: 1.6rem;
      text-align: center;
      margin-bottom: 30px;
    }
    .feature_border {
      width: 100%;
      margin: 0 auto;
    }
    .feature_border img{
      width: 100%;
      /*margin: 0 -123px;*/
    }
    .btn_to_thought{
      margin-top: 30px;
    }
    .btn_to_thought img{
      width: 96%;
    }

    /**bread_info**/
    body #body #bread_info .inner ul.bread_list{
      width: 100%;
      margin: 20px auto 0px;
      display: flex;
      justify-content: column;
      flex-direction: row;
      flex-wrap: wrap;
    }
    body #body #bread_info .inner ul.bread_list li{
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #7d4c27;
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }
    body #body #bread_info .inner ul.bread_list li:first-child{
      padding-top: 0px;
    }
    body #body #bread_info .inner ul.bread_list li:last-child{
      border-bottom: none;
    }
    body #body #bread_info .inner ul.bread_list li img{
      width: 48%;
      padding-right: 2%
    }
    p.btn_to_material{
      display: block;
      text-align: center;
    }
    p.btn_to_material img{
      width: 60%;
    }
    .btn_tobuy_big{
      margin: 60px auto 0px;
    }
    .btn_tobuy_big img{
      width: 100%;
    }

    /**thought**/
    body #body #thought ul.thought_box{
      width: 100%;
      margin: 35px auto 0px;
      display: flex;
      justify-content: column;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center;
    }
    body #body #thought ul.thought_box li.thought_img1 img,
    body #body #thought ul.thought_box li.thought_txt1 img,
    body #body #thought ul.thought_box li.thought_img2 img,
    body #body #thought ul.thought_box li.thought_txt2 img{
      width: 96%;
      margin-bottom: 40px;
    }

    /**footer**/
    footer{
      background:  #ffffff;
      text-align: center;
      padding-bottom: 20px;
    }
    footer#thought_foot{
      background: none;
      text-align: center;
    }
    p.copy{
      display: block;
      font-size: 8px;
      font-size: 0.8rem;
      color: #763b1b;
      line-height: 1.0em;
    }
    div.foot_logo{
      width: 100%;
    }
    div.foot_logo img{
      max-width: 122.5px;
    }
}
/* 高さ768px以下の場合 フルスクリーンナビゲーション表示調整*/
@media screen and (max-height: 480px) {
  .overlay {
    position: fixed;
    background: rgba(241, 190, 161, 1.0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;/*!!!*/
    z-index: 1000;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
   .overlay .nav-title {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 4%;
  }
  .overlay .nav-title img{
    width: 40%;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 80%;
    height: 80%;
  }
  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: solid 2px #7d4c27;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay ul li a img{
    width: 80%;
  }
  .overlay .close-menu{
    position: absolute;
    top: 2%;
    right: 2%;
  }
  .overlay img.close-menu{
    width: 25%;
  }
}
