@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
loader　TOP
----------------------------------------------------*/
.load_logo_top {
  margin: 10px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .load_logo_top {
    width: 240px;
  }
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  z-index: 10000;
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 4px;
  max-width: 240px;
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}
@media all and (max-width: 1315px) {
  .js-loader-progress {
    top: -7%;
    width: 50%;
  }
}

.js-loader-progress-bar {
  background: #4B8E78;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  top: 5px;
  position: relative;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 0px;
  width: 100%;
  margin-top: 10px;
}

main {
  padding: 74px 0 0;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  main {
    padding: 50px 0 0;
  }
}

.mv a {
  position: relative;
}
.mv a .mv_link {
  position: absolute;
  background: rgba(42, 38, 37, 0.7);
  color: #fff;
  bottom: 37px;
  right: 0;
  padding: 37px 60px 37px 90px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .mv a .mv_link {
    padding: 17px 30px 17px 40px;
    bottom: 15px;
  }
}
.mv a .mv_link p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 15px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .mv a .mv_link p {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.mv a .mv_link span {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 14px;
  padding: 0 64px 12px 24px;
  border-bottom: 1px solid #fff;
  position: relative;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .mv a .mv_link span {
    font-size: 10px;
    padding: 0 33px 4px 9px;
  }
}
.mv a .mv_link span::after {
  content: "";
  position: absolute;
  background-image: url("https://taisei.itembox.design/item/top/icon_mv_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 5px;
  right: 10px;
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .mv a .mv_link span::after {
    width: 13px;
    height: 3px;
  }
}
.mv a:hover .mv_link {
  background: rgba(42, 38, 37, 0.8);
}
.mv a:hover .mv_link span::after {
  right: 5px;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 12px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
}
.slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-dots li button::before {
  opacity: 1;
  content: "";
  background: #D5D5D5;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .slick-dots li button::before {
    width: 9px;
    height: 9px;
  }
}
.slick-dots li.slick-active button::before {
  background: #BA9E51;
}

section {
  background: #fff;
}

.top_news {
  margin: 0 0 70px;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .top_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
  }
}
.top_news h2 {
  font-size: 27px;
  white-space: nowrap;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .top_news h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.top_news .news_scroll {
  width: 100%;
  /* 1201以上  */
  overflow-y: scroll;
  height: 200px;
}
@media all and (min-width: 1201px) {
  .top_news .news_scroll {
    margin: 0 0 0 100px;
    height: 230px;
  }
}
.top_news ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
}
.top_news ul li:first-child {
  padding: 6px 0 20px 0;
}
.top_news ul li a {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #393332;
  position: relative;
  line-height: 1;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#393332), to(#393332));
  background-image: linear-gradient(90deg, #393332, #393332); /*--- ★ ---*/
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px; /*--- ★ ---*/
  display: unset; /*--- ★ ---*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_news ul li a:hover {
  background-size: 100% 1px; /*--- ★ ---*/
}
.top_news ul li time {
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .top_news ul li time {
    display: block;
    margin: 0 0 10px;
  }
}

.food, .item {
  margin: 0 0 130px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .food, .item {
    margin: 0 0 60px;
  }
}
.food h2, .item h2 {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 35px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .food h2, .item h2 {
    font-size: 16px;
  }
}
.food h2 span, .item h2 span {
  font-size: 34px;
  font-weight: 500;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .food h2 span, .item h2 span {
    font-size: 24px;
  }
}
.food ul, .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.food ul li, .item ul li {
  background-image: url("https://taisei.itembox.design/item/top/bg_category.jpg");
  background-size: cover;
}

.food ul li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .food ul li {
    border: 1px solid #F0F0F0;
  }
}
.food ul li a {
  padding: 0px;
  display: block;
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .food ul li a {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.food ul li a .category_image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1200以下  */
  /* 1201以上  */
}
@media all and (max-width: 1200px) {
  .food ul li a .category_image {
    margin: 0 auto;
    width: 100px;
    padding: 10px 0 5px;
  }
}
@media all and (min-width: 1201px) {
  .food ul li a .category_image {
    width: 140px;
  }
}
.food ul li a .category_text {
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .food ul li a .category_text {
    width: calc(100% - 165px);
  }
}
.food ul li a .category_text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #8E7B45;
  font-size: 17px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 1201以上  */
  /* 1200以下  */
}
@media all and (min-width: 1201px) {
  .food ul li a .category_text h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
@media all and (max-width: 1200px) {
  .food ul li a .category_text h3 {
    margin: 0 auto;
    text-align: center;
  }
}
.food ul li a .category_text h3::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #8E7B45;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.food ul li a .category_text p {
  color: #393332;
  margin: 0;
  font-size: 13px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .food ul li a .category_text p {
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
    font-size: 11px;
  }
}
.food ul li a:hover .category_image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.food ul li a:hover .category_text h3::after {
  width: 100%;
}

.item ul {
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.item ul li {
  width: calc(20% - 4.8px);
  margin: 0 0 5px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul li {
    width: calc(50% - 3px);
  }
}
.item ul li a {
  position: relative;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393332;
  height: 100px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul li a {
    padding: 6px;
    height: 69px;
  }
}
.item ul li a .category_image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 78px;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul li a .category_image {
    width: 50px;
  }
}
.item ul li a .category_text {
  width: calc(100% - 90px);
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul li a .category_text {
    width: calc(100% - 56px);
  }
}
.item ul li a .category_text h3 {
  font-size: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#393332), to(#393332));
  background-image: linear-gradient(90deg, #393332, #393332);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  display: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .item ul li a .category_text h3 {
    font-size: 13px;
  }
}
.item ul li a .category_text h3 span.gold {
  color: #8E7B45;
}
.item ul li a .category_text h3 span.red {
  color: #C43B30;
}
.item ul li a .category_text h3.category_text_bottom {
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .item ul li a .category_text h3.category_text_bottom {
    bottom: 10px;
  }
}
.item ul li a:hover .category_image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.item ul li a:hover .category_text h3 {
  background-size: 100% 1px;
}
.item ul li a .category_new {
  position: absolute;
  color: #fff;
  background: #C43B30;
  font-size: 9px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  bottom: 5px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item ul li a .category_new {
    font-size: 10px;
    width: 20px;
    height: 20px;
    right: 3px;
    bottom: 3px;
  }
}
.item ul li a .category_new span {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item ul li a .category_new span {
    display: none;
  }
}

small {
  color: #654E29;
  display: block;
}

.top_bnr {
  /* 1201以上  */
}
@media all and (min-width: 1201px) {
  .top_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_bnr a {
  display: block;
  /* 1201以上  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1201px) {
  .top_bnr a {
    width: calc(50% - 5px);
  }
}
.top_bnr a.bnr_papar {
  /* 1200以下  */
}
@media all and (max-width: 1200px) {
  .top_bnr a.bnr_papar {
    margin: 0 0 10px;
  }
}
.top_bnr a:hover {
  opacity: 0.8;
}