@charset "UTF-8";
:root {
  --main-color: #917C3C;
}
.shipporiMincho{
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
}
.box-main-theme{
  display: none;
}
.area-details{
  display: none;
}
.content-inner{
  width: 96%;
  max-width: 1200px;
  margin: auto;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
/* キービジュアル */
.mainvisual .mainvisualImage{
  width: 100%;
}
.mainvisual .mainvisualImage picture{
  display: block;
  width: 100%;
}
.mainvisual .mainvisualImage picture img{
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
/* KINTAについて */
.sectionCocept{
  margin-top: 130px;
}
.sectionCocept .sectionCocept-wrap{
  display: flex;
  align-items: center;
}
.sectionCocept .sectionCocept-image{
  width: 27.5%;
}
.sectionCocept .sectionCocept-image img{
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.sectionCocept .sectionCocept-image img.bottom{
  margin-top: 20px;
}
.sectionCocept .sectionCocept-lead{
  margin-left: 60px;
}
.sectionCocept .sectionCocept-ttl{
  font-size: 32px;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.sectionCocept .sectionCocept-ttl sup{
  font-size: 16px;
  top: -1em;
}
.sectionCocept .sectionCocept-detail{
  font-size: 16px;
  line-height: 2;
  margin-top:32px;
  text-align: center;
}
.sectionCocept .sectionCocept-detail span{
  font-size: 14px;
}
/* アンカー */
.sectionNav{
  background-color: #F4F4F4;
  margin: 120px 0 100px;
  padding: 90px 80px;
}
.sectionNav .sectionNav-ttl{
  font-size: 32px;
  margin-bottom: 35px;
  text-align: center;
  color: var(--main-color);
}
.sectionNav .sectionNav-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sectionNav .sectionNav-link{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFFFFF;
  font-size: 22px;
  text-decoration: none;
  border: none;
  height: 120px;
  transition: opacity 0.4s ease-in;
}
.sectionNav .sectionNav-link span{
  margin-bottom: 23px;
  display: block;
  font-weight: 700;
}
.sectionNav .sectionNav-link img{
  width: 41.25px;
  height: auto;
  display: block;
}
.sectionNav .sectionNav-link:hover{
  opacity: 0.5;
}
/* 期間限定 */
.sectionCollabo .sectionCollabo-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sectionCollabo .sectionCollabo-wrap:nth-child(even){
  flex-direction: row-reverse;
}
.sectionCollabo .sectionCollabo-wrap:nth-child(n + 2){
  margin-top: 100px;
}
.sectionCollabo .sectionCollabo-left{
  width: 46.666%;
  display: block;
  text-decoration: none;
  transition: opacity 0.4s ease-in;
}
.sectionCollabo .sectionCollabo-left:hover{
  opacity: 0.7;
}
.sectionCollabo .sectionCollabo-left img{
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.sectionCollabo .sectionCollabo-sp-ttl{
  display: none;
}
.sectionCollabo .sectionCollabo-right{
  width: 50%;
}
.sectionCollabo .sectionCollabo-right-ttl{
  font-size: 38px;
  font-weight: 700;
  color: var(--main-color);
}
.sectionCollabo .sectionCollabo-right-line{
  background-color: var(--main-color);
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
}
.sectionCollabo .sectionCollabo-right-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sectionCollabo .sectionCollabo-right-inner-image{
  width: 33.3333%;
  flex-shrink: 0;
}
.sectionCollabo-right-inner-image-sp{
  display: none;
}
.sectionCollabo .sectionCollabo-right-inner-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sectionCollabo .sectionCollabo-right-inner-detail{
  width: 61.66666%;
  font-size: 16px;
  line-height: 2;
}
.sectionCollabo .sectionCollabo-right-inner-detail._max{
  width: 100%;
}
.sectionCollabo .sectionCollabo-right-category{
  font-size: 16px;
  padding: 3px 10px;
  color: #FFFFFF;
  margin-top: 15px;
  width: fit-content;
  background-color: var(--main-color);
}
.sectionCollabo .sectionCollabo-right-position{
  font-size: 16px;
  margin-top: 12px;
}
.sectionCollabo .sectionCollabo-right-name{
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
}
.sectionCollabo .sectionCollabo-right-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sectionCollabo .sectionCollabo-right-bottom._single{
  margin-top: 15px;
}
.sectionCollabo .sectionCollabo-right-bottom-content{
  width: fit-content;
  flex-shrink: 0;
  margin-right: 16px;
}
.sectionCollabo .sectionCollabo-right-link{
  margin-bottom: 7px;
  width: 100%;
  max-width: 370px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: var(--main-color);
  text-decoration: none;
  transition: opacity 0.4s ease-in;
}
.sectionCollabo .sectionCollabo-right-link span{
  font-size: 18px;
  font-weight: 700;
}
.sectionCollabo .sectionCollabo-right-link img{
  margin-left: 36px;
  width: 69.2px;
  height: auto;
  display: block;
  margin-top: -8px;
}
.sectionCollabo .sectionCollabo-right-link:hover{
  opacity: 0.5;
}
/* 店舗 */
.sectionShop{
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.sectionShop::before{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background-color:  var(--main-color);
}
.sectionShop .sectionShop-inner{
  background-color: #F4F4F4;
  padding: 90px 60px 80px;
  position: relative;
}
.sectionShop .sectionShop-inner-complete{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.sectionShop .sectionShop-inner-complete-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
}
.sectionShop .sectionShop-ttl{
  color: var(--main-color);
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
.sectionShop .sectionShop-ttl span{
  font-size: 40px;
  background: linear-gradient(transparent 60%, #EEEAE4 40%);
}
.sectionShop .sectionShop-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 56px;
}
.sectionShop .sectionShop-image{
  width: 40%;
  max-width: 440px;
}
.sectionShop .sectionShop-content{
  width: 57%;
  max-width: 620px;
}
.sectionShop .sectionShop-lead{
  font-size: 16px;
  line-height: 2;
}
.sectionShop .sectionShop-content-ttl{
  width: 160px;
  margin: 0px auto 20px;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--main-color);
  color: var(--main-color)
}
.sectionShop .sectionShop-content-ttl._space{
  margin-top: 40px;
}
.sectionShop .sectionShop-content-detail{
  font-size: 18px;
  line-height: 2;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.sectionShop .sectionShop-content-detail-notice{
  font-size: 14px;
  color: #FF0000;
  margin-top: 20px;
  position: relative;
  padding-left: 12px;
  text-align: left;
}
.sectionShop .sectionShop-content-detail-notice::before{
  content: '※';
  font-size: 14px;
  color: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
}
.sectionShop .sectionShop-content-detail-list a{
  font-size: 18px;
  line-height: 2;
  color: #2B221B;
  padding-right: 18px;
  position: relative;
  transition: opacity 0.4s ease-in;
}
.sectionShop .sectionShop-content-detail-list a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 7.59px;
  height: 13.06px;
  background-image: url('../img/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionShop .sectionShop-content-detail-list span{
  text-decoration: underline;
}
.sectionShop .sectionShop-content-detail-list a:hover{
  opacity: 0.5;
}
/* about */
.sectionAbout{
  /* margin-top: 120px; */
  background-color: #2B221B;
  padding: 100px 0px;
}
.sectionAbout .sectionAbout-ttl{
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
}
.sectionAbout .sectionAbout-ttl img{
  margin-left: 20px;
  width: 147.2px;
  display: inline-block;
}
.sectionAbout .sectionAbout-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 45px;
}
.sectionAbout .sectionAbout-wrap img{
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.sectionAbout .sectionAbout-detail{
  margin-top: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
}
.sectionAbout .sectionAbout-btn{
  margin: 68px auto 0;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFFFFF;
  transition: opacity 0.4s ease-in;
}
.sectionAbout .sectionAbout-btn:hover{
  opacity: 0.5;
  text-decoration: none;
}
.sectionAbout .sectionAbout-btn span{
  display: inline-block;
  font-size: 16px;
}
.sectionAbout .sectionAbout-btn img{
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: auto;
  object-fit: cover;
}
/* レシピ */
.sectionRecipe{
  margin-top: 130px;
  position: relative;
}
.sectionRecipe .sectionRecipe-ttl{
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  color: var(--main-color);
}
.sectionRecipe .sectionRecipe-wrap{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 25px;
  margin-top: 88px;
}
.sectionRecipe .sectionRecipe-wrap-image img{
  display: block;
  width: 100%;
  height: auto;
}
.sectionRecipe .sectionRecipe-content{
  margin: 36px auto 0;
  position: relative;
}
.sectionRecipe .sectionRecipe-content._nospace{
  margin-top: 0;
}
.sectionRecipe .sectionRecipe-content picture{
  width: 100%;
  display: block;
}
.sectionRecipe .sectionRecipe-content img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sectionRecipe .sectionRecipe-content-detail{
  padding: 34px 16px;
  border: 5px solid #CCB058;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* 過去レシピ */
.sectionBeforeRecipe{
  margin-top: 200px;
  position: relative;
  background-color: #F4F4F4;
  padding: 130px 0px 120px;
}
.sectionBeforeRecipe:before{
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1px;
  height: 160px;
  background: var(--main-color);
}
.sectionBeforeRecipe .sectionBeforeRecipe-ttl{
  font-size: 32px;
  color: var(--main-color);
  text-align: center;
  line-height: 1.5;
}
.sectionBeforeRecipe .sectionBeforeRecipe-detail{
  font-size: 16px;
  line-height: 2;
  margin-top:32px;
  text-align: center;
}
.sectionBeforeRecipe .sectionBeforeRecipe-detail._after{
  font-size: 20px;
  margin-top: 0;
}
.sectionBeforeRecipe .sectionBeforeRecipe-wrap{
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-link{
  transition: opacity 0.4s ease-in;
  display: block;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-link:hover{
  opacity: 0.5;
  text-decoration: none;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content{
  width: 100%;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-image{
  width: 100%;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-lead{
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-btn{
  margin: 30px auto 0;
  width: 100%;
  max-width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: var(--main-color);
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-btn span{
  font-size: 16px;
  font-weight: 700;
}
.sectionBeforeRecipe .sectionBeforeRecipe-content-btn img{
  margin-left: 20px;
  width: 50.33px;
  height: auto;
  display: block;
  margin-top: -8px;
}
/* 完了ページ */
.sectionAfterRecipe{
  margin: 130px auto 0;
  width: 96%;
  max-width: 1200px;
}
.sectionAfterRecipe .sectionAfterRecipe-ttl{
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  color: var(--main-color);
}
.sectionAfterRecipe .sectionAfterRecipe-list{
  margin-top: 88px;
  list-style: none;
}
.sectionAfterRecipe .sectionAfterRecipe-list-inner{
  padding-bottom: 80px;
  border-bottom: 1px solid #CCB058;
  position: relative;
}
.sectionAfterRecipe .sectionAfterRecipe-list-number{
  font-size: 200px;
  line-height: 1;
  font-weight: 400;
  color: #EEEAE4;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -24px;
}
.sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(n + 2){
  margin-top: 130px;
}
.sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(2) .sectionAfterRecipe-list-number._two, .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(3) .sectionAfterRecipe-list-number , .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(4) .sectionAfterRecipe-list-number , .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(10) .sectionAfterRecipe-list-number , .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(11) .sectionAfterRecipe-list-number{
  top: 20px;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap._space{
  margin-top: 80px;
  /* align-items: flex-start; */
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-image{
  width: 50.909%;
  max-width: 560px;
  display: block;
  text-decoration: none;
  transition: opacity 0.4s ease-in;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-image:hover{
  opacity: 0.7;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-sp{
  display: none;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-image img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-content{
  width: 44.5454%;
  max-width: 490px;
  position: relative;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-lead{
  color: var(--main-color);
  padding-left: 30px;
  position: relative;
  z-index: 3;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-lead-sub{
  font-size: 14px;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-lead-main{
  margin-top: 8px;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  font-family: "Shippori Mincho", serif !important;
  line-height: 1.5;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-lead-main::before{
  content: '';
  position: absolute;
  left: -30px;
  top: 16px;
  width: 20px;
  height: 5px;
  background-color: #CCB058;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-line{
  height: 1px;
  width: 100%;
  background-color: #CCB058;
  margin: 17px 0 24px;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-detail{
  background-color: #F4F4F4;
  padding: 35px 40px;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-detail dt{
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 15px;
}
.sectionAfterRecipe .sectionAfterRecipe-wrap-detail dd{
  font-size: 16px;
  line-height: 2;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 60px auto 0;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-image{
  width: 18%;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-image img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content{
  width: 77%;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-category{
  width: 116px;
  padding: 3px;
  font-size: 16px;
  text-align: center;
  background-color: var(--main-color);
  color: #FFFFFF;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-main{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-position{
  font-size: 16px;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-name{
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
  margin-top: -2px;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-name span{
  font-size: 14px;
}
.sectionAfterRecipe .sectionAfterRecipe-bottom-content-detail{
  font-size: 16px;
  margin-top: 30px;
  line-height: 2;
}
.sectionAfterRecipe .sectionAfterRecipe-btn{
  margin: 60px auto 0;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #FFFFFF;
  transition: opacity 0.4s ease-in;
}
.sectionAfterRecipe .sectionAfterRecipe-btn:hover{
  opacity: 0.5;
  text-decoration: none;
}
.sectionAfterRecipe .sectionAfterRecipe-btn span{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.sectionAfterRecipe .sectionAfterRecipe-btn img{
  display: inline-block;
  margin-left: 36.8px;
  width: 70.33px;
  height: auto;
  object-fit: cover;
  margin-top: -4px;
}
/* fixedボタン */
.recipeFixedBtn{
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  max-width: 720px;
  background-color: var(--main-color);
  height: 80px;
  border: 1px solid #FFFFFF;
  transition: opacity 0.4s ease-in;
  opacity: 0;
  display: none;
}
.recipeFixedBtn.__show{
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
.recipeFixedBtn:hover{
  opacity: 0.8;
}
.recipeFixedBtn .recipeFixedBtn-text{
  display: block;
  color: #FFFFFF;
  font-family: "Shippori Mincho", serif !important;
  font-size: 24px;
}
.recipeFixedBtn .recipeFixedBtn-line{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 24px;
  display: block;
  height: 22px;
}
.recipeFixedBtn .recipeFixedBtn-line span{
  position: relative;
  width: 100%;
  display: block;
}
.recipeFixedBtn .recipeFixedBtn-line span::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 0px;
  right: 0px;
  transform: translateY(0) rotate(0);
}
.recipeFixedBtn .recipeFixedBtn-line span:nth-child(2)::before{
  transform: translateY(10px);
}
.recipeFixedBtn .recipeFixedBtn-line span:nth-child(3)::before{
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  /* KINTAについて */
  .sectionCocept{
    margin-top: 80px;
  }
  .sectionCocept .sectionCocept-wrap{
    flex-direction: column-reverse;
  }
  .sectionCocept .sectionCocept-image{
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .sectionCocept .sectionCocept-image img.bottom{
    margin-top: 10px;
  }
  .sectionCocept .sectionCocept-lead{
    margin-left: 0px;
    margin-bottom: 32px;
  }
  .sectionCocept .sectionCocept-ttl{
    font-size: 24px;
  }
  .sectionCocept .sectionCocept-detail{
    font-size: 14px;
    margin-top:12px;
  }
  /* 店舗 */
  .sectionShop{
    padding-top: 30px;
  }
  .sectionShop::before{
    top: 0px;
    height: 60px;
  }
  .sectionShop .sectionShop-inner{
    background-color: #F4F4F4;
    padding: 80px 16px 64px;
  }
  .sectionShop .sectionShop-ttl{
    font-size: 24px;
  }
  .sectionShop .sectionShop-ttl span{
    font-size: 28px;
    background: linear-gradient(transparent 60%, #EEEAE4 40%);
  }
  .sectionShop .sectionShop-wrap{
    margin-top: 40px;
    flex-direction: column;
  }
  .sectionShop .sectionShop-image{
    width: 100%;
    margin: auto;
  }
  .sectionShop .sectionShop-content{
    width: 100%;
    margin:32px auto 0;
    max-width: 500px;
  }
  .sectionShop .sectionShop-lead{
    font-size: 14px;
    line-height: 2;
  }
  .sectionShop .sectionShop-content-ttl{
    width: 120px;
    margin: 30px auto 16px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
  }
  .sectionShop .sectionShop-content-detail{
    font-size: 16px;
  }
  .sectionShop .sectionShop-content-detail-list a{
    font-size: 16px;
    padding-right: 16px;
  }
  .sectionShop .sectionShop-content-detail-list a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 6.59px;
    height: 12.06px;
  }
  .sectionShop .sectionShop-content-detail-notice{
    font-size: 12px;
    margin-top: 16px;
    padding-left: 12px;
  }
  .sectionShop .sectionShop-content-detail-notice::before{
    font-size: 12px;
  }
  /* about */
  .sectionAbout{
    /* margin-top: 80px; */
    background-color: #2B221B;
    padding: 64px 0px;
  }
  .sectionAbout .sectionAbout-ttl{
    font-size: 24px;
  }
  .sectionAbout .sectionAbout-ttl img{
    margin-left: 12px;
    width: 107.2px;
    display: inline-block;
    margin-top: -4px;
  }
  .sectionAbout .sectionAbout-wrap{
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
  .sectionAbout .sectionAbout-wrap img{
    max-width: 400px;
    margin: auto;
  }
  .sectionAbout .sectionAbout-detail{
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .sectionAbout .sectionAbout-btn{
    margin: 40px auto 0;
    height: 64px;
    color: #FFFFFF;
    max-width: 280px;
  }
  .sectionAbout .sectionAbout-btn span{
    font-size: 14px;
  }
  .sectionAbout .sectionAbout-btn img{
    margin-left: 6px;
    width: 20px;
  }
  /* レシピ */
  .sectionRecipe{
    margin-top: 80px;
    position: relative;
  }
  .sectionRecipe .sectionRecipe-ttl{
    font-size: 24px;
  }
  .sectionRecipe .sectionRecipe-wrap{
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 20px;
  }
  .sectionRecipe .sectionRecipe-content{
    margin: 24px auto 0;
    max-width: 500px;
  }
  .sectionRecipe .sectionRecipe-content-detail{
    padding: 42px 0;
    font-size: 24px;
    width: 77.777%;
  }
  /* 過去レシピ */
  .sectionBeforeRecipe{
    margin-top: 120px;
    padding: 100px 0px 60px;
  }
  .sectionBeforeRecipe:before{
    top: -40px;
    height: 80px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-ttl{
    font-size: 24px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-detail{
    font-size: 14px;
    margin-top:12px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-detail._after{
    font-size: 16px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-wrap{
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 12px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-content-lead{
    font-size: 14px;
    margin-top: 12px;
    min-height: 63px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-content-btn{
    margin: 16px auto 0;
    width: 100%;
    max-width: 240px;
    height: 48px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-content-btn span{
    font-size: 14px;
  }
  .sectionBeforeRecipe .sectionBeforeRecipe-content-btn img{
    margin-left: 12px;
    width: 36.33px;
    margin-top: -6px;
  }
  /* 完了ページ */
  .sectionShop .sectionShop-inner-complete-text{
    font-size: 24px;
    white-space: nowrap;
  }
  .sectionAfterRecipe{
    margin: 80px auto 0;
    width: 96%;
    max-width: 1200px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-ttl{
    font-size: 24px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-list{
    margin-top: 48px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-list-inner{
    padding-bottom: 40px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-list-number{
    font-size: 120px;
    z-index: -1;
    right: 0;
    top: -40px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(3) .sectionAfterRecipe-list-number{
    top: -6px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-list-inner:nth-child(n + 2){
    margin-top: 60px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap{
    flex-direction: column-reverse;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap._space{
    margin-top: 60px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-image{
    width: 100%;
    margin: auto;
    display: none;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-sp{
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-sp-image{
    display: block;
    width: 100%;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-sp-image img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  .sectionAfterRecipe .sectionAfterRecipe-wrap-content{
    width: 100%;
    max-width: inherit;
    padding-top: 0;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-lead{
    padding-left: 20px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-lead-sub{
    font-size: 12px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-lead-main{
    margin-top: 4px;
    font-size: 22px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-lead-main::before{
    left: -20px;
    top: 13px;
    width: 15px;
    height: 3px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-detail{
    padding: 32px 16px;
    margin-top: 24px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-detail dt{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-wrap-detail dd{
    font-size: 14px;
    line-height: 2;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom{
    flex-direction: column;
    margin: 30px auto 0;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-image{
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content{
    width: 100%;
    margin-top: 24px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content-category{
    width: 100px;
    padding: 3px;
    font-size: 14px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content-position{
    font-size: 14px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content-name{
    font-size: 18px;
    margin-left: 10px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content-name span{
    font-size: 12px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-bottom-content-detail{
    font-size: 14px;
    margin-top: 20px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-btn{
    margin: 30px auto 0;
    height: 64px;
    max-width: 280px;
  }
  .sectionAfterRecipe .sectionAfterRecipe-btn._pc{
    display: none;
  }
  .sectionAfterRecipe .sectionAfterRecipe-btn:hover{
    opacity: 0.5;
    text-decoration: none;
  }
  .sectionAfterRecipe .sectionAfterRecipe-btn span{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
  }
  .sectionAfterRecipe .sectionAfterRecipe-btn img{
    display: inline-block;
    margin-left: 24.8px;
    width: 56.33px;
    height: auto;
    object-fit: cover;
  }
  /* fixedボタン */
  .recipeFixedBtn{
    bottom: 10px;
    height: 60px;
    width: 76.2666%;
    left: 10px;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
  .recipeFixedBtn .recipeFixedBtn-text{
    font-size: 13px;
    margin-left: -28px;
  }
  .recipeFixedBtn .recipeFixedBtn-line{
    right: 12px;
    width: 18px;
    height: 16px;
  }
  .recipeFixedBtn .recipeFixedBtn-line span::before{
    height: 1px;
  }
  .recipeFixedBtn .recipeFixedBtn-line span:nth-child(2)::before{
    transform: translateY(8px);
  }
  .recipeFixedBtn .recipeFixedBtn-line span:nth-child(3)::before{
    transform: translateY(16px);
  }
  /* アンカー */
  .sectionNav{
    background-color: #F4F4F4;
    margin: 80px 0 60px;
    padding: 64px 0;
  }
  .sectionNav .sectionNav-ttl{
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .sectionNav .sectionNav-wrap{
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .sectionNav .sectionNav-link{
    font-size: 14px;
    text-align: center;
    height: 100px;
  }
  .sectionNav .sectionNav-link span{
    margin-bottom: 16px;
  }
  .sectionNav .sectionNav-link img{
    width: 24px;
  }
  /* 期間限定 */
  .sectionCollabo .sectionCollabo-wrap{
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 88px;
  }
  .sectionCollabo .sectionCollabo-sp-ttl{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 24px;
    width: 100%;
  }
  .sectionCollabo .sectionCollabo-wrap:nth-child(even){
    flex-direction: column-reverse;
  }
  .sectionCollabo .sectionCollabo-wrap:nth-child(n + 2){
    margin-top: 64px;
  }
  .sectionCollabo .sectionCollabo-left{
    width: 100%;
    max-width: 500px;
    margin:24px auto 0;
  }
  .sectionCollabo .sectionCollabo-right{
    width: 100%;
    /* margin-top: 32px; */
  }
  .sectionCollabo .sectionCollabo-right-ttl{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 16px;
    width: 100%;
  }
  .sectionCollabo .sectionCollabo-right-line{
    display: none;
  }
  .sectionCollabo-right-inner-image-sp{
    display: block;
  }
  .sectionCollabo-right-pc{
    display: none;
  }
  .sectionCollabo .sectionCollabo-right-inner-detail{
    font-size: 14px;
    margin-top: -6px;
  }
  .sectionCollabo .sectionCollabo-right-category{
    font-size: 14px;
    margin-top: 10px;
  }
  .sectionCollabo .sectionCollabo-right-position{
    font-size: 14px;
    margin-top: 8px;
  }
  .sectionCollabo .sectionCollabo-right-name{
    font-size: 18px;
    margin-top: 6px;
  }
  .sectionCollabo .sectionCollabo-right-bottom{
    flex-direction: column;
    align-items: flex-start;
  }
  .sectionCollabo .sectionCollabo-right-bottom._single{
    margin-top: 0px;
  }
  .sectionCollabo .sectionCollabo-right-bottom-content{
    margin-right: 0px;
    display: none;
  }
  .sectionCollabo .sectionCollabo-right-link{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 0px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 64px;
    max-width: 280px;
  }
  .sectionCollabo .sectionCollabo-right-link span{
    font-size: 16px;
  }
  .sectionCollabo .sectionCollabo-right-link img{
    margin-left: 20px;
    width: 56px;
    margin-top: -6px;
  }
  .sectionCollabo .sectionCollabo-right-link:hover{
    opacity: 0.5;
  }
}

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #707070;
  padding: 40px 0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: calc(100% - 32px);
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}
.modal-close img{
  width: 20px;
  display: block;
  height: auto;
  object-fit: cover;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #FFFFFF;
  padding: 60px 30px 50px;
}
.modal-content-ttl{
  font-size: 32px;
  color: var(--main-color);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.modal-content-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px 40px;
  margin-top: 35px;
}
.modal-content-wrap-block-link{
  display: block;
  width: 100%;
  transition: opacity 0.4s ease-in;
}
.modal-content-wrap-block-link:hover{
  opacity: 0.5;
}
.modal-content-wrap-block-image{
  width: 100%;
}
.modal-content-wrap-block-image img{
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  aspect-ratio: 150/103;
}
.modal-content-wrap-block-lead{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.modal-sp-close{
  display: none;
}
@media screen and (max-width: 768px) {
/* モーダルと背景の指定 */
  .modal{
    padding: 60px 0px;
  }
  /* モーダルを閉じるボタンの指定 */
  .modal-close{
    position: fixed;
    top: 51px;
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .modal-close img{
    width: 14px;
  }
  /* モーダルのコンテンツ部分の指定 */
  .modal-content{
    padding: 37px 15px 30px;
  }
  .modal-content-ttl{
    font-size: 24px;
  }
  .modal-content-wrap{
    grid-template-columns: repeat(2,1fr);
    gap: 25px 15px;
    margin-top: 24px;
  }
  .modal-content-wrap-block-lead{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .modal-sp-close{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40px;
    background-color: var(--main-color);
    width: 160px;
    margin: 25px auto 0;
    color: #FFFFFF;
    border: none;
  }
  .modal-sp-close span{
    font-size: 14px;
    font-weight: 700;
  }
}
/* 追加分_2024.11.15 */
.box-main-theme+.contents-inner {
  width: 100%;
  max-width: inherit;
  margin: 0;
}

/* 追加分_2024.11.18 */
.recipe-under-search{
  display: none;
}

.bg-club-rink{
  display: none!important;
}