@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  scroll-behavior: smooth;
  max-width: 640px;
  margin: 0 auto;
  background-color: #1b0029; }

.ZenMaru {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700; }

ul {
  padding: 0;
  list-style: none;
  position: relative; }

a {
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.pc {
  display: inline; }

.mb {
  display: none; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .mb {
    display: inline; } }
header .mainvisual {
  background: url(../img/mainttl-bg.png) no-repeat top;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  header .mainvisual .illust01 {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 15%;
    animation: fuwafuwa01 1.8s ease-in-out infinite alternate-reverse; }
  header .mainvisual .illust02 {
    position: absolute;
    left: 7%;
    bottom: 28%;
    width: 13%;
    animation: fuwafuwa02 1.8s ease-in-out infinite alternate-reverse; }
header h1 {
  margin: 0; }
  header h1 img {
    height: auto;
    width: 83%;
    padding-top: 3.2em; }
header p.cooking {
  margin: 1em auto 0;
  padding-bottom: 5em; }
  header p.cooking img {
    height: auto;
    width: 72%; }
header p.schedule {
  margin: 1em auto 0;
  padding-bottom: 1em; }
  header p.schedule img {
    height: auto;
    width: 77%; }

.all_bg {
  background: #28003c; }

#schedule {
  padding: 1em 0 1.5em;
  text-align: center; }
  #schedule img {
    width: 90%; }

#MainContents h2 {
  margin: 0;
  text-align: center; }
  #MainContents h2 img {
    width: 70%; }
#MainContents .gift {
  position: relative;
  display: block;
  overflow: hidden;
  width: 87.5%;
  margin: 0 auto; }
  #MainContents .gift .gift_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  #MainContents .gift .gift_text01 {
    width: 43%;
    margin: 2em auto 0; }
    @media screen and (max-width: 767px) {
      #MainContents .gift .gift_text01 {
        margin: 1.5em auto 0; } }
  #MainContents .gift .gift_text02 {
    width: 90%;
    margin: 0 auto; }
  #MainContents .gift .gift_text03 {
    width: 83%;
    margin: 0 auto; }
  #MainContents .gift ul {
    font-size: 60%;
    margin: 0 auto;
    text-align: left;
    width: 85%; }
    #MainContents .gift ul li {
      text-indent: -1em;
      padding-left: 1em;
      line-height: 16px;
      letter-spacing: .02rem; }
  #MainContents .gift .bat_dit01 {
    animation: bat_x01 1.5s ease-in-out infinite alternate-reverse;
    position: absolute;
    width: 12.5%;
    top: 11%;
    left: 8%; }
  #MainContents .gift .bat_img01 {
    animation: bat_y01 1.8s ease-in-out infinite alternate-reverse; }
  #MainContents .gift .bat_dit02 {
    animation: bat_x02 1.5s ease-in-out infinite alternate-reverse;
    position: absolute;
    width: 9%;
    top: 20%;
    right: 8%; }
  #MainContents .gift .bat_img02 {
    animation: bat_y02 1.8s ease-in-out infinite alternate-reverse; }

.target_products {
  padding: 2em 0; }
  .target_products .text-box {
    position: relative;
    width: 60%;
    margin: 0 auto; }
    .target_products .text-box .target_bnr {
      width: 100%;
      margin: 0 auto; }
    .target_products .text-box .star01 {
      position: absolute;
      left: -15%;
      top: 7%;
      z-index: 1;
      width: 9%; }
    .target_products .text-box .star02 {
      position: absolute;
      right: -15%;
      bottom: 10%;
      width: 9%; }

.houhou {
  position: relative;
  display: block;
  overflow: hidden; }
  .houhou .step {
    width: 86%;
    margin: 0 auto 25px; }
  .houhou p {
    position: relative;
    width: 85%;
    margin: 0.5em auto 1em;
    z-index: 50; }
  .houhou p.houhou_text {
    width: 70%;
    margin: 0.5em auto 3em; }

.about {
  background: #fff;
  padding: 2em 0; }
  .about h2 {
    width: 83%;
    margin: 0 auto !important; }
    .about h2 img {
      width: 100% !important; }
  .about .about_01 {
    width: 50%;
    margin: 1em auto; }
  .about .about_02 {
    width: 84%;
    margin: 0 auto; }

.instagramAccount {
  background-color: #fff;
  border-top: 3px solid #ff91ab;
  border-bottom: 3px solid #ff91ab;
  padding: 2% 8%; }
  .instagramAccount ul {
    font-size: 70%; }
    .instagramAccount ul li {
      text-indent: -1em;
      padding-left: 1em; }

.recipe {
  background-color: #c3e191;
  position: relative;
  overflow: hidden; }
  .recipe .flower {
    position: absolute;
    right: -10px;
    top: 0.5em;
    width: 20%; }
  .recipe .recipe-item {
    width: 85%;
    margin: 2em auto;
    display: block;
    position: relative; }
    .recipe .recipe-item a {
      display: block;
      position: relative;
      width: 100%;
      text-align: center; }
      .recipe .recipe-item a h4 {
        position: absolute;
        bottom: -10px;
        left: -10px;
        z-index: 80;
        width: 100%;
        margin: 0; }
        .recipe .recipe-item a h4 img {
          width: 98%; }
  .recipe .recipe-otherLink {
    background: url(../img/recipe-otherlink.png) no-repeat center;
    background-size: contain;
    width: 80%;
    padding: 3em 0;
    margin: -1em auto 1em;
    display: block;
    position: relative; }
    .recipe .recipe-otherLink p {
      font-size: 98%;
      font-weight: 500;
      line-height: 1.2;
      color: #5a2e00;
      padding: 0 10px; }
      .recipe .recipe-otherLink p a {
        color: #ea608e;
        text-decoration: underline; }

.detail {
  background-color: #fff;
  width: 92%;
  padding: 0.5em 4%;
  margin: 0 auto;
  font-size: 90%; }
  .detail .detail-inner {
    width: 100%;
    margin: 0 auto 2em;
    line-height: 1.5; }
  .detail h3 {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    background: #7d3c87;
    color: #fff;
    line-height: 1.2;
    padding: 0.3em 0;
    margin: 0.6em auto 0.5em; }
    .detail h3.contact {
      background: #7d3c87; }
  .detail table th {
    vertical-align: top;
    text-align: left;
    width: 100%;
    display: block; }
  .detail table td {
    width: 100%;
    display: block; }
  .detail table p {
    margin: 0 auto; }
  .detail ul {
    margin: 0 auto; }
    .detail ul li {
      padding-left: 1em;
      text-indent: -1em; }
  .detail .caution {
    border: 1px dashed #000;
    padding: 1em 1em;
    line-height: 1.5;
    width: 83%;
    font-size: 80%;
    margin: 1em auto; }
    .detail .caution h4 {
      margin: 5px 0;
      padding-left: 0; }
    .detail .caution ul.dashedBox-list li {
      padding-left: 1em;
      text-indent: -1em; }
  .detail .cautionBox {
    width: 90%;
    padding: 0;
    display: flex;
    position: relative;
    background: #E11E19;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around; }
    .detail .cautionBox .icon {
      width: 7%; }
    .detail .cautionBox .midashi {
      text-align: center;
      font-size: 120%;
      font-weight: bold; }
    .detail .cautionBox span {
      color: #FFEB28;
      font-weight: bold; }

.contact p {
  margin: .4em auto; }
.contact .tel {
  font-size: 170%;
  font-weight: 500; }
  .contact .tel a {
    color: #000; }

#page-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .2s ease-out;
  margin: 0; }
  #page-top a {
    width: 80px;
    display: block; }
    #page-top a:hover {
      opacity: 0.8; }

footer {
  background-color: #fff;
  width: 90%;
  padding: 0 5%;
  z-index: 10;
  margin-top: 2.5em;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  margin: 0 auto; }
  footer .footer_img {
    padding: 1.5em 0 1em; }
  footer .copylight {
    text-align: center;
    padding: 2em 0;
    font-family: serif;
    font-size: 120%;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      footer .copylight {
        font-size: 60%; } }

.fadein {
  opacity: 0; }

/*一瞬表示されるのを防ぐ*/
.fadeinDown {
  animation-name: fadeinDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; }

@keyframes fadeinDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0); } }
.fadein-anime {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1.5s ease-out forwards; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.EndArea {
  background-color: #c283c3cf;
  width: 100%;
  height: 70%;
  position: absolute;
  margin-top: -10px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .EndArea .inner {
    background: #801381;
    width: 85%;
    margin: 0  auto;
    border-radius: 7px;
    padding: 4px;
    font-size: 14px;
    line-height: 1.5; }
    .EndArea .inner span {
      background: #801381;
      border: 2px solid #fff;
      border-radius: 5px;
      display: block;
      padding: 0.8em 0;
      text-align: center;
      color: #fff; }

/*お化け用*/
@keyframes fuwafuwa01 {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
@keyframes fuwafuwa02 {
  0% {
    transform: translateY(10%); }
  100% {
    transform: translateY(-10%); } }
/*コウモリ用*/
@keyframes bat_x01 {
  0% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(5%); } }
@keyframes bat_y01 {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
@keyframes bat_x02 {
  0% {
    transform: translateX(5%); }
  100% {
    transform: translateX(-5%); } }
@keyframes bat_y02 {
  0% {
    transform: translateY(10%); }
  100% {
    transform: translateY(-10%); } }
/*光*/
@keyframes pika01 {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pika02 {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
