

/***********
module-productsList
************/

.productsList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5%;
}
.productsList li {
  width: 45%;
  margin-left: 5%;
  padding-bottom: 120px;
  opacity: 0;
  transition: opacity 1s ease;
}
.is-show.productsList li {
  opacity: 1;
}

.productsList-trisect{
  margin-left: -3%;
}
.productsList-trisect li{
  width: 30.3333%;
  margin-left: 3%;
  padding-bottom: 60px;
}

.productsList a {
  display: block;
  text-align: center;
  color: #231815;
  text-decoration: none;
}

.productsList-img {
  position: relative;
  overflow: hidden;
}
.productsList-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 1s ease ;
}
.productsList-img::after {
}
.productsList-img img {
  transition: all 1s ease ;
}
.productsList-title {
  text-align: center;
  font-size: 124%;
  padding-top: 25px;
  letter-spacing: 0.05em;
}

.productsList-img:hover::before,
.productsList-img:hover::after{
  opacity: 1;
}
.productsList-img:hover::after {
}
.productsList-img:hover img {
  transform: scale(1.1);
}

@media screen and (max-width:834px) {

  .productsList {
  }
  .productsList li {
    padding-bottom: 60px;
  }
  .is-show.productsList li {
  }

  .productsList-trisect{
  }
  .productsList-trisect li{
    padding-bottom: 25px;
  }

  .productsList-title {
    padding-top: 10px;
    font-size: 93%;
    letter-spacing: 0.05em;
  }

}

/***********
module-productsVisual
************/

.productsVisual{
  width: 100%;
  height: 700px;
  background-position: center center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease 0.1s;
}
.productsVisual > img{
  display: none;
}


.is-loaded .productsVisual{
  opacity: 1;
}


@media screen and (max-width:834px) {

  .productsVisual{
    height: 50vh;
  }

}

/***********
module-products
************/

.products{
  margin-top: 700px;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  background-color: #ece9e3;
  z-index: 9;
}

.products-block {
  display: flex;
  justify-content: space-between;
}

.products-inner {
  flex: 1;
  width: 50%;
}
.products-gallery {
  width: 50%;
  padding-right: 5%;
  position: relative;
}

.products-heading {
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 1.5em;
}
.products-description {
  font-size: 108%;
  line-height: 2;
}

.products-data {
  display: table;
  padding-top: 30px;
  line-height: 1.8;
  font-family: "Roboto";
  font-weight: 400;
}
.products-data-list {
  display: table-row;
}
.products-data-list dt {
  display: table-cell;
  white-space: nowrap;
  padding-bottom: 0.5em;
  text-align: right;
}
.products-data-list dt::after {
  content: ":";
  display: inline-block;
  padding: 0 0.8em 0 0.6em;
}
.products-data-list dd {
  display: table-cell;
  padding-bottom: 0.5em;
}


.products-box{
  background-color: #e0dfdb;
  padding: 30px;
}
.products-description + .products-box {
  margin-top: 60px;
}

.products-tips {
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  background-color: #fff;
  padding: 25px 40px;
  margin-top: 20px;
}
.products-tips-title {
  font-size: 108%;
  font-weight: normal;
  padding-bottom: 0.5em;
}

.products-tips-text {
  font-size: 100%;
  line-height: 1.7;
}


.products-spec {
  display: table;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
}
.products-spec-data {
  display: table-row-group;
}
.products-spec-data dt {
  display: table-cell;
  width: 10em;
  line-height: 2;
  padding-bottom: 5px;
}
.products-spec-data dd {
  line-height: 2;
  padding-bottom: 5px;
}
.products-spec-item {
  padding-bottom: 30px;
}

.products-cart {
  padding-top: 10px;
}


.products-cv {
  padding-top: 55px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.products-cv-linkItem {
  width: 100%;
  margin-bottom: 10px;
}
.products-cv-item {
  padding-right: 30px;
}
.products-cv-item:not(:last-child) {
  padding-bottom: 40px;
}
.products-cv-title {
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  font-size: 108%;
  color: #734233;
  padding-bottom: 15px;
}
.products-cv-btn {
}

.products-cv-linkBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #734233;
  color: #fff;
  border-radius: 8px;
  min-height: 3.5em;
  min-width: 16em;
  padding: 0.5em 2em;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  font-weight: 400;
  font-size: 139%;
  text-decoration: none;
}
.products-cv-linkBtn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/wp/wp-content/themes/petari/img/icon/cart_wt.svg) no-repeat center center / 100% auto;
  margin-right: 1em;
  transform: scale(1.5);
}
.products-cv-linkBtn:hover {
  background-color: #8c624c;
}



@media screen and (max-width:834px) {

  .products{
    margin-top: 50vh ;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .products-block {
    display: block;
  }

  .products-inner {
    width: auto;
    padding-top: 50px;
  }
  .products-gallery {
    width: auto;
    padding-left: 0;
  }

  .products-heading {
    font-size: 131%;
  }
  .products-description {
    font-size: 100%;
    line-height: 1.8;
  }

  .products-data {
    font-size: 93%;
  }

  .products-box{
    background-color: #e0dfdb;
    padding: 15px;
  }
  .products-description + .products-box {
    margin-top: 30px;
  }

  .products-tips {
    padding: 15px 20px;
  }
  .products-tips-title {
    font-size: 108%;
  }

  .products-tips-text {
    font-size: 93%;
    line-height: 1.7;
  }


  .products-spec {
    display: table;
    font-size: 85%;
  }
  .products-spec-data {
  }
  .products-spec-data dt {
    width: 8em;
    line-height: 2;
  }
  .products-spec-data dd {
    line-height: 2;
  }
  .products-spec-item {
    padding-bottom: 30px;
  }

  .products-cart {
    padding-top: 10px;
  }


  .products-cv-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .products-cv-btn iframe{
    max-width: 100%;
  }


  .products-cv {
    text-align: center;
    justify-content: center;
  }
  .products-cv-item {
    width: 100%;
  }
  .products-cv-linkBtn {
    margin: 0 auto 10px;
  }
  .products-cv-linkBtn::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/wp/wp-content/themes/petari/img/icon/cart_wt.svg) no-repeat center center / 100% auto;
    margin-right: 1em;
    transform: scale(1.5);
  }
  .products-cv-linkBtn:hover {
    background-color: #8c624c;
  }

}

/***********
module-slider
************/

.products-slider{
  display: flex;
}

/*
slick
*/

.products-gallery .slick-slide{
}
.products-gallery .slick-slide li {
  vertical-align: bottom;
}
.products-gallery .slick-active{
  opacity: 1;
}

.products-gallery .slick-dots{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.products-gallery .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #aaa;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.products-gallery .slick-dots .slick-active button{
  background-color: #734233;
}

.products-gallery .slick-next,
.products-gallery .slick-prev{
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 40%;
  z-index: 99;
  cursor: pointer;
}

.products-gallery .slick-next{
  right: 20px;
}
.products-gallery .slick-prev{
  left: 20px;
}

.products-gallery .slick-next span,
.products-gallery .slick-prev span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.products-gallery .slick-next span{
  transform: rotate(45deg);
}
.products-gallery .slick-prev span{
  transform: rotate(-135deg);
}

@media screen and (max-width:834px) {


  .products-gallery .slick-dots{
    padding-top: 8px;
  }
  .products-gallery .slick-dots button{
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
  .products-gallery .slick-dots .slick-active button{
    background-color: #734233;
  }

  .products-gallery .slick-next,
  .products-gallery .slick-prev{
    width: 20px;
    height: 20px;
    padding-top: 4px;
    cursor: pointer;
  }

  .products-gallery .slick-next{
    right: 2px;
  }
  .products-gallery .slick-prev{
    left: 2px;
  }

  .products-gallery .slick-next span,
  .products-gallery .slick-prev span{
    width: 10px;
    height: 10px;
  }

}

/***********
module-others
************/

.others{
  border-top: 1px solid rgba(35, 24, 21, 0.3);
  padding-top: 50px;
}

/***********
module-recipeContainer
************/

.recipeContainer{
  padding: 60px 80px;
  margin-top: 20px;
  background-color: #fff;
}

.recipeList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  overflow: hidden;
}
.recipeList-item {
  width: 30.33333%;
  height: 100%;
  margin-left: 3%;
  margin-bottom: 3%;
}
.recipeList-item a {
  display: block;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  color: #231815;
  text-decoration: none;
}


.recipeList-inner {
  text-align: center;
  padding: 25px 10px;
}
.recipeList-title {
  font-size: 116%;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.recipeList-text {
  font-size: 77%;
  font-feature-settings: "palt";
  line-height: 1.5;
  padding-top: 1em;
}


.recipeList-img {
  position: relative;
  overflow: hidden;
}
.recipeList-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 1s ease ;
}
.recipeList-img::after {
}
.recipeList-img img {
  transition: all 1s ease ;
}


.recipeList-img:hover::before,
.recipeList-img:hover::after{
  opacity: 1;
}
.recipeList-img:hover::after {
}
.recipeList-img:hover img {
  transform: scale(1.1);
}

.recipeList-img figcaption{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.recipeList-cat {
  display: inline-block;
  background-color: #939494;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  min-width: 8em;
  padding: 0.5em 1em;
}
.recipeList-cat span:not(:last-child)::after{
  content: "・"
}

.mix{
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width:834px) {

  .recipeContainer{
    display: block;
    padding: 0;
    margin-top: 40px;
    background: none;
    margin-left: 0;
  }

  .recipeList{
    margin-left: 0;
  }
  .recipeList.recipeList-sp-half {
    display: flex;
    margin-left: -2%;
  }
  .recipeList.recipeList-sp-half .recipeList-item{
    width: 48%;
    margin-left: 2%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }



  .recipeList {
  }

  .recipeList-item {
    width: auto;
    margin-left: 0%;
    margin-bottom: 10px;
  }

  .recipeList a {
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }


  .recipeList-cat {
    font-size: 77%;
    min-width: 8em;
  }

  .recipeList-inner {
    padding: 12px 10px;
  }
  .recipeList-title {
    font-size: 93%;
  }
  .recipeList-text {
    font-size: 70%;
    padding-bottom: 10px;
  }

}


/***********
module-recipe
************/

.recipe{
  background-color: #fff;
}


.recipe-block {
  padding: 80px 10% 100px;
}
.recipe-title {
  text-align: center;
  font-size: 220%;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
}
.recipe-summary {
  text-align: center;
  font-size: 116%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  line-height: 1.8;
}

.recipe-term {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.recipe-cat {
  display: flex;
  padding: 0 5px;
}
.recipe-cat li {
  margin: 3px;
  min-width: 10em;
  padding: 0.8em 2em;
  border-radius: 100px;
  background-color: #8c624c;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.recipe-cat li.is-guide {
  background-color: #b29584;
}


.recipe-section {
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  display: flex;
}
.recipe-section:not(:last-child) {
  padding-bottom: 80px;
}
.recipe-section-title {
  font-weight: normal;
  font-size: 108%;
  width: 10em;
  padding-top: 0.8em;
}
.recipe-section-inner {
  flex: 1;
}
.recipe-section-data {
  padding: 10px 0 20px;
  font-size: 108%;
  line-height: 1.8;
}
.recipe-material {
  display: flex;
  justify-content: space-between;
}
.recipe-material-item {
  width: 45%;
}

.recipe-material-table {
  border-top: 1px solid #ddd;
  font-size: 108%;
}
.recipe-material-table tr {
  border-bottom: 1px solid #ddd;
}
.recipe-material-table th {
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
  vertical-align: top;
  padding: 0.5em 0;
}
.recipe-material-table td {
  white-space: nowrap;
  text-align: right;
  font-weight: normal;
  line-height: 1.7;
  vertical-align: top;
  padding: 0.5em 0;
}

.recipe-making {
  list-style: decimal;
  margin-left: 2em;
  padding-top: 0.5em;
}
.recipe-making li {
  font-size: 116%;
  line-height: 1.8;
  margin-bottom: 1em;
  padding-left: 1em;
}


.recipe-guide {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -30px;
}
.recipe-guide li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 30px;
  padding-left: 3em;
  position: relative;
}
.recipe-guide-num {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 124%;
  border: 1px solid #555;
  color:#555;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.recipe-guide img {
}

@media screen and (max-width:834px) {

  .recipe{
  }

  .recipe-block {
    padding: 40px 15px;
  }
  .recipe-title {
    font-size: 131%;
    padding-bottom: 20px;
  }

  .recipe-summary {
    text-align: left;
    font-size: 85%;
    padding-bottom: 10px;
    line-height: 1.7;
  }


  .recipe-term {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .recipe-cat {
    padding: 0 2px;
    justify-content: center;
  }
  .recipe-cat li {
    margin: 1px;
    min-width: 4em;
    padding: 0.5em 1em;
    font-size: 77%;
  }

  .recipe-section {
    display: block;
  }
  .recipe-section:not(:last-child) {
    padding-bottom: 50px;
  }
  .recipe-section-title {
    font-size: 100%;
    width: auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .recipe-section-inner {
    flex: 1;
  }
  .recipe-section-data {
    padding: 5px 0 15px;
    font-size: 100%;
    line-height: 1.7;
  }
  .recipe-material {
    display: block;
  }
  .recipe-material-item {
    width: auto;
  }

  .recipe-material-table {
    font-size: 93%;
    border: none;
  }
  .recipe-material-table tr {
  }
  .recipe-material-table th {
  }
  .recipe-material-table td {
  }

  .recipe-making {
    margin-left: 1.5em;
    padding-top: 0.5em;
  }
  .recipe-making li {
    font-size: 100%;
  }

  .recipe-guide {
    display: block;
    margin-left: 0;
    margin-bottom: -30px;
  }
  .recipe-guide li {
    width: auto;
    margin-left: 0;
  }

}


/***********
module-company
************/

.company {
  display: flex;
  justify-content: space-between;
}
.company:not(:last-child) {
  padding-bottom: 200px;
}

.company-heading {
  width: 20%;
  letter-spacing: 0.08em;
}
.company-block {
  width: 80%;
}
.company-title {
  font-size: 124%;
  font-weight: normal;
}

.company-subTitle {
  font-size: 124%;
  font-weight: normal;
  letter-spacing: 0.08em;
  padding-bottom: 1.5em;
}

@media screen and (max-width:834px) {

  .company {
    display: block;
  }
  .company:not(:last-child) {
    padding-bottom: 100px;
  }

  .company-heading {
    width: auto;
  }
  .company-block {
    width: auto;
  }
  .company-title {
    font-size: 124%;
    font-weight: normal;
    padding-bottom: 30px;
  }

  .company-subTitle {
    font-size: 116%;
    font-weight: normal;
    letter-spacing: 0.08em;
    padding-bottom: 1.5em;
  }

}

/***********
module-note
************/


.note-text{
  font-size: 108%;
  line-height: 2;
}

.note-block {
  padding-top: 80px;
}
.note-block-border {
  margin-top: 80px;
  border-top: 1px solid rgba(35, 24, 21, 0.3);
}
.note-title {
  font-size: 131%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.note-list {}
.note-list li {
  font-size: 108%;
  line-height: 2;
  margin-left: 1.5em;
}
.note-list li:not(:last-child){
  margin-bottom: 0.5em;
}

.note-list li::before {
  content: "・";
  margin-left: -1.5em;
  margin-right: 0.5em;
}

@media screen and (max-width:834px) {

  .note-text{
    font-size: 93%;
    line-height: 1.8;
  }

  .note-block {
    padding-top: 50px;
  }
  .note-block-border {
    margin-top: 50px;
  }
  .note-title {
    font-size: 116%;
  }

  .note-list {}
  .note-list li {
    font-size: 93%;
    line-height: 1.8;
    margin-left: 1.5em;
  }

}


/***********
module-article
************/

.article{
  margin-top: -50px;
}

.article-heading {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.article-time {
  display: inline-block;
  font-size: 124%;
  margin-right: 1em;
}
.article-cat {
  display: inline-block;
  min-width: 140px;
  padding: 2px 10px;
  background-color: #734233;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  transform: translateY(-1px);
}
.article-title {
  font-size: 170%;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  padding-top: 25px;
}

@media screen and (max-width:834px) {

  .article{
    margin-top: -100px;
  }

  .article-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .article-time {
    font-size: 93%;
  }
  .article-cat {
    min-width: 100px;
    padding: 1px 10px;
    font-size: 85%;
    transform: translateY(-1px);
  }
  .article-title {
    font-size: 139%;
    letter-spacing: 0.15em;
    padding-top: 15px;
  }


}


/***********
module-xxx
************/

.post {
  font-size: 1.16rem;
  line-height: 2;
  padding-bottom: 20px;
}

.post p:not([class]) {
  font-size: 1.16rem;
  line-height: 2;
  padding-bottom: 1em;
}

.post h2:not([class]) {
  font-size: 2rem;
  margin: 40px 0 20px 0;
  border-left: 5px solid #222;
  padding: 0 0 0 20px;
  line-height: 1.3;
}

.post h3:not([class]) {
  font-size: 1.7rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 20px;
  border-radius: 8px;
  margin: 30px 0 20px 0;
}

.post h4:not([class]) {
  font-size: 1.54rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin: 30px 0 20px 0;
}

.post h5:not([class]) {
  font-size: 1.39rem;
  padding: 20px 0 15px 0;
}

.post h6:not([class]) {
  font-size: 1.31rem;
  padding: 15px 0 8px 0;
}

.post img:not([class]) {
  padding-bottom: 20px;
}

.post blockquote:not([class]) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 3%;
  border-radius: 15px;
  margin: 30px 0;
}

.post table:not([class]) {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post table:not([class]) thead th,
.post table:not([class]) thead td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.16rem;
  padding: 12px 3%;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.16rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.05);
}

.post table:not([class]) tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.16rem;
  padding: 12px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}



.post ul:not([class]){
  font-size: 1.16rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.5em;
  padding: 20px 0;
}
.post ol:not([class]){
  font-size: 1.16rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.5em;
  padding: 20px 0;
}


@media screen and (max-width:834px) {

  .post {
    font-size: 1.16rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .post p:not([class]) {
    font-size: 1.16rem;
    line-height: 1.5;
  }

  .post h2:not([class]) {
    font-size: 1.31rem;
    margin: 30px 0 20px 0;
    border-left: 3px solid #222;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }

  .post h3:not([class]) {
    font-size: 1.24rem;
    padding: 10px 10px;
    margin: 20px 0 14px 0;
    line-height: 1.3;
  }

  .post h4:not([class]) {
    font-size: 1.24rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 20px 0 10px 0;
    line-height: 1.3;
  }

  .post h5:not([class]) {
    font-size: 1.16rem;
    padding: 20px 0 10px 0;
  }

  .post h6:not([class]) {
    font-size: 1.16rem;
    padding: 15px 0 8px 0;
  }

  .post img:not([class]) {
    padding-bottom: 10px;
  }

  .post blockquote:not([class]) {
    padding: 15px 3%;
    margin: 20px 0;
  }

  .post table:not([class]) {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody th {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }


  .post ul:not([class]){
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
    line-height: 1.5;
    padding: 10px 0;
  }

}

/***********
module-pagination
************/

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  min-width: 1.6em;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 116%;
  font-weight: normal;
  padding: 0.6em 0.2em;
  line-height: 1;
  margin: 0 5px;
  border-bottom: 1px solid transparent;
}
.pagination span,
.pagination a:hover {
  border-bottom: 1px solid #000;
}

@media screen and (max-width:834px) {

  .pagination span,
  .pagination a {
    font-size: 100%;
  }

}



/***********
module-paging
************/

.paging{
  position: relative;
  height: 100px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.paging a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 116%;
  font-weight: normal;
  padding: 0.6em 0.5em;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.paging a:hover {
  border-bottom: 1px solid #000;
}

.paging-next {
  position: absolute;
  right: 0;
}
.paging-next i {
  transform: translate(1em);
}

.paging-prev {
  position: absolute;
  left: 0;
}
.paging-prev i {
  transform: translate(-1em);
}

@media screen and (max-width:834px) {

  .paging a {
    font-size: 100%;
  }

}




/***********
module-productsSlider
************/

.productsSlider{
  display: flex;
}
.productsSlider li{
  padding: 0 10px;

}
.productsSlider a{
  display: block;
  width: 400px;
  position: relative;
}
.productsSlider a::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s ease ;
}

.productsSlider-img {
  overflow: hidden;
  position: relative;
}
.productsSlider-img img {
  transition: all 1s ease ;
}

.productsSlider-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 1s ease ;
  z-index: 9;
  pointer-events: none;
}

a:hover .productsSlider-img::after{
  opacity: 1;
}

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

.productsSlider-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 139%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  color: #fff;
}



/*
slick
*/


/* ロード後に処理 */
.productsSlider{
  opacity: 0;
  transition: 0.1s;
  padding-bottom: 80px;
}
.productsSlider.slick-initialized{
  opacity: 1;
}

.productsSlider .slick-slide li {
  vertical-align: bottom;
}


.productsSlider .slick-next,
.productsSlider .slick-prev{
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.productsSlider .slick-next{
  right: 30px;
}
.productsSlider .slick-prev{
  right: 100px;
}
.productsSlider .slick-next span,
.productsSlider .slick-prev span{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -40px;
  border-radius: 50%;
  background-color: rgba(19, 27, 41, 0.7);
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}

.productsSlider .slick-next span::before,
.productsSlider .slick-prev span::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
}
.productsSlider .slick-next span::before{
  transform: rotate(45deg);
  margin-left: -5px;
}
.productsSlider .slick-prev span::before{
  transform: rotate(-135deg);
  margin-left: -5px;
}

@media screen and (max-width:834px) {


  .productsSlider{
  }
  .productsSlider li{
    padding: 0 5px;

  }
  .productsSlider a{
    width: 200px;
  }
  .productsSlider-title {
    font-size: 100%;
  }



  /*
  slick
  */


  /* ロード後に処理 */
  .productsSlider{
    opacity: 0;
    transition: 0.1s;
    padding-bottom: 60px;
  }
  .productsSlider.slick-initialized{
    opacity: 1;
  }

  .productsSlider .slick-slide li {
    vertical-align: bottom;
  }


  .productsSlider .slick-next,
  .productsSlider .slick-prev{
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 99;
    transform: scale(0.65);
  }
  .productsSlider .slick-next{
    right: 10px;
  }
  .productsSlider .slick-prev{
    right: 60px;
  }
}


/***********
module-pageLink
************/

.pageLink{
  position: relative;
  padding-bottom: 150px;
}
.pageLink::after {
}
.pageLink-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.pageLink-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 48%;
  height: 400px;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 1.5s ease;
  opacity: 0;
}
.is-show.pageLink-list a {
  opacity: 1;
}

.pageLink-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  transition: all 1s ease;
}
a:hover .pageLink-img {
  transform: scale(1.1);
}
.pageLink-img > img{
  display: none;
}

.pageLink-block {
  position: relative;
  z-index: 9;
  text-align: center;
  transition: 0.5s;
}
.pageLink-num {
  display: block;
  font-family: 'Poly', serif;
  font-weight: normal;
  font-size: 300%;
  padding-bottom: 20px;
}
.pageLink-title {
  font-weight: normal;
  font-size: 154%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
.pageLink-text {
  font-family: 'Poly', serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  font-size: 200%;
  transition: 1s;
}



.pageLink a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  transition: all 1s ease ;
}
.pageLink a::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(/wp/wp-content/themes/petari/img/icon/arrow01.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease ;
  z-index: 99;
}

.pageLink a:hover .pageLink-block{
  opacity: 0;
}
.pageLink a:hover::before,
.pageLink a:hover::after{
  opacity: 1;
}
.pageLink a:hover::after {
  animation: anim-img-arrow 0.6s ease forwards;
  animation-delay: 0.4s;
}

@media screen and (max-width:834px) {

  .pageLink{
    padding: 150px 0 100px;
    position: relative;
  }
  .pageLink-list {
    display: block;
  }
  .pageLink-list a {
    width: 100%;
    padding: 30px 10px 40px;
    margin-bottom: 5px;
    height: 40vmin;
  }
  .is-show.pageLink-list a {
    opacity: 1;
  }

  .pageLink-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 1s ease;
  }
  a:hover .pageLink-img {
    transform: scale(1.1);
  }
  .pageLink-img > img{
    display: none;
  }

  .pageLink-block {
    position: relative;
    z-index: 9;
    text-align: center;
    transition: all 1s ease ;
  }
  .pageLink-num {
    font-size: 154%;
    padding-bottom: 10px;
  }
  .pageLink-title {
    font-size: 116%;
    padding-bottom: 10px;
  }
  .pageLink-text {
    font-size: 147%;
  }


  .pageLink a::before {
    opacity: 1;
  }
  .pageLink a::after {
    display: none;
  }

}


@keyframes anim-img-arrow {
  0% {transform: translateX(0);}
  50% {transform: translateX(6px); }
  100% {transform: translateX(0); }
}


/***********
module-catList
************/

.catList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.catList li {
  padding: 0 0 1em;
}
.catList li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 1.5em;
}
.catList li a {
  display: inline-block;
  color: #734233;
  transition: all 0.5s ease;
  text-decoration-color: transparent;
  font-weight: 300;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 108%;
  padding: 0.3em 0;
  white-space: nowrap;
}
.catList li a:hover,
.catList li.current-cat a {
  text-decoration: underline;
  text-decoration-color: #734233;
}

@media screen and (max-width:520px) {

  .catList{
    padding-bottom: 40px;
  }
  .catList li {
  }
  .catList li:not(:last-child)::after {
    margin: 0 1em;
  }
  .catList li a {
    font-size: 93%;
  }


}

/***********
module-stockistTable
************/

.stockistTable {
  border-top: 1px solid #fff;
  font-size: 108%;
}
.stockistTable a {
  color: inherit;
}
.stockistTable tr {
  border-bottom: 1px solid #fff;
}
.stockistTable th.stockistTable-title {
  width: 20em;
  text-align: left;
  vertical-align: middle;
  padding: 2.5em 0;
  font-weight: normal;
}
.stockistTable th.stockistTable-title a {
  text-decoration: none;
}
.stockistTable th.stockistTable-title a:hover {
  text-decoration: underline;
}
.stockistTable td {
  text-align: left;
  vertical-align: middle;
  padding: 2.5em 0;
}
.stockistTable td.stockistTable-address {
}
.stockistTable td.stockistTable-tel {
  width: 8em;
}
.stockistTable td.stockistTable-tel a {
  text-decoration: none;
}

@media screen and (max-width:834px) {

  .stockistTable ,
  .stockistTable thead,
  .stockistTable tbody,
  .stockistTable tfoot,
  .stockistTable tr,
  .stockistTable th,
  .stockistTable td{
    display: block;
    font-size: 100%;
    line-height: 1.8;
  }
  .stockistTable tr {
    border-bottom: 1px solid #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .stockistTable th.stockistTable-title {
    width: auto;
    padding: 0 0 0.2em 0;
    font-size: 116%;
  }
  .stockistTable td {
    padding: 0;
  }
  .stockistTable td.stockistTable-tel {
    width: auto;
  }
  .stockistTable td.stockistTable-tel a::before {
    content: "TEL. ";
  }


}



/***********
module-anim
************/


@keyframes anim-img-arrow {
  0% {transform: translateX(0);}
  50% {transform: translateX(6px); }
  100% {transform: translateX(0); }
}
