/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* 'Shippori Mincho', */
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6em;
  color: #333333;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  background: #ffffff;
  overflow-x: hidden;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
.brpc::before {
  content: "\A";
  white-space: pre;
}
.brsp::before {
  content: none;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.26666vw;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  .brpc::before {
    content: none;
    white-space: normal;
  }
  .brsp::before {
    content: "\A";
    white-space: pre;
  }
  .globalBlandHeader_flex {
    height: 52px !important;
  }
		#globalBlandHeader.globalBlandHeader_res:after {
	top: 52px !important;
	}
}
.page_wrap {
  position: relative;
}
.link_hover {
  opacity: 1;
  transition: opacity .3s ease;
}
@media only screen and (min-width: 768px) {
  .link_hover:hover {
    opacity: 0.5;
  }
  .globalBlandHeader_flex {
    height: 70px !important;
  }
		#globalBlandHeader:after {
		top: 70px !important;
	}
}
.img_fit {
  width: 100%;
  height: auto;
}
.f_kakko {
  margin-top: -1em;
  margin-bottom: -0.1em;
}
@media only screen and (max-width: 767px) {
  .f_kakko {
    margin-left: -1em;
    margin-right: 0;
  }
}
/* nav
-----------------------------*/
nav.u_nav_wrap {
  width: 100%;
  height: 60px;
  background-color: #efefef;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}
nav .u_nav_inner {
  width: 870px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: static;
}
nav ul.u_nav {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
nav ul.u_nav li {
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
nav ul.u_nav li a.nav_txt {
  color: #333333;
}
nav ul.u_nav li.nav_txt_home {
  padding-right: 3.11594vw;
  margin-right: 0;
  border-right: 1px solid #333333;
}
@media only screen and (max-width: 767px) {
  nav.u_nav_wrap {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 100;
  }
  nav .u_nav_inner {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    overflow: visible;
    position: relative;
  }
  nav ul.u_nav {
    list-style-type: none;
    display: block;
    width: auto;
    position: absolute;
    white-space: nowrap;
    top: 14vw;
    right: 4vw;
    background-color: #FFFFFF;
    padding: 5px;
    opacity: 0;
    transition: all 0.3s;
  }
  nav ul.u_nav li {
    display: block;
    font-size: 2.93333vw;
    line-height: 1.2em;
    margin: 0;
    padding: 2.5vw 0.66666vw;
    border-bottom: 1px solid #525252;
  }
  nav ul.u_nav li:first-child {
    border-top: 1px solid #525252;
  }
  nav ul.u_nav li a {
    color: #333333;
    opacity: 1;
    transition: none;
  }
  nav ul.u_nav li.nav_txt_home {
    padding: 2.5vw 0.66666vw;
    margin-right: 0;
    border-right: none;
  }
  .hamburger {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 0.3vw solid #525252;
    border-radius: 2px;
    position: absolute;
    top: -51px;
    right: 18px;
  }
  .hamburger .bar {
    width: 5.2vw;
    height: 0.4vw;
    background: #525252;
    border-radius: 2.6vw;
    display: block;
    position: absolute;
    transition: all 0.3s;
  }
  .hamburger .bar-top {
    transform: translate(0, -1.3vw);
  }
  .hamburger .bar-bottom {
    transform: translate(0, 1.3vw);
  }
  .hamburger.checked .bar-middle {
    opacity: 0;
  }
  .hamburger.checked .bar-top {
    transform: translate(0, 0) rotate(45deg);
  }
  .hamburger.checked .bar-bottom {
    transform: translate(0, 0) rotate(-45deg);
  }
  .hamburger.checked ~ ul.u_nav {
    opacity: 1;
  }
}
/* kye visual
-----------------------------*/
.kv_wrap {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.kv_wrap .kv_fin {
  opacity: 0;
  transition: opacity 3s ease;
}
.kv_wrap .kv_fin.view {
  opacity: 1;
}
.kv_wrap .kv_h1_ttl {
  width: 16.24807vw; /*224.2234*/
  position: absolute;
  left: 50%;
  top: 50%;
  /*transform: translateY(10%);*/
  transform: translateY(-52%) translateX(-50%);
}
.kv_wrap .kv_h1_ttl.UpAnime {
  opacity: 0;
  transform: translateY(-42%) translateX(-50%);
  transition: all 3s ease;
}
.kv_wrap .kv_h1_ttl.UpAnime.view {
  opacity: 1;
  transform: translateY(-52%) translateX(-50%);
}
.f_03 {
  opacity: 0;
  transform: translateY(2em);
  transition: all 3s ease;
}
.f_03.view {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .kv_wrap {
    background-image: none;
    height: auto;
    margin-top: 0;
  }
  .kv_wrap .kv_h1_ttl {
    width: 38.76822vw;
  }
}
/* copy
-----------------------------*/
#ank_copy {
  padding-top: 4.34782vw;
}
#ank_copy .copy_wrap {
  width: fit-content;
  margin: 0 auto;
}
#ank_copy p.copy_txt {
  font-size: 1.5942vw;
  line-height: 2.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 767px) {
  #ank_copy {
    padding-top: 10.66666vw;
  }
  #ank_copy .copy_wrap {
    width: 80vw;
    margin: 0 auto;
    overflow-x: visible;
  }
  #ank_copy p.copy_txt {
    font-size: 4vw;
    line-height: 2em;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    margin-left: 0.5em;
  }
}
/* about
-----------------------------*/
.f_01, .f_02, .f_05, .f_06, .f_07, .f_08, .f_09, .f_10 {
  opacity: 0;
  transition: opacity 2s ease;
}
.f_04 {
  opacity: 0;
  transition: opacity 3s ease;
}
.f_01.view, .f_02.view, .f_04.view, .f_05.view, .f_06.view, .f_07.view, .f_08.view, .f_09.view, .f_10.view {
  opacity: 1;
}
.about_wrap {
  margin: 7vw 0 5vw 0;
  position: relative;
}
.about_img_01 {
  width: 85.50724vw;
  position: absolute;
  left: 7.62008vw;
  top: 4.75581vw;
}
.about_txt_wrap {
  position: absolute;
  left: 50%;
  bottom: 5.43478vw;
  transform: translateX(-50%);
  color: #FFFFFF;
}
.about_txt {
  font-size: 1.44927vw;
  font-weight: 500;
  line-height: 3em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-right: 1.5em;
}
.about_txt_name {
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 7em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 7em 0 0 0.5em;
}
.about_txt_name img {
  width: 1.5942vw;
  margin: 1em 0 0 2.8em;
  display: inline-block;
}
.about_txt_name img.pc {
  display: inline-block;
}
.about_txt_name img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about_wrap {
    margin: 12.6vw 0;
  }
  .about_img_01 {
    width: 100%;
    left: 0;
    top: 0;
  }
  .about_txt_wrap {
    position: absolute;
    bottom: 8.66666vw;
  }
  .about_txt {
    font-size: 4vw;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    margin: 0 0 0 0;
  }
  .about_txt_name {
    font-size: 3.73333vw;
    line-height: 4em;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    margin: 0.5em 0 0 9em;
  }
  .about_txt_name img {
    width: 22vw;
    margin: -0.8em 0 0 1em;
    text-align: right;
    vertical-align: middle;
  }
  .about_txt_name img.pc {
    display: none;
  }
  .about_txt_name img.sp {
    display: inline-block;
  }
}
/* cm
-----------------------------*/
.cm_wrap {
  padding: 0 0 0 0;
}
.cm_yt_img {
  width: 47.10144vw;
  margin: 5vw auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .cm_wrap {
    padding: 0 0 0 0;
  }
  .cm_yt_img {
    width: 86.66666vw;
    margin-top: 10.6vw;
  }
}
/* commitment
-----------------------------*/
.commitment_wrap {
  margin: 0;
  padding: 10.86956vw 0 0 0;
}
.h2_ttl_wrap {
  text-align: center;
  margin-bottom: 5vw;
}
.commitment_wrap .h2_ttl {
  display: inline;
  font-size: 2.60869vw;
  line-height: 1.4em;
  text-align: center;
  padding: 0 0.5em;
  letter-spacing: 0.1em;
}
.commitment_content_wrap {
  margin: 0.72463vw 0 0 0;
}
.commitment_content_ttl {
  display: flex;
  position: relative;
  cursor: pointer;
}
.commitment_content_ttl.view {}
.commitment_content_box {
  text-align: center;
  padding: 4vw 0 17vw 0;
  display: none;
}
.commitment_content_box.view {}
.commitment_ttl_img {
  width: 50vw;
}
.commitment_ttl_txt {
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f3ec;
}
.commitment_ttl_txt .h3_ttl {
  display: block;
  width: 28vw;
  height: 3.6vw;
  padding-right: 5vw;
  font-size: 2.75362vw;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url(../image/commitment_arrow_off.svg);
  background-position: right center;
  background-size: 3.55072vw auto;
  background-repeat: no-repeat;
}
.commitment_content_ttl.view .commitment_ttl_txt .h3_ttl {
  background-image: url(../image/commitment_arrow_on.svg);
}
.commitment_content_box_txt {
  font-size: 1.73913vw;
  line-height: 2em;
}
.commitment_content_img {
  width: 41.44927vw;
  margin: 5vw auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .commitment_wrap {
    padding: 11.33333vw 0 0 0;
  }
  .h2_ttl_wrap {
    margin-bottom: 8vw;
  }
  .commitment_wrap .h2_ttl {
    font-size: 7.2vw;
  }
  .commitment_content_wrap {
    margin: 1.33333vw 0 0 0;
  }
  .commitment_content_ttl {
    display: block;
  }
  .commitment_content_ttl.view {}
  .commitment_content_box {}
  .commitment_content_box.view {}
  .commitment_ttl_img {
    width: 100%;
  }
  .commitment_ttl_txt {
    width: 100%;
    height: 7.7vw;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/commitment_arrow_w_off.svg);
    background-position: right 6vw center;
    background-size: 7.7vw auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .commitment_content_ttl.view .commitment_ttl_txt {
    background-image: url(../image/commitment_arrow_w_on.svg);
  }
  .commitment_ttl_txt .h3_ttl {
    display: block;
    width: 44vw;
    height: auto;
    padding: 0;
    line-height: 1.6em;
    margin: 0;
    font-size: 6.13333vw;
    background-image: none;
    color: #ffffff;
  }
  .commitment_content_ttl.view .commitment_ttl_txt .h3_ttl {
    background-image: none;
  }
  .commitment_content_box_txt {
    font-size: 5vw;
  }
  .commitment_content_img {
    width: 76vw;
    margin: 5vw auto 0 auto;
  }
}
/* detail
-----------------------------*/
.page_bg_01 {
  background-image: url(../image/page_bg_01.jpg);
  background-position: center top;
  background-size: 100hw auto;
  background-repeat: repeat;
}
.detail_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5.07246vw 0 4.34782vw 0;
}
.detail_flex_wrap {
  width: 66.66666vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.detail_flex_box_01 {
  width: 31.88405vw;
  margin: 0;
}
.detail_flex_box_02 {
  width: 31.88405vw;
  margin: 0;
  position: relative;
}
.detail_img_01 {
  width: 100%;
  position: relative;
  margin: 0;
}
.detail_img_02 {
  width: 100%;
  position: relative;
  margin: 1.81159vw 0 0 0;
}
.detail_img_03 {
  width: 100%;
  margin: 0;
}
.detail_img_04, .detail_img_05 {
  width: 31.88405vw;
  margin: 4.71014vw 0 0 0;
}
.detail_img_txt {
  font-size: 1.44927vw;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  left: 1vw;
  top: 1vw;
}
.detail_img_04 .detail_img_txt, .detail_img_05 .detail_img_txt {
  font-size: 1.30434vw;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
  position: static;
  color: #333333;
}
.detail_img_04 .detail_img_txt small, .detail_img_05 .detail_img_txt small {
  display: inline-block;
  font-size: 85%;
  line-height: 1.4em;
}
.detail_txt {
  font-size: 1.30434vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  margin-left: 1em;
}
.detail_txt.l2 {
  margin-top: 1.5em;
}
.detail_shopLink_wrap {
  /*position: absolute;
  left: 0;
  bottom: 0;*/
  text-align: center;
}
.detail_shopLink_ttl {
  font-size: 1.44927vw;
  font-weight: 500;
}
.detail_shopLink_flex_wrap {
  width: 31.88405vw;
  display: flex;
  justify-content: space-between;
  margin-top: 0.7vw;
}
.detail_shopLink {
  font-size: 1.30434vw;
  font-weight: 500;
  width: 15.21739vw;
  height: 4.05797vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333333;
  background-image: url(../image/link_arrow_01.svg);
  background-position: right 0.9vw center;
  background-size: 0.6vw auto;
  background-repeat: no-repeat;
}
.detail_note_wrap {
  width: 70vw;
  margin: 1.8vw auto 0 auto;
  overflow-x: visible;
}
.detail_note_txt {
  font-size: 1.15942vw;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1.3em;
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .detail_wrap {
    padding: 8vw 0 10vw 0;
  }
  .detail_flex_wrap {
    width: 86.66666vw;
    margin: 0 auto;
    display: block;
  }
  .detail_flex_box_01 {
    width: 100%;
    margin: 0;
  }
  .detail_flex_box_02 {
    width: 100%;
    margin: 0;
  }
  .detail_img_01 {}
  .detail_img_02 {
    margin: 4.66666vw 0 0 0;
  }
  .detail_img_03 {
    margin: 12vw 0 0 0;
  }
  .detail_img_04, .detail_img_05 {
    width: 100%;
    margin: 9.33333vw 0 0 0;
  }
  .detail_img_txt {
    font-size: 3.86666vw;
    left: 3.33333vw;
    top: 3.33333vw;
  }
  .detail_img_04 .detail_img_txt, .detail_img_05 .detail_img_txt {
    font-size: 3.73333vw;
  }
  .detail_txt {
    font-size: 4vw;
    margin-left: 0;
  }
  .detail_txt.l2 {}
  .detail_shopLink_wrap {
    position: static;
    margin-top: 10.66666vw;
    width: 86.66666vw;
    margin: 13vw auto 0 auto;
  }
  .detail_shopLink_ttl {
    font-size: 4.4vw;
  }
  .detail_shopLink_flex_wrap {
    width: 100%;
    margin-top: 2.66666vw;
  }
  .detail_shopLink {
    font-size: 4vw;
    width: 41.33333vw;
    height: 12.4vw;
    background-position: right 3.06666vw center;
    background-size: 1.86666vw auto;
  }
  .detail_note_wrap {
    width: 87vw;
    margin: 8vw auto 0 auto;
  }
  .detail_note_txt {
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-left: 0;
    white-space: wrap;
  }
}
/* recipe
-----------------------------*/
.recipe_wrap {
  margin: 0;
  padding: 4.34782vw 0 0 0;
}
.h2_ttl {
  display: inline;
  font-size: 2.53623vw;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  padding: 0 0.5em;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .recipe_list_box a:hover {
    opacity: 0.4;
  }
}
.recipe_list_img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.recipe_wrap .h4_ttl_wrap {
  font-size: 1.31884vw;
  width: 100%;
  margin: 0.5em 0 0 0;
  padding: 0;
  overflow-x: visible;
  background-image: url(../image/recipe_list_arrow.svg);
  background-position: right top;
  background-size: 1.62318vw auto;
  background-repeat: no-repeat;
}
.recipe_wrap .h4_ttl {
  font-size: 1.31884vw;
  line-height: 1.6em;
  overflow-x: visible;
  white-space: nowrap;
}
.txt_red {
  color: #e62d00;
}
.recipe_content_wrap {
  width: 100%;
  margin: 0;
}
.recipe_content {
  width: 60.14492vw;
  margin: 4.3vw auto;
  padding: 0;
}
.recipe_content .h3_ttl_wrap {
  text-align: center;
}
.recipe_content .h3_ttl {
  font-size: 2.60869vw;
  line-height: 1.5em;
}
.recipe_content_img {
  width: 44.92753vw;
  margin: 0 auto 0 auto;
  position: relative;
}
.recipe_name_01, .recipe_name_02, .recipe_name_03 {
  font-size: 1.44927vw;
  font-weight: 500;
  line-height: 2.1em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #FFFFFF;
  position: absolute;
  z-index: 3;
}
.recipe_name_01 {
  left: -2.5em;
  top: -1em;
}
.recipe_name_02 {
  right: -2.5em;
  bottom: -1em;
}
.recipe_name_03 {
  left: -2.5em;
  top: -1em;
}
.rcpL01 {
  padding: 0.7em 0.2em;
}
.rcpL02 {
  padding: 0.7em 0.2em;
  margin: 2em 0 0 0;
}
@-moz-document url-prefix() {
  .rcpL01 {
    padding: 0.7em 0.4em;
  }
  .rcpL02 {
    padding: 0.7em 0.4em;
  }
}
.rcp01 .rcpL01 {
  background-color: #c79f62;
}
.rcp01 .rcpL02 {
  background-color: #c79f62;
}
.rcp02 .rcpL01 {
  background-color: #595757;
}
.rcp02 .rcpL02 {
  background-color: #595757;
}
.recipe_hr {
  width: 60.14492vw;
  margin: 0 auto 8vw auto;
}
@media only screen and (max-width: 767px) {
  .recipe_wrap {
    padding: 11.33333vw 0 0 0;
  }
  .h2_ttl {
    font-size: 5.86666vw;
  }
  .recipe_kansyu {
    font-size: 3.46666vw;
    line-height: 1.6em;
    margin-top: 6.66666vw;
  }
  .recipe_list_wrap {
    width: 93.33333vw;
  }
  .recipe_list {}
  .recipe_list_box {
    width: 40vw;
    margin: 3.33333vw;
  }
  .recipe_list_img {}
  .recipe_wrap .h4_ttl_wrap {
    font-size: 3.46666vw;
    background-size: 4.26666vw auto;
  }
  .recipe_wrap .h4_ttl {
    font-size: 3.46666vw;
  }
  .txt_red {}
  .recipe_content_wrap {
    width: 100%;
    margin: 6.66666vw 0 0 0;
  }
  .recipe_content {
    width: 86.66666vw; /*650px*/
    margin: 0 auto;
    padding: 15vw 0 15vw 0;
  }
  .recipe_content .h3_ttl_wrap {}
  .recipe_content .h3_ttl {
    font-size: 6.13333vw;
  }
  .recipe_content_img {
    width: 86.66666vw;
    margin: 2.66666vw auto 0 auto;
  }
  .recipe_name_01, .recipe_name_02, .recipe_name_03 {
    font-size: 4.8vw;
    line-height: 2.1em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
  }
  .recipe_name_01 {
    left: 0em;
    top: -3em;
  }
  .recipe_name_02 {
    right: auto;
    bottom: auto;
    left: 0em;
    top: -3em;
  }
  .recipe_name_03 {
    left: 0em;
    top: -3em;
  }
  .rcpL01 {
    padding: 0.2em 0.8em;
  }
  .rcpL02 {
    padding: 0.2em 0.8em;
    margin-top: 0;
    margin: 2em 0 0 0;
  }
  .recipe_hr {
    width: 86.66666vw;
    margin: 0 auto 14vw auto;
  }
}
/**/
.recipe_content_recipe_wrap {
  /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  width: 61.5942vw;
  margin: 3.9855vw auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.recipe_content_recipe_box {
  width: 28.04347vw;
  margin: 0;
}
.recipe_wrap .h5_ttl {
  font-size: 1.30434vw;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin: 0;
  padding: 0 0.6em;
  border-left: 0.15vw solid #c79f62;
}
.recipe_wrap .h5_ttl .small {
  font-size: 70%;
  letter-spacing: 0;
  font-weight: 400;
  letter-spacing: -0.1em;
}
.recipe_wrap .h5_ttl.top_m_plus {
  margin-top: 2.8vw;
}
.recipe_ingredients {
  list-style-type: none;
  font-size: 1.30434vw;
  line-height: 1.6em;
  margin: 0.7vw 0 0 0;
  padding: 0;
}
.recipe_ingredients li {
  display: flex;
  justify-content: space-between;
  padding: 0.25em 0.6em;
}
.recipe_ingredients li:nth-child(odd) {
  background-color: #f4ece0;
}
.recipe_ingredients.gray li:nth-child(odd) {
  background-color: #efefef;
}
.s_right {
  text-align: right;
}
.recipe_howto {
  list-style-type: none;
  font-size: 1.30434vw;
  line-height: 1.6em;
  margin: 0.7vw 0 0 0;
  padding: 0;
}
.recipe_howto li {
  padding: 0.25em 0.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0em;
}
.recipe_howto li.indent_2 {
  padding-left: 3em;
  text-indent: -3em;
}
.recipe_point {
  font-size: 1.30434vw;
  line-height: 1.6em;
  margin: 0.7vw 0 0 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.recipe_point li {
  margin-left: 0.6em;
  padding: 0.25em 0.6em 0.25em 0;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 1em;
  text-indent: -1em;
}
.recipe_content_item_img {
  width: 11.01449vw;
  margin: 0.7vw auto 0 auto;
}
.recipe_content_item_name {
  font-size: 1.30434vw;
  text-align: center;
}
.recipe_content_link_but {
  width: 29.34782vw;
  margin: 2.89855vw auto 0 auto;
}
.go_recipe_top_wrap {
  width: 71.01449vw;
  margin: 0.86956vw auto 0 auto;
  text-align: right;
}
.go_recipe_top {
  font-size: 1.15942vw;
}
.go_recipe_top::after {
  content: url(../image/recipe_up_arrow.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: -0.1em;
}
.cuting_link {
  border-bottom: 1px solid #333333;
  margin-left: 0.2em;
}
.cuting_link:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .recipe_content_recipe_wrap {
    width: 86.66666vw;
    margin: 0 auto 0 auto;
    display: block;
  }
  .recipe_content_recipe_box {
    width: 100%;
    margin: 8vw 0 0 0;
  }
  .recipe_wrap .h5_ttl {
    font-size: 4.26666vw;
    border-left: 0.9vw solid #c79f62;
    letter-spacing: 0;
  }
  .recipe_wrap .h5_ttl.top_m_plus {
    margin-top: 7vw;
  }
  .recipe_ingredients {
    font-size: 4.26666vw;
    line-height: 1.6em;
    margin: 2.66666vw 0 0 0;
    padding: 0;
  }
  .recipe_ingredients li {}
  .recipe_ingredients li:nth-child(odd) {}
  .s_right {}
  .recipe_howto {
    font-size: 4.26666vw;
    line-height: 1.6em;
    margin: 2.66666vw 0 0 0;
    padding: 0;
  }
  .recipe_howto li {}
  .recipe_howto li.indent_2 {}
  .recipe_point {
    font-size: 4.26666vw;
    line-height: 1.6em;
    margin: 2.66666vw 0 0 0;
    padding: 0;
  }
  .recipe_point li {}
  .recipe_content_item_img {
    width: 36vw;
    margin: 0.7vw auto 0 auto;
  }
  .recipe_content_item_name {
    font-size: 4.26666vw;
  }
  .recipe_content_link_but {
    width: 86.4vw;
    margin: 8vw auto 0 auto;
  }
  .go_recipe_top_wrap {
    width: 86.4vw;
    margin: 8vw auto 0 auto;
  }
  .go_recipe_top {
    font-size: 3.2vw;
  }
  .go_recipe_top::after {}
}
p.recipe_img_txt {
  font-size: 1.15942vw;
  font-weight: 500;
  line-height: 1.5em;
  position: absolute;
  right: 1.01779vw;
  top: 1.01779vw;
  z-index: 10;
}
p.recipe_img_txt.kei_w {
  text-shadow: 0.05vw 0.05vw 0 #FFF, -0.05vw -0.05vw 0 #FFF, -0.05vw 0.05vw 0 #FFF, 0.05vw -0.05vw 0 #FFF, 0px 0.05vw 0 #FFF, 0 -0.05vw 0 #FFF, -0.05vw 0 0 #FFF, 0.05vw 0 0 #FFF;
}
@media only screen and (max-width: 767px) {
  p.recipe_img_txt {
    font-size: 3vw;
    right: 2.13333vw;
    top: 2.13333vw;
  }
  p.recipe_img_txt.kei_w {
    text-shadow: 0.1vw 0.1vw 0 #FFF, -0.1vw -0.1vw 0 #FFF, -0.1vw 0.1vw 0 #FFF, 0.1vw -0.1vw 0 #FFF, 0px 0.1vw 0 #FFF, 0 -0.1vw 0 #FFF, -0.1vw 0 0 #FFF, 0.1vw 0 0 #FFF;
  }
}
/* cuting
-----------------------------*/
.cuting_flex_pc_wrap {
  width: 71.10144vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cuting_case_box_01 {
  width: 31.88405vw;
  margin: 0;
}
.cuting_case_box_02 {
  width: 31.88405vw;
  margin: 0;
}
.case_ttl {
  font-size: 1.5942vw;
  font-weight: 600;
  text-align: center;
}
.cuting_img {
  width: 100%;
  margin: 1.44927vw 0 0 0;
}
.cuting_flex_sp_wrap {
  display: block;
  width: 21.13768vw;
  margin: 0 auto;
}
.cuting_img_small {
  width: 100%;
  margin: 3.26086vw 0 0 0;
}
.cuting_img_txt {
  font-size: 1.30434vw;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.4vw;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
}
.cuting_note_wrap {
  width: 54.34782vw;
  margin: 2.8vw auto 0 auto;
}
.cuting_note {
  font-size: 1.15942vw;
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 767px) {
  .cuting_flex_pc_wrap {
    width: 86.66666vw;
    margin: 0 auto;
    display: block;
  }
  .cuting_case_box_01 {
    width: 100%;
  }
  .cuting_case_box_02 {
    width: 100%;
    margin-top: 10vw;
  }
  .case_ttl {
    font-size: 4vw;
  }
  .cuting_img {
    width: 58.66666vw;
    margin: 2vw auto 0 auto;
  }
  .cuting_flex_sp_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .cuting_img_small {
    width: 40vw;
    margin: 8vw 0 0 0;
  }
  .cuting_img_small:nth-child(odd) {
    margin-right: 6.66666vw;
  }
  .cuting_img_txt {
    font-size: 3.2vw;
    margin-top: 1.3vw;
    letter-spacing: -0.05em;
  }
  .cuting_note_wrap {
    width: 86.66666vw;
    margin: 8vw auto 0 auto;
  }
  .cuting_note {
    font-size: 3.2vw;
  }
}
/* 下線アニメーション
-----------------------------*/
.under_line {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.under_line::after {
  position: absolute;
  bottom: -0.12em;
  left: 0;
  content: '';
  width: 100%;
  height: 1.5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}
.under_line::after {
  background: #333333;
}
.under_line.view::after {
  transform: scale(1, 1);
}
/* floatingバナー
-----------------------------*/
.floating_wrap {
  width: 60px;
  position: fixed;
  right: 0;
  top: 16.66666vw;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .floating_wrap {
    width: 100%;
    position: sticky;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
/* ank_bbq
-----------------------------*/
.bbq_img_01 {
  width: 72.46376vw; /*1000px*/
  margin: 5vw auto;
  position: relative;
}
.bbq_img_txt {
  font-size: 1.15942vw;
  font-weight: 500;
  position: absolute;
  left: 1.44927vw;
  top: 1.23188vw;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .bbq_img_01 {
    width: 100%; /*750px 86.66666vw*/
    margin: 10.6vw auto;
  }
  .bbq_img_txt {
    font-size: 3.06666vw;
    left: 6.66666vw;
    top: 2.66666vw;
  }
}
/* slick
-----------------------------*/
.item_img_slider_wrap {
  width: 100%;
}
.item_img_slider {
  width: 100%;
  margin: 0 auto;
}
.item_img_slider_box {
  width: 21.73913vw;
  margin: 0.362318vw 0.181159vw;
}
@media only screen and (max-width: 767px) {
  .item_img_slider_wrap {}
  .item_img_slider {}
  .item_img_slider_box {
    width: 100%;
    margin: 0;
  }
}
.slick-dots > li:first-child:last-child {
  /*display: none;*/
}
/**/
.slick-dots {
  bottom: -30px;
  z-index: 10;
}
.slick-dots li button {
  color: #c8c8c8;
  width: 30px;
  height: 20px;
}
.slick-dots li button::before {
  content: "●";
  font-size: 0.8vw;
  opacity: 1;
  color: #c8c8c8;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #c79f62;
}
#stationery #lnavi ul li {
  color: #c79f62;
}
#stationery #lnavi ul li a {
  color: #c79f62;
}
@media screen and (max-width: 750px) {
  .slick-dots li button {
    width: 8vw;
    height: 4vw;
  }
  .slick-dots li button:before {
    font-size: 3vw;
  }
}
/**/