@charset "UTF-8";
/*ーーーーーーーーーー
共通
ーーーーーーーーーーー*/
html {
  color: #1a1a1a;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  position: relative;
}
@font-face {
  font-family: 'Coco Gothic Light';
  src: url("../vendor/fonts/CocoGothic-Light_trial.woff2") format("woff2"), url("../vendor/fonts/CocoGothic-Light_trial.woff") format("woff"), url("../vendor/fonts/CocoGothic-Light_trial.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
}
a img {
  transition: .3s;
}
@media (max-width: 768px) {
  a img {
    transition: none;
  }
}
a img:hover {
  opacity: 0.6;
}
section.def {
  padding: 40px 0;
}
@media (max-width: 878px) {
  section.def {
    padding: 30px 0;
  }
}
section.def.index {
  padding: 20px 0 40px;
}
@media (max-width: 878px) {
  section.def.index {
    padding: 20px 0 30px;
  }
}
.wrap_def {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}
.wrap_def_under {
  width: 92%;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 878px) {
  .wrap_def_under.imp {
    width: 100%;
    max-width: 850px;
  }
}
.head_banner {
  padding-top: 90px;
}
@media (max-width: 878px) {
  .head_banner {
    padding-top: 70px;
  }
}
.title_area {
  text-align: center;
  margin-bottom: 30px;
}
.title_area h3 {
  font-size: 2.5rem;
  color: #614830;
  line-height: 1.4;
  font-family: 'Coco Gothic Light', sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 878px) {
  .title_area h3 {
    font-size: 2.0rem;
  }
}
.title_area h2 {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 878px) {
  .title_area h2 {
    font-size: 1.0rem;
  }
}
img.title_arrow {
  width: 20px;
}
p.notice {
  font-size: 0.85rem;
  padding-top: 1.5rem;
}
.view_pc {
  display: block;
}
@media (max-width: 878px) {
  .view_pc {
    display: none;
  }
}
.view_gnavi {
  display: none;
}
@media (max-width: 878px) {
  .view_gnavi {
    display: block;
  }
}
/*ーーーーーーーーーー
ヘッダー
ーーーーーーーーーーー*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  filter: drop-shadow(0 1px 7px rgba(0, 0, 0, 0.15));
  /*justify-content: space-between;*/
}
.header_wrap {
  width: 100%;
  height: 90px;
  position: relative;
}
@media (max-width: 878px) {
  .header_wrap {
    height: 70px;
  }
}
.logo {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: 90px;
}
@media (max-width: 878px) {
  .logo {
    justify-content: center;
    height: 70px;
  }
}
.logo h1, .logo a {
  z-index: 1010;
}
.logo img {
  width: 200px;
  margin: -10px 0 0 80px;
}
@media (max-width: 878px) {
  .logo img {
    margin: -10px 0 0 0;
    width: 145px;
  }
}
/* ナビ（PC） */
.nav {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 1000;
}
.nav ul.nav_first {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 90px;
  gap: 0 40px;
}
.nav ul.nav_first.view_gnavi {
  display: none;
}
@media (max-width: 878px) {
  .nav ul.nav_first.view_gnavi {
    display: flex;
  }
  .nav ul.nav_first.view_gnavi li {
    position: relative;
    text-align: left;
    background: #ece8e5;
    padding: 15px 8%;
    border-bottom: 1px solid #d8d2cb;
  }
  .nav ul.nav_first.view_gnavi li.accordion {
    padding: 0;
  }
  .nav ul.nav_first.view_gnavi li.accordion .accordion_toggle {
    padding: 15px 8%;
    width: 100%;
  }
  .nav ul.nav_first.view_gnavi li a {
    display: block;
  }
  .nav ul.nav_first.view_gnavi li a.blank {
    background: url("../images/common/blank.svg") no-repeat right center/16px;
  }
}
@media (max-width: 878px) {
  .nav ul.nav_first.view_pc {
    display: none;
  }
}
.nav ul.nav_first button {
  transition: .3s;
}
.nav ul.nav_first button:hover {
  opacity: .7;
}
@media (max-width: 878px) {
  .nav ul.nav_first {
    height: auto;
    gap: 0 0px;
    flex-wrap: wrap;
    background: #ece8e5;
  }
  .nav ul.nav_first li {
    width: 100%;
  }
}
.nav ul.submenu {
  visibility: hidden;
  opacity: 0;
  /*max-height: 0;*/
  background: #ece8e5;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 90px;
  transition: all 0.3s ease;
  width: 100%;
}
.nav li.store ul.submenu {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: -10px;
  top: 120px;
  transition: all 0.3s ease;
  width: 400px;
  padding: 0px 15px;
  border-radius: 5px;
}
.nav li.store ul.submenu li {
  width: 100%;
}
.nav li.store ul.submenu h3 {
  font-family: 'Coco Gothic Light', sans-serif;
  letter-spacing: 0.05em;
  color: #614830;
}
.nav li.store ul.submenu a {
  text-align: center;
  padding: 15px 0;
  line-height: 1.0;
  margin: 0 0 5px;
  border-radius: 5px;
  transition: .3s;
  background: #ece8e5 url("../images/common/cart_brown.svg") no-repeat right 10px center/25px;
}
.nav li.store ul.submenu a::after {
  content: none;
}
.nav li.store ul.submenu a:hover {
  opacity: 1;
  background: #614830 url("../images/common/cart.svg") no-repeat right 10px center/25px;
  color: #fff;
}
.nav .submenu_wrap {
  position: relative;
  width: 100%;
}
.nav .submenu_wrap .submenu_close {
  position: absolute;
  top: 16px;
  right: 14px;
  color: #614830;
  font-size: 40px;
  font-weight: 200;
  line-height: 0.5;
  z-index: 1001;
}
.nav .submenu_wrap ul {
  display: flex;
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 0 20px;
  gap: 20px 4%;
  font-size: .95rem;
}
.nav .submenu_wrap ul li {
  width: 48%;
}
.nav .submenu_wrap ul li h3 {
  font-weight: 500;
  border-bottom: 1px solid #614830;
  padding: 0 0 10px;
  margin: 0 0 16px;
}
.nav .submenu_wrap ul li a {
  display: block;
  color: #1a1a1a;
  margin: 0 0 13px;
}
.nav .submenu_wrap ul li a:hover {
  opacity: .5;
}
.nav .submenu_wrap ul li a::after {
  content: url("../images/common/arrow.svg");
  display: inline-block;
  width: 11px;
  transform: rotate(-90deg);
  margin-left: 10px;
}
.nav .submenu_wrap ul li a.blank::after {
  content: url("../images/common/blank.svg");
  display: inline-block;
  width: 14px;
  margin-left: 12px;
}
.nav li i img {
  width: 18px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  transition: .3s;
}
.nav li.has_submenu.active i img {
  transform: rotate(-180deg);
}
.nav li.store {
  margin: 0;
  padding: 0;
}
.nav li.store button.submenu_toggle {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  background: #614830;
  color: #fff;
  padding: 0 30px;
}
.nav li.store button.submenu_toggle::after {
  content: url("../images/common/cart.svg");
  display: inline-block;
  width: 30px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.nav a {
  text-decoration: none;
}
div.store {
  /*position: relative;*/
}
div.store .submenu_toggle {
  display: inline-block;
  position: fixed;
  top: 22px;
  right: 15px;
  width: auto;
  z-index: 1002;
  transition: .3s;
}
div.store .submenu_toggle img {
  width: 34px;
}
div.store .submenu_wrap {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
div.store .submenu_wrap .submenu_cont {
  position: relative;
}
div.store .submenu_wrap .submenu_cont .submenu_close {
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -80px;
}
div.store ul.submenu {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: rgba(32, 22, 14, 0.7);
  overflow: hidden;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease;
  padding: 0px 15px;
  z-index: 1001;
}
div.store ul.submenu li {
  width: 100%;
}
div.store ul.submenu h3 {
  font-family: 'Coco Gothic Light', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #614830;
  border-bottom: 1px solid #614830;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
div.store ul.submenu a {
  text-align: center;
  padding: 15px 0;
  line-height: 1.0;
  margin: 0 0 5px;
  display: block;
  border-radius: 5px;
  transition: .3s;
  background: #ece8e5 url("../images/common/cart_brown.svg") no-repeat right 10px center/25px;
}
div.store ul.submenu a::after {
  content: none;
}
div.store ul.submenu a:hover {
  opacity: 1;
  background: #614830 url("../images/common/cart.svg") no-repeat right 10px center/25px;
  color: #fff;
}
.sp_logoarea {
  background: #fff;
  padding: 30px 0;
}
.spnavi_logo {
  text-align: center;
  margin: 0 auto 20px;
}
.spnavi_logo img {
  width: 130px;
}
.spnavi_logo a {
  transition: .3s;
}
.spnavi_logo a:hover {
  opacity: .6;
}
.spnavi_sns {
  text-align: center;
}
.spnavi_sns img {
  width: 30px;
  display: inline-block;
  margin: 0 5px;
}
.spnavi_sns a {
  transition: .3s;
}
.spnavi_sns a:hover {
  opacity: .6;
}
/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  left: 18px;
  top: 20px;
  z-index: 1002;
}
@media (max-width: 878px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  width: 30px;
  height: 2px;
  background: #614830;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: 50% 50%;
}
/* active時に×に変形 */
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
/* ナビ切り替え */
@media (max-width: 878px) {
  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    transition: .3s;
  }
}
.nav.active {
  visibility: visible;
  opacity: 1;
}
.sp_cart {
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* フェードアウト状態 */
.sp_cart.is_hiding {
  opacity: 0;
  pointer-events: none;
  /* クリック防止 */
}
/* 開いた状態 */
.has_submenu.active .submenu {
  visibility: visible;
  opacity: 1;
}
.store.has_submenu.active .submenu {
  visibility: visible;
  opacity: 1;
  right: 20px;
  top: 120px;
}
.store.view_gnavi.has_submenu.active .submenu {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
  right: 0px;
  top: 0px;
}
/* トグルボタン */
.submenu_toggle {
  background: none;
  border: none;
  /*color: #fff;*/
  font: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
  /*padding: 10px 0;*/
}
.has-submenu.active .submenu {
  /*max-height: 1000px;*/
}
/*親メニュー下線の処理*/
.under_line {
  position: relative;
  display: block;
  height: 3px;
  margin-top: 29px;
}
/* 下線（初期は見えない） */
.under_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #614830;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
/* アクティブ時に左→右へ */
.has_submenu.active .under_line::after {
  transform: scaleX(1);
}
@media (max-width: 878px) {
  .has_submenu.active .under_line::after {
    transform: scaleX(0);
  }
}
/* スマホナビ アコーディオン */
.accordion_content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion_content a {
  padding: 15px 8%;
  background: #fff;
  border-top: 1px solid #d8d2cb;
}
.accordion_content.open {
  height: auto;
}
.accordion_icon {
  position: absolute;
  right: 8%;
  font-size: 1.6rem;
  line-height: 0.9;
  color: #614830;
}
/*ーーーーーーーーーー
フッター
ーーーーーーーーーーー*/
footer {
  position: relative;
}
footer .footnavi_pc {
  background: #ece8e5;
  height: 350px;
}
footer .footnavi_pc ul {
  width: 850px;
  margin: 0 auto;
  display: flex;
  gap: 0 40px;
}
footer .footnavi_pc ul li {
  min-width: 12rem;
}
footer .footnavi_pc ul h3 {
  font-size: 0.85rem;
  font-weight: 500;
  border-bottom: 1px solid #614830;
  padding: 0 0 8px;
  margin: 30px 0 10px;
}
footer .footnavi_pc ul a {
  font-size: 0.8rem;
  display: block;
  color: #1a1a1a;
  margin: 0 0 5px;
}
footer .footnavi_pc ul a:hover {
  opacity: .5;
}
footer .footnavi_pc ul a::after {
  /*content: url("../images/arrow.svg");
display: inline-block;
width: 11px;
          transform: rotate(-90deg);
          margin-left: 10px;*/
}
footer .footnavi_pc ul a.blank::after {
  content: url("../images/common/blank.svg");
  display: inline-block;
  width: 14px;
  margin-left: 12px;
}
footer .foot_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 350px;
  width: 42%;
  max-width: 580px;
  background: url("../images/common/footbg_sp.webp") no-repeat center;
  background-size: cover;
}
@media (max-width: 878px) {
  footer .foot_img {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 200px;
  }
}
footer .foot_img .img_area p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.85rem;
  line-height: 2.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
footer .nav_foot {
  width: 100%;
  display: block;
}
footer .nav_foot ul.nav_first {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100px;
  gap: 0 40px;
}
footer .nav_foot ul.nav_first.view_gnavi {
  display: none;
}
@media (max-width: 878px) {
  footer .nav_foot ul.nav_first.view_gnavi {
    display: flex;
  }
  footer .nav_foot ul.nav_first.view_gnavi li {
    position: relative;
    text-align: left;
    background: #ece8e5;
    padding: 15px 8%;
    border-bottom: 1px solid #d8d2cb;
  }
  footer .nav_foot ul.nav_first.view_gnavi li.accordion {
    padding: 0;
  }
  footer .nav_foot ul.nav_first.view_gnavi li.accordion .accordion_toggle {
    padding: 15px 8%;
    width: 100%;
  }
  footer .nav_foot ul.nav_first.view_gnavi li a {
    display: block;
  }
  footer .nav_foot ul.nav_first.view_gnavi li a.blank {
    background: url("../images/common/blank.svg") no-repeat right center/16px;
  }
}
@media (max-width: 878px) {
  footer .nav_foot ul.nav_first.view_pc {
    display: none;
  }
}
footer .nav_foot ul.nav_first button {
  transition: .3s;
}
footer .nav_foot ul.nav_first button:hover {
  opacity: .7;
}
@media (max-width: 878px) {
  footer .nav_foot ul.nav_first {
    height: auto;
    gap: 0 0px;
    flex-wrap: wrap;
    background: #ece8e5;
  }
  footer .nav_foot ul.nav_first li {
    width: 100%;
  }
}
footer .nav_foot ul.submenu {
  visibility: hidden;
  opacity: 0;
  /*max-height: 0;*/
  background: #ece8e5;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 100px;
  transition: all 0.3s ease;
  width: 100%;
}
footer .nav_foot a {
  text-decoration: none;
}
footer ul.store_foot {
  width: 90%;
  margin: 30px auto 40px;
}
footer ul.store_foot h3 {
  font-family: 'Coco Gothic Light', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #614830;
  border-bottom: 1px solid #614830;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
footer ul.store_foot a {
  text-align: center;
  padding: 20px 0;
  line-height: 1.0;
  margin: 0 0 10px;
  display: block;
  border-radius: 5px;
  transition: .3s;
  background: #ece8e5 url("../images/common/cart_brown.svg") no-repeat right 15px center/25px;
}
footer ul.store_foot a::after {
  content: none;
}
footer ul.store_foot a:hover {
  opacity: 1;
  background: #614830 url("../images/common/cart.svg") no-repeat right 15px center/25px;
  color: #fff;
}
footer .foot_logo {
  width: 100%;
  max-width: 850px;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 878px) {
  footer .foot_logo {
    flex-wrap: wrap;
    text-align: center;
  }
}
footer .foot_logo .com_logo {
  width: 200px;
}
@media (max-width: 878px) {
  footer .foot_logo .com_logo {
    width: 100%;
  }
  footer .foot_logo .com_logo img {
    width: 140px;
  }
}
footer .foot_logo .sns_logo {
  text-align: right;
}
@media (max-width: 878px) {
  footer .foot_logo .sns_logo {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
footer .foot_logo .sns_logo a {
  width: 30px;
  display: inline-block;
  margin: 0 0 0 10px;
}
@media (max-width: 878px) {
  footer .foot_logo .sns_logo a {
    margin: 0 0 0 6px;
    width: 28px;
  }
}
footer .credit {
  background: #614830;
  padding: 20px 0;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
footer .credit img {
  width: 110px;
  margin-bottom: 10px;
}
footer .credit a, footer .credit span {
  display: inline-block;
  margin: 0 10px;
}
footer .credit a {
  transition: .3s;
}
footer .credit a:hover {
  opacity: .5;
}
/*ーーーーーーーーーー
フェードイン処理
ーーーーーーーーーーー*/
/* 初期状態 */
.fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}
.fade_in.fade_in0 {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}
/* 表示時 */
.fade_in.is_visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in:nth-child(1) {
  transition-delay: 0.1s;
}
.fade-in:nth-child(2) {
  transition-delay: 0.2s;
}
.fade-in:nth-child(3) {
  transition-delay: 0.3s;
}
.fade_up {
  opacity: 0;
  transform: translateY(30px);
  animation: fvFadeUp 0.5s ease forwards;
}
@keyframes fvFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　続きを読むの動き　*/
.readmore_content {
  position: relative;
  height: 150px;
  /* 初期表示高さ */
  overflow: hidden;
  transition: height 0.4s ease;
}
/* フェード */
.readmore_content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
/* 開いたらフェード消す */
.readmore.open .readmore_content::after {
  opacity: 0;
}
/* ボタン */
.readmore_toggle {
  margin-top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
}
.arrow {
  text-align: center;
  transition: transform 0.3s;
}
.arrow img {
  transition: .3s;
  width: 20px;
}
.readmore.open .arrow img {
  transform: rotate(-180deg);
}