<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&amp;display=swap");
html {
  height: 100%;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
    font-size: 2.086vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
    font-size: 3.865vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #482d1c;
  background: #fffbf5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.8125rem;
  }
}

b, strong, .fw-bold {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

p, ul, ol, table, dl {
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

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

.pc-none {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/*------------------------
  button
------------------------*/
.btn_line {
  display: flex;
  justify-content: center;
}
.btn_line a {
  position: relative;
  display: inline-block;
  color: #482d1c;
  border: 1px solid #482d1c;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  padding: 0.5rem 4.375rem;
  transition: 0.4s;
  cursor: pointer;
}
.btn_line a:hover {
  background: #f3d076;
  color: #694a26;
}
@media screen and (max-width: 750px) {
  .btn_line a {
    font-size: 0.9375rem;
    padding: 0.125rem 1.875rem;
  }
}

.btn_underline {
  display: flex;
  justify-content: center;
}
.btn_underline a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
  border-bottom: 1px solid #000;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 0.5rem 0 0.5rem;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.btn_underline a::before, .btn_underline a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  background-color: #d0af62;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.btn_underline a::before {
  left: 0;
}
.btn_underline a::after {
  right: 0;
}
.btn_underline a img {
  height: 1.25rem;
  margin-right: 0.25rem;
}
.btn_underline a:hover {
  opacity: 0.5;
}

/*------------------------
  wrapper
------------------------*/
.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper .frame {
  z-index: 5;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.wrapper .frame .frame_top {
  width: 100%;
  height: auto;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 0.5;
}
.wrapper .frame .frame_mid {
  height: 100%;
  width: 100%;
  background-image: url(../../images/common/frame_mid.svg);
  background-repeat: repeat-y;
  flex-grow: 100;
  flex-shrink: 100;
  opacity: 0.5;
  background-size: 100%;
}

.wrapper.home .frame .frame_top {
  opacity: 1;
}

/*------------------------
  header
------------------------*/
.p-header {
  width: 100%;
  z-index: 40;
  transition: 0.5s;
  position: absolute;
  top: 3.5rem;
  padding-left: 7%;
  padding-right: 7%;
}
.p-header .p-header-menu {
  display: flex;
  justify-content: space-between;
}
.p-header .p-header-menu .p-header__logo {
  display: block;
  width: 11.25rem;
  transition: 0.2s;
}
.p-header .p-header-menu .p-header__logo a {
  padding: 0.625rem 0;
}
.p-header .p-header-menu .p-header-menu__list {
  display: flex;
  align-items: center;
}
.p-header .p-header-menu .p-header-menu__item:not(:last-child) {
  margin-right: 2.5rem;
}
.p-header .p-header-menu .p-header-menu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-header .p-header-menu .p-header-menu__item a .main {
  height: 1.125rem;
  filter: invert(85%) sepia(76%) saturate(1535%) hue-rotate(309deg) brightness(112%) contrast(91%);
  margin-bottom: 0.375rem;
}
.p-header .p-header-menu .p-header-menu__item a .main img {
  height: 100%;
  width: auto;
}
.p-header .p-header-menu .p-header-menu__item a .sub {
  font-size: 0.75rem;
  color: #a58348;
  font-weight: 700;
}
.p-header .line {
  display: none;
}

.home .p-header {
  top: 5.625rem;
}
.home .p-header .p-header-menu {
  justify-content: center;
  align-items: center;
}
.home .p-header .p-header-menu .p-header__logo {
  display: none;
}
.home .p-header .p-header-menu .line {
  content: "";
  width: 4.375rem;
  height: 0.0625rem;
  background-color: #a58348;
  margin-top: -0.6875rem;
  position: relative;
  margin-right: 1.75rem;
  display: block;
}
.home .p-header .p-header-menu .line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.125rem;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.home .p-header .p-header-menu .line.back {
  margin-left: 1.75rem;
  margin-right: 0;
}
.home .p-header .p-header-menu .line.back::before {
  right: 0;
}
.home .p-header .p-header-menu .p-header-menu__item:not(:last-child) {
  margin-right: 2.5rem;
}
.home .p-header .p-header-menu .p-header-menu__item a .main {
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
}
.home .p-header .p-header-menu .p-header-menu__item a .sub {
  color: #a58348;
}

@media screen and (max-width: 750px) {
  .p-header {
    width: 100%;
    height: 3.125rem;
    padding: 0;
  }
  .p-header-menu {
    background: none;
  }
  .home .p-header {
    width: 3.75rem;
  }
}
/*------------------------
  burger
------------------------*/
.menu-btn {
  position: fixed;
  top: 0;
  right: 16px;
  display: flex;
  height: 42px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 50;
  padding: 10px;
  background-color: #583c2c;
  transition: 0.2s;
  filter: drop-shadow(0px 0px 4px rgba(30, 7, 0, 0.6));
}
.menu-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 7px solid #583c2c;
  border-bottom: 0;
  bottom: -6.8px;
  transition: 0.2s;
}
.menu-btn span {
  position: relative;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #eaddc4;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu-btn span::before {
  top: 10px;
}
.menu-btn span::after {
  bottom: 10px;
}

#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn {
  background-color: #a58348;
  filter: drop-shadow(0px 0px 4px rgba(35, 18, 9, 0.6));
}
#menu-btn-check:checked ~ .menu-btn::before {
  border-top: 7px solid #a58348;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent; /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before, #menu-btn-check:checked ~ .menu-btn span::after {
  transform-origin: center;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
  bottom: 0; /*メニューを画面内へ*/
  overflow: scroll;
}

.menu-content {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 40;
  padding: 2.5rem 2.25rem;
  bottom: 100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #482d1c;
  background-image: url(../../images/common/frame_mid2.svg);
  background-position: center center;
  background-size: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-content::before, .menu-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../../images/common/frame_top.svg);
  opacity: 0.3;
  pointer-events: none;
}
.menu-content::after {
  transform: scale(1, -1);
}
.menu-content .burger-logo {
  margin: 0 auto 1.5rem;
  width: 13.125rem;
}
.menu-content .burger-logo a {
  display: block;
}
.menu-content ul {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.menu-content ul li {
  margin: 0 auto;
  text-align: center;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #000;
  padding: 0.875rem 0;
  filter: invert(85%) sepia(76%) saturate(1535%) hue-rotate(309deg) brightness(112%) contrast(91%);
}
.menu-content ul li a .main {
  display: block;
  height: 1.25rem;
}
.menu-content ul li a .main img {
  height: 100%;
}
.menu-content ul li a .sub {
  display: block;
  font-size: 0.8125rem;
}

.decoframe_wrap {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 18.125rem;
}

.decoframe {
  width: 100%;
  max-width: unset;
  display: block;
  position: relative;
}
.decoframe.bottom1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.decoframe.bottom3 {
  filter: invert(15%) sepia(51%) saturate(584%) hue-rotate(340deg) brightness(96%) contrast(90%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.decoframe_inner {
  background-image: url(../../images/common/decoframe_mid.png);
  padding: 0 6%;
  background-size: 100% 100%;
  position: relative;
}

.decoframe_box {
  padding-bottom: 18px;
}
.decoframe_box .dot-line {
  width: calc(100% - 20px);
  margin: 0 auto 0.75rem;
}

/*------------------------
  layout
------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  background-image: url(../../images/common/bg_stripe.svg);
  background-color: #eaddc4;
  background-repeat: repeat;
  background-size: 2.5rem;
}
@media screen and (max-width: 576px) {
  .main-content {
    background-size: 1.25rem;
  }
}

.grid-container {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.ly-container {
  padding: 8.125rem 0 9.375rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ly-container {
    padding: 3.125rem 0 4.375rem;
  }
}

.home .ly-container {
  padding: 12.5rem 0 12.5rem;
}
@media screen and (max-width: 576px) {
  .home .ly-container {
    padding: 5rem 0 5rem;
  }
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  transition: 0.5s;
}
.ly-wrapper.small {
  max-width: 58.125rem;
}
.ly-wrapper.medium {
  max-width: 68.75rem;
}
@media screen and (max-width: 750px) {
  .ly-wrapper {
    padding: 0 2.25rem;
  }
}

@media screen and (max-width: 750px) {
  .home .ly-wrapper {
    padding: 0 2.875rem;
  }
}

.wrapper:not(:last-child) .ly-wrapper {
  max-width: 56.25rem;
}

.ly-row {
  display: flex;
}
@media screen and (max-width: 750px) {
  .ly-row {
    flex-wrap: wrap;
  }
}

.col2 {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .col2 {
    width: 100%;
  }
}

.col3 {
  width: 33.333%;
}
@media screen and (max-width: 750px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: 25%;
}
@media screen and (max-width: 750px) {
  .col4 {
    width: 50%;
  }
}

/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2;
}

.text_stars {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.text_stars::before, .text_stars::after {
  content: "";
  background-image: url(../../images/common/star.svg);
  display: block;
  background-size: contain;
}

.dot-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #a58348;
  position: relative;
}
.dot-line::before, .dot-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.dot-line::before {
  left: 0;
}
.dot-line::after {
  right: 0;
}

.sec-title {
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .sec-title {
    margin-bottom: 1.875rem;
  }
}
.sec-title .main {
  display: block;
  height: 4.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .sec-title .main {
    height: 1.5rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}
.sec-title .main img {
  height: 100%;
  width: auto;
}
.sec-title .sub {
  font-size: 1.125rem;
}
.sec-title .sub::before, .sec-title .sub::after {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-title .sub {
    font-size: 0.625rem;
  }
  .sec-title .sub::before, .sec-title .sub::after {
    width: 0.4375rem;
    height: 0.4375rem;
    margin: 0 0.5rem;
  }
}
.sec-headline {
  margin-bottom: 1.875rem;
  filter: invert(29%) sepia(14%) saturate(1922%) hue-rotate(352deg) brightness(92%) contrast(86%);
}
@media screen and (max-width: 750px) {
  .sec-headline {
    height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-headline {
    margin-bottom: 0.75rem;
  }
}
.sec-headline .text_stars {
  font-size: 2.875rem;
  color: #000;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 576px) {
  .sec-headline .text_stars {
    font-size: 1.1875rem;
    letter-spacing: 0rem;
  }
}
.sec-headline .text_stars img {
  height: 3.125rem;
}
@media screen and (max-width: 750px) {
  .sec-headline .text_stars img {
    height: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-headline .text_stars img {
    height: 1.25rem;
  }
}
.sec-headline .text_stars::before, .sec-headline .text_stars::after {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-headline .text_stars::before, .sec-headline .text_stars::after {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.625rem;
  }
}

.sec-description {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 576px) {
  .sec-description {
    margin-bottom: 1.875rem;
  }
}
.sec-description .sec-description_text {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  padding: 1.5rem 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-description .sec-description_text {
    padding: 0.75rem 0rem;
    text-align: left;
    line-height: 1.125rem;
    font-size: 0.75rem;
  }
}
.sec-description .sec-description_text.large {
  font-size: 1.375rem;
  line-height: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec-description .sec-description_text.large {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-description .sec-description_text.large {
    font-size: 0.8125rem;
    line-height: 1.625rem;
  }
}
.sec-description .sec-description_text.nomal {
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .sec-description .sec-description_text.nomal {
    font-size: 0.8125rem;
    line-height: 1.625rem;
  }
}
.sec-description .sec-description_text h3 {
  color: #a58348;
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 576px) {
  .sec-description .sec-description_text h3 {
    text-align: center;
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 750px) {
  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
  }
}

.heading-small {
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .heading-small {
    font-size: 1rem;
  }
}

/*------------------------
  mainvisual2
------------------------*/
.mainvisual2 {
  position: relative;
  background: #fffbf5;
  padding: 18.75rem 0 6.875rem;
  background-color: #694a26;
}
@media screen and (max-width: 750px) {
  .mainvisual2 {
    padding: 7.5rem 0 2.625rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2 {
    padding: 4.5rem 0 2.1875rem;
  }
}
.mainvisual2::before, .mainvisual2::after {
  content: "";
  position: absolute;
  top: 12.5rem;
  bottom: 6.875rem;
  background-size: contain;
  filter: invert(78%) sepia(53%) saturate(240%) hue-rotate(354deg) brightness(91%) contrast(84%);
}
@media screen and (max-width: 750px) {
  .mainvisual2::before, .mainvisual2::after {
    top: 3.75rem;
    bottom: 2.625rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2::before, .mainvisual2::after {
    top: 2.5rem;
    bottom: 2.25rem;
  }
}
.mainvisual2::before {
  background-image: url(../../images/common/bg_star_left.svg);
  left: 7%;
  right: 0;
}
.mainvisual2::after {
  background-image: url(../../images/common/bg_star_right.svg);
  right: 7%;
  left: 0;
  background-position: right;
}
.mainvisual2 h1 {
  display: block;
  text-align: center;
  filter: invert(74%) sepia(35%) saturate(509%) hue-rotate(4deg) brightness(90%) contrast(90%);
}
.mainvisual2 h1 .main {
  display: block;
  height: 5.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .mainvisual2 h1 .main {
    height: 2.875rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual2 h1 .main {
    height: 1.5rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}
.mainvisual2 h1 .main img {
  height: 100%;
  width: auto;
}
.mainvisual2 h1 .sub {
  font-size: 1.125rem;
}
.mainvisual2 h1 .sub::before, .mainvisual2 h1 .sub::after {
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0 1.25rem;
}
@media screen and (max-width: 576px) {
  .mainvisual2 h1 .sub {
    font-size: 0.625rem;
  }
  .mainvisual2 h1 .sub::before, .mainvisual2 h1 .sub::after {
    width: 0.4375rem;
    height: 0.4375rem;
    margin: 0 0.5rem;
  }
}
/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  flex-grow: 1;
  height: calc(100% - 25rem);
  min-height: 31.25rem;
  padding: 3.75rem 0rem;
}
@media screen and (max-width: 750px) {
  .coming_soon {
    height: calc(100% - 14.5625rem);
  }
}
.coming_soon .ly-wrapper {
  padding: 0;
}
.coming_soon img {
  margin-top: -3.125rem;
  width: 70%;
  max-width: 47.5rem;
}
@media screen and (max-width: 750px) {
  .coming_soon img {
    width: 80%;
  }
}
.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #482d1c;
  padding: 3.75rem 0 1.25rem;
}
.p-footer .p-footer-menu {
  margin: 0 auto;
}
.p-footer .p-footer-menu__item {
  width: 33.333%;
  margin: 2.8rem auto;
  text-align: center;
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.p-footer .p-footer-social .p-footer-social__item {
  margin: 0 1.5625rem;
}
.p-footer .p-footer-social .p-footer-social__item img {
  width: 2.5rem;
  max-width: 2.5rem;
  height: auto;
}
.p-footer .p-footer-social .p-footer-social__item a {
  display: block;
}
.p-footer .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}
.p-footer .btn_underline {
  display: flex;
  justify-content: center;
}
.p-footer .btn_underline a {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}
.p-footer .p-footer-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 7.1875rem;
}
.p-footer .p-footer-banner__item {
  width: calc(50% - 1.875rem);
}
.p-footer .p-footer-banner__item a {
  display: block;
}
.p-footer .p-footer-banner__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #fffbf5;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 750px) {
  .p-footer {
    padding: 2.5rem 0 1rem;
  }
  .p-footer .p-footer-social .p-footer-social__item {
    margin: 0 1.25rem;
  }
  .p-footer .p-footer-social .p-footer-social__item img {
    width: 2.25rem;
  }
  .p-footer .p-footer-nav {
    margin-top: 2.5rem;
  }
  .p-footer .p-footer-nav a {
    font-size: 0.75rem;
  }
  .p-footer .p-footer-banner {
    flex-direction: column;
    margin: 0 0 2.875rem;
  }
  .p-footer .p-footer-banner__item {
    width: 100%;
  }
  .p-footer .p-footer-banner__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  background-color: #694a26;
  border: 0.375rem solid #eaddc4;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 10;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-top::after {
  content: "";
  position: absolute;
  left: -0.375rem;
  right: -0.375rem;
  top: -0.375rem;
  bottom: -0.375rem;
  border-radius: 50%;
  border: 0.125rem solid #694a26;
}
.page-top img.page-top_arrow {
  display: block;
  width: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: -12%;
}
.page-top img.page-top_text {
  display: block;
  width: 65%;
  filter: invert(74%) sepia(35%) saturate(509%) hue-rotate(4deg) brightness(90%) contrast(90%);
}
.page-top:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  .page-top {
    transform: scale(0.7);
    bottom: -0.25rem;
    right: -0.25rem;
  }
  .page-top:hover {
    transform: scale(0.75);
  }
}

div [data-remodal-id=modal_recipe] {
  background: none;
}

.slider {
  width: 100%;
}

.n_pad {
  padding-left: 0;
  padding-right: 0;
}

.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFA64D;
}

.remodal-wrapper {
  bottom: 0;
  top: 0;
}

.taxin_text {
  font-size: 0.71875rem;
}

.wwimg {
  display: flex;
}

.features .inner .wwimg img {
  width: 50%;
}

.features .inner .chikawa_f_img {
  width: 12.5rem;
  margin: 0 auto;
}

button.btn.btn-success.btn-block.reject {
  background-color: #525252 !important;
  color: #ffffff !important;
}

.icon_out {
  display: inline-block;
  background-image: url(../../images/common/icon_out.svg);
  width: 1.125rem;
  height: 1.125rem;
  margin-bottom: -0.0625rem;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .icon_out {
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: 0rem;
  }
}

/*------------------------
  loading
------------------------*/
.loading {
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: #ece5d9;
  background-image: url(../../images/common/bg_gradation.png);
  background-size: 100% 130%;
  transition: 1s;
  transition-delay: 0.3s;
}

.loading-animation {
  width: 40%;
  max-width: 37.5rem;
  height: auto;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@media screen and (max-width: 750px) {
  .loading-animation {
    width: 70%;
  }
}

.stage {
  position: relative;
  margin: 0 auto;
  width: 15.5rem;
  height: 22.75rem;
  transform: rotateZ(-20deg);
}
.stage .stage_cardImage {
  position: relative;
  transform-style: preserve-3d;
  animation: animation-cardImage 3s ease-in-out infinite alternate;
}
.stage .stage_cardImage div {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  backface-visibility: hidden;
}
.stage .stage_cardImage img {
  width: 15.5rem;
  height: auto;
}
.stage .stage_cardImage .stage_cardImage_back {
  transform: rotateY(180deg);
}
.stage .card_shadow {
  width: 70%;
  height: 12%;
  position: absolute;
  transform: rotateZ(20deg);
  bottom: -3.75rem;
  left: -1.9375rem;
  opacity: 0.7;
  filter: invert(15%) sepia(51%) saturate(584%) hue-rotate(340deg) brightness(96%) contrast(90%);
}
@media screen and (max-width: 750px) {
  .stage {
    margin-top: -10%;
    transform: scale(0.7, 0.7) rotateZ(-20deg);
  }
}

@keyframes animation-cardImage {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.loading.is-active {
  opacity: 0;
}
.loading.is-active::before {
  width: 0%;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 100%;
  margin-bottom: 3.125rem;
  display: block;
}
@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 3.75rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: animate__fadeInUpSmall;
}
@keyframes animate__fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-3.75rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: animate__fadeInLeftSmall;
}
@keyframes slideInLeftUp {
  0% {
    transform: translate3d(-100%, 15%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeftUp {
  animation-name: slideInLeftUp;
}
@keyframes lead {
  0% {
    transform: scale(0, 1);
    visibility: visible;
  }
  to {
    transform: scale(1, 1);
  }
}
.animate__lead {
  animation-name: lead;
}

.framebox {
  background: #d0af62;
  border: 2px solid #482d1c;
  position: relative;
  padding: 1.1875rem;
}
@media screen and (max-width: 576px) {
  .framebox {
    border: 1px solid #482d1c;
    padding: 0.5rem;
  }
}
.framebox:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .framebox:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.framebox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  border: 10px solid #482d1c;
  background: #ece5d9;
}
@media screen and (max-width: 576px) {
  .framebox::after {
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    border: 4px solid #482d1c;
  }
}
.framebox &gt; * {
  position: relative;
  z-index: 1;
}
.framebox.padding {
  padding: 3.5rem 4.375rem;
}
@media screen and (max-width: 576px) {
  .framebox.padding {
    padding: 1.875rem 1.875rem;
  }
}
.framebox .framebox_title {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .framebox .framebox_title {
    font-size: 1.375rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.75rem;
  }
}

.framebox_item img {
  margin-bottom: 1.25rem;
  width: 100%;
}
.framebox_item p {
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.framebox_item p.small {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.framebox_item p a {
  color: #a58348;
}
.framebox_item p a:hover {
  opacity: 0.5;
}

.framebox_tableitem {
  padding: 2.25rem 0.75rem;
  letter-spacing: 0.0625rem;
  border-top: 1px solid #a58348;
  position: relative;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem {
    padding: 1rem 0rem;
    text-align: center;
  }
  .framebox_tableitem .text_left {
    text-align: left;
  }
}
.framebox_tableitem:last-child {
  padding-bottom: 0;
}
.framebox_tableitem::before, .framebox_tableitem::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.framebox_tableitem::before {
  left: 0;
}
.framebox_tableitem::after {
  right: 0;
}
.framebox_tableitem .d-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: baseline;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .d-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.framebox_tableitem .label {
  font-size: 0.8125rem;
  margin-top: -0.25rem;
  height: 2.1875rem;
  display: flex;
  line-height: 1.25rem;
  align-items: center;
  font-weight: 700;
  letter-spacing: 1;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .label {
    margin-top: 0rem;
    font-size: 0.625rem;
    height: 1.125rem;
    line-height: 1.125rem;
    color: #fffbf5;
    background-color: #482d1c;
    padding: 0 0.625rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
  }
}
.framebox_tableitem p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem p:not(:last-child) {
    margin-bottom: 6px;
  }
}
.framebox_tableitem .large {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .large {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}
.framebox_tableitem .large span.nomal {
  font-size: 0.875rem;
}
.framebox_tableitem .large span.lightbrown {
  color: #a58348;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .large span.lightbrown {
    font-size: 0.75rem;
  }
}
.framebox_tableitem .small {
  font-size: 0.6875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .small {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.framebox_tableitem .detail {
  line-height: 1.875rem;
}
.framebox_tableitem .detail a {
  font-size: 1rem;
}
.framebox_tableitem .btn_line {
  justify-content: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .framebox_tableitem .btn_line {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
}

.memobox {
  background-color: rgba(140, 111, 88, 0.6);
  border-radius: 1.5rem;
  padding: 2.25rem 4.375rem;
  color: #fffbf5;
}
@media screen and (max-width: 576px) {
  .memobox {
    padding: 1.125rem 1.5rem;
    border-radius: 0.75rem;
  }
}
.memobox .memobox_title {
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 576px) {
  .memobox .memobox_title {
    border-radius: 0.75rem;
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}
.memobox .memobox_text {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .memobox .memobox_text {
    font-size: 0.6875rem;
    line-height: 1.125rem;
  }
}/*# sourceMappingURL=common.css.map */</pre></body></html>