@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 60px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  color: #ccc;
  content: "◆";
  display: block;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  color: #1a1a1a;
  content: "※";
}

.__f-siz-18 {
  font-size: max(1.125rem, 1em);
}

.__ttlstyle01 {
  color: #5f6446;
  display: flex;
  align-items: center;
  margin-left: -0.5em;
}
.__ttlstyle01::before, .__ttlstyle01::after {
  content: "";
  display: block;
  height: 1em;
  aspect-ratio: 2.4/1;
  background-image: url(../images/frame01.png);
  background-size: cover;
}
.__ttlstyle01::before {
  transform: scaleX(-1) rotate(90deg);
}
.__ttlstyle01::after {
  transform: rotate(90deg);
}
.__ttlstyle01 h2, .__ttlstyle01 h3, .__ttlstyle01 h4 {
  font-weight: 700;
  font-size: 1em;
}
.__ttlstyle01.__white {
  color: #fff;
}
.__ttlstyle01.__white::before, .__ttlstyle01.__white::after {
  background-image: url(../images/frame01_white.png);
}
.__ttlstyle01.__tate {
  margin-left: 0;
  display: block;
}
.__ttlstyle01.__tate::before, .__ttlstyle01.__tate::after {
  width: 100%;
  height: auto;
}
.__ttlstyle01.__tate::before {
  margin-bottom: 0.6em;
  transform: initial;
}
.__ttlstyle01.__tate::after {
  margin-top: 0.6em;
  transform: scaleY(-1);
}
.__ttlstyle01.__tate h2, .__ttlstyle01.__tate h3, .__ttlstyle01.__tate h4 {
  writing-mode: vertical-rl;
}

.__ttlstyle02 h2 span.__jp, .__ttlstyle02 h3 span.__jp {
  display: block;
  color: #3d4222;
  font-weight: 700;
  font-size: 2.125rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 h2 span.__jp, .__ttlstyle02 h3 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 h2 span.__jp, .__ttlstyle02 h3 span.__jp {
    font-size: 1.5em;
  }
}
.__ttlstyle02 h2 span.__en, .__ttlstyle02 h3 span.__en {
  display: block;
  color: #b29360;
  letter-spacing: 0;
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 h2 span.__en, .__ttlstyle02 h3 span.__en {
    font-size: 0.9em;
  }
}
.__ttlstyle02 h2 span.__en::before, .__ttlstyle02 h3 span.__en::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-deco.png);
  background-size: cover;
}
.__ttlstyle02.__white h2 span.__jp, .__ttlstyle02.__white h3 span.__jp {
  color: #fff;
}
.__ttlstyle02.__white h2 span.__en, .__ttlstyle02.__white h3 span.__en {
  color: #fff;
}
.__ttlstyle02.__white h2 span.__en::before, .__ttlstyle02.__white h3 span.__en::before {
  background-image: url(../images/icon-deco_white.png);
}
.__ttlstyle02.__tate h2, .__ttlstyle02.__tate h3 {
  display: flex;
  flex-direction: row-reverse;
}
.__ttlstyle02.__tate h2 span.__jp, .__ttlstyle02.__tate h3 span.__jp {
  writing-mode: vertical-rl;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__tate h2 span.__jp, .__ttlstyle02.__tate h3 span.__jp {
    margin-top: 1.5em;
  }
}
.__ttlstyle02.__tate h2 span.__en, .__ttlstyle02.__tate h3 span.__en {
  width: 2em;
  transform: translateX(2em) rotate(90deg);
  transform-origin: left top;
}
.__ttlstyle02.__tate h2 span.__en::before, .__ttlstyle02.__tate h3 span.__en::before {
  transform: rotate(-90deg);
}
.__ttlstyle02.__center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 2em;
}

.__ttlstyle03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.__ttlstyle03 span.__deco-line {
  display: block;
  border-top: solid 1px #b29360;
  border-bottom: solid 1px #b29360;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__deco-line {
    height: 6px;
  }
}
.__ttlstyle03 span.__txt {
  text-align: center;
  color: #5f6446;
  font-weight: 700;
  padding: 0 0.4em;
}

.__ttl-icon {
  display: block;
  width: 1.5em;
  margin: 0 auto;
  margin-bottom: 3em;
}
.__ttl-icon img {
  width: 100%;
  height: auto;
}

a.__txtlink {
  color: #1a1a1a;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.24s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__hover-style {
  transition: all 0.48s ease;
}
.__hover-style:hover {
  opacity: 0.7;
}

.__arrow-style {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border: solid 1px #fff;
}
.__arrow-style::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  background-image: url(../images/arrow_white.png);
  background-size: cover;
}
.__arrow-style.__green {
  border-color: #5f6446;
}
.__arrow-style.__green::before {
  background-image: url(../images/arrow_green.png);
}

.__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: 100%;
  }
}
.__linkbtn a {
  position: relative;
  color: #fff;
  background-color: #5f6446;
  font-size: max(1.125rem, 1em);
  padding: 1em;
  width: 24em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a {
    width: 100%;
  }
}
.__linkbtn a span.__txt {
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 1em;
}
.__linkbtn a span.__arrow-style {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 1em;
  transform: translateY(-50%);
  width: 1.75em;
}

.__linkbtn-online-shop a {
  color: #fff;
  background-color: #9c2734;
  display: flex;
  align-items: center;
  padding: 0.24em 2em 0.3em;
  transition: all 0.36s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn-online-shop a {
    padding: 0.24em 1em 0.3em;
  }
}
.__linkbtn-online-shop a span.__icon {
  width: 1.375em;
  margin-right: 0.6em;
  margin-left: -0.2em;
}
@media screen and (max-width: 767px) {
  .__linkbtn-online-shop a span.__icon {
    width: 1.25em;
  }
}
.__linkbtn-online-shop a span.__icon img {
  width: 100%;
  height: auto;
}
.__linkbtn-online-shop a:hover {
  background-color: #b73f4c;
}

.__anchor-point {
  position: absolute;
}

.anchor-link-list {
  margin-top: 1em;
}
.anchor-link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.anchor-link-list ul .anchor-link {
  width: calc(25% - 0.75em);
  margin-right: 1em;
  margin-top: 1em;
}
.anchor-link-list ul .anchor-link:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .anchor-link-list ul .anchor-link {
    width: calc(50% - 0.5em);
  }
  .anchor-link-list ul .anchor-link:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-list ul .anchor-link {
    width: 100%;
    margin-right: 0;
  }
}
.anchor-link-list ul .anchor-link a {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  padding: 0.6em 2em;
  transition: all 0.48s ease;
}
.anchor-link-list ul .anchor-link a:hover {
  background-color: rgba(226, 227, 224, 0.6);
}
.anchor-link-list ul .anchor-link a span.__txt {
  text-align: center;
  display: block;
  width: 100%;
}
.anchor-link-list ul .anchor-link a span.__arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/arrow_bottom.png);
  background-size: cover;
}

.__img-frame {
  position: relative;
}
.__img-frame::before, .__img-frame::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 16.6666666667%;
  margin: 4px;
  aspect-ratio: 1/1;
  background-image: url(../images/frame02.png);
  background-size: cover;
}
.__img-frame::before {
  top: 0;
  right: 0;
}
.__img-frame::after {
  bottom: 0;
  left: 0;
  transform: scale(-1);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.2s ease 0.3s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max(5.625rem, 80px);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54, 54, 52, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 10em;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(25vw, 8em);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .flex-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-image: url(../images/bgpattern_noise.png);
    background-size: 100px 100px;
    width: 240px;
    height: 100vh;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1.125rem, 0.9em);
  margin: 0 1.6em;
  padding: 0.24em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin: 30px 0;
    padding: 0.36em 0;
    padding-left: 30px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #1a1a1a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
header .header-menu nav ul li a:hover::before {
  transform: scaleX(1);
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 2em;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
header .__linkbtn-online-shop a {
  font-size: max(1.125rem, 0.9em);
}
@media screen and (max-width: 767px) {
  header .__linkbtn-online-shop a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: min(7.5vw, 30px);
    margin-left: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}

/* online-shop-link
---------------------------------------------------- */
.online-shop-link {
  position: relative;
  z-index: 4;
  margin-bottom: -10rem;
}
@media screen and (max-width: 1199px) {
  .online-shop-link {
    margin-bottom: -100px;
  }
}
.online-shop-link .message-txt {
  margin-bottom: 4em;
}
@media screen and (max-width: 1199px) {
  .online-shop-link .message-txt {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .online-shop-link .message-txt {
    margin-bottom: 2em;
  }
}
.online-shop-link .message-txt .__ttlstyle01 {
  font-size: max(1.5rem, 1.125em);
  justify-content: center;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .online-shop-link .message-txt .__ttlstyle01 {
    justify-content: space-between !important;
    width: calc(100% + 0.8em);
    line-height: 1.4em;
    font-size: min(4.2vw, 1.125em);
    margin-left: -0.4em;
  }
}
.online-shop-link .message-txt .__ttlstyle01 h3 {
  text-align: center;
}
.online-shop-link .message-txt p {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .online-shop-link .message-txt p {
    font-size: 0.9em;
  }
}
.online-shop-link .content-inner {
  position: relative;
  color: #fff;
  background-image: url(../images/onlineshop-bgimg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 6px 6px 12px rgba(20, 20, 20, 0.4);
}
.online-shop-link .content-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.online-shop-link .content-inner .__img-frame {
  padding: 6em 0;
}
.online-shop-link .content-inner .__img-frame::before, .online-shop-link .content-inner .__img-frame::after {
  width: 8.3333333333%;
}
.online-shop-link .content-inner .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 15rem);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .online-shop-link .content-inner .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .online-shop-link .content-inner .flex-wrap {
    width: calc(100% - 72px);
  }
}
.online-shop-link .content-inner .flex-wrap .content-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.online-shop-link .content-inner .flex-wrap .content-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #3d4222;
  padding-top: 22.5rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px !important;
  }
}
footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bgimg.png);
  background-size: cover;
  background-position: 50% 100%;
}
footer .footer-logo {
  width: 12em;
  margin-top: -1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 8em;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap {
    display: block;
  }
}
footer .flex-wrap .footer-info p {
  font-size: 0.9em;
}
footer .flex-wrap .footer-info p a {
  font-size: 1em;
  display: inline;
}
footer .flex-wrap .footer-info p a i {
  margin-left: 0.4em;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-menu {
    margin-top: 2em;
  }
}
footer .flex-wrap .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-menu ul {
    display: block;
  }
}
footer .flex-wrap .footer-menu ul li a {
  font-size: 0.9em;
  margin-left: 2em;
  transition: all 0.48s ease;
}
@media screen and (max-width: 1199px) {
  footer .flex-wrap .footer-menu ul li a {
    margin-left: 0;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .flex-wrap .footer-menu ul li a {
    margin-top: 0.4em;
  }
}
footer .flex-wrap .footer-menu ul li a:hover {
  opacity: 0.7;
}
footer .copyright {
  text-align: end;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    text-align: start;
    margin-top: 4em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-bottom: 0;
  }
}
footer .copyright p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 2em;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 16px;
  }
}
#pagetop a {
  width: 60px;
  height: 60px;
  background-color: #3d4222;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}/*# sourceMappingURL=common.css.map */