:root {
  --color-main:#4F3626;
  --color-choco:#80563A;
  --color-point:#F6A84F;
  --color-yellow:#F7CA4F;
  --color-light:#FFE983;
  --color-border:#CEBAAC;
  --en: "Homemade Apple", serif;
}

* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  margin-top: 0 !important;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  color: var(--color-main);
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", serif;
  font-size: 1rem;
}

:where(video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  height: auto;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(button) {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:where(textarea) {
  resize: vertical;
}

:where(a) {
  color: inherit;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

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

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

.show_pc {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .show_pc {
    display: block !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 19.7674418605vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 12rem;
  }
}

body {
  background: url(../img/bg_white.webp) left top/60rem auto;
}

.icon_donut * {
  fill: none;
  stroke: #4e3626;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2px;
}

.icon_cake * {
  fill: none;
  stroke: #4e3626;
  stroke-width: 1.2px;
}

.en {
  font-family: var(--en);
}

/*-----------------
header
-------------------*/
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
header::before {
  content: "";
  width: 100%;
  height: 3.9534883721vw;
  background: url(../img/wave.webp) repeat-x left top/8.8372093023vw auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  header::before {
    height: 1.9rem;
    background-size: 4.5rem auto;
  }
}

.header-sp {
  padding: 6.976744186vw 3.488372093vw 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sp_ec {
  transition: 0.3s;
}
.header-sp_ec a {
  display: block;
  text-decoration: none;
  display: grid;
  grid-template-columns: 7.4418604651vw auto;
  align-items: center;
  column-gap: 1.1627906977vw;
  background-color: var(--color-yellow);
  height: 12.0930232558vw;
  border-top-right-radius: 1.1627906977vw;
  border-bottom-right-radius: 1.1627906977vw;
  padding: 0 3.023255814vw;
}
.header-sp_ec a img {
  width: 6.976744186vw;
}
.header-sp_ec span {
  font-size: 2.3255813953vw;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header-sp {
    display: none !important;
  }
}
.header-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9rem 1rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-pc {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .header-pc {
    padding: 1.9rem 1rem 0 3rem;
  }
}
.header-pc.sroll:before {
  transform: translateY(0);
}
.header-pc:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.header-pc .nav {
  display: flex;
}
.header-pc .nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 1.9rem 2rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .header-pc .nav a {
    padding: 1.9rem 4rem;
  }
}
@media (hover) {
  .header-pc .nav a:hover i img.nav_icon_off {
    opacity: 0;
  }
  .header-pc .nav a:hover i img.nav_icon_on {
    opacity: 1;
  }
}
.header-pc .nav i {
  position: relative;
}
.header-pc .nav i img {
  width: 4rem;
  transition: opacity 0.3s;
}
.header-pc .nav i img.nav_icon_on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header-pc .nav span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .header-pc .nav span {
    font-size: 1.6rem;
  }
}
.header_logo img {
  width: 18rem;
}
@media screen and (min-width: 960px) {
  .header_logo img {
    width: 20rem;
  }
}

.btn_nav {
  width: 12.0930232558vw;
  height: 12.0930232558vw;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: url(../img/btn_nav.svg) no-repeat center/cover;
  transition: 0.3s;
}

.drawer {
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-2rem);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../img/bg_white.webp) left top/60rem auto;
  z-index: 10;
  overflow: auto;
  overscroll-behavior-y: contain;
}
.drawer_inner {
  padding: 13.9534883721vw 3.488372093vw 9.3023255814vw;
}
.drawer_logo {
  text-align: center;
}
.drawer_logo img {
  width: 30.2325581395vw;
}
.drawer_btn {
  background-color: var(--color-yellow);
  border-radius: 2.3255813953vw;
  border: 2px solid var(--color-main);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 9.3023255814vw;
}
.drawer_btn li:not(:first-child) {
  border-left: 2px solid var(--color-main);
}
.drawer_btn a {
  text-decoration: none;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 5.8139534884vw 0;
  text-align: center;
  height: 100%;
}
.drawer_btn a img {
  width: 7.9069767442vw;
  margin: 0 auto;
}
.drawer_btn a span {
  font-size: 2.7906976744vw;
  margin-top: 2.3255813953vw;
  font-weight: 700;
  line-height: 1.67;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.drawer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer_sns dt {
  font-size: 4.1860465116vw;
  font-weight: 700;
  margin-right: 9.3023255814vw;
  letter-spacing: 0.05em;
}
.drawer_sns dd {
  display: flex;
  align-items: center;
}
.drawer_sns dd img {
  width: 10.6976744186vw;
}
.drawer_sns dd a + a {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none !important;
  }
}

#drawer_nav {
  margin: 9.3023255814vw 0 11.6279069767vw;
}
#drawer_nav .nav li {
  border-bottom: 2px dotted var(--color-main);
}
#drawer_nav .nav li a {
  display: grid;
  grid-template-columns: 15.1162790698vw 1fr 8.3720930233vw;
  align-items: center;
  padding: 3.488372093vw 0;
  text-decoration: none;
}
#drawer_nav .nav li a:after {
  content: "";
  width: 6.0465116279vw;
  height: 6.0465116279vw;
  background: url(../img/icon_arrow.svg) no-repeat center/cover;
}
#drawer_nav .nav li a img {
  width: 100%;
  margin: 0 auto;
  transform: translateY(-1.1627906977vw);
}
#drawer_nav .nav li a img.nav_icon_on {
  display: none;
}
#drawer_nav .nav li a span {
  font-size: 5.5813953488vw;
  font-weight: 700;
  line-height: 1.3;
}

#header.active .header-sp_ec {
  opacity: 0;
  pointer-events: none;
}
#header.active .btn_nav {
  background-image: url(../img/btn_nav_open.svg);
}
#header.active + .drawer {
  pointer-events: visible;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.side {
  transform: translateX(100%);
  transition: transform 0.3s;
  position: fixed;
  right: 0;
  top: 15.6rem;
  width: 8.4rem;
  background-color: var(--color-yellow);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  z-index: 2;
}
.side.is-active {
  transform: translateX(0);
}
.side li {
  position: relative;
}
.side li:not(:last-child):after {
  content: "";
  width: 7rem;
  height: 0.2rem;
  border-top: 2px dotted var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0.7rem;
}
.side a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  height: 8.5rem;
}
.side a img {
  width: 3.2rem;
}
.side a span {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.5rem;
}

/*-----------------
footer
-------------------*/
footer {
  margin-top: 27.9069767442vw;
  background: url(../img/footer_bg_sp.webp) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 16rem;
    background-image: url(../img/footer_bg.webp);
  }
}

#top footer {
  margin-top: 0;
}

.footer {
  padding: 35.8139534884vw 3.488372093vw 11.6279069767vw;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 15.7rem 2rem 3.5rem;
  }
}
.footer_logo {
  margin-bottom: 5.8139534884vw;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin-bottom: 4.5rem;
  }
}
.footer_logo img {
  width: 44.1860465116vw;
}
@media screen and (min-width: 768px) {
  .footer_logo img {
    width: 19rem;
  }
}
.footer_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .footer_detail {
    margin-bottom: 9.5rem;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    column-gap: 6rem;
  }
}
.footer_detail p {
  font-size: 3.2558139535vw;
  line-height: 1.86;
  margin-bottom: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .footer_detail p {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: left;
  }
}
.footer_detail a img {
  width: 8.8372093023vw;
}
@media screen and (min-width: 768px) {
  .footer_detail a img {
    width: 3.8rem;
  }
}
.footer_copy {
  font-size: 2.7906976744vw;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    font-size: 1.2rem;
  }
}

/*-----------------
common
-------------------*/
section {
  overflow: hidden;
}

.breadcramb {
  margin: 4.6511627907vw 3.488372093vw 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .breadcramb {
    max-width: 124rem;
    padding: 2rem 3rem 0;
    margin: 0 auto;
  }
}
.breadcramb li {
  font-size: 2.7906976744vw;
}
@media screen and (min-width: 768px) {
  .breadcramb li {
    font-size: 1.2rem;
  }
}
.breadcramb li a {
  text-decoration: none;
  color: var(--color-choco);
  font-weight: 500;
}
.breadcramb li p {
  font-weight: 500;
}
.breadcramb li + li {
  display: flex;
  align-items: center;
}
.breadcramb li + li:before {
  content: "";
  width: 1.1627906977vw;
  height: 1.1627906977vw;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: translateY(1px) rotate(45deg);
  margin: 0 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .breadcramb li + li:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 1rem;
  }
}

.inner {
  margin: 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 124rem;
    padding: 0 3rem;
    margin: 0 auto;
  }
}

.sec_logo {
  padding: 8.8372093023vw 0 0;
  text-align: center;
}
.sec_logo img {
  width: 55.3488372093vw;
}

.grid-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.976744186vw 5.5813953488vw;
}
@media screen and (min-width: 768px) {
  .grid-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .grid-col {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.6rem;
  }
}

.btn {
  font-size: 3.7209302326vw;
  font-weight: 700;
  height: 13.9534883721vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
    height: 6rem;
  }
}
.btn-primary {
  width: 72.0930232558vw;
  border-radius: 6.976744186vw;
  color: #fff;
  background: url(../img/btn_dot.svg) no-repeat center/100% auto var(--color-point);
  position: relative;
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (min-width: 768px) {
  .btn-primary {
    width: 31rem;
    border-radius: 3rem;
  }
}
@media (hover) {
  .btn-primary:hover {
    background-color: var(--color-yellow);
  }
  .btn-primary:hover::before {
    left: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-primary:before {
    content: "";
    width: 2.9rem;
    height: 4.4rem;
    background: url(../img/btn_dog.svg) no-repeat center/cover;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -2.2rem;
    transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    z-index: -1;
  }
}
.btn-second {
  width: 72.0930232558vw;
  border-radius: 6.976744186vw;
  color: var(--color-point);
  background: url(../img/btn_dot_yellow.svg) no-repeat center/100% auto #fff;
  position: relative;
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (min-width: 768px) {
  .btn-second {
    width: 31rem;
    border-radius: 3rem;
  }
}
@media (hover) {
  .btn-second:hover {
    background-color: var(--color-yellow);
    color: #fff;
    background-image: url(../img/btn_dot.svg);
  }
}
.btn-normal {
  width: 72.0930232558vw;
  border: 2px solid var(--color-choco);
  color: var(--color-choco);
  border-radius: 6.976744186vw;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn-normal {
    width: 31rem;
    border-radius: 3rem;
  }
}
@media (hover) {
  .btn-normal:hover {
    background-color: var(--color-choco);
    color: #fff;
  }
}
.btn-anchor {
  border-radius: 2.3255813953vw;
  color: var(--color-light);
  background: url(../img/btn_anchor.svg) no-repeat center/100% auto var(--color-main);
  position: relative;
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
  width: 43.7209302326vw;
  border: 2px solid var(--color-main);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (min-width: 768px) {
  .btn-anchor {
    width: 18.8rem;
    border-radius: 1rem;
  }
}
.btn-anchor:before {
  content: "";
  width: 5.5813953488vw;
  height: 5.5813953488vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn-anchor:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.btn-anchor-flesh:before {
  background-image: url(../img/icon_cake_yellow.svg);
}
@media (hover) {
  .btn-anchor-flesh:hover:before {
    background-image: url(../img/icon_cake.svg);
  }
}
.btn-anchor-baked:before {
  background-image: url(../img/icon_donut_yellow.svg);
}
@media (hover) {
  .btn-anchor-baked:hover:before {
    background-image: url(../img/icon_donut.svg);
  }
}
.btn-anchor:after {
  content: "";
  width: 1.8604651163vw;
  height: 1.8604651163vw;
  border-right: 2px solid var(--color-light);
  border-bottom: 2px solid var(--color-light);
  transform: rotate(45deg);
  margin: 0 auto;
  transform-origin: top center;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn-anchor:after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (hover) {
  .btn-anchor:hover {
    background-color: var(--color-light);
    color: var(--color-main);
    background-image: url(../img/btn_anchor_on.svg);
  }
  .btn-anchor:hover:after {
    border-color: var(--color-main);
  }
}
.btn-small {
  height: 7.9069767442vw;
  font-weight: 400;
  font-size: 3.2558139535vw;
  width: auto;
}
@media screen and (min-width: 768px) {
  .btn-small {
    height: 3.4rem;
    font-size: 1.4rem;
  }
}
.btn_center {
  margin: 11.6279069767vw auto 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .btn_center {
    margin-top: 6rem;
  }
}
.btn_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.023255814vw;
  margin-top: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .btn_col {
    column-gap: 1.3rem;
    margin-top: 1rem;
  }
}
.btn_return {
  margin: 18.6046511628vw auto 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .btn_return {
    margin-top: 11rem;
  }
}
.btn_pccol {
  display: grid;
  justify-content: center;
  row-gap: 9.3023255814vw;
  margin-top: 18.6046511628vw;
}
@media screen and (min-width: 768px) {
  .btn_pccol {
    grid-template-columns: auto auto;
    gap: 0 3.5rem;
    margin-top: 11rem;
  }
}
.btn_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .btn_flex {
    justify-content: center;
    column-gap: 3.5rem;
  }
}

article {
  position: relative;
  z-index: 0;
}

.pageTop {
  position: fixed;
  right: 3.488372093vw;
  bottom: 1.5rem;
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pageTop {
    right: 1.5rem;
  }
}
.pageTop img {
  width: 20.4651162791vw;
}
@media screen and (min-width: 768px) {
  .pageTop img {
    width: 9.2rem;
  }
}
.pageTop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-0.6rem);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
.page_ttl {
  margin: 11.6279069767vw 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .page_ttl {
    margin: 10rem 0 8rem;
  }
}
.page_ttl span {
  color: var(--color-point);
  font-size: 4.6511627907vw;
  margin-bottom: 3.488372093vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page_ttl span {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.page_ttl span::first-letter {
  text-transform: uppercase;
}
.page_ttl h1 {
  font-size: 9.3023255814vw;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_ttl h1 {
    font-size: 4rem;
  }
}

/*pagination*/
.pagination {
  margin-top: 13.9534883721vw;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 8rem;
  }
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev {
  transform: scale(-1, 1);
}
.pagination .prev.disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.pagination .next.disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.pagination .page-numbers {
  text-decoration: none;
  font-size: 4.1860465116vw;
  font-weight: 700;
  width: 7.6744186047vw;
  height: 7.6744186047vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    font-size: 1.8rem;
    width: 3.3rem;
    height: 3.3rem;
    margin: 0 1.5rem;
  }
}
.pagination .page-numbers.current {
  background-color: var(--color-main);
  color: #fff;
  border-radius: 50%;
}

/*-----------------
top
-------------------*/
.kv {
  margin: 3.488372093vw 0 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .kv {
    overflow: hidden;
  }
}
.kv_wrap {
  width: 88.3720930233vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv_wrap {
    width: min(80.5270863836vw, 110rem);
    overflow: visible;
  }
}
.kv img {
  border-radius: 32.5581395349vw 32.5581395349vw 13.9534883721vw 13.9534883721vw;
}
@media screen and (min-width: 768px) {
  .kv img {
    border-radius: min(21.9619326501vw, 30rem) min(21.9619326501vw, 30rem) min(1.4641288433vw, 2rem) min(1.4641288433vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  .kv .splide__track {
    overflow: visible;
  }
}

.splide__arrow {
  width: 12.0930232558vw !important;
  height: 12.0930232558vw !important;
  background: url(../img/btn_arrow.svg) no-repeat center/100% auto !important;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    width: min(6.0029282577vw, 8.2rem) !important;
    height: min(6.0029282577vw, 8.2rem) !important;
  }
}
.splide__arrow svg {
  display: none !important;
}
.splide__arrow--prev {
  left: -3.7209302326vw !important;
}
@media screen and (min-width: 768px) {
  .splide__arrow--prev {
    left: max(-3.0014641288vw, -4.1rem) !important;
    transform: none !important;
  }
}
.splide__arrow--next {
  transform: scale(-1, 1) translateY(-50%) !important;
  right: -3.7209302326vw !important;
}
@media screen and (min-width: 768px) {
  .splide__arrow--next {
    transform: scale(-1, 1) !important;
    right: max(-3.0014641288vw, -4.1rem) !important;
  }
}
.splide__arrow:disabled {
  opacity: 0.3 !important;
}

.sec_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 3rem;
  }
}
.sec_ttl span {
  color: var(--color-point);
  font-size: 3.7209302326vw;
  margin-bottom: 2.3255813953vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sec_ttl span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.sec_ttl h2 {
  font-size: 6.511627907vw;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  column-gap: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .sec_ttl h2 {
    font-size: 2.8rem;
    column-gap: 1rem;
  }
}
.sec_ttl h2::before, .sec_ttl h2::after {
  content: "";
  width: 2.3255813953vw;
  height: 5.5813953488vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .sec_ttl h2::before, .sec_ttl h2::after {
    width: 1rem;
    height: 2.4rem;
  }
}
.sec_ttl h2::before {
  background-image: url(../img/ttl_left.svg);
}
.sec_ttl h2::after {
  background-image: url(../img/ttl_right.svg);
}

/*news*/
@media screen and (min-width: 768px) {
  .news {
    max-width: 79rem;
    margin: 0 auto;
  }
}
.news li {
  border-bottom: 1px solid var(--color-border);
}
.news a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 19.5348837209vw 1fr;
  padding: 4.1860465116vw 5.8139534884vw 4.1860465116vw 0;
  background: url(../img/icon_arrow.svg) no-repeat right center/3.7209302326vw auto;
  transition: 0.3s;
}
@media (hover) {
  .news a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .news a {
    grid-template-columns: 9.2rem 1fr;
    padding: 1.5rem 4.5rem 1.5rem 0;
    background-position: right 1rem center;
    background-size: 1.6rem auto;
  }
}
.news a time {
  font-size: 2.7906976744vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news a time {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.news a h3 {
  font-size: 3.2558139535vw;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news a h3 {
    font-size: 1.4rem;
  }
}

/*about*/
#about {
  background: url(../img/top/about_bg_sp.webp) no-repeat center top/cover;
  margin-top: 23.2558139535vw;
  min-height: 187.6744186047vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about {
    background-image: url(../img/top/about_bg.webp);
    background-size: 136.6rem auto;
    min-height: 96.2rem;
    margin-top: 0;
  }
}

.about_detail {
  text-align: center;
  position: relative;
}
.about_detail h2 {
  font-size: 7.4418604651vw;
  color: var(--color-light);
  margin-bottom: 5.8139534884vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about_detail h2 {
    font-size: 3rem;
  }
}
.about_detail p {
  font-size: 3.2558139535vw;
  line-height: 2.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about_detail p {
    font-size: 1.4rem;
  }
}
.about_deco {
  position: absolute;
}
.about_deco-1 {
  top: 44.1860465116vw;
  left: -36.7441860465vw;
}
@media screen and (min-width: 768px) {
  .about_deco-1 {
    top: 8.6rem;
    left: -16.7rem;
  }
}
.about_deco-1 img {
  width: 73.7209302326vw;
}
@media screen and (min-width: 768px) {
  .about_deco-1 img {
    width: 46.9rem;
  }
}
.about_deco-2 {
  top: -11.6279069767vw;
  right: -12.5581395349vw;
}
@media screen and (min-width: 768px) {
  .about_deco-2 {
    top: -4rem;
    right: -6.6rem;
  }
}
.about_deco-2 img {
  width: 71.3953488372vw;
}
@media screen and (min-width: 768px) {
  .about_deco-2 img {
    width: 42.1rem;
  }
}
.about_deco-3 {
  left: -10vw;
  bottom: -25.5813953488vw;
}
@media screen and (min-width: 768px) {
  .about_deco-3 {
    left: -2.9rem;
    bottom: -9rem;
  }
}
.about_deco-3 img {
  width: 62.5581395349vw;
}
@media screen and (min-width: 768px) {
  .about_deco-3 img {
    width: 39.1rem;
  }
}
.about_deco-4 {
  right: -5.5813953488vw;
  bottom: 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .about_deco-4 {
    right: 6.8rem;
    bottom: 20.5rem;
  }
}
.about_deco-4 img {
  width: 51.8604651163vw;
}
@media screen and (min-width: 768px) {
  .about_deco-4 img {
    width: 33.4rem;
  }
}

@media screen and (min-width: 1366px) {
  #about {
    background-size: cover;
    min-height: 76.9399707174vw;
  }
}
.anime {
  opacity: 0;
  transform: translateY(0.5em);
  transition: 0.6s ease;
}
.anime.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*product*/
#product {
  background: url(../img/bg_yellow.webp) left top/60rem auto;
  padding: 40vw 0 19.0697674419vw;
  overflow: hidden;
  margin-top: -13.9534883721vw;
}
@media screen and (min-width: 768px) {
  #product {
    padding: 19rem 0 14rem;
    margin-top: -18.5rem;
  }
}

@media screen and (min-width: 1366px) {
  #about {
    padding-top: 13.9092240117vw;
  }
}
.product + .product_ttl {
  margin-top: 8.8372093023vw;
}
@media screen and (min-width: 768px) {
  .product + .product_ttl {
    margin-top: 6.2rem;
  }
}
.product_ttl {
  margin-bottom: 5.5813953488vw;
}
@media screen and (min-width: 768px) {
  .product_ttl {
    margin-bottom: 3.5rem;
  }
}
.product_ttl span {
  font-size: 5.5813953488vw;
  font-weight: 700;
  margin-top: 1.6279069767vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product_ttl span {
    font-size: 2.4rem;
    margin: 0 0 0 1.5rem;
  }
}
.product_icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product_icon {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.product_icon:before {
  content: "";
  width: 7.4418604651vw;
  height: 7.4418604651vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .product_icon:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.product_icon-flesh:before {
  background-image: url(../img/icon_cake.svg);
}
.product_icon-baked:before {
  background-image: url(../img/icon_donut.svg);
}
.product_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_wrap {
    width: 63.488372093vw;
    margin: 0 auto;
  }
}
.product .splide__track {
  overflow: visible;
}
.product_item li > a, .product_item .splide__slide > a {
  text-decoration: none;
  display: block;
}
.product_item img {
  border-radius: 6.976744186vw;
  width: 100%;
  aspect-ratio: 273/192;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .product_item img {
    border-radius: 3rem;
  }
}
.product_item h4 {
  font-size: 3.2558139535vw;
  margin-top: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .product_item h4 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.product_item p {
  font-size: 3.2558139535vw;
  margin-top: 2.3255813953vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .product_item p {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.product .splide__arrow {
  top: 16.2790697674vw;
}
@media screen and (min-width: 768px) {
  .product .splide__arrow {
    width: 5.2rem !important;
    height: 5.2rem !important;
    top: 7rem;
  }
}
.product .splide__arrow--prev {
  transform: translateY(0) !important;
  left: -8.8372093023vw !important;
}
@media screen and (min-width: 768px) {
  .product .splide__arrow--prev {
    left: -2.6rem !important;
  }
}
.product .splide__arrow--next {
  transform: scale(-1, 1) translateY(0) !important;
  right: -8.8372093023vw !important;
}
@media screen and (min-width: 768px) {
  .product .splide__arrow--next {
    right: -2.6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .item1 .splide__arrow, .item2 .splide__arrow, .item3 .splide__arrow, .item4 .splide__arrow {
    display: none !important;
  }
}

/*blog*/
#blog {
  padding: 19.0697674419vw 0;
}
@media screen and (min-width: 768px) {
  #blog {
    padding: 14rem 0;
  }
}

.ttl_pic {
  text-align: center;
  height: 36.2790697674vw;
  background: url(../img/title_bg.svg) no-repeat center top/100% auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .ttl_pic {
    width: 40rem;
    height: 15.6rem;
    margin: 0 auto 6rem;
  }
}
.ttl_pic span {
  height: 17.4418604651vw;
  width: 100%;
  font-size: 6.511627907vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ttl_pic span {
    height: 7.5rem;
    font-size: 2.8rem;
  }
}

.blog a {
  display: block;
  text-decoration: none;
  display: grid;
  row-gap: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .blog a {
    row-gap: 1rem;
  }
}
.blog img {
  border-radius: 6.976744186vw;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blog img {
    border-radius: 3rem;
  }
}
.blog h3 {
  font-size: 3.2558139535vw;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .blog h3 {
    font-size: 1.6rem;
  }
}
.blog_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.3255813953vw;
  padding-top: 1.1627906977vw;
}
@media screen and (min-width: 768px) {
  .blog_data {
    gap: 1rem;
    padding-top: 0.5rem;
  }
}
.blog_data time {
  font-size: 3.7209302326vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-choco);
}
@media screen and (min-width: 768px) {
  .blog_data time {
    font-size: 1.6rem;
  }
}
.blog_data span {
  font-size: 2.3255813953vw;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-choco);
  border-radius: 4.6511627907vw;
  line-height: 1;
  padding: 1.1627906977vw 2.7906976744vw;
}
@media screen and (min-width: 768px) {
  .blog_data span {
    font-size: 1rem;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
  }
}

/*shop*/
#shop {
  padding: 19.0697674419vw 0;
  background: url(../img/bg_yellow.webp) left top/60rem auto;
}
@media screen and (min-width: 768px) {
  #shop {
    padding: 14rem 0;
  }
}

@media screen and (min-width: 768px) {
  .shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.shop_img {
  margin-bottom: 7.4418604651vw;
}
@media screen and (min-width: 768px) {
  .shop_img {
    width: 48.3%;
    margin-bottom: 0;
  }
}
.shop_img img {
  width: 100%;
  border-radius: 27.9069767442vw 27.9069767442vw 6.976744186vw 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .shop_img img {
    border-radius: min(10vw, 12rem) min(10vw, 12rem) min(2.5vw, 3rem) min(2.5vw, 3rem);
  }
}
@media screen and (min-width: 768px) {
  .shop_info {
    width: 45%;
  }
}
.shop_info h2 {
  text-align: center;
  font-size: 5.5813953488vw;
  margin-bottom: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .shop_info h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.shop_detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4.6511627907vw 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .shop_detail {
    gap: 1.5rem 3.5rem;
  }
}
.shop_detail dt {
  font-size: 3.2558139535vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_detail dt {
    font-size: 1.6rem;
  }
}
.shop_detail dd {
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .shop_detail dd {
    font-size: 1.6rem;
  }
}
.shop .link_google {
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  margin-top: 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .shop .link_google {
    margin-top: 1.5rem;
  }
}
.shop .link_google:before {
  content: "";
  width: 2.7906976744vw;
  height: 3.7209302326vw;
  background: url(../img/icon_map.svg) no-repeat center/cover;
  margin-right: 1.1627906977vw;
}
@media screen and (min-width: 768px) {
  .shop .link_google:before {
    width: 1.2rem;
    height: 1.6rem;
    margin-right: 0.5rem;
  }
}

/*info*/
#info {
  background: url(../img/bg_brown.webp) left top/60rem auto;
  position: relative;
}
#info:before {
  content: "";
  width: 100%;
  height: 3.9534883721vw;
  background: url(../img/wave.webp) repeat-x left top/8.8372093023vw auto;
  position: absolute;
  top: -3.7209302326vw;
  left: 0;
  pointer-events: none;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  #info:before {
    height: 1.9rem;
    background-size: 4.5rem auto;
    top: -1.8rem;
  }
}
#info:after {
  content: "";
  width: 100%;
  height: 3.9534883721vw;
  background: url(../img/wave.webp) repeat-x left top/8.8372093023vw auto;
  position: absolute;
  bottom: -3.7209302326vw;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #info:after {
    height: 1.9rem;
    background-size: 4.5rem auto;
    bottom: -1.8rem;
  }
}

.info {
  margin: 0 5.8139534884vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info {
    max-width: 142.6rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
  }
}
.info li {
  padding: 13.9534883721vw 0;
}
@media screen and (min-width: 768px) {
  .info li {
    padding: 4rem 2rem;
    flex: 1 1 35rem;
  }
}
.info li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .info li + li {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.info li:before {
  content: "";
  width: 7.4418604651vw;
  height: 7.4418604651vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 2.7906976744vw;
}
@media screen and (min-width: 768px) {
  .info li:before {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto 1.5rem;
  }
}
.info_reserve:before {
  background-image: url(../img/icon_calendar_yellow.svg);
}
.info_ec:before {
  background-image: url(../img/icon_cart_yellow.svg);
}
.info_contact:before {
  background-image: url(../img/icon_contact_yellow.svg);
}
.info h2 {
  color: #fff;
  font-size: 4.6511627907vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .info h2 {
    font-size: 2rem;
  }
}
.info_tel {
  text-decoration: none;
  color: #fff;
  font-size: 9.3023255814vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.3255813953vw;
  margin-top: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .info_tel {
    font-size: 4rem;
    column-gap: 1rem;
    margin-top: 1.4rem;
  }
}
.info_tel:before {
  content: "";
  width: 4.6511627907vw;
  height: 4.6511627907vw;
  background: url(../img/icon_tel.svg) no-repeat center/cover;
  transform: translateY(1.1627906977vw);
}
@media screen and (min-width: 768px) {
  .info_tel:before {
    width: 2rem;
    height: 2rem;
    transform: translateY(0.5rem);
  }
}
.info p {
  font-size: 3.2558139535vw;
  margin-top: 3.488372093vw;
  color: #fff;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .info p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.info .btn_center {
  margin-top: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .info .btn_center {
    margin-top: 4rem;
  }
}

/*instagram*/
#instagram {
  padding: 27.9069767442vw 0 55.8139534884vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #instagram {
    padding: 16rem 0 15rem;
  }
}
#instagram .inner {
  position: relative;
}

.ig_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-point);
  font-size: 6.976744186vw;
  font-weight: 400;
  row-gap: 4.6511627907vw;
  margin-bottom: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .ig_ttl {
    font-size: 3rem;
    row-gap: 2rem;
    margin-bottom: 6rem;
  }
}
.ig_deco1 {
  position: absolute;
  top: -25.5813953488vw;
  right: -13.488372093vw;
}
@media screen and (min-width: 768px) {
  .ig_deco1 {
    top: -13rem;
    right: -4.5rem;
  }
}
.ig_deco1 img {
  width: 43.023255814vw;
}
@media screen and (min-width: 768px) {
  .ig_deco1 img {
    width: 31.5rem;
  }
}
.ig_deco2 {
  position: absolute;
  top: calc(100% + 4.6511627907vw);
  left: -13.488372093vw;
}
@media screen and (min-width: 768px) {
  .ig_deco2 {
    top: auto;
    bottom: -20rem;
    left: -12rem;
  }
}
.ig_deco2 img {
  width: 64.6511627907vw;
}
@media screen and (min-width: 768px) {
  .ig_deco2 img {
    width: 39.2rem;
  }
}

/*-----------------
products
-------------------*/
#page-products {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-products .product_item .btn_col {
    grid-template-columns: 30.2325581395vw;
    row-gap: 2.7906976744vw;
  }
}

#flesh {
  position: relative;
  background: url(../img/bg_yellow.webp) left top/60rem auto;
  padding: 10.2325581395vw 0 19.7674418605vw;
  margin-top: 23.2558139535vw;
}
@media screen and (min-width: 768px) {
  #flesh {
    padding: 8rem 0 22rem;
    margin-top: 22rem;
  }
}
#flesh:before {
  content: "";
  width: 100%;
  height: 8.3720930233vw;
  background: url(../img/wave_yellow.webp) no-repeat center top/cover;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
@media screen and (min-width: 768px) {
  #flesh:before {
    height: 11.7rem;
    background-size: 136.6rem auto;
  }
}

#baked {
  position: relative;
  background: url(../img/bg_beige.webp) left top/60rem auto;
  padding: 10.2325581395vw 0 19.7674418605vw;
}
@media screen and (min-width: 768px) {
  #baked {
    padding: 6rem 0 12rem;
  }
}
#baked:before {
  content: "";
  width: 100%;
  height: 8.3720930233vw;
  background: url(../img/wave_beige.webp) no-repeat center top/cover;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
@media screen and (min-width: 768px) {
  #baked:before {
    height: 11.7rem;
    background-size: 136.6rem auto;
  }
}

@media screen and (min-width: 1366px) {
  #flesh:before, #baked:before {
    background-size: cover;
    bottom: auto;
    top: -11.7rem;
  }
}
.product_category {
  display: flex;
  align-items: center;
  margin-bottom: 5.5813953488vw;
}
@media screen and (min-width: 768px) {
  .product_category {
    margin-bottom: 3.5rem;
  }
}
.product_category img {
  width: 7.4418604651vw;
}
@media screen and (min-width: 768px) {
  .product_category img {
    width: 3.2rem;
  }
}
.product_category span {
  font-size: 5.5813953488vw;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .product_category span {
    font-size: 2.4rem;
    margin: 0 0 0 1.5rem;
  }
}
.product_category.product_icon {
  justify-content: flex-start;
  flex-direction: row;
}
.product_lead {
  font-size: 3.2558139535vw;
  line-height: 1.7;
  margin-bottom: 12.7906976744vw;
}
@media screen and (min-width: 768px) {
  .product_lead {
    font-size: 1.6rem;
    margin-bottom: 7rem;
  }
}

/*-----------------
products detail
-------------------*/
.detail {
  position: relative;
  background-position: left top;
  background-size: 60rem auto;
  background-repeat: repeat;
  padding: 1px 0 19.7674418605vw;
  margin-top: 23.2558139535vw;
}
@media screen and (min-width: 768px) {
  .detail {
    padding: 1px 0 10rem;
    margin-top: 16rem;
  }
}
.detail-flesh {
  background-image: url(../img/bg_yellow.webp);
}
.detail-flesh:before {
  background-image: url(../img/wave_yellow.webp);
}
.detail-baked {
  background-image: url(../img/bg_beige.webp);
}
.detail-baked:before {
  background-image: url(../img/wave_beige.webp);
}
.detail:before {
  content: "";
  width: 100%;
  height: 8.3720930233vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .detail:before {
    height: 11.7rem;
    background-size: 136.6rem auto;
  }
}
@media screen and (min-width: 768px) {
  .detail .page_ttl {
    margin-top: 5rem;
  }
}
.detail_catch {
  margin: 11.6279069767vw 3.488372093vw 10.4651162791vw;
}
@media screen and (min-width: 768px) {
  .detail_catch {
    margin: 9rem auto 5.4rem;
    max-width: 103.4rem;
    padding: 0 2rem;
  }
}
.detail_catch img {
  width: 100%;
  border-radius: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .detail_catch img {
    border-radius: 3rem;
  }
}
.detail .buy_btn {
  margin-bottom: 10.4651162791vw;
}
@media screen and (min-width: 768px) {
  .detail .buy_btn {
    margin-bottom: 5.4rem;
  }
}
.detail_inner {
  margin: 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .detail_inner {
    max-width: 82.8rem;
    margin: 0 auto;
    padding: 0 4rem;
  }
}
.detail_inner img {
  border-radius: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .detail_inner img {
    border-radius: 3rem;
  }
}

@media screen and (min-width: 1366px) {
  .detail:before {
    background-size: cover;
    bottom: auto;
    top: -11.7rem;
  }
}
.article .page_ttl h1 {
  line-height: 1.45;
}
.article p {
  font-size: 3.2558139535vw;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .article p {
    font-size: 1.6rem;
  }
}
.article_data {
  font-size: 3.7209302326vw;
  display: block;
  text-align: center;
  margin-bottom: 2.3255813953vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-choco);
}
@media screen and (min-width: 768px) {
  .article_data {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.article_data + .page_ttl {
  margin-top: 0;
}
.article_detail {
  background: url(../img/bg_yellow.webp) left top/60rem auto;
  padding: 16.2790697674vw 0 18.6046511628vw;
  margin-top: 9.7674418605vw;
}
@media screen and (min-width: 768px) {
  .article_detail {
    max-width: 124rem;
    margin: 5rem auto 0;
    padding: 10rem 3rem 12rem;
    border-radius: 3rem;
  }
}
.article_detail img {
  border-radius: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .article_detail img {
    border-radius: 3rem;
  }
}
.article_catch {
  margin: 11.6279069767vw 3.488372093vw 10.4651162791vw;
}
@media screen and (min-width: 768px) {
  .article_catch {
    margin: 9rem 0 5.4rem;
  }
}
.article_catch img {
  width: 100%;
  border-radius: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .article_catch img {
    border-radius: 3rem;
  }
}
.article_inner {
  margin: 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .article_inner {
    max-width: 82.8rem;
    margin: 0 auto;
  }
}

.share {
  margin-top: 11.6279069767vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .share {
    margin-top: 7rem;
  }
}
.share_ttl {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  column-gap: 2.3255813953vw;
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .share_ttl {
    column-gap: 1rem;
    font-size: 1.4rem;
    margin: 0 0 0 auto;
  }
}
.share_ttl:before {
  content: "";
  width: 1px;
  height: 3.488372093vw;
  background: var(--color-main);
  transform: rotate(-25deg);
}
@media screen and (min-width: 768px) {
  .share_ttl:before {
    height: 1.5rem;
  }
}
.share_ttl:after {
  content: "";
  width: 1px;
  height: 3.488372093vw;
  background: var(--color-main);
  transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .share_ttl:after {
    height: 1.5rem;
  }
}
.share_btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .share_btn {
    justify-content: flex-end;
  }
}
.share_btn a {
  display: block;
  padding: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .share_btn a {
    padding: 2rem;
  }
}
.share_btn img {
  border-radius: 0;
}

/*-----------------
contact
-------------------*/
.contact {
  margin: 0 3.488372093vw;
}
@media screen and (min-width: 768px) {
  .contact {
    max-width: 82.8rem;
    margin: 0 auto;
  }
}
.contact_lead {
  font-size: 3.2558139535vw;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 12.7906976744vw;
  padding-top: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .contact_lead {
    font-size: 1.6rem;
    margin-bottom: 9rem;
    text-align: center;
    padding-top: 0;
  }
}
.contact fieldset {
  border: none;
}
.contact fieldset + fieldset {
  margin-top: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .contact fieldset + fieldset {
    margin-top: 3.5rem;
  }
}
.contact .btn_link {
  margin-top: 11.6279069767vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .btn_link {
    margin-top: 8rem;
    text-align: center;
  }
}
.contact .btn_link p {
  display: inline-block;
  position: relative;
}
@media (hover) {
  .contact .btn_link p:hover::before {
    left: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact .btn_link p:before {
    content: "";
    width: 2.9rem;
    height: 4.4rem;
    background: url(../img/btn_dog.svg) no-repeat center/cover;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -2.2rem;
    transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    z-index: -1;
  }
}
.contact .btn_link p:has(> input:disabled):before {
  display: none;
}
.contact .btn_link input {
  position: relative;
  appearance: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: 72.0930232558vw;
  color: #fff;
  font-size: 4.1860465116vw;
  border-radius: 6.976744186vw;
  background: url(../img/btn_dot.svg) no-repeat center/100% auto var(--color-point);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
  font-size: 3.7209302326vw;
  font-weight: 700;
  height: 13.9534883721vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact .btn_link input {
    font-size: 1.6rem;
    height: 6rem;
    width: 31rem;
    border-radius: 3rem;
  }
}
.contact .btn_link input:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (hover) {
  .contact .btn_link input:hover {
    background-color: var(--color-yellow);
  }
}
.contact .btn_link .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px -12px 0 0;
}

.form_title {
  display: flex;
  align-items: center;
  margin-bottom: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .form_title {
    margin-bottom: 1rem;
  }
}
.form_title b {
  font-size: 2.7906976744vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4.6511627907vw;
  min-width: 10.9302325581vw;
  text-align: center;
  color: #fff;
  margin-right: 1.8604651163vw;
  border-radius: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .form_title b {
    font-size: 1.2rem;
    line-height: 2rem;
    min-width: 4.8rem;
    margin-right: 1.3rem;
    border-radius: 2rem;
  }
}
.form_title b.req {
  background-color: var(--color-choco);
}
.form_title b.any {
  background-color: #A9A9A9;
}
.form_title em {
  font-size: 3.2558139535vw;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .form_title em {
    font-size: 1.6rem;
  }
}

.form_input input, .form_input select {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color-border);
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 3.2558139535vw;
  padding: 1.8604651163vw 4.6511627907vw;
  min-height: 11.6279069767vw;
  border-radius: 2.3255813953vw;
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .form_input input, .form_input select {
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
    min-height: 5rem;
    border-radius: 1rem;
  }
}
.form_input textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color-border);
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 3.2558139535vw;
  padding: 3.488372093vw 4.6511627907vw;
  border-radius: 2.3255813953vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .form_input textarea {
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
    border-radius: 1rem;
  }
}

::placeholder {
  color: var(--color-border);
}

.privacy {
  margin-top: 7.6744186047vw;
  border: 1px solid var(--color-border);
  background-color: #fff;
  border-radius: 2.3255813953vw;
  padding: 5.8139534884vw 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .privacy {
    margin-top: 6rem;
    border-radius: 1rem;
    padding: 3.5rem 3rem;
  }
}
.privacy_detail {
  margin-bottom: 5.8139534884vw;
}
@media screen and (min-width: 768px) {
  .privacy_detail {
    margin-bottom: 2.5rem;
  }
}
.privacy_detail dt {
  font-size: 3.2558139535vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.7209302326vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .privacy_detail dt {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.privacy_detail dd {
  font-size: 2.7906976744vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy_detail dd {
    font-size: 1.4rem;
  }
}
.privacy_check > p > label {
  display: grid;
  grid-template-columns: 1fr 11.6279069767vw;
  column-gap: 2.3255813953vw;
  align-items: center;
  cursor: pointer;
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .privacy_check > p > label {
    font-size: 1.4rem;
    grid-template-columns: 1fr 5rem;
    column-gap: 1rem;
    display: flex;
    justify-content: center;
  }
}
.privacy_check > p > label .req {
  font-size: 2.7906976744vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4.6511627907vw;
  min-width: 10.9302325581vw;
  text-align: center;
  color: #fff;
  background-color: var(--color-choco);
  border-radius: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .privacy_check > p > label .req {
    font-size: 1.2rem;
    line-height: 2rem;
    min-width: 4.8rem;
    border-radius: 2rem;
  }
}
.privacy_check input {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color-main);
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 1.1627906977vw;
  width: 6.2790697674vw;
  height: 6.2790697674vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy_check input {
    border-radius: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.privacy_check input:checked:before {
  content: "";
  position: absolute;
  top: 0.6976744186vw;
  left: 1.8604651163vw;
  transform: rotate(50deg);
  width: 2.0930232558vw;
  height: 3.488372093vw;
  border-right: 2px solid var(--color-point);
  border-bottom: 2px solid var(--color-point);
}
@media screen and (min-width: 768px) {
  .privacy_check input:checked:before {
    top: 0.3rem;
    left: 0.8rem;
    width: 0.9rem;
    height: 1.5rem;
  }
}
.privacy_check .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 6.2790697674vw 1fr;
  column-gap: 2.3255813953vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .privacy_check .wpcf7-list-item label {
    grid-template-columns: 2.4rem 1fr;
    column-gap: 1rem;
  }
}

.wpcf7-not-valid-tip {
  font-size: 2.7906976744vw !important;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 2.7906976744vw !important;
  padding: 2.7906976744vw !important;
  border-color: #dc3232 !important;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1.4rem !important;
    padding: 2rem 1.2rem !important;
    text-align: center;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 2.7906976744vw !important;
  padding: 2.7906976744vw !important;
  border-color: #46b450 !important;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem !important;
    padding: 2rem 1.2rem !important;
    text-align: center;
  }
}

/*404*/
.page404 {
  text-align: center;
  padding-top: 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .page404 {
    padding-top: 10rem;
  }
}
.page404__title {
  margin-bottom: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .page404__title {
    margin-bottom: 3rem;
  }
}
.page404__title b {
  display: block;
  font-size: 13.9534883721vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page404__title b {
    font-size: 8rem;
  }
}
.page404__title span {
  display: block;
  font-size: 6.0465116279vw;
}
@media screen and (min-width: 768px) {
  .page404__title span {
    font-size: 3rem;
  }
}
.page404__subtitle {
  font-size: 3.7209302326vw;
  margin-bottom: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .page404__subtitle {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.page404__text {
  font-size: 3.2558139535vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page404__text {
    font-size: 1.6rem;
  }
}

.no-article {
  text-align: center;
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .no-article {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */