@charset "UTF-8";

/*---------------------------------------------------------------------------
  ベース
---------------------------------------------------------------------------*/
body{
	font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 500;
  background: #FFFBF5;
}
@media screen and (max-width: 768px){
body{
	padding-top: 0 !important;
}
}
/*-----------------------
  ユーティリティ
-----------------------*/
.spOnly {
    display: none !important;
}
.pcOnly {
    display: block;
}
.en-text{
	font-family: minerva-modern, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px !important;
}
.ja-text{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 2px !important;
}
.herbacie-color{
	color: #BA5B58 !important;
}
/*-----------------------
  ボタン
-----------------------*/
/*ボタン共通のCSS*/
.btn-arrow-area {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.btnarrow5{
	width: 300px;
	position: relative;
	border: 1px solid #BA5B58;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #BA5B58;
    outline: none;
    transition: all .2s linear;
}

.btnarrow5:hover{
	background:#BA5B58;
	color:#fff;
}

/*矢印と下線の形状*/
.btnarrow5::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-26px;
    /*下線の形状*/
	width:40px;
	height:1px;
	background:#BA5B58;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 29%;
    right: -21px;
    /*矢印の形状*/
	width:1px;
	height:12px;
	background:#BA5B58;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
	right:-30px;
}

.btnarrow5:hover::after{
	right:-25px;
}

.btn-arrow-area2 {
	margin-top: 0;
    width: 100%;
    text-align: left;
}
.btnarrow52{
	width: 300px;
	position: relative;
	border: 1px solid #8d643e;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #8d643e;
    outline: none;
    transition: all .2s linear;
}

.btnarrow52:hover{
	background:#8d643e;
	color:#fff;
}

/*矢印と下線の形状*/
.btnarrow52::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-26px;
    /*下線の形状*/
	width:40px;
	height:1px;
	background:#8d643e;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow52::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 29%;
    right: -21px;
    /*矢印の形状*/
	width:1px;
	height:12px;
	background:#8d643e;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow52:hover::before{
	right:-30px;
}

.btnarrow52:hover::after{
	right:-25px;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
}
.bk_wh{
	background: #fff;
}

/*---------------------------------------------------------------------------
　ヘッダー1
---------------------------------------------------------------------------*/
.nav-info {
  padding: 6px 0;
  background: #DCD4C7;
  color: #4C4232;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-gothic);
}
.nav-info br {
  display: none;
}
@media screen and (max-width: 719px) {
  .nav-info {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px){
.spOnly {
    display: block !important;
}
.pcOnly {
    display: none !important;
}
.header_flex {
    height: 0 !important;
}
.header_topbar{
	padding: 7px 0 5px;
	font-size: 12px;
}
.splogo{
	width: 130px;
  margin: 18px auto;
}
.sp_icart{
  position: absolute;
  top: 50%;
  left: 15px;
	margin-top: -14px;
  width: 30px;
}

.sp_icart a .cart-num-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  left: 25px;
  top: -6px;
  padding: 0px 4px;
  border-radius: 10px;
  background: #BA5B58;
  color: #FFFFFF;
}

}
/*---------------------------------------------------------------------------
  ヘッダー2
---------------------------------------------------------------------------*/
.header_topbar{
	background:#00b3b9;
	padding: 10px 0;
	width: 100%;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	height: auto;
	font-size: 14px;
}
.f_header{
	width:  100%;
  background-color: #FFFBF5;
}
.f_header_area{
	position: relative;
	max-width: 1100px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header_flex{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
	height: 116px;
}
.logo_area{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
}
.l_h{
	margin: 0 auto;
	width: 100px;
	text-align: center;
}
.header-right{
	position: absolute;
	top: 60px;
  right: 0;
}
.js-menu-toggle {
  cursor: pointer;
}
.sub_nav {
    overflow: hidden;
    font-size: 12px;
    padding-right: 12px;
}
.sub_nav li {
    float: left;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #ddd;
}
.sub_nav li:first-child {
    border: none;
}
.h_icons {
    top: 25px;
    right: 0;
}
.h_icons li {
  position: relative;
  float: left;
  padding: 0 10px;
}

.h_icons li a img {
  width: 25px;
}

.h_icons li a .cart-num-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  left: 26px;
  top: -8px;
  padding: 0px 4px;
  border-radius: 10px;
  background: #BA5B58;
  color: #FFFFFF;
}

/* CORE STYLES */
.l-header {
  background: #FFFBF5 !important;
}
.l-headerSearch {
  cursor: pointer;
}
.l-headerSearch__form {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 115px;
  left: 50%;
  transform: translate(-50%, -50px);
  width: 90vw;
  max-width: 800px;
  border-bottom: 1px solid #4C4232;
  padding-right: 25px;
  background-color: #FFFBF5;
  z-index: 1;
  transition: .3s;
}
.l-headerSearch.is-show .l-headerSearch__form {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.l-headerSearch.is-show .l-headerSearch__icon {
  display: none;
}
.l-headerSearch__close {
  display: none;
  width: 25px;
  height: 25px;
}
.l-headerSearch.is-show .l-headerSearch__close {
  display: block;
}
.l-headerSearch__close::before,
.l-headerSearch__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #4C4232;
}
.l-headerSearch__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-headerSearch__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-headerSearch__input {
  width: 100%;
  min-width: 240px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.l-headerSearch__btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .l-headerSearch {
    width: 80%;
    margin: 0 auto;
  }
  .l-headerSearch .l-headerSearch__input {
    width: 100%;
    padding: 8px 30px 8px 15px;
    text-align: left;
  }
}

#header {
  background-color: #FFFBF5;
}
.navigation {
  max-width: 1200px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 65px;
}

.navigation-fixed-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 19998;
  will-change: opacity;
  background: #fff;
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#header.fixed {
    left: 0;
    position: fixed;
    top: 0;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover, .nav-brand:focus {
  color: #70798b;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-logo > img {
  height: 30px;
  margin: 20px auto 15px 15px;
  padding: 0;
}

.nav-hamburger {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-hamburger:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

/* ハンバーガーメニュー */
.nav-menus {
  width: 660px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  position: fixed;
  padding: 80px 50px;
  background-color: #FFFBF5;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav-close {
  position: absolute;
  top: 85px;
  right: 50px;
  width: 25px;
  height: 25px;
}
.nav-close::before,
.nav-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #4C4232;
}
.nav-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-innerlogo {
  width: 64px;
  margin: 0 auto 50px;
}
.nav-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}
.nav-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 65px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #4C4232;
}
.nav-icon {
  width: 25px;
}
.nav-list {
  color: #4C4232;
  font-size: 14px;
}
.nav-list + .nav-list {
  border-top: 1px solid #DCD4C7;
}
.nav-list > a {
  display: block;
  padding: 30px 0;
}
.nav-list__heading {
  margin-top: 30px;
}
.nav-list__subs {
  margin-top: 10px;
  padding-bottom: 30px;
}
.nav-list__sub {
  margin-bottom: 10px;
  color: #4C4232;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.nav-list__sub::before {
  content: "-";
  margin-right: 5px;
}
.nav-menus.nav-menus-open {
  transform: translate(0);
}
@media (max-width: 768px) {
  .nav-menus {
    width: 100%;
    padding: 36px 30px;
  }
  .nav-hamburger {
    display: block;
  }
  .nav-innerlogo {
    width: 70px;
    margin: 0 auto 37px;
  } 
  .nav-close {
    top: 45px;
    right: auto;
    left: 30px;
  }
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 50px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  color: #4C4232;
  /*font-weight: bold;*/
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 18px 15px 18px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #BA5B58;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 25px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #31a6a1 #31a6a1 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 15px;
}

.nav-overlay-panel {
  display: none !important;
}
.nav-backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 19999;
  background: rgba(76, 66, 50, 0.9);
  transition: .3s;
}
.nav-backdrop.is-show {
  opacity: 1;
  visibility: visible;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

/* SEARCH PANEL */
.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after, .nav-search-icon:before {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #31a6a1;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

/* NAVIGATION BUTTON */
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #31a6a1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-button:hover, .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

/* NAVIGATION TEXT */
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #31a6a1;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #31a6a1 #31a6a1 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* HORIZONTAL DROPDOWN EXTENSION */
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

/* GRID */
.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.n_text{
	margin-top: 10px;
}

/* MEGAMENU TABS */
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

/* MEGAMENU LIST */
.megamenu-lists {
  width: 100%;
  display: table;
}

/* The list */
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #31a6a1;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.nav-menus{
	overflow-x: hidden;
}

.btn-show{
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #9fa7b0;
	transition: background .3s;
}
.btn-show:hover{
	background-color: #31a6a1;
}

.info{
	padding-left: 15px;
	color: #333;
	font-size: 13px;
	text-align: center;
}
.info span{
	text-decoration: underline;
}

.zoom-in{
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}
@keyframes zoomIn {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}
.zoom-out{
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(.6); }
}
@keyframes zoomOut {
    0% { transform: scale(1); }
    100% { transform: scale(.6); }
}

.navigation7{
	background-color: #9fa7b0;
}
@media screen and (max-width: 767px){
  .nav-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*---------------------------------------------------------------------------
  トップページ
---------------------------------------------------------------------------*/
/*FVスライダーアニメーション*/
/*========= 背景動画設定のCSS ===============*/
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
swiper-container{
  position: relative;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    /* -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s; */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
  background-size: cover; 
  background-position: center center;
}

.slide-text img{
	width: 100%;
}
.slide-text {
	position: absolute;
	z-index: 1;
	max-width: 437px;
	width: 90%;
	top: 90%;
    left: 90%;
	letter-spacing: 2px;
    transform: translate(-90%, -90%);
    -webkit-transform: translate(-90%, -90%);
    -ms-transform: translate(-90%, -90%);
}
h1.fvslider-text{
	font-size: 16px;
	text-align: left;
	line-height: 35px;
	color: #fff;
}
.fven-text{
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.fvslider-wrapper{
	position: relative;
}
@media screen and (max-width: 1024px){
.slide-img {
    background-size: cover; 
    background-position: center center;
    height: 75vh;
}
.slide-text {
    position: absolute;
    z-index: 1;
    max-width: 338px;
    width: 90%;
    top: 90%;
    left: 22%;
    letter-spacing: 2px;
    transform: translate(-20%, -90%);
    -webkit-transform: translate(-20%, -90%);
    -ms-transform: translate(-20%, -90%);
}
h1.fvslider-text{
	font-size: 12px;
	text-align: left;
	line-height: 25px;
}
.fven-text{
	margin-top: 10px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
}
@media screen and (max-width: 768px){
.fvtext-wrap{
    width: 90%;
}
}

.top-10070{
    padding-top: 100px;
	
}
/* whats herb? About */
h2.mainTit {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 auto 50px;
	color: #BA5B58;
}

.what-content-inner {
    min-height: 50vh;
}
.what-content .pro_con {
    position: static;
}

.wp1240 {
    max-width: 1240px;
	padding: 0 50px;
}
.what_flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.what_flex-min-height-inner{
    width: 100%;
    height: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.what_con{
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.what-content .what_con{
    position: static;
}
.what-content-bg-box {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 2;
}
.what-content-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.p-index-feature-text, .flex-min-height-box p{
	font-size: 16px;
	line-height: 35px;
    margin: 0;
}
.about-content-inner {
    min-height: 50vh;
}
.about-content .pro_con {
    position: static;
}
.about_flex-container .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
}
.reverse .about-content-bg-box {
    left: 0;
}
.content-left-margin-70 {
    margin-left: 70px;
}
.wp1240 {
    max-width: 1240px;
	padding: 0 50px;
}
.about_flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.about_flex-min-height-inner{
    width: 100%;
    height: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.about_con{
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.about-content .about_con{
    position: static;
}
.about-content-bg-box {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    display: inline-block;
    z-index: 2;
}
.about-content-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.what_flex-container .six-columns{
    position: static;
}
.what_flex-container .six-columns{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
@media screen and (max-width:768px) { 
h2.mainTit{	
	margin-bottom: 20px;
}
.wp1240{
    padding: 0 20px;	
}
.sp-bottom-padding-50{
	padding-bottom: 50px;	
}
.what_con, .about_con {
    width: calc(100% - 0px);
	position: relative;
}
.what_flex-container .six-columns{
	flex-basis: 65%;
}
.six-columns-img{
	flex-basis: 25% !important;
}
.content-right-margin-70{
	margin-right: 0;
	margin-bottom: 30px;
}
.about_flex-container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
}
.content-left-margin-70{
	margin-left: 0;
	margin-bottom: 30px;;
}
.what-content-bg-box{
    width: 30%;
    right: 0;
}
.what_flex-min-height-inner {
    min-height: 20vh;
}
.about-content-bg-box {
    position: static;
    width: 100%;
    left: 0;
}
.what-content-bg, .about-content-bg {
    height: 25vh;
}
.about_text_innner p, .about_con p, .safety_inner p,.p-index-feature-text, .flex-min-height-box p{
	font-size: 14px;
	line-height: 25px;
}

}

/*herbacie’s Feature*/
.c-title--sm {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 auto 50px;
	text-align: center;
	color: #BA5B58;
}
.c-container--lg {
    max-width: 1240px;
}
.c-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.p-index-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-index-feature-item {
    position: relative;
    width: 33%;
    background-color: #fff;
}
.p-index-feature-item:nth-child(1)::before {
    content: "1";
}
.p-index-feature-item:nth-child(2)::before {
    content: "2";
}
.p-index-feature-item:nth-child(3)::before {
    content: "3";
}
.p-index-feature-item::before {
    content: "";
    position: absolute;
    display: block;
    top: -25px;
    left: 20px;
	font-family: minerva-modern, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 80px;
    line-height: 1;
    color: #BA5B58;
    z-index: 2;
}
.p-index-feature-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.p-index-feature-detail {
    padding: 20px 30px 30px;
}
.p-index-feature-title {
    font-size: 18px;
    line-height: 35px;
    color: #BA5B58;
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px){
.c-title--sm {
	padding-left: 20px;
    font-size: 16px;
    margin: 0 auto 40px;
	text-align: left;
}
.c-container {
    padding: 0 20px;
}	
.p-index-feature-list {
    display: block;
}
.p-index-feature-item {
    width: 100%;
}
.p-index-feature-item:nth-child(1){
	margin-bottom: 50px;
}
.p-index-feature-item:nth-child(2){
	margin-bottom: 50px;
}
.p-index-feature-item::before {
    font-size: 50px;
    top: -20px;
    left: 10px;
}
.p-index-feature-detail {
    padding: 20px 25px 25px;
}
.p-index-feature-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
}
/* product*/
.bottom-padding-30 {
    padding-bottom: 30px;
}
.flex-min-height-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
.portfolio-content-inner {
    min-height: 70vh;
}
.portfolio-content .pro_con {
    position: static;
}
.six-columns{
    position: static;
}
.six-columns {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.content-right-margin-70 {
    margin-right: 70px;
}
.wp1240 {
    max-width: 1240px;
	padding: 0 50px;
}
.pro_flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.flex-min-height-inner {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.pro_con{
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.six-columns{
    position: static;
}
.portfolio-content-bg-box {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    display: inline-block;
    z-index: 2;
}
.portfolio-content-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hidden-box {
    overflow: hidden;
}
.p-slide_con{
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 50px 0;
}
/*------ スライダーの横幅 ------*/
.slick-inner{
	width:100%;
	margin: 0 auto;
	padding: 10px;
}
/*------ スライダー画像 ------*/
.slick-inner img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slick-inner .slick-slide{
	height:auto !important;
}

/*---------- 矢印 ----------*/

.p-slide_con .slick-slider .slick-arrow {
  display: block!important;
  position: absolute!important;
  top: -95px!important;
  bottom: 0!important;
  margin: auto!important;
  padding: 0!important;
  width: 20px!important;
  height: 38px!important;
  color: transparent!important;
  z-index: 1!important;
  transition: opacity 0.5s!important;
  z-index: 1!important;
}
.p-slide_con .slick-slider .slick-arrow:hover {
  opacity: 0.7!important;
}

/* 共通設定 */

.p-slide_con .slick-slider .slick-next::before,
.p-slide_con .slick-slider .slick-next::after,
.p-slide_con .slick-slider .slick-prev::before,
.p-slide_con .slick-slider .slick-prev::after {
  position: absolute!important;
  top: 0!important;
  bottom: 0!important;
  margin: auto!important;
  content: ""!important;
  vertical-align: middle!important;
}
.p-slide_con .slick-slider .slick-next::before,
.p-slide_con .slick-slider .slick-prev::before {
  width: 36px!important;
  height: 1px!important;
  background: #fff!important;
}
.p-slide_con .slick-slider .slick-next::after,
.p-slide_con .slick-slider .slick-prev::after {
  width: 26px!important;
  height: 26px!important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

/* next */

.p-slide_con .slick-slider .slick-next {
  right: 15px!important;
}
.p-slide_con .slick-slider .slick-next::before {
  right: 0!important;
}
.p-slide_con .slick-slider .slick-next::after {
  right: 4px!important;
  transform: rotate(45deg)!important;
}

/* prev */

.p-slide_con .slick-slider .slick-prev {
  left: 15px!important;
}
.p-slide_con .slick-slider .slick-prev::before {
  left: 0!important;
}
.p-slide_con .slick-slider .slick-prev::after {
  left: 4px!important;
  transform: rotate(-135deg)!important;
}

@media screen and (max-width: 767px) {
.wp1240{
    padding: 0 20px;	
}
.bottom-padding-30{
	padding-bottom: 0px;	
}
.pro_con {
    width: calc(100% - 0px);
	position: relative;
}
.six-columns{
    position: relative;
	flex-basis: 100%;
}
.content-right-margin-70{
	margin-right: 0;
	margin-bottom: 30px;
}
.portfolio-content-bg-box {
    position: static;
    width: 100%;
    left: 0;
}
.portfolio-content-bg {
    height: 40vh;
}

.p-slide_con .slick-slider .slick-next::before,.p-slide_con .slick-slider .slick-prev::before {
	width: 18px!important;
}
.p-slide_con .slick-slider .slick-next::after,.p-slide_con .slick-slider .slick-prev::after {
    width: 10px!important;
    height: 10px!important;
}
.p-slide_con .slick-slider .slick-next {
    right: 8px!important;
}
.p-slide_con .slick-slider .slick-prev {
    left: 8px!important;
}
.p-slide_con .slick-slider .slick-prev::before {
    left: 2px!important;
}
.p-slide_con .slick-slider .slick-next::after {
    right: 2px!important;
}
.p-slide_con{
	padding: 20px 10px 0;
}
}

h3.p-name{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    margin: 10px auto 0px;
    color: #BA5B58;
}
p.product-text {
	font-size: 14px;
	line-height: 25px;
    margin-top: 10px;
}
.tagBox {
	margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 4px;
}
.tagBox .tag {
    text-align: center;
    border-radius: 100px;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
    padding: 4px 10px 2px;
    line-height: 1;
}

/* how to use */
.h-t-u-allwrap{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
}
.h-t-u-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6F6F6;
}

.h-t-u {
	width: 50%; /*flex: 2;*/
	padding: 20px;
}
.h-t-u-img {
	width: 50%; /*flex: 1;*/
}

.step-title {
	margin-bottom: 25px;
	font-size: 18px;
	color: #BA5B58;
}
.h-t-u-text p {
	font-size: 16px;
	line-height: 25px;
}

.h-t-u-img img {
	display: block;
	width: 100%;
	height: auto;
}

.h-t-u-step {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.h-t-u-step-text {
	width: 70%; /*flex: 2;*/
}
.h-t-u-step-img {
	width: 25%; /*flex: 1;*/
}

.h-t-u-step-text h2 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
}
.h-t-u-step-text p {
	font-size: 14px;
	line-height: 20px;
}

.h-t-u-step-img img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
.h-t-u-allwrap{
	width: 100%;
	padding: 0;
}
.h-t-u-wrap {
	flex-direction: column;
}
.sp_h-t-u-step {
	margin-bottom: 50px;
}
.sp_margin-bottom_0{
	padding-bottom: 0px !important;
}
.h-t-u, .h-t-u-img {
	width: 100%; /*flex: 1;*/
}
.h-t-u{
	padding: 40px 0 100px 0;
}
.step-title {
	text-align: left;
}
.h-t-u-step{
	flex-direction: column;
}
.h-t-u-step-text{
	width: 100%; /*flex: 1;*/
	padding: 0 40px;
}
.h-t-u-step-img {
	width: 30%; /*flex: 1;*/
	margin-bottom: 30px;
}
.h-t-u-text {
	padding: 3rem;
}
.h-t-u h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.h-t-u-step-text p {
    font-size: 14px;
    line-height: 25px;
	text-align: center;
}

}
/* パララックス背景 */
.parallaxContainer {
    position: relative;
}
.js-parallax{
	width: 100%;
	height: 500px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px){
.js-parallax {
    height: 350px;
}

}

/* NEWS */
.tp--ns__list {
    max-width: 1240px;
	margin: 0 auto;
    padding: 0 50px;
}
.tp--ns__one:last-child {
    border-bottom: 1px solid #CCC !important;
}
.tp--ns__one {
    width: 100%;
    border-top: 1px solid #CCC;
}
.tp--ns__one__a {
    padding: 34px 2.5% 35px;
    display: block;
    width: 100%;
    position: relative;
}

.tp--ns__one__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.tp--ns__one__tbx {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tp--ns__one__time {
    width: 17.64706%;
    font-size: 15px;
    line-height: 1.7;
}
.tp--ns__one__ttl {
    width: 82.35294%;
    font-size: 15px;
	line-height: 1.7;
    margin: 0;
    padding: 0 50px 0 0;
}

@media screen and (max-width: 768px){
.tp--ns__list {
    padding: 0 20px;
}
.news_wrapper{
	padding: 70px 20px;
}
.tp--ns__one__tbx {
    width: calc(100% - 0px);
}
.tp--ns__one__a {
    padding: 20px 0 20px;
}
	
.tp--ns__one__time {
    padding: 2px 0 0 0;
	font-size: 12px;
    line-height: 1.2;
	width: 100%;
}
.tp--ns__one__ttl {
    font-size: 12px;
    line-height: 1.7;
    margin: 13px 0 0;
	width: 100%;
    padding: 0;
}
}

/*========= SHOP INFO ===============*/

.ww--ms {
	width: 100%;
    background-color: #182338;
	color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ww--ms__visu {
    width: 50%;
	position: relative;
    overflow: hidden;
    z-index: 0;
}
.ww--ms__visu:before {
	display: block;
    width: 100%;
    padding: 69.73333% 0 0;
}
.ww--ms__visu__img {
    width: 100%;
    height: 788px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.m--fig{
    width: 100%;
    position: relative;
}
.m--fig {
    background-color: #ececec;
    overflow: hidden;
}
.m--bg.is-l {
    opacity: 1;
}
.m--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    opacity: 0;
}
.ww--ms__de {
    width: 50%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ww--ms__de__hd {
    width: 100%;
    margin: 0 auto;
    color: #8d643e;	
}
p.c--read{
	font-size: 16px;
	line-height: 35px;
    margin: 0;
}
.ww--ms__de__read {
	width: 100%;
    margin: 0;
}
.ww--ms__de__sub {
    font-size: 25px;
    line-height: 36.4px;
	color: #fff;
}

.ww--ms__de__cap {
    margin: 17px 0 0;
}
@media screen and (max-width: 768px){
.ww--ms__visu {
    width: 100%;
}
.ww--ms__visu__img {
    height: 400px;
}
.ww--ms__de {
    width: 100%;
    padding: 50px 20px;
}
p.c--read{
	font-size: 14px;
	line-height: 25px;
}
.btn-arrow-area2 {
    margin-top: 30px;
    text-align: center;
}
}
/*========= page common ===============*/
.hero_wrap{
	width: 100%;
}
.page--howtodrink .page--hero{
    /*background-image: url(../images/about_bgimg.jpg);
    background-position: center;
    background-size: cover;*/
	background: #BA5B58;
    height: 300px;
    position: relative;
}
h1.hero_ttl {
	width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    font-weight: 500;
    z-index: 1;
}
.t_en {
    font-size: 16px;
    letter-spacing: 0;
	text-align: center;
    color: #000;
	display: block;
}
.t_ja {
    font-size: 18px;
    line-height: 35px;
    color: #000;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.p-section{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.cp-section{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}
.p-cont-inner{
    width: 100%;
	max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px){
.page--howtodrink .page--hero{
    /*background-image: url(../images/about_bgimg.jpg);
    background-position: center;
    background-size: cover;*/
	background: #BA5B58;
    height: 200px;
    position: relative;
}
.p-cont-inner{
    padding: 0 20px;
}
}
/*========= product list 商品一覧 ===============*/
.block-category-list--link-genre {
    margin: 0;
}
.block-category-list--link-genre h2 {
    font-size: 24px;
    padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
.block-category-list--link-genre ul {
    display: flex;
    flex-wrap: wrap;
}
.block-category-list--link-genre ul li {
    width: 23.8%;
    margin: 0 1% 1% 0;
}
.block-category-list--link-genre ul li:nth-child(4n) {
    margin-right: 0;
}
.block-category-list--link-genre ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 5px;
    padding: 0px 20px 0px 12px;
    color: #BA5B58;
    background: #f5eee7;
}
.block-category-list--link-genre ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: #BA5B58 1px solid;
    border-right: #BA5B58 1px solid;
    transform: rotate(45deg);
}
@media screen and (max-width: 768px){
.block-category-list--link-genre ul li {
    width: 49%;
}
.block-category-list--link-genre ul li:nth-child(2n) {
    margin-right: 0;
}	
.block-category-list--link-genre ul li:nth-child(n+3) {
    margin-top: 0px;
}
}
/*========= how to drink ===============*/
.htd--contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: center;
}
.htd--contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

.htd--contents-text {
	width: 40%; /*flex: 2;*/
}
.htd--contents-img {
	width: 50%; /*flex: 1;*/
}

.htd--contents-text h2 {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 auto 5px;
    color: #BA5B58;
}
.htd--contents-text h3 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto 30px;
    color: #000;
}
.htd--contents-text p {
    font-size: 14px;
    line-height: 35px;
    margin: 0;
}
.htd--contents-img img {
	display: block;
	width: 100%;
	height: auto;
}
.how--to-info{
	width: 100%;
	background: #F6F6F6;
}
.how--to-info_text{
	padding: 20px;
}
h4.h-info-ttl{
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 0;
    margin: 0 auto 5px;
    color: #BA5B58;
}
p.h-info-text{
	font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    color: #000;	
}

@media screen and (max-width: 768px){
.htd--contents-wrap,
.htd--contents-wrap:nth-child(odd)  {
	flex-direction: column;
}
.htd--contents-text,
.htd--contents-img {
	width: 100%; /*flex: 1;*/
}
.htd--contents-text {
	padding: 20px;
}
.htd--contents-text h3 {
	margin: 0 auto 20px;
}
.htd--contents-text p {
    line-height: 25px;
}
}

/*========= カウンセリング ===============*/
.sec_counseling_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec_counseling_list {
    border: 1px solid #BA5B58;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
	margin-bottom: 6%;
}
.sec_counseling_list img{
    width: 100%;
    margin: 0 auto 22px;
    padding: 0 22px 0;
    text-align: center;
}
.sec_counseling_name {
    color: #BA5B58;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    width: 80%;
    margin: -42px auto 7px;
}
.name_title{
	font-size: 20px !important;
	line-height: 1.5 !important;
}
.sec_counseling_content {
    padding-left: 20px;
    padding-bottom: 20px;
}
.btn-arrow-area22 {
    width: 100%;
    margin-top: 0px;
	margin-bottom: 20px;
    text-align: center;
}
.btnarrow22{
	width: 300px;
	position: relative;
	border: 1px solid #BA5B58;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #BA5B58;
    outline: none;
    transition: all .2s linear;
}
.btnarrow22:hover{
	background:#BA5B58;
	color:#fff;
}
/*矢印と下線の形状*/
.btnarrow22::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-13px;
    /*下線の形状*/
	width:40px;
	height:1px;
	background:#BA5B58;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow22::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 29%;
    right: -8px;
    /*矢印の形状*/
	width:1px;
	height:12px;
	background:#BA5B58;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow22:hover::before{
	right:-20px;
}

.btnarrow22:hover::after{
	right:-15px;
}
/*Checkboxes styles*/
.sec_counseling_content input[type="checkbox"] { display: none; }
.sec_counseling_content input[type="checkbox"] { vertical-align: middle; }
.sec_counseling_content input[type="checkbox"] + label {
  font-size: 16px;
  line-height: 27px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sec_counseling_content input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.sec_counseling_content input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #BA5B58;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.sec_counseling_content input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sel_text{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1050px){
.sec_counseling_list {
    border: 1px solid #BA5B58;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
	margin-bottom: 10%;
}
}
@media screen and (max-width: 764px){
.sec_counseling_list {
    border: 1px solid #BA5B58;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	margin-bottom: 20%;
}
}
/*========= FOOTER ===============*/
.l-footerWrap {
  padding-top: 80px;
  padding-bottom: 15px;
  background: #DCD4C7;
}
.p-inner--footer{
  padding: 0 50px;
}
.l-footerInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footerInner__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footerInner__logo {
  max-width: 90px;
	margin-bottom: 30px;
}
.l-footerInner__logo img {
    width: 100%;
}
.p-sns__title {
    font-size: .75rem;
    margin-bottom: 8px;
}
.p-sns__list {
    display: flex;
}
.p-sns__list__item {
    margin-right: 16px;
}
.p-sns__list__item a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.l-footerInner__right {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  min-width: 265px;
  gap: 30px;
}
.l-footerMenu {
  display: flex;
  justify-content: flex-end;
  font-size: .8125rem;
  gap: 30px;
}
.l-footerMenu > li img {
  width: 25px;
}
.l-footerMenu__left {
  display: flex;
  gap: 60px;
  margin-right: 82px;
}
.l-footerMenu__heading {
  margin-bottom: 10px;
  color: #4C4232;
  font-size: 14px;
}
.l-footerMenu__list.-hassub .l-footerMenu__list__item::before {
  content: "-";
  margin-right: 5px;
}
.l-footerMenu__list__item {
  margin-bottom: 10px;
  color: #4C4232;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.l-footerCopyright {
  margin-top: 50px;
  text-align: center;
  font-size: .625rem;
}
@media screen and (max-width: 767px){
  .l-footerWrap {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .p-inner--footer {
    padding: 0 24px;
  }
  .l-footerInner {
    flex-direction: column;
  }
  .l-footerInner__left {
    display: contents;
  }
  .l-footerInner__logo {
    order: 1;
    max-width: 90px;
    margin: 0 auto 30px;
  }
  .p-sns__list {
    padding-bottom: 24px;
  }	
  .p-sns__list__item {
    margin-right: 8px;
  }
  .l-footerInner__right {
    order: 2;
    flex-direction: column-reverse;
    text-align: right;
    white-space: normal;
  }
  .l-footerMenu {
    order: 3;
    display: block;
    font-size: .6875rem;
  }
  .l-footerInner__right .l-footerMenu {
    display: flex;
    justify-content: center;
  }
  .l-footerMenu__left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    gap: 0;
  }
  .l-footerCopyright {
    margin-top: 30px;
  }
}

.delivery-date {
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background: #BA5B58;
    box-sizing: border-box;
}

.l-footerSearch {
  position: relative;
  border-bottom: 1px solid #4C4232;
  padding-right: 25px;
}
.l-footerSearch__input {
  min-width: 240px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.l-footerSearch__btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .l-footerSearch {
    width: 80%;
    margin: 0 auto;
  }
  .l-footerSearch .l-footerSearch__input {
    width: 100%;
    padding: 8px 30px 8px 15px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .delivery-date .SP {
      display: block;
  }
}

.p-column_header__panel__inner__thumbnal {
  margin-bottom: 100px;
}
.p-column_header__panel__inner__top {
  justify-content: flex-start;
  color: #A29684;
  font-size: 12px;
}
.p-column_header__panel__inner__title {
  padding-bottom: 30px;
  border-bottom: 1px solid #DCD4C7;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  color: #4C4232 !important;
}
.p-page_article__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #DCD4C7;
  color: #4C4232 !important;
  font-size: 14px;
}
.c-article_nav__inner__back {
  color: #4C4232 !important;
  text-decoration: none;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
@media screen and (max-width: 768px) {
  .p-column_header__panel__inner__thumbnal {
    margin-bottom: 30px;
  }
}