.kv {
  width: 1024px;
  margin: 0 auto;
}

.gourmet_sec {
  margin-bottom: 54px;
}

.anc_wrapper{
  position: relative;
  width: calc(800px - (24px * 2) - 2px);
  margin: 0 auto;
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  margin-bottom: 80px;
  box-sizing: content-box;
  overflow: hidden;
}

.anc_wrapper .anc_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333;
}

.text {
  /* height: 200px;
  overflow: hidden; */
}

.anc_wrapper li {
  margin-bottom: 8px;
}

.anc_wrapper li:last-child {
  margin-bottom: 24px;
}

.anc-link {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  position: relative;
}

.anc-link:hover {
  opacity: 0.5;
  transition: 0.2s;
}


.anc-link::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #83C2F0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}


.show_more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 25px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  transition: bottom 0.2s;
  color: #838383;
  font-size: 14px;
}

.show_more::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#fafafa));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0), #fafafa);
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  height: 70px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.show_more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-right: 2px solid #83C2F0;
  border-bottom: 2px solid #83C2F0;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-left: 8px;
}


.show_more.active:before {
  display: none;
}

.show_more.active:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid #83C2F0;
  border-left: 2px solid #83C2F0;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
  vertical-align: 0;
  margin-left: 8px;
}

.active {
  background: none;
}



.famous_sec {
  width: 1024px;
  margin: 0 auto;
}

.exp_wrap__article {
	display: flex;
	gap: 40px;
	padding: 24px 0;
  border-bottom: 1px dashed #c5c5c5;
}

.exp_wrap__article-slide {
    position: relative;
    width: 400px;
    overflow: hidden;
    align-self: flex-start;
}

.exp_wrap__article-slide .swiper-slide {
    overflow: hidden;
}

.exp_wrap__article-slide iframe {
    width: 100%;
    height: 319px;
}

.exp_wrap__article-textGroup {
    flex: 1;
	width: 1024px;
}

.exp_wrap__article-textGroup .txt_ttl {
  padding-left: 16px;
  border-left: 4px solid #83C2F0;
  margin-bottom: 16px;
}


.exp_wrap__article-textGroup .txt01 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
}

.exp_wrap__article-textGroup .txt02 {
	font-size: 16px;
}

.exp_wrap__article-textGroup .txt03 {
	font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}


.swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: relative;
  margin-top: 3px;
}


.exp_wrap__article-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.exp_wrap__article-slide .swiper-pagination-bullet-active {
    background: #83C2F0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}



.gourmet_contents .block-gourmet_link {
  background-color: #f5f5f5;
  padding: 60px  0 0;
}

.block-gourmet_link h4 {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}

.block-gourmet_link .group-flex {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.block-gourmet_link .link-gourmet-ttl {
  font-size: 14px;
  font-weight: 600;
  color: #83c2f0;
  width: 90px;
}

.block-gourmet_link .guide-link {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-left: 1.5rem;
  margin-right: 16px;
  margin-bottom: 0px;
}


.block-gourmet_link .guide-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color04);
  border-right: 2px solid var(--theme-color04);
  transform: translateY(-50%) rotate(45deg);
}

.block-gourmet_link .group-flex:last-child{
  margin-bottom: 0;
}

.gourmet_contents .block-link {
  padding: 30px 0;
}

