@charset "UTF-8";
/**** 共通カラー ****/
/* CSS Document */
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../font/NotoSerifJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url("../font/NotoSerifJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url("../font/NotoSerifJP-Regular.ttf");
}
.font-light-italic {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: italic;
}

.font-pro-italic {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: italic;
}

.font-pro-semi-italic {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 600;
  font-style: italic;
}

.font-pro-Regular {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 500;
  font-style: normal;
}

html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSerifJP-Medium", "Noto serif JP", "Meiryo", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-repeat: repeat-y;
  background-size: 100%;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  display: block;
  width: 100%;
}

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

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

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

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

.nul {
  position: relative;
  top: -100px;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 97.2222222222vw;
}
@media screen and (max-width: 992px) {
  .w1400 {
    width: calc(100% - 40px);
    margin: auto;
  }
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 83.3333333333vw;
}
@media screen and (max-width: 992px) {
  .w1200 {
    width: calc(100% - 40px);
    margin: auto;
  }
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
  width: 83.3333333333vw;
}
@media screen and (max-width: 992px) {
  .w900 {
    width: calc(100% - 40px);
    margin: auto;
  }
}

.header {
  position: absolute;
  top: 56px;
  right: 2.7777777778vw;
  z-index: 99;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
}
.header .header_nav .header_menu li {
  margin-bottom: 23px;
  font-size: 1.4rem;
  text-align: right;
}
.header .header_nav .header_menu li a {
  transition: 0.3s;
}
.header .header_nav .header_menu li a:hover {
  color: #c79f4f;
}

footer {
  background-color: #f0efe9;
  position: relative;
  padding-top: 76px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 110px;
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/footer.webp);
  background-position: 50% 50%;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  footer:before {
    background-image: url(../image/footer_sp.webp);
  }
}
footer .footer-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  footer .footer-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info-box {
    order: 2;
  }
}
footer .footer-info-box ul {
  display: flex;
  margin-top: 20px;
}
footer .footer-info-box ul > li {
  border-right: 1px solid #cccccc;
}
footer .footer-info-box ul > li:first-of-type > a {
  padding-left: 0;
}
footer .footer-info-box ul > li:last-of-type {
  border-right: none;
}
footer .footer-info-box ul > li:last-of-type > a {
  padding-right: 0;
}
footer .footer-info-box ul > li > a {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.42;
}
footer .footer_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
footer .footer_logo span {
  font-size: clamp(1.8rem, 1.39vw, 2rem);
}
footer .footer-logo {
  mix-blend-mode: multiply;
  display: block;
  width: 50px;
  margin-right: 10px;
}
footer .footer-nav {
  width: 592px;
}
@media screen and (max-width: 992px) {
  footer .footer-nav {
    width: 100%;
    margin-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    order: 1;
  }
}
footer .footer_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
footer .footer_menu .item {
  margin-top: 18px;
}
footer .footer_menu .item a {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
footer .shop_menu {
  margin-top: 37px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  footer .shop_menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .shop_menu {
    display: none;
  }
}
footer .shop_menu > li {
  margin-right: 20px;
}
footer .shop_menu > li:last-of-type {
  margin-right: 0;
}
footer .shop_menu > li > a {
  width: 173px;
  height: 40px;
  background-color: #fff;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
footer .shop_menu > li > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../image/icon-open-orange.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
footer .shop_menu > li > a:hover {
  transform: translateY(-4px);
}
footer .shop_menu > li .footer-rakuten {
  width: 110px;
}
footer .shop_menu > li .footer-amazon {
  width: 80px;
}
footer .footer-bottom-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-wrapper {
    width: calc(100% - 40px);
    margin: auto;
  }
}
footer .footer-bottom-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-list {
    flex-direction: column;
  }
}
footer .footer-bottom-list ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-list ul {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
footer .footer-bottom-list ul > li {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-list ul > li {
    margin-bottom: 14px;
  }
}
footer .footer-bottom-list ul > li:last-of-type {
  margin-right: 0;
}
footer .footer-bottom-list ul > li > a {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}
footer .footer-bottom-list .footer-corporate {
  display: flex;
  align-items: center;
}
footer .footer-bottom-list .footer-corporate:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../image/icon-open-black.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 3px;
}
footer small {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  footer small {
    text-align: center;
  }
}
footer .item {
  position: relative;
}
footer .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c79f4f;
  width: 0;
  height: 100%;
  transition: 0.3s;
  transform-origin: left;
}
footer .item:hover::after {
  width: 100%;
}
footer .item span {
  position: relative;
  z-index: 2;
}
footer .sns_menu li:nth-child(2) {
  display: none;
}
footer .sns_menu a {
  transition: 0.3s;
}
footer .sns_menu a:hover {
  color: #c79f4f;
}

/*ページナビここまで--------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー--------------------------------------*/
  .header {
    position: fixed;
  }
  #switch ~ label {
    width: 30px;
    height: 18px;
    position: absolute;
    box-sizing: border-box;
    top: 17px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
  }
  #switch ~ label span {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, top 0.3s ease-in-out;
    background-color: #ffffff;
  }
  #switch ~ label span:first-child {
    top: 0px;
  }
  #switch ~ label span:nth-child(2) {
    top: 8px;
  }
  #switch ~ label span:last-child {
    top: 16px;
  }
  /* チェック時のアニメーション */
  #switch:checked ~ label span:first-child {
    transform: rotate(30deg);
    top: 12px;
    background-color: #c79f4f;
  }
  #switch:checked ~ label span:nth-child(2) {
    opacity: 0;
    background-color: #c79f4f;
  }
  #switch:checked ~ label span:last-child {
    transform: rotate(-30deg);
    top: 12px;
    background-color: #c79f4f;
  }
  #switch:checked ~ #NavWrap {
    opacity: 1;
    pointer-events: auto;
    /* クリックを有効化 */
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* クリップを解除 */
    transition: opacity 0.2s ease-out;
  }
  #switch:checked ~ .overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.8;
    z-index: -1;
    display: block;
    z-index: -10;
  }
  #NavWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: #fcfaf4;
    z-index: 100;
    /* 親要素が z-index:99 なので、それより低いけど影響を受けない値 */
    opacity: 0;
    pointer-events: none;
    /* クリックを防ぐ */
    transition: opacity 0.2s ease-out, -webkit-clip-path 0s 0.2s;
    transition: opacity 0.2s ease-out, clip-path 0s 0.2s;
    transition: opacity 0.2s ease-out, clip-path 0s 0.2s, -webkit-clip-path 0s 0.2s;
    /* clip-pathの遅延を設定 */
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    /* 完全に隠す */
    margin: auto;
    min-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS対応 */
  }
  #NavWrap .header_menu {
    background-color: #fff;
    padding: 40px 20px;
  }
  #NavWrap .header_menu .header_menu_contents li {
    position: relative;
    margin-bottom: 0;
  }
  #NavWrap .header_menu .header_menu_contents li:first-of-type::before {
    content: "";
    background-image: url(../image/border.webp);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #NavWrap .header_menu .header_menu_contents li::after {
    content: "";
    background-image: url(../image/border.webp);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #NavWrap .header_menu .header_menu_contents li a {
    color: #333;
    padding: 16px 20px;
    text-align: left;
    position: relative;
  }
  #NavWrap .header_menu .header_menu_contents li a::after {
    content: "";
    position: absolute;
    background-image: url(../image/sp_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #NavWrap .header_menu .sp_footer_menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 16px;
  }
  #NavWrap .header_menu .sp_footer_menu li {
    font-size: 1.2rem;
    color: #333;
    width: 50%;
    max-width: 135px;
    text-align: left;
    margin-bottom: 13px;
    line-height: 1.4;
  }
  #NavWrap .header_menu .sp_footer_menu li:last-of-type {
    margin-bottom: 0;
  }
  #NavWrap .header_menu .sp_footer_menu li .footer-corporate {
    position: relative;
  }
  #NavWrap .header_menu .sp_footer_menu li .footer-corporate::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../image/icon-open-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-position: 50% 50%;
  }
  #NavWrap::before {
    content: "";
    position: absolute;
    background-image: url(../image/sp_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38.9333333333vw;
    height: 10.6666666667vw;
    top: 5px;
    left: 20px;
    mix-blend-mode: multiply;
  }
}
.sp_store_menu {
  padding: 16px 20px 20px 20px;
  margin-top: 10px;
  background-color: #fff;
}
.sp_store_menu h2 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 18px;
  color: #333;
}
.sp_store_menu ul {
  display: flex;
  justify-content: space-between;
}
.sp_store_menu ul li {
  width: 31%;
  color: #333;
  margin-bottom: 0 !important;
}
.sp_store_menu ul li a {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}
.sp_store_menu ul li a::after {
  content: "";
  position: absolute;
  background-color: #c79f4f;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
}
.sp_store_menu ul li a span {
  display: block;
  background-color: #fff;
  border: solid 1px #c79f4f;
  padding: 10px 8px;
  position: relative;
  z-index: 2;
}

.sp_sns_menu ul {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.sp_sns_menu ul li {
  font-size: 1.2rem;
  color: #333;
  border-right: solid 1px #cccccc;
  line-height: 17px;
  margin-right: 10px;
}
.sp_sns_menu ul li:nth-child(2) {
  display: none;
}
.sp_sns_menu ul li a {
  padding-right: 10px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}/*# sourceMappingURL=common.css.map */