@charset "utf-8";
/* Last Modified : 2025/06/19　14：00 */
/* ---------------------------
  gourmet page
--------------------------- */
#gourmet-wrap {
    position: relative;
	padding-bottom: 5vw;
	margin-bottom: -1px;
    z-index: 0;
    background: url(../../img/bg_footer-head-sec.png) no-repeat center bottom, url(../../gourmet/img/bg_gourmet.webp) no-repeat center -27px;
    background-size: 100%;
	overflow: hidden;
}
#gourmet_content {
    /* width: 1200px;
    margin: 0 auto; */
    width: 100%;
    margin: 0 auto 17vw;
}
.go-article-wrap {
  position: relative;
  z-index: 0;
  background-size: contain;
  padding-top: 180px;
  padding-bottom: 0;
}
.layout {
	max-width: 1224px!important;
}
.content-ttl {
    margin-bottom: 87px;
}
.content-ttl h1 {
	padding-right: 2.135vw;
}
.content-ttl img {
    max-width: 605px;
}
.second h6 {
    margin: 57px 0;
    letter-spacing: 0.047em;
}
@media screen and (max-width: 1300px) {
	.layout {
		padding: 160px 50px 0;
	}
}
@media screen and (max-width: 780px) {
    #gourmet-wrap {
    	background:url(../../gourmet/img/bg_gourmet-sp.png) no-repeat center 135px,
    	url(../../img/bg_footer-head-sec-sp.png) no-repeat center bottom;
    	background-size: 100%;
		padding-bottom: 80px;
    }
    #gourmet_content {
      width: 100%;
      margin: 0 auto;
    }
	#gourmet_content .content-ttl {
		padding: 0 30px;
		margin-bottom: 50px!important;
	}
    .layout {
      padding: 80px 0 0;
    }
}

/* タグ */
.category_area {
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  margin-bottom: 193px;
  color: var(--zip-darkblue);
}
.narrow-down {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 50px 18px;
}
.narrow-down::before {
  content: '●';
  font-size: 30px;
  color: var(--zip-pink);
  padding-right: 26px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 780px) {
  .narrow-down {
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
/* カテゴリ */
.category_block {
  background: linear-gradient(to right, #c6edbe, #fff5a6);
  border-radius: 50px;
  padding: 2px;
  margin: 0;
}
.category_block-inner {
    color: #333;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 50px;
    padding: 45px 65px;
    text-decoration: none;
    white-space: nowrap;
}
.category_list-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 40px;
}
.category_list-wrap:first-child {
  padding-top: 40px;
}

/* h3 見出し */
.category_list-wrap h3 {
  flex: 1;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  color: var(--zip-darkblue);
}

/* タグリスト全体 */
.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.category_list li {
  list-style: none;
}

@media screen and (max-width: 780px) {
  .category_block-inner {
    padding: 20px;
    gap: 20px;
  }
  .category_list-wrap {
    flex-direction: column;
  }
  .tag-inner {
    width: 7em!important;
  }
}

.second .list-gourmet {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 4vw, 60px);*/
  width: 100%;
  /*max-width: 1200px;*/
  /*padding-left: 24px; /* newアイコン分ずらす */
  margin: 0 auto 200px;
  box-sizing: border-box;
}
.second .list-gourmet li {
  /*width: 100%;*/
	width: calc((100% - 60px) / 3);
  max-width: 100%;
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
}
.list-gourmet li,
.list-gourmet-sp li {
	padding: 30px 30px 0 20px;
}
.list-gourmet li img,
.list-gourmet-sp li img {
    border-radius: 50px;
}

@media screen and (max-width: 780px) {
  .second .list-gourmet li {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .second .list-gourmet {
    flex-direction: column;
    flex-wrap: unset;
    gap: 50px;
    margin-bottom: 50px;
  }
  .second .list-gourmet li {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.second .list-gourmet figure figcaption {
  margin-top: 15px;
}
.second .list-gourmet li.new::before,
.second .list-gourmet-sp li.new::before {
    top: 0;
    left: 0;
    scale: 0.8;
}
.second .list-gourmet figure figcaption {
  margin-top: 20px;
}
.second .list-gourmet figure figcaption,
.second .list-gourmet-sp figure figcaption {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--zip-navyblue);
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}
.second .list-gourmet figure figcaption span,
.second .list-gourmet-sp figure figcaption span {
    display: block;
    color: black;
    font-size: 1rem;
}

.second .list-gourmet .area-tag {
  font-size: 1rem; /* 約16px 相当 */
  font-weight: bold;
  text-align: center;
  color: #FFF;
  width: 7.75rem;   /* 約124px */
  height: 5.625rem; /* 約90px */
  line-height: 5.625rem; /* 高さと揃えると縦中央に見えやすい */
  padding-left: 0.9375rem; /* 約15px */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.875rem;  /* 約30px */
  right: 1.875rem;
  background: url(../../img/bg_gourmet-city.png) no-repeat right top;
  background-size: cover;
  border-radius: 0 50px 0 0;
  box-sizing: border-box;
  white-space: nowrap;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .second .list-gourmet .area-tag {
    font-size: 100%;
    width: 38%;
    height: 16%;
    line-height: normal;
    padding-left: 3%;
    top: 30px;
    right: 30px;
    background-size: contain;
    border-radius: 0 5vw 0 0;
  }
}


/* 縦長カード */
.card-go {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.card-go_image {
  position: relative;
}

.card-go_image img:first-child {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  border-radius: 60px;
  object-fit: cover;
}

.icn-new {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 60px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  object-fit: cover;
}

/* 黄色 → 緑 グラデ枠共通 */
.tag-outer {
  display: inline-block;
  background: linear-gradient(to right, #c6edbe, #fff5a6);
  border-radius: 30px;
  padding: 2px;
}

.tag-inner {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 8em;
  padding: 5px 2px;
  display: block;
  background: #fff;
  border-radius: 30px;
  box-sizing: content-box;
}
.tag-inner::before {
  content: "#";
}
a.tag-inner:hover {
	background-color: #fff59c;
	transition: ease .3s;
}
@media screen and (max-width: 780px) {
	.card-go_tags .tag-inner {
		font-size: 0.5rem;
	}
	.detail-go_image {
		padding: 0 15px;
	}
	.detail-go_image img {
    	border-radius: 40px;
	}
}



/* ---------------------------
  gourmet sub-page
--------------------------- */
#gourmet-sub-wrap {
	padding-bottom: 10vw;
    position: relative;
    z-index: 0;
    background: url(../../gourmet/img/bg_gourmet-sub.webp) no-repeat center top, url(../../gourmet/img/bg_gourmet-footer-sub.webp) no-repeat center bottom;
    background-size: 100%;
}
.gourmet_sub-article {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
    .caster-blog_sub-article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .detail .gourmet_sub-article {
      width: calc(100% + 20px);
      margin-left: -10px;
		margin-bottom: 50px;
    }
    .detail .go_block {
      padding: 3px;
    }
    .detail .go_block-inner {
      padding: 30px 5vw;
    }
    #gourmet-sub-wrap {
	  padding-bottom: 25vw;
      position: relative;
      background: url(../../gourmet/img/bg_gourmet-sub-sp.png) no-repeat center 40px, url(../../gourmet/img/bg_gourmet-footer-sub-sp.png) no-repeat center bottom;
      background-size: 100%;
      z-index: 0;
  }
}
/* 黄色 → ピンク グラデ枠 */
.go_block {
  background: linear-gradient(to right, #fac0d8, #ffd9b2);
  border-radius: 50px;
  padding: 8px;
}

.go_block-inner {
    display: block;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    padding: 70px 80px;
}
.detail-go_head {
    font-weight: bold;
    color: var(--zip-darkblue);
    white-space: normal;
}
.detail-go_ttl {
    font-size: 1.25rem;
    text-align: left;
    padding: 0 0 .5em 0;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--zip-darkblue);
}
.detail-go_ttl .sub-ttl {
    color: #333;
    font-size: 1rem;
    padding: 0 .5em 0 1em;
}
.detail-go_date {
  font-size: 1rem;
  float: right;
  padding: 0 .5em .5em 0;
}
.detail-field {
  display: flex;
  gap: 80px;
  margin-top: 40px;
  width: 100%;
}
.content-left {
  /* width: 432px; */
  width: 50%;
}
.content-right {
  /* width: calc(100% - 432px); */
  width: 50%;
}

@media screen and (max-width: 600px) {
	.detail-go_ttl {
    	font-size: 0.8125rem;
	}
	.detail-go_ttl .sub-ttl {
    	font-size: 0.7rem;
	}
	.detail .detail-go_ttl {
    	margin-bottom: 5px;
	}
	.detail-go_date {
		font-size: 0.65rem;
	}
	.detail-field {
    	margin-top: 20px;
    	gap: 15px;
    	flex-direction: column;
	}
}

/* 元スタイル打ち消し用 */
.content-right dl,
.content-right dt,
.content-right dd {
  padding: 0;
  margin: 0;
}

.content-right dl {
  font-size: 1.125rem;
  display: flex;
}
.content-right dt {
  color: var(--zip-darkblue);
  font-weight: bold;
  flex: 1;
}
.content-right dd {
  flex: 4;
  font-weight: bolder;
}
.content-right p{
  font-weight: bold;
}
.influencer {
  border-top: dashed 1px var(--zip-darkblue);
  margin-top: 40px;
  padding-top: 40px;
}
.accunt-name {
  font-size: 1.125rem;
  color: var(--zip-darkblue);
  margin: 0;
}
.account-id {
  font-size: 1rem;
  margin: 0;
}
.detail-go_image  {
  margin: 0 auto;
	padding: 0 10px;
}
.detail-go_image img {
  width: 100%;
  max-width: 360px;
  border-radius: 40px;
  object-fit: cover;
}
.detail-go_movie {
	max-width: 398px;
}
.detail-go_movie iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 40px;
}
.map-container {
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .map-container iframe {
      height: 200px;
  }
}
@media screen and (max-width: 600px) {
	.content-right p{
		font-size: 0.75rem;
	}
	.content-left,
	.content-right {
		width: 100%;
	}
	.content-left img {
    	margin: 0 auto;
	}
	.detail-go_movie {
    	max-width: 100%;
    	padding: 0 4vw;
	}
	.content-right {
		padding: 0 25px;
	}
  .content-right dl {
    width: 100%;
    /* max-width: 320px; */
    margin: 0 auto!important;
    font-size: 0.725rem!important;
    margin-bottom: 5px!important;
	gap: 0.5em;
  }
  .content-right dd {
		flex: 5;
		font-size: 0.65rem;
	}
  .map-container iframe {
      height: 220px; 
  }
  .influencer {
    padding: 20px 0 0;
	margin: 20px -15px;
	width: calc(100% + 30px)
  }
	
  .detail .marquee-content {
    padding-top: 30px;
  } 
}

.second footer {
    background: url(../../img/bg_footer-sec.png) repeat-y center top;
    background-size: 100%;
}

/* Bubbles */
.bubbles {
  position: absolute;
  mix-blend-mode: multiply;
}
.bubble-gourmet01 {
	width: 14vw;
	top: 11vw;
	right: 10vw;
	z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet02 {
	width: 7vw;
	top: 15vw;
	left: 11vw;
	z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet03 {
	width: 14vw;
	top: 49vw;
	left: -2.5vw;
	z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet04 {
  width: 12vw;
  top: 100vw;
  right: 2.5vw;
  z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet05 {
  width: 7.5vw;
  top: 119vw;
  left: 2.2vw;
  z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet06 {
  width: 11vw;
  top: 132vw;
  left: 5vw;
  z-index: 0;
    mix-blend-mode: multiply;
}
.bubble-gourmet07 {
	width: 9vw;
	top: 194vw;
	right: 5vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-gourmet08 {
	width: 13vw;
	top: 230vw;
	right: 16vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.gourmet-kuramoto-sec {
  position: absolute;
  width: 14vw;
  top: 650px;
  right: 30px;
  z-index: 50;
}
.gourmet-kawamata-sec {
  position: absolute;
  width: 14vw;
  top: 60%;
  left: 30px;
  z-index: 50;
}
/* 記事ページ */
.bubble-gourmetb01 {
  position: absolute;
  width: 240px;
  top: -50px;
  right: 400px;
}
.bubble-gourmetb02 {
  position: absolute;
  width: 140px;
  top: 20px;
  left: 400px;
}
.bubble-gourmetb03 {
  position: absolute;
  width: 170px;
  top: 575px;
  left: 20px;
  z-index: -1;
}
.bubble-gourmetb04 {
  position: absolute;
  width: 220px;
  top: 1550px;
  left: 40px;
}
.bubble-gourmetb05 {
  position: absolute;
  width: 230px;
  top: 1800px;
  left: 30%;
}
.bubble-gourmetb06 {
  position: absolute;
  width: 130px;
  top: 2000px;
  left: 22%;
}
@media screen and (max-width: 780px) {
	.babble-footer {
        width: 30%;
        position: absolute;
        right: 30px;
        bottom: 0;
        mix-blend-mode: multiply;
    }
  .bubble-gourmet01 {
    width: 21vw;
    top: 203vh;
    right: unset;
    left: 0px;
  }
  .bubble-gourmet02 {
    width: 16vw;
    top: 184vh;
    left: -8vw;
  }
  .bubble-gourmet03 {
    width: 13vw;
    top: 260vh;
    left: unset;
    right: 3vw;
  }
  .bubble-gourmet04 {
    width: 20vw;
    top: 284vh;
    right: 5vw;
  }
  .bubble-gourmet05 {
    width: 22vw;
    top: 352vh;
    left: -6vw;
  }
  .bubble-gourmet06 {
    width: 19vw;
    top: 383vh;
    left: unset;
    right: 2vw;
  }
  .bubble-gourmet07 {
    width: 18vw;
    top: 490vh;
    right: 5vw;
  }
  .bubble-gourmet08 {
    width: 18vw;
    top: 554vh;
    right: unset;
    left: 0;
  }
  .bubble-gourmet09 {
    width: 21vw;
    top: 502vh;
    left: -4vw;
    z-index: -1;
  }
  .bubble-gourmet10 {
    width: 20vw;
    top: 591vh;
    right: 2vw;
    z-index: -1;
  }
  .bubble-gourmet11 {
    width: 13vw;
    top: 551vh;
    right: 19vw;
    z-index: -1;
  }
  .bubble-gourmet12 {
    width: 18vw;
    top: 593vh;
    right: 3vw;
    z-index: -1;
  }
  .bubble-gourmet13 {
    width: 25vw;
    top: 690vh;
    left: -7vw;
    z-index: -1;
  }
  .bubble-gourmet14 {
    width: 20vw;
    top: 664vh;
    right: -4vw;
    z-index: -1;
  }
  .bubble-gourmet15 {
    width: 21vw;
    top: 730vh;
    left: -2vw;
    z-index: -1;
  }
  .bubble-gourmet16 {
    width: 20vw;
    top: 737vh;
    right: -1vw;
    z-index: -1;
  }
  .bubble-gourmet17 {
    width: 20vw;
    top: 767vh;
    right: -2vw;
    z-index: -1;
  }
  .bubble-gourmet18 {
    width: 23vw;
    top: 831vh;
    left: -5vw;
    z-index: -1;
  }
  .bubble-gourmet19 {
    width: 21vw;
    top: 928vh;
    left: -1vw;
    z-index: -1;
  }
  .bubble-gourmet20 {
    width: 20vw;
    top: 1036vh;
    right: 10vw;
    z-index: -1;
  }
  .bubble-gourmetb01 {
    position: absolute;
    width: 15vw;
    top: -3vh;
    right: 18vw;
  }
  .bubble-gourmetb02 {
    position: absolute;
    width: 8vw;
    top: 3vh;
    left: 26vw;
  }
  .gourmet-kuramoto-sec {
    width: 35vw;
    top: 465px;
    right: 1vw;
  }
  .gourmet-kawamata-sec {
    width: 35vw;
    left: 1vw;
    top: 77%;
  }
}
.gourmet-ttl {
    width: 100%;
    max-width: 1116px;
    margin: 0 auto;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px  2px 0 #fff,
    2px  2px 0 #fff;
}
@media screen and (max-width: 768px) {
    .gourmet-ttl {
        margin-bottom: 1rem;
        font-size: 2rem;
        text-align: center;
    }
}