@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.main-wrapper,
.modal-wrapper {
  font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  vertical-align: baseline;
}
.main-wrapper {
  width: 100%;
  overflow: hidden;
}
.to-top {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 45px;
  height: 45px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/to-top.png");
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  pointer-events: none;
}
.to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.md-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 60px;
  background-color: #ffffff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.md-header .inner {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
}
.md-header .logo {
  position: relative;
  width: 145px;
  height: 75px;
  display: block;
  background-image: url("../image/header_logo02.png?202008");
  background-size: cover;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  left: 6.66666667%;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: left, -webkit-transform;
  transition: left, -webkit-transform;
  transition: transform, left;
  transition: transform, left, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.md-header .btn {
  width: 20px;
  height: 34px;
  display: block;
  position: absolute;
  top: 14px;
  right: 6.66666667%;
}
.md-header .btn .menu {
  background-image: url("../image/header_menu.png");
  width: 29px;
  height: 8px;
  display: block;
  background-size: cover;
  position: absolute;
  left: -9px;
  bottom: 0;
}
.md-header .btn .close {
  background-image: url("../image/header_close.png");
  width: 33px;
  height: 8px;
  display: block;
  background-size: cover;
  position: absolute;
  left: -12px;
  bottom: 0;
  opacity: 0;
}
.md-header .btn .hamburger {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: -4px;
  top: 8px;
}
.md-header .btn .hamburger:before,
.md-header .btn .hamburger:after,
.md-header .btn .hamburger span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
}
.md-header .btn .hamburger:before {
  -webkit-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.md-header .btn .hamburger:after {
  -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.md-header .btn.open .hamburger span {
  opacity: 0;
}
.md-header .btn.open .hamburger:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.md-header .btn.open .hamburger:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.md-header .btn.open .close {
  opacity: 1;
}
.md-header .btn.open .menu {
  opacity: 0;
}
.md-header ul {
  overflow: hidden;
  width: 100%;
  height: 0;
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  padding-left: 6.66666667%;
  padding-right: 6.66666667%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.md-header ul.open {
  height: 220px;
}
.md-header ul li {
  background-color: #000000;
  width: 100%;
  height: 55px;
  display: block;
  margin-bottom: 15px;
  border-radius: 55px;
}
.md-header ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  display: block;
  padding-left: 28px;
  position: relative;
}
.md-header ul li a i {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 22px;
}
.md-header ul li:nth-child(1) {
  margin-top: 50px;
  background-color: #ff8d10;
}
.md-header ul li:nth-child(2) {
  background-color: #99d120;
}
.md-header ul li:nth-child(3) {
  background-color: #fe6d6d;
}
.md-header ul li:nth-child(1) i,
.md-header ul li:nth-child(2) a i {
  width: 16px;
  height: 9px;
  display: block;
  background-image: url("../image/arrow_bottom_white2.png");
  top: 23px;
}
.md-header ul li:nth-child(3) a i {
  width: 9px;
  height: 16px;
  display: block;
  background-image: url("../image/arrow_right_white2.png");
  top: 20px;
}
.md-header.top {
  background-color: rgba(255, 255, 255, 0);
}
.md-header.top .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.md-header.top ul {
  border: none;
}
.md-header.top ul.open {
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.md-header.top.open {
  background-color: #ffffff;
}
.main-wrapper {
  width: 100%;
}
.main-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper .header-recipes {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding-left: 6.66666667%;
  padding-right: 6.66666667%;
}
.main-wrapper .header-recipes figure {
  width: 125px;
  height: 75px;
  display: block;
  background-image: url("../image/header_logo.png");
  background-size: 125px 75px;
}
.main-wrapper .header-recipes .btn {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000000;
  position: absolute;
  right: 30px;
  top: 23px;
}
.main-wrapper .header-recipes .btn:before,
.main-wrapper .header-recipes .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
}
.main-wrapper .header-recipes .btn:before {
  top: -8px;
}
.main-wrapper .header-recipes .btn:after {
  top: 8px;
}
.main-wrapper .header-recipes .btn > span {
  font-size: 10px;
  position: relative;
  left: -5px;
  bottom: -17px;
}
.main-wrapper .header-recipes:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  bottom: -4px;
}
.main-wrapper .section-top {
  margin-bottom: 50px;
  margin-top: 60px;
}
.main-wrapper .section-top h1 {
  width: 100%;
  background-image: url("../image/recipes_title_bg.png");
  background-size: cover;
  position: relative;
  z-index: -1;
}
.main-wrapper .section-top h1:before {
  display: block;
  content: "";
  padding-top: 43%;
}
.main-wrapper .section-top h1 img {
  position: absolute;
  left: 0;
  top: 36.92307692%;
}
.main-wrapper .section-top h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.main-wrapper .section-top ul {
  overflow: hidden;
  padding-left: 6.66666667%;
  padding-right: 6.66666667%;
}
.main-wrapper .section-top ul li {
  width: 48.46153846%;
  min-height: 35px;
  float: left;
  line-height: 35px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.main-wrapper .section-top ul li:nth-child(2n-1) {
  margin-right: 3.07692308%;
}
.main-wrapper .section-top ul li:after {
  content: "";
  width: 10px;
  height: 7px;
  display: block;
  background-image: url('../image/arrow_bottom_white.png');
  background-size: 10px 7px;
  position: absolute;
  right: 13px;
  top: 15px;
}
.main-wrapper .section-top ul li span {
  position: relative;
  left: -4px;
}
.main-wrapper .section-top ul li:nth-child(1) {
  background-color: #e9ab25;
}
.main-wrapper .section-top ul li:nth-child(2) {
  background-color: #c9239f;
}
.main-wrapper .section-top ul li:nth-child(3) {
  background-color: #99d120;
}
.main-wrapper .section-top ul li:nth-child(4) {
  background-color: #f956a2;
}
.main-wrapper .section-top ul li:nth-child(5) {
  background-color: #85A400;
}
.main-wrapper .section-top ul li:nth-child(6) {
  background-color: #ff8d10;
}
.main-wrapper .section-recipes .inner {
  position: relative;
}
.main-wrapper .section-recipes .inner .anchor {
  position: absolute;
  top: -95px;
}
.main-wrapper .section-recipes > div {
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 30px;
  margin-bottom: 30px;
}
.main-wrapper .section-recipes > div .inner {
  padding-left: 6.66666667%;
  padding-right: 6.66666667%;
  box-sizing: border-box;
}
.main-wrapper .section-recipes > div .inner .title {
  text-align: center;
  margin-bottom: 50px;
}
.main-wrapper .section-recipes > div .inner .title img {
  width: 45.33333333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.main-wrapper .section-recipes > div .inner .title h2 span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
}
.main-wrapper .section-recipes > div .inner .title h2 span:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
}
.main-wrapper .section-recipes > div .inner .title h2 span:nth-of-type(1) {
  font-size: 12px;
  margin-bottom: 7px;
}
.main-wrapper .section-recipes > div .inner .title h2 span:nth-of-type(1):after {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -3px;
}
.main-wrapper .section-recipes > div .inner .title h2 span:nth-of-type(2) {
  font-size: 17px;
}
.main-wrapper .section-recipes > div .inner .title h2 span:nth-of-type(2):after {
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -1px;
}
.main-wrapper .section-recipes > div .inner ul:after {
  display: block;
  content: "";
  clear: both;
}
.main-wrapper .section-recipes > div .inner ul li {
  margin-bottom: 40px;
  position: relative;
  width: 44%;
  min-height: 190px;
  float: left;
}
.main-wrapper .section-recipes > div .inner ul li h3 {
  margin-bottom: 13px;
}
.main-wrapper .section-recipes > div .inner ul li .images .pic {
  margin-bottom: 15px;
}
.main-wrapper .section-recipes > div .inner ul li .images .chart {
  display: none;
  margin-bottom: 15px;
}
.main-wrapper .section-recipes > div .inner ul li a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 31px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.main-wrapper .section-recipes > div .inner ul li a:after {
  display: block;
  content: "";
  width: 6px;
  height: 11px;
  background-image: url("../image/arrow_right_black.png");
  position: absolute;
  background-size: cover;
  right: 10px;
  top: 10px;
}
.main-wrapper .section-recipes > div .inner ul li a span {
  position: relative;
  left: -3px;
}
.main-wrapper .section-recipes > div .inner ul li:after {
  display: block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.main-wrapper .section-recipes > div .inner ul li:nth-child(2n-1) {
  margin-right: 12%;
}
.main-wrapper .section-recipes > div .inner ul li:nth-child(2n-1):after {
  width: 98px;
  height: 98px;
  display: block;
  position: absolute;
  left: -63px;
  top: 17px;
}
.main-wrapper .section-recipes > div .inner ul li:nth-child(2n):after {
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
  left: 115px;
  top: 71px;
}
.main-wrapper .section-recipes > .sb {
  background-image: url("../image/recipes_sb_bg.png");
}
.main-wrapper .section-recipes > .sb .title h2 span:after {
  background-color: #fe6d6d;
}
.main-wrapper .section-recipes > .sb ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_sb_elm1.png");
}
.main-wrapper .section-recipes > .sb ul li:nth-child(2n):after {
  background-image: url("../image/recipes_sb_elm2.png");
}
.main-wrapper .section-recipes > .rb {
  background-image: url("../image/recipes_rb_bg.png");
}
.main-wrapper .section-recipes > .rb .title h2 span:after {
  background-color: #e9ab25;
}
.main-wrapper .section-recipes > .rb ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_rb_elm1.png");
}
.main-wrapper .section-recipes > .rb ul li:nth-child(2n):after {
  background-image: url("../image/recipes_rb_elm2.png");
}
.main-wrapper .section-recipes > .sc {
  background-image: url("../image/recipes_sc_bg.png");
}
.main-wrapper .section-recipes > .sc .title h2 span:after {
  background-color: #ffcc00;
}
.main-wrapper .section-recipes > .sc ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_sc_elm1.png");
}
.main-wrapper .section-recipes > .sc ul li:nth-child(2n):after {
  background-image: url("../image/recipes_sc_elm2.png");
}
.main-wrapper .section-recipes > .hb {
  background-image: url("../image/recipes_hb_bg.png");
}
.main-wrapper .section-recipes > .hb .title h2 span:after {
  background-color: #c9239f;
}
.main-wrapper .section-recipes > .hb ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_hb_elm1.png");
}
.main-wrapper .section-recipes > .hb ul li:nth-child(2n):after {
  background-image: url("../image/recipes_hb_elm2.png");
}
.main-wrapper .section-recipes > .st {
  background-image: url("../image/recipes_st_bg.png");
}
.main-wrapper .section-recipes > .st .title h2 span:after {
  background-color: #99d120;
}
.main-wrapper .section-recipes > .st ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_st_elm1.png");
}
.main-wrapper .section-recipes > .st ul li:nth-child(2n):after {
  background-image: url("../image/recipes_st_elm2.png");
}
.main-wrapper .section-recipes > .ps {
  background-image: url("../image/recipes_ps_bg.png");
}
.main-wrapper .section-recipes > .ps .title h2 span:after {
  background-color: #85A400;
}
.main-wrapper .section-recipes > .ps ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_ps_elm1.png");
}
.main-wrapper .section-recipes > .ps ul li:nth-child(2n):after {
  background-image: url("../image/recipes_ps_elm2.png");
}
.main-wrapper .section-recipes > .pb {
  background-image: url("../image/recipes_pb_bg.png");
}
.main-wrapper .section-recipes > .pb .title h2 span:after {
  background-color: #f956a2;
}
.main-wrapper .section-recipes > .pb ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_pb_elm1.png");
}
.main-wrapper .section-recipes > .pb ul li:nth-child(2n):after {
  background-image: url("../image/recipes_pb_elm2.png");
}
.main-wrapper .section-recipes > .cs {
  background-image: url("../image/recipes_cs_bg.png");
}
.main-wrapper .section-recipes > .cs .title h2 span:after {
  background-color: #ff8d10;
}
.main-wrapper .section-recipes > .cs ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_cs_elm1.png");
}
.main-wrapper .section-recipes > .cs ul li:nth-child(2n):after {
  background-image: url("../image/recipes_cs_elm2.png");
}
.main-wrapper .section-recipes > .pp {
  background-image: url("../image/recipes_pp_bg.png");
}
.main-wrapper .section-recipes > .pp .title h2 span:after {
  background-color: #25cade;
}
.main-wrapper .section-recipes > .pp ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_pp_elm1.png");
}
.main-wrapper .section-recipes > .pp ul li:nth-child(2n):after {
  background-image: url("../image/recipes_pp_elm2.png");
}
.main-wrapper .section-recipes > .rp {
  background-image: url("../image/recipes_rp_bg.png");
}
.main-wrapper .section-recipes > .rp .title h2 span:after {
  background-color: #f92b39;
}
.main-wrapper .section-recipes > .rp ul li:nth-child(2n-1):after {
  background-image: url("../image/recipes_rp_elm1.png");
}
.main-wrapper .section-recipes > .rp ul li:nth-child(2n):after {
  background-image: url("../image/recipes_rp_elm2.png");
}

/*# sourceMappingURL=recipes.css.map */
