.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #ccc;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #666;
}

.home-logo {
  height: 40vh;
  max-width: 640px;
  margin: auto;
}
.home-txt-right {
  position: absolute;
  right: 10%;
  top: 40%;
  font-family: 'Noto Serif JP', serif;
  text-align: right !important;
}
.home-txt-left {
  position: absolute;
  left: 10%;
  top: 40%;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
}

.p-news {
  line-height: 1.5;
  margin: 0;
  padding: 0 60px;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: auto;
  margin: 0;
}

.p-news__content {
  overflow: hidden;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5ddcc;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__content a {
  color: #333;
  text-decoration: none;
}

.p-news__content a:hover {
  text-decoration: underline;
}

.p-news__label {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

.topbanner {
  position: relative;
}

.topbanner h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  letter-spacing: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.topbanner img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}
/* ----- 背景用の動画ファイル ----- */
#bg-video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: -100;
  background: url(poster.jpg) no-repeat;
  background-size: cover;
}
.video-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01462/024/img/dot.png) center;
  opacity: 0.5;
  background-size: 4px;
  z-index: -1;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title {
  position: relative; /*必ず必要*/
  z-index: 2; /*必ず必要*/
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align:center;
  margin: auto;
}
.bg-section {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 120px 0;
}
.bg-section p {
  line-height: 1.8;
  text-align: left;
}
.bg-section-2 {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
.bg-section-2 p {
  line-height: 1.8;
  text-align: left;
}
.bg-section-2 button {
  color: #506a3b !important;
  font-weight: bold;
  text-align: center;
  padding: 12px 50px;
  background-color: rgb(255 255 255);
  border: 1px solid #506a3b;
  margin-top: 2em;
  border-radius: 40px;
}
.bg-section-2 button:hover {
  text-decoration: none !important;
  opacity: .9;
  background-color: #F2F8EE;
}

.info-section {
  position: relative;
  padding: 1px 0 50px;
}
.info-bg {
  background: #EEF4EA;
}
.banner__links {
  padding: 50px 10px;
  margin: 70px auto 50px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.banner__links li {
  position: relative;
  margin: 1% auto;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  width: 49%;
  box-sizing: border-box;
}
.banner__links li:nth-child(-n+5) {
  width: 99%;
}
.banner__links a:hover {
  opacity: .66;
}
.recipe-feature__links {
  padding: 20px 10px 0;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.recipe-feature__links li {
  position: relative;
  margin: 1% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46%;
  background: #fff;
  padding-right: 2%;
}
.recipe-feature__links h4 {
  font-size: 16px;
  margin: 10px 0 12px;
}
.recipe-feature__links p {
  line-height: 1.5;
}
.recipe-feature__links li a {
  font-size: 14px;
  text-decoration: none;
  color: #222;
}
.recipe-feature__links li a:hover {
  opacity: 0.66
}
.recipe-feature__links li img {
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  width: 35%;
  float: left;
  margin-right: 4%;
  height: auto;
}
.recipe-feature__links li span {
  font-size: 11px;
  border: 1px solid #859C6B;
  padding: 2px 8px;
  background: #859C6B;
  border-radius: 4px;
  color: #fff;
}
.important-info {
   text-align: center;
   margin: auto;
   padding: 30px;
   text-decoration-line: underline;
   line-height: 1.8;
   background: #F1F1F1;
   font-weight: bold;
}
.important-info a {
   text-decoration-line: underline;
  display: block;
}
.important-info h3 {
  font-size: 16px;
}
.custom__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}
#p-slider .bx-viewport {
    top: 0;
    left: 0;
    border: 0;
    background: none;
    box-shadow: none;
    overflow: visible !important;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }
  
  #p-slider .bx-pager {
    bottom: 30px;
  }
  
  .p-contents__list li::before {
    top: 0;
  }
  
  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  
  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }
  
  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }
  
  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }
  
  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }
  
  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }
  
  .p-news__content {
    overflow: hidden;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5ddcc;
  }
  
  .p-custom-banner__heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .bg-section {
    padding: 80px 0;
  }
  .bg-section-2 {
    padding: 70px 0;
  }
  .bg-section-2 button {
    margin-top: 1em;
  }
  .custom_heading {
    font-size: 1.5rem;
  }
  .custom_heading span {
    font-size: 14px;
    padding-top: 8px;
  }
  .home-txt-right {
    position: inherit;
    right: inherit;
    bottom: 0;
    text-align: center !important;
  }
  .p-news {
    padding: 0 10px;
  }
  .p-news__content{
    margin: 5px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5ddcc;
  }
  .p-news__label {
    font-weight: bold;
  }
  .info-section {
    padding: 1px 0 30px;
  }
  .recipe-feature__links li {
    display: inline-block;
    width: 100%;
  }
  .recipe-feature__links h4 {
    font-size: 15px;
  }
  .recipe-feature__links p {
    font-size: 13px;
  }
  .banner__links {
    padding: 20px 0px;
    margin: 40px auto 40px;
  }
  .banner__links li {
    width: 100%;
  }
  .banner__links li:first-child {
    width: 100%;
  }
  .home-logo {
    height: 40vh;
    width: 80%;
  }
  #p-slider .bx-wrapper {
    margin-bottom: 60px;
  }
  #p-slider .bx-pager {
    bottom: -20px;
  }
  .important-info {
    margin: auto 10px;
  }
}
