@charset "UTF-8";

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "neue-haas-grotesk-text", "fot-cezanne-pron", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #F8F6F2;
  transition: background 600ms, opacity 600ms;
  width: 100%;
}

body.is-bg2 {
  background: #D1BB9D;
}

body.is-fixed,
body.is-unready {
  position: fixed;
}

body.is-fadeout {
  opacity: 0;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
}

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

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

.l-container {
  padding: 0 50px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-container2 {
  padding: 0 50px;
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .l-container2 {
    padding: 0 20px;
  }
}

.l-layout1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 46px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .l-layout1 {
    display: block;
    padding-top: 29px;
  }
}

.l-layout1:not(:last-child) {
  padding-bottom: 143px;
}

@media screen and (max-width: 834px) {
  .l-layout1:not(:last-child) {
    padding-bottom: 40px;
  }
}

.l-layout1:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 834px) {
  .l-layout1:not(:last-child)::after {
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.l-layout1__left {
  width: 27.6119402985%;
  min-width: 220px;
}

@media screen and (max-width: 834px) {
  .l-layout1__left {
    width: auto;
    min-width: initial;
  }
}

.l-layout1__right {
  flex: 1;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .l-layout1__right {
    margin-top: 32px;
    overflow: inherit;
  }
}

.wp-pagenavi {
  display: none !important;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

.page-load-status {
  display: none;
}

.page-load-status .infinite-scroll-request {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/loading.svg") no-repeat center;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

@media screen and (max-width: 834px) {
  .page-load-status .infinite-scroll-request {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: 35px 40px 0 45px;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  .c-header {
    padding: 18px 18px 0 20px;
  }
}

.c-header__logo {
  pointer-events: all;
}

@media screen and (max-width: 834px) {
  .c-header__logo {
    width: 51px;
  }
}

.c-header__logo img,
.c-header__logo svg {
  width: 100%;
}

.c-header__logo__alt {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.c-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.c-header__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-header__bnt {
  pointer-events: all;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-right: 20px;
  transition: 500ms;
}

@media screen and (min-width: 835px) {
  .c-header__bnt:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-header__bnt {
    font-size: 1.3rem;
    letter-spacing: 0.26px;
    margin-right: 18px;
  }
}

.c-header__store,
.c-header__menu,
.c-header__close {
  display: block;
  pointer-events: all;
  border: 1px solid #000000;
  border-radius: 60px;
  text-align: left;
  padding: 9px 24px;
  cursor: pointer;
  letter-spacing: 0.32px;
  transition: opacity 500ms, color 500ms, border 500ms;
}

@media screen and (min-width: 835px) {

  .c-header__store:hover,
  .c-header__menu:hover,
  .c-header__close:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {

  .c-header__store,
  .c-header__menu,
  .c-header__close {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    padding: 5px 13px;
  }
}

.c-header__store {
  width: 203px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/cart.svg") no-repeat top 12px right 24px;
  margin: 0 15px 0 10px;
}

.c-header__menu {
  width: 120px;
  padding: 9px 24px;
  position: relative;
}

.c-header__menu::before {
  content: "";
  background: #000000;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 19px;
  right: 22px;
  transition: 500ms;
}

@media screen and (max-width: 834px) {
  .c-header__menu::before {
    width: 11px;
    top: 14px;
    right: 13px;
  }
}

.c-header__menu::after {
  content: "";
  background: #000000;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 29px;
  transition: 500ms;
}

@media screen and (max-width: 834px) {
  .c-header__menu::after {
    height: 11px;
    top: 9px;
    right: 18px;
  }

  .c-header__menu {
    width: 86px;
    padding: 5px 13px;
  }
}

.c-header__close {
  width: 125px;
  color: #ffffff;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/close.svg") no-repeat top 14px right 22px #000000;
}

@media screen and (max-width: 834px) {
  .c-header__close {
    width: 96px;
    background-size: 10px;
    background-position: top 10px right 14px;
  }
}

.c-header1 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 480px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: all;
  transition: 300ms;
}

@media screen and (max-width: 834px) {
  .c-header1 {
    max-width: inherit;
    width: 100%;
  }
}

.c-header1.is-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-header1__content {
  height: 100%;
  overflow: auto;
  background: #F8F6F2;
  position: relative;
  z-index: 2;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px 40px 35px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 924px) {
  .c-header1__content {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 834px) {
  .c-header1__content {
    border: none;
    padding: 18px;
    padding-left: 25px;
    z-index: inherit;
  }
}

.c-header1__inner {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .c-header1__inner {
    padding: 125px 0 40px;
  }
}

.c-header1__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .c-header1__head {
    justify-content: flex-end;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 5;
  }
}

.c-header1__head .c-header__bnt {
  margin: 0 16px 0 0;
  color: #000000 !important;
}

@media screen and (max-width: 924px) {
  .c-header1__head .c-header__bnt {
    margin: 0 5px 0 0;
  }
}

@media screen and (max-width: 834px) {
  .c-header1__head .c-header__bnt {
    margin-right: 7px;
  }
}

.c-header1__head .c-header__bnt:last-child {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .c-header1__head .c-header__bnt:last-child {
    margin-right: 18px;
  }
}

.c-header1__list {
  width: 100%;
}

.c-header1__list__item a {
  font-size: 2.6rem;
  letter-spacing: 0.52px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  position: relative;
  transition: 300ms;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .c-header1__list__item a {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
  }
}

.c-header1__list__item a.is-header-product.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 100px;
  top: 11px;
  left: -21px;
  position: absolute;
}

@media screen and (max-width: 924px) {
  .c-header1__list__item a.is-header-product.is-active::before {
    left: -15px;
  }
}

@media screen and (max-width: 834px) {
  .c-header1__list__item a.is-header-product.is-active::before {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .c-header1__list__item a:hover {
    opacity: 0.5;
  }
}

.c-header1__list__item+.c-header1__list__item {
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .c-header1__list__item+.c-header1__list__item {
    margin-top: 6px;
  }
}

.c-header1__list2 {
  width: 100%;
  margin-top: 42px;
}

@media screen and (max-width: 834px) {
  .c-header1__list2 {
    margin-top: 29px;
  }
}

.c-header1__list2__item+.c-header1__list2__item {
  margin-top: 6px;
}

@media screen and (max-width: 834px) {
  .c-header1__list2__item+.c-header1__list2__item {
    margin-top: 1px;
  }
}

.c-header1__list2__item a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  letter-spacing: -0.6px;
  line-height: 27px;
  transition: 300ms;
  line-height: 1;
}

@media screen and (min-width: 835px) {
  .c-header1__list2__item a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-header1__list2__item a {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
  }
}

.c-header1__end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.c-header1__social {
  display: flex;
  flex-wrap: wrap;
}

.c-header1__social li {
  margin-right: 15px;
}

.c-header1__social li a {
  transition: 300ms;
}

@media screen and (min-width: 835px) {
  .c-header1__social li a:hover {
    opacity: 0.5;
  }
}

.c-header1__copyright {
  font-size: 1.1rem;
  line-height: 1;
}

.c-header1__product {
  pointer-events: all;
  position: absolute;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #F8F6F2;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: 300ms;
  padding: 40px 50px;
}

@media screen and (max-width: 834px) {
  .c-header1__product {
    width: 100%;
    right: inherit;
    left: 100%;
    z-index: 3;
    border: none;
    padding: 18px 20px;
  }
}

.c-header1__product.is-show {
  right: 100%;
}

@media screen and (max-width: 834px) {
  .c-header1__product.is-show {
    right: inherit;
    left: 0;
  }
}

.c-header1__product__cat {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.44px;
}

@media screen and (max-width: 834px) {
  .c-header1__product__cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 2.1rem;
    letter-spacing: 0.567px;
    margin-top: 120px;
  }

  .c-header1__product__cat span {
    text-indent: -99999px;
    width: 18px;
    background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/19px;
  }
}

.c-header1__product__list {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-header1__product__list {
    margin-top: 19px;
  }
}

.c-header1__product__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .c-header1__product__item {
    width: calc(50% - 7px);
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 835px) {
  .c-header1__product__item a {
    transition: 300ms;
  }

  .c-header1__product__item a:hover {
    opacity: 0.5;
  }
}

.c-header1__product__img {
  position: relative;
}

.c-header1__product__img::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.c-header1__product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-header1__product__title {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 22px;
  margin-top: 10px;
}

.c-header1__product__title span {
  font-size: 9px;
  display: inline-block;
  top: -4px;
  position: relative;
  right: -5px;
}

.c-header1__product__all {
  position: relative;
  z-index: 1;
  display: block;
}

.c-header1__product__all::before {
  content: "";
  padding-top: 100%;
  display: block;
  background: #F2EEE7;
  z-index: -1;
}

.c-header1__product__all span {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center bottom/18px;
  padding-bottom: 25px;
}

#logo_content {
  fill: #B16D03;
  transition: 800ms;
}

.is-white #logo_content {
  fill: #ffffff;
}

.is-white .c-header__bnt {
  color: #ffffff;
}

.is-white .c-header__store,
.is-white .c-header__menu {
  border-color: #ffffff;
  color: #ffffff;
}

.is-white .c-header__store {
  background-image: url("/wp/wp-content/themes/happynutsday/assets/images/common/cart_white.svg");
}

.is-white .c-header__menu::before,
.is-white .c-header__menu::after {
  background: #ffffff;
}

@media screen and (max-width: 834px) {
  .c-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.c-footer .l-container {
  max-width: inherit;
}

.c-footer__logo img {
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .c-footer__logo {
    padding: 40px 0 0;
  }

  .c-footer__logo img {
    width: auto;
    height: 17px;
  }
}

.c-footer__address {
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 22px;
}

@media screen and (max-width: 834px) {
  .c-footer__address {
    font-size: 1.3rem;
    line-height: 21px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 835px) {
  .c-footer__address a {
    pointer-events: none;
  }
}

.c-footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .c-footer__info {
    display: block;
  }
}

.c-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 4px;
}

@media screen and (max-width: 834px) {
  .c-footer__social {
    margin: 18px 0 18px 2px;
  }
}

.c-footer__social li {
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .c-footer__social li {
    margin: 0 18px 0 0;
  }
}

@media screen and (min-width: 835px) {
  .c-footer__social li a {
    transition: 300ms;
  }

  .c-footer__social li a:hover {
    opacity: 0.5;
  }

  .c-footer2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 26px;
    padding: 22px 0 30px;
  }
}

@media screen and (max-width: 834px) {
  .c-footer2 {
    padding: 57px 0 20px;
  }
}

.c-footer2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .c-footer2__inner {
    display: block;
  }
}

.c-footer2__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .c-footer2__link {
    justify-content: space-between;
    max-width: 304px;
  }
}

@media screen and (min-width: 835px) {
  .c-footer2__link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.c-footer2__link li {
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .c-footer2__link li {
    margin-right: 9px;
  }
}

@media screen and (max-width: 834px) {
  .c-footer2__link li {
    line-height: 1;
    margin: 0;
  }

  .c-footer2__link li+li {
    margin: 7px 0 0;
  }
}

.c-footer2__link a {
  font-size: 1.3rem;
}

@media screen and (min-width: 835px) {
  .c-footer2__link a {
    transition: 300ms;
  }

  .c-footer2__link a:hover {
    opacity: 0.5;
  }
}

.c-footer2__copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  .c-footer2__copyright {
    margin-top: 57px;
    font-size: 1.1rem;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-bnt01 {
  border: 1px solid #000000;
  width: 155px;
  line-height: 43px;
  border-radius: 60px;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: -0.96px;
  opacity: 1 !important;
  transition: 300ms;
  padding-bottom: 3px !important;
}

@media screen and (min-width: 835px) {
  .c-bnt01:hover {
    background: #000000;
    color: #ffffff;
  }
}

@media screen and (max-width: 834px) {
  .c-bnt01 {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: -0.6px;
  }
}

.c-bnt01--black {
  background: #000000;
  color: #ffffff;
}

@media screen and (min-width: 835px) {
  .c-bnt01--black:hover {
    background: #F8F6F2;
    color: #000000;
  }
}

.c-bnt01.is-active {
  background: #000000;
  color: #ffffff;
  pointer-events: none;
}

.c-bnt02 {
  font-size: 2rem;
  letter-spacing: 0.4px;
  line-height: 1;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right;
  background-size: 20px;
  padding-right: 36px;
}

@media screen and (min-width: 835px) {
  .c-bnt02 {
    transition: 300ms;
  }

  .c-bnt02:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-bnt02 {
    font-size: 1.5rem;
    padding-right: 25px;
    background-size: 16px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 834px) {
  .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.48px;
  }
}

.c-title2 {
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 48px;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-title2 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

.c-title3 {
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-title3 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

.c-title4 {
  font-size: 2.4rem;
  letter-spacing: 0px;
  line-height: 32px;
}

@media screen and (max-width: 834px) {
  .c-title4 {
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 28px;
  }
}

.c-title5 {
  font-size: 2.2rem;
  letter-spacing: 0px;
  line-height: 21px;
}

@media screen and (max-width: 834px) {
  .c-title5 {
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 28px;
  }
}

.c-title6 {
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 21px;
}

@media screen and (max-width: 834px) {
  .c-title6 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form1 .c-title5 {
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .c-form1 .c-title5 {
    font-size: 2rem;
    line-height: 28px;
    white-space: inherit;
  }
}

.c-form1 table {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .c-form1 table {
    margin-top: 51px;
  }
}

.c-form1 table th,
.c-form1 table td {
  vertical-align: middle;
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 834px) {

  .c-form1 table th,
  .c-form1 table td {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    padding-bottom: 17px;
  }
}

.c-form1 table th {
  width: 27.8350515464%;
  min-width: 180px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .c-form1 table th {
    font-size: 1.4rem;
    width: 100%;
    padding-bottom: 8px;
  }
}

.c-form1 table th span {
  color: #B16D03;
  display: inline-block;
  font-family: "fot-cezanne-pron", sans-serif;
  margin-left: 10px;
}

@media screen and (max-width: 834px) {
  .c-form1 table th span {
    margin-left: 5px;
  }
}

.c-form1 .c-form1__rol2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-form1 .c-form1__rol2 div {
  width: calc(50% - 5px);
}

.c-form1 input,
.c-form1 textarea {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 10px;
  background: #F2EEE7;
  padding: 0 25px;
}

@media screen and (max-width: 834px) {

  .c-form1 input,
  .c-form1 textarea {
    font-size: 1.4rem;
    height: 45px;
    padding: 0 20px;
  }
}

.c-form1 input:focus,
.c-form1 textarea:focus {
  outline: none;
}

.c-form1 input::-webkit-input-placeholder,
.c-form1 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 input:-ms-input-placeholder,
.c-form1 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 input::placeholder,
.c-form1 textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 input:-ms-input-placeholder,
.c-form1 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 input::-moz-placeholder,
.c-form1 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 input::-webkit-input-placeholder,
.c-form1 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form1 textarea {
  height: 300px;
  padding: 17px 25px;
  resize: none;
}

@media screen and (max-width: 834px) {
  .c-form1 textarea {
    height: 200px;
    padding: 12px 20px;
  }
}

.c-form1 select {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 10px;
  padding: 0 25px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow.svg") no-repeat center right 30px/15px #F2EEE7 !important;
}

@media screen and (max-width: 834px) {
  .c-form1 select {
    height: 45px;
    padding: 0 20px;
    font-size: 1.4rem;
    background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow.svg") no-repeat center right 18px/12px #F2EEE7 !important;
  }
}

.c-form1 select:focus {
  outline: none;
}

.mw_wp_form_input .error {
  margin-top: 5px;
}

.mw_wp_form_input .is-confirm,
.mw_wp_form_input br {
  display: none;
}

.mw_wp_form_input .c-form1__submit {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_input .c-form1__submit {
    flex-wrap: wrap-reverse;
    margin-top: 8px;
  }
}

.mw_wp_form_input .c-form1__submit .is-clear {
  width: calc(50% - 15px);
  line-height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_input .c-form1__submit .is-clear {
    width: 100%;
    line-height: 43px;
  }
}

.mw_wp_form_input .c-form1__submit .c-form1__submit__inner {
  width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .mw_wp_form_input .c-form1__submit .c-form1__submit__inner {
    width: 100%;
  }
}

.mw_wp_form_input .c-form1__submit .c-form1__submit__inner .c-bnt01 {
  width: 100%;
  height: 60px;
  background-color: #000000;
}

@media screen and (min-width: 835px) {
  .mw_wp_form_input .c-form1__submit .c-form1__submit__inner .c-bnt01:hover {
    background-color: #F8F6F2;
  }
}

@media screen and (max-width: 834px) {
  .mw_wp_form_input .c-form1__submit .c-form1__submit__inner .c-bnt01 {
    height: 45px;
    margin-bottom: 15px;
  }
}

.mw_wp_form_confirm table th,
.mw_wp_form_confirm table td {
  vertical-align: top;
  padding-bottom: 17px;
  line-height: 25px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {

  .mw_wp_form_confirm table th,
  .mw_wp_form_confirm table td {
    font-size: 1.4rem;
    line-height: 21px;
    padding-bottom: 23px;
  }

  .mw_wp_form_confirm table th {
    padding-bottom: 6px;
  }

  .mw_wp_form_confirm table th:only-child {
    margin-bottom: 40px;
  }
}

.mw_wp_form_confirm table th span {
  display: none;
}

.mw_wp_form_confirm .c-form1 .c-form1__rol2 {
  display: block;
}

.mw_wp_form_confirm .c-form1 .c-form1__rol2 div {
  width: auto;
  display: inline;
}

.mw_wp_form_confirm .c-form1__submit {
  margin-top: 56px;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .c-form1__submit {
    margin-top: 1px;
  }
}

.mw_wp_form_confirm .is-input,
.mw_wp_form_confirm br:not(.sp) {
  display: none;
}

.mw_wp_form_confirm .is-clear {
  display: none;
}

.mw_wp_form_confirm .c-form1__submit__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .c-form1__submit__inner {
    flex-wrap: wrap-reverse;
  }
}

.mw_wp_form_confirm .c-form1__submit__inner .c-bnt01 {
  width: calc(50% - 15px);
  height: 60px;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .c-form1__submit__inner .c-bnt01 {
    width: 100%;
    height: 45px;
  }

  .mw_wp_form_confirm .c-form1__submit__inner .c-bnt01:last-child {
    margin-bottom: 15px;
  }
}

.mw_wp_form_confirm .c-form1__submit__inner .c-bnt01--black {
  background-color: #000000;
}

@media screen and (min-width: 835px) {
  .mw_wp_form_confirm .c-form1__submit__inner .c-bnt01--black:hover {
    background-color: #F8F6F2;
  }
}

@media screen and (max-width: 834px) {
  .mw_wp_form_complete .c-title5 {
    font-size: 2rem;
    line-height: 28px;
  }
}

.mw_wp_form_complete .c-form1__complete__txt {
  margin: 78px 0 74px;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_complete .c-form1__complete__txt {
    font-size: 1.4rem;
    line-height: 21px;
    margin: 54px 0 24px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text01 {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-text01 {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.c-text02 {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-text02 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.c-text03 a {
  font-size: 1.4rem;
  letter-spacing: -0.28px;
  color: rgba(0, 0, 0, 0.6);
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow05.svg") no-repeat center left;
  padding-left: 17px;
}

@media screen and (min-width: 835px) {
  .c-text03 a {
    transition: 300ms;
  }

  .c-text03 a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-text03 a {
    font-size: 1.3rem;
    letter-spacing: -0.26px;
    padding-left: 13px;
    background-size: 7px;
  }
}

.c-text04 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}

@media screen and (max-width: 834px) {
  .c-text04 {
    font-size: 1.3rem;
    letter-spacing: -0.26px;
  }
}

.c-text05 {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-text05 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.c-text06 {
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 21px;
}

@media screen and (max-width: 834px) {
  .c-text06 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

.c-text7 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 22px;
}

.c-text8 {
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 27px;
}

@media screen and (max-width: 834px) {
  .c-text8 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 21px;
  }
}

.c-text8 span {
  font-size: 1.5rem;
  color: #888888;
}

@media screen and (max-width: 834px) {
  .c-text8 span {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-img01 li+li {
  margin-top: 10px;
}

.c-img01 li img {
  width: 100%;
}

.c-img01__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-img01__sidebar li {
  position: relative;
}

.c-img01__sidebar li+li {
  margin-top: 7px;
}

.c-img01__sidebar li a {
  display: block;
  height: 88px;
}

.c-img01__sidebar li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-img01__sidebar li a::before {
  content: "";
  width: 2px;
  background: #000000;
  right: -9px;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
}

.c-img01__sidebar li a.is-current::before {
  opacity: 1;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
@media screen and (max-width: 834px) {
  .c-list01 .swiper {
    overflow: inherit;
  }

  .c-list01__item {
    width: 100%;
    max-width: 354px;
  }
}

.c-list01__item a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-list01__item a {
    transition: 300ms;
  }

  .c-list01__item a:hover {
    opacity: 0.5;
  }
}

.c-list01__title {
  font-size: 1.7rem;
  line-height: 21px;
  margin-top: 15px;
  border-bottom: 1px solid #000;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .c-list01__title {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.c-list02 {
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  line-height: 22px;
}

@media screen and (max-width: 834px) {
  .c-list02 {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }
}

.c-list02__item+.c-list02__item {
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .c-list02__item+.c-list02__item {
    margin-top: 5px;
  }
}

.c-list02 a {
  position: relative;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: bottom left;
  transition: background-size 0.3s;
}

@media screen and (min-width: 835px) {
  .c-list02 a {
    transition: 300ms;
  }

  .c-list02 a:hover {
    opacity: 0.5;
  }
}

.c-list02 a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #000;
  top: 7px;
  left: -19px;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .c-list02 a::before {
    display: none;
  }
}

.c-list02 a sup {
  top: -6px;
  font-size: 10px;
  left: 5px;
}

@media screen and (max-width: 834px) {
  .c-list02 a sup {
    top: -5px;
    font-size: 9px;
    left: 4px;
  }
}

@media screen and (min-width: 835px) {
  .c-list02 a:hover::before {
    right: 11px;
  }

  .c-list02 a.is-current {
    background-size: 100% 2px;
  }
}

.c-list02 a.is-current::before {
  opacity: 1;
}

.c-list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-list03__item {
  width: 33.333333%;
  margin-top: 42px;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .c-list03__item {
    width: 50%;
    padding: 0 7px;
  }
}

@media screen and (max-width: 834px) {
  .c-list03__item {
    margin-top: 28px;
  }

  .c-list03__item:first-child {
    width: 100%;
  }

  .c-list03__item:first-child .c-list03__category {
    top: 15px;
    right: 15px;
  }

  .c-list03__item:first-child .c-list03__category li {
    font-size: 1.3rem;
    letter-spacing: -0.52px;
    padding: 9px 5px 10px 4px;
  }

  .c-list03__item:first-child .c-list03__title {
    font-size: 1.8rem;
    line-height: 22px;
  }

  .c-list03__item:first-child .c-list03__price {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }

  .c-list03__item:first-child .c-list03__price span {
    font-size: 1.2rem;
    letter-spacing: -0.48px;
  }

  .c-list03__item:first-child .c-list03__size {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    bottom: 13px;
    left: 20px;
  }
}

.c-list03__title {
  font-size: 1.8rem;
  line-height: 27px;
  margin: 15px 0 8px;
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-list03__title {
    font-size: 1.5rem;
    line-height: 19px;
    margin: 13px 0 8px;
    letter-spacing: 0.3px;
  }
}

.c-list03__price {
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .c-list03__price {
    font-size: 1.3rem;
  }
}

.c-list03__price span {
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  .c-list03__price span {
    font-size: 1.1rem;
  }
}

.c-list03__img {
  position: relative;
}

.c-list03__img img {
  width: 100%;
}

.c-list03__category {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

@media screen and (max-width: 834px) {
  .c-list03__category {
    top: 10px;
    right: 10px;
  }
}

.c-list03__category li {
  border-radius: 30px;
  border: 1px solid #000000;
  padding: 9px 4px;
  margin-bottom: 8px;
  font-size: 1.3rem;
  letter-spacing: -0.52px;
}

@media screen and (max-width: 834px) {
  .c-list03__category li {
    font-size: 1.1rem;
    letter-spacing: -0.44px;
    padding: 8px 2px;
  }
}

.c-list03__category__style1 {
  background: #000000;
  color: #ffffff;
}

.c-list03__size {
  position: absolute;
  bottom: 9px;
  left: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 834px) {
  .c-list03__size {
    font-size: 1.1rem;
    letter-spacing: 0.22px;
    left: 12px;
  }
}

.c-list03__size span {
  display: inline-block;
  margin-left: 7px;
}

@media screen and (min-width: 835px) {
  .c-list03__url {
    transition: 300ms;
  }

  .c-list03__url:hover {
    opacity: 0.5;
  }
}

.c-list04__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-list04__item {
    display: block;
    width: 100%;
    max-width: 324px;
  }
}

.c-list04__item+.c-list04__item {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .c-list04__item+.c-list04__item {
    margin: 0;
  }
}

.c-list04__img {
  width: 23.7113402062%;
  margin-right: 4.6391752577%;
}

@media screen and (max-width: 834px) {
  .c-list04__img {
    width: 100%;
    margin: 0;
  }
}

.c-list04__inner {
  flex: 1;
}

.c-list04__tit {
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 32px;
  margin: -3px 0 32px;
}

.c-list04__tit span {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 834px) {
  .c-list04__tit {
    font-size: 1.6rem;
    margin: 14px 0 20px;
  }
}

.c-list04__txt {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-list04__txt {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

@media screen and (min-width: 835px) {
  .c-list04 .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
    display: block !important;
  }
}

@media screen and (max-width: 834px) {
  .c-list04 .swiper {
    overflow: inherit;
  }
}

.c-list05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-list05__item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .c-list05__item {
    width: auto;
  }

  .c-list05__item+.c-list05__item {
    margin-top: 24px;
  }
}

.c-list05__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 21px;
  padding: 21px 0 0;
}

@media screen and (max-width: 834px) {
  .c-list05__content {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 32px;
    padding: 6px 0 0;
  }
}

.c-list05__name {
  flex: 1;
}

.c-list6 {
  counter-reset: item;
}

.c-list6__item+.c-list6__item {
  margin-top: 36px;
}

@media screen and (max-width: 834px) {
  .c-list6__item+.c-list6__item {
    margin-top: 27px;
  }
}

.c-list6__tit {
  font-size: 1.8rem;
  letter-spacing: -0.36px;
  padding-left: 27px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-list6__tit {
    font-size: 1.6rem;
    letter-spacing: 0px;
    padding-left: 24px;
  }
}

.c-list6__tit::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 3px;
}

@media screen and (max-width: 834px) {
  .c-list6__tit::before {
    left: 0;
  }
}

.c-list6__tit span {
  border-bottom: 2px solid #000000;
  display: inline-block;
  line-height: 23px;
}

.c-list6__txt {
  font-size: 1.6rem;
  letter-spacing: -0.3px;
  line-height: 27px;
  margin: 12px 0 0 27px;
}

@media screen and (max-width: 834px) {
  .c-list6__txt {
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    line-height: 21px;
    margin: 16px 0 0 25px;
  }
}

.c-list7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 19px;
}

@media screen and (max-width: 834px) {
  .c-list7 {
    display: block;
  }
}

.c-list7__item {
  width: calc(33.3333% - 13px);
  margin-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .c-list7__item {
    width: 100%;
    margin-bottom: 41px;
  }

  .c-list7__item:first-child .c-list7__text br {
    display: none;
  }
}

.c-list7__item a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-list7__item a {
    transition: 300ms;
  }

  .c-list7__item a:hover {
    opacity: 0.5;
  }
}

.c-list7__item--style2 a {
  display: block;
  position: relative;
  background: #F2EEE7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.c-list7__item--style2 a::before {
  content: "";
  display: block;
  padding-bottom: 75.0577367206%;
}

@media screen and (max-width: 834px) {
  .c-list7__item--style2 a::before {
    padding-bottom: 66.577540107%;
  }
}

.c-list7__item--style2 a span {
  display: block;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center bottom/18px;
  padding-bottom: 25px;
  font-size: 2rem;
  letter-spacing: 0.4px;
  line-height: 34px;
}

@media screen and (max-width: 900px) {
  .c-list7__item--style2 a span {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    line-height: 34px;
  }
}

.c-list7__img {
  position: relative;
}

.c-list7__img::before {
  content: "";
  display: block;
  padding-bottom: 75.0577367206%;
}

@media screen and (max-width: 834px) {
  .c-list7__img::before {
    padding-bottom: 66.577540107%;
  }
}

.c-list7__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-list7__title {
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  line-height: 34px;
  margin: 15px 0 7px;
}

@media screen and (max-width: 834px) {
  .c-list7__title {
    margin: 12px 0 5px;
  }
}

.c-list7__title span {
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom left;
}

.c-list7__title sup {
  top: -6px;
  font-size: 10px;
  left: 7px;
}

@media screen and (max-width: 834px) {
  .c-list7__title sup {
    left: 5px;
  }
}

.c-list7__text {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-list7__text {
    font-size: 1.6rem;
    letter-spacing: 0.3px;
    line-height: 21px;
  }
}

.c-list8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .c-list8 {
    display: block;
  }
}

.c-list8__item {
  width: calc(33.3% - 17px);
  margin-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .c-list8__item {
    width: 100%;
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 835px) {
  .c-list8__item:not(:nth-child(3n+1)) {
    margin-left: 25px;
  }
}

.c-list8__item a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-list8__item a {
    transition: 300ms;
  }

  .c-list8__item a:hover {
    opacity: 0.5;
  }
}

.c-list8__img {
  background: #CCCCCC;
  position: relative;
}

.c-list8__img::before {
  content: "";
  display: block;
  padding-bottom: 66.7441860465%;
}

.c-list8__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-list8__tit {
  font-size: 2rem;
  letter-spacing: 0.7px;
  line-height: 28px;
  margin: 25px 0 8px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.c-list8__tit br {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-list8__tit {
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 20px 0 11px;
  }
}

.c-list8__txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .c-list8__txt {
    font-size: 1.3rem;
  }
}

.c-list9 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .c-list9 {
    margin-top: 0;
  }
}

.c-list9__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  padding: 37px 0 36px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right 30px;
  background-size: 18px;
}

@media screen and (max-width: 1024px) {
  .c-list9__item {
    background-position: center right 0;
  }
}

@media screen and (max-width: 834px) {
  .c-list9__item {
    padding: 13px 0 18px;
    background-position: center right 13px;
  }
}

.c-list9__date {
  color: rgba(0, 0, 0, 0.4);
  width: 125px;
}

@media screen and (max-width: 834px) {
  .c-list9__date {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 28px;
    width: 87px;
  }
}

.c-list9__cat {
  color: rgba(0, 0, 0, 0.4);
  width: 139px;
}

@media screen and (max-width: 834px) {
  .c-list9__cat {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 28px;
    flex: 1;
  }
}

.c-list9__tit {
  flex: 1;
  padding-right: 60px;
}

@media screen and (max-width: 1024px) {
  .c-list9__tit {
    padding-right: 25px;
  }
}

@media screen and (max-width: 834px) {
  .c-list9__tit {
    width: 100%;
    flex: initial;
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 22px;
    margin-top: 3px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 835px) {
  .c-list9__tit a {
    transition: 300ms;
  }

  .c-list9__tit a:hover {
    opacity: 0.5;
  }
}

.c-list10__item {
  width: calc(50% - 22px);
  margin-bottom: 38px;
}

@media screen and (max-width: 834px) {
  .c-list10__item {
    width: 100%;
    margin-bottom: 29px;
  }
}

.c-list10__item a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-list10__item a {
    transition: 300ms;
  }

  .c-list10__item a:hover {
    opacity: 0.5;
  }
}

.c-list10__thumb {
  width: 100%;
}

.c-list10__number {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 27px;
  margin-top: 17px;
}

@media screen and (max-width: 834px) {
  .c-list10__number {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 11px;
  }
}

.c-list10__tit {
  font-size: 2rem;
  letter-spacing: 0.7px;
  line-height: 28px;
  margin-top: 6px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.c-list10__tit br {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-list10__tit {
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-top: 6px;
  }
}

.c-list10__cat {
  opacity: 0.5;
  font-size: 1.4rem;
  letter-spacing: 0px;
  line-height: 27px;
  margin-top: 8px;
}

@media screen and (max-width: 834px) {
  .c-list10__cat {
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 8px;
  }
}

.c-list11 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 28px;
}

@media screen and (max-width: 834px) {
  .c-list11 {
    margin-top: 20px;
  }
}

.c-list11__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 0 29px;
}

@media screen and (max-width: 834px) {
  .c-list11__item {
    padding: 23px 0 27px;
    display: block;
  }
}

.c-list11__name {
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 23px;
  width: 25.7731958763%;
  margin-right: 6.1855670103%;
}

@media screen and (max-width: 834px) {
  .c-list11__name {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 22px;
    width: 100%;
  }
}

.c-list11__address {
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 23px;
  opacity: 0.5;
  flex: 1;
}

@media screen and (max-width: 834px) {
  .c-list11__address {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 21px;
    margin: 12px 0 0;
  }
}

.c-list11__link {
  font-size: 1.4rem;
  letter-spacing: 0px;
  line-height: 18px;
  opacity: 0.5;
  padding-top: 4px;
}

@media screen and (max-width: 834px) {
  .c-list11__link {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 18px;
    padding-top: 11px;
  }
}

.c-list11__link a {
  display: inline-block;
  border-bottom: 1px solid #000000;
  margin-left: 20px;
}

@media screen and (min-width: 835px) {
  .c-list11__link a {
    transition: 300ms;
  }

  .c-list11__link a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-list11__link a {
    margin: 0 16px 0 0;
  }
}

.c-list12 {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-list12 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 19px;
  }
}

.c-list12 li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .c-list12 li {
    width: 100%;
    margin-bottom: 8px;
  }
}

.c-list12 li span {
  display: block;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .c-list12 li span:last-child {
    text-align: right;
  }
}

.c-list13 {
  margin: 99px 0 -80px;
}

.c-list13__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-list13 {
    margin: 41px 0 -33px;
  }
}

.c-list13 .c-list13__item {
  width: 46.9072164948%;
  margin-bottom: 74px;
}

@media screen and (max-width: 834px) {
  .c-list13 .c-list13__item {
    width: 100%;
    margin-bottom: 34px;
  }
}

.c-list13__img {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .c-list13__img {
    padding-top: 100%;
    position: relative;
    margin-bottom: 14px;
  }
}

.c-list13__img img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .c-list13__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.c-list13__tit {
  font-size: 2rem;
  letter-spacing: -0.4px;
  line-height: 32px;
  margin-bottom: 30px;
}

.c-list13__tit span {
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 834px) {
  .c-list13__tit {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.c-list13__txt {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-list13__txt {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
  }

  .c-list13 .swiper {
    overflow: inherit;
  }
}

@media screen and (min-width: 835px) {
  .c-list13 .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-list13 .swiper-wrapper .c-list13__item {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .c-list13 .swiper-wrapper .c-list13__item {
    width: 100%;
    max-width: 324px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 {
  margin-top: 23px;
  width: 100%;
  max-width: 710px;
}

@media screen and (max-width: 834px) {
  .c-table1 {
    margin-top: 16px;
    max-width: initial;
  }
}

.c-table1 th,
.c-table1 td {
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 27px;
  text-align: left;
  padding-bottom: 7px;
  vertical-align: top;
}

@media screen and (max-width: 834px) {

  .c-table1 th,
  .c-table1 td {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    padding-bottom: 15px;
  }
}

.c-table1 th span,
.c-table1 td span {
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {

  .c-table1 th span,
  .c-table1 td span {
    display: block;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
}

.c-table1 th {
  padding-right: 30px;
}

.c-table1 td {
  width: 100px;
}

@media screen and (max-width: 834px) {
  .c-table1 td {
    width: 60px;
    text-align: right;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slider01 .swiper {
  overflow: inherit;
}

.c-slider01 .swiper-slide {
  margin-right: 20px;
  width: auto;
  max-width: 100%;
}

.c-slider01 .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .c-slider01 .swiper-slide {
    margin-right: 20px;
  }
}

.c-slider01 .swiper-button-prev,
.c-slider01 .swiper-button-next {
  position: absolute;
  top: 0;
  width: auto;
  height: 560px;
  margin: 0;
  background: none;
  width: 250vw;
}

.c-slider01 .swiper-button-prev::before,
.c-slider01 .swiper-button-prev:after,
.c-slider01 .swiper-button-next::before,
.c-slider01 .swiper-button-next:after {
  display: none;
}

@media screen and (max-width: 834px) {

  .c-slider01 .swiper-button-prev,
  .c-slider01 .swiper-button-next {
    display: none;
  }
}

.c-slider01 .swiper-button-prev {
  cursor: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow01.svg"), auto;
  right: 100%;
  left: inherit;
}

.c-slider01 .swiper-button-next {
  cursor: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow02.svg"), auto;
  right: inherit;
  left: 100%;
}

.c-slider01__number {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 2rem;
  margin-bottom: 40px;
}

.c-slider01__number__total {
  position: relative;
  margin-left: 60px;
}

.c-slider01__number__total::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  top: 14px;
  left: -50px;
  margin: 0 0 0;
  display: inline-block;
  background: #000000;
}

.c-slider01__subtitle {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 27px;
  margin: 22px 0 4px;
}

@media screen and (max-width: 834px) {
  .c-slider01__subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.26px;
    margin: 10px 0 0px;
  }
}

.c-slider01__title {
  font-size: 2.4rem;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-slider01__title {
    font-size: 1.8rem;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .c-slider01__title br {
    display: none;
  }
}

.c-slider01__img img {
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .c-slider01__img img {
    height: 236px;
  }
}

.c-slider01 a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-slider01 a {
    transition: 300ms;
  }

  .c-slider01 a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-slider02 .swiper {
    overflow: inherit;
  }

  .c-slider02 .swiper-slide {
    width: 100%;
    max-width: 354px;
  }
}

.c-slider02__title {
  font-size: 1.8rem;
  line-height: 27px;
  margin: 17px 0 5px;
}

@media screen and (max-width: 834px) {
  .c-slider02__title {
    font-size: 1.6rem;
    line-height: 22px;
    margin: 13px 0 3px;
  }
}

.c-slider02__price {
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .c-slider02__price {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }
}

.c-slider02__price span {
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  .c-slider02__price span {
    font-size: 1.2rem;
    letter-spacing: -0.48px;
  }
}

.c-slider02__img {
  position: relative;
}

.c-slider02__category {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.c-slider02__category li {
  border-radius: 30px;
  border: 1px solid #000000;
  font-size: 1.3rem;
  padding: 9px 4px;
  margin-bottom: 8px;
}

.c-slider02__category__style1 {
  background: #000000;
  color: #ffffff;
}

.c-slider02__size {
  position: absolute;
  bottom: 9px;
  left: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.28px;
}

.c-slider02__size span {
  display: inline-block;
  margin-left: 7px;
}

.c-slider02__info {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.c-slider02__info .swiper-pagination {
  height: 2px !important;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  position: inherit;
  width: calc(100% - 125px) !important;
}

.c-slider02__info .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #000000;
  border-radius: 0;
}

.c-slider02__info__bnt {
  width: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-slider02__info .swiper-button-prev,
.c-slider02__info .swiper-button-next {
  width: 25px;
  height: 19px;
  position: inherit;
  margin: 0;
  -webkit-transform: none;
  transform: none;
}

.c-slider02__info .swiper-button-prev::after,
.c-slider02__info .swiper-button-next::after {
  display: none;
}

.c-slider02__info .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left;
}

.c-slider02__info .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right;
}

@media screen and (min-width: 835px) {
  .c-slider02__url {
    transition: 300ms;
  }

  .c-slider02__url:hover {
    opacity: 0.5;
  }
}

.c-slider03 {
  pointer-events: none;
}

.c-slider03__left .swiper-slide {
  width: 736px;
}

@media screen and (max-width: 834px) {
  .c-slider03__left .swiper-slide {
    width: 430px;
  }
}

.c-slider03__right {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .c-slider03__right {
    margin-top: 20px;
  }
}

.c-slider03__right .swiper-slide {
  width: 1054px;
}

@media screen and (max-width: 834px) {
  .c-slider03__right .swiper-slide {
    width: 605px;
  }
}

.c-slider03 .swiper-wrapper {
  transition-timing-function: linear;
}

.c-slider04 .swiper-slide {
  height: 720px;
}

@media screen and (max-width: 834px) {
  .c-slider04 .swiper-slide {
    height: 552px;
  }
}

.c-slider04 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-slider05 {
  overflow: hidden;
  padding-bottom: 58px;
}

.c-slider05__main {
  position: relative;
}

.c-slider05__main .swiper-slide {
  position: relative;
}

.c-slider05__main .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 125.1207729469%;
}

.c-slider05__main .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-slider05 .c-category {
  position: absolute;
  bottom: 13px;
  right: 20px;
  z-index: 10;
}

.c-slider05__number {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  position: absolute;
  z-index: 10;
  bottom: 14px;
  left: 20px;
}

.c-slider05__number__total {
  position: relative;
  margin-left: 34px;
}

.c-slider05__number__total::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 11px;
  left: -27px;
  display: inline-block;
  background: #000000;
}

.c-slider05__thumb {
  margin-top: 20px;
}

.c-slider05__thumb.swiper {
  overflow: inherit;
}

.c-slider05__thumb .swiper-slide {
  height: 73px;
  width: 58px;
  position: relative;
}

.c-slider05__thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-slider05__thumb .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
}

.c-slider06 {
  position: relative;
  width: 100%;
}

.c-slider06__content img {
  width: 100%;
}

.c-slider06__content .swiper-slide {
  width: 100%;
}

.c-slider06__content .swiper-pagination {
  bottom: 15px !important;
}

@media screen and (max-width: 834px) {
  .c-slider06__content .swiper-pagination {
    bottom: 9px !important;
  }
}

.c-slider06__content .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .c-slider06__content .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.c-slider06__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B16D03;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv01 {
  height: 100vh;
  position: relative;
  z-index: 2;
  background: #000000;
}

@media screen and (min-width: 835px) {
  .c-mv01 {
    height: 100vh !important;
  }
}

.c-mv01 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.c-mv01 .c-slider06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mv01 .c-slider06__content {
  height: 100%;
}

.c-mv01 .c-slider06__content .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mv01 .c-slider06 .swiper-pagination {
  display: none;
}

.c-mv01__title {
  position: absolute;
  bottom: 35px;
  left: 45px;
}

@media screen and (max-width: 834px) {
  .c-mv01__title {
    width: calc(100% - 50px);
    max-width: 330px;
    bottom: 25px;
    left: 25px;
  }
}

.c-mv01__scroll {
  position: absolute;
  bottom: 43px;
  right: 43px;
}

.c-mv01__logo {
  width: 72px;
  display: inline-block;
  position: absolute;
  bottom: 160px;
  left: 45px;
  z-index: 99999;
}

.c-mv01__logo svg {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .c-mv01__logo {
    width: 51px;
    bottom: 105px;
    left: 20px;
  }
}

.c-mv01__logo__fixed {
  position: fixed;
  top: 35px;
  bottom: initial !important;
}

@media screen and (max-width: 834px) {
  .c-mv01__logo__fixed {
    top: 18px;
  }
}

.c-mv01__logo__alt {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
.c-block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% + 670px);
  margin-left: auto;
}

@media screen and (min-width: 835px) {
  .c-block01 {
    transition: 300ms;
  }

  .c-block01:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 1440px) {
  .c-block01 {
    width: auto;
    margin: 0 auto;
    padding: 0 50px;
  }
}

@media screen and (max-width: 834px) {
  .c-block01 {
    padding: 0 20px;
    flex-wrap: wrap-reverse;
  }
}

.c-block01__inner {
  width: 440px;
  margin-right: 60px;
}

@media screen and (max-width: 1024px) {
  .c-block01__inner {
    width: calc(50% - 30px);
    margin-right: 30px;
    max-width: 440px;
  }
}

@media screen and (max-width: 834px) {
  .c-block01__inner {
    width: auto;
    margin: 0;
    max-width: inherit;
  }
}

.c-block01__tit {
  font-size: 2.4rem;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-block01__tit {
    font-size: 2rem;
    line-height: 24px;
    margin-top: 26px;
  }
}

.c-block01__txt {
  margin: 41px 0;
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-block01__txt {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0;
    margin: 24px 0 29px;
  }
}

.c-block01__img {
  flex: 1;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .c-block01__img {
    margin-right: -50px;
  }
}

@media screen and (max-width: 834px) {
  .c-block01__img {
    margin: 0 -20px;
  }
}

@media screen and (min-width: 835px) {
  .c-block01 .c-bnt01 {
    background: none !important;
    color: #000000 !important;
  }
}

.c-block02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-block02 {
    display: block;
  }
}

@media screen and (min-width: 835px) {
  .c-block02 a {
    transition: 300ms;
  }

  .c-block02 a:hover {
    opacity: 0.5;
  }
}

.c-block02__style1 {
  margin-right: 12.6865671642%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .c-block02__style1 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 834px) {
  .c-block02__style1 {
    width: auto;
    margin: 0;
  }
}

.c-block02__style1 .c-block02__content {
  width: 50.7462686567%;
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .c-block02__style1 .c-block02__content {
    width: auto;
    margin: 0;
  }
}

.c-block02__style2 {
  flex: 1;
}

@media screen and (max-width: 834px) {
  .c-block02__style2 {
    margin-top: 50px;
  }
}

.c-block02__style2 .c-block02__content {
  width: 50%;
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .c-block02__style2 .c-block02__content {
    width: auto;
    margin: 0;
  }
}

.c-block02__head {
  flex: 1;
}

.c-block02__img {
  margin-bottom: 32px;
}

@media screen and (max-width: 834px) {
  .c-block02__img {
    margin-bottom: 19px;
  }
}

.c-block02__img img {
  width: 100%;
}

.c-block02__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-block02__inner {
    display: block;
  }
}

.c-block02__code {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 834px) {
  .c-block02__code {
    font-size: 1.2rem;
    letter-spacing: 0.24px;
  }
}

.c-block02__title {
  font-size: 2.4rem;
  line-height: 32px;
  margin-top: 17px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-block02__title {
    font-size: 2rem;
    line-height: 24px;
    margin: 7px 0 18px;
  }
}

.c-block02__text {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-block02__text {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.c-block02__bnt {
  margin-top: 28px;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .c-block02__bnt {
    margin-top: 24px;
  }
}

@media screen and (min-width: 835px) {
  .c-block02__bnt .c-bnt01 {
    width: 172px;
    background: none !important;
    color: #000000 !important;
  }
}

.c-block03 {
  background: #F2EEE7;
  margin: 10px 0 30px;
  padding: 46px 50px 60px;
}

@media screen and (max-width: 1023px) {
  .c-block03 {
    padding: 30px;
  }
}

@media screen and (max-width: 834px) {
  .c-block03 {
    margin: 22px -20px 0;
    padding: 41px 20px 45px;
  }
}

.c-block03__head:not(:only-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 46px;
  margin-bottom: 46px;
}

@media screen and (max-width: 834px) {
  .c-block03__head:not(:only-child) {
    padding-bottom: 36px;
    margin-bottom: 35px;
  }
}

.c-block03__tit {
  font-size: 2rem;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 834px) {
  .c-block03__tit {
    font-size: 1.8rem;
    letter-spacing: -0.36px;
  }
}

.c-block03__info {
  margin: 28px 0 31px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-block03__info {
    margin: 19px 0 19px;
  }
}

.c-block03__info th,
.c-block03__info td {
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 834px) {

  .c-block03__info th,
  .c-block03__info td {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

.c-block03__info th {
  width: 101px;
}

@media screen and (max-width: 1023px) {
  .c-block03__info th {
    width: 75px;
  }
}

.c-block03__txt {
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 25px;
  margin-top: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .c-block03__txt {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 19px;
  }
}

.c-block03 .c-bnt01 {
  display: block;
  width: auto;
  margin-top: 36px;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 834px) {
  .c-block03 .c-bnt01 {
    margin-top: 24px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-loading {
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F6F2;
  transition: 1000ms;
}

.c-loading.is-ready {
  pointer-events: none;
  opacity: 0;
}

.c-loading img {
  width: 128px;
  transition: 1000ms;
}

@media screen and (max-width: 834px) {
  .c-loading img {
    width: 106px;
  }
}

.c-tab01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% + 670px);
}

@media screen and (max-width: 1440px) {
  .c-tab01 {
    width: auto;
    padding: 0 50px;
  }
}

@media screen and (max-width: 834px) {
  .c-tab01 {
    display: block;
    padding: 0 20px;
  }
}

.c-tab01__content {
  width: 458px;
  margin-left: 42px;
}

@media screen and (max-width: 1024px) {
  .c-tab01__content {
    width: 355px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .c-tab01__content {
    width: auto;
    margin: 0;
  }
}

.c-tab01__img {
  flex: 1;
  position: relative;
  height: 593px;
  margin-top: 14px;
}

@media screen and (max-width: 1440px) {
  .c-tab01__img {
    margin-left: -50px;
  }
}

@media screen and (max-width: 834px) {
  .c-tab01__img {
    margin: 0;
  }
}

.c-tab01__img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: inherit;
  opacity: 0;
  transition: 300ms;
}

.c-tab01__img img.is-current {
  opacity: 1;
}

.c-tab01__item {
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .c-tab01__item {
    margin-top: 1px;
  }
}

.c-tab01__item.is-current .c-tab01__inner {
  display: block;
}

.c-tab01__item.is-current .c-tab01__title::before {
  opacity: 1;
}

.c-tab01__item.is-current .c-tab01__title span:before {
  right: 11px;
}

@media screen and (max-width: 834px) {
  .c-tab01__item.is-current .c-tab01__title {
    background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/19px;
  }
}

.c-tab01__title {
  font-size: 2.4rem;
  letter-spacing: 0.48px;
  line-height: 34px;
  padding-left: 19px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-tab01__title {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    padding-left: 0;
    line-height: 28px;
  }
}

.c-tab01__title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #000;
  top: 14px;
  left: 0;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .c-tab01__title::before {
    display: none;
  }
}

.c-tab01__title span,
.c-tab01__title a {
  cursor: pointer;
  position: relative;
}

.c-tab01__title span::before,
.c-tab01__title a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000000;
  height: 2px;
  transition: 300ms;
}

.c-tab01__title span sup,
.c-tab01__title a sup {
  top: -8px;
  font-size: 14px;
  left: 6px;
}

@media screen and (max-width: 834px) {

  .c-tab01__title span sup,
  .c-tab01__title a sup {
    top: -6px;
    font-size: 10px;
    left: 5px;
  }
}

@media screen and (min-width: 835px) {

  .c-tab01__title span:hover::before,
  .c-tab01__title a:hover::before {
    right: 11px;
  }
}

.c-tab01__inner {
  display: none;
}

.c-tab01__text {
  padding: 25px 0 42px 19px;
}

@media screen and (max-width: 834px) {
  .c-tab01__text {
    padding: 27px 0 53px;
    position: relative;
  }

  .c-tab01__text::before {
    content: "";
    width: 20px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 26px;
    left: 0;
  }

  .c-tab01__text img {
    margin-bottom: 25px;
    width: 100%;
  }
}

.c-tab01__text a {
  display: block;
  font-size: 1.7rem;
  line-height: 28px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right;
  padding-right: 35px;
}

@media screen and (min-width: 835px) {
  .c-tab01__text a {
    transition: 300ms;
  }

  .c-tab01__text a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-tab01__text a {
    font-size: 1.4rem;
    line-height: 21px;
    background: none;
    padding-right: 0;
  }
}

.c-box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.c-category {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.c-category li {
  font-size: 1.4rem;
  letter-spacing: -0.56px;
  border-radius: 30px;
  border: 1px solid #000000;
  padding: 15px 7px;
  margin-bottom: 9px;
}

@media screen and (max-width: 834px) {
  .c-category li {
    font-size: 1.4rem;
    letter-spacing: 0px;
    margin-bottom: 7px;
    padding: 10px 5px 11px 4px;
  }
}

.c-category__style1 {
  background: #000000;
  color: #ffffff;
}

.c-cart {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 0;
  padding: 43px 0;
}

@media screen and (max-width: 834px) {
  .c-cart {
    padding: 33px 0;
  }
}

.c-cart__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .c-cart__item {
    display: block;
  }
}

.c-cart__item+.c-cart__item {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .c-cart__item+.c-cart__item {
    margin-top: 23px;
  }

  .c-cart__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 13px;
  }
}

.c-cart__name {
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.c-cart__price {
  font-size: 1.6rem;
}

.c-cart__price span {
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  .c-cart__price span {
    font-size: 1.1rem;
  }
}

.c-cart .cartjs_box {
  margin: 0;
  padding: 0 !important;
  background: #f8f6f2;
}

.c-cart .cartjs_product_table table {
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
}

.c-cart .cartjs_product_table th {
  display: none;
}

.c-cart .cartjs_product_table td {
  margin: 0 !important;
  padding: 0 !important;
}

.c-cart .cartjs_product_table td input {
  pointer-events: none;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 60px;
  width: 104px !important;
  padding: 0 !important;
  text-align: center;
}

.c-cart .cartjs_product_table td input:focus {
  outline: none;
  background-color: none;
}

@media screen and (max-width: 834px) {
  .c-cart .cartjs_product_table td input {
    height: 40px;
    width: 96px !important;
  }
}

.c-cart .cartjs_product_table td div {
  position: relative;
  margin-right: 10px;
}

.c-cart .cartjs_product_table td .cong,
.c-cart .cartjs_product_table td .tru {
  position: absolute;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  cursor: pointer;
}

@media screen and (max-width: 834px) {

  .c-cart .cartjs_product_table td .cong,
  .c-cart .cartjs_product_table td .tru {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

.c-cart .cartjs_product_table td .tru {
  left: 22px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/tru.svg") no-repeat center/14px;
}

@media screen and (max-width: 834px) {
  .c-cart .cartjs_product_table td .tru {
    background-size: 10px;
    left: 20px;
  }
}

.c-cart .cartjs_product_table td .cong {
  right: 22px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/open.svg") no-repeat center/14px;
}

@media screen and (max-width: 834px) {
  .c-cart .cartjs_product_table td .cong {
    background-size: 10px;
    right: 20px;
  }
}

.c-cart .cartjs_product_info {
  display: none;
}

.c-cart .cartjs_product_form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-cart .cartjs_cart_in {
  width: 187px !important;
  height: 45px !important;
  border-radius: 60px !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .c-cart .cartjs_cart_in {
    flex: 1;
  }
}

@media screen and (max-width: 834px) {
  .c-cart .cartjs_cart_in {
    height: 40px !important;
  }
}

.c-cart .cartjs_cart_in input {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/cart_white.svg") no-repeat center right 25px/14px;
  background-color: #000000 !important;
  font-size: 1.6rem !important;
  text-align: center !important;
  padding-right: 19px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .c-cart .cartjs_cart_in input {
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .c-cart .cartjs_cart_in input {
    font-size: 1.4rem !important;
    background-position: center right 22px;
  }
}

.c-cart .c-cart__script {
  position: relative;
  min-width: 187px;
  height: 45px;
}

@media screen and (max-width: 834px) {
  .c-cart .c-cart__script {
    height: 40px;
  }
}

.c-cart .c-cart__script::before {
  content: "売り切れ";
  font-size: 1.6rem;
  color: #ffffff;
  position: absolute;
  text-align: center;
  line-height: 1;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 13px;
  background: #CCCCCC;
  top: 0;
  bottom: 0;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .c-cart .c-cart__script::before {
    font-size: 1.4rem;
  }
}

.c-tab02__head {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 21px;
  display: flex;
  margin: 47px 0 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 834px) {
  .c-tab02__head {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 32px;
    margin: 52px 0 33px;
  }
}

.c-tab02__head li {
  padding-bottom: 23px;
  margin-bottom: -1px;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .c-tab02__head li {
    padding-bottom: 7px;
  }
}

.c-tab02__head li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 834px) {
  .c-tab02__head li:not(:last-child) {
    margin-right: 25px;
  }
}

.c-tab02__head li.is-active {
  color: #000;
  border-bottom: 1px solid #000;
}

.c-tab02__content {
  position: relative;
}

.c-tab02__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 500ms;
}

.c-tab02__item.is-current {
  opacity: 1;
  pointer-events: all;
}

.c-tab02__list li {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 21px;
  padding-left: 21px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-tab02__list li {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 24px;
    padding-left: 24px;
  }
}

.c-tab02__list li::before {
  content: "◯";
  position: absolute;
  top: 0px;
  left: 0;
}

.c-tab02__list li+li {
  margin-top: 9px;
}

@media screen and (max-width: 834px) {
  .c-tab02__list li+li {
    margin-top: 8px;
  }
}

.c-popup1 {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F8F6F2;
  opacity: 0;
  pointer-events: none;
  transition: 300ms;
}

.c-popup1.is-show {
  opacity: 1;
  pointer-events: all;
}

.c-popup1.is-show .c-popup1__right__tab.is-show {
  opacity: 1;
  pointer-events: all;
}

.c-popup1__close {
  width: 30px;
  height: 30px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/close2.svg") no-repeat center;
  background-size: 30px;
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 0;
  cursor: pointer;
}

@media screen and (min-width: 835px) {
  .c-popup1__close {
    transition: 300ms;
  }

  .c-popup1__close:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 834px) {
  .c-popup1__close {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 25px;
    right: 25px;
  }
}

.c-popup1__scroll {
  height: 100%;
  overflow: auto;
}

.c-popup1__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 94px 0 100px;
}

@media screen and (max-width: 834px) {
  .c-popup1__inner {
    padding: 57px 0 60px;
  }
}

.c-popup1__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 53px;
}

@media screen and (max-width: 834px) {
  .c-popup1__content {
    display: block;
    margin-top: 21px;
  }

  .c-popup1 .c-title3 {
    font-size: 2rem;
    letter-spacing: -0.4px;
    line-height: 27px;
  }

  .c-popup1 .l-container {
    padding: 0 25px;
  }
}

@media screen and (min-width: 835px) {
  .c-popup1__left {
    width: calc(50% - 15px);
    max-width: 540px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 834px) {
  .c-popup1__left {
    display: flex;
    overflow: auto;
    margin: 0 -25px;
    padding: 0 25px;
  }

  .c-popup1__left::-webkit-scrollbar {
    display: none;
  }
}

.c-popup1__right {
  position: relative;
}

.c-popup1__right__tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 500ms;
}

@media screen and (min-width: 835px) {
  .c-popup1__right {
    width: calc(50% - 15px);
    max-width: 540px;
  }
}

@media screen and (max-width: 834px) {
  .c-popup1__right {
    margin-top: 60px;
  }
}

.c-popup1__list {
  width: calc(50% - 5px);
  max-width: 250px;
}

@media screen and (max-width: 834px) {
  .c-popup1__list {
    display: flex;
    width: auto;
    max-width: inherit;
    flex: 0 0 auto;
  }

  .c-popup1__list+.c-popup1__list {
    margin-left: 8px;
  }

  .c-popup1__list li {
    flex: 0 0 auto;
  }
}

.c-popup1__list li+li {
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .c-popup1__list li+li {
    margin: 0 0 0 8px;
  }
}

.c-popup1__list li .c-bnt01 {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .c-popup1__list li .c-bnt01 {
    width: auto;
    padding: 0 15px;
    line-height: 33px;
    font-size: 1.4rem;
    letter-spacing: -0.84px;
  }
}

.c-popup1__table {
  margin-top: 41px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .c-popup1__table {
    margin-top: 24px;
  }
}

.c-popup1__table th,
.c-popup1__table td {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 27px;
  padding-bottom: 11px;
}

@media screen and (max-width: 834px) {

  .c-popup1__table th,
  .c-popup1__table td {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 21px;
    padding-bottom: 4px;
  }
}

.c-popup1__table th {
  width: 98px;
}

@media screen and (max-width: 834px) {
  .c-popup1__table th {
    width: 80px;
  }
}

.c-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-navigation {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 835px) {
  .c-navigation a {
    transition: 300ms;
  }

  .c-navigation a:hover {
    opacity: 0.5;
  }
}

.c-navigation__item:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-navigation__item:last-child {
  position: absolute;
  position: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .c-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 33px;
  }
}

.c-share__tit {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 28px;
}

@media screen and (max-width: 834px) {
  .c-share__tit {
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 1px;
    margin-right: 20px;
  }
}

.c-share__item {
  opacity: 0.4;
  width: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 11px;
}

@media screen and (max-width: 834px) {
  .c-share__item {
    margin-top: 0;
    width: 76px;
  }

  .c-share__item img {
    width: auto;
    height: 16px;
  }
}

#tinymce h4 {
  font-size: 2.4rem;
  letter-spacing: 0px;
  line-height: 32px;
  margin-top: 107px;
}

@media screen and (max-width: 834px) {
  #tinymce h4 {
    font-size: 2rem;
    letter-spacing: -0.36px;
    line-height: 24px;
    margin-top: 72px;
  }
}

#tinymce p {
  font-size: 1.8rem;
  letter-spacing: 0.3px;
  line-height: 33px;
  margin-top: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  #tinymce p {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 30px;
  }
}

#tinymce img {
  width: 100%;
}

#tinymce h6 {
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 24px;
}

@media screen and (max-width: 834px) {
  #tinymce h6 {
    font-size: 1.2rem;
    letter-spacing: -0.24px;
    line-height: 18px;
    margin-top: 13px;
  }
}

#tinymce a:not(.c-bnt01) {
  background: #D1BB9D;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 835px) {
  #tinymce a:not(.c-bnt01) {
    transition: 300ms;
  }

  #tinymce a:not(.c-bnt01):hover {
    opacity: 0.5;
  }
}

.c-select {
  position: relative;
}

.c-select__current {
  padding-right: 28px;
  line-height: 1;
  font-size: 1.6rem;
}

.c-select__current::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow.svg") no-repeat center;
  top: calc(50% - 4px);
  right: 0;
}

.c-select__current.is-active::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-select__list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100%;
  white-space: nowrap;
  z-index: 1;
  background: #f7f6f2;
  padding: 10px;
  border: 1px solid #deddd9;
}

.c-select__list li {
  font-size: 1.2rem;
  letter-spacing: 0.252px;
}

.c-select__list li+li {
  margin-top: 5px;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  margin-left: 2px;
}

.c-breadcrumb li {
  font-size: 1.6rem;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .c-breadcrumb li {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 835px) {
  .c-breadcrumb li a {
    transition: 300ms;
  }

  .c-breadcrumb li a:hover {
    opacity: 0.5;
  }
}

.c-breadcrumb li+li {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow05.svg") no-repeat center left;
  margin-left: 10px;
  padding-left: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 834px) {
  .c-breadcrumb li+li {
    margin-left: 7px;
    padding-left: 15px;
    background-size: 7px;
  }
}

.page-top .c-header__logo a {
  display: none;
}

.p-top1 {
  padding: 150px 0 215px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .p-top1 {
    padding: 160px 0 96px;
  }
}

.p-top3 {
  padding-bottom: 153px;
}

@media screen and (max-width: 834px) {
  .p-top3 {
    padding-bottom: 78px;
  }
}

.p-top3 .c-list7 {
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-top3 .c-list7 {
    margin-top: 19px;
  }
}

.p-top4__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% + 670px);
  margin-top: 34px;
}

@media screen and (max-width: 1440px) {
  .p-top4__content {
    width: auto;
    padding: 0 50px 0 0;
  }
}

@media screen and (max-width: 834px) {
  .p-top4__content {
    padding: 0 20px;
    display: block;
    margin-top: 19px;
  }
}

.p-top4__inner {
  width: 440px;
  margin-left: 60px;
}

@media screen and (max-width: 1024px) {
  .p-top4__inner {
    width: calc(50% - 30px);
    max-width: 390px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .p-top4__inner {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}

.p-top4__img {
  flex: 1;
  overflow: hidden;
}

.p-top4 .c-title4 {
  margin-top: -4px;
}

@media screen and (max-width: 834px) {
  .p-top4 .c-title4 {
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 24px;
  }
}

.p-top4 .c-text01 {
  margin: 33px 0 44px;
}

@media screen and (max-width: 834px) {
  .p-top4 .c-text01 {
    margin: 24px 0 31px;
  }
}

.p-top4 .c-bnt01 {
  width: 232px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .p-top4 .c-bnt01 {
    width: auto;
    display: block;
  }
}

.p-top5 {
  padding: 240px 0 219px;
}

@media screen and (max-width: 834px) {
  .p-top5 {
    padding: 115px 0 119px;
  }
}

.p-top6 .c-block01 {
  margin-top: 32px;
}

@media screen and (max-width: 834px) {
  .p-top6 .c-block01 {
    margin-top: 19px;
  }
}

.p-top7 {
  padding: 219px 0;
}

@media screen and (max-width: 834px) {
  .p-top7 {
    padding: 119px 0 114px;
  }
}

.p-top7 .c-block02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-top7 .c-block02 {
    margin-top: 19px;
  }

  .p-top7 .c-block02 .c-block02__title br {
    display: none;
  }
}

.p-top8 .c-slider06 {
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-top8 .c-slider06 {
    margin-top: 19px;
  }
}

.p-top8 .c-slider06__content .swiper-slide {
  position: relative;
  height: 720px;
}

@media screen and (max-width: 834px) {
  .p-top8 .c-slider06__content .swiper-slide {
    height: 552px;
  }
}

.p-top8 .c-slider06__content .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top8__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 46px;
}

@media screen and (max-width: 834px) {
  .p-top8__inner {
    margin-top: 34px;
  }
}

.p-top8__inner .c-text01 {
  flex: 1;
  margin-right: 20px;
  max-width: 840px;
}

@media screen and (max-width: 834px) {
  .p-top8__inner .c-text01 {
    margin: 0 0 29px;
    max-width: inherit;
  }
}

.p-top9 {
  padding: 214px 0 217px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .p-top9 {
    padding: 119px 0 116px;
  }
}

.p-top9 .c-list01 {
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-top9 .c-list01 {
    margin-top: 19px;
  }
}

.p-product {
  padding: 248px 0 194px;
}

@media screen and (max-width: 834px) {
  .p-product {
    padding: 198px 0 117px;
  }
}

.p-product1__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-product1__inner {
    display: block;
  }
}

.p-product1__side {
  width: 260px;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-product1__side {
    width: auto;
    margin: 0;
  }
}

.p-product1__side .c-list02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-product1__side .c-list02 {
    margin-top: 43px;
  }
}

.p-product1__side__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

@media screen and (max-width: 834px) {
  .p-product1__side__fixed {
    position: initial !important;
    width: auto !important;
  }

  .p-product1__side .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
}

.p-product1__content {
  flex: 1;
  max-width: 1000px;
}

@media screen and (max-width: 834px) {
  .p-product1__content {
    margin-top: 33px;
  }
}

.p-product1__content .c-title2 {
  padding-top: 139px;
  pointer-events: none;
}

.p-product1__content .c-title2:first-child {
  margin-top: -139px;
}

@media screen and (max-width: 834px) {
  .p-product1__content .c-title2 {
    padding-top: 140px;
    margin-top: -72px;
  }

  .p-product1__content .c-title2:first-child {
    margin-top: -140px;
  }
}

.p-product1__content .c-list03 {
  margin: -6px -10px 0;
}

@media screen and (max-width: 834px) {
  .p-product1__content .c-list03 {
    margin: -15px -7px 0;
  }
}

.p-product1__content .c-list03__img {
  position: relative;
}

.p-product1__content .c-list03__img::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.p-product1__content .c-list03__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail {
  padding: 0 0 194px;
}

@media screen and (max-width: 834px) {
  .p-detail {
    padding: 0 0 120px;
  }
}

.p-detail1__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-detail1__inner {
    display: block;
  }
}

.p-detail1__side {
  width: 44.0298507463%;
  min-width: 430px;
  margin-right: 5.9701492537%;
  padding: 265px 0 0 30px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .p-detail1__side {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-detail1__side {
    min-width: inherit;
  }
}

@media screen and (max-width: 834px) {
  .p-detail1__side {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .p-detail1__side__inner {
    position: initial !important;
    width: auto !important;
  }
}

.p-detail1__side .c-title3 {
  margin: 11px 0 44px;
}

@media screen and (max-width: 834px) {
  .p-detail1__side .c-title3 {
    margin: 8px 0 37px;
  }
}

.p-detail1__side .c-cart {
  margin: 52px 0 0;
}

@media screen and (max-width: 834px) {
  .p-detail1__side .c-cart {
    margin: 38px 0 0;
  }
}

.p-detail1__note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.p-detail1__note .c-text03,
.p-detail1__note .c-text04 {
  margin-top: 16px;
}

.p-detail1__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}

@media screen and (max-width: 834px) {
  .p-detail1__content {
    display: block;
  }
}

.p-detail1__content .c-category {
  position: absolute;
  top: 20px;
  right: 20px;
}

.p-detail1__content1 {
  flex: 1;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  .p-detail1__content1 {
    margin-top: 0;
  }

  .p-detail1__content1 .c-img01,
  .p-detail1__content1 .c-category {
    display: none;
  }
}

.p-detail1__content2 {
  width: 120px;
  position: relative;
  padding: 277px 0 30px 50px;
}

@media screen and (max-width: 1023px) {
  .p-detail1__content2 {
    width: 90px;
    padding: 277px 0 30px 20px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 834px) {
  .p-detail1__content2 {
    display: none;
  }
}

.p-detail2 a {
  display: block;
  height: 600px;
  position: relative;
  z-index: 1;
  margin: 120px 0 135px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .p-detail2 a {
    margin: 0 0 59px;
    padding: 0 20px;
    height: 552px;
  }
}

.p-detail2__img,
.p-detail2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.p-detail2__link {
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-detail2__link {
    margin-top: 30px;
  }
}

.p-detail2__link span {
  display: inline-block;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 27px;
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 834px) {
  .p-detail2__link span {
    font-size: 1.8rem;
    line-height: 20px;
  }
}

.p-detail3 {
  border-bottom: 1px solid #dfddd9;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .p-detail3 {
    padding-bottom: 52px;
    margin-bottom: -1px;
  }
}

.p-detail3__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-detail3__inner {
    display: block;
    margin-top: 19px;
  }
}

.p-detail3__img {
  width: 46.875%;
  margin-right: 6.25%;
}

@media screen and (max-width: 834px) {
  .p-detail3__img {
    width: 100%;
    margin: 0;
  }
}

.p-detail3__content {
  flex: 1;
}

.p-detail3__tit {
  font-size: 2.4rem;
  line-height: 32px;
}

@media screen and (max-width: 834px) {
  .p-detail3__tit {
    font-size: 2rem;
    line-height: 25px;
    margin-top: 31px;
  }
}

.p-detail3__txt {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-top: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-detail3__txt {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 30px;
  }
}

.p-detail3__txt p+p {
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .p-detail3__txt p+p {
    margin-top: 23px;
  }
}

.p-detail3+.p-detail5 {
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .p-detail3+.p-detail5 {
    margin-top: 50px;
  }
}

.p-detail4 {
  padding: 134px 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .p-detail4 {
    margin: 0 0 49px;
    padding: 49px 0 56px;
    border: none;
    position: relative;
  }

  .p-detail4::before,
  .p-detail4::after {
    content: "";
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: absolute;
  }

  .p-detail4::before {
    top: 0;
  }

  .p-detail4::after {
    bottom: 0;
  }
}

.p-detail4 .c-title1 {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-detail4 .c-slider01 {
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-detail4 .c-slider01 {
    margin-top: 19px;
  }
}

.p-detail4 .c-slider01 .swiper-slide {
  transition: opacity 300ms;
}

@media screen and (min-width: 835px) {
  .p-detail4 .c-slider01 .swiper-slide:hover {
    opacity: 0.5;
  }
}

.p-detail4 .c-slider01 .swiper-button-prev,
.p-detail4 .c-slider01 .swiper-button-next {
  width: 24px;
  height: 19px;
  cursor: pointer;
  left: inherit;
  top: -66px;
}

.p-detail4 .c-slider01 .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left/25px;
  right: 48px;
}

.p-detail4 .c-slider01 .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/25px;
  right: 2px;
}

.p-detail4 .c-slider01__img img {
  height: 273px;
}

@media screen and (max-width: 834px) {
  .p-detail4 .c-slider01__img img {
    height: 236px;
  }
}

.p-detail4 .c-slider01__subtitle {
  margin: 12px 0 5px;
}

@media screen and (max-width: 834px) {
  .p-detail4 .c-slider01__subtitle {
    margin: 10px 0 0px;
  }
}

.p-detail4 .c-slider01__title {
  font-size: 1.8rem;
  line-height: 23px;
}

@media screen and (max-width: 834px) {
  .p-detail4 .c-slider01__title {
    font-size: 1.7rem;
    letter-spacing: 0px;
    line-height: 22px;
  }

  .p-detail4 .c-slider01__title br {
    display: none;
  }
}

.p-detail4 .c-slider01__url {
  opacity: 1 !important;
}

.p-detail4 .c-slider01__url::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.p-detail5 {
  overflow: hidden;
}

.p-detail5 .c-title1 {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-detail5 .c-slider02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02 {
    margin-top: 19px;
  }
}

.p-detail5 .c-slider02 .swiper {
  overflow: inherit;
}

.p-detail5 .c-slider02 .swiper-slide {
  width: 240px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02 .swiper-slide {
    width: 180px;
  }
}

.p-detail5 .c-slider02 .swiper-button-prev,
.p-detail5 .c-slider02 .swiper-button-next {
  width: 24px;
  height: 19px;
  cursor: pointer;
  left: inherit;
  top: -44px;
}

.p-detail5 .c-slider02 .swiper-button-prev::after,
.p-detail5 .c-slider02 .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 834px) {

  .p-detail5 .c-slider02 .swiper-button-prev,
  .p-detail5 .c-slider02 .swiper-button-next {
    display: none;
  }
}

.p-detail5 .c-slider02 .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left/25px;
  right: 48px;
}

.p-detail5 .c-slider02 .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/25px;
  right: 2px;
}

.p-detail5 .c-slider02__img {
  position: relative;
}

.p-detail5 .c-slider02__img::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.p-detail5 .c-slider02__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail5 .c-slider02__category {
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__category {
    top: 10px;
    right: 10px;
  }
}

.p-detail5 .c-slider02__category li {
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  padding: 9px 3px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__category li {
    font-size: 1.1rem;
    letter-spacing: -0.44px;
    padding: 8px 2px;
    margin-bottom: 5px;
  }
}

.p-detail5 .c-slider02__size {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__size {
    font-size: 1.1rem;
    letter-spacing: 0.22px;
    bottom: 11px;
    left: 12px;
  }
}

.p-detail5 .c-slider02__title {
  font-size: 1.6rem;
  line-height: 21px;
  margin: 12px 0 7px;
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__title {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    margin: 12px 0 7px;
  }
}

.p-detail5 .c-slider02__price {
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__price {
    font-size: 1.3rem;
  }
}

.p-detail5 .c-slider02__price span {
  font-size: 1.3rem;
  letter-spacing: -0.52px;
}

@media screen and (max-width: 834px) {
  .p-detail5 .c-slider02__price span {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}

.p-detail5 #recently .c-title1 {
  margin-top: 102px;
}

.p-detail5 #recently .c-title1:only-child {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-detail5 #recently .c-title1 {
    position: relative;
    margin-top: 58px;
    padding-top: 49px;
  }

  .p-detail5 #recently .c-title1::before {
    content: "";
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: absolute;
    top: 0;
  }
}

.page-about.is-ready .p-about__loading {
  opacity: 0;
  pointer-events: none;
}

.page-about.is-ready .p-about__loading__img__g {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page-about .c-header__logo {
  width: 72px;
}

@media screen and (max-width: 834px) {
  .page-about .c-header__logo {
    width: 51px;
  }
}

.p-about {
  padding: 248px 0 218px;
}

@media screen and (max-width: 834px) {
  .p-about {
    padding: 197px 0 117px;
    overflow: hidden;
  }
}

.p-about__loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 1s;
  transition-delay: 3s;
  background: #F8F6F2;
  padding: 40px;
  background: url("/wp/wp-content/themes/happynutsday/assets/images/about/movie.jpg") no-repeat center/cover;
}

.p-about__loading__img {
  overflow: hidden;
}

.p-about__loading__img svg {
  max-width: 100%;
}

.p-about__loading__img__g {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: 500ms;
}

.p-about__img {
  margin: 34px 0 33px;
}

.p-about__img img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-about__img {
    margin: 19px -20px 0;
  }
}

.p-about .c-slider06 {
  margin: 4px 0 45px;
}

@media screen and (max-width: 834px) {
  .p-about .c-slider06 {
    margin: 0 0 29px;
  }
}

.p-about .c-list04 {
  margin-top: 93px;
}

@media screen and (max-width: 834px) {
  .p-about .c-list04 {
    margin-top: 39px;
  }

  .p-about .c-text02 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.p-about #safe .c-list13 {
  margin: 94px 0 -75px;
}

@media screen and (max-width: 834px) {
  .p-about #safe .c-list13 {
    margin: 33px 0 -33px;
  }
}

.p-about1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 143px;
}

@media screen and (max-width: 834px) {
  .p-about1 {
    margin-top: 38px;
  }
}

.p-about1 .c-title4 {
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
}

.page-factory .c-header__logo {
  width: 72px;
}

@media screen and (max-width: 834px) {
  .page-factory .c-header__logo {
    width: 51px;
  }
}

.p-factory1 .c-title1 {
  position: absolute;
  top: 250px;
  left: 50px;
  right: 50px;
  z-index: 10;
  color: #ffffff;
}

@media screen and (max-width: 834px) {
  .p-factory1 .c-title1 {
    top: 163px;
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    line-height: 38px;
    left: 20px;
    right: 20px;
  }
}

.p-factory1 .c-slider06__content .swiper-slide {
  height: 720px;
}

@media screen and (max-width: 834px) {
  .p-factory1 .c-slider06__content .swiper-slide {
    height: 552px;
  }
}

.p-factory1 .c-slider06__content .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-factory2 {
  padding: 154px 0 221px;
}

@media screen and (max-width: 834px) {
  .p-factory2 {
    padding: 69px 0 76px;
  }
}

.p-factory2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-factory2__inner {
    display: block;
  }
}

.p-factory2__content {
  flex: 1;
  max-width: 415px;
  padding-top: 16.5671641791%;
}

@media screen and (max-width: 834px) {
  .p-factory2__content {
    max-width: inherit;
    padding: 0;
  }
}

.p-factory2__img02 {
  width: 50%;
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  .p-factory2__img02 {
    margin: 80px -20px 0 auto;
    width: 86.6310160428%;
  }
}

.p-factory2__txt {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  margin: 38px 0 51px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-factory2__txt {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin: 21px 0 74px;
  }
}

.p-factory2__img01 img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-factory2__img01 {
    margin-left: -20px;
    width: 70.5882352941%;
  }
}

.p-factory3 {
  padding-bottom: 216px;
}

@media screen and (max-width: 834px) {
  .p-factory3 {
    padding-bottom: 170px;
  }
}

.p-factory3__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .p-factory3__inner {
    flex-wrap: wrap-reverse;
  }
}

.p-factory3__img,
.p-factory3__content {
  width: calc(50% - 15px);
  max-width: 480px;
}

@media screen and (max-width: 834px) {

  .p-factory3__img,
  .p-factory3__content {
    width: auto;
    max-width: inherit;
  }
}

.p-factory3__tit {
  font-size: 2.6rem;
  letter-spacing: 0.26px;
  line-height: 34px;
  margin: -2px 0 45px;
}

@media screen and (max-width: 834px) {
  .p-factory3__tit {
    margin: 0 0 29px;
    font-size: 2rem;
    letter-spacing: 0.2px;
    line-height: 34px;
  }
}

.p-factory3__txt {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-factory3__txt {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }

  .p-factory3__img {
    margin-top: 80px;
    width: 73.2620320856%;
  }
}

.p-factory3 .c-bnt01 {
  width: auto;
  padding: 0 39px;
  margin: 42px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 834px) {
  .p-factory3 .c-bnt01 {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0px;
    margin: 29px 0 0;
    padding: 0;
  }
}

.p-factory3 .c-slider06__content .swiper-pagination {
  display: none;
}

.p-factory4 .c-slider06__content .swiper-slide {
  position: relative;
}

.p-factory4 .c-slider06__content .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 44.776119403%;
}

@media screen and (max-width: 834px) {
  .p-factory4 .c-slider06__content .swiper-slide::before {
    padding-bottom: 100%;
  }
}

.p-factory4 .c-slider06__content .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .p-factory4 .l-container {
    position: relative;
  }

  .p-factory4 .c-title2 {
    position: absolute;
    top: -61px;
    left: 20px;
  }
}

.p-factory4__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px;
}

@media screen and (max-width: 834px) {
  .p-factory4__inner {
    display: block;
    margin: 0;
  }
}

.p-factory4__content {
  flex: 1;
  margin-left: 30px;
  max-width: 840px;
}

@media screen and (max-width: 834px) {
  .p-factory4__content {
    margin: 0;
    max-width: inherit;
  }
}

.p-factory4__txt {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  margin: 9px 0 41px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-factory4__txt {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin: 29px 0;
  }
}

.p-factory4__bnt .c-bnt01 {
  width: 200px;
  margin-right: 11px;
}

@media screen and (max-width: 834px) {
  .p-factory4__bnt .c-bnt01 {
    width: 100%;
    display: block;
    margin: 0 0 15px;
  }
}

.p-factory5 {
  padding: 220px 0 212px;
}

@media screen and (max-width: 834px) {
  .p-factory5 {
    padding: 105px 0 252px;
  }
}

.p-factory5__img img {
  width: 100%;
}

.p-factory5__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 212px;
}

@media screen and (max-width: 834px) {
  .p-factory5__inner {
    display: block;
    margin-top: 109px;
  }
}

.p-factory5__txt1 {
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 28px;
  margin: 27px 0 9px;
}

@media screen and (max-width: 834px) {
  .p-factory5__txt1 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 32px 0 8px;
  }
}

.p-factory5__txt2 {
  font-size: 1.2rem;
  letter-spacing: 0px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.p-factory5__left {
  width: 26.4623955432%;
}

@media screen and (max-width: 834px) {
  .p-factory5__left {
    width: auto;
  }
}

.p-factory5__right {
  margin-left: 30px;
  flex: 1;
  max-width: 840px;
}

@media screen and (max-width: 834px) {
  .p-factory5__right {
    width: auto;
    max-width: inherit;
    margin: 0;
  }
}

.p-factory5 iframe {
  width: 100%;
  height: 560px;
  margin: 10px 0 0;
}

@media screen and (max-width: 834px) {
  .p-factory5 iframe {
    height: 499px;
  }
}

.p-factory5 .c-bnt01 {
  margin-top: 47px;
  width: 170px;
  letter-spacing: 0;
}

@media screen and (max-width: 834px) {
  .p-factory5 .c-bnt01 {
    margin-top: 31px;
    width: auto;
    display: block;
  }
}

.p-gift {
  padding: 248px 0 209px;
}

@media screen and (max-width: 834px) {
  .p-gift {
    padding: 198px 0 113px;
  }

  .p-gift .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    line-height: 38px;
  }
}

.p-gift .l-layout1 {
  padding: 0;
}

.p-gift .l-layout1__left .c-list02 {
  margin-top: 33px;
}

@media screen and (max-width: 834px) {
  .p-gift .l-layout1__left .c-list02 {
    margin-top: 42px;
  }

  .p-gift .l-layout1__left .c-list02__item a.is-current {
    border-bottom: 2px solid #000000;
    line-height: 18px;
    display: inline-block;
  }

  .p-gift .l-layout1__left .c-list02__item+.c-list02__item {
    margin-top: 9px;
  }
}

.p-gift .l-layout1__right {
  margin-top: 18px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-gift .l-layout1__right {
    margin: 54px 0 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 835px) {
  .p-gift__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 248px;
  }
}

.p-gift__tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 500ms;
  pointer-events: none;
}

.p-gift__tab.is-current {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 835px) {
  .p-gift .c-bnt01 {
    width: auto;
    padding: 0 40px;
  }
}

@media screen and (max-width: 834px) {
  .p-gift .c-bnt01 {
    width: 100%;
  }
}

.p-gift .u-line:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 78px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .p-gift .u-line:not(:last-child) {
    margin-bottom: 41px;
    padding-bottom: 45px;
  }

  .p-gift .u-line:first-child .c-title5 {
    font-size: 2rem;
  }
}

.p-gift1 .c-slider06 {
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-gift1 .c-slider06 {
    margin-top: 25px;
  }
}

.p-gift1 .c-text05 {
  margin-top: 47px;
}

@media screen and (max-width: 834px) {
  .p-gift1 .c-text05 {
    margin-top: 34px;
  }
}

.p-gift1 .c-bnt01 {
  margin-top: 37px;
}

@media screen and (max-width: 834px) {
  .p-gift1 .c-bnt01 {
    margin-top: 29px;
  }
}

.p-gift2 .c-list05 {
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-gift2 .c-list05 {
    margin-top: 24px;
  }
}

.p-gift2 .c-text05 {
  margin: 77px 0 37px;
}

@media screen and (max-width: 834px) {
  .p-gift2 .c-text05 {
    margin: 35px 0 28px;
  }
}

.p-gift3 .c-title6 {
  margin-top: 79px;
}

@media screen and (max-width: 834px) {
  .p-gift3 .c-title6 {
    margin-top: 21px;
  }
}

.p-gift3 .c-text05 {
  margin-top: 36px;
}

@media screen and (max-width: 834px) {
  .p-gift3 .c-text05 {
    margin-top: 17px;
  }
}

.p-gift3 .c-bnt01 {
  margin-top: 36px;
}

@media screen and (max-width: 834px) {
  .p-gift3 .c-bnt01 {
    margin: 29px 0 16px;
  }
}

.p-gift3__img {
  margin: 39px 0 43px;
}

.p-gift3__img img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-gift3__img {
    margin: 18px 0 34px;
  }
}

.p-gift5__img {
  margin: 45px 0 47px;
}

@media screen and (max-width: 834px) {
  .p-gift5__img {
    margin: 25px 0 35px;
  }
}

.p-gift6 .c-list05 {
  margin: 45px 0 73px;
}

@media screen and (max-width: 834px) {
  .p-gift6 .c-list05 {
    margin: 24px 0 33px;
  }
}

.p-gift6 .c-bnt01 {
  margin-top: 36px;
}

@media screen and (max-width: 834px) {
  .p-gift6 .c-bnt01 {
    margin-top: 28px;
  }
}

.p-gift7 .c-list6 {
  margin: 43px 0 53px;
}

@media screen and (max-width: 834px) {
  .p-gift7 .c-list6 {
    margin: 27px 0 29px;
  }
}

.p-journal {
  padding: 248px 0 220px;
}

@media screen and (max-width: 834px) {
  .p-journal {
    padding: 198px 0 120px;
  }
}

.p-journal .c-list8 {
  margin-top: 44px;
}

@media screen and (max-width: 834px) {
  .p-journal .c-list8 {
    margin-top: 25px;
  }

  .p-journal .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    line-height: 38px;
  }
}

.p-journal-detail {
  padding: 202px 0 215px;
}

@media screen and (max-width: 834px) {
  .p-journal-detail {
    padding: 169px 0 116px;
  }
}

.p-journal1 .l-layout1__left {
  width: 25.3731343284%;
}

@media screen and (max-width: 834px) {
  .p-journal1 .l-layout1__left {
    width: auto;
  }

  .p-journal1 .l-layout1__right {
    margin-top: 60px;
  }
}

.p-journal1__tit {
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 37px;
  margin: 7px 0 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-journal1__tit {
    font-size: 2rem;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 0px 0 6px;
  }

  .p-journal1__tit br {
    display: none;
  }
}

.p-journal1__date {
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 28px;
}

@media screen and (max-width: 834px) {
  .p-journal1__date {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

.p-journal1__thumb {
  width: 100%;
  margin-top: 56px;
}

@media screen and (max-width: 834px) {
  .p-journal1__thumb {
    width: calc(100% + 40px);
    margin: 27px -20px 0;
    max-width: inherit;
  }
}

.p-journal1__excerpt {
  font-size: 1.8rem;
  letter-spacing: 0.3px;
  line-height: 33px;
  margin-top: 56px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-journal1__excerpt {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 35px;
  }
}

.p-journal1__copyright {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 48px;
}

@media screen and (max-width: 834px) {
  .p-journal1__copyright {
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 19px;
    margin-top: 27px;
  }
}

.p-journal1 #tinymce {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 56px;
  padding-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .p-journal1 #tinymce {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.p-journal1 .c-navigation {
  margin-top: 22px;
}

@media screen and (max-width: 834px) {
  .p-journal1 .c-navigation {
    margin-top: 18px;
  }
}

.p-journal1__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
  height: calc(100vh - 295px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .p-journal1__fixed {
    height: auto;
    position: initial;
    display: block;
  }

  .p-journal1 .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    line-height: 38px;
  }
}

.p-journal2 {
  margin-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .p-journal2 {
    margin-top: 76px;
    padding-bottom: 55px;
    border: none;
    position: relative;
  }

  .p-journal2::after {
    content: "";
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: absolute;
    bottom: 0;
  }
}

.p-journal2 .c-title1 {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-journal2 .c-slider01 {
  margin-top: 34px;
}

@media screen and (max-width: 834px) {
  .p-journal2 .c-slider01 {
    margin-top: 19px;
  }
}

.p-journal2 .c-slider01 .swiper-slide {
  transition: opacity 300ms;
}

@media screen and (min-width: 835px) {
  .p-journal2 .c-slider01 .swiper-slide:hover {
    opacity: 0.5;
  }
}

.p-journal2 .c-slider01 .swiper-button-prev,
.p-journal2 .c-slider01 .swiper-button-next {
  width: 24px;
  height: 19px;
  cursor: pointer;
  left: inherit;
  top: -66px;
}

.p-journal2 .c-slider01 .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left/25px;
  right: 48px;
}

.p-journal2 .c-slider01 .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/25px;
  right: 2px;
}

.p-journal2 .c-slider01__img img {
  height: 273px;
}

@media screen and (max-width: 834px) {
  .p-journal2 .c-slider01__img img {
    height: 236px;
  }
}

.p-journal2 .c-slider01__subtitle {
  margin: 12px 0 5px;
}

@media screen and (max-width: 834px) {
  .p-journal2 .c-slider01__subtitle {
    margin: 10px 0 0px;
  }
}

.p-journal2 .c-slider01__title {
  font-size: 1.8rem;
  line-height: 23px;
}

.p-journal2 .c-slider01__title br {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-journal2 .c-slider01__title {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 22px;
  }
}

.p-journal2 .c-slider01__url {
  opacity: 1 !important;
}

.p-journal2 .c-slider01__url::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.p-journal3 {
  overflow: hidden;
  margin-top: 150px;
}

@media screen and (max-width: 834px) {
  .p-journal3 {
    margin-top: 49px;
  }
}

.p-journal3 .c-title1 {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-journal3 .c-slider02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02 {
    margin-top: 19px;
  }
}

.p-journal3 .c-slider02 .swiper {
  overflow: inherit;
}

.p-journal3 .c-slider02 .swiper-slide {
  width: 240px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02 .swiper-slide {
    width: 180px;
  }
}

.p-journal3 .c-slider02 .swiper-button-prev,
.p-journal3 .c-slider02 .swiper-button-next {
  width: 24px;
  height: 19px;
  cursor: pointer;
  left: inherit;
  top: -44px;
}

.p-journal3 .c-slider02 .swiper-button-prev::after,
.p-journal3 .c-slider02 .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 834px) {

  .p-journal3 .c-slider02 .swiper-button-prev,
  .p-journal3 .c-slider02 .swiper-button-next {
    display: none;
  }
}

.p-journal3 .c-slider02 .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left/25px;
  right: 48px;
}

.p-journal3 .c-slider02 .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/25px;
  right: 2px;
}

.p-journal3 .c-slider02__img {
  position: relative;
}

.p-journal3 .c-slider02__img::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.p-journal3 .c-slider02__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-journal3 .c-slider02__category {
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__category {
    top: 10px;
    right: 10px;
  }
}

.p-journal3 .c-slider02__category li {
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  padding: 9px 3px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__category li {
    font-size: 1.1rem;
    letter-spacing: -0.44px;
    padding: 8px 2px;
    margin-bottom: 5px;
  }
}

.p-journal3 .c-slider02__size {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__size {
    font-size: 1.1rem;
    letter-spacing: 0.22px;
    bottom: 11px;
    left: 12px;
  }
}

.p-journal3 .c-slider02__title {
  font-size: 1.6rem;
  line-height: 21px;
  margin: 12px 0 7px;
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__title {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    margin: 12px 0 7px;
  }
}

.p-journal3 .c-slider02__price {
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__price {
    font-size: 1.3rem;
  }
}

.p-journal3 .c-slider02__price span {
  font-size: 1.3rem;
  letter-spacing: -0.52px;
}

@media screen and (max-width: 834px) {
  .p-journal3 .c-slider02__price span {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}

.p-news1 .l-layout1 {
  padding: 248px 0 220px;
}

@media screen and (max-width: 834px) {
  .p-news1 .l-layout1 {
    padding: 198px 0 120px;
  }

  .p-news1 .l-layout1__right {
    margin-top: 24px;
  }
}

.p-news1 .c-list02 {
  margin-top: 36px;
}

.p-news1__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

@media screen and (max-width: 834px) {
  .p-news1__fixed {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .p-news1 .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
}

.p-news1 .page-load-status .infinite-scroll-request {
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  .p-news1 .page-load-status .infinite-scroll-request {
    margin-top: 80px;
  }
}

.p-news__detail {
  margin: 15px 0 22px;
  padding: 41px 0 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 0;
}

@media screen and (max-width: 834px) {
  .p-news__detail {
    border-width: 0 0 1px 0;
    padding: 0 0 60px;
    margin: 58px 0 18px;
  }
}

.p-news__detail__tit {
  font-size: 2.2rem;
  letter-spacing: 0px;
  line-height: 28px;
}

@media screen and (max-width: 834px) {
  .p-news__detail__tit {
    font-size: 1.8rem;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

.p-news__detail__date {
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.4);
  margin: 15px 0 0;
}

.p-news__detail__date span {
  display: inline-block;
  margin-right: 17px;
}

@media screen and (max-width: 834px) {
  .p-news__detail__date {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 7px;
  }
}

.p-recipe .c-list02 {
  font-size: 1.6rem;
  line-height: 16px;
}

.p-recipe1 .l-layout1 {
  padding: 248px 0 220px;
}

@media screen and (max-width: 834px) {
  .p-recipe1 .l-layout1 {
    padding: 198px 0 120px;
  }
}

.p-recipe1 .l-layout1__left .c-list02 {
  margin-top: 35px;
}

.p-recipe1 .l-layout1__left .c-list02 li+li {
  margin-top: 12px;
}

.p-recipe1 .l-layout1__right {
  padding-top: 14px;
}

@media screen and (max-width: 834px) {
  .p-recipe1 .l-layout1__right {
    padding-top: 0;
    margin-top: 24px;
  }
}

.p-recipe1__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

@media screen and (max-width: 834px) {
  .p-recipe1__fixed {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .p-recipe1 .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }

  .p-recipe2 .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    line-height: 38px;
  }
}

.p-recipe2__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
  height: calc(100vh - 295px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .p-recipe2__fixed {
    position: initial;
    display: block;
    height: auto;
  }
}

.p-recipe2__fixed .c-list02 {
  margin-top: 35px;
}

.p-recipe2__fixed .c-list02 li+li {
  margin-top: 12px;
}

.p-recipe2 .l-layout1 {
  padding-top: 248px;
}

@media screen and (max-width: 834px) {
  .p-recipe2 .l-layout1 {
    padding-top: 198px;
  }

  .p-recipe2 .l-layout1__right {
    margin-top: 0;
  }
}

.p-recipe2__number {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 27px;
  margin-top: 8px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__number {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 24px;
    margin-top: 57px;
  }
}

.p-recipe2__tit {
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 11px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-recipe2__tit {
    font-size: 2rem;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-top: 5px;
  }
}

.p-recipe2__tit br {
  display: none;
}

.p-recipe2__info {
  opacity: 0.5;
  margin-top: 24px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__info {
    margin-top: 18px;
  }
}

.p-recipe2__info p {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  line-height: 27px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__info p {
    font-size: 1.3rem;
    letter-spacing: 0.26px;
    line-height: 21px;
  }
}

.p-recipe2__info p span {
  width: 112px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-recipe2__info p span {
    width: 88px;
  }
}

.p-recipe2__thumb {
  width: 100%;
  margin-top: 55px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__thumb {
    width: calc(100% + 40px);
    margin: 32px -20px 0;
    max-width: inherit;
  }
}

.p-recipe2__except {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin-top: 56px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-recipe2__except {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 34px;
  }
}

.p-recipe2__time {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__time {
    margin-top: 30px;
  }
}

.p-recipe2__time p {
  font-size: 1.8rem;
  letter-spacing: -0.36px;
  line-height: 30px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__time p {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 24px;
  }
}

.p-recipe2__time p span {
  width: 109px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-recipe2__time p span {
    width: 85px;
  }
}

.p-recipe2__box {
  background: #F2EEE7;
  margin-top: 112px;
  padding: 52px 60px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__box {
    margin: 61px -20px 0;
    padding: 56px 20px;
  }
}

.p-recipe2__box__content+.p-recipe2__box__content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 43px;
  padding-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__box__content+.p-recipe2__box__content {
    margin-top: 38px;
    padding-top: 40px;
  }
}

.p-recipe2__tit2 {
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 32px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__tit2 {
    font-size: 1.8rem;
    letter-spacing: -0.36px;
    line-height: 27px;
  }
}

.p-recipe2__list {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 24px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__list {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 27px;
  }
}

.p-recipe2__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(50% - 15px);
  max-width: 403px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .p-recipe2__list li {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 834px) {
  .p-recipe2__list li {
    margin-bottom: 8px;
  }
}

.p-recipe2__list li span {
  display: block;
  width: calc(50% - 9px);
}

@media screen and (max-width: 834px) {
  .p-recipe2__list li span {
    width: auto;
  }
}

.p-recipe2__list2 {
  margin-top: 36px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__list2 {
    margin-top: 24px;
  }
}

.p-recipe2__list2 li {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-recipe2__list2 li {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.p-recipe2__list2 li+li {
  margin-top: 21px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__list2 li+li {
    margin-top: 16px;
  }
}

.p-recipe2__note {
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 30px;
  margin-top: 26px;
}

@media screen and (max-width: 834px) {
  .p-recipe2__note {
    font-size: 1.3rem;
    letter-spacing: -0.26px;
    line-height: 27px;
    margin-top: 10px;
  }
}

.p-recipe2 .c-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 120px;
  padding-top: 23px;
}

@media screen and (max-width: 834px) {
  .p-recipe2 .c-navigation {
    margin-top: 57px;
    padding-top: 19px;
  }
}

.p-recipe3 {
  overflow: hidden;
  margin: 147px 0 220px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 {
    margin: 76px 0 120px;
  }
}

.p-recipe3 .c-title1 {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-recipe3 .c-slider02 {
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02 {
    margin-top: 19px;
  }
}

.p-recipe3 .c-slider02 .swiper {
  overflow: inherit;
}

.p-recipe3 .c-slider02 .swiper-slide {
  width: 240px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02 .swiper-slide {
    width: 180px;
  }
}

.p-recipe3 .c-slider02 .swiper-button-prev,
.p-recipe3 .c-slider02 .swiper-button-next {
  width: 24px;
  height: 19px;
  cursor: pointer;
  left: inherit;
  top: -44px;
}

.p-recipe3 .c-slider02 .swiper-button-prev::after,
.p-recipe3 .c-slider02 .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 834px) {

  .p-recipe3 .c-slider02 .swiper-button-prev,
  .p-recipe3 .c-slider02 .swiper-button-next {
    display: none;
  }
}

.p-recipe3 .c-slider02 .swiper-button-prev {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow03.svg") no-repeat center left/25px;
  right: 48px;
}

.p-recipe3 .c-slider02 .swiper-button-next {
  background: url("/wp/wp-content/themes/happynutsday/assets/images/common/arrow04.svg") no-repeat center right/25px;
  right: 2px;
}

.p-recipe3 .c-slider02__img {
  position: relative;
}

.p-recipe3 .c-slider02__img::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.p-recipe3 .c-slider02__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-recipe3 .c-slider02__category {
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__category {
    top: 10px;
    right: 10px;
  }
}

.p-recipe3 .c-slider02__category li {
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  padding: 9px 3px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__category li {
    font-size: 1.1rem;
    letter-spacing: -0.44px;
    padding: 8px 2px;
    margin-bottom: 5px;
  }
}

.p-recipe3 .c-slider02__size {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__size {
    font-size: 1.1rem;
    letter-spacing: 0.22px;
    bottom: 11px;
    left: 12px;
  }
}

.p-recipe3 .c-slider02__title {
  font-size: 1.6rem;
  line-height: 21px;
  margin: 12px 0 7px;
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__title {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    margin: 12px 0 7px;
  }
}

.p-recipe3 .c-slider02__price {
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__price {
    font-size: 1.3rem;
  }
}

.p-recipe3 .c-slider02__price span {
  font-size: 1.3rem;
  letter-spacing: -0.52px;
}

@media screen and (max-width: 834px) {
  .p-recipe3 .c-slider02__price span {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}

.p-retailer .l-layout1 {
  padding: 248px 0 218px;
}

@media screen and (max-width: 834px) {
  .p-retailer .l-layout1 {
    padding: 198px 0 120px;
  }
}

.p-retailer .l-layout1 .c-list02 {
  margin-top: 33px;
}

.p-retailer .l-layout1 .c-list02 li+li {
  margin-top: 11px;
}

.p-retailer__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

@media screen and (max-width: 834px) {
  .p-retailer__fixed {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .p-retailer .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
}

.p-retailer__tit {
  font-size: 2.6rem;
  margin: 6px 0 -8px;
}

.p-retailer__tit2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 834px) {
  .p-retailer__tit2 {
    font-size: 1.8rem;
  }
}

.p-retailer__box {
  margin-top: 75px;
}

@media screen and (max-width: 834px) {
  .p-retailer__box {
    margin-top: 55px;
  }

  .p-company .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
}

.p-company .l-layout1 {
  padding: 248px 0 218px;
}

@media screen and (max-width: 834px) {
  .p-company .l-layout1 {
    padding: 198px 0 120px;
  }
}

.p-company .l-layout1 .c-list02 {
  margin-top: 33px;
}

.p-company .l-layout1 .c-list02 li+li {
  margin-top: 11px;
}

.p-company__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

.p-company .c-title5 {
  padding-top: 140px;
}

.p-company__box {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .p-company__box {
    flex-wrap: wrap-reverse;
    margin-top: 38px;
  }
}

.p-company__box img {
  width: 46.9072164948%;
  margin-right: 6.1855670103%;
}

@media screen and (max-width: 834px) {
  .p-company__box img {
    width: 100%;
    margin: 56px 0 0;
  }
}

.p-company__box__inner {
  flex: 1;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.p-company__box .p-company__txt1 {
  margin-top: -4px;
}

@media screen and (max-width: 834px) {
  .p-company__box .p-company__txt1 {
    margin: 0;
  }
}

.p-company__box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 23px;
  margin-top: 46px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-company__box2 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 30px;
  }
}

.p-company__box2 table {
  width: calc(50% - 15px);
}

@media screen and (max-width: 1024px) {
  .p-company__box2 table {
    width: 100%;
  }
}

.p-company__box2 table th,
.p-company__box2 table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 24px;
}

@media screen and (max-width: 834px) {

  .p-company__box2 table th,
  .p-company__box2 table td {
    padding-bottom: 21px;
  }
}

.p-company__box2 table th {
  width: 121px;
}

@media screen and (max-width: 834px) {
  .p-company__box2 table th {
    width: 100px;
  }
}

.p-company__box2 table td {
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 835px) {
  .p-company__box2 table td a {
    pointer-events: none;
  }
}

.p-company__txt1 {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-company__txt1 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.p-company__txt2 {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 26px;
  margin-top: 74px;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .p-company__txt2 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 38px;
  }
}

.p-company__txt3 {
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 24px;
  margin-top: 55px;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .p-company__txt3 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 19px;
    margin-top: 25px;
  }
}

.p-company__txt4 {
  font-size: 1.8rem;
  letter-spacing: 0px;
  line-height: 27px;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .p-company__txt4 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 19px;
  }
}

.p-company1 {
  margin-top: -125px;
}

@media screen and (max-width: 834px) {
  .p-company1 {
    margin-top: -117px;
  }
}

.p-company2 {
  margin: 21px 0 -8px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-company2 {
    margin: -24px 0 -48px;
  }
}

.p-company2::before,
.p-company2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.p-company2::before {
  top: 60px;
}

@media screen and (max-width: 834px) {
  .p-company2::before {
    top: 84px;
  }
}

.p-company2::after {
  bottom: -50px;
}

@media screen and (max-width: 834px) {
  .p-company2::after {
    bottom: -36px;
  }
}

.p-company3 .p-company__txt1 {
  margin: 41px 0 39px;
}

@media screen and (max-width: 834px) {
  .p-company3 .p-company__txt1 {
    margin: 28px 0 34px;
  }
}

.p-company3 .c-bnt01 {
  width: 232px;
}

@media screen and (max-width: 834px) {
  .p-company3 .c-bnt01 {
    width: 100%;
  }
}

.p-guide .l-layout1 {
  padding: 255px 0 208px;
}

@media screen and (max-width: 834px) {
  .p-guide .l-layout1 {
    padding: 200px 0 115px;
  }
}

.p-guide .l-layout1 .c-list02 {
  margin-top: 40px;
}

.p-guide .l-layout1 .c-list02 li+li {
  margin-top: 11px;
}

@media screen and (min-width: 835px) {
  .p-guide__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 255px;
  }
}

.p-guide .c-title1 {
  line-height: 34px;
}

@media screen and (max-width: 834px) {
  .p-guide .c-title1 {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
}

.p-guide .c-title5 {
  padding-top: 140px;
}

.p-guide__txt1 {
  font-size: 1.7rem;
  letter-spacing: 0.3px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-guide__txt1 {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.p-guide__txt2 {
  opacity: 0.5;
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 23px;
}

@media screen and (max-width: 834px) {
  .p-guide__txt2 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 19px;
  }
}

.p-guide__txt2 li {
  position: relative;
}

.p-guide__txt2 li::before {
  content: "* ";
  font-family: "fot-cezanne-pron", sans-serif;
}

.p-guide__txt3 {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (max-width: 834px) {
  .p-guide__txt3 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 23px;
  }
}

.p-guide__txt3 li {
  position: relative;
}

.p-guide__txt3 li+li {
  margin-top: 4px;
}

@media screen and (max-width: 834px) {
  .p-guide__txt3 li+li {
    margin-top: 7px;
  }
}

.p-guide1 {
  margin: -132px 0 0;
}

@media screen and (max-width: 834px) {
  .p-guide1 {
    margin: -114px 0 0;
  }
}

.p-guide1 .c-title5 {
  margin-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .p-guide1 .c-title5 {
    margin-bottom: 28px;
  }
}

.p-guide1__box1 {
  margin: 21px 0 35px;
}

@media screen and (max-width: 834px) {
  .p-guide1__box1 {
    margin: 13px 0 30px;
  }
}

.p-guide1__box1 .p-guide__txt2 {
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .p-guide1__box1 .p-guide__txt2 {
    margin-top: 19px;
  }
}

.p-guide1__box2 {
  margin-top: 21px;
}

@media screen and (max-width: 834px) {
  .p-guide1__box2 {
    margin-top: 13px;
  }
}

.p-guide1__box2 .p-guide__txt2 {
  margin-top: 23px;
}

@media screen and (max-width: 834px) {
  .p-guide1__box2 .p-guide__txt2 {
    margin-top: 17px;
  }
}

.p-guide2 {
  margin: 15px 0 15px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-guide2 {
    margin: -58px 0 -58px;
  }
}

.p-guide2::before,
.p-guide2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.p-guide2::before {
  top: 58px;
}

@media screen and (max-width: 834px) {
  .p-guide2::before {
    top: 100px;
  }
}

.p-guide2::after {
  bottom: -74px;
}

@media screen and (max-width: 834px) {
  .p-guide2::after {
    bottom: -42px;
  }
}

.p-guide2 .c-title5 {
  margin-bottom: 57px;
}

@media screen and (max-width: 834px) {
  .p-guide2 .c-title5 {
    margin-bottom: 28px;
  }
}

.p-guide2__box1 {
  margin-top: 51px;
}

@media screen and (max-width: 834px) {
  .p-guide2__box1 {
    margin-top: 28px;
  }
}

.p-guide2__box2 {
  margin: 44px 0 50px;
}

@media screen and (max-width: 834px) {
  .p-guide2__box2 {
    margin: 22px 0 30px;
  }
}

.p-guide2__box2 .p-guide__txt2 {
  margin-top: 14px;
}

@media screen and (max-width: 834px) {
  .p-guide2__box2 .p-guide__txt2 {
    margin-top: 7px;
  }
}

.p-guide2__box3 {
  margin-top: 21px;
}

@media screen and (max-width: 834px) {
  .p-guide2__box3 {
    margin-top: 13px;
  }
}

.p-guide2__box3 .p-guide__txt2 {
  margin-top: 23px;
}

@media screen and (max-width: 834px) {
  .p-guide2__box3 .p-guide__txt2 {
    margin-top: 18px;
  }
}

.p-guide3 .c-title5 {
  margin-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .p-guide3 .c-title5 {
    margin-bottom: 28px;
  }
}

.p-guide3__box1 {
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .p-guide3__box1 {
    margin-top: 28px;
  }
}

.p-guide3 .p-guide__txt3 {
  margin-top: 21px;
}

@media screen and (max-width: 834px) {
  .p-guide3 .p-guide__txt3 {
    margin-top: 13px;
  }
}

.p-legal {
  padding: 261px 0 212px;
}

@media screen and (max-width: 834px) {
  .p-legal {
    padding: 204px 0 114px;
  }
}

.p-legal .l-container {
  max-width: 940px;
}

.p-legal section:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-legal1 .c-text8 {
  margin-top: 42px;
}

@media screen and (max-width: 834px) {
  .p-legal1 .c-text8 {
    margin-top: 28px;
  }
}

.p-legal2 {
  margin-top: 74px;
  padding-top: 81px;
}

@media screen and (max-width: 834px) {
  .p-legal2 {
    margin-top: 40px;
    padding-top: 41px;
  }
}

.p-legal2 .c-title5 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .p-legal2 .c-title5 span {
    font-size: 1.3rem;
  }
}

.p-legal2 .c-list12 {
  margin-top: 41px;
}

@media screen and (max-width: 834px) {
  .p-legal2 .c-list12 {
    margin-top: 31px;
  }
}

.p-legal3 {
  margin-top: 68px;
  padding-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-legal3 {
    margin-top: 32px;
    padding-top: 41px;
  }
}

.p-legal3__img {
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-legal3__img {
    margin-top: 30px;
  }
}

.p-legal3__img img {
  width: 100%;
}

.p-legal4 {
  margin-top: 80px;
  padding-top: 81px;
}

@media screen and (max-width: 834px) {
  .p-legal4 {
    margin-top: 42px;
    padding-top: 42px;
  }
}

.p-legal4 .c-text8 {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .p-legal4 .c-text8 {
    margin-top: 28px;
  }
}

.p-legal5 {
  margin-top: 74px;
  padding-top: 81px;
}

@media screen and (max-width: 834px) {
  .p-legal5 {
    margin-top: 38px;
    padding-top: 41px;
  }
}

.p-legal5 .c-text8 {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .p-legal5 .c-text8 {
    margin-top: 28px;
  }
}

/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.table {
  display: table;
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}