@charset "UTF-8";
@media screen and (min-width: 768px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  footer .inner nav .nav-list li {
    margin-left: 70px;
  }
}

#contents .liquidLists figure.top-bg-03 {
  background: transparent url(/wp/wp-content/themes/jyuzan/images/top-highest.jpg) center center/cover no-repeat;
}

/*
===============
  highest
===============
*/
.pc-hide {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.body-highest {
  padding-top: 64px;
}

@media screen and (min-width: 768px) {
  .body-highest {
    padding-top: 80px;
  }
}

.mv {
  position: relative;
  z-index: 0;
}

.mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mv img {
  width: 100%;
}

.logo img {
  max-width: 268px;
}

@media screen and (min-width: 768px) {
  .mv img {
    max-height: 640px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.highest {
  color: #323232;
}

.highest h2 {
  font-weight: bold;
  text-align: center;
  font-family: "Trajan Pro", "Times New Roman", serif;
  line-height: 1.75;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .highest h2 {
    font-size: 26px;
  }
}

.highest h2 span {
  display: inline-block;
  margin-right: 14px;
}

@media screen and (min-width: 768px) {
  .highest h2 span {
    margin-right: 22px;
  }
}

.highest .highest-text {
  text-align: center;
  margin-top: 30px;
  line-height: 2.19;
}

@media screen and (min-width: 768px) {
  .highest .highest-text {
    font-size: 16px;
    margin-top: 40px;
  }
}

.highest .highest-products {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .highest .highest-products {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .highest .highest-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.highest .highest-products .item {
  position: relative;
}

.highest .highest-products .item a {
  display: block;
  max-height: 375px;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item a {
    max-height: none;
  }
}

.highest .highest-products .item a:hover {
  opacity: 1 !important;
}

.highest .highest-products .item a:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.highest .highest-products .item img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item img {
    height: 100%;
  }
}

.highest .highest-products .item .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item .overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*background-color: rgba(230, 0, 18, 0.75);*/
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.highest .highest-products .item .overlay .overlay-innner {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item .overlay .overlay-innner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 0;
    color: #fff;
  }
}

.highest .highest-products .item .overlay h2 {
  font-size: 14px;
  font-family: normal;
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item .overlay h2 {
    font-size: 18px;
  }
}

.highest .highest-products .item .overlay p {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item .overlay p {
    font-size: 15px;
    margin-top: 20px;
  }
}

.highest .highest-products .item01 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item01 {
    width: 25%;
  }
}

.highest .highest-products .item02 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .highest .highest-products .item02 {
    width: 50%;
  }
}

.l-container {
  padding: 0 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.l-spacer {
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .l-spacer {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .mainnav {
    display: block;
    padding-top: 40px;
    width: 100%;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .mainnav .inner {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .mainnav .inner .logo {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .mainnav ul {
    float: right;
  }
}

.mainnav ul li {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mainnav ul li {
    font-size: 14px;
    line-height: 1.1;
    position: relative;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .mainnav ul li a {
    display: block;
    padding: 13px 20px;
  }
}

@media screen and (min-width: 768px) {
  .mainnav ul li ul {
    display: none;
    border: 1px solid #e6e6e6;
    background: #fff;
    position: absolute;
    width: 200px;
    left: 9px;
    z-index: 100;
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .mainnav ul li ul li {
    display: block;
    font-size: 13px;
  }
}

.nav-wrapper {
  background-color: #000000;
}

.nav-wrapper .mainnav {
  width: 100%;
  background-color: #000000;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .nav-wrapper .mainnav {
    padding: 20px 0;
  }
}

.nav-wrapper .mainnav .color-wh {
  color: #fff;
}

.mainnav-ul {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainnav-ul {
    display: block;
  }
}

.mainnav-ul a {
  display: block;
  line-height: 1;
  z-index: 1;
}

.mainnav-ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.mainnav-ul a {
  padding: 0.5em 0;
  font-size: 14px;
  font-family: "A-OTF A1明朝 Std", "A-OTF A1 Mincho Std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sub {
  display: none;
  position: absolute;
  left: 0;
  padding: 10px 0;
  top: 3rem;
  width: 200px;
  z-index: 3;
  border: 1px solid #e6e6e6;
  background-attachment: #fff;
}

.sub > li > a {
  font-size: 13px;
  color: #000;
  font-family: "A-OTF A1明朝 Std", "A-OTF A1 Mincho Std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  position: relative;
}

.sub > li > a::after {
  content: "\f105";
  font-family: fontAwesome;
  float: right;
}

.sub > li > a:hover {
  opacity: 1;
}

.fa-bars.-highest {
  color: #fff;
}

.logo.-highest {
  display: block;
  text-align: left;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .logo.-highest {
    text-align: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  footer .inner nav ul li ul li a.type-a:before {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .footer-inner > ul {
    margin-left: -40px !important;
  }
}

.footer-inner > ul li {
  display: block;
  float: none !important;
}

@media screen and (min-width: 768px) {
  footer .inner nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-highest {
  margin-bottom: 20px;
  background-color: #f7f6f3;
  /* margin-top: 30px; */
  line-height: 2.1;
}

@media screen and (min-width: 768px) {
  .single-highest {
    padding-bottom: 120px;
    /* margin-top: 60px; */
    margin-bottom: 50px;
  }
}

.single-highest-inner {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .single-highest-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .single-highest-block {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.single-highest-back {
  padding: 15px 0;
  background-color: #666666;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff !important;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .single-highest-back {
    padding: 20px 0;
  }
}

.single-highest-back span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .single-highest-back span {
    padding-left: 30px;
    font-size: 19px;
  }
}

.single-highest-back span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 5px;
  left: -70px;
  background: url(../images/view-arrow.svg) no-repeat;
}

@media screen and (min-width: 768px) {
  .single-highest-back span::before {
    width: 90px;
    left: -80px;
  }
}

/* .single-highest span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  width: 10px;
  height: 1px;
  left: -52px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .single-highest span::after {
    left: -81px;
  }
} */

.breadcrumbs {
  background-color: #000;
  padding: 15px 0 15px 15px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 25px 0;
  }
}

.breadcrumbs .inner {
  color: #fff;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .breadcrumbs .inner {
    max-width: 1000px;
  }
}

.breadcrumbs .inner .fa-home:before {
  color: #fff;
}

.breadcrumbs .inner span {
  color: #fff;
}

.breadcrumbs .inner > span {
  display: inline-block;
  margin-left: 5px;
}

.breadcrumbs .inner > span:first-child {
  margin-left: 0;
}

.breadcrumbs .inner > span a {
  margin-right: 5px;
  margin-left: 0;
}

.single-pagenation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px;
}

.single-pagenation p {
  width: 50%;
  text-align: center;
}

.single-pagenation p a {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 15px;
  background-color: #999;
}

@media screen and (min-width: 768px) {
  .single-pagenation {
    margin-top: 0;
  }
  .single-pagenation p a {
    font-size: 19px;
    padding: 25px 0;
  }
}

.single-pagenation .prev-link a::before,
.single-pagenation .next-link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.single-pagenation .prev-link a::before {
  left: 2rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.single-pagenation .next-link a::before {
  right: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents .liquidLists li .content .img-03 {
  width: 50%;
  margin: 20px auto 30px;
}

@media screen and (min-width: 768px) {
  #contents .liquidLists li .content .img-03 {
    width: 100%;
    max-width: 280px;
    margin: 50px auto 80px;
  }
}

/*
===============
  画像
===============
*/
#contents .liquidLists figure.top-bg-01 {
  background: transparent url(../images/top-life.jpg) center center/cover no-repeat !important;
}

#contents .liquidLists figure.top-bg-02 {
  background: transparent url(../images/top-food.jpg) center center/cover no-repeat !important;
}

#contents .liquidLists figure.top-bg-03 {
  background: transparent url(../images/top-highest.jpg) center center/cover no-repeat !important;
}

.wpcf7,
#wpcf7-f476-o1 {
  margin-top: 5%;
  padding: 0 8%;
}

@media screen and (min-width: 768px) {
  .wpcf7,
  #wpcf7-f476-o1 {
    margin: 80px auto 0 auto;
    padding: 0;
    width: 1000px;
  }
}

#contents #pagetitle h1.highest-title1 {
  position: static;
  color: #323232;
  transform: none;
  line-height: 1;
  font-size: 1.5rem;
}

#contents #pagetitle h1 span.highest {
  color: #818181;
  display: block;
  margin-left: 0;
  margin-top: 10px;
  font-size: 0.875rem;
}

.l-container-highest {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}

#contents.contents-highest {
  padding: 0;
}

.contents-highest .itemDetail {
  margin-top: 0;
  padding-top: 5%;
}

.highest-moviecontant {
  padding: 0 8%;
}

.thumb-Wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  /* z-index: 0; */
}

.thumb-Wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb-Wrapper figure.youtube-thumb {
  cursor: pointer;
}

.movie-text-lead {
  font-size: 18px;
  font-family: "A-OTF A1明朝 Std", "A-OTF A1 Mincho Std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  margin-top: 10px;
}

.movie-text {
  margin-top: 5px;
}

.movie-text-block {
  text-align: left;
}

.moviecontent-inner {
  margin-top: 30px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 80px;
}

.youtube-thumbnail,
.image-thumbnail {
  width: 100%;
}

.thumbnail {
  width: 100%;
}

.youtube-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* .youtube-thumb {
  position: relative;
  z-index: 5;
} */

/* .youtube-thumb::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 80px;
  background: url(../images/play-icon.svg) no-repeat;
} */

@media screen and (min-width: 768px) {
  .l-container-highest {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
  }

  .movie-text {
    margin-top: 16px;
  }

  .single-highest .itemDetail {
    margin-top: 0;
    padding-top: 60px;
  }

  .highest-moviecontant {
    padding: 0;
  }

  .moviecontent-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .thumb-Wrapper {
    width: 50%;
    padding-bottom: 50%;
  }

  .movie-text-block {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }

  .movie-text-block div {
    width: 100%;
    max-width: 470px;
  }

  .movie-text-lead {
    font-size: 24px;
    margin-top: 0;
  }

  .play-icon {
    max-width: 100%;
  }

  .highest-moviecontant .moviecontent-inner:nth-child(even) {
    flex-direction: row-reverse;
  }

  #contents #pagetitle h1.highest-title1 {
    font-size: 2.5rem;
  }

  #contents #pagetitle h1 span.highest {
    font-size: 1.25rem;
    margin-top: 15px;
  }
}

.pankuzu {
  background-color: #000;
  padding: 15px 0 15px 15px;
  color: #fff;

  text-align: left;
}

.pankuzu-ul {
  max-width: 1000px;
  margin: 0 auto;
}

.pankuzu-li {
  display: inline-block;
  color: #fff;
}

.pankuzu-ul li:not(:last-child) {
  padding-right: 8px;
}

.pankuzu-li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.pankuzu-li a img {
  width: 20px;
}
