@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
body.open {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: 1.4285714286vw;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.brsp {
  display: none;
}
@media screen and (max-width: 599px) {
  br.brsp {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  br.brpc {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
}
@media screen and (max-width: 599px) {
  .inner {
    width: 100%;
  }
}

.inner_1200 {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1320px);
}
@media screen and (max-width: 599px) {
  .inner_1200 {
    width: 100%;
  }
}

.inner_1400 {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1440px);
}
@media screen and (max-width: 599px) {
  .inner_1400 {
    width: 100%;
  }
}

.inner_1600 {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  width: min(100%, 1712px);
}
@media screen and (max-width: 599px) {
  .inner_1600 {
    width: 100%;
  }
}

.inner_max {
  margin: 0 auto;
  padding: 0 max(2vw, 1.75rem);
}

section {
  position: relative;
  padding: max(10vw, 4rem) 0;
}
section.nopadding {
  padding: 0;
}

a.btn_link {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden;
}
a.btn_link span {
  position: relative;
  display: inline-block;
  padding: 1em 2.5em;
  font-weight: 500;
  text-align: center;
  font-size: max(1vw, 1em);
  color: white;
  text-decoration: none !important;
  z-index: 2;
}
a.btn_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1;
}
a.btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  aspect-ratio: 1/1;
  background: black;
  border-radius: 100%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}
a.btn_link:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

a {
  color: black;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: black;
  transition: 0.2s;
}
a:hover img {
  opacity: 0.85;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .pcblock {
    display: none !important;
  }
}

.spblock {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .spblock {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .spnone {
    display: none;
  }
}
::-moz-selection {
  color: white;
  background-color: black;
}
::selection {
  color: white;
  background-color: black;
}

/* -------------------------------- 
common components 
--------------------------------- */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.fs09 {
  font-size: 0.9em;
}

/* -------------------------------- 
ul components 
--------------------------------- */
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*ul kome*/
ul.ul_kome {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  margin: 0;
  padding-left: 1.35em;
}
ul.ul_kome li {
  text-indent: -1.35em;
  line-height: 1.4;
  font-size: max(0.8vw, 0.875em);
}
ul.ul_kome li::before {
  content: "※";
  margin-right: 0.5em;
}

/* -------------------------------- 
loading components 
--------------------------------- */
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #f5f4ef;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid black;
  border-top: 7px solid #000;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------- 
contents
--------------------------------- */
main div.container {
  position: relative;
  padding-top: max(6vw, 7.5rem);
  overflow: hidden;
  background-image: url("../img/circle_wagara.png"), url("../img/circle_wagara.png"), url("../img/circle_wagara.png"), url("../img/bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 90% -20%, -20% 20%, 90% 120%, center -120px;
  background-size: 30%, 30%, 30%, 100% 120%;
}
@media screen and (max-width: 599px) {
  main div.container {
    background-position: 90% -10%, -30% 5%, 80% 100%, center -130px;
    background-size: 40%, 40%, 60%, 100% 120%;
  }
}
main div.container div.bg_fruits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main div.container div.bg_fruits img.img_fruits_top_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_top_left {
    width: 75%;
  }
}
main div.container div.bg_fruits img.img_fruits_berry {
  position: absolute;
  top: 2%;
  right: -2%;
  width: 23%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_berry {
    width: 32%;
  }
}
main div.container div.bg_fruits img.img_fruits_center_left {
  position: absolute;
  top: 50%;
  left: -3%;
  width: 26%;
  transform: translateY(-68%);
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_center_left {
    left: -15%;
    width: 40%;
    transform: translateY(-105%);
  }
}
main div.container div.bg_fruits img.img_fruits_center_right {
  position: absolute;
  top: 50%;
  right: -7%;
  width: 45%;
  transform: translateY(-76%);
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_center_right {
    right: -18%;
    width: 60%;
    transform: translateY(-125%);
  }
}
main div.container div.bg_fruits img.img_fruits_bottom_left {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 38%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_bottom_left {
    width: 48%;
  }
}
main div.container div.bg_fruits img.img_fruits_bottom_right {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 32%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_bottom_right {
    width: 36%;
  }
}
main div.container div.bg_fruits img.img_fruits_cookie {
  position: absolute;
  top: 55%;
  left: 12%;
  width: 20%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_cookie {
    display: none;
  }
}
main div.container div.bg_fruits img.img_fruits_kaki {
  position: absolute;
  top: 57%;
  right: 12%;
  width: 19%;
}
@media screen and (max-width: 599px) {
  main div.container div.bg_fruits img.img_fruits_kaki {
    right: -5%;
    top: 41%;
    width: 25%;
  }
}
main div.container div.wrap {
  position: relative;
  z-index: 3;
}
main div.container div.wrap h1 {
  margin: 0 auto -8vw;
  width: 60%;
}
@media screen and (max-width: 599px) {
  main div.container div.wrap h1 {
    margin-bottom: -3rem;
    width: 90%;
  }
}
main div.container div.wrap div.spoon_wrap {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  main div.container div.wrap div.spoon_wrap img {
    display: block;
    margin: 0 -20%;
    width: 140%;
    max-width: none;
  }
}
main div.container div.wrap img.img_date {
  display: block;
  margin: max(5vw, 2rem) auto 0;
  width: 40%;
}
@media screen and (max-width: 599px) {
  main div.container div.wrap img.img_date {
    width: 70%;
  }
}
main div.container div.wrap div.txt_wrap {
  display: flex;
  justify-content: center;
  margin: max(5vw, 2rem) 0 max(10vw, 7rem);
}
@media screen and (max-width: 599px) {
  main div.container div.wrap div.txt_wrap {
    margin-bottom: 3rem;
  }
}
main div.container div.wrap div.txt_wrap div.txt_inner {
  position: relative;
  padding: 0 2em;
  text-align: center;
}
main div.container div.wrap div.txt_wrap div.txt_inner p.p_honbun {
  margin: 0;
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-size: max(1.2vw, 0.9em);
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  main div.container div.wrap div.txt_wrap div.txt_inner p.p_honbun {
    font-weight: 700;
    /*
    display: inline;
    padding: .1em .35em .15em;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: rgba(white,.8);
    */
  }
}
main div.container div.wrap div.txt_wrap div.txt_inner img.img_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25vw;
  transform: translate(30%, 30%);
}
@media screen and (max-width: 599px) {
  main div.container div.wrap div.txt_wrap div.txt_inner img.img_tag {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -1em 0 0;
    width: 100%;
    transform: translate(-8%, 0) rotate(10deg);
  }
}
main div.container img.img_flag {
  position: absolute;
  top: max(3.5vw, 1.5rem);
  right: 0;
  width: max(16vw, 6rem);
  z-index: 4;
}
main div.container img.conic_arc {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 1;
}
main div.store_invitation {
  position: relative;
  padding: max(4vw, 2rem) 0;
  text-align: center;
  z-index: -1;
}
main div.store_invitation div.bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 130%;
  background: url("../img/bg_contact.jpg") no-repeat top center/cover;
  z-index: 1;
}
main div.store_invitation div.inner_1200 {
  position: relative;
  z-index: 2;
}
main div.store_invitation div.inner_1200 h2 {
  display: inline-block;
  padding: 0.75em 1.25em;
  font-size: max(1vw, 1em);
  color: white;
  background: #433A2E;
  border-radius: 0.25em;
}
main div.store_invitation div.inner_1200 p.sitename {
  font-size: max(1.2vw, 0.9em);
  font-weight: bold;
}
main div.store_invitation div.inner_1200 p.mail {
  margin: 2em 0;
}
main div.store_invitation div.inner_1200 p.mail a {
  font-size: max(1.2vw, 0.9em);
}
main div.store_invitation div.inner_1200 p.mail a:hover {
  text-decoration: underline;
}
main div.store_invitation div.inner_1200 p.mail span {
  font-size: 13px;
}
main div.store_invitation div.inner_1200 p.tel {
  font-weight: bold;
  font-size: max(0.9vw, 0.9em);
}
main div.store_invitation div.inner_1200 p.time {
  font-size: max(0.9vw, 0.9em);
}

main div.campaign2_wrap {
  margin: 6vw auto 0;
  width: 90%;
  max-width: 90rem;
  border-radius: max(4vw, 3rem) max(4vw, 3rem) 0 0;
  box-shadow: 0.3em 0.3em 1.2em rgba(0, 0, 0, 0.1);
}
main div.campaign2_wrap h3.title {
  margin-top: 0;
  text-align: center;
  font-size: max(1.3vw, 1.25em);
}
main div.campaign2_wrap h3.title span {
  display: inline-block;
  background: #5B4533;
  color: white;
  padding: 0.2em 1.5em 0.25em;
  border-radius: 999px;
}
main div.campaign2_wrap div.ttl_wrap {
  position: relative;
  padding: max(3vw, 2rem) max(3vw, 2rem) 0;
  background: url("../img/cam2_bg.jpg") no-repeat top center/cover;
  border-radius: max(4vw, 3rem) max(4vw, 3rem) 0 0;
  overflow: hidden;
}
main div.campaign2_wrap div.ttl_wrap p.intro {
  text-align: center;
  font-weight: 600;
  font-size: max(1vw, 1em);
  color: white;
}
main div.campaign2_wrap div.ttl_wrap h2.cp_ttl {
  margin: 0 auto max(3.5vw, 2rem);
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap h2.cp_ttl {
    width: 100%;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 1em;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap .year_sp {
  text-align: center;
  color: white;
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period {
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period {
    width: 100%;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  font-size: clamp(1.1em, 1.7vw, 1.75em);
  border-top: 1px dotted white;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row {
    flex-direction: column;
    padding: 1em 0;
    border-top: 3px dotted white;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row.last {
  border-bottom: 1px dotted white;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row.last {
    border-bottom: 3px dotted white;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .term {
  background: #E1C878;
  color: #4B3B28;
  margin-right: 0.5em;
  padding: 0.2em 0.6em;
  font-size: 0.8em;
  border-radius: 999px;
  font-weight: bold;
  white-space: nowrap;
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  color: white;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap .year {
    display: none;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap .date {
  white-space: nowrap;
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap .arrow {
  color: #E1C878;
  font-weight: bold;
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.application-period .period-row .date_wrap .num {
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1;
  vertical-align: baseline;
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.jiki {
  padding-right: 1em;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.jiki {
    padding: 5em 0 3em;
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.jiki img {
  transform: scale(1.05);
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.ttl_wrap div.kikan_wrap div.jiki img {
    transform: scale(1.3);
  }
}
main div.campaign2_wrap div.ttl_wrap div.kikan_wrap p.setsumei {
  color: white;
  font-size: max(1.15vw, 1.125em);
  text-shadow: 0 0.05em 0.1em #f22246;
  font-weight: 600;
}
main div.campaign2_wrap div.ttl_wrap div.ttl_ribon {
  margin: max(2vw, 1.5rem) 0 1em;
  text-align: center;
}
main div.campaign2_wrap div.ttl_wrap div.ttl_ribon img {
  width: 100%;
  max-width: 30rem;
}
main div.campaign2_wrap div.ttl_wrap div.img_shouhin {
  position: relative;
  z-index: 2;
}
main div.campaign2_wrap div.ttl_wrap img.conic_arc {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
main div.campaign2_wrap div.how_post {
  position: relative;
}
main div.campaign2_wrap div.wrap_inner {
  position: relative;
  padding: max(6vw, 2.5rem) max(6vw, 2.5rem) max(12vw, 3.75rem);
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap div.wrap_inner {
    padding: 3rem 0 8rem;
  }
}
main div.campaign2_wrap div.wrap_inner .mt3 {
  margin-top: max(6vw, 3rem);
}
main div.campaign2_wrap dl.info_campaign {
  display: block;
  margin-top: max(3vw, 2.5rem);
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign {
    margin-top: 1em;
  }
}
main div.campaign2_wrap dl.info_campaign div.row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: max(1vw, 1rem);
  padding: max(2.5vw, 1.5rem) 1em;
  font-size: max(1vw, 1em);
  border-top: 1px dotted black;
}
main div.campaign2_wrap dl.info_campaign div.row:last-child {
  border-bottom: 1px dotted black;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.5rem 0;
    border: 0 !important;
  }
}
main div.campaign2_wrap dl.info_campaign div.row dt {
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row dt {
    display: block;
    padding: 0.5em;
    color: white;
    text-align: center;
    background: #857564;
    border-radius: 7px;
  }
}
main div.campaign2_wrap dl.info_campaign div.row dd {
  margin: 0;
}
main div.campaign2_wrap dl.info_campaign div.row dd p {
  margin: 0;
}
main div.campaign2_wrap dl.info_campaign div.row dd p.kome {
  margin-top: 0.5em;
  font-size: 0.8em;
}
main div.campaign2_wrap dl.info_campaign div.row dd div.grid_2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: max(2vw, 1.25rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row dd div.grid_2col {
    grid-template-columns: minmax(0, 1fr);
  }
}
main div.campaign2_wrap dl.info_campaign div.row dd ol.maru {
  list-style: none;
  counter-reset: maru-counter;
  padding: 0;
}
main div.campaign2_wrap dl.info_campaign div.row dd ol.maru li {
  counter-increment: maru-counter;
  position: relative;
  padding: 0.5rem 0 0.5rem 3rem;
}
main div.campaign2_wrap dl.info_campaign div.row dd ol.maru li::before {
  content: counter(maru-counter);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.4em;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: white;
  font-weight: bold;
  background: #f22246;
  border-radius: 999px;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row dd ol.maru li::before {
    top: 0.2rem;
  }
}
main div.campaign2_wrap dl.info_campaign div.row dd ol.maru li a {
  color: #f22246;
}
main div.campaign2_wrap dl.info_campaign div.row dd ol.maru li a:hover {
  color: #f22246;
  text-decoration: underline;
}
main div.campaign2_wrap dl.info_campaign div.row dd div.qr {
  width: 10rem;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row dd div.qr {
    display: none;
  }
}
main div.campaign2_wrap dl.info_campaign div.row dd ul {
  padding-left: 1.5em;
  font-size: 0.9em;
}
main div.campaign2_wrap dl.info_campaign div.row dd ul li a {
  text-decoration: underline;
}
main div.campaign2_wrap dl.info_campaign div.row dd ul li a:hover {
  color: #f22246;
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 2rem 0 0;
  padding: 0.5em 1.25em;
  width: min(100%, 14em);
  color: #fff;
  font-size: max(1.2vw, 1.125rem);
  text-align: center;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border-radius: 1em;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn {
    width: 100%;
  }
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn i {
  position: relative;
  font-size: 1.3em;
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn span {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn:hover {
  color: white;
}
main div.campaign2_wrap dl.info_campaign div.row dd .insta_btn:hover span {
  transform: rotateX(360deg);
}
main div.shop_wrap {
  position: relative;
  margin: calc(max(3vw, 1.25rem) * -1) auto 0;
  padding: 0 0 max(6vw, 2.5rem);
  background: #f5f4ef;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  main div.shop_wrap {
    margin: calc(max(3vw, 1rem) * -1) auto 0;
  }
}
main div.shop_wrap h3 {
  display: block;
  margin: 0 auto;
  width: max(22vw, 18rem);
  transform: translateY(-30%);
}
main div.shop_wrap h3 img {
  width: 100%;
}
main div.shop_wrap div.chiiki_ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: max(2vw, 2rem) 0 max(1.5vw, 1.5rem);
}
main div.shop_wrap div.chiiki_ttl_wrap div.img {
  width: 3rem;
}
main div.shop_wrap div.chiiki_ttl_wrap h4 {
  display: inline-block;
  padding: 0.5em 0;
  color: #5B4533;
  font-size: max(1.1vw, 1.125em);
  border-top: 2px solid #5B4533;
  border-bottom: 2px solid #5B4533;
}
main div.shop_wrap ul.ul_shop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: max(2vw, 1.5rem);
}
@media screen and (max-width: 1440px) {
  main div.shop_wrap ul.ul_shop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1366px) {
  main div.shop_wrap ul.ul_shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 599px) {
  main div.shop_wrap ul.ul_shop {
    grid-template-columns: minmax(0, 1fr);
  }
}
main div.shop_wrap ul.ul_shop li.li_ttl_jichitai {
  display: grid;
  place-items: center;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0.3em 0.3em 1.2em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  main div.shop_wrap ul.ul_shop li.li_ttl_jichitai {
    padding-top: 1rem;
    height: 13rem;
    background: transparent;
    box-shadow: none;
  }
}
main div.shop_wrap ul.ul_shop li.li_ttl_jichitai img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 599px) {
  main div.shop_wrap ul.ul_shop li.li_ttl_jichitai img {
    width: 9rem;
  }
}
main div.shop_wrap ul.ul_shop li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #736357;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0.3em 0.3em 1.2em rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
main div.shop_wrap ul.ul_shop li a div.img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
main div.shop_wrap ul.ul_shop li a div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
}
main div.shop_wrap ul.ul_shop li a div.txt_wrap {
  display: contents;
}
main div.shop_wrap ul.ul_shop li a p.sweets {
  margin-bottom: 0.5em;
  padding: 0 max(1vw, 1rem);
  font-size: max(0.9vw, 1em);
  font-weight: 600;
}
main div.shop_wrap ul.ul_shop li a div.txt {
  display: flex;
  justify-content: flex-start;
  gap: 0.75em;
  margin-top: auto;
  padding: 0 4rem max(1vw, 1rem) max(1vw, 1rem);
}
main div.shop_wrap ul.ul_shop li a div.txt p.jichitai {
  margin: 0;
  line-height: 1;
}
main div.shop_wrap ul.ul_shop li a div.txt p.jichitai span {
  display: inline-block;
  padding: 0.2em 0.4em 0.3em;
  font-size: 10px;
  letter-spacing: 0;
  border: 1px solid #736357;
  border-radius: 0.25rem;
}
main div.shop_wrap ul.ul_shop li a div.txt p.shop {
  margin: 0;
  padding-top: 0.2em;
  font-size: 0.75em;
  letter-spacing: 0;
}
main div.shop_wrap ul.ul_shop li a div.icon {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: white;
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  background: #736357;
  border-radius: 999px;
  transition: 0.5s;
}
main div.shop_wrap ul.ul_shop li a:hover {
  box-shadow: 0.3em 0.3em 1.2em rgba(0, 0, 0, 0.2);
}
main div.shop_wrap ul.ul_shop li a:hover div.img img {
  transform: scale(1.1);
}
main div.shop_wrap ul.ul_shop li a:hover div.icon {
  transform: scale(1.2);
}
main div.shop_wrap div.link_wrap {
  margin-top: max(9vw, 3.75rem);
  text-align: center;
  /*
  a {
      position: relative;
      display: inline-block;
      padding: max(2.2vw,1.25em) max(4.8vw,1.75em);
      font-size: max(1.7vw,1.125em);
      color: $pink;
      font-weight: 600;
      line-height: 1.5;
      background: white;
      border: 5px solid $pink;
      border-radius: 999px;
      transition: .4s;

      @include mq(sm) {
          width: 100%;
      }

      &::after {
          content: '\f08e';
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          font-size: 1rem;
          position: absolute;
          top: 50%;
          right: 1.5rem;
          transform: translateY(-50%);
      }
      &:hover {
          color: white;
          background: $pink;;
          transform: scale(1.05);
      }

      span {
          display: block;
      }
  }
  */
}
main div.shop_wrap div.link_wrap a {
  display: inline-block;
  width: min(100%, 1000px);
}
main div.shop_wrap div.link_wrap a img {
  width: 100%;
}
main div.shop_wrap div.map {
  margin-top: max(9vw, 3.75rem);
  aspect-ratio: 2/1;
  width: 100%;
}
@media screen and (max-width: 599px) {
  main div.shop_wrap div.map {
    aspect-ratio: 1/1;
  }
}
main div.shop_wrap div.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
main div.shop_wrap div.insta_wrap {
  margin-top: max(9vw, 3.75rem);
}
main div.shop_wrap div.insta_wrap p {
  margin: 2em 0;
  text-align: center;
}
main div.shop_wrap div.insta_wrap div.wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}
@media screen and (max-width: 599px) {
  main div.shop_wrap div.insta_wrap div.wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main div.shop_wrap div.insta_wrap div.wrap div {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: gray;
  color: white;
}
main div.kiyaku_wrap {
  position: relative;
  margin: calc(max(3vw, 1.25rem) * -1) auto 0;
  padding-top: max(3vw, 1.25rem);
  border-radius: 0 0 max(4vw, 3rem) max(4vw, 3rem);
  background: white;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  main div.kiyaku_wrap {
    margin: calc(max(3vw, 1rem) * -1) auto 0;
    padding-top: max(6vw, 2rem);
  }
}
main div.kiyaku_wrap div.wrap_inner {
  padding: max(9vw, 3.75rem) max(6vw, 2.5rem) max(6vw, 2.5rem);
}
@media screen and (max-width: 599px) {
  main div.kiyaku_wrap div.wrap_inner {
    padding: max(9vw, 3rem) 1em max(6vw, 2rem);
  }
}

/* -------------------------------- 
modal
--------------------------------- */
.modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: max(2.5vw, 2rem);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
.modal .modal-content {
  position: relative;
  margin: 0 auto;
  padding: max(1.5vw, 1.25rem) max(0.25vw, 0.25rem) max(1.5vw, 1.25rem) max(1.5vw, 1.25rem);
  width: min(100%, 40rem);
  height: 100%;
  background: white;
  border-radius: max(1vw, 1rem);
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal .modal-content.active {
  transform: scale(1);
  opacity: 1;
}
.modal .modal-content div.close {
  position: absolute;
  top: 0;
  right: 0;
  width: max(1vw, 0.8rem);
  transform: translateX(200%);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.close {
    transform: translateX(180%);
  }
}
.modal .modal-content div.scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(1vw, 0.8em);
  transform: translateX(-200%);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.scroll {
    transform: translateX(-180%);
  }
}
.modal .modal-content div.modal-content-inner {
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-right: max(1.25vw, 1rem);
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.img {
  border-radius: 1em;
  overflow: hidden;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.img img {
  width: 100%;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.txt {
  margin-top: max(1.5vw, 1.25rem);
  color: #736357;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.txt p.sweets {
  margin: 0 0 0.5em;
  padding: 1.5rem 0.5rem 0;
  font-size: max(1.5vw, 1.25em);
  font-weight: 600;
  line-height: 1.4;
  border-top: 1px solid #736357;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.txt p.sweets {
    margin-bottom: 1em;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 0 0.5rem 1.5rem;
  border-bottom: 1px solid #736357;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan {
    flex-direction: column;
    gap: 0.25em;
    align-items: flex-start;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan p.ttl {
  display: inline-block;
  margin: 0;
  padding: 0.2em 0.8em 0.3em;
  font-size: 0.75em;
  letter-spacing: 0;
  color: white;
  background: #736357;
  border-radius: 0.25rem;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan p.ttl {
    padding: 2px 6px;
    font-size: 10px;
    text-align: center;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan p.date {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.txt div.kikan p.date {
    font-size: 0.8em;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info {
  position: relative;
  padding: 0 0.5rem;
  /*
  div.img {
      position: absolute;
      top: 1rem;
      right: .5rem;
      width: 30%;
      z-index: 1;
  }
  */
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info p.shopname {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4em;
  margin: 0;
  padding: 1.5rem 0 0;
  font-size: max(1.1vw, 1.125em);
  font-weight: 600;
  line-height: 1.4;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info p.shopname::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #ed8c8c;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info p.copy {
  margin: 1em 0 1.5rem;
  font-size: 0.875em;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner {
  position: relative;
  z-index: 2;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box {
  display: grid;
  grid-template-columns: 10em minmax(0, 1fr);
  font-size: 0.875em;
  color: #736357;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box {
    grid-template-columns: minmax(0, 1fr);
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.left {
  padding: 0.5em 0.75em;
  background: #f5f4ef;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.left {
    display: inline-block;
    padding: 1em 0 0;
    background: none;
    border-bottom: 0;
    font-size: 11px;
    font-style: italic;
  }
  .modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.left::before {
    content: "-";
    margin-right: 0.25em;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right {
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 599px) {
  .modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right {
    padding: 0.35em 0;
  }
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right ul.link-list li span {
  display: block;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right ul.link-list li span a {
  word-break: break-all;
  color: #736357;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right ul.link-list li span a::after {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: 0.5em;
}
.modal .modal-content div.modal-content-inner div.modal_scroll div.shop_info div.shop_info_inner div.box div.right ul.link-list li span a:hover {
  color: hotpink;
}

/* -------------------------------- 
footer
--------------------------------- */
footer {
  padding: max(3vw, 2rem) 0;
  color: white;
  background: #433A2E;
  text-align: center;
}
footer h2 {
  display: inline-block;
  padding: 0.75em 1.25em;
  font-size: max(1vw, 1em);
  color: #433A2E;
  background: white;
  border-radius: 0.25em;
}
footer p.sitename {
  font-size: max(1.2vw, 0.8em);
  font-weight: bold;
}
footer p.tel {
  font-weight: bold;
  font-size: max(0.9vw, 0.9em);
}
footer p.time {
  font-size: max(0.9vw, 0.9em);
}/*# sourceMappingURL=style.css.map */