:root {
  --max-width: 69.375rem;
  --padding-lr-sp: 1.25rem;
  --padding-lr-tb: 1.875rem;
  --padding-lr-pc: 0;
  --breakpoint-sp: 767px;
  --breakpoint-tb-min: 768px;
  --breakpoint-tb-mid: 1024px;
  --breakpoint-tb-max: 1279px;
  --breakpoint-pc: 1280px;
  --base-line-height: 1.57;
}

:root {
  --accent-blue: #3553A3;
  --accent-light-blue: #C2CAE3;
  --accent-black-blue: #10276C;
  --accent-black: #1a1a1a;
  --base-white: #FFF;
  --base-white-40: rgba(255, 255, 255, 0.4);
  --base-white-baige: #F7F2EB;
  --base-white-baige-50: rgba(247, 242, 235, 0.5);
  --base-white-baige-90: rgba(247, 242, 235, 0.9);
  --base-baige: #F0E5D7;
  --base-cream: #F5EDE3;
  --base-black: #000;
  --base-gray: #ccc;
  --base-gray-light: #CACACA;
  --base-gray-dark: #333;
  --base-gray-mid: #666;
  --base-gray-50: rgba(231, 234, 243, 0.5);
  --base-brown: #796D5F;
  --base-disable: #767676;
  --base-disable-20: rgba(118, 118, 118, 0.2);
  --base-red: #E60012;
  --text-main: #4A3728;
  --text-main-14: rgba(74, 55, 40, 0.14);
  --text-main-20: rgba(74, 55, 40, 0.2);
  --text-main-25: rgba(74, 55, 40, 0.25);
  --text-main-50: rgba(74, 55, 40, 0.5);
  --text-sub: #806F5A;
  --text-gray: #747474;
}

:root {
  --font-zen-kaku-gothic-new: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  --font-caveat: 'Caveat', cursive;
  --font-noto-sans-jp: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  --base-font-size: 1rem;
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
}

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

html {
  height: 100%;
  overflow-y: scroll;
}
html.is-fixed {
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: hidden scroll;
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  background: var(--base-white);
  font-family: var(--font-zen-kaku-gothic-new);
  color: var(--text-main);
  font-weight: var(--font-weight-normal);
  position: relative;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  min-height: 100%;
  counter-reset: button;
  margin: 0 auto;
  overflow-x: auto;
}

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

a {
  text-decoration: none;
  color: var(--text-main);
}
a[href^="mailto:"]:hover {
  text-decoration: none;
}

.c-button-icon,
.swiper-pagination-bullet {
  position: relative;
}
.c-button-icon:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: none;
}
.c-button-icon:focus-visible:after,
.swiper-pagination-bullet:focus-visible:after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid var(--accent-black);
  top: 2px;
  left: 2px;
  border-radius: 40px;
}

.c-card__link {
  position: relative;
}
.c-card__link:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-card__link:focus-visible .c-button:after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid var(--accent-black);
  top: 2px;
  left: 2px;
  border-radius: 40px;
}

.c-button--find-store:focus-visible {
  outline: none;
  position: relative;
}
.c-button--find-store:focus-visible:after {
  border-radius: 20px 0 0 20px;
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid var(--accent-black);
  top: 2px;
  left: 2px;
}

.c-input__search-input:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.3125rem var(--accent-black);
          box-shadow: inset 0 0 0 0.3125rem var(--accent-black);
  border-radius: 10px 0 0 10px;
}

.c-input__search-button:focus-visible:after {
  border-radius: 0 10px 10px 0;
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  border: 2px solid var(--base-white);
  top: 2px;
  left: 0px;
}

.c-slide__link:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-slide__link:focus-visible .c-slide__content {
  -webkit-box-shadow: 0 0 0 0.125rem var(--accent-black);
          box-shadow: 0 0 0 0.125rem var(--accent-black);
  border-radius: 0.125rem;
}

input:focus-visible + .c-checkbox__checkmark, input:focus-visible ~ .c-checkbox__content {
  -webkit-box-shadow: 0 0 0 0.125rem var(--accent-black);
          box-shadow: 0 0 0 0.125rem var(--accent-black);
  border-radius: 0.125rem;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.125rem var(--accent-black);
          box-shadow: 0 0 0 0.125rem var(--accent-black);
  border-radius: 0.125rem;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

small {
  font-size: 1rem;
}

textarea,
select,
button,
input {
  font-family: var(--font-zen-kaku-gothic-new);
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}