@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/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
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: 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; }

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important; }

@media screen and (min-width: 1041px) {
  ._disp-tb {
    display: none !important; }

  ._hide-pc {
    display: none !important; } }
@media screen and (max-width: 1040px) {
  ._disp-pc {
    display: none !important; } }
@media screen and (min-width: 601px) and (max-width: 1040px) {
  ._hide-tb {
    display: none !important; } }
@media screen and (min-width: 601px) {
  ._disp-sp {
    display: none !important; } }
@media screen and (max-width: 600px) {
  ._disp-tb {
    display: none !important; }

  ._hide-sp {
    display: none !important; } }
._clearfix {
  zoom: 1; }
  ._clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }

._center {
  text-align: center !important; }

._left {
  text-align: left !important; }

._right {
  text-align: right !important; }

._float-l {
  float: left !important; }

._float-r {
  float: right !important; }

._clear {
  clear: both !important; }

._hidden {
  display: none !important; }

._disp-ib {
  display: inline-block !important; }

._margin0 {
  margin: 0 !important; }

._padding0 {
  padding: 0 !important; }

._border0 {
  border: none !important; }

._fixed {
  position: fixed !important; }

._absolute {
  position: absolute !important; }

._static {
  position: static !important; }

._xsmall {
  font-size: 75% !important; }

._small {
  font-size: 88% !important; }

._large {
  font-size: 113% !important; }

._xlarge {
  font-size: 133% !important; }

._nowrap {
  white-space: nowrap !important; }

._nobg {
  background: none !important; }

._full {
  width: 100% !important; }

/**************************************************/
/* base */
/**************************************************/
html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  min-width: 375px;
  padding: 0px;
  color: #333;
  line-height: 1.5; }
  body.-fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

body,
input,
textarea {
  font-size: 16px; }

input,
textarea,
select,
button {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }

button,
input[type="button"],
input[type="submit"] {
  transition: opacity 0.15s ease-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 0.7; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: underline;
  transition: opacity 0.15s ease-out; }
  a:hover {
    opacity: 0.7; }
  ._ios a:hover {
    opacity: 1; }

em {
  font-style: normal; }

p {
  margin: 0 0 2em;
  line-height: 2; }

a.-telink {
  cursor: default;
  opacity: 1 !important; }

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
.page-container {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.l-page-contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px; }

.l-section {
  position: relative;
  padding: 10px 0 165px; }
  @media screen and (max-width: 1040px) {
    .l-section {
      padding: 40px 0 165px; } }
  @media screen and (max-width: 600px) {
    .l-section {
      padding: 30px 0 100px; } }

[data-trigger]:not([data-trigger="custom"]).-invisible {
  opacity: 0;
  transform: scale(0.75); }
[data-trigger]:not([data-trigger="custom"]).-visible {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1); }

.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .mainimage {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star1 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star2 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star3 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star4 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star5 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-invisible > .container .star6 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .mainimage {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star1 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star2 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star3 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star4 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star5 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"].-visible > .container .star6 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1); }
.ikkaku-deliveryset[data-trigger="custom"] > .lead {
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 156.25%;
  text-align: center;
  font-weight: bold; }
@media screen and (max-width: 1040px) {
  .ikkaku-deliveryset[data-trigger="custom"] > .lead {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 112.5%;
    text-align: center;
    font-weight: bold; } }

.ikkaku-oyadori[data-trigger="custom"].-invisible > .mainimage .oya {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-oyadori[data-trigger="custom"].-invisible > .mainimage .box {
  opacity: 0;
  transform: translateX(40px); }
.ikkaku-oyadori[data-trigger="custom"].-invisible > .mainimage .chicken {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-oyadori[data-trigger="custom"].-invisible > .mainimage .star1 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-oyadori[data-trigger="custom"].-invisible > .mainimage .star2 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-oyadori[data-trigger="custom"].-visible > .mainimage .oya {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1); }
.ikkaku-oyadori[data-trigger="custom"].-visible > .mainimage .box {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(0); }
.ikkaku-oyadori[data-trigger="custom"].-visible > .mainimage .chicken {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-oyadori[data-trigger="custom"].-visible > .mainimage .star1 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-oyadori[data-trigger="custom"].-visible > .mainimage .star2 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }

.ikkaku-hinadori[data-trigger="custom"].-invisible > .mainimage .hina {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-hinadori[data-trigger="custom"].-invisible > .mainimage .box {
  opacity: 0;
  transform: translateX(-40px); }
.ikkaku-hinadori[data-trigger="custom"].-invisible > .mainimage .girl {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-hinadori[data-trigger="custom"].-invisible > .mainimage .star1 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-hinadori[data-trigger="custom"].-invisible > .mainimage .star2 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-hinadori[data-trigger="custom"].-visible > .mainimage .hina {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1); }
.ikkaku-hinadori[data-trigger="custom"].-visible > .mainimage .box {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(0); }
.ikkaku-hinadori[data-trigger="custom"].-visible > .mainimage .girl {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-hinadori[data-trigger="custom"].-visible > .mainimage .star1 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-hinadori[data-trigger="custom"].-visible > .mainimage .star2 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }

.ikkaku-torimeshi[data-trigger="custom"].-invisible > .mainimage .meshi {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-torimeshi[data-trigger="custom"].-invisible > .mainimage .box {
  opacity: 0;
  transform: translateX(40px); }
.ikkaku-torimeshi[data-trigger="custom"].-invisible > .mainimage .beer {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-torimeshi[data-trigger="custom"].-invisible > .mainimage .star1 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-torimeshi[data-trigger="custom"].-invisible > .mainimage .star2 {
  opacity: 0;
  transform: scale(0.75); }
.ikkaku-torimeshi[data-trigger="custom"].-visible > .mainimage .meshi {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1); }
.ikkaku-torimeshi[data-trigger="custom"].-visible > .mainimage .box {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(0); }
.ikkaku-torimeshi[data-trigger="custom"].-visible > .mainimage .beer {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-torimeshi[data-trigger="custom"].-visible > .mainimage .star1 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }
.ikkaku-torimeshi[data-trigger="custom"].-visible > .mainimage .star2 {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transform: scale(1); }

.ikkaku-deliveryset > .container .star1 img {
  animation: bright 3s steps(4) infinite -2s; }
.ikkaku-deliveryset > .container .star2 img {
  animation: bright 3s steps(4) infinite -1s; }
.ikkaku-deliveryset > .container .star3 img {
  animation: bright 3s steps(4) infinite; }
.ikkaku-deliveryset > .container .star4 img {
  animation: bright 3s steps(4) infinite; }
.ikkaku-deliveryset > .container .star5 img {
  animation: bright 3s steps(4) infinite -2s; }
.ikkaku-deliveryset > .container .star6 img {
  animation: bright 3s steps(4) infinite -1s; }

@keyframes floating {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
@keyframes floating02 {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(0.95); } }
@keyframes bright {
  to {
    transform: rotate(360deg) scale(0.5); } }
@keyframes chicken {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(5deg); } }
@keyframes girl {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(5deg); } }
@keyframes beer {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(5deg); } }
/**************************************************/
/* pages */
/**************************************************/
.site-logo {
  margin: 40px auto 0;
  font-size: 100%;
  text-align: center; }
  .site-logo.-foot {
    margin-top: 60px; }
  @media screen and (max-width: 600px) {
    .site-logo {
      width: 130px;
      margin: 20px auto 0; }
      .site-logo.-foot {
        margin-top: 30px; } }

.main-visual {
  position: relative;
  height: 750px;
  overflow: hidden; }
  @media screen and (max-width: 1400px) {
    .main-visual {
      height: 53.5714285714vw; } }
  .main-visual > .coverimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 750px;
    overflow: hidden;
    z-index: 0; }
    @media screen and (max-width: 1400px) {
      .main-visual > .coverimg {
        height: 53.5714285714vw; } }
    .main-visual > .coverimg .bgimg > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: 0;
      width: auto;
      max-width: none;
      margin: auto;
      height: 750px;
      display: block;
      transform: translateX(-50%); }
    .main-visual > .coverimg .bgimg::before, .main-visual > .coverimg .bgimg::after {
      content: "";
      display: block;
      width: 100%;
      height: 40px;
      background-color: #fff;
      position: absolute;
      z-index: 1; }
    .main-visual > .coverimg .bgimg::before {
      top: 0; }
    .main-visual > .coverimg .bgimg::after {
      bottom: 0; }
    @media screen and (max-width: 1400px) {
      .main-visual > .coverimg .bgimg > img {
        height: 53.5714285714vw; }
      .main-visual > .coverimg .bgimg::before, .main-visual > .coverimg .bgimg::after {
        height: 2.8571428571vw; } }
    .main-visual > .coverimg .image {
      position: relative;
      display: block;
      overflow: hidden;
      width: 1400px;
      height: 750px;
      margin: auto; }
      .main-visual > .coverimg .image > img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        max-width: none;
        margin: auto;
        height: 750px;
        display: block;
        z-index: 2;
        animation: mvhige 1s steps(2) infinite forwards; }
      .main-visual > .coverimg .image > .dear, .main-visual > .coverimg .image > .papa {
        display: block;
        position: absolute;
        z-index: 3; }
        .main-visual > .coverimg .image > .dear img, .main-visual > .coverimg .image > .papa img {
          max-width: none; }
      .main-visual > .coverimg .image > .dear {
        top: 310px;
        right: 791px; }
        .main-visual > .coverimg .image > .dear img {
          animation: floating02 4s ease-in-out infinite; }
      .main-visual > .coverimg .image > .papa {
        top: 319px;
        right: 528px; }
        .main-visual > .coverimg .image > .papa img {
          animation: floating02 4s ease-in-out infinite;
          animation-delay: 1s; }
      .main-visual > .coverimg .image > .oyahina {
        display: block;
        position: absolute;
        top: 120px;
        left: 200px;
        z-index: 3; }
        .main-visual > .coverimg .image > .oyahina img {
          max-width: none;
          animation: floating 4s ease-in-out infinite; }
      .main-visual > .coverimg .image > .summer {
        display: block;
        position: absolute;
        bottom: 70px;
        left: 490px;
        z-index: 3; }
        .main-visual > .coverimg .image > .summer img {
          max-width: none;
          animation: floating 4s ease-in-out infinite;
          animation-delay: 2s; }
    @media screen and (max-width: 1400px) {
      .main-visual > .coverimg .image {
        width: 100vw;
        height: 53.5714285714vw; }
        .main-visual > .coverimg .image > img {
          height: 53.5714285714vw; }
        .main-visual > .coverimg .image > .dear {
          top: 22.1428571429vw;
          right: 56.5vw; }
          .main-visual > .coverimg .image > .dear img {
            width: 5.6428571429vw; }
        .main-visual > .coverimg .image > .papa {
          top: 22.7857142857vw;
          right: 37.7142857143vw; }
          .main-visual > .coverimg .image > .papa img {
            width: 5.2142857143vw; }
        .main-visual > .coverimg .image > .oyahina {
          top: 8.5714285714vw;
          left: 14.2857142857vw; }
          .main-visual > .coverimg .image > .oyahina img {
            width: 27.9285714286vw; }
        .main-visual > .coverimg .image > .summer {
          bottom: 5vw;
          left: 35vw; }
          .main-visual > .coverimg .image > .summer img {
            width: 24.2142857143vw; } }
  .main-visual .swiper-slide {
    overflow: hidden; }

@keyframes mvhige {
  to {
    transform: translateX(-100%); } }
.important-contents {
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 1040px) {
    .important-contents {
      margin-top: 0; } }
  .important-contents > .title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 60px;
    font-size: 137.5%;
    font-weight: bold;
    line-height: 2.3; }
    @media screen and (max-width: 1040px) {
      .important-contents > .title {
        padding-left: 50px;
        font-size: 112.5%; } }
    .important-contents > .title > .anchor {
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 118.1818181818%;
      line-height: 0;
      transform: translateY(-50%); }
      .important-contents > .title > .anchor img {
        width: 1.8em; }
  .important-contents > .text {
    margin-bottom: 0;
    font-size: 112.5%;
    line-height: 2; }
    .important-contents > .text .dashed {
      padding-bottom: .3em;
      border-bottom: 1px dashed; }
    @media screen and (max-width: 1040px) {
      .important-contents > .text {
        font-size: 100%; } }

.farthersday-box {
  box-sizing: border-box;
  border: 1px solid #107b3b;
  padding: 0 30px 30px; }
  .farthersday-box > .title {
    margin: 0 -30px 20px;
    padding: 20px;
    background: #107b3b;
    color: #fff;
    font-size: 168.75%;
    line-height: 1.5;
    font-weight: bold; }
  .farthersday-box > .important {
    margin-bottom: 0;
    font-size: 125%; }
    .farthersday-box > .important > .marker {
      padding: .4em;
      background: linear-gradient(transparent 50%, #fff787 50%);
      font-weight: bold; }
      .farthersday-box > .important > .marker .red {
        color: #E31623;
        font-weight: bold; }
  @media screen and (max-width: 1040px) {
    .farthersday-box {
      padding: 0 15px 20px; }
      .farthersday-box > .title {
        margin: 0 -15px 15px;
        padding: 15px;
        font-size: 156.25%; }
      .farthersday-box > .important {
        font-size: 112.5%; } }
  @media screen and (max-width: 600px) {
    .farthersday-box > .title {
      font-size: 112.5%; }
    .farthersday-box > .important {
      font-size: 87.5%; } }

.postcardText {
  margin-top: 60px;
  text-align: center; }
  .postcardText > img {
    display: block;
    width: 720px;
    margin: auto; }

.summer-contents {
  margin: -8px 0 -72px;
  text-align: center; }
  @media screen and (max-width: 1040px) {
    .summer-contents {
      margin-top: 0; } }

.ikkaku-deliveryset {
  position: relative;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 1040px) {
    .ikkaku-deliveryset {
      padding: 0; } }
  .ikkaku-deliveryset > .container {
    position: relative; }
    .ikkaku-deliveryset > .container > .mainimage {
      width: 83.3333333333%;
      margin: 0 auto;
      line-height: 0;
      text-align: center; }
    .ikkaku-deliveryset > .container .star1 {
      display: inline-block;
      position: absolute;
      top: 14%;
      left: 11%;
      width: 7.1111111111%; }
    .ikkaku-deliveryset > .container .star2 {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 7.1111111111%; }
    .ikkaku-deliveryset > .container .star3 {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 14%;
      width: 7.1111111111%; }
    .ikkaku-deliveryset > .container .star4 {
      display: inline-block;
      position: absolute;
      top: 20%;
      right: 7%;
      width: 7.1111111111%; }
    .ikkaku-deliveryset > .container .star5 {
      display: inline-block;
      position: absolute;
      top: 42%;
      right: 1%;
      width: 7.1111111111%; }
    .ikkaku-deliveryset > .container .star6 {
      display: inline-block;
      position: absolute;
      bottom: 11%;
      right: 8%;
      width: 7.1111111111%; }
  @media screen and (max-width: 600px) {
    .ikkaku-deliveryset > .container {
      position: relative; }
      .ikkaku-deliveryset > .container > .mainimage {
        width: 90%; } }

.dish-information {
  display: block;
  box-sizing: border-box;
  position: relative;
  max-width: 560px;
  margin: -40px 0 0 auto;
  z-index: 2; }
  .dish-information > .information {
    margin: 0 0;
    padding: 25px 45px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 0 #F5D0B9; }
  .dish-information > .information > .container {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    align-items: center;
    align-content: center;
    position: relative;
    margin: 0; }
    .dish-information > .information > .container .name {
      font-size: 212.5%;
      display: inline-block;
      font-weight: bold; }
    .dish-information > .information > .container .price {
      font-size: 91.1764705882%;
      display: inline-block;
      margin: 0 0 0 1em;
      font-weight: bold; }
      .dish-information > .information > .container .price small {
        font-size: 54.8387096774%; }
  .dish-information > .information > .lead {
    font-size: 112.5%;
    margin: 10px 0 0;
    font-weight: bold;
    line-height: 1.5; }
  .dish-information > .text {
    margin: 20px 45px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 87.5%;
    line-height: 1.75; }
  @media screen and (max-width: 1040px) {
    .dish-information {
      max-width: 400px;
      margin-top: -30px; }
      .dish-information > .information {
        padding: 15px 20px; }
      .dish-information > .information > .container .name {
        font-size: 150%; }
      .dish-information > .information > .container .price {
        font-size: 91.6666666667%; }
        .dish-information > .information > .container .price small {
          font-size: 72.7272727273%; }
      .dish-information > .information > .lead {
        font-size: 100%; }
      .dish-information > .text {
        margin: 20px 20px 0;
        font-size: 81.25%; } }
  @media screen and (max-width: 600px) {
    .dish-information {
      max-width: 300px;
      margin-top: -20px; }
      .dish-information > .information {
        padding: 15px;
        box-shadow: 5px 5px 0 #d5ebe3; }
      .dish-information > .information > .container .name {
        font-size: 125%; }
      .dish-information > .information > .container .price {
        font-size: 100%; }
        .dish-information > .information > .container .price small {
          font-size: 70%; }
      .dish-information > .information > .container .image {
        width: 44px; }
      .dish-information > .information > .lead {
        font-size: 87.5%; } }

.ikkaku-oyadori {
  position: relative;
  margin: 140px auto 0; }
  .ikkaku-oyadori > .chopsticks {
    margin: 20px 0 0;
    filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(2170%) hue-rotate(304deg) brightness(102%) contrast(92%); }
  .ikkaku-oyadori > .mainimage {
    position: relative;
    text-align: center;
    z-index: 1; }
    .ikkaku-oyadori > .mainimage .main {
      display: block;
      max-width: 580px;
      margin: 0 auto;
      line-height: 0; }
      .ikkaku-oyadori > .mainimage .main img {
        box-shadow: 20px 20px 0 0 #8FD0DD; }
    .ikkaku-oyadori > .mainimage .oya {
      display: inline-block;
      position: absolute;
      top: -30%;
      left: 0%; }
    .ikkaku-oyadori > .mainimage .box {
      display: inline-block;
      position: absolute;
      top: 58%;
      left: -8%; }
    .ikkaku-oyadori > .mainimage .chicken {
      display: inline-block;
      position: absolute;
      top: 28%;
      right: 0; }
    .ikkaku-oyadori > .mainimage .star1 {
      display: inline-block;
      position: absolute;
      top: 40%;
      left: 12%; }
    .ikkaku-oyadori > .mainimage .star2 {
      display: inline-block;
      position: absolute;
      top: 10%;
      right: 6%; }
    .ikkaku-oyadori > .mainimage .oya img {
      animation: floating 3s ease-in-out infinite; }
    .ikkaku-oyadori > .mainimage .chicken img {
      animation: chicken 3s steps(1) infinite 1.5s; }
    .ikkaku-oyadori > .mainimage .star1 img {
      animation: bright 3s steps(4) infinite; }
    .ikkaku-oyadori > .mainimage .star2 img {
      animation: bright 3s steps(4) infinite -1s; }
  @media screen and (max-width: 1160px) {
    .ikkaku-oyadori > .mainimage .chicken {
      right: -2%; }
    .ikkaku-oyadori > .mainimage .box {
      left: 0; } }
  @media screen and (max-width: 1040px) {
    .ikkaku-oyadori > .mainimage .main {
      width: 64.4444444444%; }
    .ikkaku-oyadori > .mainimage .oya {
      width: 37.1111111111%; }
    .ikkaku-oyadori > .mainimage .box {
      width: 30.1111111111%; }
    .ikkaku-oyadori > .mainimage .chicken {
      width: 17.6666666667%; }
    .ikkaku-oyadori > .mainimage .star1 {
      width: 5.5555555556%; }
    .ikkaku-oyadori > .mainimage .star2 {
      width: 5.5555555556%; } }
  @media screen and (max-width: 600px) {
    .ikkaku-oyadori {
      max-width: 480px;
      margin-top: 50px; }
      .ikkaku-oyadori > .mainimage .main {
        width: auto;
        padding: 0 10px 10px 0; }
        .ikkaku-oyadori > .mainimage .main img {
          box-shadow: 10px 10px 0 0 #8FD0DD; }
      .ikkaku-oyadori > .mainimage .oya {
        top: -15%;
        left: -5%; }
      .ikkaku-oyadori > .mainimage .box {
        top: 54%;
        left: -5%; }
      .ikkaku-oyadori > .mainimage .chicken {
        top: 52%;
        right: 4%;
        width: 23.8805970149%; }
      .ikkaku-oyadori > .mainimage .star1 {
        top: 37%;
        left: -4%; }
      .ikkaku-oyadori > .mainimage .star2 {
        top: -9%;
        right: 25%; } }

.ikkaku-hinadori {
  position: relative;
  margin: 80px auto 0; }
  .ikkaku-hinadori > .chopsticks {
    margin: 10px 0 0;
    filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(2170%) hue-rotate(304deg) brightness(102%) contrast(92%); }
  .ikkaku-hinadori > .mainimage {
    position: relative;
    text-align: center; }
    .ikkaku-hinadori > .mainimage .main {
      display: block;
      max-width: 580px;
      margin: 0 auto;
      line-height: 0; }
      .ikkaku-hinadori > .mainimage .main img {
        box-shadow: 20px 20px 0 0 #8FD0DD; }
    .ikkaku-hinadori > .mainimage .hina {
      display: inline-block;
      position: absolute;
      top: -17%;
      left: 1%; }
    .ikkaku-hinadori > .mainimage .box {
      display: inline-block;
      position: absolute;
      top: -5%;
      right: -10%; }
    .ikkaku-hinadori > .mainimage .girl {
      display: inline-block;
      position: absolute;
      top: 76%;
      left: -5%; }
    .ikkaku-hinadori > .mainimage .star1 {
      display: inline-block;
      position: absolute;
      top: 42%;
      left: 10%; }
    .ikkaku-hinadori > .mainimage .star2 {
      display: inline-block;
      position: absolute;
      top: -12%;
      right: 8%; }
    .ikkaku-hinadori > .mainimage .hina img {
      animation: floating 3s ease-in-out infinite -1.5s; }
    .ikkaku-hinadori > .mainimage .girl img {
      animation: girl 3s steps(1) infinite 1.5s; }
    .ikkaku-hinadori > .mainimage .star1 img {
      animation: bright 3s steps(4) infinite; }
    .ikkaku-hinadori > .mainimage .star2 img {
      animation: bright 3s steps(4) infinite -1s; }
  @media screen and (max-width: 1160px) {
    .ikkaku-hinadori > .mainimage .star2 {
      right: 16%; }
    .ikkaku-hinadori > .mainimage .girl {
      left: 0; }
    .ikkaku-hinadori > .mainimage .box {
      right: -2%; } }
  @media screen and (max-width: 1040px) {
    .ikkaku-hinadori > .mainimage .main {
      width: 64.4444444444%; }
    .ikkaku-hinadori > .mainimage .hina {
      width: 34%; }
    .ikkaku-hinadori > .mainimage .box {
      width: 30%; }
    .ikkaku-hinadori > .mainimage .girl {
      width: 16%; }
    .ikkaku-hinadori > .mainimage .star1 {
      width: 5.5555555556%; }
    .ikkaku-hinadori > .mainimage .star2 {
      width: 5.5555555556%; } }
  @media screen and (max-width: 600px) {
    .ikkaku-hinadori {
      max-width: 480px;
      margin-top: 40px; }
      .ikkaku-hinadori > .chopsticks {
        margin-top: 20px;
        filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(2170%) hue-rotate(304deg) brightness(102%) contrast(92%); }
      .ikkaku-hinadori > .mainimage .main {
        width: auto;
        padding: 0 10px 10px 0; }
        .ikkaku-hinadori > .mainimage .main img {
          box-shadow: 10px 10px 0 0 #8FD0DD; }
      .ikkaku-hinadori > .mainimage .hina {
        top: -12%;
        left: -5%; }
      .ikkaku-hinadori > .mainimage .box {
        top: -15%;
        right: -3%; }
      .ikkaku-hinadori > .mainimage .girl {
        top: 66%;
        left: 0;
        width: 23.8805970149%; }
      .ikkaku-hinadori > .mainimage .star1 {
        top: 102%;
        left: -1%; }
      .ikkaku-hinadori > .mainimage .star2 {
        top: -15%;
        right: 16%; } }

.ikkaku-torimeshi {
  position: relative;
  margin: 40px auto 0; }
  .ikkaku-torimeshi > .chopsticks {
    margin: 40px 0 0;
    filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(2170%) hue-rotate(304deg) brightness(102%) contrast(92%); }
  .ikkaku-torimeshi .chara {
    margin: 50px auto 0;
    text-align: center; }
  .ikkaku-torimeshi > .mainimage {
    position: relative;
    text-align: center; }
    .ikkaku-torimeshi > .mainimage .main {
      display: block;
      max-width: 580px;
      margin: 0 auto;
      line-height: 0; }
      .ikkaku-torimeshi > .mainimage .main img {
        box-shadow: 20px 20px 0 0 #8FD0DD; }
    .ikkaku-torimeshi > .mainimage .meshi {
      display: inline-block;
      position: absolute;
      top: -13%;
      right: -6%; }
    .ikkaku-torimeshi > .mainimage .box {
      display: inline-block;
      position: absolute;
      top: 6%;
      left: -10%; }
    .ikkaku-torimeshi > .mainimage .beer {
      display: inline-block;
      position: absolute;
      top: 102%;
      left: 3%; }
    .ikkaku-torimeshi > .mainimage .star1 {
      display: inline-block;
      position: absolute;
      top: -8%;
      left: 12%; }
    .ikkaku-torimeshi > .mainimage .star2 {
      display: inline-block;
      position: absolute;
      top: 115%;
      left: 24%; }
    .ikkaku-torimeshi > .mainimage .meshi img {
      animation: floating 3s ease-in-out infinite; }
    .ikkaku-torimeshi > .mainimage .beer img {
      animation: beer 3s steps(1) infinite 1.5s; }
    .ikkaku-torimeshi > .mainimage .star1 img {
      animation: bright 3s steps(4) infinite; }
    .ikkaku-torimeshi > .mainimage .star2 img {
      animation: bright 3s steps(4) infinite -1s; }
  @media screen and (max-width: 1160px) {
    .ikkaku-torimeshi > .mainimage .meshi {
      right: 0; }
    .ikkaku-torimeshi > .mainimage .girl {
      left: 0; }
    .ikkaku-torimeshi > .mainimage .box {
      left: -1%; } }
  @media screen and (max-width: 1040px) {
    .ikkaku-torimeshi > .mainimage .main {
      width: 64.4444444444%; }
    .ikkaku-torimeshi > .mainimage .meshi {
      width: 37.7777777778%; }
    .ikkaku-torimeshi > .mainimage .box {
      width: 29.1111111111%; }
    .ikkaku-torimeshi > .mainimage .beer {
      width: 16.4444444444%; }
    .ikkaku-torimeshi > .mainimage .star1 {
      width: 5.5555555556%; }
    .ikkaku-torimeshi > .mainimage .star2 {
      width: 5.5555555556%; } }
  @media screen and (max-width: 600px) {
    .ikkaku-torimeshi {
      max-width: 480px;
      margin-top: 30px; }
      .ikkaku-torimeshi > .mainimage .main {
        width: auto;
        padding: 0 10px 10px 0; }
        .ikkaku-torimeshi > .mainimage .main img {
          box-shadow: 10px 10px 0 0 #8FD0DD; }
      .ikkaku-torimeshi > .mainimage .box {
        top: 52%;
        left: -5%; }
      .ikkaku-torimeshi > .mainimage .beer {
        top: 8%;
        left: 0;
        width: 20.8955223881%; }
      .ikkaku-torimeshi > .mainimage .star1 {
        top: 10%;
        left: -4%; }
      .ikkaku-torimeshi > .mainimage .star2 {
        top: 65%;
        left: 88%; }
      .ikkaku-torimeshi .chara {
        margin-top: 30px; } }

.ikkaku-meshiagari {
  position: relative;
  margin: 100px 10px 0 0;
  padding: 15px 0 25px;
  background-color: #F9B700;
  text-align: center;
  box-shadow: 10px 10px 0 #e49900; }
  .ikkaku-meshiagari > .typo {
    margin: 0 auto;
    font-size: 100%;
    text-align: center; }
  @media screen and (max-width: 1040px) {
    .ikkaku-meshiagari > .typo {
      width: 200px; } }
  @media screen and (max-width: 600px) {
    .ikkaku-meshiagari {
      margin-top: 60px;
      padding: 10px 0; }
      .ikkaku-meshiagari > .typo {
        width: 150px; } }

.ikkaku-meshiagariflow {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 50px 0 -30px;
  padding: 0 40px; }
  .ikkaku-meshiagariflow > li {
    box-sizing: border-box;
    width: 50%;
    padding: 30px; }
  @media screen and (max-width: 600px) {
    .ikkaku-meshiagariflow {
      margin: 20px 0 -15px;
      padding: 0; }
      .ikkaku-meshiagariflow > li {
        padding: 15px; } }

.ikkaku-preservation {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  max-width: 820px;
  margin: 80px auto 0;
  padding: 25px 40px 30px;
  border: 2px dotted #221815;
  background-color: #FFFCDB; }
  .ikkaku-preservation > .preserve, .ikkaku-preservation > .available {
    width: 50%; }
    .ikkaku-preservation > .preserve .title, .ikkaku-preservation > .available .title {
      font-size: 112.5%;
      margin: 0;
      font-weight: bold; }
    .ikkaku-preservation > .preserve .text, .ikkaku-preservation > .available .text {
      font-size: 93.75%;
      min-height: 5em;
      margin: 10px 0 0 0;
      line-height: 1.75; }
  .ikkaku-preservation > .preserve .image {
    margin: 15px 0 0;
    text-align: center; }
  .ikkaku-preservation > .available {
    margin: 0 0 0 50px; }
    .ikkaku-preservation > .available .image {
      margin: 25px 0 0;
      text-align: center; }
  @media screen and (max-width: 1040px) {
    .ikkaku-preservation {
      display: block;
      padding: 30px 20px 20px; }
      .ikkaku-preservation > .preserve, .ikkaku-preservation > .available {
        width: auto; }
        .ikkaku-preservation > .preserve .text, .ikkaku-preservation > .available .text {
          min-height: 0; }
      .ikkaku-preservation > .available {
        margin: 30px 0 0 0; }
        .ikkaku-preservation > .available .image {
          margin-top: 20px; } }
  @media screen and (max-width: 600px) {
    .ikkaku-preservation {
      margin-top: 30px; }
      .ikkaku-preservation > .preserve .title, .ikkaku-preservation > .available .title {
        font-size: 100%; }
      .ikkaku-preservation > .preserve .text, .ikkaku-preservation > .available .text {
        font-size: 87.5%; } }

.chihoHasso-contents {
  margin-top: 70px;
  text-align: center; }
  @media screen and (max-width: 780px) {
    .chihoHasso-contents {
      margin-top: 8.9743589744vw; } }
  .chihoHasso-contents > .notes {
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 112.5%; }
    .chihoHasso-contents > .notes > .red {
      color: #E31623; }
  @media screen and (max-width: 780px) {
    .chihoHasso-contents > .notes {
      font-size: 2.3076923077vw; } }
  .chihoHasso-contents > .notes::before, .chihoHasso-contents > .notes::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 96px;
    height: 36px;
    background: url(../images/chihoHasso/bg-notes.png) center/contain no-repeat; }
  .chihoHasso-contents > .notes::before {
    left: 0;
    transform: translate(-140%, -50%); }
  .chihoHasso-contents > .notes::after {
    right: 0;
    transform: rotate(180deg) translate(-140%, 50%); }
  @media screen and (max-width: 780px) {
    .chihoHasso-contents > .notes::before, .chihoHasso-contents > .notes::after {
      width: 12.3076923077vw;
      height: 4.6153846154vw; } }
  .chihoHasso-contents > .title {
    margin: 60px auto 0; }
  .chihoHasso-contents > .tel {
    margin: 40px auto 0; }
  .chihoHasso-contents > .time {
    margin: 20px auto 0; }
  @media screen and (max-width: 780px) {
    .chihoHasso-contents > .title {
      width: 42.9487179487vw;
      margin-top: 7.6923076923vw; }
    .chihoHasso-contents > .tel {
      width: 72.1794871795vw;
      margin-top: 5.1282051282vw; }
    .chihoHasso-contents > .time {
      width: 71.7948717949vw;
      margin-top: 2.5641025641vw; } }

.ikkaku-delivery {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff; }
  .ikkaku-delivery .deliver > .box {
    display: block;
    position: relative;
    padding: 24px 20px;
    background-color: #F9BC00;
    text-align: center; }
    .ikkaku-delivery .deliver > .box .balloon {
      position: absolute;
      top: -70px;
      left: 50%;
      width: 520px;
      margin-left: -260px; }
    .ikkaku-delivery .deliver > .box .title {
      display: block;
      margin: 0 auto;
      text-align: center; }
    .ikkaku-delivery .deliver > .box .btn {
      display: block;
      position: relative;
      margin: 30px auto 0;
      padding: 10px 15px;
      background-color: #fff;
      color: #e49900;
      font-size: 150%;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
      .ikkaku-delivery .deliver > .box .btn::after {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 50px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background: url("../images/icon-arrow.png") no-repeat center/cover;
        content: ""; }
  .ikkaku-delivery > .square {
    margin: 40px 0 0 0;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center; }
    .ikkaku-delivery > .square .red {
      color: #E72D0F; }
    .ikkaku-delivery > .square > .txt {
      position: relative;
      display: inline-block; }
      .ikkaku-delivery > .square > .txt::before, .ikkaku-delivery > .square > .txt::after {
        display: inline-block;
        position: absolute;
        top: 50%;
        width: 98px;
        height: 36px;
        margin-top: -18px;
        content: ""; }
      .ikkaku-delivery > .square > .txt::before {
        left: -120px;
        background: url(../images/delivery-l.png) no-repeat; }
      .ikkaku-delivery > .square > .txt::after {
        right: -120px;
        background: url(../images/delivery-r.png) no-repeat; }
  @media screen and (max-width: 1040px) {
    .ikkaku-delivery .deliver > .box .balloon {
      top: -40px;
      width: 390px;
      margin-left: -195px; }
    .ikkaku-delivery .deliver > .box .title {
      display: block;
      margin: 0 auto;
      text-align: center; }
    .ikkaku-delivery .deliver > .box .btn {
      padding: 15px;
      font-size: 125%; }
      .ikkaku-delivery .deliver > .box .btn::after {
        right: 20px; }
    .ikkaku-delivery > .square > .txt::before, .ikkaku-delivery > .square > .txt::after {
      display: none; } }
  @media screen and (max-width: 600px) {
    .ikkaku-delivery {
      margin-top: 60px; }
      .ikkaku-delivery .deliver > .box {
        padding: 15px; }
        .ikkaku-delivery .deliver > .box .balloon {
          top: -30px;
          width: 260px;
          margin-left: -130px; }
        .ikkaku-delivery .deliver > .box .title {
          max-width: 300px; }
        .ikkaku-delivery .deliver > .box .btn {
          margin-top: 20px;
          padding: 15px;
          font-size: 100%; }
          .ikkaku-delivery .deliver > .box .btn::after {
            right: 10px; }
      .ikkaku-delivery > .square {
        margin-top: 20px;
        font-size: 87.5%;
        text-align: left; } }

.ikkaku-takeout {
  position: relative;
  margin: 70px 0 0;
  padding: 40px 20px 20px;
  background: url(../images/address/bg-address_2025.png) center top/contain no-repeat, #A0D9F6;
  overflow: hidden; }
  .ikkaku-takeout > .deco {
    position: absolute;
    top: -80px;
    right: 60px; }
  .ikkaku-takeout > .heading {
    margin: 80px auto 0;
    line-height: 0;
    text-align: center; }
  .ikkaku-takeout > .contact {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    align-items: flex-start;
    align-content: flex-start;
    margin: 15px 0 0; }
    .ikkaku-takeout > .contact > .balloon {
      margin: 12px 0 0;
      position: relative;
      z-index: 1; }
  .ikkaku-takeout > .restaurant {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-top: 76px;
    padding: 50px 60px;
    background-color: #fff; }
  .ikkaku-takeout > .text {
    margin: 35px 0 0;
    color: #FFF100;
    font-weight: bold;
    text-align: center; }
    .ikkaku-takeout > .text .small {
      font-size: 87.5%; }
  @media screen and (max-width: 1040px) {
    .ikkaku-takeout {
      margin: 70px -20px 0;
      background-size: auto 430px;
      background-position: center -90px; }
      .ikkaku-takeout > .heading {
        margin: 50px auto 0;
        max-width: 500px; }
      .ikkaku-takeout > .contact > .balloon {
        max-width: 500px; }
      .ikkaku-takeout > .scarfman {
        margin: -4.6875% -20px 0; }
      .ikkaku-takeout > .restaurant {
        gap: 0 10px;
        margin-top: 50px;
        padding: 30px 20px; } }
  @media screen and (max-width: 600px) {
    .ikkaku-takeout {
      margin-top: 50px;
      padding: 40px 20px 20px;
      background-size: auto 290px;
      background-position: center top; }
      .ikkaku-takeout > .deco {
        top: -50px;
        right: 5%;
        width: 100px; }
      .ikkaku-takeout > .heading {
        max-width: 350px; }
      .ikkaku-takeout > .contact {
        align-items: center;
        align-content: center;
        margin-top: 20px; }
        .ikkaku-takeout > .contact > .santa {
          width: 140px; }
        .ikkaku-takeout > .contact > .balloon {
          margin-left: 10px; }
      .ikkaku-takeout > .scarfman {
        margin: -3.125% -20px 0; }
      .ikkaku-takeout > .restaurant {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 15px; }
      .ikkaku-takeout > .text {
        margin-top: 20px;
        font-size: 87.5%;
        line-height: 1.75;
        text-align: left; } }

.takeout-notes {
  margin-top: -120px;
  padding-left: 320px;
  color: #fff;
  font-weight: bold;
  font-size: 112.5%; }
  .takeout-notes > .link {
    color: #FFFB00; }
  @media screen and (max-width: 1040px) {
    .takeout-notes {
      padding-left: 52%;
      padding-right: 50px;
      font-size: 87.5%; } }
  @media screen and (max-width: 600px) {
    .takeout-notes {
      margin: 20px 0;
      padding: 0;
      text-align: center; } }

.address-area {
  font-size: 143.75%;
  grid-column: 1/-1;
  margin: 60px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid;
  font-weight: 600; }
  .address-area > .notes {
    margin-left: 1em;
    font-size: 78.2608695652%;
    color: #E31623;
    font-weight: 400; }
  .address-area:first-child {
    margin-top: 0; }
  @media screen and (max-width: 1040px) {
    .address-area {
      font-size: 131.25%; }
      .address-area > .notes {
        margin-left: .6em;
        font-size: 61.9047619048%; } }
  @media screen and (max-width: 600px) {
    .address-area {
      margin-top: 30px;
      font-size: 118.75%; }
      .address-area > .notes {
        font-size: 63.1578947368%; } }

.address-wrap {
  display: contents; }
  .address-wrap > .yokohama, .address-wrap > .hakata, .address-wrap > .oosaka {
    box-sizing: border-box; }
    .address-wrap > .yokohama > .address-area, .address-wrap > .hakata > .address-area, .address-wrap > .oosaka > .address-area {
      margin-top: 60px; }
  .address-wrap > .oosaka {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
    gap: 0 30px; }
  @media screen and (max-width: 1040px) {
    .address-wrap > .oosaka {
      gap: 0 10px; } }
  @media screen and (max-width: 600px) {
    .address-wrap > .yokohama, .address-wrap > .hakata {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column: span 2; } }

.address-grid {
  display: contents;
  list-style: none; }
  .address-grid > li {
    margin-top: 20px;
    box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .address-grid {
      margin-top: 15px; } }

.address-card {
  display: block;
  box-sizing: border-box; }
  .address-card > .image {
    margin: 0;
    line-height: 0;
    text-align: center; }
    .address-card > .image > img {
      width: 100%; }
  .address-card > .title {
    font-size: 175%;
    margin: 10px 0 0;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em; }
  .address-card > .address {
    font-size: 100%;
    margin: 5px 0 0;
    font-weight: bold;
    line-height: 1.5; }
  .address-card > .tel {
    font-size: 118.75%;
    margin: 2px 0 0;
    font-weight: bold;
    line-height: 1.5; }
    .address-card > .tel a {
      display: inline-block;
      color: #F9BC00;
      text-decoration: none; }
    .address-card > .tel a::before {
      line-height: 1;
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      display: inline-block;
      margin-right: .5em; }
  @media screen and (max-width: 1040px) {
    .address-card > .title {
      font-size: 162.5%; }
    .address-card > .address {
      font-size: 93.75%; }
    .address-card > .tel {
      font-size: 100%; } }
  @media screen and (max-width: 600px) {
    .address-card > .title {
      font-size: 137.5%; }
    .address-card > .address {
      font-size: 81.25%; }
    .address-card > .tel {
      font-size: 87.5%; } }
