/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */

/*=================================
共通上書き
=================================*/
section {
  padding: 0;
}

@media screen and (min-width: 769px) {
  section {
    padding: 0;
  }
}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.5s;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*=================================
loading
=================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #a4c82c;
  background-image: url('../images/loading_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s;
}

.loading.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading__obj {}

.loading__obj img {
  width: 330px;
}

.loading__cups {
  position: absolute;
  bottom: 45px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.loading__cup {
  animation: loading 1.3s infinite;
}

.loading__cup:nth-child(2) {
  animation-delay: 0.3s;
}

.loading__cup:nth-child(3) {
  animation-delay: 0.7s;
}

.loading__cup + .loading__cup {
  margin-left: 8px;
}

.loading__cup img {
  width: 60px;
}

@keyframes loading {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media screen and (min-width: 769px) {
  .loading__cups {
    bottom: 80px;
  }

  .loading__obj img {
    width: 504px;
  }

  .loading__cup + .loading__cup {
    margin-left: 15px;
  }

  .loading__cup img {
    width: 85px;
  }
}

/*=================================
cp_sec_wrap
=================================*/
.cp_sec_wrap {
  overflow: hidden;
  background: #F7F2E6;
}

@media screen and (min-width: 769px) {
  .cp_sec_wrap {
    min-width: 1200px;
  }
}

/*=================================
cp_mv
=================================*/
.cp_mv {
  /*min-height: 714px;*/
  padding: 180.66666% 0 0;
  background: url("../images/mv_bg_sp.png") no-repeat;
  background-size: 100%;
}

.cp_mv .cp_mv_ttl {
  position: absolute;
  width:  326px;
  top: 26%;
  left: 50%;
  margin: 0 0 0 -163px;
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 10px);
}

.cp_mv .cp_mv_ttl.is-active {
  animation: zoom 4s 3s infinite;
}

@keyframes zoom {
  0%,
  10%,
  20%,
  100% {
    transform: scale(1);
  }

  5%,
  15% {
    transform: scale(1.03);
  }
}

.cp_mv .anc_link {
	display: flex;
	position: absolute;
	top: 51%;
	left: 50%;
	width: 350px;
	justify-content: center;
	margin: 0px 0 0 -168px;
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 10px);
}

.cp_mv .cp_mv_ttl.is-active,
.cp_mv .anc_link.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.cp_mv .anc_link li {
  width: 108px;
  padding: 0 5px;
}

.cp_mv .anc_link li:nth-child(2) {
  margin-top: 18px;
}

.cp_mv .anc_link li a {
}

.cp_mv .cp_mv_btn {
  position: absolute;
  bottom: 52px;
  right: 32px;
  width: 103px;
}

.cp_mv .cp_mv_btn a {
  position: relative;
  z-index: 1;
  display: block;
}

.cp_mv .cp_mv_btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 134px;
  height: 128px;
  content: '';
  background-image: url('../images/mv_ico.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  animation: rotate 10s linear infinite;
}

.cp_mv_objs {}

.cp_mv .cp_mv_obj01 {
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 3;
  width: 45.6%;
  opacity: 0;
  transform: translate(-15px, 0);
}

.cp_mv .cp_mv_obj02 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 51.46666666%;
  opacity: 0;
  transform: translate(-15px, 0);
}

.cp_mv .cp_mv_obj03 {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 3;
  width: 39.2%;
  opacity: 0;
  transform: translate(15px, 0);
}

.cp_mv .cp_mv_objs .cp_mv_obj01,
.cp_mv .cp_mv_objs .cp_mv_obj02,
.cp_mv .cp_mv_objs .cp_mv_obj03 {
  opacity: 0;
  transition: all 1s;
}

.cp_mv .cp_mv_objs.is-active .cp_mv_obj01,
.cp_mv .cp_mv_objs.is-active .cp_mv_obj02,
.cp_mv .cp_mv_objs.is-active .cp_mv_obj03 {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (min-width:769px) and ( max-width:1438px) {
  .cp_mv {
    position: relative;
    padding: 46.71875% 0 0;
    background: url("../images/mv_bg.png") no-repeat 50% 0;
    background-size: cover;
  }

  .cp_mv::before {
    position: absolute;
    top: 47px;
    left: 50%;
    width: 50%;
    height: 70%;
    content: '';
    background-image: url('../images/mv_ttl_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
  }

  .cp_mv::after {
    position: absolute;
    top: 19px;
    right: 50%;
    width: 110px;
    height: 113px;
    margin-right: -157px;
    content: '';
    background-image: url('../images/mv_bg_cup.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .cp_mv .cp_mv_ttl {
    top: 20.7%;
    left: 50%;
    width: 37.8%;
    padding: 0;
    margin: 0 0 0 -19.4%;
    z-index: 2;
  }

  .cp_mv .anc_link {
    top: 55%;
    left: 50%;
    width: 36%;
    margin: 0px 0 0 -17%;
    z-index: 3;
  }

  .cp_mv .anc_link li {
    width: 216px;
    padding: 0;
    margin: 0 10px;
  }

  .cp_mv .anc_link li:nth-child(2) {
    margin-top: 25px;
  }

  .cp_mv .anc_link li a img {
    transition-duration: .4s;
  }

  .cp_mv .anc_link li a:hover img {
    transform: scale(1.1);
  }

  .cp_mv .cp_mv_btn {
    position: absolute;
    bottom: -13%;
    right: 50px;
    width: 12%;
  }

  .cp_mv .cp_mv_btn a::before {
    width: 204px;
    height: 198px;
  }

  .cp_mv .cp_mv_btn a {
    transition-duration: .4s;
  }

  .cp_mv .cp_mv_btn a:hover {
    transform: scale(1.1);
  }

  .cp_mv .cp_mv_obj01 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 35%;
    transform: translate(0, -20px);
  }

  .cp_mv .cp_mv_obj02 {
    display: block;
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: 3;
    width: 30%;
  }

  .cp_mv .cp_mv_obj03 {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 3;
    width: 34%;
  }
}

@media screen and (min-width: 1439px) {
  .cp_mv {
    position: relative;
    min-width: 1440px;
    min-height: 963px;
    padding: 0;
    background: url("../images/mv_bg.png") no-repeat 50% 0;
  }

  .cp_mv::before {
    position: absolute;
    top: 65px;
    left: 50%;
    width: 916px;
    height: 590px;
    content: '';
    background-image: url('../images/mv_ttl_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
  }

  .cp_mv::after {
    position: absolute;
    top: 28px;
    right: 50%;
    z-index: 1;
    width: 145px;
    height: 148px;
    margin-right: -207px;
    content: '';
    background-image: url('../images/mv_bg_cup.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .cp_mv .cp_mv_ttl {
    top: 18.7%;
    left: 50%;
    width: 691px;
    padding: 0;
    margin: 0 0 0 -355px;
    z-index: 2;
  }

  .cp_mv .anc_link {
    top: 500px;
    left: 50%;
    width: 650px;
    margin: 0px 0 0 -315px;
    z-index: 3;
  }

  .cp_mv .anc_link li {
    width: 216px;
    padding: 0;
    margin: 0 10px;
  }

  .cp_mv .anc_link li:nth-child(2) {
    margin-top: 34px;
  }

  .cp_mv .anc_link li a img {
    transition-duration: .4s;
  }

  .cp_mv .anc_link li a:hover img {
    transform: scale(1.1);
  }

  .cp_mv .cp_mv_btn {
    position: absolute;
    bottom: 215px;
    right: 77px;
    width: 185px;
  }

  .cp_mv .cp_mv_btn a {
    position: relative;
    z-index: 1;
    display: block;
  }

  .cp_mv .cp_mv_btn a::before {
    width: 238px;
    height: 229px;
  }

  .cp_mv .cp_mv_btn a {
    transition-duration: .4s;
  }

  .cp_mv .cp_mv_btn a:hover {
    transform: scale(1.1);
  }

  .cp_mv .cp_mv_obj01 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    transform: translate(0, -20px);
  }

  .cp_mv .cp_mv_obj02 {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 3;
    width: auto;
  }

  .cp_mv .cp_mv_obj03 {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 3;
    width: auto;
  }
}


/*=================================
cp_about
=================================*/
.cp_about {
}

.cp_about h2 {
  width: 215px;
  margin: 0 auto;
  text-align: center;
}

.cp_about_sec {
  padding: 0 0 31%;
  background: url("../images/about_bg_sp.png") no-repeat;
  background-size: 100%;
}

.about_obj01 {
  position: absolute;
  top: 185px;
  left: 13px;
  animation: shake 1.3s steps(2) infinite;
}

.about_obj02 {
  position: absolute;
  top: 645px;
  right: 12px;
  animation: shake-reverse 1.3s steps(2) infinite;
}

.about_obj01 img,
.about_obj02 img {
  width: 75px;
}

.cp_about_sec .cp_about_txt {
  width: 304px;
  padding: 40% 0 0;
  margin: 0 auto;
}

.cp_about_sec .cp_about_btn {
  width: 229px;
  margin: 30px auto 0;
}

.cp_about_sec .cp_about_ico {
  width: 177px;
  margin: 60px auto 0;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }

   100% {
     transform: rotate(-8deg);
   }
}

@keyframes shake-reverse {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(8deg);
  }
}

@media screen and (min-width:769px) and ( max-width:1438px) {
  .cp_about {
    margin: 0 0 0;
   }
}

@media screen and (min-width: 1439px) {
  .cp_about {
    margin: -100px 0 0;
   }
}

@media screen and (min-width: 769px) {
  .cp_about h2 {
    width: 381px;
  }

  .cp_about_sec {
    position: relative;
    height: 1486px;
    padding: 0;
    margin: -30px 0 0;
    background: url("../images/about_bg.png") no-repeat 50% 0;
    background-size: cover;
  }

  .about_obj01 {
    top: 220px;
    left: 50%;
    margin-left: -460px;
  }

  .about_obj02 {
    top: 540px;
    right: 50%;
    margin-right: -500px;
  }

  .about_obj01 img,
  .about_obj02 img {
    width: 189px;
  }

  .cp_about_sec .cp_about_txt {
    width: 531px;
    padding: 271px 0 0;
    margin: 0 auto 0;
  }

  .cp_about_sec .cp_about_btn {
    width: 311px;
    margin: 70px auto 0;
  }
  
  .cp_about_sec .cp_about_btn a:hover img {
    opacity: .6;
  }

  .cp_about_sec .cp_about_ico {
    position: absolute;
    top: 784px;
    left: 50%;
    width: 273px;
    margin: 0 0 0 -500px;
  }
}


/*=================================
cp_merit
=================================*/
.cp_merit {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 237px;
}

.cp_merit h2 {
  width: 189px;
  margin: 0 auto;
}

.cp_merit .cp_merit_sec {
  width: 321px;
  margin: 0 auto;
}

.cp_merit .cp_merit_sec ul {
}

.cp_merit .cp_merit_sec li {
}

.cp_merit .cp_merit_sec li + li {
  margin: 40px 0 0;
}

.cp_merit .cp_merit_sec li .cp_merit_img {
  display: inline-block;
  margin: 0 0 23px;
}

.cp_merit .cp_merit_sec li .cp_merit_txt {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04px;
  line-height: 1.8;
  font-weight: 700;
  color: #2E332C;
}

.cp_merit .cp_merit_sec li .cp_merit_txt span {
  color: #EF5C2F;
}

.cp_merit_obj01 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 168px;
}

.cp_merit_obj01 .fadein {
  display: block;
  opacity: 0;
  transition: all 1s cubic-bezier(0.1, 1.04, 0.58, 1);
  transform: translate(-50px, 0);
}

.cp_merit_obj02 {
  position: absolute;
  bottom: -10px;
  right: -0;
  width: 152px;
}

.cp_merit_obj02 .fadein {
  display: block;
  opacity: 0;
  transition: all 1s cubic-bezier(0.1, 1.04, 0.58, 1);
  transform: translate(50px, 0);
}

.cp_merit_obj01 .fadein.scrollin,
.cp_merit_obj02 .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .cp_merit {
    margin: 0 0 100px;
    padding: 0;
  }

  .cp_merit h2 {
    width: 335px;
    margin: -130px auto 55px;
  }

  .cp_merit .cp_merit_sec {
    width: 1200px;
  }

  .cp_merit .cp_merit_sec ul {
    display: flex;
    justify-content: center;
  }

  .cp_merit .cp_merit_sec li {
    width: 338px;
  }

  .cp_merit .cp_merit_sec li + li {
    margin: 0;
  }

  .cp_merit .cp_merit_sec li:nth-child(2) {
    margin: 0 41px;
  }

  .cp_merit_obj01 {
    position: absolute;
    bottom: -480px;
    left: inherit;
    right: 0;
    width: 268px;
    z-index: 1;
  }

  .cp_merit_obj01 .fadein {
    transform: translate(250px, 0);
  }

  .cp_merit_obj02 {
    position: absolute;
    bottom: 0;
    top: -230px;
    left: 0;
    right: 0;
    width: 416px;
  }

  .cp_merit_obj02 .fadein {
    transform: translate(-250px, 0);
  }
}


/*=================================
cp_recipe
=================================*/
.cp_recipe {
  margin: 30px 0 0;  
}

.cp_recipe h2 {
  width: 287px;
  margin: 0 auto;
}

.cp_recipe_sec_wrap {
  width: 100%;
  background-image: url("../images/recipe_bg_re_sp.png");
  background-size: 100%;
}

.cp_recipe_sec {
  padding: 0 0 84.892%;
  background-image: url("../images/recipe_bg_top_sp.png"),
      url("../images/recipe_bg_bt_sp.png");
  background-repeat: no-repeat,
      no-repeat;
  background-position: top left,
      bottom left;
  background-size: 100%;
}

.cp_recipe_mako {
  width: 322px;
  margin: 0 auto;
  padding: 10px 0 30px;
  background-image: url("../images/recipe_prof_bg_tp_sp.png"),
      url("../images/recipe_prof_bg_bt_sp.png");
  background-repeat: no-repeat,
      no-repeat;
  background-position: bottom left,
      top left;
  background-size: 100%;
}

.cp_recipe_mako .cp_recipe_mako_inner {
  padding: 30px 25px 20px;
  background-image: url("../images/recipe_prof_bg_re_sp.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
}

.cp_recipe_mako .cp_recipe_mako_ttl {
  width: 100%;
}

.cp_recipe_mako .cp_recipe_mako_img {
  width: 229px;
  margin: 13px auto 20px;
}

.cp_recipe_mako .cp_recipe_mako_txt {
  padding: 20px 17px;
  background: #EBE5C4;
  border-radius: 6px;
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.cp_recipe_sec_inner {
  width: 346px;
  margin: 0 auto;
  padding: 43px 0 40px;
  background-image: url("../images/recipe_inner_bg_top_sp.png"),
      url("../images/recipe_inner_bg_bt_sp.png");
  background-repeat: no-repeat,
      no-repeat;
  background-position: top left,
      bottom left;
  background-size: 100%;
}

.cp_recipe_sec_inner:last-child {
  margin: 0 auto 150px;
}

.cp_recipe_sec_line {
  width: 346px;
  margin: 40px auto 30px;
  padding: 0 0 4px;
  background-image: url("../images/recipe_mako_line_bg.png");
  background-repeat: no-repeat;
}

.cp_recipe_sec_bg {
  background-image: url("../images/recipe_inner_bg_re_sp.png");
  background-repeat: repeat-y;
  background-position: left;
  background-size: 100%;
}

.cp_recipe_sec_inner .recipe_img {
  width: 285px;
  margin: 0 0 25px 30px;
}

.cp_recipe_sec_inner .recipe_txt_wrap {
  width: 267px;
  margin: 0 auto;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_ttl {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  display: inline-block;
  padding: 1px 10px 3px;
  margin: 0 0 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.08px;
  background: #2E332C;
  border-radius: 20px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_txt {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  padding: 20px 25px;
  margin: 0 0 23px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.08px;
  background: #EEECDE;
  border-radius: 5px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list {
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  padding: 18px 0 20px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.04px;
  border-top: 1px solid rgba(32,32,32,0.2);
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(1) {
  background: url("../images/recipe_num01.png") no-repeat 0 5px;
  padding: 0 0 20px 35px;
  border-top: none;
  background-size: 22.75px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(2) {
  background: url("../images/recipe_num02.png") no-repeat 0 25px;
  background-size: 22.75px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(3) {
  background: url("../images/recipe_num03.png") no-repeat 0 25px;
  background-size: 22.75px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(4) {
  background: url("../images/recipe_num04.png") no-repeat 0 25px;
  background-size: 22.75px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:last-child {
  padding: 18px 0 0 35px;
}

.cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li span {
    color: #EF5C2F;
}

.cp_recipe_sec_inner .recipe_txt_wrap_notes {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  padding: 20px 0 0;
  font-size: 9.1px;
  letter-spacing: -0.08px;
  color: #2E332C !important;
}

.cp_recipe_sec_inner .cp_recipe_mako_com {
  width: 267px;
  margin: 30px auto 0;
  padding: 25px 27px;
  background-image: url("../images/recipe_com_bg_tp_sp.png"),
      url("../images/recipe_com_bg_bt_sp.png"),
      url("../images/recipe_com_bg_re_sp.png");
  background-repeat: no-repeat,
      no-repeat,
      repeat;
  background-position: top left,
      bottom left,
      top left;
  background-size: 100%;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_inner {
  overflow: hidden;
  width: 158px;
  margin: 0 auto 18px;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_img {
  width: 66px;
  float: left;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_ttl {
  width: 78px;
  float: right;
  padding: 10px 0 0;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_txt {
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  padding: 23px 0 0;
  border-top: 2px solid #2E332C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .cp_recipe {
    overflow: hidden;
    margin: 0;  
  }

  .cp_recipe h2 {
    width: 598px;
    margin: 0 auto 60px;
  }

  .cp_recipe h2 img {
    text-align: center;
    margin: 0 0 0 85px;
  }

  .cp_recipe_sec_wrap {
    width: auto;
    background: url("../images/recipe_bg_re.png") 50% 0;
  }

  .cp_recipe_sec {
    position: relative;
    padding: 0 0 1050px;
    background-image: url("../images/recipe_bg_top.png"),
        url("../images/recipe_bg_bt.png");
    background-repeat: no-repeat,
        no-repeat;
    background-position: top center,
        bottom center;
    background-size: auto;
  }

  .cp_recipe_sec_txt_bg {
    position: absolute;
    top:190px;
    left: 50%;
    width: 1300px;
    height: 2500px;
    margin: 0 0 0 -650px;
    background-image: url("../images/recipe_bg_txt.png"),
        url("../images/recipe_bg_txt.png");
    background-repeat: no-repeat,
        no-repeat;
    background-position: top right,
        bottom left;
    background-size: auto;
  }

  .cp_recipe_mako {
    width: 1178px;
    padding: 10px 0 30px;
    background-image: url("../images/recipe_prof_bg_tp.png"),
        url("../images/recipe_prof_bg_bt.png");
    background-repeat: no-repeat,
        no-repeat;
    background-position: bottom left,
        top left;
    background-size: 100%;
  }

  .cp_recipe_mako .cp_recipe_mako_inner {
    position: relative;
    width: 100%;
    padding: 60px 65px 55px 438px;
    background-image: url("../images/recipe_prof_bg_re.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
  }

  .cp_recipe_mako .cp_recipe_mako_ttl {
    width: 408px;
    margin: 0 auto 33px;
  }

  .cp_recipe_mako .cp_recipe_mako_img {
    position: absolute;
    top: 50px;
    left: 65px;
    width: 328px;
    margin: 0;
  }

  .cp_recipe_mako .cp_recipe_mako_txt {
    padding: 20px 17px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
  }

  .cp_recipe_sec_inner {
    width: 1200px;
    margin: 0 auto 20px;
    padding: 63px 0 60px;
    background-image: url("../images/recipe_inner_bg_top.png"),
        url("../images/recipe_inner_bg_bt.png");
    background-repeat: no-repeat,
        no-repeat;
    background-position: top left,
        bottom left;
    background-size: 100%;
  }

  .cp_recipe_sec_inner:last-child {
    margin: 0 auto 30px;
  }

  .cp_recipe_sec_line {
    width: 1178px;

  }

  .cp_recipe_sec_bg {
    background-image: url("../images/recipe_inner_bg_re.png");
    background-repeat: repeat-y;
    background-position: left;
    background-size: 100%;
    padding: 0 76px 0 76px;
    overflow: hidden;
  }

  .cp_recipe_sec_inner .recipe_img {
    width: 544px;
    margin: 0 0 0 -22px;
    float: left;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap {
    width: 459px;
    margin: 9px 0 0;
    float: right;
  }

  .cp_recipe_sec_inner:nth-child(even) .cp_recipe_sec_bg {
  }

  .cp_recipe_sec_inner:nth-child(even) .recipe_img {
    float: right;
    margin: 0 -22px 0 0;
  }

  .cp_recipe_sec_inner:nth-child(even) .recipe_txt_wrap {
    float: left;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_ttl {
    display: inline-block;
    padding: 3px 13px 3px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_txt {
    padding: 22px 33px;
    margin: 0 0 33px;
    font-size: 15px;
    border-radius: 5px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li {
    padding: 25px 0 25px 46px;
    font-size: 19px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(1) {
    background: url("../images/recipe_num01.png") no-repeat 0 5px;
    padding: 0 0 25px 46px;
    border-top: none;
    background-size: 30px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(2) {
    background: url("../images/recipe_num02.png") no-repeat 0 30px;
    background-size: 30px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(3) {
    background: url("../images/recipe_num03.png") no-repeat 0 30px;
    background-size: 30px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap .recipe_txt_wrap_list li:nth-child(4) {
    background: url("../images/recipe_num04.png") no-repeat 0 30px;
    background-size: 30px;
  }

  .cp_recipe_sec_inner .recipe_txt_wrap_notes {
    font-size: 12px;
  }

.cp_recipe_sec_inner .cp_recipe_mako_com {
  overflow: hidden;
  width: 1048px;
  float: left;
  margin: 64px auto 15px;
  padding: 25px 27px;
  background-image: url("../images/recipe_com_bg_tp.png"),
      url("../images/recipe_com_bg_bt.png"),
      url("../images/recipe_com_bg_re.png");
  background-repeat: no-repeat,
      no-repeat,
      repeat;
  background-position: top left,
      bottom left,
      top left;
  background-size: 100%;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_inner {
  float: left;
  width: 220px;
  margin: 0 auto;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_img {
  width: 87px;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_ttl {
  width: 108px;
  padding: 10px 0 0;
}

.cp_recipe_sec_inner .cp_recipe_mako_com_txt {
  float: left;
  width: 720px;
  margin: 0 0 0 50px;
  padding: 0 0 0 52px;
  border-top: none;
  border-left: 2px solid #2E332C;
  font-size: 15px;
  line-height: 1.7;
}

}


/*=================================
cp_campaign
=================================*/
.cp_campaign {
  margin: 45px 0 0;
  overflow: hidden;
}

.cp_campaign h2 {
  width: 1122px;
  margin: 0 0 13px 20px;
}

.cp_campaign_sec {
  margin: 24px 25px 0;
  padding: 26px 24px 27px;
  border: 3px solid #2E332C;
  border-radius: 16px;
  background: #fff;
}

.cp_campaign_sec .campaign_img {
  margin: 0 0 20px;
}

.cp_campaign_sec .campaign_txt_wrap {
  overflow: hidden;
}

.cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_ttl {
  margin: 0 0 15px;
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.04px;
}

.cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_txt {
  display: inline-block;
  padding: 3px 10px 3px;
  margin: 0 0 33px;
  font-family: 'Noto Sans CJK JP', Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.02px;
  color: #fff;
  background: #9CBF22;
}

.cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_btn {
  width: 144px;
  float: right;
}

@media screen and (min-width: 769px) {
  .cp_campaign {
    margin: 45px 0 0;
    overflow: hidden;
  }

  .cp_campaign h2 {
    width: 1814px;
    margin: 0 0 37px -150px;
  }

  .cp_campaign_sec {
    overflow: hidden;
    width: 1048px;
    margin: 32px auto 0;
    padding: 40px 35px 40px 40px;
    border-radius: 18px;
  }

  .cp_campaign_sec .campaign_img {
    margin: 0;
    width: 459px;
    float: left;
  }

  .cp_campaign_sec .campaign_txt_wrap {
    overflow: hidden;
    width: 485px;
    float: right;
  }

  .cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_ttl {
    margin: 0 0 15px;
    font-size: 24px;
  }

  .cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_txt {
    display: inline-block;
    padding: 3px 15px 3px;
    margin: 0 0 46px;
    font-size: 14px;
  }

  .cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_btn {
    display: block;
    width: 100%;
    text-align: right;
    float: none;
  }

  .cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_btn a {
    display: inline-block;
    width: 182px;
  }
  
  .cp_campaign_sec .campaign_txt_wrap .campaign_txt_wrap_btn a:hover {
    opacity: .6;
  }
}


/*=================================
pagetop
=================================*/
.pagetop {
  width: 172px;
  padding: 64px 0;
  margin: 0 auto;
}
.pagetop a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pagetop {
    width: 206px;
    padding: 90px 0 70px;
  }

  .pagetop a img {
    transition-duration: .4s;
  }

  .pagetop a:hover img {
    transform: scale(1.1);
  }
}

/**********************************
*
* pankuzu
*
**********************************/
#pankuzu {
  background-color: #f7f4ee;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  z-index: 1;
}

#pankuzu li {
  float: left;
  position: relative;
  margin-right: 40px;
  line-height: 1;
  font-size: 11px;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: center;
  background: #ffffff;
  color: #6c5b52;
}

#pankuzu li.link {
  background: #669219;
  border-radius: 2px;
}

#pankuzu li a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
}

#pankuzu li::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: transparent transparent #669219 #669219;
  transform: rotate(225deg);
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #pankuzu li:last-child {
    padding: 5px 10px;
  }
}

#pankuzu li:last-child::after {
  content: none;
}