@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

/*
*********************************************************
sec-container
*********************************************************
*/
#campaign-contents .sec-container {
  width: min(100% - 1.25rem, 1440px);
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  #campaign-contents .sec-container {
    width: 100%;
  }
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {}

#section-kv .photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/528;
  z-index: 1;
}

#section-kv picture,
#section-kv picture img {
  width: 100%;
  height: auto;
  display: block;
}

#section-kv .note {
  position: relative;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin: -2vw auto 0;
  z-index: 10;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-kv .photo {
    aspect-ratio: 3120/2138;
    margin-bottom: 7px;
  }

  #section-kv .note {
    background-color: #268fcf;
    text-align: center;
    font-size: 1.0rem;
    font-weight: normal;
  }

  #section-kv .note p {
    padding: var(--size8) 0 10px;
  }
}

@media screen and (max-width:320px) {
  #section-kv .photo {
    aspect-ratio: 3120/2138;
    margin-bottom: 6px;
  }
}

/*
*********************************************************
#section-movie
*********************************************************
*/
#section-movie {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  padding-top: 1vw;
}

#section-movie .movie-inner {
  width: 100%;
  background-image: url(/campaign/funfunfair/images/movie-bg-pc.webp?date=20250916);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ----------------- text-wrap ----------------- */
#section-movie .text-wrap {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 24px;
}

#section-movie .text-wrap h2 {
  text-align: center;
  margin: 0 auto var(--size24);
  padding: 0;
}

#section-movie .text-wrap h3 {
  margin: 0 auto;
}

#section-movie .text-wrap h3 p {
  color: #1d2087;
  font-size: 2rem;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-movie .movie-inner {
    background-image: none;
  }

  #section-movie .text-wrap {
    padding: 24px 16px;
  }

  #section-movie .text-wrap h2 {
    margin: 0 auto var(--size16);
  }

  #section-movie .text-wrap h3 p {
    font-size: 1.6rem;
  }
}

/*
*********************************************************
#section-event
*********************************************************
*/
#section-event {
  overflow: hidden;
  margin: 0 auto;
}

/* ----------------- h4-wrap ----------------- */
#section-event .h4-wrap {
  background-color: #1d2087;
}

#section-event .h4-wrap h4 {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

/* ----------------- event-wrap ----------------- */
#section-event .event-wrap {
  display: flex;
  max-width: 1000px;
  gap: 10px;
  margin: 0 auto;
  padding-top: var(--size16);
  padding-left: 6%;
}

#section-event .event {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#section-event .event .event-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#section-event .event .event-inner img.icon {
  display: block;
  height: auto;
  margin-bottom: var(--size16);
}

#section-event .event .text-box {
  flex-grow: 1;
  border-left: 14px solid #dde2e5;
  margin-left: var(--size24);
  padding-left: 14px;
}

#section-event .event .text-box h5 {
  color: #1d2087;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

#section-event .event .text-box .lead {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}

#section-event .event .note {
  color: #333;
  font-size: 1rem;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 10px solid transparent;
}

@media print, screen and (min-width:769px) and (max-width:940px) {
  #section-event .event .text-box .lead br {
    display: none
  }
}

/* ----------------- page-link  ----------------- */
#section-event .event.test-drive .event-inner>.page-link {
  position: relative;
  display: block;
  max-width: 440px;
  background-color: #268fcf;
  color: #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-top: var(--size16);
  margin-left: var(--size24);
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#section-event .event.test-drive .event-inner>.page-link::before,
#section-event .event.test-drive .event-inner>.page-link::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  width: var(--size16);
  height: var(--size16);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#section-event .event.test-drive .event-inner>.page-link::before {
  left: var(--size24);
}

#section-event .event.test-drive .event-inner>.page-link::after {
  right: var(--size24);
}

#section-event .event.test-drive .event-inner>.page-link:hover {
  background-color: rgba(0, 33, 95, .4);
}

#section-event .event.assessment .event-inner {
  padding-bottom: 55px;
}

#section-event .event .event-inner picture {
  max-width: 364px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-event .h4-wrap h4 {
    width: 80%;
    padding: 24px 16px;
  }

  #section-event .event-wrap {
    display: block;
    max-width: inherit;
    margin: 0 auto;
    padding: 32px var(--size16);
  }

  #section-event .event.assessment .event-inner {
    padding-bottom: 0;
  }

  #section-event .event .event-inner picture {
    max-width: inherit;
  }

  #section-event .event .text-box {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 14px;
  }

  #section-event .event .text-box h5 {
    font-size: 1.6rem;
  }

  #section-event .event .text-box .lead {
    text-align: justify;
    font-size: 1.2rem;
  }

  #section-event .event .note {
    text-align: justify;
    padding-left: 0;
    border-left: 0 solid transparent;
  }

  #section-event .event.test-drive .event-inner>.page-link {
    max-width: inherit;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    margin-left: 0;
    padding: 10px 20px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width:320px) {

  #section-event .event.test-drive .event-inner>.page-link::before,
  #section-event .event.test-drive .event-inner>.page-link::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #section-event .event .text-box h5 {
    font-size: 1.4rem;
  }

  #section-event .event.test-drive .event-inner>.page-link {
    font-size: 1.2rem;
  }
}

/*
***************************************************************
#section-topics01
***************************************************************
*/
#section-topics01 {
  margin: 64px auto 0;
}

#section-topics01 .topics01-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--size24);
  background-color: #ffdd3f;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 var(--size16);
}

#section-topics01 .topics01-inner .left-box {
  max-width: 640px;
  padding: 16px 0 24px;
}

#section-topics01 .topics01-inner .right-box {
  position: relative;
  text-align: justify;
  max-width: 670px;
}

#section-topics01 .topics01-inner .right-box h5 {
  position: relative;
  max-width: 414px;
  z-index: 2;
}

#section-topics01 .topics01-inner .right-box .lead {
  position: relative;
  font-size: 1.4rem;
  padding: 10px 0;
  z-index: 4;
}

/* ----------------- page-link  ----------------- */
#section-topics01 .topics01-inner .right-box>.page-link {
  position: relative;
  display: block;
  max-width: 565px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
}

#section-topics01 .topics01-inner .right-box>.page-link:hover {
  opacity: 0.8;
}

/* ----------------- note-wrap ----------------- */
#section-topics01 .note-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 8px 16px;
}

#section-topics01 .note-wrap p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

/* ----------------- decoration  ----------------- */
#section-topics01 .decoration {
  position: absolute;
  top: -80px;
  right: -100px;
  z-index: 1;
}

@media print, screen and (min-width:769px)and (max-width:1060px) {
  #section-topics01 .decoration {
    display: none;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-topics01 {
    margin: 0 auto;
  }

  #section-topics01 .topics01-inner {
    display: block;
    gap: 0;
    padding: var(--size16);
  }

  #section-topics01 .topics01-inner .right-box {
    max-width: inherit;
    padding-top: var(--size16);
  }

  #section-topics01 .topics01-inner .right-box>.page-link {
    width: 100%;
    max-width: inherit;
  }

  #section-topics01 .topics01-inner .right-box>.page-link img {
    width: 100%;
  }

  #section-topics01 .note-wrap {
    max-width: inherit;
    padding: 8px 16px 0;
  }

  #section-topics01 .note-wrap p {
    text-align: justify;
  }
}

/*
***************************************************************
#section-topics02
***************************************************************
*/
#section-topics02 {
  margin: 64px auto 0;
}

#section-topics02 .topics02-inner {}

/* ----------------- text-wrap  ----------------- */
#section-topics02 .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--size24);
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(0, 50, 129, 1) 0%, rgba(0, 0, 54, 1) 100%);
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 310px 0 var(--size16);
}

#section-topics02 .text-wrap .left-box {
  max-width: 180px;
  padding: 20px 0;
}

#section-topics02 .text-wrap .right-box {
  max-width: 594px;
}

#section-topics02 .text-wrap .right-box h5 {
  position: relative;
  padding-top: 24px;
  z-index: 10;
}

#section-topics02 .text-wrap .right-box .lead {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  padding-top: var(--size24);
  z-index: 10;
}

@media print, screen and (min-width:769px)and (max-width:1060px) {
  #section-topics02 .text-wrap .right-box .lead {
    font-size: 1rem;
    padding-top: var(--size8);
  }

  #section-topics02 .text-wrap .right-box .lead br {
    display: none;
  }
}

/* ----------------- photo-wrap  ----------------- */
#section-topics02 .photo-wrap {
  position: relative;
  gap: var(--size24);
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(104, 90, 57, 1) 0%, rgba(210, 186, 127, 1) 100%);
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: var(--size16);
}

#section-topics02 .photo-wrap .photo-wrap-inner {
  padding-left: 120px;
}

#section-topics02 .photo-wrap .photo {
  position: relative;
  padding: 20px 0 0;
  z-index: 3;
}

#section-topics02 .photo-wrap h6 {
  position: relative;
  padding: 0 0 20px;
  z-index: 10;
}

/* ----------------- note-wrap ----------------- */
#section-topics02 .note-wrap {
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(0, 50, 129, 1) 0%, rgba(0, 0, 54, 1) 100%);
  margin: 0 auto;
  padding: 8px 16px 32px;
}

#section-topics02 .note-wrap p {
  color: #eacf8c;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}

/* ----------------- decoration  ----------------- */
#section-topics02 .decoration {
  position: absolute;
  top: -270px;
  right: 40px;
  z-index: 1;
}

#section-topics02 .decoration img {
  max-width: 328px;
}

@media screen and (min-width:769px)and (max-width:1060px) {
  #section-topics02 .decoration {
    position: absolute;
    top: -200px;
    right: 20px;
    z-index: 1;
  }

  #section-topics02 .decoration img {
    max-width: 220px;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-topics02 {
    margin: 32px auto 0;
  }

  #section-topics02 .text-wrap {
    display: block;
    padding: 16px 16px 0;
    margin-bottom: -28px;
  }

  #section-topics02 .text-wrap img {
    position: relative;
    z-index: 2;
  }

  #section-topics02 .photo-wrap .photo-wrap-inner {
    position: relative;
    z-index: 3;
    padding: 0 16px 0 32px;
  }

  #section-topics02 .photo-wrap .photo {
    padding: 16px 0 0;
  }

  #section-topics02 .note-wrap {
    padding: 8px 16px 32px;
  }

  #section-topics02 .note-wrap p {
    text-align: justify;
    line-height: 1.6;
  }
}

@media screen and (min-width:415px) and (max-width:414px) {
  #section-topics02 .text-wrap {
    margin-bottom: -14px;
  }
}

@media screen and (max-width:414px) {
  #section-topics02 .text-wrap {
    margin-bottom: -20px;
  }
}

/*
***************************************************************
#section-i-wrap
***************************************************************
*/
/* --------------- i-wrap-inner  --------------- */
#section-i-wrap .i-wrap-inner {
  margin: 0;
  padding-top: var(--size80);
}

/* ----------------- h2-wrap ----------------- */
#section-i-wrap .h2-wrap {}

#section-i-wrap .h2-wrap h2 {
  text-align: center;
  padding: 0 0 var(--size32);
}

#section-i-wrap .photo {
  position: relative;
  aspect-ratio: 1440/248;
}

#section-i-wrap .photo h3 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

/* --------------- i-wrap-image  --------------- */
#section-i-wrap .photo .i-wrap-image {
  position: absolute;
  max-width: 190px;
  bottom: -106px;
  right: 3vw;
  z-index: 13;
}

@media screen and (min-width:1071px) and (max-width:1170px) {
  #section-i-wrap .photo .i-wrap-image {
    width: 16%;
    bottom: -90px;
    right: 1%;
  }
}

@media screen and (min-width:931px) and (max-width:1070px) {
  #section-i-wrap .photo .i-wrap-image {
    width: 14%;
    bottom: -70px;
    right: 1%;
  }
}

@media print, screen and (min-width:769px) and (max-width:930px) {
  #section-i-wrap .photo .i-wrap-image {
    display: none !important;
  }
}

/* -----------------h4 ----------------- */
#section-i-wrap .accordion-content h4.dish {
  color: #006d26;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 30px 0 60px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-i-wrap .i-wrap-inner {
    margin: 0;
    padding-top: 32px;
  }

  #section-i-wrap .h2-wrap h2 {
    width: 76%;
    margin: 0 auto;
    padding: 0 0 16px;
  }

  #section-i-wrap .photo {
    position: relative;
    aspect-ratio: 1500 / 1032;
  }

  #section-i-wrap .accordion-content h4.dish {
    font-size: 1.2rem;
    text-align: justify;
    padding: 0 16px 16px;
  }

  #section-i-wrap .photo .i-wrap-image {
    position: absolute;
    width: 26%;
    bottom: -16vw;
    right: 1%;
    z-index: 13;
  }
}

@media print, screen and (min-width:413px) and (max-width:768px) {
  #section-i-wrap .photo .i-wrap-image {
    width: 26%;
    bottom: -11vw;
    right: 2%;
  }
}

@media screen and (max-width:412px) {
  #section-i-wrap .photo .i-wrap-image {
    width: 26%;
    bottom: -13vw;
    right: 1%;
  }
}

@media screen and (max-width:344px) {
  #section-i-wrap .accordion-content h4.dish {
    font-size: 1rem;
  }
}

/*
***************************************************************
modal
***************************************************************
*/
/* モーダル背景 */
#campaign-contents .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}

/* 閉じるボタン位置 */
#campaign-contents .modal-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 768px;
  max-height: 80vh;
  z-index: 1010;
}

/* モーダルコンテンツ */
#campaign-contents .modal-content {
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 768px;
  width: 90%;
  max-height: 80vh;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#campaign-contents .modal-content-inner {
  padding: 40px;
}

/* 重要 */
#campaign-contents .modal-overlay {
  opacity: 1 !important;
}

/* 閉じるボタン */
#campaign-contents .modal-close {
  position: absolute;
  top: -35px;
right: 12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #569669;
  z-index: 1020;
}

#campaign-contents .modal-close::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 2px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: 45deg;
  border-radius: 22.5px;
}

#campaign-contents .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 2px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: -45deg;
  border-radius: 22.5px;
}

/* モーダルボタン */
#campaign-contents .modal-button.recipe {
  display: inline-block;
  width: 320px;
  background-color: #006d26;
  color: #fff;
  border: none;
  font-size: 2.4rem;
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

#campaign-contents .modal-button.recipe:hover {
  opacity: 0.8;
}

#campaign-contents .modal-button.recipe .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size16);
  height: var(--size16);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
  margin-left: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #campaign-contents .modal-close::after {
    width: 2px;
    height: 26px;
  }

  #campaign-contents .modal-close::before {
    width: 2px;
    height: 26px;
  }

  /* モーダルボタン */
  #campaign-contents .modal-button.recipe {
    width: 100%;
    font-size: 1rem;
    margin-top: 8px;
    padding: 8px 0;
  }

  #campaign-contents .modal-button.recipe .arrow::after {
    width: var(--size8);
    height: var(--size8);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* 閉じるボタン */
  #campaign-contents .modal-close {
    right: 10px;
    top: calc(50% - (80vh / 2) + -30px);
    width: 40px;
    height: 40px;
  }

  #campaign-contents .modal-content-inner {
    padding: 16px 32px;
  }
}

@media screen and (max-width:320px) {
  #campaign-contents .modal-button.recipe {
    margin-top: 4px;
    padding: 4px 0;
  }
}

/*
***************************************************************
accordion
***************************************************************
*/
#campaign-contents .accordion-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

#campaign-contents .accordion-content {
  position: relative;
  background-image: url(/campaign/funfunfair/images/i-wrap-bg-pc.webp?date=20250916);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  display: none;
  /* 初期状態で非表示 */
}

#campaign-contents .accordion-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffdd3f;
  color: #006d26;
  font-size: var(--size16);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  /* コンテンツより前面に */
}

#campaign-contents .accordion-header:hover {
  opacity: 0.8;
}

#campaign-contents .header-text {
  margin-right: var(--size16);
}

#campaign-contents .arrow {
  display: inline-block;
  position: relative;
  width: var(--size16);
  height: var(--size16);
  transition: transform 0.3s ease;
}

#campaign-contents .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size16);
  height: var(--size16);
  border-bottom: 3px solid #006d26;
  border-right: 3px solid #006d26;
  transform: translate(-50%, -70%) rotate(45deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

#campaign-contents .accordion-header.open .arrow::after {
  transform: translate(-50%, -20%) rotate(-135deg);
}

#campaign-contents .accordion-header .header-text {
  color: #006d26;
  font-size: 2.4rem;
  font-weight: normal;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #campaign-contents .accordion-container {
    margin: 0 auto;
  }

  #campaign-contents .accordion-toggle {
    padding: 12px 16px;
    font-size: 0.9em;
  }

  #campaign-contents .accordion-content {
    padding: 16px 0 0;
    font-size: 0.9em;
  }

  #campaign-contents .accordion-header .header-text {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/*
***************************************************************
.dish-wrap（料理一覧）
***************************************************************
*/
#section-i-wrap .dish-wrap {
  max-width: 1044px;
  /* レスポンシブ対応: 画面幅が1040pxより小さい場合は100% */
  margin: 0 auto;
}

#section-i-wrap .dish-content .inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1042px;
  height: 263px;
  background-image: url(/campaign/funfunfair/images/i-wrap-dish-name-bg-pc.webp?date=20250916);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-block-end: 37px;
}

#section-i-wrap .dish-wrap .dish-content:last-child {
  margin-block-end: 0;
}

#section-i-wrap .dish-content .photo-box {
  width: 304px;
  height: 214px;
  margin-right: 30px;
}

@media (min-width: 769px) and (max-width: 852px) {
  #section-i-wrap .dish-content {
    padding-left: 16px;
  }
}

#section-i-wrap .dish-content .photo-box img {
  width: 100%;
}

#section-i-wrap .dish-content .text-box {
  width: 450px;
  text-align: left;
}

#section-i-wrap .dish-content .text-box h5 {
  max-width: 400px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-i-wrap .dish-wrap {
    max-width: inherit;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0 16px;
  }

  #section-i-wrap .dish-content {
    position: relative;
    overflow: hidden;
    max-width: inherit;
    width: 100%;
    background-image: url(/campaign/funfunfair/images/i-wrap-dish-name-bg-sp.webp?date=20250916);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-block-end: 0;
    padding-top: 28.843%;
    /* 394 / 1366 = 0.28843 */
    height: 0;
  }

  #section-i-wrap .dish-content .inner-content {
    display: block;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }

  #section-i-wrap .dish-content .photo-box {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 16px 0 16px 30px;
  }

  #section-i-wrap .dish-content .photo-box img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #section-i-wrap .dish-content .text-box {
    width: 60%;
    padding: 0 20px 0 16px;
  }

  #section-i-wrap .dish-content .text-box h5 {
    max-width: inherit;
  }

  #section-i-wrap .dish-content .text-box h5 img {
    display: block;
    max-width: 80%;
    height: auto;
  }

  #campaign-contents .arrow {
    display: inline-block;
    width: var(--size8);
    height: var(--size8);
  }
}

@media (min-width: 668px) and (max-width: 768px) {
  #section-i-wrap .dish-content .photo-box {
    padding: 16px 0 16px 8%;
  }
}

/* --------------------- best4-wrap（BEST4） --------------------  */
#section-i-wrap .best4-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1106px;
  text-align: center;
  margin: 30px auto 45px;
  z-index: 10;
}

#section-i-wrap .best4-wrap img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1106px !important;
  min-width: 1106px !important;
  max-width: none !important;
  height: auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-i-wrap .best4-wrap {
    max-width: inherit;
    background-image: url(/campaign/funfunfair/images/i-wrap-best4-bg-sp.webp?date=20250916);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 16px auto;
  }

  #section-i-wrap .best4-wrap img {
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: 100% !important;
    min-width: inherit !important;
    padding: 0 16px;
  }
}

/* --------------------- introduction-wrap（アドバイザー紹介） --------------------  */
#section-i-wrap .introduction-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  background-color: #fff;
  border-bottom: 24px solid #006d26;
  margin: 0 auto;
}

#section-i-wrap .introduction-wrap .introduction {
  position: relative;
  width: 100%;
  max-width: 885px;
  text-align: center;
  margin: 0 auto;
}

#section-i-wrap .introduction-wrap .introduction img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 885px !important;
  min-width: 885px !important;
  max-width: none !important;
  height: auto;
  margin: -1rem auto 0;
  z-index: 20;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-i-wrap .introduction-wrap {
    max-width: inherit;
    border-bottom: none;
  }

  #section-i-wrap .introduction-wrap .introduction {
    max-width: inherit;
  }

  #section-i-wrap .introduction-wrap .introduction img {
    width: 100% !important;
    min-width: inherit !important;
    margin: 0 auto 0;
    padding: 16px 0;
  }
}

/*
***************************************************************
recipe
***************************************************************
*/
/*料理名*/
#campaign-contents .modal-content .recipe-name {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

/*料理写真*/
#campaign-contents .modal-content .recipe-photo {
  margin: 20px auto;
}

/*材料*/
#campaign-contents .modal-content .material-box {
  border-bottom: 2px dashed #333;
  padding-bottom: 24px;
}

/*下ごしらえ*/
#campaign-contents .modal-content .text-box.preparation {
  padding-top: 24px;
}

#campaign-contents .modal-content .text-box {
  padding-top: 32px;
}

#campaign-contents .modal-content .text-box .photo {
  padding-top: 24px;
}

#campaign-contents .modal-content .note-box {
  padding-top: 24px;
}

#campaign-contents .modal-content .pdt16 {
  padding-top: 16px;
}

#campaign-contents .modal-content .pdb16 {
  padding-bottom: 16px;
}

#campaign-contents .modal-content .text,
#campaign-contents .modal-content .text-b {
  font-size: 2rem;
  text-align: justify;
}

#campaign-contents .modal-content .text-b {
  font-weight: bold;
}

#campaign-contents .modal-content span {
  color: #00a0e9;
  font-weight: bold;
  text-decoration: underline;
}

#campaign-contents .modal-content span.note {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

#campaign-contents .modal-content .text-k {
  text-decoration: underline;
}

/* --------------------- pdf --------------------  */
#campaign-contents .pdf-link-list {
  display: block;
  background-color: #006d26;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

#campaign-contents .pdf-link-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

#campaign-contents .pdf-link-list a {
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#campaign-contents .pdf-link-list a:hover {
  opacity: 0.8;
  background-color: #2ea557;
}

#campaign-contents .pdf-link-list .pdf-link {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#campaign-contents .pdf-link-list .pdf-link .icn {
  width: 30px;
  margin-right: 8px;
  margin-bottom: 2px;
}

#campaign-contents .pdf-link-list a[href*=".pdf"]:not(.icn-none):after {
  display: none !important;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #campaign-contents .modal-content .recipe-name {
    width: 80%;
    margin: 0 auto;
    padding: 16px 0;
  }

  /*料理写真*/
  #campaign-contents .modal-content .recipe-photo {
    margin: 16px auto;
  }

  /*下ごしらえ*/
  #campaign-contents .modal-content .text-box.preparation {
    padding-top: 16px;
  }

  #campaign-contents .modal-content .text-box {
    padding-top: 40px;
  }

  #campaign-contents .modal-content .text-box .photo {
    padding-top: 16px;
  }

  #campaign-contents .modal-content .note-box {
    padding-top: 16px;
  }

  #campaign-contents .modal-content .pdt16 {
    padding-top: 16px;
  }

  #campaign-contents .modal-content .pdb16 {
    padding-bottom: 16px;
  }

  #campaign-contents .modal-content .text,
  #campaign-contents .modal-content .text-b {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.8;
  }

  #campaign-contents .modal-content span.note {
    font-size: 1rem;
      line-height: 1.6;
  }

  /* --------------------- pdf --------------------  */
  #campaign-contents .pdf-link-list a {
    font-size: 1.4rem;
    padding: 16px 0;
  }

  #campaign-contents .pdf-link-list .pdf-link .icn {
    width: 18px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width:320px) {
  #campaign-contents .pdf-link-list a {
    font-size: 1.2rem;
  }
}

/*
***************************************************************
#section-related-sites
***************************************************************
*/
#section-related-sites {
  overflow: hidden;
  margin: 0 auto;
}

#section-related-sites .h2-box {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: var(--size16);
}

#section-related-sites .h2-box h2 {
  color: #014e98;
  font-size: 3.8rem;
}

#section-related-sites .related-sites-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#section-related-sites .note-box {
  width: 100%;
  max-width: 1050px;
  color: #646464;
  text-align: justify;
  margin: 0 auto;
  padding-top: var(--size32);
}

#section-related-sites .note-box .note01 {
  font-size: 1.8rem;
  padding-bottom: var(--size16);
}

#section-related-sites .note-box .note02 {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #section-related-sites .related-sites-inner {
    padding: 0 1.5%;
  }

  #section-related-sites .note-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
  #section-related-sites .banner-list .bnr .text br {
    display: none;
  }
}

#section-related-sites .bnr-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: var(--size24);
  font-size: 0;
  margin: 0 auto;
  padding: var(--size80) 0;
}

#section-related-sites .bnr-box a {
  cursor: pointer;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#section-related-sites .bnr-box a:hover {
  opacity: 0.8;
}

#section-related-sites .bnr-box .bnr {
  position: relative;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media screen and (max-width: 768px) {
  #section-related-sites {
    max-width: inherit;
    padding: 0;
  }

  #section-related-sites .related-sites-inner {
    max-width: inherit;
    padding: 0 8px 8px var(--size16);
  }

  #section-related-sites .h2-box {
    width: 100%;
    max-width: inherit;
    padding-bottom: var(--size16);
  }

  #section-related-sites .h2-box h2 {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 0 16px;
  }

  #section-related-sites .bnr-box {
    display: block;
    padding: var(--size32) 0;
  }

  #section-related-sites .bnr-box .bnr {
    /*  padding-bottom: var(--size16);  */
  }

  #section-related-sites .related-sites a:hover {
    opacity: 1;
    filter: saturate(100%);
    filter: brightness(100%);
  }

  #section-related-sites .note-box {
    padding: var(--size24) 16px;
  }

  #section-related-sites .note-box .note01 {
    font-size: 1.4rem;
  }

  #section-related-sites .note-box .note02 {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  #section-related-sites .border img {
    width: 100%;
    height: 10px;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: var(--size8);
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: 32px 16px;
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: 8px 0;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 14;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml {
  color: var(--white);
}

#campaign-contents .btn-nml:hover {
  color: var(--white);
  opacity: .7
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
その他
***********************************************************
*/
#campaign-contents details>summary {
  list-style: none;
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none;
}

@media print {
  #campaign-contents {
    width: 96%;
  }

  #campaign-contents img.pr-img {
    display: block !important;
  }

  #section-navigation #navigation>ul>li>a>p {
    font-size: 1.2rem;
  }

  #section-topics02 .decoration img {
    display: none;
  }

  #section-related-sites .related-sites-inner {
    max-width: inherit;
  }

  #section-related-sites .topic-banner-list, .banner-list {
    max-width: inherit !important;
  }

  #section-related-sites .splide__list {
    max-width: inherit !important;
    padding: 16px 0;
  }

  #section-related-sites .splide__list .name {
    padding-top: 16px;
  }

  #section-related-sites .splide__list .text {
    padding-bottom: 16px;
  }

  #section-related-sites .bnr-box {
    padding: 0 16px;
  }

  #section-related-sites .bnr-box .bnr {
    width: 80%;
    padding: 32px 0;
  }

  #fixedBottomBtn {
    display: none;
  }
}

/* 試乗キャンペーンのこのリンク“だけ”非表示（スペース保持） */
#section-event .event.test-drive .event-inner > a.page-link[href="#link-shijocp202510"] {
  visibility: hidden;
}
/* 該当バナーを含むときは、セクションを非表示にする（要 :has 対応ブラウザ） */
#section-related-sites:has(#link-shijocp202510) {
  display: none;
}



