/* CSS Document */
@keyframes title_deco{
  0%{
    opacity:0;
    transform: translateY(100%);
  }
  100%{
    opacity:1;
    transform: translateY(0);
  }
}
@keyframes title{
  0%{
    opacity:0;
    transform: translateY(100%);
  }
  100%{
    opacity:1;
    transform: translateY(0);
  }
}
@keyframes opa{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
/*コンテンツタイトル*/
div.title.wcvisible > p span:nth-of-type(1){
  animation: title_deco 800ms ease forwards;
}
div.title.wcvisible > p span:nth-of-type(2){
  animation: title_deco 800ms ease 200ms forwards;
}
div.title.wcvisible > p span:nth-of-type(3){
  animation: title_deco 800ms ease 300ms forwards;
}
div.title.wcvisible > p span:nth-of-type(4){
  animation: title_deco 800ms ease 400ms forwards;
}
div.title.wcvisible > p span:nth-of-type(5){
  animation: title_deco 800ms ease 500ms forwards;
}
div.title.wcvisible > p span:nth-of-type(6){
  animation: title_deco 800ms ease 600ms forwards;
}
div.title.wcvisible > p span:nth-of-type(7){
  animation: title_deco 800ms ease 700ms forwards;
}
div.title.wcvisible > p span:nth-of-type(8){
  animation: title_deco 800ms ease 900ms forwards;
}
div.title.wcvisible > p span:nth-of-type(9){
  animation: title_deco 800ms ease 1100ms forwards;
}
div.title.wcvisible > p span:nth-of-type(10){
  animation: title_deco 800ms ease 1300ms forwards;
}
div.title.wcvisible > p span:nth-of-type(11){
  animation: title_deco 800ms ease 1500ms forwards;
}
div.title.wcvisible > p span:nth-of-type(12){
  animation: title_deco 800ms ease 1700ms forwards;
}
div.title.wcvisible > p span:nth-of-type(13){
  animation: title_deco 800ms ease 1900ms forwards;
}
div.title.wcvisible > h1{
  animation: title 800ms ease forwards;
}

section.achieveme_block ul li.wcvisible{
  animation: opa 800ms linear 400ms forwards;
}
/*
section.achieveme_block ul li.wcvisible:nth-of-type(1){
  animation: opa 800ms linear 400ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(2){
  animation: opa 800ms linear 600ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(3){
  animation: opa 800ms linear 800ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(4){
  animation: opa 800ms linear 1000ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(5){
  animation: opa 800ms linear 1200ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(6){
  animation: opa 800ms linear 1400ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(7){
  animation: opa 800ms linear 1600ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(8){
  animation: opa 800ms linear 1800ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(9){
  animation: opa 800ms linear 2000ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(10){
  animation: opa 800ms linear 2200ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(11){
  animation: opa 800ms linear 2400ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(12){
  animation: opa 800ms linear 2600ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(13){
  animation: opa 800ms linear 2800ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(14){
  animation: opa 800ms linear 3000ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(15){
  animation: opa 800ms linear 3200ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(16){
  animation: opa 800ms linear 3400ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(17){
  animation: opa 800ms linear 3600ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(18){
  animation: opa 800ms linear 3800ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(19){
  animation: opa 800ms linear 4000ms forwards;
}
section.achieveme_block ul li.wcvisible:nth-of-type(20){
  animation: opa 800ms linear 4200ms forwards;
}*/



body{
  font-family: "Noto Sans JP";
}
/*タイトル*/
div.title{
  flex-direction: column-reverse;
  display: flex;
  margin-bottom: 1.5rem;
}
div.title.left{
  padding-left: 2rem;
  box-sizing: border-box;
  align-items: flex-start; 
}
div.title > h1{
  font-size: 1.2rem;
  color: #29221a;
  opacity: 0;
  text-align: center;
  font-weight: 700;
}
div.title > p{
  display: flex;
  justify-content: center;
}
section.news div.title > p{
  flex-direction: column;
  width: 2.8rem;
}
div.title > p span{
  color: #29221a;
  font-size: 2.8rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
  font-family: "Gothic";
  font-weight: 700;
  opacity: 0;
}
div.title > p span.margin{
  margin-left: 1rem
}
body[wc-view-type="tb-l"] div.title > p span,
body[wc-view-type="pc"] div.title > p span{
  font-size: 3.5rem;
}

/*ページタイトル*/
section.page_title{
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 0 !important;
  display: flex;
}
body[wc-view-type="sp"] section.page_title{
  flex-direction: column;
}
body[wc-view-type="sp"] section.page_title div.title{
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}
body:not([wc-view-type="sp"]) section.page_title div.title{
  justify-content: center;
}
body[wc-view-type="pc"] section.page_title div.title{
  margin-left: calc((100vw - 1100px) / 2);
}
section.page_title::before{
  content: "";
  position: absolute;
  left: 0;
  background-color: #f2ece0;
  z-index: -1;
}
body[wc-view-type="sp"] section.page_title::before{
  right: 0;
  height: 50vw;
  top: 0.5rem;
  border-radius: 0 5rem 0 0;
}
body[wc-view-type="tb"] section.page_title::before{
  right: 0;
  height: 30vw;
  top: 1rem;
  border-radius: 0 5rem 0 0;
}
body[wc-view-type="tb-l"] section.page_title::before{
  right: 2rem;
  height: 25vw;
  top: 1rem;
  border-radius: 0 5rem 0 0;
}
body[wc-view-type="pc"] section.page_title::before{
  right: calc((100vw - 1100px + 4rem) / 2);
  height: 225px;
}
body[wc-view-type="sp"] section.page_title div.title.sp_left{
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] section.page_title div.title.sp_left,
body[wc-view-type="tb"] section.page_title div.title.sp_left{
  justify-content: center;
}
body[wc-view-type="sp"] section.page_title figure{
  width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: 0;
  height: 50vw;

}
body[wc-view-type="tb"] section.page_title figure{
  margin-top: var(--headerHeight);
  width: 50vw;
  margin-left: auto;
}
body[wc-view-type="tb-l"] section.page_title figure{
  margin-right: 4rem;
  height: 30vw;
  width: 50vw;
  margin-left: auto;
  margin-top: var(--headerHeight);
}
body[wc-view-type="pc"] section.page_title figure{
  width: 550px;
  height: 280px;
  margin-top: var(--headerHeight);
  margin-right:  calc((100vw - 1100px) / 2);
  margin-left: auto;
}
section.page_title figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_title figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 5rem;
}

section.wrap{
  position: relative;
  z-index: 1;
}
section.wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/slider/slider03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.safari section.wrap::before {
  background-image: url("../img/top/slider/slider03.png");
}
/*トップ*/
div.b_top{
  background-color: #fff;
  padding: var(--headerHeight) 0;
  text-align: center;
  line-height: 1.8rem;
  font-size: 0.97rem;
  color: #29221a;
  width: 100vw;
}
div.b_top p{
  margin: 0 auto;
  color: #29221a;
  font-size: 0.97rem;
  line-height: 1.8rem;
}
body[wc-view-type="sp"] div.b_top p{
  width: calc(100vw - 4rem);
}
body[wc-view-type="tb"] div.b_top p{
  width: calc(100vw - 12rem);
}
body[wc-view-type="tb-l"] div.b_top p{
  width: calc(100vw - 12rem);
}
body[wc-view-type="pc"] div.b_top p{
  width: 780px;
}
div.b_top dl dd{
  color: #29221a;
  font-size: 0.97rem;
  line-height: 1.8rem;
}
/*出店実績一覧*/
section.achieveme_block{
  width: 100vw;
  padding: var(--headerHeight) 0 calc(var(--headerHeight) + 50px) 0;
  position: relative;
  z-index: 1;
  background-color: rgba(117,56,21,0.5);
}
section.achieveme_block div.title > h1{
  color: #fff;
}
section.achieveme_block div.title > p span{
  color: #fff;
}
section.achieveme_block ul{
  list-style: none;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] section.achieveme_block ul{
  width: calc(100vw - 4rem);
}
body[wc-view-type="tb"] section.achieveme_block ul{
  width: calc(100vw - 12rem);
}
body[wc-view-type="tb-l"] section.achieveme_block ul{
  width: calc(100vw - 12rem);
}
body[wc-view-type="pc"] section.achieveme_block ul{
  width: 1100px;
}
section.achieveme_block ul li{
  color: #fff;
  font-weight: 700;
  margin: 0 0.5rem 1rem 0.5rem;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5rem;
  opacity: 0;
}
body[wc-view-type="sp"] section.achieveme_block ul li{
  width: 100%;
}
body[wc-view-type="tb"] section.achieveme_block ul li{
  width: calc((100% / 2) - 1rem);
}
body[wc-view-type="tb-l"] section.achieveme_block ul li{
  width: calc((100% / 3) - 1rem);
}
body[wc-view-type="pc"] section.achieveme_block ul li{
  width: calc((1100px / 3) - 1rem);
}
section.achieveme_block ul li::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}