@charset "UTF-8";
/*================================================================
 *FILE          :2026bonjourpicnic.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
}

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  text-shadow: none;
  color: #ffffff;
}

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
}
html.scrollLock,
body.scrollLock {
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}

.wrapper {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.defs {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}

.ht {
  display: none;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dn-landscape {
    display: none !important;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000000;
  background: #000000;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-button {
    width: 220px;
    height: 40px;
    padding: 0 14px 0 18px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-button {
    width: 180px;
    height: 37px;
    padding: 0 16px;
    border-radius: 19px;
  }
}
@media (hover: hover) {
  .c-button:hover {
    background: #ffffff;
    color: #000000;
  }
}

.c-button_text {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: currentColor;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.c-button_icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hoverOpacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-hoverOpacity:hover {
    opacity: 0.6;
  }
}

.c-coverImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-squareImage {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-inner {
    padding-inline: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-inner {
    padding-inline: 20px;
  }
}

.c-itemLabel {
  position: relative;
  display: inline-block;
}
.c-itemLabel::before {
  position: absolute;
  z-index: 0;
  right: -12px;
  bottom: -8px;
  left: -12px;
  background-position: center;
  background-image: url("../images/itemlabel-line.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-itemLabel::before {
    height: 25px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-itemLabel::before {
    height: 22px;
  }
}

.c-itemLabel_text {
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-itemLabel_text {
    font-size: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-itemLabel_text {
    font-size: 16px;
  }
}

.c-linkList {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-textLink {
  display: inline-block;
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1c0b00;
}

.c-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-snsIcon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
.siteHeader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.siteHeader_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .siteHeader_inner {
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .siteHeader_inner {
    height: 50px;
    padding: 0 35px;
  }
}

.siteHeader_logo {
  display: block;
  text-decoration: none;
}
.siteHeader_logo img {
  display: block;
  height: 14px;
}

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
.footer {
  background-color: #f2f2f2;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer {
    padding: 64px 0 58px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer {
    padding: 80px 0 40px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_inner {
    padding-inline: 52px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_inner {
    max-width: 930px;
  }
}

.footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_logo {
  display: block;
}

.footer_logo img {
  display: block;
  height: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_logo img {
    width: 144px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_logo img {
    width: 132px;
  }
}

.footer_sns {
  gap: 10px;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_sns-brand {
    gap: 16px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_sns-brand {
    gap: 10px;
    margin-top: 32px;
  }
}

.footer_snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  height: 41px;
}

.footer_snsIcon.footer_snsIcon-line {
  height: 25px;
}

.footer_snsIcon.footer_snsIcon-instagram {
  height: 25px;
}

.footer_snsIcon.footer_snsIcon-x {
  height: 20px;
}

.footer_snsIcon.footer_snsIcon-facebook {
  height: 25px;
}

.footer_jadore {
  display: block;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_jadore {
    margin-top: 60px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_jadore {
    margin-top: 74px;
  }
}

.footer_jadore img {
  display: block;
  width: 248px;
  height: auto;
}

.footer_columns {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 64px;
    row-gap: 64px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_columns {
    -ms-grid-columns: (270px)[3];
    grid-template-columns: repeat(3, 270px);
    margin-top: 65px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.footer_columnTitle {
  margin: 0;
  border-bottom: 1px solid #1c0b00;
  font-family: "Oranienbaum", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_columnTitle {
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_columnTitle {
    padding-bottom: 7px;
  }
}

.footer_sns-large {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 194px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_sns-large {
    margin-top: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_sns-large {
    margin-top: 24px;
  }
}

.footer_linkList {
  display: block;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_linkList {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_linkList {
    margin-top: 18px;
  }
}

.footer_helpLists {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_helpLists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_helpLists {
    -ms-grid-columns: 68px 172px;
    grid-template-columns: 68px 172px;
    margin-top: 15px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

.footer_linkList-helpPrimary,
.footer_linkList-helpSecondary {
  margin-top: 0;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_linkList-helpPrimary {
    padding-top: 3px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_linkList-helpSecondary {
    margin-top: 4px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_linkItem-store + .footer_linkItem-store {
    margin-top: 2px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_linkItem-store + .footer_linkItem-store {
    margin-top: -3px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_linkItem-helpPrimary + .footer_linkItem-helpPrimary {
    margin-top: 2px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_linkItem-helpPrimary + .footer_linkItem-helpPrimary {
    margin-top: -3px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_linkItem-helpSecondary + .footer_linkItem-helpSecondary {
    margin-top: -1px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_linkItem-helpSecondary + .footer_linkItem-helpSecondary {
    margin-top: -7px;
  }
}

.footer_link {
  color: #1c0b00;
}

.footer_link-en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_link-en {
    font-size: 15px;
    line-height: 30px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_link-en {
    font-size: 13px;
    line-height: 30px;
  }
}

.footer_link-ja {
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.08em;
}

.footer_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_tag {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 68px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
  }
}

.footer_tag img {
  display: block;
  height: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footer_tag img {
    width: 260px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footer_tag img {
    width: 215px;
  }
}

.footer_copyright {
  margin: 4px 0 0;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #1c0b00;
}

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
.mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FFF3B0;
}

.mv_stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv_group {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.mv_logo-withdog {
  opacity: 0;
}

.mv_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  opacity: 0;
}

.mv_dog {
  display: block;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0; /* preload 中は非表示、GSAP が play() で 1 にする */
}

.mv_dogWrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  will-change: transform;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}

.mv_shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 14px;
  border-radius: 50%;
  background: rgba(20, 18, 16, 0.18);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  z-index: 1;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

/*--------------------------------
 INTRO
--------------------------------*/
.intro {
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro {
    padding: 80px 0 165px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro {
    padding: 102px 0 175px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_inner {
    max-width: 1080px;
  }
}

.intro_concept {
  text-align: center;
}

.intro_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 2px;
  }
}

.intro_headingEn {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_headingEn {
    font-size: 28px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_headingEn {
    font-size: 28px;
  }
}

.intro_lead {
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_lead {
    margin-top: 35px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_lead {
    margin-top: 39px;
  }
}

.intro_character {
  position: relative;
  -webkit-transform: translate3d(-183px, 0, 0);
  transform: translate3d(-183px, 0, 0);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_character {
    width: 194px;
    height: 130px;
    margin: 48px auto 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_character {
    width: 194px;
    margin: 48px auto 0;
  }
}
.intro_character.is-active {
  -webkit-animation: introCharacterWalk 3.6s linear 0.5s forwards;
  animation: introCharacterWalk 3.6s linear 0.5s forwards;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .intro_character {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    will-change: auto;
  }
}

.intro_balloon {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.82) translateY(8px);
  -ms-transform: scale(0.82) translateY(8px);
  transform: scale(0.82) translateY(8px);
  -webkit-transform-origin: 18px 100%;
  -ms-transform-origin: 18px 100%;
  transform-origin: 18px 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_balloon {
    top: -9px;
    left: 54px;
    width: 131px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_balloon {
    top: 0;
    left: 63px;
    width: 131px;
    height: 54px;
  }
}
.is-active .intro_balloon {
  -webkit-animation: introBalloonPop 0.55s cubic-bezier(0.2, 1.25, 0.4, 1) 4.9s forwards;
  animation: introBalloonPop 0.55s cubic-bezier(0.2, 1.25, 0.4, 1) 4.9s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .intro_balloon {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-animation: none;
    animation: none;
  }
}

.intro_balloonBgImage {
  display: block;
  width: 100%;
  height: auto;
}

.intro_balloonText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  color: #000000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_balloonText {
    font-size: 14px;
  }
}

.intro_dog {
  position: absolute;
  opacity: 0;
  will-change: opacity;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .intro_dog {
    top: 58px;
    left: 30px;
    width: 96px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .intro_dog {
    top: 80px;
    left: 0;
    width: 106px;
  }
}
.is-active .intro_dog {
  -webkit-animation: fadeIn 0.4s ease 0.5s forwards;
  animation: fadeIn 0.4s ease 0.5s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .intro_dog {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    will-change: auto;
  }
}

.intro_dogAnimation {
  display: block;
  width: 100%;
  height: auto;
}
.is-walkEnd .intro_dogAnimation {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .intro_dogAnimation {
    display: none;
  }
}

.intro_dogStill {
  display: none;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.is-walkEnd .intro_dogStill {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .intro_dogStill {
    display: block;
  }
}

.intro_dog canvas {
  display: block;
  width: 100%;
  height: auto;
}
.is-walkEnd .intro_dog canvas {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .intro_dog canvas {
    display: none;
  }
}

@-webkit-keyframes introCharacterWalk {
  0% {
    -webkit-transform: translate3d(-183px, 0, 0);
    transform: translate3d(-183px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes introCharacterWalk {
  0% {
    -webkit-transform: translate3d(-183px, 0, 0);
    transform: translate3d(-183px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes introBalloonPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.82) translateY(8px);
    transform: scale(0.82) translateY(8px);
  }
  72% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
    transform: scale(1.05) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes introBalloonPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.82) translateY(8px);
    transform: scale(0.82) translateY(8px);
  }
  72% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
    transform: scale(1.05) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------
PRODUCT LIST
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList {
    margin-bottom: 355px;
    padding-top: 180px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList {
    margin-bottom: 200px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_inner {
    max-width: 930px;
  }
}

.productList_item {
  position: relative;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_item {
    -ms-grid-columns: 350px 500px;
    grid-template-columns: 350px 500px;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_item + .productList_item {
    margin-top: 200px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_item + .productList_item {
    margin-top: 200px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_item.is-reverse {
    -ms-grid-columns: 500px 350px;
    grid-template-columns: 500px 350px;
  }
}

.productList_decoration {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.productList_decorationImage,
.productList_decoration canvas {
  display: block;
  width: 100%;
  height: auto;
}

.is-walkEnd .productList_decorationImage-animation {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .productList_decorationImage-animation {
    display: none;
  }
}

.productList_decorationImage-still {
  display: none;
  pointer-events: none;
}
.is-walkEnd .productList_decorationImage-still {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .productList_decorationImage-still {
    display: block;
  }
}

.is-walkEnd .productList_decoration canvas {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .productList_decoration canvas {
    display: none;
  }
}

.productList_decoration-footprintsPrimary {
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-footprintsPrimary {
    top: -177px;
    right: 7px;
    width: 159px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-footprintsPrimary {
    top: -191px;
    right: clamp(-11px, 33px - 3.2vw, 0px);
    width: 142px;
  }
}

.productList_decoration-dogLeft {
  opacity: 0;
  -webkit-transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  will-change: transform, opacity;
  opacity: 0;
  transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-dogLeft {
    top: -118px;
    left: 25px;
    width: 82px;
    --productDogStartX: -82px;
    --productDogStartY: 0px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-dogLeft {
    top: -127px;
    left: -45px;
    width: 90px;
    --productDogStartX: calc(-1 * (100vw - 930px ) / 2);
    --productDogStartY: 0px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-dogLeft.is-active {
    -webkit-animation: productDogMove 2.5s linear forwards, fadeIn 0.4s ease forwards;
    animation: productDogMove 2.5s linear forwards, fadeIn 0.4s ease forwards;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-dogLeft.is-active {
    -webkit-animation: productDogMove 5s linear forwards, fadeIn 0.4s ease forwards;
    animation: productDogMove 5s linear forwards, fadeIn 0.4s ease forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productList_decoration-dogLeft {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    will-change: auto;
  }
}

.productList_decoration-bone {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-bone {
    top: -100px;
    right: 30px;
    width: 81px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-bone {
    top: -102px;
    right: clamp(-42px, 38px - 5.9vw, -22px);
    width: 81px;
  }
}
.productList_decoration-bone.is-active {
  -webkit-animation: productBoneFadeRotate 1.6s cubic-bezier(0.33, 0, 0.2, 1) 0.15s forwards;
  animation: productBoneFadeRotate 1.6s cubic-bezier(0.33, 0, 0.2, 1) 0.15s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .productList_decoration-bone {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: none;
    animation: none;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-footprintsSecondary {
    top: -159px;
    left: 13px;
    width: 160px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-footprintsSecondary {
    top: -167px;
    left: clamp(-110px, 50px - 11.7vw, -70px);
    width: 158px;
  }
}

.productList_decoration-dogRight {
  opacity: 0;
  -webkit-transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  will-change: transform, opacity;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-dogRight {
    top: -123px;
    right: 42px;
    width: 85px;
    --productDogStartX: -120px;
    --productDogStartY: 0px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-dogRight {
    top: -125px;
    right: 17%;
    width: 90px;
    --productDogStartX: clamp(-500px, calc(-181px - 23.4vw), -420px);
    --productDogStartY: 0px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_decoration-dogRight.is-active {
    -webkit-animation: productDogMove 2.2s linear forwards, fadeIn 0.4s ease forwards;
    animation: productDogMove 2.2s linear forwards, fadeIn 0.4s ease forwards;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_decoration-dogRight.is-active {
    -webkit-animation: productDogMove 8.8s linear forwards, fadeIn 0.4s ease forwards;
    animation: productDogMove 8.8s linear forwards, fadeIn 0.4s ease forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productList_decoration-dogRight {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    will-change: auto;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_media {
    width: 100%;
    margin-top: 35px;
    aspect-ratio: 355/447;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_media {
    width: 500px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .productList_item.is-reverse .productList_media {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.productList_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_body {
    padding-top: 0;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_body {
    padding-top: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .productList_item.is-reverse .productList_body {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.productList_name {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_name {
    margin-top: 35px;
    font-size: 50px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_name {
    margin-top: 40px;
    font-size: 54px;
  }
}

.productList_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_price {
    margin-top: 7px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_price {
    margin-top: 10px;
  }
}

.productList_priceValue {
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_priceValue {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_priceValue {
    font-size: 18px;
  }
}

.productList_priceTax {
  margin-left: 6px;
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_priceTax {
    font-size: 14px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_priceTax {
    font-size: 14px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_buy {
    margin-top: 32px;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_buy {
    margin-top: 40px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .productList_item.is-reverse .productList_buy {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .productList_sub {
    width: 280px;
    height: 280px;
    margin-top: 16px;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .productList_sub {
    -ms-grid-row-align: end;
    align-self: end;
    width: 350px;
    height: 350px;
    margin-top: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .productList_item.is-reverse .productList_sub {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@-webkit-keyframes productBoneFadeRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  35% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes productBoneFadeRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  35% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes productDogMove {
  0% {
    -webkit-transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
    transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes productDogMove {
  0% {
    -webkit-transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
    transform: translate3d(var(--productDogStartX), var(--productDogStartY), 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------------------------
LINE UP
--------------------------------*/
.lineup {
  position: relative;
  background-color: #fff4b1;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup {
    padding-bottom: 185px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup {
    padding-top: 65px;
    padding-bottom: 175px;
  }
}
.lineup::before {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  background-position: center top;
  background-image: url("../images/repeat/repeat_1.png");
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
  content: "";
  aspect-ratio: 545/159;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup::before {
    top: -38px;
    height: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup::before {
    top: -142px;
    height: 159px;
  }
}

.lineup_inner {
  position: relative;
  z-index: 1;
  background-color: #fff4b1;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_inner {
    max-width: 1062px;
  }
}

.lineup_footprints {
  position: absolute;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_footprints {
    top: -167px;
    right: 0px;
    width: 161px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_footprints {
    top: -183px;
    left: 760px;
    width: 142px;
  }
}
.lineup_footprints img,
.lineup_footprints canvas {
  display: block;
  width: 100%;
  height: auto;
}

.lineup_heading {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_heading {
    font-size: 30px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_heading {
    font-size: 36px;
  }
}

.lineup_grid {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 46px;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 22px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    margin-top: 38px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 36px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item {
    width: 100%;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item {
    width: 100%;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_item:nth-child(5) {
    width: calc((100% - 11px) / 2);
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_item:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

.lineup_link {
  display: block;
}

.lineup_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 16px;
    margin-top: 16px;
  }
}

.lineup_name {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_name {
    font-size: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_name {
    font-size: 20px;
  }
}

.lineup_price {
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #1c0b00;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_price {
    font-size: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_price {
    font-size: 13px;
  }
}

.lineup_message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_message {
    gap: 15px;
    height: 264px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_message {
    gap: 20px;
    height: 312px;
  }
}
.lineup_message::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  background-image: url("../images/repeat/repeat_2.png");
  background-size: contain;
  background-repeat: repeat-x;
  pointer-events: none;
  content: "";
  aspect-ratio: 545/159;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_message::after {
    top: -38px;
    height: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_message::after {
    top: -90px;
    height: 159px;
  }
}

.lineup_messageClip {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  inset: 0;
}
.lineup_messageClip.is-active {
  -webkit-animation: fadeIn 0.4s ease forwards;
  animation: fadeIn 0.4s ease forwards;
}

.lineup_messageText {
  position: absolute;
  top: 44%;
  left: 50%;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #1c0b00;
  -webkit-transform: translate3d(-50%, -50%, 0) translateX(-66vw);
  transform: translate3d(-50%, -50%, 0) translateX(-66vw);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_messageText {
    font-size: 18px;
    line-height: 22px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_messageText {
    font-size: 26px;
    line-height: 30px;
  }
}
.is-active .lineup_messageText {
  -webkit-animation: lineupMessageTextSlide 3.6s linear 0.4s forwards;
  animation: lineupMessageTextSlide 3.6s linear 0.4s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .lineup_messageText {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-animation: none;
    animation: none;
  }
}

.lineup_dog {
  position: absolute;
  left: 50%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .lineup_dog {
    top: 39%;
    width: 86px;
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .lineup_dog {
    top: 44%;
    width: 80px;
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .is-active .lineup_dog {
    -webkit-animation: lineupDogWalkPortrait 6.6s linear 0.4s forwards;
    animation: lineupDogWalkPortrait 6.6s linear 0.4s forwards;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .is-active .lineup_dog {
    -webkit-animation: lineupDogWalkLandscape 6.6s linear 0.4s forwards;
    animation: lineupDogWalkLandscape 6.6s linear 0.4s forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lineup_dog {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(62vw);
    transform: translate3d(-50%, -50%, 0) translateX(62vw);
    -webkit-animation: none;
    animation: none;
  }
}
.lineup_dog img,
.lineup_dog canvas {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes lineupMessageTextSlide {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(-66vw);
    transform: translate3d(-50%, -50%, 0) translateX(-66vw);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes lineupMessageTextSlide {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(-66vw);
    transform: translate3d(-50%, -50%, 0) translateX(-66vw);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@-webkit-keyframes lineupDogWalkPortrait {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
  }
  55% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(125px);
    transform: translate3d(-50%, -50%, 0) translateX(125px);
  }
  62% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(125px);
    transform: translate3d(-50%, -50%, 0) translateX(125px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(62vw);
    transform: translate3d(-50%, -50%, 0) translateX(62vw);
  }
}
@keyframes lineupDogWalkPortrait {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(125px - 66vw));
  }
  55% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(125px);
    transform: translate3d(-50%, -50%, 0) translateX(125px);
  }
  62% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(125px);
    transform: translate3d(-50%, -50%, 0) translateX(125px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(62vw);
    transform: translate3d(-50%, -50%, 0) translateX(62vw);
  }
}
@-webkit-keyframes lineupDogWalkLandscape {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
  }
  55% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(170px);
    transform: translate3d(-50%, -50%, 0) translateX(170px);
  }
  62% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(170px);
    transform: translate3d(-50%, -50%, 0) translateX(170px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(62vw);
    transform: translate3d(-50%, -50%, 0) translateX(62vw);
  }
}
@keyframes lineupDogWalkLandscape {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
    transform: translate3d(-50%, -50%, 0) translateX(calc(170px - 66vw));
  }
  55% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(170px);
    transform: translate3d(-50%, -50%, 0) translateX(170px);
  }
  62% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(170px);
    transform: translate3d(-50%, -50%, 0) translateX(170px);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(62vw);
    transform: translate3d(-50%, -50%, 0) translateX(62vw);
  }
}
/*# sourceMappingURL=maps/2026bonjourpicnic.css.map */
