@charset "UTF-8";
body:has([popover]:popover-open) {
  pointer-events: none;
}

[popover]:popover-open {
  pointer-events: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --black: #101921;
  --black_rgb: 16, 25, 33;
}

body {
  background-color: #fff9f4;
  color: var(--black);
  font-family: "ten-mincho-text", serif;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:not([class]) {
  color: #436ed9;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner.nofull {
  width: 90%;
}

.c_bg_img {
  background-image: url(../img/bg.png);
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .c_bg_img {
    background-image: url(../img/bg_sp.png);
  }
}

.fv {
  color: #fff;
  position: relative;
  height: 56.25vw;
  min-height: 860px;
  max-height: 1000px;
  overflow: hidden;
}
.fv img {
  vertical-align: bottom;
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--black_rgb), 0.4);
}

.fv_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  max-width: inherit;
}

.fv_main_text {
  position: absolute;
  top: 50px;
  left: 50%;
  translate: -50% 0;
  display: inline-block;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.08em;
  width: 90%;
  z-index: 2;
}
.fv_main_text .fv_logo {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.fv_main_text .fv_logo_under {
  position: relative;
  top: -10px;
  display: inline-block;
}
.fv_main_text .fv_catch {
  text-shadow: 2px 2px 15px rgba(var(--black_rgb), 0.6);
}

.fv_product_img {
  position: absolute;
  bottom: 100px;
  left: 50%;
  translate: -50% 0;
  z-index: 3;
  width: 6.25vw;
}

.fv_subttl {
  background: rgba(var(--black_rgb), 0.7);
  font-size: 30px;
  padding: 60px 10px 44px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.fv_note {
  color: #fff;
  position: relative;
  z-index: 3;
  top: -2.5em;
  text-align: right;
  margin-right: 1em;
  letter-spacing: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .fv_main_text {
    width: 740px;
  }
  .fv_product_img {
    max-width: 120px;
    min-width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: 124vw;
    min-height: 560px;
  }
  .fv_main_text {
    font-size: 5.07vw;
  }
  .fv_main_text .fv_logo {
    width: 62%;
    min-width: 260px;
  }
  .fv_product_img {
    width: 12.8vw;
    bottom: 74px;
    min-width: 50px;
  }
  .fv_subttl {
    font-size: 4.27vw;
    padding: 40px 0 44px;
  }
  .fv_note {
    font-size: 10px;
    top: -3.5em;
  }
}
.fv_area .fv_main_text {
  top: 50%;
  translate: -50% -5em;
}
.fv_area .fv_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 50px;
  padding: 40px 10px;
}
.fv_area .fv_subttl .ttl {
  font-size: 40px;
}
.fv_area .fv_subttl .koyama_ttl {
  font-size: 25px;
}
.fv_area .fv_subttl .period_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
}
.fv_area .fv_subttl .text_campaign {
  background-color: #8d3a26;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 6px 10px;
}
.fv_area .fv_subttl .period img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .fv_area .fv_subttl {
    padding: 20px 10px 40px;
  }
  .fv_area .fv_subttl .ttl {
    font-size: 4.54vw;
  }
  .fv_area .fv_subttl .period_wrap {
    gap: 10px 14px;
  }
  .fv_area .fv_subttl .text_campaign {
    font-size: 2.94vw;
  }
  .fv_area .fv_subttl .period {
    width: calc(100% - 34.67vw);
  }
}
.section_ttl {
  text-align: center;
}
.section_ttl .ttl_img {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section_ttl .ttl_img {
    font-size: 26px;
  }
}

.campaign_summary {
  padding: 110px 0 160px;
}
.campaign_summary .ttl_img {
  width: 8.2em;
}

.campaign_box {
  background-color: #fff9f4;
  margin-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.campaign_box .ttl_box {
  background: var(--black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 400;
  height: 126px;
  padding-bottom: 22px;
}
.campaign_box .ttl_box .logo {
  width: clamp(80px, 12vw, 120px);
}
.campaign_box .clip_cont {
  clip-path: ellipse(50% 100% at 50% 100%);
  height: 40px;
  width: 104%;
  position: relative;
  left: -2%;
  top: -28px;
  background: #fff9f4;
}

.campaign_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 92%;
  margin: 30px auto 0;
}
.campaign_detail .detail_items img {
  max-height: 100%;
}
.campaign_detail .item_desc_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign_note {
  max-width: 1000px;
  width: 92%;
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
  .campaign_detail .detail_items {
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    grid-template-rows: 120px 130px 130px 120px;
    width: 45%;
  }
  .campaign_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaign_note_items {
    width: 46%;
  }
  .campaign_note_items .text_img {
    width: 45.5%;
  }
}
@media screen and (max-width: 767px) {
  .campaign_detail, .campaign_note {
    max-width: 500px;
  }
  .campaign_box {
    margin-top: 54px;
  }
  .campaign_box .clip_cont {
    height: 32px;
    top: -20px;
  }
  .campaign_summary {
    padding: 80px 0 120px;
  }
  .campaign_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px 0;
    width: 78%;
  }
  .campaign_detail .detail_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .campaign_detail .detail_ttl_img {
    margin-bottom: 26px;
  }
  .campaign_detail .item_desc_wrap {
    margin-bottom: 26px;
  }
  .campaign_note {
    width: 84%;
  }
  .campaign_note_items:first-of-type {
    display: none;
  }
  .campaign_note_items .text_img {
    width: 50%;
  }
}
.campaign_area {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .campaign_area {
    padding: 100px 0 50px;
  }
}
.campaign_area .ttl_img {
  width: 12.9em;
}

.op {
  opacity: 0.1;
  position: absolute;
  left: 0;
}

.campaign_area_map_wrap {
  padding: 0 0 min(20vw, 184px);
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}
.campaign_area_map_wrap .japan_map {
  position: relative;
  left: 9%;
  top: 1%;
  width: min(76vw, 780px);
}
.campaign_area_map_wrap .map_pos_item {
  position: absolute;
  width: min(28vw, 286px);
}
.campaign_area_map_wrap .map_pos_item.kanazawa {
  top: 2%;
  left: 29%;
}
.campaign_area_map_wrap .map_pos_item.kobe {
  top: 19%;
  left: 0%;
}
.campaign_area_map_wrap .map_pos_item.shimonoseki {
  top: 35.5%;
  left: 0%;
}
.campaign_area_map_wrap .map_pos_item.sakae {
  top: 69%;
  left: 31%;
}
.campaign_area_map_wrap .map_pos_item.nishiki {
  top: 85%;
  left: 31%;
}
.campaign_area_map_wrap .map_pos_item.shinbashi {
  top: 49%;
  right: 0%;
}
.campaign_area_map_wrap .map_pos_item.musashikoyama {
  top: 64.5%;
  right: 0%;
}
.campaign_area_map_wrap .map_pos_item.nishikoyama {
  top: 65%;
  right: 0%;
}

@media screen and (max-width: 767px) {
  .campaign_area_map_wrap .map_pos_item.shinbashi {
    top: 48%;
    right: 0%;
  }
  .campaign_area_map_wrap .map_pos_item.musashikoyama {
    top: 63.5%;
    right: 0%;
  }
}
.notice_section {
  background-color: #fff;
  padding: 130px 0;
  line-height: 2;
}
.notice_section .notice_ttl {
  border-bottom: 1px solid currentColor;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 14px;
}
.notice_section ul {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-left: 1.6em;
  margin: 28px 0 0;
}
.notice_section li::marker {
  content: "・ ";
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .notice_section {
    padding: 80px 0;
  }
  .notice_section .inner {
    width: 86%;
  }
  .notice_section .notice_ttl {
    font-size: 18px;
  }
  .notice_section ul {
    font-size: 12px;
  }
}
footer {
  padding: 70px 20px;
  font-size: 14px;
  color: #fff;
}
footer .warning img {
  font-size: clamp(16px, 2.15vw, 22px);
  width: 20em;
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .links li:not(:first-of-type) {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
footer .links a {
  color: currentColor;
}

.footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  footer {
    background-repeat: no-repeat;
    background-size: 140%;
    letter-spacing: 0;
    font-size: 12px;
    padding: 40px 20px;
  }
  footer .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campaign_shop {
  padding: 110px 0 130px;
}
@media screen and (max-width: 767px) {
  .campaign_shop {
    padding: 100px 0;
  }
}
.campaign_shop .ttl_img {
  width: 4.8em;
}

.shop_map {
  margin-top: 70px;
}
.shop_map iframe {
  width: 100%;
  height: 690px;
}

.about_dewars {
  color: #fff;
}

.about_dewars_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_dewars_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

.about_dewars_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_dewars_text {
    width: 54%;
  }
}
.about_dewars_text .ttl_img {
  width: 90%;
}
.about_dewars_text .ttl1 {
  font-size: clamp(18px, 2.5vw, 30px);
  margin-top: 30px;
}
.about_dewars_text .intro1 {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .about_dewars_text .intro1 {
    white-space: nowrap;
  }
}
.about_dewars_text .ttl2 {
  font-size: clamp(20px, 2.84vw, 34px);
  border-bottom: 1px solid #fff;
  margin-top: 50px;
  padding-bottom: 16px;
}
.about_dewars_text .intro2 {
  font-size: clamp(10px, 1.17vw, 14px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about_dewars_text .intro2 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .about_main_img {
    position: absolute;
    bottom: clamp(-122px, -10.16vw, -80px);
    right: 0;
    width: 39%;
  }
}
@media screen and (max-width: 767px) {
  .about_main_img {
    width: 50%;
    margin: 0 auto;
    max-width: 250px;
    position: relative;
    bottom: clamp(-78px, -10.4vw, -52px);
  }
}

.about_btn {
  background-color: var(--black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.34vw, 16px);
  height: 74px;
  max-width: 430px;
  width: 100%;
  margin: 40px auto 0;
}

.about_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  margin: 30px auto 0;
}
.about_sns a {
  display: inline-block;
}

.shop_list_wrap {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 0 5%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .shop_list_wrap {
    grid-template-columns: repeat(2, 48%);
    gap: 0 4%;
  }
}
.shop_list_wrap .show_popup_text {
  color: var(--black);
  border-bottom: 1px solid currentColor;
  font-size: clamp(12px, 1.13vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 1.4em 10px 0;
  width: 100%;
  height: 60px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_list_wrap .show_popup_text {
    height: 68px;
  }
}
.shop_list_wrap .show_popup_text::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  right: 0;
}
.shop_list_wrap .show_popup_text:hover {
  color: #8d3a26;
}
.shop_list_wrap .show_popup_text:hover::after {
  background-image: url(../img/arrow_blown.png);
}

.popup_detail {
  position: fixed;
  width: 94%;
  max-width: 800px;
  height: 100%;
  background: transparent;
  border: none;
  margin: auto;
}

.popup_detail::-ms-backdrop {
  background: rgba(0, 0, 0, 0.1);
}

.popup_detail::backdrop {
  background: rgba(0, 0, 0, 0.1);
}

.popup_detail__button {
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup_detail__button .close_bar {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.popup_detail__button .close_bar::before, .popup_detail__button .close_bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: var(--black);
}
.popup_detail__button .close_bar::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup_detail__button .close_bar::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.shop_detail_box {
  width: calc(100% - 30px);
  inset: 0;
  background: #fff9f4;
  -webkit-box-shadow: 30px 30px 15px rgba(var(--black_rgb), 0.2);
          box-shadow: 30px 30px 15px rgba(var(--black_rgb), 0.2);
  overflow: auto;
  height: 420px;
  position: relative;
  top: 50px;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .shop_detail_box {
    width: calc(100% - 10px);
    -webkit-box-shadow: 10px 10px 15px rgba(var(--black_rgb), 0.2);
            box-shadow: 10px 10px 15px rgba(var(--black_rgb), 0.2);
    height: 390px;
    padding: 40px 20px;
  }
}

.shop_detail_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner {
    width: 90%;
  }
}

.shop_detail_title {
  border-bottom: 1px solid var(--black);
  font-size: 26px;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .shop_detail_title {
    font-size: 18px;
  }
}

.shop_detail_summary {
  display: grid;
  grid-template-columns: 5em 1fr;
  row-gap: 26px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  line-height: 1.8;
}
.shop_detail_summary dt {
  background: var(--black);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: start;
}
.shop_detail_summary dd {
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .shop_detail_summary dt {
    font-size: 12px;
  }
  .shop_detail_summary dd {
    font-size: 13px;
  }
}