@charset "utf-8";

/*-------------------------
  共通設定
-------------------------*/
:root {
  --main-color: #01a9e4;/* 夏#009D85　秋#EA5520　冬#01a9e4　春#E95383 */
  --bg-season-color:  #dff2fc;/* 夏#FFF771　秋#FFE374　冬#dff2fc　春#F9CADA */
  --bg-color: #fcf9ec;
  --font-quicksand: "Quicksand";/* 英字タイトル */
  --font-normal: "Noto Sans JP", sans-serif;
}

/* 標準化 */
.l-main {
  background: var(--bg-color);
  font-family: var(--font-normal);
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
}
.l-container .is-bold {
  font-family: var(--font-normal);
  font-weight: 700!important;
}
.l-container  a {
  transition: .2s;
}
.l-container a,
.l-container a:hover,
.l-container a:visited {
  color: #333;
}
.l-container div + h3 {
  margin-top: 0;
}
.l-container .c-btnClose.has-text {
  color: #333;
}
.l-container .c-btnClose.has-text i {
  background: #333;
}
.l-container .txt-fotoer a,
.l-container .txt-fotoer a:visited {
  color: #fff;
}

/* パーツ */
.l-container .wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
}
.l-container section {
  padding: 40px 0 80px 0;
}
.l-container .box {
  padding: 40px 24px;
  background: #fff;
  border-radius: 20px;
  max-width: 820px;
  margin: 0 auto;
}
.l-container .box + .box {
  margin-top: 40px;
}
.l-container .fa-arrow-up-right-from-square {
  font-size: 12px;
}
.l-container .pc_none {
  display: block;
}
.l-container .sp_none {
  display: none;
}

/* 見出し */
.l-container .section_ttl {
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.section_ttl .h2_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section_ttl .h2_wrapper h2 {
  font-family: var(--font-normal);
  font-size: 28px;
  font-weight: 700!important;
  display: inline-block;
  line-height: 1.5em;
  position: relative;
}
.section_ttl .h2_wrapper .h2_left,
.section_ttl .h2_wrapper .h2_right {
  display: inline-block;
  width: 2.2em;
}
.l-container .section_ttl .ja {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  margin-top: 6px;
} 
.l-container .h3_wrapper {
  padding-bottom: 12px;
}
.l-container .h3_wrapper h3 {
  font-family: var(--font-normal);
  font-size: 22px;
  font-weight: 600!important;
  line-height: 1.6;
}

/* ボタン */
.l-container .btn_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-container .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2em;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center; 
}
.l-container .btn:hover {
  opacity: .7;
}
.l-container .btn::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 22px;
  right: 20px;
  transform: rotate(45deg);
}
/* btn-01 */
.l-container .btn-01 {
  background: var(--main-color);
  color: #fff;
  border: 2px solid var(--main-color);
  font-weight: 600;
}
.l-container .btn-01:hover,
.l-container .btn-01:visited {
  color: #fff;
}
.l-container .btn-01::before {
  transition: all .3s;
}
/* btn-02 */
.l-container .btn-02 {
  color: #333;
  font-weight: 600;
  border: 2px solid #333;
}
.l-container .btn-02::before {
  border-color: #333;
  border-width: 2px 2px 0 0;
  transition: all .3s;
}
.slick-dots li.slick-active button {
  background: #333;
}

/* 波の区切り */
.l-container .nami_wrapper {
  line-height: 1;
  width: 100%;
  position: relative;
}
.nami_wrapper img {
  width: 100%;
}
.l-container .nami_wrapper_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_nami_top.svg) no-repeat center bottom / 105%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.l-container .nami_wrapper_bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_nami_bottom.svg) no-repeat center top / 105%;
  position: absolute;
  top: -1px;
  left: 0;
}
.l-container .nami_inner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

/*-------------------------
  アニメーションの設定
-------------------------*/
/* 秋 もみじのアニメーション */
.ani_group .momiji_1 {
  animation: momiji_1 1.5s linear 0s infinite alternate;
  transform-origin:center;
}
@keyframes momiji_1 {
  0% {
    transform: rotate(5deg) translate(-15px,21px);
  }
  33% {
    transform: rotate(-5deg) translate(-10px,14px);
  }
  67% {
    transform: rotate(5deg) translate(-5px,7px);
  }
  100% {
    transform: rotate(-5deg) translate(0,0);
  }
}
.ani_group .momiji_2 {
  animation: momiji_2 1.5s linear 0s infinite alternate;
}
@keyframes momiji_2 {
  0% {
    transform: rotate(-3deg) translate(-20px,30px);
  }
  33% {
    transform: rotate(3deg) translate(-13px,20px);
  }
  67% {
    transform: rotate(-3deg) translate(-6px,10px);
  }
  100% {
    transform: rotate(3deg) translate(0,0);
  }
}
/* 冬 雪の結晶のアニメーション */
.ani_group .snowflake_1 {
  animation: snowflake_1 9s linear infinite;
  transform-origin:center;
}
@keyframes snowflake_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ani_group .snowflake_2 {
  animation: snowflake_2 10s linear infinite;
}
@keyframes snowflake_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* コーヒーのアニメーション */
.ani_group .winter01 {
  animation: winter01 1.2s linear infinite;
}
@keyframes winter01 {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.ani_group .winter02 {
  animation: winter02 1.2s linear infinite;
}
@keyframes winter02 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0);
  }
}
.ani_group .winter03 {
  animation: winter03 2s linear infinite;
}
@keyframes winter03 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
/* 雪だるまのアニメーション */
.ani_group .snowman01 {
  animation: snowman01 2s linear infinite;
}
@keyframes snowman01 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.ani_group .snowman02 {
  animation: snowman02 2s linear infinite;
}
@keyframes snowman02 {
  0% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(7deg);
  }
}
.ani_group .snowman03 {
  animation: snowman03 2s linear infinite;
}
@keyframes snowman03 {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

/* アニメーショングループの位置 */
.nami_inner .ani_group {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.nami_inner .ani_group.ani_group01,
.nami_inner .ani_group.ani_group03,
.nami_inner .ani_group.ani_group05,
.nami_inner .ani_group.ani_group07 {
  top: 0;
  right: 0;
  margin-right: 10vw;
} 
.nami_inner .ani_group.ani_group02,
.nami_inner .ani_group.ani_group04,
.nami_inner .ani_group.ani_group06 {
  top: 0;
  left: 0;
  margin-left: 10vw;
} 
@media screen and (min-width: 768px) {
  .nami_inner .ani_group.ani_group06 {
    top: -50px;
  }
}

/* 各アニメーションアイテムの位置 */
.ani_group .ani_item {
  position: absolute;
  width: 180px;
}
.ani_group .momiji_1 {
  top: 30px;
  right: 60px;
  width: 30px;
}
.ani_group .momiji_2 {
  top: -20px;
  right: 0;
  width: 50px;
}
.ani_group.ani_group06 .momiji_1 {
  left: 26px;
  right: auto;
}
.ani_group.ani_group06 .momiji_2 {
  left: 70px;
  right: auto;
}
.ani_group .snowflake_1 {
  top: 20px;
  right: 50px;
  width: 40px;
}
.ani_group .snowflake_2 {
  top: -20px;
  right: 0;
  width: 50px;
}
.ani_group.ani_group06 .snowflake_1 {
  left: 0;
  right: auto;
}
.ani_group.ani_group06 .snowflake_2 {
  left: 65px;
  right: auto;
}
.ani_group .winter01 {
  bottom: -30px;
  left: 0;
  width: auto;
  height: 80px;
}
.ani_group .winter02 {
  bottom: -30px;
  left: 60px;
  width: auto;
  height: 99px;
}
.ani_group .winter03 {
  bottom: -30px;
  left: 172px;
  width: auto;
  height: 90px;
}
.ani_group .snowman01 {
  top: -54px;
  left: 19px;
  width: 47px;
}
.ani_group .snowman02 {
  top: -47px;
  left: 16px;
  width: 50px;
}
.ani_group .snowman03 {
  top: -20px;
  left: 0;
  width: 91px;
}
.ani_group .snowman04 {
  top: -46px;
  left: 100px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .ani_group .ani_item {
    width: 120px;
  }
  .ani_group .momiji_1 {
    top: 20px;
    right: 80px;
    width: 40px;
  }
  .ani_group .momiji_2 {
    top: -40px;
    width: 70px;
  }
  .ani_group .snowflake_1 {
    top: -15px;
    right: 70px;
    width: 55px;
  }
  .ani_group .snowflake_2 {
    top: -60px;
    width: 65px;
  }
  .ani_group.ani_group06 .snowflake_1 {
    top: 45px;
  }
  .ani_group.ani_group06 .snowflake_2 {
    top: 0;
  }
  .ani_group .winter01 {
    height: 92px;
    width: auto;
  }
  .ani_group .winter02 {
    left: 70px;
    height: 112px;
    width: auto;
  }
  .ani_group .winter03 {
    left: 192px;
    height: 94px;
    width: auto;
  }
  .ani_group .snowman01 {
    top: -47px;
    left: 22px;
    width: 54px;
  }
  .ani_group .snowman02 {
    top: -39px;
    left: 21px;
    width: 61px;
  }
  .ani_group .snowman03 {
    top: -6px;
    width: 102px;
  }
  .ani_group .snowman04 {
    left: 130px;
    width: 80px;
  }
}

/*-------------------------
  movie
-------------------------*/
.l-outline.specialpage_header_footer {
  min-height: calc(100vh - 48px);
  padding-top: 48px
}
#movie{
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: calc(100vh - 100px);
}
#video_area{
	position:absolute;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
#video {
  /*天地中央配置*/
  position: absolute;
  /* z-index: -1; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width:177.77vh; */
  /* width: 100%; */
  height: 100%;
  /* min-height: 70%;
  min-width: 100%; */
}

/* .l-container .movie {
	width: 100%;
  height: calc(100vh - 250px);
  position: relative;
  overflow: hidden;
}  */
@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
/* .l-container .movie #video {
  object-fit: cover;
  height: 100%;
  width: 100%;
} */

/*-------------------------
  What's ENJOY YORIMICHI?
-------------------------*/
.l-container .about {
  font-size: 14px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-container .about-inner {
  display: flex;
  width: 332px;
  justify-content: space-between;
  align-items: center;
}
.l-container .about-inner .image {
  width: 25%;
}
.l-container .about-inner .text {
  width: 70%;
}
.l-container .about .ttl {
  font-family: var(--font-quicksand);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.4em;
}
.l-container .about .sub_ttl {
  font-weight: 500;
  font-size: 15px;
}
.l-container .about .ttl, 
.l-container .about .sub_ttl {
  color: var(--main-color);
}
.l-container .about-lead{
  margin-top: 40px;
  text-align: center;
}

/*-------------------------
  季節のSAPA写真
-------------------------*/
.l-container .season {
  width: 100%;
  height: 50vw;
  background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_season.jpg) no-repeat center / cover;
}

/*-------------------------
  Special Content
-------------------------*/
.l-container .special {
  background: var(--bg-season-color);
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-container .special::before,
.l-container .souvenir::before {
  content: '';
  width: 100%;
  height: 90px;
  display: block;
  background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_special_sp.png) repeat-x center top / cover;
  position: absolute;
  top: 10px;
  left: 0;
}
.l-container .souvenir::before {
  top: 20px;
}
.l-container .special::after,
.l-container .souvenir::after {
  content: '';
  width: 100%;
  height: 90px;
  display: block;
  background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_special_sp.png) repeat-x center top / cover;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.special .text {
  margin-top: 32px;
}
.special .catchcopy {
  font-weight: 600;
  margin-top: 12px;
}
.special .period {
  font-weight: 600;
}
.l-container .column_2to5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
}
.special .c-list li + li {
  margin-top: 20px;
}
.special .c-link.mark {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: all .1s;
  font-size: 16px;
}
.special .c-link.mark:hover {
  color: #333;
  opacity: .7;
}
.l-container .special .nami_wrapper {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
}

/*-------------------------
  インスタグラム
-------------------------*/
.l-container .sns {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}
.l-container .sns .wrapper {
  max-width: 950px;
}
.sns .col-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sns .ico_ig {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.sns .col .lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.sns .col .col-cnt {
  height: calc(64vw*2 + 2vw);
}
.sns .insta-img {
  width: 100%;
  height: 64vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
.sns .insta-img > div {
  background: #000 no-repeat center / cover;
  width: 44vw;
  height: 64vw;
}
.sns .col-btn {
  margin-top: 30px;
}

/*-------------------------
  イベント・キャンペーン
-------------------------*/
.l-container section#event {
  padding-bottom: 0;
}
.l-container .event .box .text {
  margin-top: 20px;
}
/* 地図から探す */
.l-container .map-area {
  max-width: 950px;
  padding-bottom: 90px;
}
.l-main .contents .cont_search_item .searchbox {
  margin-bottom: 20px;
}
.l-main .contents .cont_search_item .searchbox select,
.cont_search_list-inner .event h3 {
  font-family: var(--font-normal);
}
.contents .cont_search_item #sapa {
  margin-bottom: 10px;
}
.l-main .contents .cont_search_item .searchbox p {
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
}
.l-main .contents .cont_search_item .searchbox#eventnamesearch {
  max-width: none;
}

/*-------------------------
  バナーエリア1
-------------------------*/
/* バナーエリア共通設定 */
.l-container .bnr-area {
  background: #fff;/*#E4F1E6*/
  padding: 100px 0 130px 0;
}
.l-container .bnr-area .wrapper {
  max-width: 950px;
}
.l-container .bnr-area-ttl {
  color: #535353;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

/* スライダー共通設定 */
.l-container .slider-box {
  padding: 0 24px;
}
.l-container .slider-box a {
  color: #333;
}
.l-container .slider-box a:hover {
  opacity: .7;
}
.l-container .slider-box img {
  width: 100%;
}
.l-container .slider-box p {
  font-size: 13px;
}
.l-container .slider-box .ttl {
  font-size: 17px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
}
.l-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.l-container .slider-box .slick-slide {
  margin: 0 8px;
}
.l-container .slider-box .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  padding: 0;
  transition: .2s;
}
.l-container .slider-box .slick-arrow:hover {
  opacity: .5;
}
.l-container .slider-box .slick-arrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  position: absolute;
  top: 25px;
  right: 8px;
  transform: rotate(45deg);
  opacity: 1;
}
.l-container .slider-box .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 0;
  left: 8px;
}
.l-container .slider-box .slick-dots {
  bottom: -25px;
}
.l-container .slick-slider .slick-track, 
.l-container .slick-slider .slick-list {
  padding-bottom: 10px;
}

/*-------------------------
  グルメ紹介
-------------------------*/
.l-container .gourmet {
  background: var(--bg-season-color);
  position: relative;
  padding-bottom: 120px;
}
.l-container .gourmet .h3_wrapper,
.l-container .souvenir .h3_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 4px;
  padding-bottom: 0;
}
.l-container .gourmet .h3_wrapper h3,
.l-container .souvenir .h3_wrapper h3 {
  font-weight: 700!important;
  font-size: 22px;
}
.l-container .gourmet .ico_gourmet {
  width: 210px;
  height: 39px;
}
.l-container .gourmet_inner {
  max-width: 820px;
  margin: 0 auto 0;
}
.l-container .gourmet_inner + .gourmet_inner {
  margin-top: 60px;
}
.l-container .gourmet_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.l-container .gourmet_list a {
  display: grid;
  gap: 0;
  border: 2px solid #333;
  border-radius: 10px;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
  position: relative;
}
/* 秋カラー */
/* .l-container .gourmet_list a:nth-child(6n+1) {
  background: #ffa48f;
}
.l-container .gourmet_list a:nth-child(6n+2) {
  background: #d3fd8e;
}
.l-container .gourmet_list a:nth-child(6n+3) {
  background: #fdff66;
}
.l-container .gourmet_list a:nth-child(6n+4) {
  background: #d9bffb;
}
.l-container .gourmet_list a:nth-child(6n+5) {
  background: #ffb66b;
}
.l-container .gourmet_list a:nth-child(6n+6) {
  background: #ffbfdc;
} */
/* 冬カラー */
.l-container .gourmet_list a:nth-child(4n+1) {
  background: #ffffad;
}
.l-container .gourmet_list a:nth-child(4n+2) {
  background: #ffdbb7;
}
.l-container .gourmet_list a:nth-child(4n+3) {
  background: #ffc1c1;
}
.l-container .gourmet_list a:nth-child(4n+4) {
  background: #ffc1e0;
}
/* .l-container .gourmet_list a:nth-child(6n+5) {
  background: #bcffbc;
}
.l-container .gourmet_list a:nth-child(6n+6) {
  background: #ffffad;
} */

.gourmet_list a .logo_highway-meshi {
  width: 80px;
  position: absolute;
  background: url('/assets/img/special/enjoy_yorimichi/2025renewal/logo_highway-meshi.png') no-repeat left top / contain;
  left: 4px;
  top: 4px;
}
.gourmet_list .image img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.gourmet_list .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 20px;
}
.gourmet_list .title .sapa_name {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.gourmet_list .text {
  font-size: 14px;
  padding: 0 20px;
}
.gourmet_list .price {
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px 10px;
}
.gourmet_list .price span {
  font-size: 16px;
}
.gourmet_list p {
  margin: 0;
}
.gourmet .nami_gourmet_top,
.souvenir .nami_souvenir_top {
  position: absolute;
  top: 0;
}
.gourmet .nami_gourmet_bottom,
.souvenir .nami_souvenir_bottom {
  position: absolute;
  bottom: 0;
}
.l-container a.rotation {
    transition: all 1.0s;
    opacity: 0;

  &.rotation-x{
      transform: rotateX(180deg);
  }
  &.rotation-y{
      transform: rotateY(180deg);
  }
  &.rotation-clockwise{
      transform: rotate(-170deg);
  }
  &.rotation-counterclockwise{
      transform: rotate(170deg);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*-------------------------
  おみやげ紹介
-------------------------*/
.l-container .souvenir {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-container .souvenir .h3_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 4px;
  padding-bottom: 0;
}
.l-container .souvenir .h3_wrapper h3 {
  font-weight: 700!important;
  font-size: 22px;
}
.l-container .souvenir .ico_souvenir {
  width: 217px;
  height: 39px;
}
.l-container .souvenir_inner {
  max-width: 820px;
  margin: 0 auto;
}
.l-container .souvenir_list {
  margin-top: 20px;
  width: 100%;
}
.l-container .souvenir_list li {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.l-container .souvenir_list li + li {
  margin-top: 60px;
}
.souvenir_list .image {
  border-radius: 20px 0 0 20px;
  background: #fff;
}
.souvenir_list .image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: 200px;
  object-fit: cover;
}
.souvenir_list .ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.souvenir_list .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}
.souvenir_list .price span {
  font-size: 12px;
}
.souvenir_list .text {
  padding: 40px 30px 50px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
.souvenir_list blockquote {
  color: #535353;
  padding: 20px 20px 30px;
  position: relative;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.5;
}
.souvenir_list blockquote::before,
.souvenir_list blockquote:after {
  position:absolute;
  font-size:28px;
  background-color:#FFFFFF;
  text-align:center;
  font-family:'FontAwesome';
  color:#d1d1d1;
  line-height:1;
  padding:10px;
}
.souvenir_list blockquote::before {
  content: '\f10d';
  top: -24px;
  left: -10px;
}
.souvenir_list blockquote:after {
  content: '\f10e';
  right: -10px;
  bottom: -24px;
}
.souvenir_list .link_staffblog {
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  color: #535353;
  text-align: right;
}
.souvenir_list .link_staffblog:hover {
  opacity: .7;
  color: #535353;
}
.l-container .ui-accordion {
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 4px;
  background: #fff;
}
.l-container .ui-accordion .ui-acTitle {
  font-family: var(--font-normal);
  color: #333;
  font-weight: 500!important;
}
.l-container .ui-accordion .ui-acTitle:after {
  box-shadow: inset 0 0 0 1px #333;
}
.l-container .ui-accordion .ui-acContent a {
  display: block;
  border: 1px solid #333;
  padding: 12px 24px;
  border-radius: 2em;
}
.l-container .ui-accordion .ui-acContent a + a {
  margin-top: 10px;
}
.l-container .ui-accordion .ui-acContent a .road {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 12px;
}

/*-------------------------
  バナーエリア3
-------------------------*/
.l-container #bnr-area-03 {
  padding-bottom: 80px;
}
.l-container .bnr-list {
  padding: 0 24px;
}
.l-container .bnr-list .text {
  margin-top: 12px;
}
.l-container .bnr-list .ttl {
  color: #535353;
  font-size: 18px;
  font-weight: 500;
}
.l-container .bnr-list li img {
  width: 100%;
}
.l-container .bnr-list a:hover {
  opacity: .8;
}
.l-container .bnr-list li + li {
  margin-top: 60px;
}

@media screen and (min-width: 415px){
	/*-----------------------
	movie
	-------------------------*/
  #movie{
	height:100vh;
	}
	
	@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
  }

	#video {
    min-height: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 540px) {
  /*-------------------------
    共通設定
  -------------------------*/
  /* 見出し */
  .section_ttl .h2_wrapper {
    justify-content: center;
  }
  .section_ttl .h2_wrapper h2 {
    font-size: 32px;
    margin-left: 30px;
    margin-right: 30px;
  }

  #video {
    object-fit: cover;
  }

  /*-------------------------
    グルメ紹介
  -------------------------*/
  .l-container .gourmet_list {
    grid-template-columns: 1fr 1fr;
  }

  /*-------------------------
    バナーエリア3
  -------------------------*/
  .l-container .bnr-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 5%;
  }
  .l-container .bnr-list li + li {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /*-------------------------
    共通設定
  -------------------------*/
  /* common */
  .l-container .box {
    padding: 60px;
    margin: 0 70px;
  }
  /* 見出し */
  .l-container .h3_wrapper h3 {
    font-size: 25px;
  }
  /* PCサイズ・SPサイズでの表示非表示 */
  .l-container .pc_none {
    display: none;
  }
  .l-container .sp_none {
    display: block;
  }

  /*-------------------------
    パーツの設定
  -------------------------*/
  /* ボタン */
  .l-container .btn-01,
  .l-container .btn-02 {
    width: 280px;
  }  
  /* btn-01 */
  .l-container .btn-01:hover {
    opacity: 1;
    background: #fff;
    color: var(--main-color);
  }
  .l-container .btn-01:hover::before {
    transform: rotate(405deg);
    transition: .6s;
    border-color: var(--main-color);
  }
  /* btn-02 */
  .l-container .btn-02:hover {
    background: #333;
    opacity: 1;
    color: #fff;
  }
  .l-container .btn-02:hover::before {
    transform: rotate(405deg);
    transition: .6s;
    border-color: #fff;
  }
  .l-container .nami_wrapper_top::after {
    bottom: -2px;
  }
  .l-container .nami_wrapper_bottom::after {
    top: -2px;
  }
  .nami_inner .ani_group.ani_group01,
  .nami_inner .ani_group.ani_group03,
  .nami_inner .ani_group.ani_group05,
  .nami_inner .ani_group.ani_group07 {
    margin-right: 100px;
  } 
  .nami_inner .ani_group.ani_group02,
  .nami_inner .ani_group.ani_group04,
  .nami_inner .ani_group.ani_group06 {
    margin-left: 100px;
  } 

  /*-------------------------
    movie
  -------------------------*/
  /* .l-container .movie {
    margin-top: 0;
    height: calc(100vh - 68px);
  } */

  /*-------------------------
    What's ENJOY YORIMICHI?
  -------------------------*/
  .l-container .about {
    font-size: 16px;
    padding: 40px 0 50px;
  }
  .l-container .about-inner {
    width: 100%;
    justify-content: center;
    column-gap: 20px;
  }
  .l-container .about-inner .image {
    width: auto;
  }
  .l-container .about-inner .image img {
    height: 100px;
  }
  .l-container .about-inner .text {
    width: auto;
  }
  .l-container .about .ttl {
    font-size: 32px;
  }
  .l-container .about .sub_ttl {
    font-size: 18px;
  }
  /*-------------------------
    季節のSAPA写真
  -------------------------*/
  .l-container .season {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    clip-path: inset(0); /* 切り抜き */
    z-index: 0;
    background: none;
  }
  .l-container .season .bg-image-fixed {
    position: fixed; /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-image: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_season.jpg);
    background-repeat: no-repeat;
  }

  /*-------------------------
    Special Content
  -------------------------*/
  .l-container .special,
  .l-container .souvenir {
    background: url(/assets/img/special/enjoy_yorimichi/2025renewal/bg_special_pc.png) repeat-y center top / 100%;
    padding-top: 0;
    padding-bottom: 140px;
  }
  .l-container .souvenir {
    padding-top: 30px;
  }
  .l-container .special {
    background-color: var(--bg-season-color);
  }
  .l-container .column_2to5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-container .special::before,
  .l-container .special::after,
  .l-container .souvenir::before,
  .l-container .souvenir::after {
    display: none;
  }
  .special .text {
    margin-top: 32px;
  }
  .special .catchcopy,
  .special .period {
    font-size: 20px;
  }
  .l-container .special .image img {
    width: 100%;
  }
  .l-container .c-btnClose.has-text:hover {
    color: #333;
    opacity: .7;
  }
  .l-container .c-btnClose.has-text:hover i {
    background: #333;
    opacity: .7;
  }

  /*-------------------------
    インスタグラム
  -------------------------*/
  .l-container .sns .wrapper {
    margin: 0 auto;
  }
  .l-container .sns .bnr-area-ttl {
    padding-bottom: 20px;
  }
  .sns .col .col-cnt {
    height: 210px;
  }
  .sns .insta-img {
    height: 210px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .sns .insta-img > div {
    width: 160px;
    height: 210px;
  }
  .l-container .slider-3 .slick-slide {
    margin: 0 10px;
  }
  .l-container .slider-3 .slick-arrow {
    right: -50px;
  }
  .l-container .slider-3 .slick-arrow.slick-prev {
    right: auto;
    left: -50px;
  } 
  
  /*-------------------------
    イベント・キャンペーン
  -------------------------*/
  .l-container .event .box {
    display: flex;
    justify-content: space-between;
  }
  .l-container .event .box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .l-container .event .box .image {
    width: 45%;
  }
  .l-container .event .box .text {
    margin-top: 0;
    width: 50%;
  }
  .l-container .event .h3_wrapper h3 {
    font-size: 22px;
  }
  /* 地図から探す */
  .l-container .map-area {
    margin: 0 auto 80px;
    padding-bottom: 20px;
  }
  .l-main .contents .cont_search_item .searchbox#eventnamesearch {
    max-width: 450px;
  }

  /*-------------------------
    バナーエリア1
  -------------------------*/
  /* バナーエリア共通設定 */
  .l-container .bnr-area .wrapper {
    margin: 0 auto;
  }
  .l-container .bnr-area-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* スライダー共通設定 */
  .l-container .slider-box {
    padding: 0 32px;
  }
  .l-container .slider-box .slick-dots {
    bottom: -45px;
  }
  .l-container .slider-box .slick-arrow.slick-prev {
    left: -54px;
  }
  .l-container .slider-box .slick-arrow.slick-next {
    right: -54px;
  }
  .l-container .slider-box .slick-prev::before {
    left: 30px;
  }
  .l-container .slider-box .slick-next::before {
    right: 30px;
  }

  /*-------------------------
    グルメ紹介
  -------------------------*/
  .l-container .gourmet {
    padding-bottom: 140px;
  }
  .l-container .gourmet .h3_wrapper h3,
  .l-container .souvenir .h3_wrapper h3 {
    font-size: 28px;
  }
  .l-container .gourmet_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  /*-------------------------
    おみやげ紹介
  -------------------------*/
  .l-container .souvenir_inner {
    margin: 0 70px;
    }
  .l-container .souvenir_list .inner {
    display: flex;
    flex-direction: row;
  }
  .souvenir_list li:nth-child(even) .inner {
    flex-direction: row-reverse;
  }
  .l-container .souvenir_list li .image {
    width: 40%;
    border-radius: 20px 0 0 20px;
  }
  .l-container .souvenir_list .img_wrapper {
    height: 100%;
  }
  .souvenir_list .image img {
    border-radius: 20px 0 0 20px;
    height: 100%;
  }
  .l-container .souvenir_list li:nth-child(even) .image,
  .l-container .souvenir_list li:nth-child(even) .image img {
    border-radius: 0 20px 20px 0;
  }
  .souvenir_list .ttl_wrapper {
    padding: 30px 0 0;
  }
  .souvenir_list .text {
    width: 60%;
    padding: 40px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .souvenir_list li:nth-child(even) .text {
    border-radius: 20px 0 0 20px;
  }
  .l-container .ui-accordion .ui-acContent a {
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
  }
  .l-container .ui-accordion .ui-acContent a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .l-container .ui-accordion .ui-acContent a + a {
    margin-top: 0;
    padding: 4px 0 0 0;
  }
  .l-container .ui-accordion .ui-acTitle:hover:after {
    box-shadow: none;
    background: #333;
  }
  /* footer */
  .l-container .txt-fotoer a,
  .l-container .txt-fotoer a:visited {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  /*-------------------------
    共通設定
  -------------------------*/
  /* 元のcssをリセット */
  .l-outline {
    padding-top: 48px !important;
  }
}

@media screen and (min-width:950px) {
  /*-------------------------
    Special Content
  -------------------------*/
  .special .c-list li + li {
    margin-top: 0;
  }
  .special .c-link.mark {
    font-size: 13px;
  }
  /*-------------------------
    インスタグラム
  -------------------------*/
  .sns .col .col-cnt {
    height: 300px;
  }
  .sns .insta-img {
    height: 300px;
    gap: 12px;
  }
  .sns .insta-img > div {
    width: 229px;
    height: 270px;
  }
  .l-container .season {
    /* display: flex; */
    height: 70vh;
    /* background-attachment: fixed;
    background-size: 100%; */
  }
}

@media (min-width: 960px) {
  .l-outline.specialpage_header_footer {
    min-height: calc(100vh - 68px);
    padding-top: 68px
  }
  .l-container .nami_wrapper_top::after,
  .l-container .nami_wrapper_bottom::after {
    height: 200px;
  }
  #movie{
    height: calc(100vh - 68px);
  }
}

@media screen and (min-width: 1000px) {
  /*-------------------------
    イベント・キャンペーン
  -------------------------*/
  /* 地図から探す */
  .l-container .map-area.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
} 