@charset "UTF-8";
/*icon*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jm20kh");
  src: url("../fonts/icomoon.eot?jm20kh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jm20kh") format("truetype"), url("../fonts/icomoon.woff?jm20kh") format("woff"), url("../fonts/icomoon.svg?jm20kh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-report:before {
  content: "\e916";
}

.fa-cart:before {
  content: "\e917";
}

.fa-blank:before {
  content: "\e918";
}

.fa-basket:before {
  content: "\e800";
}

.fa-angle-down:before {
  content: "\e900";
}

.fa-angle-left:before {
  content: "\e902";
}

.fa-angle-right:before {
  content: "\e903";
}

.fa-angle-up:before {
  content: "\e90f";
}

.fa-chevron-circle-down:before {
  content: "\e910";
}

.fa-chevron-circle-left:before {
  content: "\e904";
}

.fa-chevron-circle-up:before {
  content: "\e911";
}

.fa-chevron-down:before {
  content: "\e901";
}

.fa-chevron-left:before {
  content: "\e906";
}

.fa-chevron-right:before {
  content: "\e907";
}

.fa-chevron-up:before {
  content: "\e912";
}

.fa-plus-circle:before {
  content: "\e915";
}

.fa-minus-circle:before {
  content: "\e919";
}

.fa-plus-circle__locabo:before {
  content: "\e915";
}

.fa-shopping-cart:before {
  content: "\e914";
}

.fa-times:before {
  content: "\e909";
}

.fa-times-circle:before {
  content: "\e908";
}

.fa-clone:before {
  content: "\e90e";
}

.fa-images:before {
  content: "\e913";
}

.fa-facebook:before {
  content: "\e90c";
}

.fa-facebook-f:before {
  content: "\e90a";
}

.fa-facebook-square:before {
  content: "\e90b";
}

.fa-instagram1:before {
  content: "\e90d";
}

.fa-minus:before {
  content: "\ea0b";
}

.fa-checkmark:before {
  content: "\ea10";
}

.fa-facebook1:before {
  content: "\ea90";
}

.fa-facebook2:before {
  content: "\ea91";
}

.fa-instagram:before {
  content: "\ea92";
}

#Container {
  width: 100%;
}

.WrapTop {
  width: 980px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}

.goth {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

#mdlBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#mdlBg.on {
  display: block;
}

nav.low {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(73, 73, 73, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(73, 73, 73, 0.2);
}

ul.nav {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(73, 73, 73, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(73, 73, 73, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  ul.nav {
    display: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 12vw 6vw 6vw;
  }
}
ul.nav.on {
  display: block;
}
ul.nav li a {
  display: block;
  padding: 15px 0;
  background: url(../img/updates/arrow_black.png) no-repeat center left;
  background-size: 18px auto;
  padding-left: 25px;
  text-decoration: none;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  ul.nav li a {
    border-bottom: 1px solid #ccc;
    padding: 4.2vw 4.2vw 4.2vw 6.5vw;
    font-size: 4vw;
    background: url(../img/updates/arrow_black.png) no-repeat center left;
    background-size: 4.2vw auto;
  }
}
ul.nav li:last-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  ul.nav li:last-child {
    display: block;
    padding-top: 28vw;
  }
}
@media only screen and (max-width: 767px) {
  ul.nav li:last-child a {
    padding: 0;
    background: none;
    border: none;
  }
}
ul.nav li.cur a {
  opacity: 0.5;
  pointer-events: none;
}
ul.nav__low {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 767px) {
  ul.nav__low {
    background: #fff;
  }
}

#header_sns a img {
  width: 42px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #header_sns a img {
    width: 9%;
  }
}

#mv_wrap .mv_inner {
  height: 630px;
  background-image: url(/brand/uogashiage/top/img/updates/mv_back.jpg);
}
#mv_wrap .mv_inner .mv_logo {
  top: 60px;
}
#mv_wrap .mv_inner .mv_txt {
  top: 60px;
}
#mv_wrap .mv_inner .mv_uogashi {
  top: 220px;
}
#mv_wrap .mv_inner .mv_balloon {
  right: -130px;
  top: 220px;
}

#mv_wrap_sp .package {
  top: 9%;
}

.mv img {
  width: 100%;
}
.mv.low {
  height: 250px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv.low {
    height: 46vw;
  }
}
.mv.low h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .mv.low h1 {
    width: 100%;
    top: 30%;
  }
}
.mv.low.recipe {
  background: url(../../recipes/img/recipe_mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv.low.recipe {
    background: url(../../recipes/img/recipe_mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.mv.low.about {
  background: url(../../about/img/about_mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv.low.about {
    background: url(../../about/img/about_mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mv.low.about h1 {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.mv.low.birth {
  background: url(../../birth/img/updates/birth_mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv.low.birth {
    background: url(../../birth/img/updates/birth_mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mv.low.birth h1 {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.mv.low.manga {
  background: url(../../manga/img/updates/manga_mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mv.low.manga {
    background: url(../../manga/img/updates/manga_mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mv.low.manga h1 {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.uogashiWrap {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
.uogashiWrap .hum {
  width: 12vw;
  height: 12vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: url(../img/updates/hum.png) no-repeat center;
  background-size: cover;
  display: none;
}
.uogashiWrap .hum.on {
  background: url(../img/updates/hum_close.png) no-repeat center;
  background-size: cover;
}

#mv_wrap .mv_inner {
  margin-top: 0;
}

main {
  font-size: 16px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main {
    font-size: 3.733vw;
    padding-bottom: 12vw;
  }
}
main h1, main h2, main h3, main h4 {
  color: #333;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
}
main .footerWaves {
  background-image: url(/brand/uogashiage/top/img/menu_back.png);
  background-repeat: repeat-x;
  display: block;
  width: 980px;
  height: 112px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  main .footerWaves {
    background-image: url(/brand/uogashiage/top/img/sp/wave.png);
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8.1% 0;
    display: block;
    background-size: cover;
    height: auto;
    width: 100%;
    border-radius: 0;
  }
}
main .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .uogashiWrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  main a img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  main a img:hover {
    opacity: 0.7;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  main a:hover img {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main img {
  max-width: 100%;
}
main span.yel {
  background: #fff600;
}
main .wave {
  background-image: url(/brand/uogashiage/top/img/menu_back.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -90px;
  width: 100%;
  height: 358px;
}
@media only screen and (max-width: 767px) {
  main .wave {
    background-image: url(/brand/uogashiage/top/img/sp/wave.png);
    background-size: auto 38vw;
    height: 35vw;
    top: -22vw;
  }
}
main#top {
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  main#top {
    padding-top: 0;
  }
}
main#top .frame {
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  main#top .frame {
    border-radius: 0;
  }
}
main#top .sec01 h2, main#top .sec02 h2, main#top .sec03 h2 {
  text-align: center;
}
main#top .sec01 {
  position: relative;
  margin-top: 120px;
  border-radius: 10px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 {
    margin-bottom: 0;
    margin-top: 7vw;
  }
}
main#top .sec01 .inner {
  padding: 100px 50px 0;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .inner {
    padding: 12vw 6vw;
  }
}
main#top .sec01 h2 {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  main#top .sec01 h2 {
    width: 88vw;
    top: -11vw;
  }
}
main#top .sec01 .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .box {
    display: block;
  }
}
main#top .sec01 .box:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .box:first-of-type {
    margin-bottom: 10vw;
  }
}
main#top .sec01 .box div {
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 420px);
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .box div {
    width: 100%;
    padding-left: 0;
    padding-top: 6.5vw;
  }
}
main#top .sec01 .box div h3 {
  margin-bottom: 22px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .box div h3 {
    margin-bottom: 0;
  }
}
main#top .sec01 .box div .btn {
  padding-top: 22px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  main#top .sec01 .box div .btn {
    padding-top: 4vw;
  }
}
main#top .sec01 .box div .btn img {
  width: auto;
}
main#top .sec02 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  main#top .sec02 {
    margin-bottom: 12vw;
  }
}
main#top .sec02 h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#top .sec02 h2 {
    width: 88vw;
    margin: 0 auto;
  }
}
main#top .sec02 .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main#top .sec02 .btn {
    width: 88vw;
    margin: 0 auto;
  }
}
main#top .sec02 .btn a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  main#top .sec03 {
    padding: 0 6.5vw;
  }
}
main#top .sec03 h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#top .sec03 h2 {
    margin-bottom: 0;
  }
}
main#top .sec03 h2:nth-of-type(2) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main#top .sec03 h2:nth-of-type(2) {
    margin-bottom: 0;
  }
}
main#top .sec03 p {
  text-align: center;
  color: #263238;
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#top .sec03 p {
    font-size: 3.733vw;
    margin-bottom: 6.5vw;
  }
}
main#top .sec03 div {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main#top .sec03 div {
    margin-bottom: 24vw;
  }
}
main#top .sec03 div a {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  main#top .sec03 div a {
    width: 88vw;
    margin: 0 auto;
    bottom: -10vw;
  }
}
main#recipes {
  padding: 75px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main#recipes {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  main#recipes section {
    padding: 9vw 6vw;
  }
}
main#recipes .wave {
  top: 190px;
}
@media only screen and (max-width: 767px) {
  main#recipes .wave {
    background-image: url(../img/updates/wave_sp.png);
    background-size: 100% auto;
    height: 130vw;
    top: 80vw;
  }
}
main#recipes h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  main#recipes h2 {
    font-size: 4.267vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
main#recipes .inner > p {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main#recipes .inner > p {
    margin-bottom: 11vw;
  }
}
main#recipes .tab__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
main#recipes .tab__switch li {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(86%, #f0f0f0), color-stop(14%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 86%, #fff 14%, #fff 100%);
  background: linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 86%, #fff 14%, #fff 100%);
  width: 24.5%;
  text-align: center;
  cursor: pointer;
  padding: 23px 0 32px;
  border-radius: 4px 4px 0 0;
}
@media print, screen and (min-width: 768px) {
  main#recipes .tab__switch li {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  main#recipes .tab__switch li:hover {
    opacity: 0.85;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__switch li {
    font-size: 4vw;
    padding: 4.5vw 0 5vw;
    line-height: 1.1;
  }
}
main#recipes .tab__switch li.act {
  background: url(../img/updates/menu01_act.png) no-repeat center top;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__switch li.act {
    background: url(../img/updates/menu01_act_sp.png) no-repeat center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__switch li:last-child {
    padding: 3vw 0 3.8vw;
  }
}
main#recipes .tab__switch__02 {
  top: -8vw;
}
main#recipes .tab__switch__02 li {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), color-stop(93%, #f0f0f0), color-stop(7%, #fff), to(#fff));
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #f0f0f0 93%, #fff 7%, #fff 100%);
  background: linear-gradient(360deg, #f0f0f0 0%, #f0f0f0 93%, #fff 7%, #fff 100%);
  padding: 6vw 0 4.5vw;
}
main#recipes .tab__switch__02 li.act {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__switch__02 li.act {
    background: url(../img/updates/menu01_act02_sp.png) no-repeat center top;
    background-size: contain;
  }
}
main#recipes .tab__switch__02 li:last-child {
  padding: 3.4vw 0 2.7vw;
}
main#recipes .tab__listWrap {
  background: #fff;
  min-height: 500px;
  position: relative;
  z-index: 1;
  top: -11px;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__listWrap {
    top: -2.2vw;
  }
}
main#recipes .tab__list {
  background: #fff;
}
main#recipes .tab__list .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 40px 5%;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex {
    padding: 6vw 4vw;
    display: block;
  }
}
main#recipes .tab__list .flex li {
  width: 31%;
  margin-bottom: 24px;
  margin-right: 3.5%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li {
    width: 100%;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
  }
}
main#recipes .tab__list .flex li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li:last-child {
    border: none;
  }
}
main#recipes .tab__list .flex li a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  main#recipes .tab__list .flex li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  main#recipes .tab__list .flex li a:hover figure figcaption {
    text-decoration: underline;
  }
}
main#recipes .tab__list .flex li a figure {
  font-size: 14px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main#recipes .tab__list .flex li a figure div {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure div {
    width: 32%;
  }
}
main#recipes .tab__list .flex li a figure figcaption {
  display: block;
  padding: 14px 5px 0 1.4em;
  color: #401e13;
  text-align: left;
  position: relative;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure figcaption {
    font-size: 3.4482758621vw !important;
    padding: 0 0 0 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 68%;
  }
}
main#recipes .tab__list .flex li a figure figcaption .ico__base {
  position: relative;
}
main#recipes .tab__list .flex li a figure figcaption span {
  color: #263238;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure figcaption .recipeName {
    width: 40vw;
  }
}
main#recipes .tab__list .flex li a figure figcaption span.fa-chevron-circle-right {
  margin-right: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  background: url(../../recipes/img/arrow_black.png) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure figcaption span.fa-chevron-circle-right {
    width: 3.8vw;
    height: 3.8vw;
    position: static;
  }
}
main#recipes .tab__list .flex li a figure figcaption span.fa-blank {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  main#recipes .tab__list .flex li a figure figcaption span.fa-blank {
    font-size: 2.6315789474vw !important;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: 5px;
  }
}
main#about .inner {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
main#about .sec01 {
  padding: 72px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  main#about .sec01 {
    padding: 0 6.5vw;
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 767px) {
  main#about .sec01 .inner {
    padding: 9vw 0;
  }
}
main#about .sec01 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  main#about .sec01 h2 {
    font-size: 4.267vw !important;
    margin-bottom: 8vw;
  }
}
main#about .sec01 h2 .imgs {
  position: absolute;
  top: -10px;
  left: -70px;
}
@media only screen and (max-width: 767px) {
  main#about .sec01 h2 .imgs {
    position: static;
    padding-top: 6vw;
    display: block;
  }
}
main#about .sec01 h2 .imgs__02 {
  left: auto;
  right: -120px;
}
@media only screen and (max-width: 767px) {
  main#about .sec01 h2 .imgs__02 {
    display: none;
  }
}
main#about .sec01 .flex {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main#about .sec01 .flex {
    display: block;
  }
}
main#about .sec02 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .wave {
    top: -16vw;
  }
}
main#about .sec02 .inner {
  border-radius: 10px;
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner {
    border-radius: 0;
    padding: 8vw 6vw 1vw;
  }
}
main#about .sec02 .inner h2 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner h2 {
    margin-bottom: 9vw;
  }
}
main#about .sec02 .inner ul.flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.flex {
    display: block;
    margin-bottom: 12vw;
  }
}
main#about .sec02 .inner ul.flex li {
  text-align: center;
  width: 39%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.flex li {
    width: 100%;
    margin-bottom: 12vw;
  }
}
main#about .sec02 .inner ul.flex li:last-child {
  margin-bottom: 0;
}
main#about .sec02 .inner ul.flex li h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.flex li h3 {
    font-size: 5.333vw !important;
    margin-bottom: 0;
  }
}
main#about .sec02 .inner ul.flex li img {
  margin-bottom: 5px;
}
main#about .sec02 .inner ul.flex li p {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.flex li p {
    font-size: 3.733vw;
  }
}
main#about .sec02 .inner ul.qa li {
  background: #f4f4f4;
  padding: 25px 20px 25px 6em;
  position: relative;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.qa li {
    font-size: 3.733vw;
    padding: 5vw 5vw 5vw 17vw;
  }
}
main#about .sec02 .inner ul.qa li:nth-child(even) {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.qa li:nth-child(even) {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
main#about .sec02 .inner ul.qa li:nth-child(even) span {
  background: #1a1a1a;
  color: #fff;
}
main#about .sec02 .inner ul.qa li span {
  font-size: 22px;
  background: #fff;
  color: #333;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 30px;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 767px) {
  main#about .sec02 .inner ul.qa li span {
    font-size: 4.267vw;
    top: 5.2vw;
    left: 5vw;
  }
}
main#birth .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
main#birth .sec01 {
  padding: 72px 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: 195px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec01 {
    padding: 9vw 0 0;
    margin-bottom: 22vw;
  }
}
main#birth .sec01 .ttlWrap {
  width: 100%;
  max-width: 590px;
  margin: 0 auto 55px;
  position: relative;
}
main#birth .sec01 .ttlWrap .imgs {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -310px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec01 .ttlWrap .imgs {
    position: static;
    display: block;
    padding-top: 6vw;
    -webkit-transform: none;
            transform: none;
  }
}
main#birth .sec01 .ttlWrap .imgs__02 {
  left: auto;
  right: -285px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec01 .ttlWrap .imgs__02 {
    display: none;
  }
}
main#birth .sec01 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main#birth .sec01 h2 {
    width: 88vw;
    margin: 0 auto;
    font-size: 4.267vw !important;
  }
}
main#birth .sec02 {
  position: relative;
}
main#birth .sec02 .inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .wave {
    top: -15vw;
    background-image: url(../img/updates/wave_sp.png);
    background-size: 100% auto;
    height: 85vw;
  }
}
main#birth .sec02 ul.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 ul.flex {
    display: block;
    width: 88vw;
    margin: 0 auto 14vw;
  }
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 ul.flex__02 {
    margin-bottom: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 ul.flex li {
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 ul.flex li:last-child {
    margin-bottom: 0;
  }
}
main#birth .sec02 .frame {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 60px 50px 50px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame {
    padding: 9vw 6vw 6vw;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame__02 {
    padding: 11vw 6vw 6vw;
  }
}
main#birth .sec02 .frame h2 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame h2 {
    top: -5vw;
  }
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame h2.birth02 {
    top: -12vw;
  }
}
main#birth .sec02 .frame h3 {
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame h3 {
    margin-bottom: 8vw;
  }
}
main#birth .sec02 .frame .img {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame .img {
    margin-bottom: 5vw;
  }
}
main#birth .sec02 .frame .txt {
  line-height: 1.85;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame .txt {
    font-size: 3.2vw;
  }
}
main#birth .sec02 .frame .txt__01 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  main#birth .sec02 .frame .txt__01 {
    margin-bottom: 9vw;
  }
}
main#birth .btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  main#birth .btn {
    display: block;
    margin: 0 auto;
    padding: 6vw 0 0;
  }
}
main#birth .btn a {
  display: block;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  main#birth .btn a {
    text-decoration: none;
    padding-left: 5vw;
  }
}
main#birth .btn a span {
  font-size: 3.2vw;
  padding-top: 3vw;
}
main#birth .btn__02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main#birth .btn__02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88vw;
    margin: 0 auto;
  }
}
main#birth .btn__02 .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  main#birth .btn__02 .flex.right, main#birth .btn__02 .flex.left {
    width: 50%;
  }
}
main#birth .btn__02 .flex.left a {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  main#birth .btn__02 .flex.left a {
    padding-right: 5vw;
  }
}
main#manga .sec01 {
  padding: 82px 0 0;
  text-align: center;
  margin-bottom: 190px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 {
    padding: 12vw 0 0;
    margin-bottom: 25vw;
  }
}
main#manga .sec01 .ttlWrap {
  width: 100%;
  max-width: 643px;
  margin: 0 auto 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 .ttlWrap {
    margin: 0 auto 6vw;
  }
}
main#manga .sec01 .ttlWrap .imgs {
  position: absolute;
  top: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -320px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 .ttlWrap .imgs {
    display: none;
  }
}
main#manga .sec01 .ttlWrap .imgs__02 {
  left: auto;
  right: -285px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 .ttlWrap .imgs__02 {
    display: none;
  }
}
main#manga .sec01 p {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 p {
    font-size: 4.267vw;
    width: 88vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  main#manga .sec01 p span {
    display: block;
    padding-top: 6vw;
  }
}
main#manga .sec02 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .wave {
    top: -18vw;
  }
}
main#manga .sec02 .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
main#manga .sec02 .inner .frame {
  background: #fff;
  padding: 30px 50px 50px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .frame {
    border-radius: 0;
    padding: 8vw 6vw 12vw;
  }
}
main#manga .sec02 .inner .frame h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .frame h2 {
    margin-bottom: 6vw;
  }
}
main#manga .sec02 .inner .frame .popup {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .frame .popup {
    margin-bottom: 6vw;
  }
}
main#manga .sec02 .inner .frame .popup__02 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .frame .popup__02 {
    margin-bottom: 12vw;
  }
}
main#manga .sec02 .inner .profileMod {
  background: #f4f4f4;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .profileMod {
    padding: 7vw 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .profileMod img {
    width: 17vw;
  }
}
main#manga .sec02 .inner .profileMod div {
  width: calc(100% - 91px);
  padding-left: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .profileMod div {
    width: calc(100% - 17vw);
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
main#manga .sec02 .inner .profileMod div h3 {
  font-size: 22px;
  margin-bottom: 0.4em;
  color: #333;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .profileMod div h3 {
    font-size: 5.333vw !important;
  }
}
main#manga .sec02 .inner dl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner dl {
    margin-bottom: 7vw;
  }
}
main#manga .sec02 .inner dl dt {
  margin-bottom: 0.7em;
}
main#manga .sec02 .inner dl dd a {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner dl dd a {
    margin-bottom: 0.5em;
  }
}
main#manga .sec02 .inner dl dd a span {
  background: url(../../manga/img/updates/icon.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner dl dd a span {
    width: 3.733vw;
    height: 3.733vw;
    top: 0.3em;
  }
}
main#manga .sec02 .inner .dtl {
  border: 1px solid #cccccc;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .dtl {
    padding: 4.5vw 6vw;
  }
}
main#manga .sec02 .inner .dtl li {
  position: relative;
  padding-left: 1.4em;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  main#manga .sec02 .inner .dtl li {
    font-size: 3.2vw;
  }
}
main#manga .sec02 .inner .dtl li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pagetop {
  background: #fff;
  border-bottom: 2px solid #263238;
  background: url(../img/bg.gif) repeat #FDFAF5 0 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    padding-bottom: 18vw;
    border: none;
    background: url(../img/bg.gif) repeat #FDFAF5 0 0;
    margin-bottom: 0;
  }
}
.pagetop .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pagetop .inner {
    text-align: center;
  }
}
.pagetop .inner img {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pagetop .inner img {
    width: 45vw;
  }
}

@media only screen and (max-width: 767px) {
  .modal_inner {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-nav {
    width: 7vw !important;
    height: 7vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-prev {
    left: 1.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-next {
    right: 1.5vw;
  }
}

.fancybox-nav span {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .fancybox-nav span {
    width: 7vw !important;
    height: 8vw !important;
  }
}

.fancybox-next span {
  background-image: url(../../manga/img/updates/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: -84px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fancybox-next span {
    background-position: center center !important;
    background-size: 7vw 7vw !important;
  }
}

.fancybox-prev span {
  background-image: url(../../manga/img/updates/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: -84px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fancybox-prev span {
    background-position: center center !important;
    background-size: 7vw 7vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-close {
    right: 10% !important;
  }
}/*# sourceMappingURL=style.css.map */