@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;
}

/*------------ 全体 ------------*/
html {
}
body {
  -webkit-text-size-adjust: 100%;
}
._hover{
	transition: opacity 0.3s linear;
	opacity: 1;
}
._hover:hover{
	opacity: 0.7;
}
*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}
.anim-fadeUp {
  -webkit-transition: opacity .8s,-webkit-transform .8s;
  transition: opacity .8s,-webkit-transform .8s;
  transition: transform .8s,opacity .8s;
  transition: transform .8s,opacity .8s,-webkit-transform .8s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.anim-fade {
  transition: opacity .8s;
  opacity: 0;
}
.anim-fade.is-show {
  opacity: 1;
}
.font-mid{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}

/*------------ WRAPPER ------------*/
#wrapper {
  padding-bottom: 7rem;
  background: url("../images/bg.svg") no-repeat 55% 28rem;
  background-size: 280rem auto;
  width: 100%;
  overflow: hidden;
}
.content-inner{
	width:122rem;
	margin:0 auto;
  position: relative;
}

/*------------ NAVI ------------*/
.btnMenu{
	position:fixed;
	right:0;
	top:0;
  width: 11.6rem;
  height:11.6rem;
	display:block;
	z-index:2000;
  background-color: #FFF;
  cursor: pointer;
}
.btnMenu span {
  display: block;
  background: #000000;
  width: 3rem;
  height: 4px;
  border-radius: 4rem;
  position: absolute;
  left: 4.3rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.btnMenu span:first-child {
  top: 4.2rem;
}
.btnMenu span:nth-child(2) {
  top: 5.6rem;
}
.btnMenu span:last-child {
  top: 7rem;
}
.btnMenu.is-active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(1.4rem) rotate(45deg);
}
.btnMenu.is-active span:nth-child(2) {
  opacity: 0;
}
.btnMenu.is-active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-1.4rem) rotate(-45deg);
}
nav{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
.gnavBlockBg{
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s;
}
.gnavBlock{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  background-color: #FFF;
  width: 48rem;
  padding: 13rem 4rem 4rem;
  z-index: 2;
  transition: transform .3s;
  transform: translateX(100%);
}
.btnMenu.is-active ~ nav{
  pointer-events: auto;
}
.btnMenu.is-active ~ nav .gnavBlockBg{
  opacity: 1;
}
.btnMenu.is-active ~ nav .gnavBlock{
  transform: translateX(0%);
}
.listGnav>li{
  border-bottom: 1px solid #434343;
}
.listGnav>li a{
  font-size: 2rem;
  color: inherit;
  text-decoration: none;
  padding: 3.5rem 0 1rem;
  display: block;
}
.gnavBlock__btn{
  margin-top: 4rem;
}


/*------------ TOP ------------*/
.contentMv{
  position: relative;
  padding: 4rem 4rem 0;
}
.contentMv__bg{
  background: url("../images/img_mv.png") no-repeat center center;
  background-size: cover;
  height: 76rem;
  z-index: 1;
}
body.-funabashi .contentMv__bg{
  background-image: url("../../../funabashi/assets/images/img_mv.png");
}
.contentMv__logo{
  position: absolute;
  left: 0;
  top: 0;
  width: 17rem;
  height: 17rem;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  z-index: 5;
}
.contentMv__logo img{
  width: 98rem;
  /*width: 7.4rem;*/
}
.contentMv__tcard{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.6rem;
  height: 9rem;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3.2rem 4rem 0 3.2rem;
  z-index: 5;
}
.contentMv__tcard img{
  width: 4.7rem;
}
.contentMv__copyright{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  transform: rotate(90deg) translate(-95% , -130%);
  transform-origin: left center;
  z-index: 5;
}
.contentMv__ttl{
  position: absolute;
  left: 19rem;
  top: 66rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 5;
}
.contentMv__ttl *{
  background: linear-gradient(to right,#FFF 50%,#FFF 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 0 2.5rem .5rem;
}
.contentMv__ttl em{
  font-size: 4.4rem;
}
.contentMv__ttl span{
  font-size: 3rem;
  position: relative;
  left: 15rem;
}
body.-funabashi .contentMv__ttl{
  left: 19rem;
  top: 16.3rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  letter-spacing: .4em;
}
body.-funabashi .contentMv__ttl em{
  padding: 2rem 1rem 2rem;
}
body.-funabashi .contentMv__ttl span{
  left: 1rem;
  top: 11rem;
  padding: 2rem 1rem 2rem;
  z-index: 2;
}
.contentAbout{
  margin-top: 12rem;
}
.contentAbout__mv{
  position: relative;
  left: -15rem;
}
.contentAbout__mv:after{
  content: "";
  width: 96rem;
  height: 5rem;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.contentAbout__mv img{
  width: 114rem;
}
.contentAbout__ttl{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  letter-spacing: .4em;
}
.contentAbout__ttl>span:nth-child(2){
  margin-top: 7.3em;
}
body.-funabashi .contentAbout__ttl>span:nth-child(2){
  margin-top: 3em;
}
.contentAbout__block{
  width: 81rem;
  margin: -1rem 0 0 19rem;
  position: relative;
  z-index: 5;
}
.contentAbout p{
  font-size: 1.6rem;
  line-height: 2;
}
.contentAbout p + p{
  margin-top: 2em;
}
.flexAbout{
  margin-top: 10rem;
  display: flex;
}
.flexAbout__li:nth-child(1){
}
.flexAbout__li:nth-child(2){
  flex-shrink: 0;
  flex-grow: 0;
  width: 50rem;
  margin-left: 6rem;
}
.flexAbout__li:nth-child(2) img{
  width: 100%;
}
.flexAbout__ttl{
  font-size: 2.8rem;
  line-height: 1.64;
  margin-bottom: 3rem;
}
.contentMov{
  margin-top: 10rem;
}
.contentMov__ttl{
  text-align: center;
  font-size: 3.8rem;
  letter-spacing: .12em;
  margin-bottom: 4rem;
}
.contentMov__mov img{
  width: 100%;
}
.contentMov__btn{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.btnCommon{
  width: 53rem;
  max-width: 100%;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  font-size: 2.4rem;
  background-color: #1A1311;
  border-radius: .6rem;
}
.btnCommon img{
  display: block;
  width: 5.4rem;
}
.btnCommon i{
  margin-left: 1rem;
  position: relative;
  top: .1rem;
}
.contentItem{
  margin-top: 12rem;
}
.contentItem__ttl{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .4em;
}
.contentItem__mv{
  position: relative;
  left: 19rem;
}
.contentItem__mv img{
  width: 118rem;
}
.contentItem__mv:after{
  content: "";
  width: 32rem;
  height: 18rem;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.contentItem__block1{
  width: 47rem;
  margin-top: -14rem;
  position: relative;
  z-index: 5;
}
.contentItem__itemName{
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.contentItem p{
  font-size: 1.6rem;
  line-height: 2;
}
.contentItem p + p{
  margin-top: 2em;
}
.contentItem__block2{
  margin-top: 3.2rem;
}
.contentSecret{
  margin-top: 6rem;
  position: relative;
}
.contentSecret__ttl{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .75em;
  display: flex;
  flex-direction: column;
}
.contentSecret__ttl span:nth-child(2){
  margin-top: 6.1em;
}
.secretBlock{
  display: flex;
  flex-wrap: wrap;
}
.secretBlockItem{
  width: 48rem;
}
.secretBlockItem:nth-child(n+2){
  margin-left: 4rem;
}
.secretBlockItem:nth-child(3){
  margin-left: 22rem;
}
.secretBlockItem:nth-child(n+3){
  margin-top: 5.5rem;
}
.secretBlockItem__img img{
  width: 100%;
}
.secretBlockItem__ttl{
  font-size: 1.8rem;
  margin-top: 2rem;
  line-height: 1.5;
}
.secretBlockItem__body{
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2;
}
.contentRecipe{
  margin-top: 12rem;
}
.contentRecipe__inner{
  position: relative;
  padding-right: 18rem;
}
.contentRecipe__ttl{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .33em;
  display: flex;
  flex-direction: column;
}
.contentRecipe__ttl span:nth-child(2){
  margin-top: 8.5em;
}
.flexRecipe{
  display: flex;
}
.flexRecipe + .flexRecipe{
  margin-top: 8rem;
}
.flexRecipe__li:nth-child(1){
  width: 50rem;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 4.4rem;
}
.flexRecipe.-rev{
  flex-direction: row-reverse;
}
.flexRecipe.-rev .flexRecipe__li:nth-child(1){
  margin-right: 0;
  margin-left: 4.4rem;
}
.flexRecipe__li:nth-child(2){
  flex-shrink: 1;
  flex-grow: 1;
}
.flexRecipe__ttl{
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.flexRecipe__lead{
  font-size: 1.6rem;
  line-height: 2;
}
.ingredientBlock{
  margin-top: 3rem;
}
.ingredientBlock__ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.flexIngredient{
  display: flex;
  justify-content: space-between;
}
.flexIngredient__li{
  width: calc((100% - 4rem) / 2);
}
.listIngredient{
  border-top: 1px solid #D1D1D1;
}
.listIngredient>li{
  border-bottom: 1px solid #D1D1D1;
  padding: 1rem 0;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.listStep{
  margin-top: 3rem;
  font-size: 1.6rem;
  counter-reset: number 0;
}
.listStep>li{
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.listStep>li:before{
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.listStep>li:nth-child(n+2){
  margin-top: 1.5em;
}
.contentSecret__notes{
  font-size: 1.6rem;
  margin-top: 3rem;
}
.contentBanner{
  margin-top: 6rem;
}
.bannerBlock{
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
}
.bannerBlock__inner{
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bannerBlock__inner:after{
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background: url("../images/icon_blank.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.bannerBlock__ttl{
  font-size: 4rem;
}
.bannerBlock__shop{
  font-size: 3rem;
}
.bannerBlock__lead{
  font-size: 1.4rem;
  margin-top: 1rem;
}
.contentMember{
  margin-top: 13rem;
}
.contentMember__inner{
  position: relative;
  padding-left: 25rem;
}
.contentMember__ttl{
  position: absolute;
  left: 6.5rem;
  top: 0;
  font-size: 4.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .45em;
}
.listMember{
  display: flex;
  flex-wrap: wrap;
}
.listMember>li{
  width: calc((100% - (8rem * 2)) / 3);
  margin-left: 8rem;
}
.listMember>li:nth-child(3n+1){
  margin-left: 0;
}
.listMember>li:nth-child(n+4){
  margin-top: 6rem;
}
.listMember__pic{
  text-align: center;
}
.listMember__pic img{
  width: 18rem;
}
.listMember__name{
  text-align: center;
  font-size: 2.8rem;
  margin-top: 2rem;
}
.listMember__position{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.75;
}
.listMember__body{
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2;
}
.contentMember__btn{
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}



@media (min-width:769px) {
  .sp{
    display:none !important;
  }
}
@media (max-width:768px) {
  .pc{
    display:none !important;
  }
  body{
    -webkit-text-size-adjust: 100%;
    overflow: auto;
  }

  /*------------ WRAPPER ------------*/
  #wrapper {
    overflow: hidden;
    width: 100%;
    padding-bottom: 4rem;
    background: url("../images/bg_sp.svg") no-repeat 68.7% 57rem;
    background-size: 158rem auto;
  }
  .content-inner{
    width:100%;
    margin:0 auto;
    padding: 0 2rem;
    position: relative;
  }

  /*------------ NAVI ------------*/
  .btnMenu{
    width: 6.6rem;
    height:6.6rem;
  }
  .btnMenu span {
    width: 2.6rem;
    height: .3rem;
    border-radius: 4rem;
    left: 2rem;
  }
  .btnMenu span:first-child {
    top: 2.1rem;
  }
  .btnMenu span:nth-child(2) {
    top: 3.2rem;
  }
  .btnMenu span:last-child {
    top: 4.3rem;
  }
  .btnMenu.is-active span:first-child {
    -webkit-transform: translateY(1.1rem) rotate(45deg);
    -moz-transform: translateY(1.1rem) rotate(45deg);
    -ms-transform: translateY(1.1rem) rotate(45deg);
    transform: translateY(1.1rem) rotate(45deg);
  }
  .btnMenu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .btnMenu.is-active span:last-child {
    -webkit-transform: translateY(-1.1rem) rotate(-45deg);
    -moz-transform: translateY(-1.1rem) rotate(-45deg);
    -ms-transform: translateY(-1.1rem) rotate(-45deg);
    transform: translateY(-1.1rem) rotate(-45deg);
  }
  nav{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
  }
  .gnavBlockBg{
    background-color: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
  }
  .gnavBlock{
    width: 30rem;
    padding: 8.5rem 3rem 3rem;
  }
  .listGnav>li a{
    font-size: 1.7rem;
    color: inherit;
    text-decoration: none;
    padding: 2rem 0 1rem;
    display: block;
  }
  .gnavBlock__btn{
    margin-top: 3rem;
  }


  /*------------ TOP ------------*/
  .contentMv{
    padding: 2rem 2rem 0;
  }
  .contentMv__bg{
    background: url("../images/img_mv_sp.png") no-repeat center center;
    background-size: cover;
    height: 66rem;
  }
  body.-funabashi .contentMv__bg{
    background-image: url("../../../funabashi/assets/images/img_mv_sp.png");
  }
  .contentMv__logo{
    width: 11.2rem;
    height: 11.2rem;
    padding: 2rem;
  }
  .contentMv__logo img{
    width: 72rem;
  }
  .contentMv__tcard{
    width: 8rem;
    height: auto;
    padding: 2rem 2rem 0 2rem;
  }
  .contentMv__tcard img{
    width: 4rem;
    height: auto;
  }
  .contentMv__copyright{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1rem;
    transform: rotate(90deg) translate(-95% , -75%);
    transform-origin: left center;
    z-index: 5;
  }
  .contentMv__ttl{
    left: 3.7rem;
    top: 53rem;
  }
  .contentMv__ttl *{
    background: linear-gradient(to right,#FFF 50%,#FFF 50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 0 1.5rem .5rem;
  }
  .contentMv__ttl em{
    font-size: 2.6rem;
  }
  .contentMv__ttl span{
    font-size: 1.7rem;
    position: relative;
    left: 8.9rem;
  }
  body.-funabashi .contentMv__ttl{
    left: 3rem;
    top: 13.4rem;
    letter-spacing: .4em;
  }
  body.-funabashi .contentMv__ttl em{
    padding: 1.5rem 1rem;
  }
  body.-funabashi .contentMv__ttl span{
    left: 1rem;
    top: 11rem;
    padding: 1.5rem .5rem;
    z-index: 2;
  }
  .contentAbout{
    margin-top: 6rem;
  }
  .contentAbout__head{
    padding-right: 8.5rem;
  }
  .contentAbout__mv{
    position: relative;
    left: 0;
  }
  .contentAbout__mv:after{
    display: none;
  }
  .contentAbout__mv img{
    width: 100%;
  }
  .contentAbout__ttl{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.3rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    flex-direction: column;
    letter-spacing: .4em;
  }
  .contentAbout__ttl>span:nth-child(2){
    margin-top: 9em;
  }
  body.-funabashi .contentAbout__ttl>span:nth-child(2){
    margin-top: 4.7em;
  }
  .contentAbout__block{
    width: auto;
    margin: 1.5rem 0 0 0;
  }
  .contentAbout p{
    font-size: 1.4rem;
    line-height: 2;
  }
  .contentAbout p + p{
    margin-top: 2em;
  }
  .flexAbout{
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
  }
  .flexAbout__li:nth-child(1){
  }
  .flexAbout__li:nth-child(2){
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .flexAbout__li:nth-child(2) img{
    width: 100%;
  }
  .flexAbout__ttl{
    font-size: 1.8rem;
    line-height: 1.77;
    margin-bottom: 2rem;
  }
  .contentMov{
    margin-top: 4rem;
  }
  .contentMov__ttl{
    font-size: 2.4rem;
    letter-spacing: .12em;
    margin-bottom: 2rem;
  }
  .contentMov__mov img{
    width: 100%;
  }
  .contentMov__btn{
    margin-top: 2rem;
  }
  .btnCommon{
    width: 100%;
    max-width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    border-radius: .6rem;
  }
  .btnCommon img{
    display: block;
    width: 4rem;
  }
  .btnCommon i{
    margin-left: 1rem;
    position: relative;
    top: .1rem;
  }
  .contentItem{
    margin-top: 6rem;
  }
  .contentItem__ttl{
    font-size: 2.8rem;
    letter-spacing: .4em;
    left: auto;
  }
  .contentItem__mv{
    position: relative;
    left: auto;
    padding-left: 5.5rem;
  }
  .contentItem__mv img{
    width: 100%;
  }
  .contentItem__mv:after{
    display: none;
  }
  .contentItem__block1{
    width: 100%;
    margin-top: 2.3rem;
  }
  .contentItem__itemName{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .contentItem p{
    font-size: 1.4rem;
    line-height: 2;
  }
  .contentItem p + p{
    margin-top: 2em;
  }
  .contentItem__block2{
    margin-top: 2.8rem;
  }
  .contentSecret{
    margin-top: 4rem;
    position: relative;
    padding-left: 5.5rem;
    margin-right: -2rem;
  }
  .contentSecret__ttl{
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .66em;
    display: block;
  }
  .contentSecret__ttl span:nth-child(2){
    margin-top: 0;
  }
  .secretBlock{
    display: flex;
    flex-wrap: nowrap;
  }
  .secretBlock__wrapper{
    padding-right: 5rem;
    position: relative;
  }
  .secretBlockItem{
    width: 25rem;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .secretBlock__arrow{
    position: absolute;
    bottom: -5rem;
  }
  .secretBlock__arrow.-prev{
    left: 5.5rem;
    transform: rotate(180deg);
  }
  .secretBlock__arrow.-next{
    left: 10rem;
  }
  .secretBlock__arrow img{
    width: 3.5rem;
  }
  .swiper-button-disabled{
    opacity: .3;
  }
  .secretBlockItem:nth-child(n+2),
  .secretBlockItem:nth-child(3){
    margin-left: 0;
  }
  .secretBlockItem:nth-child(n+3){
    margin-top: 0;
  }
  .secretBlockItem__img img{
    width: 100%;
  }
  .secretBlockItem__ttl{
    font-size: 1.6rem;
    margin-top: 1.5rem;
    line-height: 1.5;
  }
  .secretBlockItem__body{
    font-size: 1.4rem;
    margin-top: 1.5rem;
    line-height: 2;
  }
  .contentRecipe{
    margin-top: 11.5rem;
  }
  .contentRecipe__inner{
    padding-right: 8.5rem;
  }
  .contentRecipe__ttl{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.3rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .3em;
    display: flex;
    flex-direction: column;
  }
  .contentRecipe__ttl span:nth-child(2){
    margin-top: 7em;
  }
  .flexRecipe{
    display: flex;
    flex-direction: column;
  }
  .flexRecipe + .flexRecipe{
    margin-top: 4rem;
  }
  .flexRecipe__li:nth-child(1){
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .flexRecipe.-rev{
    flex-direction: column;
  }
  .flexRecipe.-rev .flexRecipe__li:nth-child(1){
    margin-left: 0;
    margin-bottom: 1.7rem;
  }
  .flexRecipe__li:nth-child(2){
    flex-shrink: 1;
    flex-grow: 1;
  }
  .flexRecipe__ttl{
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .flexRecipe__lead{
    font-size: 1.4rem;
    line-height: 2;
  }
  .ingredientBlock{
    margin-top: 2rem;
  }
  .ingredientBlock__ttl{
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .flexIngredient{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .flexIngredient__li{
    width: 100%;
  }
  .flexIngredient__li:nth-child(2){
    margin-top: -1px;
  }
  .listIngredient{
    border-top: 1px solid #D1D1D1;
  }
  .listIngredient>li{
    border-bottom: 1px solid #D1D1D1;
    padding: 1rem 0;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
  }
  .listStep{
    margin-top: 2rem;
    font-size: 1.4rem;
    counter-reset: number 0;
  }
  .listStep>li{
    position: relative;
    padding-left: 2.5rem;
    line-height: 1.7;
  }
  .listStep>li:before{
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .listStep>li:nth-child(n+2){
    margin-top: 1.7em;
  }
  .contentSecret__notes{
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .contentBanner{
    margin-top: 4rem;
  }
  .bannerBlock{
    position: relative;
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  .bannerBlock__inner{
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .bannerBlock__inner:after{
    width: 1.3rem;
    height: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .bannerBlock__ttl{
    font-size: 3rem;
  }
  .bannerBlock__shop{
    font-size: 2.4rem;
  }
  .bannerBlock__lead{
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .contentMember{
    margin-top: 5rem;
  }
  .contentMember__inner{
    position: relative;
    padding-left: 5.5rem;
  }
  .contentMember__ttl{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.2rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .59em;
  }
  .listMember{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .listMember>li{
    width: 100%;
    margin-left: 0;
  }
  .listMember>li:nth-child(3n+1){
    margin-left: 0;
  }
  .listMember>li:nth-child(n+2){
    margin-top: 5rem;
  }
  .listMember__pic{
    text-align: center;
  }
  .listMember__pic img{
    width: 14rem;
  }
  .listMember__name{
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .listMember__position{
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.7;
  }
  .listMember__body{
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2;
  }
  .contentMember__btn{
    display: flex;
    justify-content: center;
    margin-top: 6rem;
  }
}










