@charset "UTF-8";
:root {
  --pc-width: 950px;
  --bc01: #FFC300;
  --bc02: #FDF501;
  --bc03: #D90000;
  --bc04: #DEFFF1;
  --bc05: #FFDEE4;
  --bc06: #F7F7F7;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # 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;
}

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

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 */
}

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 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[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 */
}

/* 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 {
  border-style: 0;
  padding: 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,
html [type=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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

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

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

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

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

/* 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+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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 */
  color: #000;
  text-shadow: none;
}

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

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4vw;
    line-height: 1.6;
    padding-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: min(1.0625rem, 1.328125vw);
    line-height: 1.8823;
    padding-top: min(117px, 9.140625vw);
  }
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    height: auto;
    max-width: 100%;
  }
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease-in-out;
}
.js-fade.start {
  opacity: 1;
  transform: translateY(0);
}

.l-header {
  background: #fff;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .l-header {
    align-items: center;
    height: 13.3333333333vw;
    padding-left: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header {
    height: min(117px, 9.140625vw);
    justify-content: space-between;
    padding-left: min(36px, 2.8125vw);
  }
}

.l-header-logo {
  font-size: 0;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .l-header-logo {
    padding-top: min(44px, 3.4375vw);
  }
}
.l-header-logo img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header-logo img {
    width: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(139px, 10.859375vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 13.3333333333vw;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
    padding: 6.6666666667vw 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-nav-top {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: min(17px, 1.328125vw);
    margin-bottom: min(6px, 0.46875vw);
  }
}

.l-header-nav-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sns {
    justify-content: center;
    gap: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns {
    gap: min(17px, 1.328125vw);
  }
}
.l-header-nav-sns li {
  line-height: 1;
}
.l-header-nav-sns li img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:first-child img {
    width: min(25px, 1.953125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(2) img {
    width: min(20px, 1.5625vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(3) img {
    width: min(23px, 1.796875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(4) img {
    width: min(23px, 1.796875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(5) img {
    width: min(26px, 2.03125vw);
  }
}
.l-header-nav-sns a {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header-nav-sns a:hover {
    opacity: 0.7;
  }
}

.l-header-nav-button-login a {
  background: var(--bc06);
  display: grid;
  font-weight: bold;
  place-content: center left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-login a {
    font-size: 4vw;
    height: 10.6666666667vw;
    margin-inline: auto;
    padding-left: 9.3333333333vw;
    width: 53.3333333333vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-login a {
    font-size: min(1.25rem, 1.5625vw);
    height: min(51px, 3.984375vw);
    padding-left: min(60px, 4.6875vw);
    width: min(232px, 18.125vw);
  }
}
.l-header-nav-button-login a span {
  position: relative;
  z-index: 2;
}
.l-header-nav-button-login a::before {
  background: url("../img/btn_mypage.png") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-login a::before {
    height: 4vw;
    left: 4vw;
    width: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-login a::before {
    height: min(22px, 1.71875vw);
    left: min(20px, 1.5625vw);
    width: min(22px, 1.71875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-login a::after {
    background: #d7d7d7;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    scale: 0 1;
    top: 0;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-header-nav-button-login a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}

.l-header-nav-button-buy a {
  background: var(--bc01);
  display: grid;
  font-weight: bold;
  place-content: center left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-buy a {
    font-size: 4vw;
    height: 10.6666666667vw;
    margin-inline: auto;
    padding-left: 5.3333333333vw;
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a {
    font-size: min(1.25rem, 1.5625vw);
    height: min(51px, 3.984375vw);
    padding-left: min(40px, 3.125vw);
    width: min(232px, 18.125vw);
  }
}
.l-header-nav-button-buy a span {
  position: relative;
  z-index: 2;
}
.l-header-nav-button-buy a::before {
  background: url("../img/icon-arrow01.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-buy a::before {
    height: 4vw;
    right: 4vw;
    width: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a::before {
    height: min(22px, 1.71875vw);
    right: min(20px, 1.5625vw);
    width: min(22px, 1.71875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a::after {
    background: var(--bc02);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    scale: 0 1;
    top: 0;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-header-nav-button-buy a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-bottom {
    display: grid;
    grid-template-columns: 43% 57%;
    row-gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-bottom {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: min(7px, 0.546875vw);
    padding-right: min(20px, 1.5625vw);
  }
}

.l-header-nav-item {
  position: relative;
}
@media (any-hover: hover) {
  .l-header-nav-item:hover {
    background: #fff;
  }
}
@media (any-hover: hover) {
  .l-header-nav-item:hover .l-header-nav-trigger {
    border-color: #b7b7b7;
  }
}
@media (any-hover: hover) {
  .l-header-nav-item:hover .l-header-nav-sub {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:first-child .l-header-nav-sub {
    width: min(227px, 17.734375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(2) .l-header-nav-sub {
    width: min(374px, 29.21875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(3) .l-header-nav-sub {
    width: min(270px, 21.09375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(4) .l-header-nav-sub {
    width: min(170px, 13.28125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(5) .l-header-nav-sub {
    width: min(227px, 17.734375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(6) .l-header-nav-sub {
    width: min(150px, 11.71875vw);
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-nav-contact {
    margin-left: min(33px, 2.578125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a {
    font-size: min(1.125rem, 1.40625vw);
  }
}

.l-header-nav-trigger {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: url("../img/icon-arrow-menu.svg") no-repeat right min(15px, 1.171875vw) center/min(9px, 0.703125vw) auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-trigger {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-trigger {
    font-size: min(1.125rem, 1.40625vw);
    border-radius: min(10px, 0.78125vw) min(10px, 0.78125vw) 0 0;
    line-height: 1.5;
    padding: min(14px, 1.09375vw) min(30px, 2.34375vw) min(18px, 1.40625vw) min(12px, 0.9375vw);
  }
}

.l-header-nav-sub {
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub {
    background: #fff;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-radius: 0 0 min(10px, 0.78125vw) min(10px, 0.78125vw);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    padding: min(20px, 1.5625vw) min(25px, 1.953125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub li + li {
    margin-top: min(20px, 1.5625vw);
  }
}
.l-header-nav-sub a {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub a {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a {
    font-size: min(1.25rem, 1.5625vw);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a::after {
    background: #000;
    bottom: max(-6px, -0.46875vw);
    content: "";
    display: block;
    height: min(2px, 0.15625vw);
    left: 0;
    position: absolute;
    scale: 0 1;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-header-nav-sub a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-menu-button {
    height: 4.8vw;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button {
    display: none;
  }
}
.l-header-menu-button span {
  background: #000;
  display: block;
  height: 0.5333333333vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.l-header-menu-button::before, .l-header-menu-button::after {
  background: #000;
  content: "";
  display: block;
  height: 0.5333333333vw;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.l-header-menu-button::before {
  top: 0;
}
.l-header-menu-button::after {
  bottom: 0;
}
.l-header-menu-button.is-active span {
  opacity: 0;
  translate: 10px 0;
}
.l-header-menu-button.is-active::before {
  transform: translateY(2.1333333333vw) rotate(45deg);
}
.l-header-menu-button.is-active::after {
  transform: translateY(-2.1333333333vw) rotate(-45deg);
}

.l-main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 24vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: min(113px, 8.828125vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-breadcrumbs {
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs {
    margin-bottom: min(10px, 0.78125vw);
    padding: min(13px, 1.015625vw) min(37px, 2.890625vw) 0;
  }
}

.l-breadcrumbs-list {
  display: flex;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li {
    font-size: min(0.875rem, 1.09375vw);
  }
}
.l-breadcrumbs-list li + li::before {
  content: ">";
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li + li::before {
    margin-inline: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li + li::before {
    margin-inline: min(7px, 0.546875vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li a {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li a {
    font-size: min(0.875rem, 1.09375vw);
  }
}

.l-to-top {
  display: none;
  position: fixed;
}
@media only screen and (max-width: 768px) {
  .l-to-top {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-to-top {
    bottom: min(45px, 3.515625vw);
    right: min(20px, 1.5625vw);
  }
}
.l-to-top.is-stop {
  position: absolute;
}
.l-to-top a {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-to-top a:hover {
    opacity: 0.7;
  }
}
.l-to-top img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-to-top img {
    width: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-to-top img {
    width: min(61px, 4.765625vw);
  }
}

.l-footer {
  background: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 0 6.6666666667vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding-block: 0 min(57px, 4.453125vw);
  }
}
.l-footer.start .l-footer-main::before {
  transform: translateY(0);
}

@keyframes dog {
  0% {
    left: min(80px, 6.25vw);
    top: 0;
  }
  10% {
    left: min(80px, 6.25vw);
    top: max(-44px, -3.4375vw);
  }
  15% {
    left: min(80px, 6.25vw);
    top: max(-44px, -3.4375vw);
  }
  20% {
    left: min(80px, 6.25vw);
    top: 0;
  }
  20.1% {
    left: min(780px, 60.9375vw);
    top: 0;
  }
  25% {
    left: min(780px, 60.9375vw);
    top: max(-44px, -3.4375vw);
  }
  30% {
    left: min(780px, 60.9375vw);
    top: max(-44px, -3.4375vw);
  }
  35% {
    left: min(780px, 60.9375vw);
    top: 0;
  }
  35.1% {
    left: min(380px, 29.6875vw);
    top: 0;
  }
  40% {
    left: min(380px, 29.6875vw);
    top: max(-44px, -3.4375vw);
  }
  45% {
    left: min(380px, 29.6875vw);
    top: max(-44px, -3.4375vw);
  }
  50% {
    left: min(380px, 29.6875vw);
    top: 0;
  }
  50.1% {
    left: min(1080px, 84.375vw);
    top: 0;
  }
  55% {
    left: min(1080px, 84.375vw);
    top: max(-44px, -3.4375vw);
  }
  60% {
    left: min(1080px, 84.375vw);
    top: max(-44px, -3.4375vw);
  }
  65% {
    left: min(1080px, 84.375vw);
    top: 0;
  }
  70% {
    left: min(80px, 6.25vw);
    top: 0;
  }
  75% {
    left: min(80px, 6.25vw);
    top: max(-44px, -3.4375vw);
  }
  80% {
    left: min(80px, 6.25vw);
    top: max(-44px, -3.4375vw);
  }
  85% {
    left: min(80px, 6.25vw);
    top: 0;
  }
  85.1% {
    left: min(780px, 60.9375vw);
    top: 0;
  }
  90% {
    left: min(780px, 60.9375vw);
    top: max(-44px, -3.4375vw);
  }
  95% {
    left: min(780px, 60.9375vw);
    top: max(-44px, -3.4375vw);
  }
  100% {
    left: min(780px, 60.9375vw);
    top: 0;
  }
}
@keyframes dog_sp {
  0% {
    left: 7.4666666667vw;
    top: 0;
  }
  10% {
    left: 7.4666666667vw;
    top: -10.9333333333vw;
  }
  15% {
    left: 7.4666666667vw;
    top: -10.9333333333vw;
  }
  20% {
    left: 7.4666666667vw;
    top: 0;
  }
  20.1% {
    left: 46.6666666667vw;
    top: 0;
  }
  25% {
    left: 46.6666666667vw;
    top: -10.9333333333vw;
  }
  30% {
    left: 46.6666666667vw;
    top: -10.9333333333vw;
  }
  35% {
    left: 46.6666666667vw;
    top: 0;
  }
  35.1% {
    left: 29.3333333333vw;
    top: 0;
  }
  40% {
    left: 29.3333333333vw;
    top: -10.9333333333vw;
  }
  45% {
    left: 29.3333333333vw;
    top: -10.9333333333vw;
  }
  50% {
    left: 29.3333333333vw;
    top: 0;
  }
  50.1% {
    left: 58.6666666667vw;
    top: 0;
  }
  55% {
    left: 58.6666666667vw;
    top: -10.9333333333vw;
  }
  60% {
    left: 58.6666666667vw;
    top: -10.9333333333vw;
  }
  65% {
    left: 58.6666666667vw;
    top: 0;
  }
  70% {
    left: 7.4666666667vw;
    top: 0;
  }
  75% {
    left: 7.4666666667vw;
    top: -10.9333333333vw;
  }
  80% {
    left: 7.4666666667vw;
    top: -10.9333333333vw;
  }
  85% {
    left: 7.4666666667vw;
    top: 0;
  }
  85.1% {
    left: 73.3333333333vw;
    top: 0;
  }
  90% {
    left: 73.3333333333vw;
    top: -10.9333333333vw;
  }
  95% {
    left: 73.3333333333vw;
    top: -10.9333333333vw;
  }
  100% {
    left: 73.3333333333vw;
    top: 0;
  }
}
.l-footer-main {
  background: #000;
  max-width: 1280px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-footer-main {
    padding-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-main {
    margin-inline: auto;
    padding-left: min(58px, 4.53125vw);
    padding-top: min(10px, 0.78125vw);
  }
}
.l-footer-main::before {
  background: url("../img/pict-dog.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .l-footer-main::before {
    animation: dog_sp 20s infinite;
    height: 13.3333333333vw;
    left: 7.4666666667vw;
    top: 0;
    width: 16.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-main::before {
    animation: dog 20s infinite;
    height: min(50px, 3.90625vw);
    left: min(80px, 6.25vw);
    top: 0;
    width: min(62px, 4.84375vw);
  }
}

.l-footer-inner {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .l-footer-inner {
    padding-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-inner {
    display: flex;
    gap: min(180px, 14.0625vw);
    padding-top: min(34px, 2.65625vw);
  }
}

.l-footer-logo {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer-logo {
    margin-bottom: 8vw;
  }
}
.l-footer-logo img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo img {
    width: min(113px, 8.828125vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    row-gap: min(143px, 11.171875vw);
    width: min(1035px, 80.859375vw);
  }
}
.l-footer-nav a {
  color: #fff;
}
.l-footer-nav .l-footer-nav-item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item {
    padding-left: min(14px, 1.09375vw);
  }
}
.l-footer-nav .l-footer-nav-item::before {
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item::before {
    height: min(28px, 2.1875vw);
    width: 3px;
  }
}
.l-footer-nav .l-footer-nav-item:has(.l-footer-nav-list)::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item:has(.l-footer-nav-list)::after {
    left: 1px;
    width: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item:nth-child(4n+1) {
    width: min(183px, 14.296875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item:nth-child(4n+2) {
    width: min(317px, 24.765625vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item:nth-child(4n+3) {
    width: min(233px, 18.203125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav .l-footer-nav-item:nth-child(4n+4) {
    width: min(140px, 10.9375vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-nav .l-footer-nav-item:last-child {
    grid-column: 1/span 2;
  }
}

.l-footer-nav-heading {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-heading {
    border-left: 0.8vw solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-heading {
    margin-bottom: min(16px, 1.25vw);
  }
}
.l-footer-nav-heading a {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-heading a {
    font-size: 4vw;
    line-height: 1.7;
    padding-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-heading a {
    font-size: min(1.0625rem, 1.328125vw);
    line-height: 1.647;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-nav-list {
    display: none;
  }
}
.l-footer-nav-list li {
  line-height: 1;
}
.l-footer-nav-list a {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-list a {
    font-size: min(1.0625rem, 1.328125vw);
    line-height: 1.764;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-list a::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-footer-nav-list a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}

.l-footer-links {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-links {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-links {
    justify-content: center;
    gap: min(20px, 1.5625vw);
    margin-block: min(90px, 7.03125vw) min(30px, 2.34375vw);
  }
}
.l-footer-links a {
  color: #fff;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer-links a {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-links a {
    font-size: min(1.0625rem, 1.328125vw);
    line-height: 1.764;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-links a::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-footer-links a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}

.l-footer-copyright {
  color: #fff;
  line-height: 1.647;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-copyright {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-copyright {
    font-size: min(1.0625rem, 1.328125vw);
  }
}

@media print, screen and (min-width: 769px) {
  .c-box01 {
    margin-inline: auto;
    width: min(950px, 74.21875vw);
  }
}

.c-btn {
  --arrow: url("../img/icon-arrow01.svg");
  --line-color: var(--bc01);
  --pad: 0;
  --pad-sp: 0;
  --hover-arrow: url("../img/icon-arrow01.svg");
  --hover-color: var(--bc02);
  --hover-text-color: #000;
  display: grid;
  font-weight: bold;
  outline: 1px solid var(--line-color);
  overflow: hidden;
  padding-right: var(--pad);
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    border-radius: 5.3333333333vw;
    box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.3);
    font-size: 4.8vw;
    height: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn {
    font-size: min(1.25rem, 1.5625vw);
    border-radius: min(25px, 1.953125vw);
    box-shadow: 0 0 min(6px, 0.46875vw) rgba(0, 0, 0, 0.3);
    height: min(50px, 3.90625vw);
    letter-spacing: 0.13em;
  }
}
.c-btn span {
  position: relative;
  transition: color 0.3s ease-in-out;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .c-btn::before {
    background: var(--hover-color);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    scale: 0 1;
    top: 0;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
.c-btn::after {
  background-image: var(--arrow);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease-in-out 0.2s;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-btn::after {
    height: 5.3333333333vw;
    right: 4vw;
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn::after {
    height: min(22px, 1.71875vw);
    right: min(16px, 1.25vw);
    width: min(22px, 1.71875vw);
  }
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}
.c-btn:hover::after {
  background-image: var(--hover-arrow);
}
@media (any-hover: hover) {
  .c-btn:hover span {
    color: var(--hover-text-color);
  }
}

.c-btn01 {
  background: var(--bc01);
}

.c-btn02 {
  --arrow: url("../img/icon-arrow02.svg");
  --line-color: #b7b7b7;
  --hover-arrow: url("../img/icon-arrow03.svg");
  --hover-color: #000;
  --hover-text-color: #fff;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .c-btn02 {
    --pad: min(13px, 1.015625vw);
  }
}

.c-btn03 {
  --arrow: url("../img/icon-arrow01.svg");
  --line-color: #fbe2b3;
  --hover-arrow: url("../img/icon-arrow01.svg");
  --hover-color: #fccc73;
  background: #fbe2b3;
}
@media print, screen and (min-width: 769px) {
  .c-btn03 {
    font-size: min(1.25rem, 1.5625vw);
    --pad: min(13px, 1.015625vw);
    height: min(40px, 3.125vw);
  }
}
.c-btn03::after {
  rotate: 90deg;
  transform-origin: center top;
}

.c-btn04 {
  background: #febd69;
}

.btn-sup {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.c-link01 {
  background: url("../img/icon-arrow04.svg") no-repeat left center/min(8px, 0.625vw) auto;
  color: #0089ff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-link01 {
    background-size: 1.6vw auto;
    padding-left: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link01 {
    padding-left: min(18px, 1.40625vw);
  }
}
@media (any-hover: hover) {
  .c-link01:hover {
    text-decoration: underline;
  }
}

.c-ttl-main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main {
    padding-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main {
    padding-bottom: min(46px, 3.59375vw);
  }
}
.c-ttl-main::before {
  background: var(--bc06);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main::before {
    height: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main::before {
    height: min(78px, 6.09375vw);
  }
}
.c-ttl-main .c-box01 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main .c-box01 {
    padding-inline: 6.6666666667vw;
  }
}

.c-ttl-main-ja {
  letter-spacing: 0.2em;
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main-ja {
    font-size: 6.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main-ja {
    font-size: min(2.5rem, 3.125vw);
    margin-bottom: min(11px, 0.859375vw);
  }
}

.c-ttl-main-en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.352;
}

.c-ttl01 {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-ttl01 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin: 0 auto 10.6666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01 {
    font-size: min(1.875rem, 2.34375vw);
    line-height: 1.4666;
    margin: 0 auto min(48px, 3.75vw);
  }
}
.c-ttl01::before, .c-ttl01::after {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-ttl01::before, .c-ttl01::after {
    height: 0.8vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01::before, .c-ttl01::after {
    height: min(5px, 0.390625vw);
    width: min(53px, 4.140625vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl01::before {
    left: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01::before {
    left: max(-70px, -5.46875vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl01::after {
    right: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01::after {
    right: max(-70px, -5.46875vw);
  }
}

.c-recommend-main {
  background: #fff;
  box-shadow: 0 0 min(50px, 3.90625vw) rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-recommend-main {
    border-radius: 4vw;
    margin-inline: auto;
    padding: 6.6666666667vw;
    width: calc(100vw - 13.3333333333vw);
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-main {
    align-items: center;
    border-radius: min(30px, 2.34375vw);
    display: flex;
    height: min(411px, 32.109375vw);
    gap: min(62px, 4.84375vw);
    padding-inline: min(531px, 41.484375vw) min(90px, 7.03125vw);
  }
}

.c-recommend-title {
  background: var(--bc02);
  display: grid;
  letter-spacing: 0.1em;
  place-content: center;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-recommend-title {
    clip-path: polygon(0 0, 100% 0, 44vw 50%, 100% 100%, 0 100%);
    font-size: 4vw;
    height: 10.6666666667vw;
    left: -5.3333333333vw;
    top: -5.3333333333vw;
    width: 46.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-title {
    font-size: min(1.6875rem, 2.109375vw);
    clip-path: polygon(0 0, 100% 0, min(254px, 19.84375vw) 50%, 100% 100%, 0 100%);
    height: min(76px, 5.9375vw);
    left: max(-37px, -2.890625vw);
    top: min(14px, 1.09375vw);
    width: min(274px, 21.40625vw);
  }
}

@media only screen and (max-width: 768px) {
  .c-recommend-image {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-image {
    left: min(90px, 7.03125vw);
    position: absolute;
    top: min(20px, 1.5625vw);
  }
}
.c-recommend-image img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-recommend-image img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-image img {
    width: min(379px, 29.609375vw);
  }
}

.c-recommend-catch {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-recommend-catch {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-catch {
    font-size: min(1.125rem, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(13px, 1.015625vw);
  }
}

.c-recommend-logo {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-recommend-logo {
    margin-bottom: min(33px, 2.578125vw);
  }
}
.c-recommend-logo img {
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .c-recommend-logo img {
    width: 62.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-logo img {
    width: min(236px, 18.4375vw);
  }
}

.c-recommend-buttons {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .c-recommend-buttons {
    gap: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-buttons {
    gap: min(19px, 1.484375vw);
    width: min(329px, 25.703125vw);
  }
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */