@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.color-main {
  color: #1d2088;
}

.color-accent {
  color: #a1010d;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fs-xlarge {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}

.fs-large {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
}

.fs-medium {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
}

.fs-normal {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}

.fs-small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}

:root {
  --gnav-mobile-width: 768.99;
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --8: calc(8 * 1px);
  --12: calc(12 * 1px);
  --16: calc(16 * 1px);
  --20: calc(20 * 1px);
  --24: calc(24 * 1px);
  --32: calc(32 * 1px);
  --40: calc(40 * 1px);
  --48: calc(48 * 1px);
  --56: calc(56 * 1px);
  --64: calc(64 * 1px);
  --72: calc(72 * 1px);
  --80: calc(80 * 1px);
  --100: calc(100 * 1px);
}
@media screen and (max-width: 1024px) {
  :root {
    --8: calc(8 * 0.9px);
    --12: calc(12 * 0.9px);
    --16: calc(16 * 0.9px);
    --20: calc(20 * 0.9px);
    --24: calc(24 * 0.9px);
    --32: calc(32 * 0.9px);
    --40: calc(40 * 0.9px);
    --48: calc(48 * 0.9px);
    --56: calc(56 * 0.9px);
    --64: calc(64 * 0.9px);
    --72: calc(72 * 0.9px);
    --80: calc(80 * 0.9px);
    --100: calc(100 * 0.9px);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --8: calc(8 * 0.8px);
    --12: calc(12 * 0.8px);
    --16: calc(16 * 0.8px);
    --20: calc(20 * 0.8px);
    --24: calc(24 * 0.8px);
    --32: calc(32 * 0.8px);
    --40: calc(40 * 0.8px);
    --48: calc(48 * 0.8px);
    --56: calc(56 * 0.8px);
    --64: calc(64 * 0.8px);
    --72: calc(72 * 0.8px);
    --80: calc(80 * 0.8px);
    --100: calc(100 * 0.8px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --8: calc(8 * 0.75px);
    --12: calc(12 * 0.75px);
    --16: calc(16 * 0.75px);
    --20: calc(20 * 0.75px);
    --24: calc(24 * 0.75px);
    --32: calc(32 * 0.75px);
    --40: calc(40 * 0.75px);
    --48: calc(48 * 0.75px);
    --56: calc(56 * 0.75px);
    --64: calc(64 * 0.75px);
    --72: calc(72 * 0.75px);
    --80: calc(80 * 0.75px);
    --100: calc(100 * 0.75px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --8: calc(8 * 0.7px);
    --12: calc(12 * 0.7px);
    --16: calc(16 * 0.7px);
    --20: calc(20 * 0.7px);
    --24: calc(24 * 0.7px);
    --32: calc(32 * 0.7px);
    --40: calc(40 * 0.7px);
    --48: calc(48 * 0.7px);
    --56: calc(56 * 0.7px);
    --64: calc(64 * 0.7px);
    --72: calc(72 * 0.7px);
    --80: calc(80 * 0.7px);
    --100: calc(100 * 0.7px);
  }
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 768.99px) {
  html {
    scroll-padding-top: 65px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #333;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

p,
li,
dt,
dd {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: normal;
}

ul,
ol {
  list-style-position: inside;
}

img {
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default !important;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 130px;
  z-index: 1000;
}
@media screen and (max-width: 768.99px) {
  .l-header {
    height: 65px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768.99px) {
  .l-header-inner {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

.l-gnav {
  margin: 0;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  padding-bottom: var(--24);
  overflow: hidden;
  z-index: 10;
}
.l-main._pb0 {
  padding-bottom: 0;
}

.l-section {
  width: 100%;
  padding-top: var(--64);
}
.l-section._pt0 {
  padding-top: 0;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.l-inner._pl0 {
  padding-left: 0;
}
.l-inner._pr0 {
  padding-right: 0;
}
.l-inner._min {
  max-width: 1050px;
}
@media screen and (max-width: 1305.6px) {
  .l-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  position: fixed;
  bottom: 8px;
  right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media (any-hover: hover) {
  .l-fix-back:hover {
    opacity: 0.85;
    cursor: pointer;
  }
}

/*-------------------------------
// Header
---------------------------------*/
.header {
  background-color: #fff;
}
.header .header__wrapper {
  width: 100%;
  height: 100%;
}
.header .header__upper {
  width: 100%;
  height: 85px;
  padding-left: 1%;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .company__logo {
  width: 150px;
  height: 70px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.header .company__logo img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.header .header__right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6px;
}
.header .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: var(--24);
}
.header .cta__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .cta__box._tel {
  display: none;
}
.header .cta__tels {
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--20);
     -moz-column-gap: var(--20);
          column-gap: var(--20);
}
.header .cta__tels .cta__tel ._shop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: var(--16);
  background-color: #1d2088;
  color: #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--8)) 50%, 100% 100%, 0 100%);
}
.header .cta__tels .cta__tel ._number {
  margin-top: 2px;
  padding-left: var(--12);
  padding-right: var(--12);
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.header .cta__tels .cta__tel ._txt {
  margin-top: 2px;
  padding-left: var(--12);
  padding-right: var(--12);
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
.header .cta__tels .cta__tel._bakery ._shop {
  background-color: #a1010d;
}
.header .header__btn {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #bb8d41;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__btn::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: var(--32);
  height: var(--32);
  background-color: #fff;
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
  -webkit-mask-size: 80%;
          mask-size: 80%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header .header__btn ._txt {
  display: block;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-size: clamp(0.8125rem, 0.625rem + 0.390625vw, 0.875rem);
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .header .header__btn:hover {
    background-color: #f5b242;
  }
}
.header .ham-cta {
  display: none;
}
.header .gnav.mobile .ham-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 36px;
  padding-bottom: 56px;
}
.header .hamburger {
  display: none;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768.99px) {
  .header .header__upper {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header .company__logo {
    width: 75px;
    height: auto;
  }
  .header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    gap: var(--8px);
  }
  .header .cta__tels {
    display: none;
  }
  .header .cta__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .cta__box._tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__btn {
    height: 70%;
    border: none;
    border-radius: 4px;
    position: relative;
  }
  .header .header__btn._tel {
    width: calc(var(--header-height) * 0.85);
    height: calc(var(--header-height) * 0.85);
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header__btn._tel ._txt {
    padding-bottom: 4px;
    display: inline-block;
    color: #1d2088;
    font-size: var(--11px);
    font-weight: 400;
    line-height: 1;
  }
  .header .header__btn._sweets {
    background-color: #fff;
  }
  .header .header__btn._bakery {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
  }
  .header .header__btn._bakery ._txt {
    color: #a1010d;
  }
  .header .header__btn._mail {
    width: calc(var(--header-height) * 0.8);
    height: calc(var(--header-height) * 0.8);
    min-width: unset;
    padding: 0 0 0 0;
    border-radius: 4px;
  }
  .header .header__btn._tel::before {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #1d2088;
    -webkit-mask-image: url("./img/common/i-tel.svg");
            mask-image: url("./img/common/i-tel.svg");
    -webkit-mask-size: 90%;
            mask-size: 90%;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .header .header__btn._tel._bakery::before {
    background-color: #a1010d;
  }
  .header .header__btn._mail::before {
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .header .header__btn._mail ._txt {
    display: none;
  }
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
}

._hidden {
  display: none;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 45px;
  margin-top: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d2088;
}
.gnav.pc .gnav-list {
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  list-style: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav.pc .gnav-list > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gnav.pc .gnav-list > li a {
  display: block;
  height: 100%;
  padding-left: var(--8);
  padding-right: var(--8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.375rem + 0.78125vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5b242), to(#f5b242));
  background-image: linear-gradient(#f5b242, #f5b242);
  background-repeat: no-repeat;
  background-position: bottom center; /* 下線の初期位置 */
  background-size: 0 5px; /* 下線のサイズ（横幅、高さ） */
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.gnav.pc .gnav-list > li:hover {
  cursor: pointer;
}
.gnav.pc .gnav-list > li:hover > a {
  color: #f5b242;
  background-position: bottom center; /* 下線のホバー時位置 */
  background-size: 100% 5px; /* 下線の横幅を100%にする */
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
.gnav.pc li.menu-item-has-children {
  position: relative;
}
.gnav.pc li.menu-item-has-children .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav.pc li.menu-item-has-children .sub-menu li a {
  display: block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav.pc li.menu-item-has-children .sub-menu li a ._txt {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav.pc li.menu-item-has-children .sub-menu li:hover a ._txt {
  color: #021f54;
}
.gnav.pc li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.gnav.pc li.menu-item-has-children._service .sub-menu {
  width: 110%;
}
.gnav.pc li.current_page_item > a {
  color: #f5b242;
  background-position: bottom center; /* 下線のホバー時位置 */
  background-size: 100% 5px; /* 下線の横幅を100%にする */
}
@media screen and (max-width: 768.99px) {
  .gnav.pc {
    display: none;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - var(--header-height));
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--15px);
  list-style: none;
  border-top: 1px solid #aaa;
}
.gnav.mobile .gnav-list li {
  width: 100%;
}
.gnav.mobile .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  border-bottom: 1px solid #aaa;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.gnav.mobile .gnav-list > li:hover {
  cursor: pointer;
}
.gnav.mobile .gnav-list > li:hover > a {
  background-color: #f8f5e6;
}
.gnav.mobile .gnav-list ul.sub-menu li {
  background-color: #fff;
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile li.menu-item-has-children > a::after {
  content: "＋";
  padding-left: 1em;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open > a::after {
  content: "ー";
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile ul.sub-menu li:hover {
  cursor: pointer;
  background-color: #ffe2e2;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
  overflow: hidden;
}
.footer .fnav {
  padding-top: var(--16);
}
.footer .fnav .fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.footer .fnav .fnav__li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.footer .fnav .fnav__li a {
  padding-left: 1em;
  padding-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  white-space: nowrap;
}
.footer .fnav .fnav__li a:hover {
  color: #a1010d;
}
.footer .fcompany {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .fcompany .fcompany__logo {
  width: calc(var(--100) * 1.4);
  min-width: 110px;
}
.footer .fcompany .fcompany__logo img {
  width: 100%;
  height: auto;
}
.footer .fcompany .fcompany__name {
  padding-left: var(--16);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1777734977rem + 0.3081664099vw, 1.375rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.footer .fcompany .fcompany__fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer .fcompany .fcompany__name {
  font-size: clamp(1.25rem, 1.0333204931rem + 0.9244992296vw, 1.625rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}
.footer .fcta {
  padding-top: var(--20);
  padding-bottom: var(--16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .fcta .fcta__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: var(--20);
     -moz-column-gap: var(--20);
          column-gap: var(--20);
}
.footer .fcta .fcta__tels .fcta__tel ._shop {
  width: 17em;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 4px;
  background-color: #1d2088;
  color: #fff;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--16)) 50%, 100% 100%, 0 100%);
}
.footer .fcta .fcta__tels .fcta__tel ._number {
  margin-top: 4px;
  padding-left: var(--12);
  padding-right: var(--12);
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.footer .fcta .fcta__tels .fcta__tel ._txt {
  margin-top: 4px;
  padding-left: var(--12);
  padding-right: var(--12);
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.03em;
}
.footer .fcta .fcta__tels .fcta__tel._bakery ._shop {
  background-color: #a1010d;
}
.footer .fcta .fcta__instas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: var(--24);
     -moz-column-gap: var(--24);
          column-gap: var(--24);
}
.footer .fcta .fcta__instas .fcta__insta-lead {
  padding-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
}
.footer .fcta .fcta__instas .fcta__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .fcta .fcta__instas .fcta__insta ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1d2088;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  letter-spacing: 0.01em;
  font-weight: 500;
}
.footer .fcta .fcta__instas .fcta__insta._bakery ._txt {
  color: #a1010d;
}
.footer .fcta .fcta__instas .fcta__insta ._icon {
  width: var(--40);
  margin-top: 12px;
}
.footer .fcta .fcta__instas .fcta__insta ._icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer .fnav .fnav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .fnav .fnav__li {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .footer .fcompany {
    margin-top: var(--32);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .fcta {
    max-width: 600px;
    margin-top: var(--32);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .fcta .fcta__instas {
    margin-top: var(--40);
  }
  .footer .fcta .fcta__insta-lead {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer .fnav .fnav__list {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .fnav .fnav__li {
    width: 50%;
  }
  .footer .fcta .fcta__tels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .fcta .fcta__tel:last-of-type {
    margin-top: var(--32);
  }
}

.p-top .fnav .fnav__list .fnav__li._top a,
.p-about .fnav .fnav__list .fnav__li._about a,
.p-product .fnav .fnav__list .fnav__li._product a,
.p-bakery .fnav .fnav__list .fnav__li._bakery a,
.p-store .fnav .fnav__list .fnav__li._store a,
.p-newslist .fnav .fnav__list .fnav__li._newslist a,
.p-contact .fnav .fnav__list .fnav__li._contact a {
  color: #a1010d;
}

.credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #1d2088;
  text-align: center;
}
.credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  line-height: 1;
}

.newslist .newslist__fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.newslist .message {
  width: 35%;
}
.newslist .message__lead {
  color: #1d2088;
  font-size: clamp(1.25rem, 1.0333204931rem + 0.9244992296vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.newslist .message__desc {
  margin-top: var(--32);
}
.newslist .message__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.newslist .newslist__list {
  width: 63%;
}
@media screen and (max-width: 1023.9px) {
  .newslist .newslist__fbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newslist .message {
    width: 100%;
    text-align: center;
  }
  .newslist .newslist__list {
    width: 90%;
    margin-top: var(--64);
    margin-left: auto;
    margin-right: auto;
  }
}

.news-article {
  width: 100%;
}
.news-article .news-article__container {
  padding-top: var(--16);
  padding-bottom: var(--32);
  border-bottom: 2px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.news-article .news-article__img {
  width: 33%;
  min-height: 150px;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.news-article .news-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-article .news-article__info {
  width: 60%;
}
.news-article .news-article__shop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 4px 6px;
  color: #1d2088;
  border: 1px solid #1d2088;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--12px);
  font-weight: 500;
  line-height: 1;
}
.news-article .news-article__shop._shop1 {
  color: #a1010d;
  border: 1px solid #a1010d;
}
.news-article .news-article__tag {
  margin-top: 4px;
  color: #1d2088;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
}
.news-article .news-article__ttl {
  margin-top: var(--8);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.news-article .news-article__date {
  margin-top: var(--32);
}
.news-article .news-article__date time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.news-article:hover {
  cursor: pointer;
}
.news-article:hover .news-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-article:hover .news-article__ttl {
  color: #021f54;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .news-article .news-article__img {
    min-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .news-article {
    margin-top: var(--32);
  }
  .news-article .news-article__container {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: var(--32);
  }
  .news-article .news-article__img {
    width: 100%;
    margin-top: var(--40);
  }
  .news-article .news-article__info {
    width: 100%;
  }
}

.wp-pagenavi {
  margin: 56px auto;
  font-size: var(--15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1d2088;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #666;
}
.wp-pagenavi .page {
  color: #1d2088;
  border: 1px solid #1d2088;
  border-radius: 99px;
  font-weight: 500;
}
.wp-pagenavi .pages {
  width: 3em;
  margin-right: 1.5em;
  color: #1d2088;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px 0 0;
  width: 2.25em;
  height: 2.25em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi span.current {
  background-color: #1d2088;
  border-radius: 99px;
  color: #fff;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi .wp-pagenavi a.page {
  background: none;
  color: #aaa;
}
.wp-pagenavi a.page:hover {
  background-color: #1d2088;
  border-radius: 99px;
  border: none;
  color: #fff;
  font-weight: 500;
}
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  color: #888;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #1d2088;
  border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.pager-single .pager-single__list {
  width: 100%;
  margin-top: var(--64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.pager-single .pager-single__li._txt {
  display: none;
}
.pager-single .pager-single__li a {
  display: block;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.04em;
}
.pager-single .pager-single__li._prev {
  position: relative;
}
.pager-single .pager-single__li._prev a {
  padding-right: 1em;
  padding-left: 1.75em;
  text-align: left;
}
.pager-single .pager-single__li._prev a::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pager-single .pager-single__li._prev:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .pager-single .pager-single__li._prev:hover a::before {
    left: 0;
  }
}
.pager-single .pager-single__li._next {
  position: relative;
}
.pager-single .pager-single__li._next a {
  padding-right: 1.75em;
  padding-left: 1em;
  text-align: right;
}
.pager-single .pager-single__li._next a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pager-single .pager-single__li._next:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .pager-single .pager-single__li._next:hover a::after {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pager-single .pager-single__li._title {
    display: none;
  }
  .pager-single .pager-single__li._txt {
    display: block;
  }
}

.page-ttl {
  min-height: 220px;
  height: clamp(220px, 20vw, 380px);
  background-image: url("./img/contents/about/page-ttl.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-ttl .page-ttl__inner {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  height: 100%;
  position: relative;
}
.page-ttl .page-ttl__box {
  position: absolute;
  top: 20%;
  left: 5%;
}
.page-ttl .page-ttl__ja {
  color: #753a0f;
  font-size: clamp(1.625rem, 1.4083204931rem + 0.9244992296vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 2px #fff;
}
.page-ttl .page-ttl__en {
  margin-top: var(--8);
  color: #eb6877;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.875rem, 1.5138674884rem + 1.5408320493vw, 2.5rem);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 700px) {
  .page-ttl {
    min-height: 180px;
    height: clamp(180px, 20vw, 380px);
  }
}

.p-about .page-ttl {
  background-image: url("./img/contents/about/page-ttl.jpg");
  background-position: right 55% center;
}

.p-product .page-ttl {
  background-image: url("./img/contents/product/page-ttl.jpg");
  background-position: right 55% center;
}

.p-bakery .page-ttl {
  background-image: url("./img/contents/bakery/page-ttl.jpg");
  background-position: right 55% center;
}

.p-bakery .page-ttl._parfait {
  background-image: url("./img/contents/bakery/parfait-ttl.jpg");
  background-position: right 20% center;
}

.p-store .page-ttl {
  background-image: url("./img/contents/store/page-ttl.jpg");
  background-position: right 40% center;
}

.p-newslist .page-ttl,
.p-news .page-ttl {
  background-image: url("./img/contents/news/page-ttl.jpg");
  background-position: right 45% center;
}

.p-contact .page-ttl {
  background-image: url("./img/contents/contact/page-ttl.jpg");
  background-position: right 45% center;
}

.bl-cta {
  width: 100%;
}
.bl-cta .bl-cta__body {
  width: 100%;
  min-width: 320px;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #f4bdbf;
  border-radius: var(--32);
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.bl-cta .bl-cta__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25%;
  height: 97%;
  background-image: url("./img/common/cta-left.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.bl-cta .bl-cta__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 97%;
  background-image: url("./img/common/cta-right.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.bl-cta .bl-cta__txt {
  color: #fff;
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.4;
}
.bl-cta .bl-cta__txt._red {
  color: #c7525f;
  font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  font-weight: 600;
}
.bl-cta .bl-cta__notice {
  margin-top: var(--24);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.bl-cta .bl-cta__link {
  margin-top: var(--56);
}
.bl-cta .bl-cta__memo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--32);
  margin-left: auto;
  margin-right: auto;
  padding: 12px 5%;
  background-color: #fff;
  border-radius: var(--20);
}
.bl-cta .bl-cta__memo ._txt {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .bl-cta .bl-cta__body {
    padding-top: 95px;
    padding-bottom: 110px;
    border-radius: var(--24);
  }
  .bl-cta .bl-cta__body::before {
    top: -5%;
    left: 0;
    width: 25%;
    min-width: 125px;
    height: 270px;
  }
  .bl-cta .bl-cta__body::after {
    bottom: -4%;
    right: 0;
    width: 25%;
    min-width: 125px;
    height: 270px;
  }
  .bl-cta._cake .bl-cta__body {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .bl-cta .bl-cta__txt {
    padding-top: 12px;
  }
  .bl-cta .bl-cta__link {
    margin-top: var(--40);
  }
}

.bl-cta-pafe {
  width: 100%;
}
.bl-cta-pafe .bl-cta-pafe__outer {
  padding-bottom: var(--24);
  position: relative;
}
.bl-cta-pafe .bl-cta-pafe__outer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100px;
  height: 100%;
  background-image: url("./img/common/cta-pafe.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.bl-cta-pafe .bl-cta-pafe__body {
  width: 100%;
  min-width: 320px;
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: var(--32);
  background-color: #1d2088;
  background-image: url("./img/common/cta-pafe-bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bl-cta-pafe .bl-cta-pafe__lead {
  color: #fff;
  font-size: clamp(1.125rem, 0.8360939908rem + 1.2326656394vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.4;
}
.bl-cta-pafe .bl-cta-pafe__txt {
  margin-top: var(--24);
  color: #fff;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.6;
}
.bl-cta-pafe .bl-cta-pafe__links {
  margin-top: var(--32);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 1023.9px) {
  .bl-cta-pafe .bl-cta-pafe__outer {
    padding-bottom: 0;
    position: relative;
  }
  .bl-cta-pafe .bl-cta-pafe__outer::before {
    background-image: none;
  }
  .bl-cta-pafe .bl-cta-pafe__body {
    padding-bottom: 135px;
    background-image: url("./img/common/cta-pafe-bg-mb.jpg");
    background-position: center bottom;
    background-size: cover;
  }
  .bl-cta-pafe .bl-cta-pafe__links {
    margin-top: var(--48);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl-cta-pafe .bl-cta-pafe__links .btn:last-of-type {
    margin-top: var(--32);
  }
}
@media screen and (max-width: 1023.9px) {
  .bl-cta-pafe .bl-cta-pafe__body {
    padding-bottom: 135px;
    background-image: url("./img/common/cta-pafe-bg-mb.jpg");
    background-position: left bottom;
    background-size: 120% auto;
  }
}

.bl-cta-online {
  width: 100%;
}
.bl-cta-online .bl-cta-online__body {
  width: 100%;
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 48%;
  padding-right: 3%;
  border-radius: var(--32);
  background-color: #1d2088;
  background-image: url("./img/common/cta-online-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bl-cta-online .bl-cta-online__lead {
  color: #fff;
  font-size: clamp(1.0625rem, 0.7374807396rem + 1.3867488444vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.4;
}
.bl-cta-online .bl-cta-online__txt {
  margin-top: var(--24);
  color: #fff;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.6;
}
.bl-cta-online .bl-cta-online__link {
  margin-top: var(--32);
}
.bl-cta-online .bl-cta-online__product {
  display: none;
}
@media screen and (max-width: 1000px) {
  .bl-cta-online .bl-cta-online__body {
    width: 100%;
    padding-left: 3%;
    background-image: url("./img/common/cta-online-bg-pattern.jpg");
  }
  .bl-cta-online .bl-cta-online__product {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: var(--40);
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--32);
    overflow: hidden;
  }
  .bl-cta-online .bl-cta-online__product img {
    width: 100%;
    height: auto;
  }
  .bl-cta-online .bl-cta-online__link {
    margin-top: var(--56);
  }
}
@media screen and (max-width: 576px) {
  .bl-cta-online .bl-cta-online__product {
    max-width: unset;
  }
}

.bl-privacy .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
.bl-privacy .modal {
  width: 85%;
  height: 80%;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  display: none;
}
.bl-privacy .modal-close__wrap {
  position: absolute;
  right: 14px;
  top: 10px;
}
.bl-privacy .modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 24px;
  display: block;
  height: 24px;
  background-color: #fff;
}
.bl-privacy .modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}
.bl-privacy .modal-close span:nth-child(1) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.bl-privacy .modal-close span:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-1px) rotate(-41deg);
          transform: translateY(-1px) rotate(-41deg);
}
.bl-privacy .overlay.open {
  display: block;
}
.bl-privacy .modal.open {
  display: block;
  z-index: 10000;
}
.bl-privacy .bl-privacy__content {
  width: 100%;
  height: 100%;
  padding: 40px 4%;
  z-index: 10000;
  overflow-y: scroll;
}
.bl-privacy .bl-privacy__ttl {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.bl-privacy .bl-privacy__sub-ttl {
  margin-top: var(--16);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.bl-privacy .bl-privacy__sub-ttl:first-of-type {
  margin-top: 0;
}
.bl-privacy .bl-privacy__txt {
  margin-top: 4px;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: justify;
}

.fix-cta {
  position: fixed;
  top: 40%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./img/common/fix-bg-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix-cta .fix-cta__box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fix-cta .fix-cta__icon {
  width: 80%;
}
.fix-cta .fix-cta__icon img {
  width: 100%;
  height: auto;
}
.fix-cta .fix-cta__txt {
  padding-top: 8px;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (any-hover: hover) {
  .fix-cta:hover {
    cursor: pointer;
    right: 0;
  }
}
.fix-cta._visible {
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .fix-cta {
    visibility: hidden;
  }
}

.p-contact .fix-cta {
  background-image: url("./img/common/fix-bg-red.jpg");
}

.p-top .fix-cta {
  opacity: 0;
  -webkit-animation: fadeInFixCta 0.7s ease 1.5s forwards;
          animation: fadeInFixCta 0.7s ease 1.5s forwards;
}

@-webkit-keyframes fadeInFixCta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFixCta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.8em 3em 0.9em;
  background-color: #1d2088;
  border-radius: 99px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn:not(._nochange):hover {
    cursor: pointer;
    background-color: #343794;
  }
}

.btn._fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn._white {
  background-color: #fff;
  color: #1d2088;
  font-weight: 500;
}
@media (any-hover: hover) {
  .btn._white:hover {
    background-color: #fff;
  }
}

.btn._purple {
  background-color: #9ea0dc;
  color: #fff;
  font-weight: 500;
}
@media (any-hover: hover) {
  .btn._purple:hover {
    background-color: #6368ea;
  }
}

.btn._insta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 3em;
  background-color: #d78a7e;
  color: #fff;
  font-weight: 500;
}
@media (any-hover: hover) {
  .btn._insta:hover {
    background-color: #fd7c7c;
  }
}

.btn._cta {
  width: 100%;
  height: var(--54);
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 99px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #c7525f;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  white-space: nowrap;
}
.btn._cta._txt-blue {
  color: #1d2088;
}
.btn._cta._short {
  max-width: 300px;
}
@media (any-hover: hover) {
  .btn._cta:hover {
    background-color: #fff;
    color: #f2046f;
  }
  .btn._cta:hover._txt-blue {
    color: #021f54;
  }
}
@media screen and (max-width: 1000px) {
  .btn._cta {
    max-width: 260px;
  }
}

.btn._access {
  max-width: unset;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .btn._access {
    padding: 0.8em 2.5em 0.9em 1.5em !important;
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  }
}

.btn._arrow {
  position: relative;
  padding: 0.8em 4em 0.9em 3.5em;
}
.btn._arrow::after {
  content: ">";
  position: absolute;
  top: 49%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._arrow:hover::after {
    right: 1.2em;
  }
}

.btn._news-all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 3.5em 11px 3em;
  background-color: #1d2088;
  color: #fff;
}
@media (any-hover: hover) {
  .btn._news-all:hover {
    background-color: #343794;
  }
}

.btn._contact {
  max-width: 320px;
  padding-top: 13px;
  padding-bottom: 14px;
  background-color: #c7525f;
  border: none;
  border-radius: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (any-hover: hover) {
  .btn._contact:hover {
    background-color: #a1010d;
  }
}

.btn._icon {
  gap: 8px;
  width: 100%;
  max-width: 260px;
  height: 42px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #a1010d;
  border-radius: 99px;
  color: #fff;
  font-size: var(--17px);
  font-size: clamp(1.0625rem, 0.7643129771rem + 1.272264631vw, 1.375rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.btn._icon::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}

.btn._icon._mail {
  font-size: var(--16px);
  font-size: clamp(1rem, 0.8210877863rem + 0.7633587786vw, 1.1875rem);
  letter-spacing: 0.04em;
  background-color: #1d2088;
  font-weight: 500;
}
.btn._icon._mail::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: 2px;
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
@media (any-hover: hover) {
  .btn._icon._mail:hover {
    background-color: #021f54;
  }
}

.btn._ham-cta {
  max-width: 280px;
  height: 45px;
}

.btn._home {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.8em 3em 0.9em;
  background-color: #1d2088;
  border-radius: 99px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  padding: 8px 0.75em;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #1d2088;
  background-color: #1d2088;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #1d2088;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
  border-radius: 0;
  background: #333;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 28%;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:nth-of-type(3) {
  top: 72%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  height: 2px;
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg);
          transform: translateY(5px) rotate(-133deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  height: 2px;
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg);
          transform: translateY(-7px) rotate(133deg);
  width: 42%;
}

.txt {
  color: #333;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.txt._justify {
  text-align: justify;
}
.txt._fs-small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.txt._fs-light {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.txt._fs-medium {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
}
.txt._fs-large {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
}
.txt._fs-xlarge {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}
.txt._fw-normal {
  font-weight: 400;
}
.txt._fw-medium {
  font-weight: 600;
}
.txt._fw-bold {
  font-weight: 700;
}

.bl-tbl {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bl-tbl dt,
.bl-tbl dd {
  padding: 12px 2%;
}
.bl-tbl dt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
}
.bl-tbl dd,
.bl-tbl li,
.bl-tbl p {
  color: #333;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.bl-tbl ul {
  list-style: none;
}
.bl-tbl dt {
  width: 30%;
  max-width: 280px;
  color: #333;
  background-color: #e0eec1;
  border-top: 1px solid #1d2088;
  border-left: 1px solid #1d2088;
  background-repeat: repeat;
  background-size: auto;
}
.bl-tbl._dt-center dt {
  text-align: center;
}
.bl-tbl._dt-right dt {
  text-align: right;
}
.bl-tbl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #1d2088;
  border-right: 1px solid #1d2088;
  background-color: #fff;
}
.bl-tbl dt:last-of-type {
  border-bottom: 1px solid #1d2088;
}
.bl-tbl dd:last-of-type {
  border-bottom: 1px solid #1d2088;
}
.bl-tbl ul {
  list-style: none;
}
.bl-tbl ul li {
  margin-top: 2px;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.bl-tbl ul li::before {
  content: "●";
  color: #1d2088;
  letter-spacing: 0.25em;
}
.bl-tbl ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bl-tbl .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-tbl dt {
    width: 100%;
    max-width: none;
    padding: 4px 2%;
    border-top: none;
    border-left: none;
    text-align: left;
  }
  .bl-tbl._dt-center dt {
    text-align: left;
  }
  .bl-tbl._dt-right dt {
    text-align: left;
  }
  .bl-tbl dd {
    width: 100%;
    padding: 18px 2%;
    border-top: none;
    border-right: none;
  }
  .bl-tbl dt:last-of-type,
  .bl-tbl dd:last-of-type {
    border-bottom: none;
  }
  .bl-tbl ul li {
    margin-top: 4px;
  }
}

.bl-sect-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-sect-header .bl-sect-header__lead {
  color: #1d2088;
  font-size: clamp(1.25rem, 1.0333204931rem + 0.9244992296vw, 1.625rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.03em;
}
.bl-sect-header .bl-sect-header__ttl {
  margin-top: 12px;
  color: #1d2088;
  font-size: clamp(1.75rem, 1.0999614792rem + 2.7734976888vw, 2.875rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}
.bl-sect-header .bl-sect-header__icon {
  width: calc(var(--100) * 1.3);
  height: calc(var(--100) * 0.9);
}
.bl-sect-header .bl-sect-header__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bl-sect-header .bl-sect-header__txt {
  margin-top: var(--32);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.bl-sect-header-wheat {
  position: relative;
}
.bl-sect-header-wheat ._ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: #f8f5e6;
  color: #753a0f;
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 11;
}
.bl-sect-header-wheat ._ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  width: 140px;
  height: 100%;
  background-image: url("./img/common/d-ttl-left.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-color: #f8f5e6;
  z-index: -1;
}
.bl-sect-header-wheat ._ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  width: 140px;
  height: 100%;
  background-image: url("./img/common/d-ttl-right.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-color: #f8f5e6;
  z-index: -1;
}
.bl-sect-header-wheat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #753a0f;
}
.bl-sect-header-wheat._white ._ttl {
  background-color: #fff;
}
.bl-sect-header-wheat._white ._ttl::before, .bl-sect-header-wheat._white ._ttl::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .bl-sect-header-wheat ._ttl::before, .bl-sect-header-wheat ._ttl::after {
    width: 80px;
  }
}
@media screen and (max-width: 414px) {
  .bl-sect-header-wheat::before {
    display: none;
  }
  .bl-sect-header-wheat ._ttl::before, .bl-sect-header-wheat ._ttl::after {
    width: 60px;
  }
}

.bl-intro .bl-intro__container {
  margin-top: var(--56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bl-intro .bl-intro__main {
  width: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url("./img/common/d-grass.png");
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("./img/common/d-grass.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: var(--100) auto;
}
.bl-intro .bl-intro__ttl {
  color: #753a0f;
  font-size: clamp(1.0625rem, 0.5rem + 1.171875vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.bl-intro .bl-intro__desc {
  margin-top: var(--24);
}
.bl-intro .bl-intro__desc .txt {
  color: #362e2b;
  font-size: clamp(0.875rem, 0.5rem + 0.78125vw, 1rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
.bl-intro .bl-intro__img {
  width: 50%;
}
.bl-intro .bl-intro__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .bl-intro .bl-intro__container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-intro .bl-intro__main {
    width: 100%;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url("./img/common/d-grass.png");
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("./img/common/d-grass.png");
  }
  .bl-intro .bl-intro__img {
    width: 100%;
    margin-top: var(--40);
  }
}
@media screen and (max-width: 500px) {
  .bl-intro .bl-intro__desc .txt {
    line-height: 1.9;
    text-align: left;
    word-break: break-all;
  }
  .bl-intro .bl-intro__desc .txt:not(:first-of-type) {
    margin-top: var(--16);
  }
}

.bl-deco {
  position: absolute;
  width: calc(var(--100) * 1.5);
  height: calc(var(--100) * 1.5);
  z-index: 1;
}
.bl-deco._top {
  top: 0;
}
.bl-deco._top2 {
  top: 100px;
}
.bl-deco._bottom {
  bottom: 0;
}
.bl-deco._left {
  left: 0;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}
.bl-deco._right {
  right: 0;
  -webkit-transform: translateX(35%);
          transform: translateX(35%);
}
.bl-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .bl-deco._left {
    left: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .bl-deco._right {
    right: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media screen and (max-width: 1000px) {
  .bl-deco {
    display: none;
  }
}

.bl-deco-list {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.bl-deco-list ._deco {
  width: calc(var(--100) * 1.5);
  height: calc(var(--100) * 2);
  position: absolute;
  z-index: 1;
}
.bl-deco-list ._deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bl-deco-list ._deco._01 {
  top: 5%;
  right: 0;
}
.bl-deco-list ._deco._02 {
  top: 35%;
  left: 0;
}
.bl-deco-list ._deco._03 {
  top: 80%;
  left: 0;
}
.bl-deco-list ._deco._04 {
  bottom: 2%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .bl-deco-list ._deco._02,
  .bl-deco-list ._deco._03 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .bl-deco-list ._deco._01,
  .bl-deco-list ._deco._04 {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media screen and (max-width: 1000px) {
  .bl-deco-list ._deco {
    display: none;
  }
}

.bl-scroll {
  position: absolute;
  top: 180px;
  left: -12px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: var(--16);
}
.bl-scroll img {
  width: 100%;
  height: auto;
}
.bl-scroll._top {
  top: unset;
  bottom: 0;
  left: 6%;
  -webkit-transform: none;
          transform: none;
}
.bl-scroll:hover {
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .bl-scroll._bakery {
    display: none;
  }
}

.bg-beige {
  background-color: #f8f5e6;
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nowrap {
  white-space: nowrap;
}

.pt-8 {
  padding-top: var(--8);
}

.pl-8 {
  padding-left: var(--8);
}

.pr-8 {
  padding-right: var(--8);
}

.pb-8 {
  padding-bottom: var(--8);
}

.mt-8 {
  margin-top: var(--8);
}

.ml-8 {
  margin-left: var(--8);
}

.mr-8 {
  margin-right: var(--8);
}

.mb-8 {
  margin-bottom: var(--8);
}

.pt-12 {
  padding-top: var(--12);
}

.pl-12 {
  padding-left: var(--12);
}

.pr-12 {
  padding-right: var(--12);
}

.pb-12 {
  padding-bottom: var(--12);
}

.mt-12 {
  margin-top: var(--12);
}

.ml-12 {
  margin-left: var(--12);
}

.mr-12 {
  margin-right: var(--12);
}

.mb-12 {
  margin-bottom: var(--12);
}

.pt-16 {
  padding-top: var(--16);
}

.pl-16 {
  padding-left: var(--16);
}

.pr-16 {
  padding-right: var(--16);
}

.pb-16 {
  padding-bottom: var(--16);
}

.mt-16 {
  margin-top: var(--16);
}

.ml-16 {
  margin-left: var(--16);
}

.mr-16 {
  margin-right: var(--16);
}

.mb-16 {
  margin-bottom: var(--16);
}

.pt-20 {
  padding-top: var(--20);
}

.pl-20 {
  padding-left: var(--20);
}

.pr-20 {
  padding-right: var(--20);
}

.pb-20 {
  padding-bottom: var(--20);
}

.mt-20 {
  margin-top: var(--20);
}

.ml-20 {
  margin-left: var(--20);
}

.mr-20 {
  margin-right: var(--20);
}

.mb-20 {
  margin-bottom: var(--20);
}

.pt-24 {
  padding-top: var(--24);
}

.pl-24 {
  padding-left: var(--24);
}

.pr-24 {
  padding-right: var(--24);
}

.pb-24 {
  padding-bottom: var(--24);
}

.mt-24 {
  margin-top: var(--24);
}

.ml-24 {
  margin-left: var(--24);
}

.mr-24 {
  margin-right: var(--24);
}

.mb-24 {
  margin-bottom: var(--24);
}

.pt-32 {
  padding-top: var(--32);
}

.pl-32 {
  padding-left: var(--32);
}

.pr-32 {
  padding-right: var(--32);
}

.pb-32 {
  padding-bottom: var(--32);
}

.mt-32 {
  margin-top: var(--32);
}

.ml-32 {
  margin-left: var(--32);
}

.mr-32 {
  margin-right: var(--32);
}

.mb-32 {
  margin-bottom: var(--32);
}

.pt-40 {
  padding-top: var(--40);
}

.pl-40 {
  padding-left: var(--40);
}

.pr-40 {
  padding-right: var(--40);
}

.pb-40 {
  padding-bottom: var(--40);
}

.mt-40 {
  margin-top: var(--40);
}

.ml-40 {
  margin-left: var(--40);
}

.mr-40 {
  margin-right: var(--40);
}

.mb-40 {
  margin-bottom: var(--40);
}

.pt-48 {
  padding-top: var(--48);
}

.pl-48 {
  padding-left: var(--48);
}

.pr-48 {
  padding-right: var(--48);
}

.pb-48 {
  padding-bottom: var(--48);
}

.mt-48 {
  margin-top: var(--48);
}

.ml-48 {
  margin-left: var(--48);
}

.mr-48 {
  margin-right: var(--48);
}

.mb-48 {
  margin-bottom: var(--48);
}

.pt-56 {
  padding-top: var(--56);
}

.pl-56 {
  padding-left: var(--56);
}

.pr-56 {
  padding-right: var(--56);
}

.pb-56 {
  padding-bottom: var(--56);
}

.mt-56 {
  margin-top: var(--56);
}

.ml-56 {
  margin-left: var(--56);
}

.mr-56 {
  margin-right: var(--56);
}

.mb-56 {
  margin-bottom: var(--56);
}

.pt-64 {
  padding-top: var(--64);
}

.pl-64 {
  padding-left: var(--64);
}

.pr-64 {
  padding-right: var(--64);
}

.pb-64 {
  padding-bottom: var(--64);
}

.mt-64 {
  margin-top: var(--64);
}

.ml-64 {
  margin-left: var(--64);
}

.mr-64 {
  margin-right: var(--64);
}

.mb-64 {
  margin-bottom: var(--64);
}

.pt-72 {
  padding-top: var(--72);
}

.pl-72 {
  padding-left: var(--72);
}

.pr-72 {
  padding-right: var(--72);
}

.pb-72 {
  padding-bottom: var(--72);
}

.mt-72 {
  margin-top: var(--72);
}

.ml-72 {
  margin-left: var(--72);
}

.mr-72 {
  margin-right: var(--72);
}

.mb-72 {
  margin-bottom: var(--72);
}

.pt-80 {
  padding-top: var(--80);
}

.pl-80 {
  padding-left: var(--80);
}

.pr-80 {
  padding-right: var(--80);
}

.pb-80 {
  padding-bottom: var(--80);
}

.mt-80 {
  margin-top: var(--80);
}

.ml-80 {
  margin-left: var(--80);
}

.mr-80 {
  margin-right: var(--80);
}

.mb-80 {
  margin-bottom: var(--80);
}

.pt-100 {
  padding-top: var(--100);
}

.pl-100 {
  padding-left: var(--100);
}

.pr-100 {
  padding-right: var(--100);
}

.pb-100 {
  padding-bottom: var(--100);
}

.mt-100 {
  margin-top: var(--100);
}

.ml-100 {
  margin-left: var(--100);
}

.mr-100 {
  margin-right: var(--100);
}

.mb-100 {
  margin-bottom: var(--100);
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.inline-block {
  display: inline-block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link._underline {
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
}

.link._img._scale:hover img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.link._large img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link._large:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link._opacity:hover {
  opacity: 0.8;
}

.justyfy {
  text-align: justify;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeTrigger,
.fadeMv,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.scaleUpTrigger,
.rotateXTrigger {
  opacity: 0;
}

/* フェード */
.fade {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

/* フェード  MV用*/
.fadeMv {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スケールアップ*/
.scaleUp {
  -webkit-animation-name: scaleUpAnime;
          animation-name: scaleUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スケールダウン*/
.scaleDown {
  -webkit-animation-name: scaleDownAnime;
          animation-name: scaleDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

@-webkit-keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
/*text animetions*/
@-webkit-keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.char-up-anime.displayed span {
  -webkit-animation: showText 1.5s backwards;
          animation: showText 1.5s backwards;
  display: inline-block;
}

.char-up-anime.displayed > span {
  overflow: hidden;
}

.p-top .pg-header {
  text-align: center;
}
.p-top .pg-header ._ttl {
  color: #bb8d41;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.625rem, 1.2638674884rem + 1.5408320493vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
.p-top .pg-header ._ttl::after {
  content: "・・・";
  display: block;
  padding-top: 10px;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.p-top .pg-header._white ._ttl {
  color: #fff;
}
.p-top .mv {
  width: 100%;
  position: relative;
}
.p-top .mv .mv__img {
  width: 100%;
  height: calc(var(--vh) * 100 - var(--header-height));
  min-height: 200px;
  max-height: 750px;
}
.p-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top .mv .mv__logo {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25vw;
  max-width: 300px;
}
.p-top .mv .mv__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__img {
    width: 100%;
    height: 90vw;
  }
  .p-top .mv .mv__logo {
    width: 33vw;
  }
}
.p-top .tnews {
  padding-bottom: var(--64);
}
.p-top .tnews::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--56);
  background-color: #f8f5e6;
}
.p-top .tnews .tnews__list {
  margin-top: var(--24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.3%;
     -moz-column-gap: 3.3%;
          column-gap: 3.3%;
  position: relative;
  z-index: 10;
}
.p-top .tnews .tarticle {
  width: 30%;
}
.p-top .tnews .tarticle .tarticle__img {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-top .tnews .tarticle .tarticle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .tnews .tarticle .tarticle__date {
  margin-top: 14px;
  text-align: center;
}
.p-top .tnews .tarticle .tarticle__date time {
  color: #753a0f;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-top .tnews .tarticle .tarticle__ttl {
  margin-top: var(--8);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-top .tnews .tarticle:hover {
  cursor: pointer;
}
.p-top .tnews .tarticle:hover .tarticle__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top .tnews .tarticle:hover .tarticle__ttl {
  color: #021f54;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 576px) {
  .p-top .tnews .tnews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top .tnews .tarticle {
    width: 95%;
    max-width: 340px;
  }
  .p-top .tnews .tarticle:not(:first-of-type) {
    margin-top: var(--56);
  }
}
.p-top .message .message__container {
  margin-top: var(--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .message .message__img {
  width: 48vw;
  margin-left: calc(48% - 48vw);
}
.p-top .message .message__img img {
  width: 100%;
  height: auto;
}
.p-top .message .message__main {
  width: 47%;
  padding-top: var(--24);
}
.p-top .message .message__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 0.9972072419rem + 1.0785824345vw, 1.6875rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.p-top .message .message__desc {
  margin-top: var(--32);
}
.p-top .message .message__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
}
.p-top .message .message__name {
  margin-top: var(--40);
  font-size: clamp(1.25rem, 1.1777734977rem + 0.3081664099vw, 1.375rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: right;
}
.p-top .message .message__name ._small {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .p-top .message .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-top .message .message__img {
    margin-top: var(--56);
    width: 85vw;
    margin-left: calc(50% - 50vw);
  }
  .p-top .message .message__main {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .making .making__container {
  padding-top: var(--40);
  padding-bottom: var(--56);
  padding-left: 3%;
  padding-right: 3%;
  background-color: #1d2088;
  background-image: url("./img/top/bg-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--20);
}
.p-top .making .making__lead {
  margin-top: var(--24);
  padding-bottom: var(--24);
  border-bottom: 1px solid #bb8d41;
}
.p-top .making .making__lead ._txt {
  color: #fff;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
.p-top .making .making__desc {
  margin-top: var(--32);
}
.p-top .making .making__txt {
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: center;
}
.p-top .making .making__slide {
  width: 100vw;
  margin-top: var(--40);
  margin-left: calc(50% - 50vw);
}
.p-top .making .making__img {
  width: 100%;
  height: auto;
  margin: 0 8px;
  border-radius: var(--16);
  overflow: hidden;
}
.p-top .making .making__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .p-top .making .making__container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-top .making .making__txt {
    margin-top: 16px;
    text-align: left;
  }
  .p-top .making .making__txt br {
    display: none;
  }
}
.p-top .store .store__lead {
  margin-top: var(--24);
  padding-bottom: var(--24);
  border-bottom: 1px solid #333;
}
.p-top .store .store__lead ._txt {
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
.p-top .store .store__desc {
  margin-top: var(--32);
}
.p-top .store .store__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
}
.p-top .store .store__cards {
  margin-top: var(--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .store .card {
  width: 48%;
  padding: var(--24) 3% var(--32);
  border-radius: var(--24);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px #e3e0d3, 0 3px 5px #e3e0d3;
          box-shadow: 0 3px 8px #e3e0d3, 0 3px 5px #e3e0d3;
  overflow: hidden;
  position: relative;
}
.p-top .store .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: var(--40);
  background-color: #9ea0dc;
}
.p-top .store .card .card__icon {
  width: var(--64);
  height: var(--80);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 11;
}
.p-top .store .card .card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-top .store .card .card__img {
  width: 100%;
  margin-top: var(--16);
}
.p-top .store .card .card__img img {
  width: 100%;
  height: auto;
}
.p-top .store .card .card__name {
  margin-top: 12px;
}
.p-top .store .card .card__name ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-top .store .card .card__list {
  margin-top: var(--24);
  list-style: none;
}
.p-top .store .card .card__list li {
  margin-top: var(--8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .store .card .card__list li::before {
  content: "■";
  color: #bb8d41;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-top .store .card .card__list li ._txt {
  padding-left: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-top .store .card .card__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--40);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.p-top .store .card .card__tel-img {
  width: var(--36);
}
.p-top .store .card .card__tel-img img {
  width: 100%;
  height: auto;
}
.p-top .store .card .card__tel-number {
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.625rem, 1.5527734977rem + 0.3081664099vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.p-top .store .card .card__tel-hour {
  color: #753a0f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.p-top .store .card .card__access {
  margin-top: var(--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .store .card .card__access ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.p-top .store .card .card__access ._txt:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .store .card .card__map {
  width: 100%;
  margin-top: 8px;
}
.p-top .store .card .card__map iframe {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 980px) {
  .p-top .store .store__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top .store .card {
    width: 100%;
    max-width: 750px;
  }
  .p-top .store .card:last-of-type {
    margin-top: var(--40);
  }
  .p-top .store .card .card__icon {
    width: 50px;
    height: 65px;
  }
  .p-top .store .card .card__map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .store .store__txt {
    text-align: justify;
  }
  .p-top .store .store__txt br {
    display: none;
  }
  .p-top .store .store__txt:not(:first-of-type) {
    margin-top: 12px;
  }
}
.p-top .sns .sns__lead {
  margin-top: var(--24);
  padding-bottom: var(--24);
  border-bottom: 1px solid #333;
}
.p-top .sns .sns__lead ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
.p-top .sns .sns__cards {
  margin-top: var(--32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .sns .card {
  width: 48%;
}
.p-top .sns .card .card__icon {
  width: calc(var(--100) * 1.25);
  height: calc(var(--100) * 1.25);
  margin-left: auto;
  margin-right: auto;
}
.p-top .sns .card .card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.p-top .sns .card .card__img {
  width: 100%;
}
.p-top .sns .card .card__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .p-top .sns .sns__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top .sns .card {
    width: 100%;
    max-width: 500px;
  }
  .p-top .sns .card:last-of-type {
    margin-top: var(--40);
  }
}

.p-contact .intro .intro__ttl {
  color: #753a0f;
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-contact .intro .intro__desc {
  margin-top: var(--24);
}
.p-contact .intro .intro__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.p-contact .asap .lead {
  margin-top: var(--24);
  color: #753a0f;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-contact .asap .asap__stores {
  margin-top: var(--40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact .asap .store {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact .asap .store .store__main {
  width: 53%;
  min-width: 260px;
}
.p-contact .asap .store .store__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px 8px 10px;
  background-color: #1d2088;
}
.p-contact .asap .store .store__tag ._txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-contact .asap .store .store__name {
  margin-top: 16px;
  color: #753a0f;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-contact .asap .store .store__tel {
  margin-top: 6px;
  color: #753a0f;
  font-size: clamp(1.125rem, 0.8360939908rem + 1.2326656394vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-contact .asap .store .store__tel ._small {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-contact .asap .store .store__img {
  width: 45%;
}
.p-contact .asap .store .store__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .p-contact .asap .asap__stores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact .asap .store {
    width: 100%;
    max-width: 500px;
  }
  .p-contact .asap .store:last-of-type {
    margin-top: var(--48);
  }
  .p-contact .asap .store .store__main {
    width: 50%;
  }
  .p-contact .asap .store .store__img {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .p-contact .asap .store {
    max-width: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .asap .store .store__main {
    width: 100%;
  }
  .p-contact .asap .store .store__img {
    width: 100%;
    margin-top: var(--40);
  }
}
.p-contact .contact .contact__frame {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--40);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: var(--32);
  -webkit-box-shadow: 0 3px 8px #dcdcdb, 0 3px 5px #dcdcdb, 0 3px 2px #dcdcdb;
          box-shadow: 0 3px 8px #dcdcdb, 0 3px 5px #dcdcdb, 0 3px 2px #dcdcdb;
  overflow: hidden;
}
.p-contact .contact .contact__body {
  padding: var(--40) 5%;
}
.p-contact .contact .contact__header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cdcff7;
  text-align: center;
}
.p-contact .contact .contact__ttl {
  color: #1d2088;
  font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-contact .contact .contact__en {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.125rem, 0.8722072419rem + 1.0785824345vw, 1.5625rem);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.p-contact .contact .contact__note {
  margin-top: var(--8);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.p-contact .contact .contact__note ._must {
  color: #a40035;
  font-weight: 900;
}
.p-contact .contact .contact__check-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--48);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--24);
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--64);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .contact__post {
  display: inline-block;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  padding-right: 8px;
}
.p-contact .contact .contact__privacy-link {
  color: #c7525f;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .form__wrapper {
    padding: var(--40) var(--24);
  }
  .p-contact .contact .contact__check-box {
    padding-left: 0;
  }
  .p-contact .contact .contact__btn-box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .items {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact .contact__note {
    font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  }
}
.p-contact .contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact .contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .contact form#mailformpro dl dt:first-of-type,
.p-contact .contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact .contact form#mailformpro dl dt,
.p-contact .contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact .contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(28% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact .contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact .contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(72% - 5px);
}
.p-contact .contact form#mailformpro input[type=text],
.p-contact .contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  font-size: var(--16px);
  vertical-align: middle;
}
.p-contact .contact form#mailformpro input[type=text]:focus,
.p-contact .contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact .contact form#mailformpro input[type=text]._small,
.p-contact .contact form#mailformpro input[type=email]._small {
  width: 40%;
}
.p-contact .contact form#mailformpro textarea {
  border: 1px solid #626262;
  font-size: var(--16px);
}
.p-contact .contact form#mailformpro select {
  width: 100%;
  max-width: 20em;
  height: 40px;
  margin: 0;
  padding: 8px 8px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-contact .contact form#mailformpro select option {
  color: #000;
  background-color: #fff;
}
.p-contact .contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
}
.p-contact .contact form#mailformpro textarea:focus {
  outline: none;
}
.p-contact .contact form#mailformpro label {
  white-space: initial;
}
@media screen and (max-width: 800px) {
  .p-contact .contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 1.5em;
  }
  .p-contact .contact form#mailformpro dl dd,
  .p-contact .contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 10px;
    padding-left: 0em;
  }
  .p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact .contact form#mailformpro input[type=text],
  .p-contact .contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact .contact form#mailformpro textarea {
    width: 100%;
  }
}
.p-contact .contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #a40035;
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact .contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #820a0a;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .contact .mfp_parent_error {
  border: solid 2px #820a0a;
}
.p-contact .contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #820a0a;
  padding: 10px;
  display: none;
}
.p-contact .contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact .contact div#mfp_error p strong {
  font-size: 18px;
  color: #820a0a;
}
.p-contact .contact {
  /* Checkboxes styles */
}
.p-contact .contact .type_checkbox input[type=checkbox],
.p-contact .contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .contact .type_radio label {
  cursor: pointer;
  position: relative;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
}
.p-contact .contact .type_radio label::before,
.p-contact .contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .contact .type_radio label::before {
  border: 1px solid #444;
  height: 1em;
  width: 1em;
  left: 0;
  background-color: #fff;
}
.p-contact .contact .type_radio label::after {
  background-color: #979a9d;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .contact .type_checkbox label.text,
.p-contact .contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.75em;
  padding-right: 1em;
  line-height: 1;
  color: #333;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact .contact form#mailformpro label.mfp_checked,
.p-contact .contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .contact .type_checkbox label.text a:hover,
.p-contact .contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: -3px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .contact form#mailformpro label.mfp_checked,
.p-contact .contact form#mailformpro label.mfp_not_checked {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
}
.p-contact .contact .type_checkbox label.text._check {
  padding-left: 24px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: left;
}

div#mfp_overlay {
  max-width: 98%;
}
div#mfp_overlay * {
  color: #111;
}

.p-contact .faq .group {
  width: 100%;
  margin-top: var(--40);
  padding: var(--32) 1.5%;
  border: 4px solid #1d2088;
  -webkit-box-shadow: 3px 3px 8px #d6d6d6;
          box-shadow: 3px 3px 8px #d6d6d6;
  border-radius: var(--20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.p-contact .faq .group .group__header {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact .faq .group .group__icon {
  width: var(--48);
}
.p-contact .faq .group .group__icon img {
  width: 100%;
  height: auto;
}
.p-contact .faq .group .group__ttl {
  color: #753a0f;
  padding-left: var(--8);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.p-contact .faq .group .group__body {
  width: 73%;
}
.p-contact .faq .group .group__item:not(:first-of-type) {
  margin-top: var(--32);
}
.p-contact .faq .group .group__ques {
  padding-right: var(--32);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  border-bottom: 1px solid #1b489d;
  position: relative;
}
.p-contact .faq .group .group__ques ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #753a0f;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.4;
}
.p-contact .faq .group .group__ques::before {
  content: "Q.";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #753a0f;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.4;
}
.p-contact .faq .group .group__ques::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #1d2088;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
}
.p-contact .faq .group .group__ques {
  /*　アコーディオン用クラス　*/
}
.p-contact .faq .group .group__ques.close::after {
  content: "▼";
}
.p-contact .faq .group .group__ques:hover {
  cursor: pointer;
}
.p-contact .faq .group .group__ans {
  display: none;
  padding-top: var(--8);
}
.p-contact .faq .group .group__ans ._txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .p-contact .faq .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .faq .group .group__header {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact .faq .group .group__ttl br {
    display: none;
  }
  .p-contact .faq .group .group__body {
    width: 100%;
    margin-top: var(--32);
    padding-left: 3%;
    padding-right: 3%;
  }
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--15px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}

.p-news .news .news__outer {
  padding: var(--24) 2% var(--40);
  border: 3px solid #1d2088;
}
.p-news .news .news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-news .news .news__img {
  width: 48%;
}
.p-news .news .news__img img {
  width: 100%;
  height: auto;
}
.p-news .news .news__main {
  width: 48%;
}
.p-news .news .news__main._no-image {
  width: 100%;
}
.p-news .news .news__header {
  padding-bottom: var(--16);
  border-bottom: 1px solid #8c8c8c;
}
.p-news .news .news__shop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 4px 6px;
  color: #1d2088;
  border: 1px solid #1d2088;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--12px);
  font-weight: 500;
  line-height: 1;
}
.p-news .news .news__shop._shop1 {
  color: #a1010d;
  border: 1px solid #a1010d;
}
.p-news .news .news__tag {
  margin-top: 12px;
  color: #1d2088;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
}
.p-news .news .news__ttl {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-news .news .news__date {
  margin-top: var(--24);
}
.p-news .news .news__date time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-news .news .info {
  margin-top: var(--40);
  padding: 20px 5%;
  border-radius: var(--20);
  background-color: #fcdadc;
}
.p-news .news .info .info__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
}
.p-news .news .info .info__contents {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: var(--16);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-news .news .btns {
  margin-top: var(--56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.p-news .news .news__content {
  margin-top: var(--32);
}
.p-news .news .news__content ul li,
.p-news .news .news__content ol li {
  list-style-position: inside;
}
.p-news .news .news__content ul {
  list-style: initial;
}
.p-news .news .news__content p {
  margin-top: var(--16);
}
.p-news .news .news__content a {
  color: #1d2088;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 1000px) {
  .p-news .news .news__outer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--24) 4% var(--40);
  }
  .p-news .news .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-news .news .news__img {
    width: 100%;
    margin-top: var(--40);
  }
  .p-news .news .news__main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news .news .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news .news .btns .btn {
    margin-top: var(--32);
  }
}

.p-about .about {
  margin-top: var(--40);
  position: relative;
  z-index: 10;
}
.p-about .about .about__wrapper {
  margin-top: var(--40);
}
.p-about .about .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: var(--80);
}
.p-about .about .group:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-about .about .group .group__main {
  width: 48%;
}
.p-about .about .group .group__heading {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #bb8d41;
}
.p-about .about .group .group__no {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  color: #1d2088;
  font-size: clamp(3.125rem, -1.375rem + 9.375vw, 4.625rem);
  line-height: 0.5;
  white-space: nowrap;
}
.p-about .about .group .group__ttl-box {
  padding-left: var(--20);
}
.p-about .about .group .group__ttl {
  color: #1d2088;
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.5rem);
  letter-spacing: 0.08em;
}
.p-about .about .group .group__subttl {
  margin-top: 6px;
  color: #1d2088;
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.125rem);
  letter-spacing: 0.06em;
}
.p-about .about .group .group__desc {
  margin-top: var(--24);
}
.p-about .about .group .group__txt {
  font-size: clamp(0.9375rem, 0.6875rem + 0.390625vw, 1rem);
  line-height: 1.9;
}
.p-about .about .group .group__img {
  width: 48%;
}
.p-about .about .group .group__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .p-about .about .group {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about .about .group:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about .about .group .group__main {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: clac(11);
  }
  .p-about .about .group._group04 .group__main {
    padding-bottom: var(--64);
  }
  .p-about .about .group .group__desc .txt {
    text-shadow: 0 0 2px #fff, 0 0 1px #fff;
  }
  .p-about .about .group .group__img {
    width: 100%;
    max-width: 450px;
    margin-top: calc(var(--56) * -1);
    margin-left: auto;
  }
}
@media screen and (max-width: 680px) {
  .p-about .about .group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about .about .group .group__main {
    max-width: 450px;
  }
  .p-about .about .group._group04 .group__main {
    padding-bottom: 0;
  }
  .p-about .about .group .group__no {
    font-size: clamp(2.5rem, 1.9036259542rem + 2.5445292621vw, 3.125rem);
    line-height: 0.8;
  }
  .p-about .about .group .group__ttl {
    font-size: clamp(1.25rem, 1.1903625954rem + 0.2544529262vw, 1.3125rem);
  }
  .p-about .about .group .group__subttl {
    font-size: clamp(0.9375rem, 0.8182251908rem + 0.5089058524vw, 1.0625rem);
    letter-spacing: 0.03em;
  }
  .p-about .about .group .group__txt {
    font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
    line-height: 1.8;
  }
  .p-about .about .group .group__txt:not(:first-of-type) {
    margin-top: 12px;
  }
  .p-about .about .group .group__txt ._comma {
    display: none;
  }
  .p-about .about .group .group__img {
    max-width: 450px;
    margin-top: var(--32);
    margin-left: unset;
  }
}

.p-product .product {
  margin-top: var(--40);
  background-color: #f8f5e6;
}
.p-product .product .product__wrapper {
  margin-top: var(--40);
  position: relative;
  z-index: 10;
}
.p-product .product .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: var(--80);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.p-product .product .group .group__main {
  width: 32%;
  min-width: 330px;
}
.p-product .product .group .group__heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #bb8d41;
}
.p-product .product .group .group__ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product .product .group .group__no {
  padding-top: 0.2em;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  color: #1d2088;
  font-size: clamp(3.125rem, 1.125rem + 3.125vw, 3.625rem);
  white-space: nowrap;
}
.p-product .product .group .group__ttl {
  padding-left: var(--16);
  color: #1d2088;
  font-size: clamp(1.75rem, 1.25rem + 0.78125vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-product .product .group .group__lead {
  color: #753a0f;
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.125rem);
  letter-spacing: 0.06em;
}
.p-product .product .group .group__desc {
  margin-top: var(--24);
}
.p-product .product .group .group__txt {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  line-height: 1.9;
}
.p-product .product .group .group__imgs {
  width: 66%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-product .product .group .group__img {
  width: 24.5%;
}
.p-product .product .group .group__img figcaption {
  margin-top: 8px;
  font-size: var(--12px);
  letter-spacing: -0.05em;
}
.p-product .product .group .group__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .p-product .product .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-product .product .group .group__main {
    width: 100%;
    text-align: center;
  }
  .p-product .product .group .group__heading {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-product .product .group .group__ttl-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-product .product .group .group__no {
    font-size: clamp(2rem, 1.3499614792rem + 2.7734976888vw, 3.125rem);
  }
  .p-product .product .group .group__ttl {
    font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  }
  .p-product .product .group .group__lead {
    margin-top: 4px;
    font-size: clamp(1rem, 0.9638867488rem + 0.1540832049vw, 1.0625rem);
  }
  .p-product .product .group .group__imgs {
    width: 100%;
    margin-top: var(--32);
  }
}
@media screen and (max-width: 576px) {
  .p-product .product .group .group__imgs {
    max-width: 380px;
  }
  .p-product .product .group .group__img {
    width: 49%;
    margin-top: var(--20);
  }
  .p-product .product .group .group__img figcaption {
    margin-top: 4px;
  }
}
@media screen and (max-width: 500px) {
  .p-product .product .group .group__main {
    min-width: unset;
    text-align: left;
  }
  .p-product .product .group .group__ttl-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-bakery .pg-intro .group {
  margin-top: var(--80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-bakery .pg-intro .group:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-bakery .pg-intro .group .group__main {
  width: 43%;
}
.p-bakery .pg-intro .group .group__ttl {
  color: #1d2088;
  font-size: clamp(1.25rem, 1.0333204931rem + 0.9244992296vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-bakery .pg-intro .group .group__desc {
  margin-top: var(--16);
}
.p-bakery .pg-intro .group .group__txt {
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-bakery .pg-intro .group .group__txt._blue {
  color: #1d2088;
}
.p-bakery .pg-intro .group .group__img {
  width: 52%;
}
.p-bakery .pg-intro .group .group__img img {
  width: 100%;
  height: auto;
}
.p-bakery .pg-intro .group .group__img._vertical {
  text-align: center;
}
.p-bakery .pg-intro .group .group__img._vertical img {
  max-width: 280px;
}
@media screen and (max-width: 900px) {
  .p-bakery .pg-intro .group .group__main {
    width: 49%;
  }
  .p-bakery .pg-intro .group .group__img {
    width: 49%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-bakery .pg-intro .group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-bakery .pg-intro .group .group__main {
    width: 100%;
  }
  .p-bakery .pg-intro .group .group__img {
    width: 100%;
    margin-top: var(--40);
    margin-left: auto;
    margin-right: auto;
  }
  .p-bakery .pg-intro .group .group__img._vertical {
    width: 90%;
    max-width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .p-bakery .pg-intro .group .group__txt {
    line-height: 1.6;
  }
  .p-bakery .pg-intro .group .group__txt:not(:first-of-type) {
    margin-top: 12px;
  }
  .p-bakery .pg-intro .group .group__txt br {
    display: none;
  }
}
.p-bakery .lineup {
  margin-top: var(--56);
  padding-bottom: var(--64);
  position: relative;
}
.p-bakery .lineup .lineup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-bakery .lineup .card {
  width: 31.5%;
  margin-top: var(--40);
  padding: 12px;
  background-color: #fff;
  border: 4px solid #1d2088;
  border-radius: var(--32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-bakery .lineup .card._bread {
  background-image: url("./img/contents/bakery/lineup-bread.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.p-bakery .lineup .card._sweets {
  background-image: url("./img/contents/bakery/lineup-sweets.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.p-bakery .lineup .card._souzai {
  background-image: url("./img/contents/bakery/lineup-souzai.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.p-bakery .lineup .card._sandwich {
  background-image: url("./img/contents/bakery/lineup-sandwich.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.p-bakery .lineup .card._season {
  background-image: url("./img/contents/bakery/lineup-season.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-bakery .lineup .card._gelato {
  background-image: url("./img/contents/bakery/lineup-gelato.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.p-bakery .lineup .card .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-bakery .lineup .card .card__icon {
  width: var(--56);
}
.p-bakery .lineup .card .card__icon img {
  width: 100%;
  height: auto;
}
.p-bakery .lineup .card .card__ttl {
  padding-left: var(--8);
  color: #753a0f;
  font-size: clamp(1.375rem, 1.1339285714rem + 0.6696428571vw, 1.5625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
.p-bakery .lineup .card .card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: calc(var(--100) * 1.2);
}
.p-bakery .lineup .card .card__desc {
  margin-top: var(--20);
}
.p-bakery .lineup .card .card__txt {
  color: #753a0f;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 1023.9px) {
  .p-bakery .lineup .lineup__container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-bakery .lineup .card {
    width: 48%;
  }
}
@media screen and (max-width: 620px) {
  .p-bakery .lineup .lineup__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bakery .lineup .card {
    width: 100%;
    max-width: 350px;
  }
  .p-bakery .lineup .card .card__body {
    padding-bottom: calc(var(--100) * 1.8);
  }
  .p-bakery .lineup .card .card__ttl {
    font-size: var(--24px);
  }
  .p-bakery .lineup .card .card__txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
.p-bakery .ranking {
  padding-bottom: var(--64);
}
.p-bakery .ranking .ranking__container {
  border: 4px solid #1d2088;
  border-radius: var(--24);
  overflow: hidden;
}
.p-bakery .ranking .ranking__header {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1d2088;
}
.p-bakery .ranking .ranking__ttl {
  color: #fff;
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.p-bakery .ranking .ranking__lead {
  color: #fff;
  padding-top: 8px;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.p-bakery .ranking .ranking__body {
  padding-bottom: var(--20);
  padding-left: 2%;
  padding-right: 2%;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.p-bakery .ranking .ranking__body::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./img/contents/bakery/ranking.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right -2px center;
  z-index: -1;
}
.p-bakery .ranking .ranking__desc {
  padding-top: var(--24);
  text-align: center;
}
.p-bakery .ranking .ranking__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.p-bakery .ranking .ranking__cards {
  margin-top: var(--32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
}
.p-bakery .ranking .card {
  width: 20%;
}
.p-bakery .ranking .card .card__header {
  padding-left: var(--8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-bakery .ranking .card .card__icon {
  width: var(--64);
}
.p-bakery .ranking .card .card__icon img {
  width: 100%;
  height: auto;
}
.p-bakery .ranking .card .card__ttl {
  padding-left: var(--8);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
}
.p-bakery .ranking .card .card__img {
  border: 3px solid #1d2088;
  border-radius: var(--24);
  overflow: hidden;
}
.p-bakery .ranking .card .card__img img {
  width: 100%;
  height: auto;
}
.p-bakery .ranking .card .card__txt {
  margin-top: 6px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p-bakery .ranking .ranking__body::before {
    background-position: right -12% center;
  }
  .p-bakery .ranking .card {
    width: 22%;
  }
}
@media screen and (max-width: 880px) {
  .p-bakery .ranking .ranking__body::before {
    display: none;
  }
  .p-bakery .ranking .ranking__cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bakery .ranking .card {
    width: 31%;
  }
}
@media screen and (max-width: 620px) {
  .p-bakery .ranking .ranking__container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-bakery .ranking .ranking__cards {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-bakery .ranking .card {
    width: 100%;
    max-width: 330px;
  }
  .p-bakery .ranking .card:not(:first-of-type) {
    margin-top: var(--32);
  }
}
@media screen and (max-width: 520px) {
  .p-bakery .ranking .ranking__body {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: var(--40);
  }
  .p-bakery .ranking .ranking__txt {
    text-align: left;
  }
  .p-bakery .ranking .ranking__txt br {
    display: none;
  }
  .p-bakery .ranking .card .card__ttl,
  .p-bakery .ranking .card .card__txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
.p-bakery .parfait {
  padding-bottom: var(--64);
}

.p-store .store .card {
  padding: var(--32) var(--20);
  border: 3px solid #1d2088;
  border-radius: var(--24);
  background-color: #f8f5e6;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.p-store .store .card:not(:first-of-type) {
  margin-top: var(--56);
}
.p-store .store .card .card__fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-store .store .card .card__imgs {
  width: 48%;
}
.p-store .store .card .card__big-img {
  width: 100%;
}
.p-store .store .card .card__big-img img {
  width: 100%;
  height: auto;
}
.p-store .store .card .card__small-imgs {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-store .store .card .card__small-img {
  width: 32%;
}
.p-store .store .card .card__small-img img {
  width: 100%;
  height: auto;
}
.p-store .store .card .card__content {
  width: 48%;
}
.p-store .store .card .card__header {
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 3px solid #1d2088;
  background-image: url("./img/common/d-grass.png");
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.p-store .store .card .card__ttl {
  color: #753a0f;
  font-size: clamp(1.5rem, 0.375rem + 2.34375vw, 1.875rem);
  font-weight: 400;
}
.p-store .store .card .card__desc {
  margin-top: var(--16);
}
.p-store .store .card .card__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.9;
}
.p-store .store .card .card__portfolio {
  width: 100%;
  margin-top: var(--24);
  border-radius: var(--24);
  overflow: hidden;
}
.p-store .store .card .card__portfolio img {
  width: 100%;
  height: auto;
}
.p-store .store .card .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-store .store .card .item {
  width: 32.5%;
  margin-top: 60px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 4px solid #f29c9f;
  border-radius: var(--20);
  -webkit-box-shadow: 0 0 5px #dedbce, 0 0 3px #dedbce;
          box-shadow: 0 0 5px #dedbce, 0 0 3px #dedbce;
  position: relative;
}
.p-store .store .card .item .item__header {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 350px;
  height: 70px;
  text-align: center;
}
.p-store .store .card .item .item__ttl {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.p-store .store .card .item .item__ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-store .store .card .item .item__content {
  width: 100%;
  height: 100%;
  padding-top: var(--40);
  padding-bottom: var(--8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-store .store .card .item .item__txt {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: clamp(0.8125rem, 0.3125rem + 0.78125vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.p-store .store .card .item .item__txt ._bold {
  font-weight: 700;
}
.p-store .store .card .item .item__txt ._large {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.p-store .store .card .item .item__txt ._small {
  font-size: var(--12px);
  letter-spacing: 0.01em;
}
.p-store .store .access {
  margin-top: var(--40);
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d2088;
  border-radius: var(--20);
}
.p-store .store .access .access__header {
  height: 100%;
  padding-left: var(--24);
  padding-right: var(--24);
}
.p-store .store .access .access__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(1.125rem, 1.0166602465rem + 0.4622496148vw, 1.3125rem);
  font-weight: 500;
}
.p-store .store .access .access__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: var(--24);
  border-left: 2px solid #1b489d;
}
.p-store .store .access .access__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
}
.p-store .store .access .access__txt:not(:first-of-type) {
  margin-top: 4px;
}
.p-store .store .access .access__btn-outer {
  padding-left: var(--24);
  padding-right: var(--24);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1023.9px) {
  .p-store .store .card {
    padding-left: 4%;
    padding-right: 4%;
  }
  .p-store .store .card .card__fbox {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-store .store .card .card__imgs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: var(--56);
    margin-left: auto;
    margin-right: auto;
  }
  .p-store .store .card .card__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .p-store .store .card .card__portfolio {
    width: 100%;
    max-width: 450px;
    margin-top: var(--56);
    margin-left: auto;
    margin-right: auto;
  }
  .p-store .store .card .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-store .store .card .item {
    width: 48%;
  }
  .p-store .store .card .item .item__txt {
    font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  }
  .p-store .store .card .access {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--24) 5% var(--48);
  }
  .p-store .store .card .access .access__header {
    width: 100%;
    padding-bottom: var(--16);
    border-bottom: 2px solid #1b489d;
    text-align: center;
  }
  .p-store .store .card .access .access__content {
    margin-top: var(--24);
    border-left: none;
  }
  .p-store .store .card .access .access__btn-outer {
    margin-top: var(--32);
  }
}
@media screen and (max-width: 750px) {
  .p-store .store .card .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-store .store .card .item {
    width: 100%;
    max-width: 350px;
  }
}
.p-store .use .use__container {
  margin-top: var(--40);
  padding-bottom: var(--56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-store .use .card {
  width: 48%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #1b489d;
  border-radius: var(--24);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.p-store .use .card._cake::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 70%;
  bottom: 0;
  right: 0;
  background-image: url("./img/contents/store/use-cake.png");
  background-position: right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-store .use .card._everyday::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 70%;
  bottom: 0;
  right: 0;
  background-image: url("./img/contents/store/use-everyday.png");
  background-position: right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-store .use .card .card__header {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-store .use .card .card__icon {
  width: var(--48);
}
.p-store .use .card .card__icon img {
  width: 100%;
  height: auto;
}
.p-store .use .card .card__ttl {
  padding-left: 12px;
  color: #753a0f;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 400;
}
.p-store .use .card .card__content {
  padding-top: var(--12);
  border-top: 3px solid #1b489d;
}
.p-store .use .card .card__txt {
  color: #753a0f;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.p-store .use .card .card__shop {
  margin-top: var(--20);
}
.p-store .use .card .card__name {
  color: #753a0f;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3;
}
.p-store .use .card .card__name._small {
  font-size: clamp(1.0625rem, 0.9541602465rem + 0.4622496148vw, 1.25rem);
}
@media screen and (max-width: 1023.9px) {
  .p-store .use .use__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-store .use .card {
    width: 100%;
    max-width: 500px;
  }
  .p-store .use .card:not(:first-of-type) {
    margin-top: var(--48);
  }
}
@media screen and (max-width: 576px) {
  .p-store .use .card._cake::before {
    width: 50%;
  }
  .p-store .use .card._everyday::before {
    width: 55%;
  }
}