@charset "UTF-8";
/*     フェードイン    */
.fadeIn {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.fadeIn-up {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, 50px);
}

.fadeIn-down {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, -80px);
}

.fadeIn-left {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(-50px, 0);
}

.fadeIn-right {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(50px, 0);
}

/*     スライドイン    */
.slideIn {
  opacity: 0;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.slideIn-up {
  opacity: 1;
  transform: translate(0, 80px);
}

.slideIn-down {
  opacity: 1;
  transform: translate(0, -80px);
}

.slideIn-left {
  opacity: 1;
  transform: translate(-80px, 0);
}

.slideIn-right {
  opacity: 1;
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0);
}

/* ------------------------------------------------------------- */
/* reset                                                         */
/* ------------------------------------------------------------- */
/*-----------------reset--------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body,
body * {
  box-sizing: border-box;
}

em {
  font-style: normal;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

picture {
  display: inline-block;
}

/* ------------------------------------------------------------- */
/* layout                                                        */
/* ------------------------------------------------------------- */
.pc {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  --color-black: #3a3235;
  --color-white: #fffcf8;
  --color-primary: #846c5d;
  --color-bg: #f3eee9;
  --color-border: #c7c7c7;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
}
html.lock {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0.05em;
  line-height: 1.5;
  outline: none;
  background-color: var(--color-white);
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inner {
  width: min(90%, 1100px);
  margin: 0 auto;
}
.inner-1000 {
  width: min(90%, 1000px);
  margin: 0 auto;
}

.u-border {
  text-decoration: underline;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.relative {
  position: relative;
  z-index: 1;
}

ul.basic-list li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.basic-list li::before {
  content: "・";
  margin-right: 10px;
}

ol.num {
  counter-reset: cnt;
}
ol.num > li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  list-style-type: none;
  counter-increment: cnt;
}
ol.num > li::before {
  content: "(" counter(cnt) ")";
  margin-right: 10px;
}
ol.num > li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  ol.num > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.bg-brown {
  background-color: var(--color-bg);
}

/*-----------------フォントウェイト--------------------*/
.f-regular {
  font-weight: 400;
}

.f-medium {
  font-weight: 500;
}

.f-bold {
  font-weight: 700;
}

/*-----------------フォント色--------------------*/
.f-white {
  color: #fff !important;
}

.f-red {
  color: #ff0000 !important;
}

.f-brown {
  color: var(--color-primary);
}

/*-----------------マージン--------------------*/
.m-center {
  display: block;
  margin: 0 auto;
}

.m-left-auto {
  display: block;
  margin-left: auto;
}

.m-right-auto {
  display: block;
  margin-right: auto;
}

/*-----------------画像--------------------*/
img.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

img.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  vertical-align: top;
  max-width: 100%;
}

img.pixelated {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*-----------------flex--------------------*/
.flex {
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex.sp-wrap {
    flex-wrap: wrap;
  }
}

.flex.right {
  justify-content: flex-end;
}

.flex.center {
  justify-content: center;
}

.flex.left {
  justify-content: flex-start;
}

.flex.sp-between {
  justify-content: space-between;
}

.flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.flex.al-center {
  align-items: center;
}

.flex.al-top {
  align-items: flex-start;
}

.flex.al-bottom {
  align-items: flex-end;
}

.flex.flex-column {
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .reverse {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex.v-center {
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
  gap: 1.5em;
}

.d-flex-t-block {
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 640px) {
  .d-flex-t-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .flex-70-30 {
    flex-wrap: wrap;
  }
}
.flex-70-30 > *:nth-child(1) {
  display: block;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .flex-70-30 > *:nth-child(1) {
    width: 100%;
  }
}
.flex-70-30 > *:nth-child(2) {
  display: block;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .flex-70-30 > *:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .flex-60-40 {
    flex-wrap: wrap;
  }
}
.flex-60-40 > *:nth-child(1) {
  display: block;
  width: 60%;
}
@media screen and (max-width: 640px) {
  .flex-60-40 > *:nth-child(1) {
    width: 100%;
  }
}
.flex-60-40 > *:nth-child(2) {
  display: block;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .flex-60-40 > *:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .flex-50-50 {
    flex-wrap: wrap;
  }
}
.flex-50-50 > * {
  display: block;
  width: 50%;
}

.flex-1 {
  flex: 1;
}

/*-----------------Link--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

a.line-link {
  color: #e60012;
  text-decoration: underline;
}

/*----------------text---------------------*/
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
}

/*----------------spacing---------------------*/
.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-100 {
  gap: 100px;
}

.p-block-10 {
  padding: 10px 0 !important;
}

.p-block-20 {
  padding: 20px 0 !important;
}

.p-block-30 {
  padding: 30px 0 !important;
}

.p-block-40 {
  padding: 40px 0 !important;
}

.p-block-50 {
  padding: 50px 0 !important;
}

.p-block-100 {
  padding: 100px 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.m-block-10 {
  margin: 10px 0 !important;
}

.m-block-20 {
  margin: 20px 0 !important;
}

.m-block-30 {
  margin: 30px 0 !important;
}

.m-block-40 {
  margin: 40px 0 !important;
}

.m-block-50 {
  margin: 50px 0 !important;
}

.m-block-100 {
  margin: 100px 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-100 {
  margin-right: 100px !important;
}
/*# sourceMappingURL=common.css.map */