:root {
  /* 色追加 */
  --text: #000000;
  --kinkan: #EA972C;
  --hinata: #FFE800;
  --orange: #F29F2C;
  --yellow: #FFDE00;
  --white: #FFFFFF;
  --red: #DD0A00;
  --black: #000000;
  --back-color: #FEF4D7;
  /* 透明判定 */
  --transparent: rgba(255, 255, 255, 0);
  /* ※以下色がいらない箇所はvar(--transparent)か、rgba(255, 255, 255, 0)を入力してください。 */
  /* ----- まとめて指定したい方向け ----- */
  --color_base: ;
  --color_main: ;
  /* -----/////----- 色:（最大4色） ----/////----- */
  /* 最低基準 */
  --sentence: #333;
  --body_background: #fafafa;
  --text_link: ;
  /* ヘッダー */
  --header: #fff;
  --hamburger_background: #333;
  --hamburger_span: #fafafa;
  --nav-wrap_bg: #33333382;
  --nav-link_bg: #fff;
  --nav-link_color: #222;
  --nav-link_bg-hover: #222;
  --nav-link_color-hover: #fff;
  /* メインヘッダー */
  --home-main-header_bg: #f2f2f2;
  --main-header_bg: #fafafa;
  /* メインコンテンツ */
  --main_sentence: #333;
  --post-cat: #e1e1e1;
  --post-cat-color: #333;
  --ul: #ccc;
  /* collapse（空白あり） or separate（空白無し） */
  --table--collapse: separate;
  --table_head: #ccc;
  --table_head-th: #f4f4f4;
  --table_head-td: #f4f4f4;
  --table_th: #f4f4f4;
  --table_td: #f4f4f4;
  --table_td-odd: #f4f4f4;
  --table_td-even: #ccc;
  --table_foot-th: #f4f4f4;
  --table_foot-td: #f4f4f4;

  --blockquote: #f7f7f7;
  --blockquote_border: #ccc;

  --breadcrumb_color: #000;
  --breadcrumb_color-active: #f2f2f2;
  --breadcrumb_list: #000;

  --footer: #ccc;

  /* エラー */
  --alert: #eb004e;

  /* -----/////----- フォントファミリー -----/////----- */
  /* サンセリフ（通常） */
  --font_sanserif: "Hiragino Sans", Hiragino Sans, "メイリオ", Meiryo,
    "Yu Gothic", 游ゴシック, YuGothic, "Helvetica Neue", Arial, sans-serif;
  /* セリフ（通常） */
  --font_serif: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", YuMincho,
    "MS PMincho", "Times New Roman", serif;
  /* サンセリフ（游フォント優先気味） */
  --font_sanserif02: "Hiragino Sans", Hiragino Sans, "Yu Gothic", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  /* -----/////----- フォントサイズ -----/////----- */
  /* 最低基準 */
  --standard-size: 16px;

  /* -----/////----- width・height最大値: -----/////----- */
  --min-laptop: 768px;
  --min-desktop: 768px;

  --sm-header: 60px;
  --tab-header: 70px;
  --dsk-header: 90px;
  /* ----- 空白 ------*/
  --table-gap-column: 2px;
  --table-gap-row: 2px;

  --sm_gutter-x: 0.875rem;
  --lpt_gutter-x: 1.25rem;
  --dsk_gutter-x: 1.875rem;
  /* Grid・カラム空白（ヨコ） */
  --sm_column: 1.875rem;
  --dsk_column: 1.875rem;
  /* Grid・カラム空白（タテ） */
  --sm_row: 1.875rem;
  --dsk_row: 1.875rem;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: var(--font_sanserif02);
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  line-height: clamp(28px, 3vw, 30px);
  color: var(--text);
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.open {
  overflow-y: hidden;
}

.over {
  overflow: hidden;
  position: relative;
}

.over input {
  font-family: var(--font_sanserif);
}

.over a {
  color: var(--sentence);
}

.main_contents a {
  color: var(--text_link);
}

img {
  width: 100%;
  height: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: min(-1.375rem + 95.2vw, 58.125rem);
  max-width: 1000px;
}

/* -----/////----- フェアヘッダー（header） -----/////----- */
.header_container {
  width: 100%;
  max-width: 1000px;
}

.header_title {
  position: relative;
}

.header {
  background: var(--back-color);
}

.header_container {
  margin-left: auto;
  margin-right: auto;
  clip-path: circle(clamp(22rem, 0.0625rem + 93.6vw, 58.5625rem) at 50% 0);
  clip-path: circle(700px at 50% -99%);
  clip-path: circle(clamp(43.75rem, 0.0625rem + 186.4vw, 116.5625rem) at 50% -99%);
  background: var(--back-color);

  background-image: url(/images/header/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 25% center;
  max-height: 937px;
}

.header_container_inner {
  position: relative;
}

.header_logo {
  position: absolute;
  max-width: 115px;
  z-index: 10;
  top: clamp(1.25rem, 0.6875rem + 2.4vw, 2.1875rem);
  left: clamp(1.25rem, 0.6875rem + 2.4vw, 2.1875rem);
}

.header_logo a {
  display: grid;
  align-items: center;
  text-decoration: none;
  /* width: clamp(3.4375rem, -0.2904rem + 15.2941vw, 8.3125rem); */
  width: clamp(2.5rem, -0.3125rem + 12vw, 7.1875rem);
}

.home_main_date {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
}

.home_main_fruit {
  position: absolute;
  z-index: 5;
  top: 0;
}

.home_main_fruit_shadow {
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
}

.home_main_bg {
  position: absolute;
  z-index: -1;
  mix-blend-mode: color-burn;
  top: 0;
}

.header_title,
.home_main_date,
.home_main_fruit,
.home_main_fruit_shadow,
.home_main_bg {
  top: clamp(1.25rem, 0.6875rem + 2.4vw, 2.1875rem);
}

/* -----/////----- 背景関連 -----/////----- */
.bg_hyuga {
  position: absolute;
  width: clamp(7.5rem, -0.225rem + 32.96vw, 20.375rem);
  max-width: 326px;
  top: -15vw;
  z-index: -20;
}

.bg_hyuga>*:first-child {
  position: absolute;
}

.bg_hyuga>*:last-child {
  position: relative;
  z-index: -1;
}

.bg_tamatama {
  position: absolute;
  width: clamp(6.5rem, 4.85rem + 7.04vw, 9.25rem);
  max-width: 148px;
  z-index: -20;
  bottom: -68px;
  right: 0;
}

.bg_tamatama>*:first-child {
  position: absolute;
}

.bg_tamatama>*:last-child {
  position: relative;
  z-index: -1;
}


.bg_photo_tamatama {
  position: absolute;
  /* z-index: -5; */
  /* background: var(--back-color); */

  width: clamp(20.875rem, 16.9rem + 16.96vw, 27.5rem);
  height: auto;
  left: 20px;
}

.bg_photo_tamatama>*:first-child {
  position: absolute;
  z-index: 1;
}

.bg_photo_tamatama>*:last-child {
  position: relative;
  mix-blend-mode: multiply;
}

.bg_photo_hyuga {
  position: absolute;
  /* background: var(--back-color); */
  width: clamp(23.8125rem, 13.2rem + 45.28vw, 41.5rem);
  height: auto;
  left: -25px;
}

.bg_photo_hyuga>*:first-child {
  position: absolute;
  z-index: 2;
}

.bg_photo_hyuga>*:last-child {
  position: relative;
  mix-blend-mode: multiply;
  z-index: 1;
}

.bg_photo_fruit {
  /* position: relative; */
  position: absolute;
  height: clamp(10rem, 5.125rem + 20.8vw, 18.125rem);
  top: calc(clamp(20px, -3.2079rem + 51.0204vw, 21.25rem) * -1 - 115px);
  left: 0;
}

.bg_photo_fruit>* {
  position: absolute;
  width: auto;
  height: 100%;
}

.bg_photo_fruit>*:nth-child(1) {
  z-index: 1;
}

.bg_photo_fruit>*:nth-child(2) {}

.bg_photo_fruit>*:nth-child(3) {
  z-index: 2;
}

.bg_photo_fruit>*:nth-child(4) {
  z-index: 1;
}

.bg_photo_image {
  position: relative;
  height: clamp(10.9375rem, 3.175rem + 33.12vw, 23.875rem);

  grid-area: 3 / 1 / 4 / 2;
  margin-top: -32px;
}

.bg_photo_image img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.bg_photo_image>*:first-child {
  z-index: 1;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.bg_photo_image>*:nth-child(2) {}

.bg_store_hyuga {
  display: none;
  position: absolute;
  top: calc(clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem) * -1 - 35px);
  left: calc(clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem) * -1 + 10px);
  width: 200px;
}

.bg_store_hyuga>* {
  position: absolute;
}

.bg_store_hyuga>*:first-child {
  z-index: 1;
}

.bg_store_tamatama {
  display: none;
  position: absolute;
  bottom: calc(clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem) + 15px);
  right: calc(clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem) * -1 + 10px);
  width: 185px;
}

.bg_store_tamatama>* {
  position: absolute;
}

.bg_store_tamatama> :first-child {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bg_photo_hyuga {
    left: -210px;
  }

  .bg_photo_fruit {
    position: relative;
    top: auto;
    grid-area: 1 / 1 / 3 / 2;
    margin-top: calc(clamp(9.875rem, 7.3922rem + 5.1724vw, 10.625rem) * -1);
    left: auto;
    right: calc(clamp(4.6875rem, -10.8297rem + 32.3276vw, 9.375rem) * -1);
  }

  .bg_photo_image {
    z-index: 5;
    grid-area: 1 / 1 / 3 / 2;
    margin-top: calc(clamp(4.0625rem, -3.1789rem + 15.0862vw, 6.25rem) * -1);
  }

  .bg_photo_image>* {
    margin-left: -40px;
  }

  /* .bg_photo_image > *:nth-child(2) {
    margin-left: -0px;
  } */
  .bg_store_hyuga {
    display: block;
  }

  .bg_store_tamatama {
    display: block;
  }
}

/* -----/////----- ホームヘッダー -----/////----- */
.home_main_header {
  position: relative;
  display: grid;
  background: #ccc;

  min-height: clamp(500px, 60vw, 768px - var(--dsk-header));
  height: 100%;
}

.body_header_fixed_desk .home_main_header {
  min-height: clamp(500px, 60vw, 768px);
}

.body_header_fixed_sm .home_main_header {
  min-height: clamp(500px - var(--sm-header), 60vw, 768px);
}

.body_home_main_header_bright .home_main_header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  z-index: 5;
}

.body_home_main_header_dark .home_main_header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 5;
}

.home_main_header .container {
  position: relative;
  z-index: 100;
}

.home_main_header.main_header_max {
  min-height: calc(100vh - var(--sm-header));
  height: 100%;
}

.body_header_fixed_sm .home_main_header.main_header_max {
  min-height: 100vh;
}

@media (min-width: 580px) {
  .home_main_header.main_header_max {
    min-height: calc(100vh - var(--tab-header));
  }
}

@media (min-width: 1200px) {
  .home_main_header {
    display: grid;
    background: #ccc;
    margin-top: var(--dsk-header);
  }

  .home_main_header.main_header_max {
    min-height: calc(100vh - var(--dsk-header));
  }

  .body_header_fixed_desk .home_main_header.main_header_max {
    min-height: 100vh;
  }
}

.home_main_header_bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

.home_main_header_bg img {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

.home_gallery .List {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home_gallery li {
  list-style-type: none;
  height: clamp(500px, 60vw, 768px - var(--dsk-header));
  position: relative;
  overflow: hidden;
}

.main_header_max.home_gallery li {
  height: calc(100vh - var(--sm-header));
  max-height: calc(100vh - var(--sm-header));
}

@media (min-width: 580px) {
  .main_header_max.home_gallery li {
    height: calc(100vh - var(--tab-header));
    max-height: calc(100vh - var(--tab-header));
  }
}

@media (min-width: 1200px) {
  .main_header_max.home_gallery li {
    height: calc(100vh - var(--dsk-header));
    max-height: calc(100vh - var(--dsk-header));
  }
}

.home_gallery .swiper-slide {
  position: relative;
}

.home_gallery .swiper-slide h2 {
  position: relative;
  display: grid;
  margin: 0 auto;
  top: 400px;
  z-index: 800;
}

.home_gallery .swiper-slide[class*="-active"] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.home_gallery .swiper-slide[class*="-active"] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.home_gallery li a {
  display: grid;
}

.home_gallery li img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  object-fit: cover;
}

.home_gallery .swiper-slide-active .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.home_gallery .swiper-slide-active .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.body_header_fixed .home_main_header {
  height: 100vh;
}

.home_main_header_contents {
  font-size: clamp(14px, 3vw, 16px);
  line-height: clamp(1.8rem, 4vw, 1.8rem);
  font-weight: 900;
}

.home_main_header_contents h2 {
  font-size: clamp(20px, 4vw, 36px);
  line-height: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
}


.home_main {
  background: var(--back-color);
  margin-top: -10vw;
  /* overflow: hidden; */
}

.main {
  background: var(--back-color);
  margin-top: -10vw;
}


/* -----/////----- ブランド共通 -----/////----- */
.item_brand {
  position: relative;
  padding-top: clamp(3.75rem, 3rem + 3.2vw, 5rem);
  padding-top: 72px;
}

.item_brand::before {
  position: absolute;
  background: var(--back-color);
}

.item_brand_column {
  display: grid;
}

.item_brand_txt {
  font-size: clamp(0.8125rem, 0.625rem + 0.8vw, 1.125rem);
  line-height: clamp(1.25rem, 0.9875rem + 1.12vw, 1.6875rem);
  font-weight: 600;
  margin-top: 8px;
  position: relative;
  z-index: 5;
}

.item_brand_heading_wrapper {
  display: grid;
  row-gap: 15px;
  column-gap: 5px;
}


@media screen and (min-width: 768px) {
  .item_brand {}

  .item_brand_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(1.875rem, -0.375rem + 9.6vw, 5.625rem);
  }

  .item_campaign_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .item_brand_heading_wrapper {
    display: grid;
    grid-template-columns: auto auto;
  }
}

/* -----/////----- きんかん -----/////----- */
.item_brand_kinkan {
  position: relative;
  padding-bottom: clamp(14.6875rem, 11.95rem + 11.68vw, 19.25rem);
}

.heading_kinkan {
  margin: 0 auto;
  display: grid;
  max-width: 270px;
}

.heading_kinkan_small {
  background: var(--orange);
  border-radius: 5px;
  padding: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  column-gap: 10px;
  row-gap: 7px;

  grid-area: 1 / 1 / 2 / 2;
  max-width: 230px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .heading_kinkan_small {
    padding: 5px 10px;
    grid-template-columns: none;
  }
}

.heading_brand {
  font-family: var(--font_serif);
  margin-bottom: 20px;
}

/* -----/////----- 日向夏 -----/////----- */
.item_brand_hyuganatsu {
  position: relative;
  padding-bottom: clamp(16.25rem, 14.45rem + 7.68vw, 19.25rem);
}

.heading_hyuga {
  margin: 0 auto;
  display: grid;
  max-width: 104px;
}

/* -----/////----- 日付（記事header） -----/////----- */
.home_main_wrapper {
  display: grid;
  justify-items: center;
}

.home_main_inner {
  display: grid;
  position: relative;
  min-height: 352px;
  width: 100%;
  height: clamp(22rem, 0.0625rem + 93.6vw, 58.5625rem);
  max-height: 937px;
}

.page .home_main_inner {
  width: min(11.55rem + 11.52vw, 18.75rem);
}

.over>header .container.page>p a {
  width: 3.4375rem;
}

.title_date time {
  display: block;
  position: absolute;
}

.item_store {
  margin-top: 40px;
}

.item_store .container {
  position: relative;
  z-index: 5;
  width: min(1.125rem + 91.2vw, 58.125rem);
}

.heading_store_large {
  margin: 0 auto;
  max-width: 270px;
}

/* -----/////----- へべす（平兵衛酢） -----/////----- */
.home_contents {
  overflow: hidden;
  padding-top: 15vw;
  padding-bottom: 80px;
}

.item_campaign {
  position: relative;
  z-index: 0;
  padding-top: calc(clamp(20px, -3.2079rem + 51.0204vw, 21.25rem) + 115px);
}

.item_campaign .container {
  width: min(1.125rem + 91.2vw, 58.125rem);
}

.item_campaign_head {
  display: grid;
}

.item_campaign_inner {
  background: #fff;
  border-radius: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);

  padding-top: clamp(1.875rem, 0.75rem + 4.8vw, 3.75rem);
  padding-right: clamp(1.5625rem, 1.375rem + 0.8vw, 1.875rem);
  padding-bottom: clamp(1.25rem, 0.6875rem + 2.4vw, 2.1875rem);
  padding-left: clamp(1.5625rem, 1.375rem + 0.8vw, 1.875rem);

  position: relative;
  z-index: 10;

  border: 5px solid var(--yellow);

  padding-left: 15px;
  padding-right: 15px;
}

.heading_campaign_top>*:first-child {
  position: relative;
  z-index: 10;

  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.heading_campaign_top {
  position: relative;
  /* margin-top: calc(clamp(8.75rem, -3.2079rem + 51.0204vw, 21.25rem) * -1); */
  margin-top: calc(clamp(20px, -3.2079rem + 51.0204vw, 21.25rem) * -1);
  padding-top: 15px;
}

.heading_campaign_top_bg {
  position: absolute;
  width: calc(100% + 60px);
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -60px;
}


.item_campaign_contents {
  background: var(--yellow);
  border-radius: 20px;
  display: grid;
  margin-top: 20px;
  padding: 10px;
}

.item_campaign_contents>div:first-child p {
  max-width: 210px;
  margin: 0 auto;
}

.item_campaign_contents>div:last-child p {
  max-width: 282px;
  margin: 0 auto;
}

.item_campaign_app {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading_campaign_app {
  background: var(--yellow);
  border-radius: 5px;

  display: grid;
  justify-content: center;
  align-content: center;

  padding: 0 20px;
  padding-top: 10px;
  margin: 0 auto;
  /* width: max-content; */

  width: 100%;
  max-width: 120px;
  max-height: 39px;
  height: 100vw;
}

.heading_campaign_app > * {
  max-width: 80px;
  width: 100%;
  height: auto;
  position: absolute;
}

.list_wrap_campaign {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  line-height: 18px;
  font-weight: 600;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  counter-reset: num;
  margin-top: 15px;
  margin-bottom: 15px;
}

.list_wrap_campaign li {
  position: relative;
  padding-left: clamp(1.875rem, 1.5rem + 1.6vw, 2.5rem);
  margin-bottom: 15px;
}

.list_wrap_campaign li:last-child {
  margin-bottom: 0;
}

.list_wrap_campaign li::before {
  position: absolute;
  content: counter(num);
  counter-increment: num;
  display: inline-grid;
  background: var(--yellow);
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  line-height: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
  font-weight: 600;
  font-family: var(--font_serif);
  border-radius: 50%;
  top: 0;
  left: 0;
  width: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  height: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  text-align: center;
  justify-items: center;
  align-content: center;
}

.text_campaign_notes {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
}

.item_campaign_button {
  display: grid;
  justify-items: center;
  border: none;
  background: rgba(255, 255, 255, 0);
}

.item_campaign_button a {
  width: 100%;
  max-width: 500px;
  background: var(--red);
  padding: 21px;
  border-radius: 999px;
  display: grid;
  /* justify-content: center; */
  font-family: var(--font_sanserif02);
  text-decoration: dashed;
  color: var(--white);
  font-weight: 600;
}

.item_campaign_button img {
  max-width: 236px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .item_campaign_head {
    display: grid;
    align-items: start;
  }

  .item_campaign {
    padding-top: 60px;
  }

  .item_campaign_inner {
    background: none;
    border: none;
  }

  .heading_campaign_top {
    margin-top: 0;
  }

  .item_campaign_contents {
    background: none;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .item_campaign_app {
    display: grid;
    grid-template-columns: auto auto;

    background: var(--white);
    border: 5px solid var(--yellow);
    border-radius: 15px;

    padding: 25px 25px;
    margin-bottom: 45px;
    column-gap: 10px;
  }

  .heading_campaign_app {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    /* width: 138px; */
    width: 100vw;
    max-width: 130px;
    height: 100vw;
    max-height: 130px;
    position: relative;
  }

  .heading_campaign_app > * {
    max-width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

  .text_campaign_notes {
    text-align: end;
  }

  .heading_campaign_top {
    grid-area: 1 / 2 / 2 / 3;
  }

  .heading_campaign_top>*:first-child {
    max-width: 405px;
  }

  .heading_campaign_top_bg {
    top: -140px;
  }

  .item_campaign_contents>div:first-child p {
    max-width: 257px;
    margin: 0 auto;
  }

  .item_campaign_contents>div:last-child p {
    max-width: 344px;
    margin: 0 auto;
  }

  .heading_kinkan {
    position: relative;
    z-index: 1;
  }

  .heading_kinkan::before {
    position: absolute;
    content: '';
    background: url(/images/info/tamatama_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 102px;
    height: 102px;
    top: -50px;
    right: 0;
    z-index: -1;
  }

  .heading_hyuga {
    position: relative;
    z-index: 1;
  }

  .heading_hyuga::before {
    position: absolute;
    content: '';
    background: url(/images/info/hyuganatsu_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 102px;
    height: 102px;
    top: -50px;
    right: -60px;
    z-index: -1;
  }
}





.hebesu_bg {
  width: clamp(11.25rem, 7.875rem + 14.4vw, 16.875rem);
  width: calc(7.875rem + 14.4vw);
  z-index: -5;
}

.hebesu_campaign_contents {
  display: grid;
  row-gap: 25px;
}

.hebesu_campaign_contents figure {
  position: relative;
  display: grid;
}

.hebesu_campaign_contents figure img {
  aspect-ratio: 10 / 6;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .hebesu_campaign_contents figure img {
    aspect-ratio: auto;
  }
}

.hebesu_campaign_contents figure figcaption {
  font-size: clamp(0.8125rem, 0.7125rem + 0.16vw, 0.8125rem);
  font-weight: 600;
  position: absolute;
  right: 25px;
  bottom: 20px;
  display: inline-block;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
}

@media screen and (min-width: 992px) {
  .hebesu_campaign_contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .hebesu_campaign_contents figure figcaption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

.heading_hebesu_sub small {
  position: absolute;
  right: 0;
  top: clamp(-4.8125rem, -2.075rem + -11.68vw, -9.375rem);
  width: clamp(9.375rem, 4.125rem + 22.4vw, 18.125rem);
  top: calc(-2.1625rem + -11.04dvw);
}

.hebesu_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .heading_hebesu_sub small {
    top: -9.0625rem;
  }

  .hebesu_bg {
    display: block;
  }
}

.hebesu_bg img:first-child {
  position: absolute;
  z-index: 10;
}

.hebesu_bg img:last-child {
  mix-blend-mode: multiply;
}

.img_hebesu {
  position: relative;
  width: clamp(17.5625rem, 6.95rem + 45.28vw, 35.25rem);
  margin: 0 auto;
  margin-top: max(-0.125rem + -12.8vw, -130px);
  margin-bottom: clamp(3.125rem, 3.875rem + -3.2vw, 1.875rem);
}

.img_hebesu img:first-child {
  position: absolute;
  z-index: 10;
}

.img_hebesu img:last-child {
  mix-blend-mode: multiply;
}

.heading_img {
  /* margin-top: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem); */
  padding: 15px 25px;
  background: #00913a;
  border-radius: 999px;
  color: var(--white);
  font-weight: 600;
  text-align: center;

  grid-area: 4 / 1 / 5 / 2;
}

.heading_img img {
  max-width: 285px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .heading_img {
    padding: 10px 25px;
    border-radius: 10px;
    grid-area: 2 / 2 / 3 / 3;
  }
}

.heading_img>* {
  width: 100%;
  display: grid;
}

.hebesu_campaign_contents ol {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  font-weight: 600;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  counter-reset: num;
}

.hebesu_campaign_contents ol li {
  position: relative;
  padding-left: clamp(1.875rem, 1.5rem + 1.6vw, 2.5rem);
  margin-bottom: 30px;
}

.hebesu_campaign_contents ol li::before {
  position: absolute;
  content: counter(num);
  counter-increment: num;
  display: inline-grid;
  background: #00913c;
  color: #fff;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  line-height: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
  font-weight: 600;
  font-family: var(--font_serif);
  border-radius: 50%;
  top: 0;
  left: 0;
  width: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  height: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  text-align: center;
  justify-items: center;
  align-content: center;
}

@media screen and (min-width: 992px) {
  .heading_img {
    border-radius: 20px;
    /* margin-bottom: 30px;
    margin-top: 0; */
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 0;
    width: max-content;
  }
}

.hebesu_campaign_contents div p {
  font-size: clamp(0.8125rem, 0.7125rem + 0.16vw, 0.8125rem);
  line-height: 18px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .heading_hebesu_sub>img {
    padding-left: clamp(11.25rem, 7.875rem + 14.4vw, 16.875rem);
    padding-left: calc(7.875rem + 14.4vw);
  }
}

.heading_hebesu_small {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 10px 5px 10px;
  background: #00913a;
  color: #faf082;
  font-weight: 600;
  text-align: center;
  margin-bottom: clamp(1.25rem, 1.0625rem + 0.8vw, 1.5625rem);
}

@media screen and (min-width: 992px) {
  .heading_hebesu_small {
    border-radius: 10px;
  }
}

/* -----/////----- 対象店舗 -----/////----- */
.store_wrapper {
  border-radius: 10px;
  background: var(--white);
  padding-top: clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem);
  padding-right: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
  padding-bottom: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem);
  padding-left: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);

  position: relative;

  padding-bottom: 108px;
}

.store_tab {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 15px;
  margin-bottom: clamp(1.875rem, 1.402rem + 2.0182vw, 3.125rem);
  ;
  column-gap: clamp(1px, 1vw, 5px);
}

@media screen and (min-width: 620px) {
  .store_tab {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .store_wrapper {
    border: 2.5px solid var(--yellow);
    padding-bottom: 20px;
  }
}





.ul_list_store_wrapper .item_store_block:first-child .heading_store {
  margin-top: 0;
}

.heading_store {
  width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  background: var(--black);
  border-radius: 5px;
  position: relative;

  display: grid;
  align-content: center;
  align-items: center;

  color: var(--white);
  font-weight: 600;
}

.item_store_block .heading_store {
  cursor: pointer;
}

.heading_store>img {
  height: clamp(1.625rem, 1.55rem + 0.32vw, 1.75rem);
  position: relative;
  z-index: 1;
}

.heading_store small {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 5px 4px 5px;
}

.heading_store small img {
  height: clamp(2.5rem, 2.35rem + 0.64vw, 2.75rem);
}

.heading_store_sub {
  font-family: var(--font_serif);
  background: var(--yellow);
  border-radius: 5px;

  display: grid;
  justify-content: center;
  align-items: center;

  height: 38px;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
}

@media screen and (min-width: 768px) {
  .store_wrapper {
    border: 2.5px solid var(--yellow);
    padding-bottom: 20px;
  }

  .heading_store_large {
    max-width: 430px;
    margin-bottom: -36px;
    position: relative;
    z-index: 1;
  }

  .heading_store {
    margin-top: 20px;
  }

  .store_open {
    padding-bottom: 30px;
  }

  .heading_store small {
    display: block;
  }
}

/* @media screen and (min-width: 992px) {
  .heading_store small {
    display: grid;
    align-items: center;
    align-content: center;
  }
} */


.store_open {
  display: none;
  /* display: grid; */
  row-gap: clamp(2.5rem, 1.75rem + 3.2vw, 3.75rem);
  ;
}




@media screen and (min-width: 992px) {

  .store_cat,
  .store_info {
    display: block;
  }
}

.store_list {
  margin-bottom: 25px;
}

.store_list li {
  position: relative;
  list-style-type: none;
  border-bottom: 1px dotted #000;
}

.store_list li p {
  text-align: end;
}

.store_list li::before {
  content: "";
  position: absolute;
  background: #00913c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
}

.store_title {
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  line-height: 30px;
  font-weight: 600;
  font-style: normal;

  font-size: 15px;
  line-height: 20px;
  color: var(--black);
}

.store_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(0.625rem, -0.6696rem + 3.5714vw, 1.5625rem);
  column-gap: clamp(0.9375rem, 0.0744rem + 2.381vw, 1.5625rem);
  display: none;
  opacity: 0;
  animation: tabfadeOut 0.5s forwards;

  column-gap: 40px;
}
/* .heading_store_sub + .store_list {
  margin-top: 20px;
} */

@media screen and (min-width: 768px) {
  .store_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.store_list li {
  border-bottom: none;
}

.store_list.active {
  display: grid;
  opacity: 1;
  animation: tabfadeIn 0.8s forwards;
}

@keyframes tabfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: grid;
  }
}

@keyframes tabfadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.store_list>li::after {
  display: none;
}

.store_list li::before {
  display: none;
}

.store_list li a {
  display: grid;
  /* background: #fff;
    border-radius: 20px;
    padding: 0 10px 15px 10px; */
  text-decoration: none;
  row-gap: 5px;
  transition: 0.3s ease-out;
}

.store_list li a:hover {
  opacity: 0.8;
  transition: 0.3s ease-out;
}

.store_cat {
  font-size: clamp(1.25rem, 1.2027rem + 0.2018vw, 1.375rem);
  line-height: 40px;
  background: #00913c;
  display: inline-block;
  border-radius: 20px 0 20px 0;
  width: 190px;
  margin-top: 5px;
  margin-left: -5px;
  padding: 10px 10px 5px 10px;
  color: #f9f17f;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.store_cat::after {
  content: "";
  position: absolute;
  background: url(/images/span_after.svg);
  background-size: cover;
  width: 48px;
  height: 100%;
  top: 0;
  right: -24px;
}

.store_info {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  column-gap: 20px;
}

.store_info {
  font-size: 1rem;
}

.store_img {
  position: relative;
  background: #c4c4c4;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  min-width: 100%;
  overflow: hidden;
}

.store_img img {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

/* -----/////----- フッター共通・お問い合わせ（footer） -----/////----- */
.footer {
  background: var(--hinata);
  padding-top: 30px;
  padding-bottom: 50px;
}

.contact_head {
  font-size: 1rem;
  line-height: 1.75rem;

  font-weight: 600;
  background: var(--white);
  border-radius: 5px;

  padding: 6px 12px;

  margin: 0 auto;
  width: max-content;
  font-size: 18px;
  margin-bottom: 25px;
}

.footer_address {
  display: grid;
  font-style: normal;
  justify-items: center;
  text-align: center;
  font-weight: 600;
}

.footer_address small {
  font-size: 1.25rem;
  line-height: clamp(1.5625rem, 1.1875rem + 1.6vw, 2.1875rem);

  font-size: 22px;
  line-height: 20px;
  margin-bottom: 5px;
}

.footer_address p {
  font-size: 18px;
}

.footer_address span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.90625rem;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .footer .container {
    display: grid;
    grid-template-columns: max-content auto;
    justify-content: start;
    column-gap: 20px;
  }

  .footer_address {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
  }

  .contact_head {
    margin-bottom: 0;
  }

  .footer_address small {
    margin-bottom: 0;
  }
}

/* -----/////----- その他 -----/////----- */
.text_shadow {
  text-align: center;
  font-size: clamp(0.875rem, 0.35rem + 2.24vw, 1.75rem);
  line-height: clamp(1.5rem, 0.6rem + 3.84vw, 3rem);
  text-shadow: -0.5vw -0.5vw 1vw #000, 0.5vw 0.5vw 1vw #000,
    -0.5vw 0.5vw 1vw #000, 0.5vw -0.5vw 1vw #000;
  text-shadow: -0.5dvw -0.5dvw 1dvw #000, 0.5dvw 0.5dvw 1dvw #000,
    -0.5dvw 0.5dvw 1dvw #000, 0.5dvw -0.5dvw 1dvw #000;
}

.font_serif {
  font-family: var(--font_serif);
}

.text_white {
  color: #fff;
}

.hebesu_point {
  position: absolute;
}

.home_news {
  position: relative;
}

.home_text {
  position: relative;
  z-index: 51;
  text-align: center;
  /* padding-bottom: 45px; */

  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.home_text span {
  display: inline-block;
}

.home_news .hebesu_point {
  top: 12%;
  right: -25%;
}

/* .home_pickup {
  position: relative;
}
.home_pickup .container {
  position: relative;
  z-index: 5;
} */
.home_pickup .hebesu_point {
  top: -25%;
  left: -25%;
}

.home_banner {
  position: relative;
  padding-bottom: clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem);
}

.home_banner .container {
  position: relative;
  z-index: 5;
}

.home_banner .hebesu_point {
  top: -25%;
  right: -25%;
}

.hebesu_point img {
  width: 50dvw;
  mix-blend-mode: color-dodge;
}



@media screen and (min-width: 768px) {
  .home_text {
    font-size: 22px;
    line-height: 40px;
  }

  .home_text p {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}






/* -----/////----- 各子ページ（店舗） -----/////----- */
.page_child .header_container {
  /* clip-path: circle(clamp(12.5rem, 5rem + 32vw, 25rem); at 50% 0); */
}

.page_child .home_main_inner {
  min-height: 200px;
  height: clamp(12.5rem, 5rem + 32vw, 25rem);
}

.page_child .header_title,
.page_child .home_main_date,
.page_child .home_main_date .title_date,
.page_child .home_main_fruit,
.page_child .home_main_fruit_shadow,
.page_child .home_main_bg {
  height: clamp(12.5rem, 5rem + 32vw, 25rem);
  margin: 0 auto;
}

.page_child .home_main_date .title_date {
  display: block;
  position: absolute;
}

.page_child .header_title img,
.page_child .home_main_date .title_date img,
.page_child .home_main_fruit img,
.page_child .home_main_fruit_shadow img,
.page_child .home_main_bg img {
  height: 100%;
  width: auto;
}

.page_child .home_main_date .title_date,
.page_child .home_main_fruit,
.page_child .home_main_fruit_shadow,
.page_child .home_main_bg {
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
}

.item_page_store {
  background: var(--hinata);

  position: relative;

  border: 2.5px solid var(--white);
  border-radius: 20px;
  display: grid;

  padding-top: clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem);
  padding-right: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem);
  padding-bottom: clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem);
  padding-left: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem);

  display: grid;
  grid-auto-columns: 100%;
  z-index: 1;
  overflow: hidden;
}

.item_page_store::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/images/child/article_bg.png);
  background-repeat: repeat-y;
  background-size: 135%;
  background-position: top -10% center;
  z-index: -1;
  opacity: .8;
  mix-blend-mode: hard-light;
}

.item_page_store header {
  margin-top: 10px;
}

.store_child_img {
  grid-area: 1 / 1 / 2 / 2;
}

.store_child_img figure {
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.store_child_img img {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}

.store_child_address {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.store_child_address address>p:first-child {
  position: relative;
  padding-left: calc(clamp(1rem, 0.4rem + 2.56vw, 2rem) + 5px);
}

.store_child_address address>p:first-child::before {
  position: absolute;
  content: '';
  background: url(/images/child/icon_address.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  height: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  top: 5px;
  left: 0;
}

.store_child_address address>p:nth-child(2) {
  position: relative;
  padding-left: calc(clamp(1rem, 0.4rem + 2.56vw, 2rem) + 5px);
}

.store_child_address address>p:nth-child(2)::before {
  position: absolute;
  content: '';
  background: url(/images/child/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  height: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  top: 5px;
  left: 0;
}

.store_child_menu {
  margin-top: 10px;
}

.store_child_menu h2 {
  border-radius: clamp(0.25rem, 0.025rem + 0.96vw, 0.625rem);
  /* background: var(--black); */
  background: #008f3a;
  color: var(--white);
  font-size: 12px;
  width: max-content;
  padding: 0 8px;
  height: 20px;
  display: grid;
  align-content: center;
  margin-bottom: 5px;
}

.store_child_menu ul {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.store_child_menu ul li {
  list-style-type: none;
  position: relative;
  padding-left: calc(clamp(0.875rem, 0.6875rem + 0.8vw, 1.1875rem) + 8px);
  margin-bottom: 5px;
}

.store_child_menu ul li::before {
  position: absolute;
  content: '';
  background: url(/images/child/list_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0.875rem, 0.6875rem + 0.8vw, 1.1875rem);
  height: clamp(0.875rem, 0.6875rem + 0.8vw, 1.1875rem);
  top: 5px;
  left: 0;
}

.store_child_menu ul li p {
  text-align: end;
}

.store_child_map {
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 10px;
}

.store_child_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .item_page_store {
    grid-auto-columns: clamp(18.75rem, 15rem + 16vw, 25rem) auto;
  }

  .item_page_store header {
    grid-area: 1 / 1 / 2 / 3;
    font-size: 25px;
    line-height: 45px;
  }

  .store_child_address {
    grid-area: 2 / 1 / 3 / 3;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .store_child_img {
    grid-area: 3 / 1 / 4 / 2;
  }

  .store_child_menu {
    grid-area: 3 / 2 / 4 / 3;
    margin-left: 40px;
    margin-top: 0;
  }

  .store_child_map {
    grid-area: 4 / 1 / 5 / 3;
    margin-top: 45px;
  }

  .store_child_img figure {
    aspect-ratio: 4 / 3;
  }

  .store_child_menu ul {
    font-size: 20px;
    line-height: 26px;
  }

  .store_child_menu ul li {
    margin-bottom: 15px;
  }

  .store_child_menu h2 {
    display: grid;
    justify-content: center;
    margin: 0;
    width: 100%;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 20px;
  }
}

/* -----/////----- お問い合わせフォーム -----/////----- */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

main form {
  width: 100%;
  margin: 0 auto;
  font-size: clamp(0.9375rem, 2vw, 1rem);
}

.formLine:not(.privacy-policy)>dd {
  height: max-content;
  display: grid;
}

.over main input {
  font-family: source-han-sans-japanese, sans-serif;
}

.formLine input,
.formLine textarea {
  padding: 1rem 0.75rem;
  border: #cccccc solid 1px;
  font-size: 1rem;
  border-radius: 3px;
}

.formLine textarea {
  display: block;
  width: 100%;
}

.formLine input:focus,
.formLine textarea:focus {
  border: #0768b3 solid 1px;
}

button,
input {
  overflow: visible;
}

input[type="text"] {
  width: 100%;
}

.formLine {
  display: grid;
  row-gap: 10px;
  padding: 1.25rem 0;
}

.formLine.privacy-policy {
  border-bottom: none;
  padding: 1.875rem 0;
  display: grid;
  column-gap: 10px;
  grid-template-columns: auto auto;
  justify-content: center;
  align-content: center;
}

.formLine.privacy-policy dd .mwform-checkbox-field-text {
  display: grid;
}

/* .formLine > dt {
  height: 100%;
  font-size: clamp(0.875rem, 3vw, 1rem);
} */
.formLine input,
.formLine textarea {
  padding: 1rem 0.75rem;

  border: 1px solid var(--unnamed-color-f06868);
  font-size: 1rem;

  border-radius: 10px;
  font-family: source-han-sans-japanese, "Noto Sans JP", "Hiragino san",
    "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.formLine textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}

.formLine input,
.formLine textarea {
  background: #fff;
  height: 100%;
  width: 100%;
  border: #cccccc solid 1px;
}

.formLine dt.required {
  position: relative;
}

.formLine dt label {
  display: grid;
  grid-template-columns: auto max-content;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.formLine dt span {
  display: inline-block;
  font-size: 0.8125rem;
  color: #333;
  text-align: center;
  padding: 0.125rem 0.3125rem 0px;
  right: 20px;
  /* border: 1px solid #00913c; */
  background: var(--hinata);
  border-radius: 5px;
  line-height: 0.8rem;
  white-space: nowrap;
  margin-left: 1.25rem;
}

.privacy-policy-check dd span.error,
.formLine dd span.error {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--white);
  background: var(--red);
  border-radius: 3px;
  padding: 0.5rem;
  line-height: 1;
  margin-top: 0.25rem;
  width: max-content;
  order: 5;
}

.formLine.error input,
.formLine.error textarea {
  border: 1px solid #ccc;
}

.formLine input:focus,
.formLine textarea:focus,
.formLine input[type="text"].error:focus,
.formLine textarea:focus.error {
  border: 1px solid #00913c;
}

.formLine.check-radio dd {
  display: grid;
  row-gap: 10px;
  column-gap: 20px;
}

.over main dl.formLine.check-radio dd>span {
  margin-left: 0;
}

::placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  display: none;
}

#loginForm p.login-remember label {
  font-size: 1rem;
  padding: 0;
  border: none;
  font-weight: 400;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  column-gap: 5px;
}

.login-remember input[type="checkbox"] {
  appearance: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
}

input[type="checkbox"]+span,
input[type="radio"]+span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.8125rem;
}

input[type="checkbox"]+span:after,
input[type="checkbox"]+span:before,
input[type="radio"]+span:after,
input[type="radio"]+span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  border: 1px solid var(--orange);
}

input[type="checkbox"]+span:before,
input[type="radio"]+span:before {
  background-color: #fff;
}

input[type="radio"]+span:after,
input[type="radio"]+span:before {
  border-radius: 50%;
}

input[type="checkbox"]+span:after,
input[type="radio"]+span:after {
  opacity: 0;
  width: 12px;
  height: 12px;
  background: var(--orange);
  top: 6px;
  left: 2px;
  border: none;
}

input[type="checkbox"]:checked+span::after,
input[type="radio"]:checked+span::after {
  opacity: 1;
}

/* 繝励Λ繧､繝舌す繝ｼ繝昴Μ繧ｷ繝ｼ */
.privacy-policy-check {
  padding-bottom: 1.875rem;
}

.privacy-policy-check dt {
  visibility: collapse;
}

.privacy-policy-check dd {
  display: grid;
  grid-template-columns: max-content auto;
  position: relative;
}

.privacy-policy-check.error {
  padding-bottom: 3.4375rem;
}

.privacy-policy-check span.error {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.privacy-policy-check input[type="checkbox"],
.privacy-policy-check input[type="radio"] {
  appearance: auto;
  display: inline;
  width: 18px;
  height: 18px;
}

.privacy-policy-check .mwform-checkbox-field {
  display: grid;
  align-items: center;
}

.privacy-policy-check .mwform-checkbox-field label {
  display: grid;
}

.privacy-policy-check input[type="checkbox"]+span,
.privacy-policy-check input[type="radio"]+span {
  display: inline;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 0;
}

.privacy-policy-check input[type="checkbox"]+span:after,
.privacy-policy-check input[type="checkbox"]+span:before,
.privacy-policy-check input[type="radio"]+span:after,
.privacy-policy-check input[type="radio"]+span:before {
  display: none;
}

.confButton {
  display: grid;
  justify-items: center;
  row-gap: 16px;
  align-items: center;
  margin-top: 1.5625rem;
}

form .button_mod {
  order: 2;
  border-radius: 5px;
  width: auto;
  height: auto;
  background: #fff;
  cursor: pointer;
  border: 1px solid #cccccc;
  color: #ccc;
  border-radius: 999px;
  line-height: 0.8rem;
  padding: 0.875rem 1.53125rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5rem;
  letter-spacing: 1rem;
}

form .button_mod span {
  display: inline-block;
  margin-right: -1rem;
}

form .send {
  display: none;
}

.confirmation form .send {
  display: block;
}

.confirmation .backLink,
.formError .backLink,
.confirmation .localMenu,
.formError .localMenu,
.thanks .localMenu {
  display: none;
}

.formLine dd .error-wrap {
  display: block;
  width: 100%;
}

main .mw_wp_form .error {
  font-size: 1rem;
  color: #333333;
  display: grid;
}

form .button_conf,
form .button_send {
  font-family: var(--font_sanserif02);
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  width: auto;
  min-height: 66px;
  font-weight: 600;
  text-decoration: none;
  padding: 1.5rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #00913c;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  padding: 1.03125rem 1.9375rem;
  transition: 0.3s ease-out;
  color: #000;
  background: #faf082;
  border: 1px solid #000;
  font-size: clamp(1.125rem, 0.45rem + 2.88vw, 2.25rem);
  border-radius: 999px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease-out;
}

form .button_conf:hover,
form .button_send:hover {
  opacity: .6;
  transition: 0.3s ease-out;
}

.page_contact {
  padding-bottom: clamp(1.25rem, -0.25rem + 6.4vw, 3.75rem);
}

.page_contact .form_wrapper {
  background: #fff;
  border-radius: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
  padding-top: clamp(1.875rem, 0.75rem + 4.8vw, 3.75rem);
  padding-right: clamp(1.5625rem, 1.375rem + 0.8vw, 1.875rem);
  padding-bottom: clamp(1.25rem, 0.6875rem + 2.4vw, 2.1875rem);
  padding-left: clamp(1.5625rem, 1.375rem + 0.8vw, 1.875rem);
  position: relative;
  z-index: 10;
}

.page_contact form {
  width: min(100%, 1110px);
}

.formLine {
  display: grid;
  row-gap: 10px;
  padding: clamp(1.25rem, 1.0625rem + 0.8vw, 1.5625rem) 0;
  position: relative;
}

.formLine>dt {
  padding: 18px 15px 14px 15px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  background: var(--black);
  border-radius: 5px;
  position: relative;
  display: grid;
  align-content: center;
  align-items: center;
  justify-content: start;
  color: var(--white);
  font-weight: 600;
}
.form_check .formLine>dt {
  display: grid;
  grid-template-columns: auto max-content;
  align-items: center;
  justify-content: start;
  height: 100%;
}

/* -----/////----- アコーディオン -----/////----- */
.accordion dt button {
  display: block;
  color: #222;
  background: none;
  border: none;
  width: 100%;
  position: relative;
  list-style-type: none;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  padding-top: clamp(0.3125rem, 0.125rem + 0.8vw, 0.625rem);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  text-align: start;
  cursor: pointer;
}

.accordion dt button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  transform: rotate(-225deg);
  transition: 0.6s;
}

.accordion.active dt button::before {
  transform: rotate(-45deg);
  transition: 0.6s;
}

.accordion dt {
  position: relative;
  border-bottom: 1px dotted #000;
}

.formLine .accordion dd label {
  display: block;
}

.formLine .accordion dd {
  display: none;
  padding: 15px 0;
  padding-left: 18px;
}

.form_recaptcha {
  display: grid;
  justify-items: center;
  margin-top: 1.5625rem;
  margin-bottom: calc(2 * 1.5625rem);
}

.over .grid_lap_2 {
  display: grid;
  /* row-gap: clamp(2.5rem, 2.125rem + 1.6vw, 3.125rem); */
}

@media (min-width: 768px) {
  .over .grid_lap_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
  .over .confButton.grid_lap_2 .button_mod {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.formLine .formLine {
  padding: 0;
  border: 0;
}

.formLine .formLine::after {
  display: none;
}

.page_contact {
  z-index: 50;
}

.page_contact .hebesu_point {
  top: 24%;
  right: -25%;
}

.page_contact .hebesu_point2 {
  bottom: 12%;
  left: -25%;
  top: auto;
  right: auto;
}

.formLine dd ol {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  counter-reset: num;
  margin-top: clamp(1.25rem, 1.0625rem + 0.8vw, 1.5625rem);
}

.formLine dd ol li {
  position: relative;
  padding-left: clamp(1.875rem, 1.5rem + 1.6vw, 2.5rem);
  margin-bottom: 30px;
}

/* .formLine dd ol li::before {
	position: absolute;
    content: counter(num);
    counter-increment: num;
    display: inline-grid;
    background: #00913c;
    color: #fff;
    font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
    line-height: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
    font-weight: 600;
    font-family: var(--font_serif);
    border-radius: 50%;
    top: 0;
    left: 0;
    width: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
    height: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
    text-align: center;
    justify-items: center;
    align-content: center;
} */
.formLine dd ol li em {
  font-style: normal;
  font-weight: 600;
}

.formLine dd ol li p {
  margin-top: 10px;
  display: grid;
}

.banner_logo {
  display: block;
  width: min(100%, 17.3156rem + 22.2951vw);
  max-width: 31.25rem;
  margin: 0 auto;
}

.qr_link {
  padding-top: clamp(1.875rem, -0.1875rem + 8.8vw, 5.3125rem);
  padding-right: clamp(1.875rem, 1.3125rem + 2.4vw, 2.8125rem);
  padding-bottom: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem);
  padding-left: clamp(1.875rem, 1.3125rem + 2.4vw, 2.8125rem);
  position: relative;
  z-index: 5;
}

.back_link {
  padding-top: clamp(1.875rem, -0.1875rem + 8.8vw, 5.3125rem);
  padding-right: clamp(1.875rem, 1.3125rem + 2.4vw, 2.8125rem);
  padding-bottom: clamp(3.75rem, 0.75rem + 12.8vw, 8.75rem);
  padding-left: clamp(1.875rem, 1.3125rem + 2.4vw, 2.8125rem);
  position: relative;
  z-index: 5;
}

.color_gray {
  color: #c0c0c0;
  ;
}

.store_head {
  padding-top: clamp(1.875rem, -0.1875rem + 8.8vw, 5.3125rem);
}





html #cboxOverlay {
  background: rgba(0, 0, 0, .6);
}

html #cboxLoadedContent {
  border: 0;
}


.child_container {
  margin-left: auto;
  margin-right: auto;
  width: min(4rem + 73.6vw, 50rem);
  width: min(100%, 50rem);
  padding-top: 15vw;
}


/* colorbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

body #cboxWrapper {
  /* padding-top: 30px; */
}

body #cboxClose {
  position: absolute;
  top: -20px;
  right: 5px;
  display: block;
  background: url(/images/child/modal_close.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}

body #cboxCurrent {
  top: -28px;
  right: 80px;
}

body #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/images/child/modal_prev.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}

body #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/images/child/modal_next.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}

body #cboxContent {
  background: none;
}

body #cboxLoadedContent {
  border-radius: 20px;
  overflow: hidden;
}

.store_child .header,
.store_child .footer,
.store_child .header_img_cover {
  /* display: none; */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store_child .main {
  margin-top: 0vw;
}

.store_child .child_container {
  padding-top: 0;
}

@media screen and (min-width: 599px) {
  .store_child .back_link {
    display: none;
  }
}

.a_block {
  display: grid;
  max-width: 600px;
  background: var(--hinata);
  /* border-radius: 20px; */
  display: grid;
  margin-top: 20px;
  /* padding: 30px 10px; */
  text-decoration: none;
  margin: 0 auto;
  row-gap: 5px;
  transition: .3s;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}
/* .a_block::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/images/child/article_bg.png);
  background-repeat: repeat-y;
  background-size: 135%;
  background-position: top -10% center;
  z-index: -1;
  opacity: .8;
  mix-blend-mode: hard-light;
} */
.a_block:hover {
  transition: .3s;
  opacity: .6;
}
.a_block_text {
  text-align: center;
  color: var(--black);
  font-weight: 600;
}
.a_block_strong {
  font-family: var(--font_serif);
  color: var(--black);
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
  text-align: center;
  display: block;
}
.a_block_small {
  font-size: 14px;
  line-height: 22px;
  grid-area: auto;
  margin: 0 auto;
}

.tab_miyazaki_child.active {
  display: grid;
}

.tab_miyazaki_child {
  display: none;
}

.tab_tokyo_child.active,.tab_osaka_child.active,.tab_fukuoka_child.active {
  display: grid;
}
.tab_tokyo_child,.tab_osaka_child,.tab_fukuoka_child {
  display: none;
}

/* mss kiyoto */
.dispnone {
  display: none;
}

.formLine dd span.dispnone {
  display: none;
}

form .button_mod {
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  width: auto;
  min-height: 50px;
  font-weight: 600;
  text-decoration: none;
  padding: 1.5rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #00913c;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.03125rem 1.9375rem;
  transition: 0.3s ease-out;
  color: #000;
  background: #adac9e;
  border: 1px solid #000;
  font-size: clamp(1.125rem, 0.45rem + 2.88vw, 2.25rem);
  border-radius: 999px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease-out;
}
