@charset "utf-8";
/* CSS Document */
/* スマホ用モバイルファースト
------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
hr {
  border-top: solid 1px #dadada;
}
.br {
  display: none;
}
.photo_r {
  float: none;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
.photo_l {
  float: none;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
.clear {
  clear: both;
}
.smpnone {
  display: none !important;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
}
.group2 {
  overflow: hidden;
}
.maB30 {
  margin-bottom: 30px;
}
.maT40 {
  margin-top: 40px;
}
.txt_small {
  font-size: 1.3rem;
}
/* ヘッダー
------------------------------------------------- */
body {
  font-weight: 500;
  background-color: #FFF;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  padding-top: 104px;
}
/* 固定用ヘッダー */
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  transition: .3s;
  padding-top: 0;
  min-height: inherit;
  min-height: inherit;
}
/* ハンバーガーメニュー */
.nav-trigger span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: 0;
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 26px;
  background: #000;
}
p#btn_menu {
  top: 3px;
}
.cb-shopping-cart {
  width: 25px;
}
.badge {
  padding: 3px 5px;
}
.header_logo_area {
  position: relative;
  z-index: 10;
  margin-right: 0;
  min-height: inherit;
  padding: 10px 8px;
}
.header_logo_area .header_logo {
  margin: 0;
  width: 80px;
}
.nav-trigger span::before {
  top: -7px;
}
.nav-trigger span::after {
  top: 7px;
}
.cart-trigger, .nav-trigger {
  position: relative;
  display: block;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer;
}
p.cart-trigger a {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  outline: none;
}
p.cart-trigger .cb-close {
  opacity: 0;
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 1.8rem;
}
.cart-trigger2 {
  position: relative;
  display: block;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer;
}
p.cart-trigger2 a {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  outline: none;
}
p.cart-trigger2 .cb {
  font-size: 2rem;
  vertical-align: baseline;
}
.member_link {
  margin-bottom: 0;
}
.member_link li a img {
  vertical-align: sub;
}
/* 言語選択 */
ul.language {
  margin-bottom: 0;
  list-style: none;
}
ul.language a {
  border-bottom: 1px solid #e8e8e8;
  color: #525263;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  white-space: nowrap;
}
ul.language li:last-child a {
  border-bottom: none;
}
ul.language a:hover {
  color: #9797a1;
}
ul.category-nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  background-color: #f4f4f4;
}
ul.category-nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.category-nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  border-bottom: none;
}
.category-nav li > a:hover {
  background: rgba(204, 204, 204, 0);
  color: #999;
}
#drawer ul.category-nav {
  flex-direction: column;
  background-color: #f4f4f4;
}
#drawer .category-nav a {
  padding: 0 10px;
}
.drawer {
  width: 280px;
  z-index: 3;
}
ul.member_link_sp {
  position: absolute;
  top: 7px;
  right: 115px;
  list-style: none;
  display: flex;
  font-size: 1rem;
  z-index: 10;
}
ul.member_link_sp li {
  margin: 0 5px;
}
ul.member_link_sp li a {
  text-align: center;
  color: #000;
}
ul.member_link_sp li img {
  display: block;
  font-size: 2rem;
  margin: auto;
}
p.cart-trigger .cb {
  font-size: 2rem;
  vertical-align: baseline;
}
span.cart_ttl {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
}
/* 重要なお知らせ
------------------------------------------------- */
.information {
  clear: both;
  font-size: 80%;
  margin-top: 0;
}
.info_btn a {
  text-align: center;
  background-color: #1b7fa4;
  color: #FFF;
  text-decoration: none;
  padding: 7px 10px;
  font-weight: bold;
  display: block;
  font-size: 80%;
}
.info_btn a:hover {
  background-color: #2e8eb2;
}
.newslist {
  border-bottom: none;
}
.newslist dl {
  border-top: none;
  font-size: 1.4rem;
}
.newslist dt {
  padding: 8px 0;
}
.newslist dt span.date {
  color: #999;
}
.newslist dd {
  color: #505050;
}
.news_contents {
  margin: 0 auto 40px;
}
h2.top_h2 {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 1.8rem;
}
h2.top_h2 span {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: 500;
}
h2.top_h2 span:before, h2.top_h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ccc;
}
h2.top_h2 span:before {
  left: 0;
}
h2.top_h2 span:after {
  right: 0;
}
.newslist dt .angle-circle {
  right: 8px;
}
ul.delivery {
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 0 auto 90px;
}
ul.delivery li {
  width: 48%;
}
ul.delivery li a {
  display: block;
  text-align: center;
  background-color: #666666;
  color: #FFF;
  padding: 20px 10px;
  transition: 0.4s;
}
ul.delivery li a:hover {
  background-color: #888888;
}
ul.important_info {
  max-width: 1118px;
  padding: 10px 8px 10px 8px;
  box-sizing: border-box;
  margin: auto;
  list-style: none;
  font-size: 1.4rem;
  text-align: center;
}
ul.important_info li {
  margin-top: 10px;
}
ul.important_info li a {
  color: #5ca1d7;
}
ul.important_info li span.txt_red {
  color: #f5788b;
}
ul.important_info ul {
  margin-top: 10px;
}
ul.important_info ul li {
  margin-top: 0;
  list-style: disc;
  margin-left: 20px;
}
/* フッター
------------------------------------------------- */
#footer {
  padding: 0;
  margin-bottom: 14px;
  margin-top: 36px;
  text-align: center;
  background: none;
  border-top: none;
  background-color: #f4f4f4;
}
#footer ul.footer_sns {
  list-style: none;
  display: flex;
  justify-content: center;
  clear: both;
  align-items: center;
  margin-bottom: 40px;
}
#footer ul.footer_sns li {
  margin: 10px 20px;
  display: block;
  width: 30px;
}
#footer ul.footer_sns li:last-child {
  width: 40px;
}
#footer ul.footer_sns li img {
  width: 100%;
  height: auto;
}
#footer ul.footer_menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 8px;
}
#footer ul.footer_menu li {
  border: solid 1px #ddd;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  padding: 8px 10px;
  margin-left: -1px;
  margin-top: -1px;
  width: calc(50% + 1px);
}
#footer .btn_nk {
  text-align: center;
}
#footer .btn_nk a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFF;
  border-radius: 5px;
  border: solid 1px #d6d6d6;
  margin: 20px 0 0;
}
#footer .btn_nk a:hover {
  background-color: #fafafa;
}
.footer_line {
  border-top: solid #dadada 1px;
  padding-top: 30px;
  background-color: #FFF;
  clear: both;
}
#footer ul {
  font-size: 14px;
}
#footer ul.footer_menu li.spacer {
  display: none;
}
.copyright {
  font-size: 1.4rem;
  color: #999999;
  text-align: center;
  margin-bottom: 50px;
}
#contents {
  min-height: inherit;
  z-index: 2;
}
svg {
  width: 100%;
  height: 100%;
  display: block;
}
.search_inner {
  display: flex;
}
.search select {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1.5em 0 1em;
  border-radius: 100px !important;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(select_arrow.png);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #FFF;
  height: 40px;
  width: 45% !important;
}
.search select .form-control {
  border-radius: 100px;
}
.search .input_search {
  height: 40px;
  padding-top: 5px;
  border-bottom: none;
  width: 55%;
  box-sizing: border-box;
}
.search input[type="search"] {
  height: 30px;
  font-size: 1.5rem;
}
.bt_search {
  height: 28px;
}
#search {
  background: #f4f4f4;
  padding: 8px 8px;
}
.extra-form {
  margin: 0;
}
.header_bottom_area select::-ms-expand {
  display: none;
}
/* メイン
------------------------------------------------- */
/* スライドバナー */
#top_mainslider p img {
  width: 100%;
  height: auto;
}
.inori_bnr {
  width: 50%;
  float: left;
  margin: 10px 0;
}
.inori_bnr ul {
  list-style: none;
}
.inori_bnr li span.min_sub {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 96%;
  display: none;
  margin: 10px;
}
.inori_bnr li span.min_ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  margin: 10px 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
.inori_bnr li span.min_ttl:before, .inori_bnr li span.min_ttl:after {
  border-top: 1px solid #dadada;
  content: "";
  display: inline; /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.inori_bnr li span.min_ttl:before {
  margin-right: 1em;
}
.inori_bnr li span.min_ttl:after {
  margin-left: 1em;
}
.inori_bnr img {
  width: 100%;
  height: auto;
}
.iyashi_bnr {
  width: 50%;
  float: right;
  margin: 10px 0;
}
.iyashi_bnr ul {
  list-style: none;
}
.iyashi_bnr li span.min_sub {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 96%;
  display: none;
  margin: 10px;
}
.iyashi_bnr li span.min_ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  margin: 10px 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
.iyashi_bnr li span.min_ttl:before, .iyashi_bnr li span.min_ttl:after {
  border-top: 1px solid #dadada;
  content: "";
  display: inline; /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.iyashi_bnr li span.min_ttl:before {
  margin-right: 1em;
}
.iyashi_bnr li span.min_ttl:after {
  margin-left: 1em;
}
.iyashi_bnr img {
  width: 100%;
  height: auto;
}
/* 上部2商品 */
h2.top_phrase {
  text-align: center;
  font-size: 12px;
  margin: 0 auto 20px;
  font-weight: normal;
  clear: both;
}
.top_wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
}
.top_lrbox {
  background-color: #FFF;
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border: none;
  vertical-align: top;
}
.top_lrbox:last-child {
  padding: 0;
}
.top_lrbox img {
  max-width: 100%;
  height: auto;
}
.top_lrbox h4 {
  display: inline;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  margin: 15px 0 0 0;
  color: #000;
}
.top_lrbox h4 span {
  font-size: 130%;
}
.top_lrbox dl {
  clear: both;
  margin: 5px 0 20px 0;
  width: auto;
  vertical-align: top;
}
.top_lrbox dl img {
  width: 100%;
}
.top_lrbox dl dd {
  font-size: 80%;
}
.top_lrbox dl dd span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
/* おすすめ商品 */
.top_lrbox_s {
  background-color: #FFF;
  display: table-cell;
  width: 50%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  border-right: 1px solid #dadada;
  vertical-align: top;
}
.top_lrbox_s:last-child {
  border-right: none;
  border-left: 1px solid #dadada;
  padding: 0 0 0 10px;
}
.top_lrbox h4 {
  display: block;
}
.top_reco_wrap {
  margin-left: 0;
  overflow: hidden;
  letter-spacing: -0.5em;
}
.top_reco_wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.top_reco_wrap p {
  margin-bottom: 5px;
}
.top_item_inori {
  width: auto;
  display: block;
  box-sizing: border-box;
  margin-left: 0;
  letter-spacing: normal;
}
.top_item_inori p {
  margin-top: 0
}
.top_item_inori h3 {
  background-color: #9a5aa0;
  color: #FFF;
  display: inline-block;
  font-size: 76%;
  padding: 2px 5px 0 5px;
  margin: 0 0 5px 0;
  vertical-align: top;
}
.top_item_inori h4 {
  clear: both;
  margin: 0 0 10px 0;
  color: #9a5aa0;
  font-size: 86%;
  vertical-align: top;
}
.top_item_inori h4 a {
  color: #9a5aa0;
}
.top_item_inori h4 a:hover {
  color: #bf71c6;
}
.top_item_iyashi {
  width: auto;
  display: block;
  box-sizing: border-box;
  margin-left: 0;
  letter-spacing: normal;
}
.top_item_iyashi p {
  margin-top: 0
}
.top_item_iyashi h3 {
  background-color: #c6d800;
  display: inline-block;
  font-size: 76%;
  padding: 2px 5px 0 5px;
  margin: 0 0 5px 0;
  vertical-align: top;
}
.top_item_iyashi h4 {
  clear: both;
  margin: 0 0 10px 0;
  color: #a8b700;
  font-size: 90%;
  vertical-align: top;
}
.top_item_iyashi h4 a {
  color: #a8b700;
}
.top_item_iyashi h4 a:hover {
  color: #c9db00;
}
/* 新着情報 */
h2.heading01 {
  font-size: 120%;
}
/* カテゴリーバナー */
.top_category {
  background-color: #ececec;
  padding: 20px 0;
}
.top_category_in {
  padding: 0 8px;
}
h2.top_catettl {
  clear: both;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
}
.top_category h3 {
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.top_category h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}
.top_category h3 span {
  position: relative;
  padding: 0 20px;
  background: #ececec;
}
#footer ul.top_catebnr {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#footer ul.top_catebnr li {
  width: 25%;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.2rem;
}
#footer ul.top_catebnr li a {
  color: #525263;
  padding: 0 5px;
  display: block;
}
#footer ul.top_catebnr img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
}
/* 最下部ナビゲーションバナー */
#footer .container-fluid {
  padding: 0;
}
/* PAGE TOP
------------------------------------------------- */
#page-top {
  position: static;
  margin: 0 auto 20px;
  z-index: 999;
  width: 30px;
}
ul.cashless {
  clear: both;
  margin: 0px 0 10px 0;
  text-align: center;
  display: flex;
  list-style: none;
  flex-direction: column;
}
ul.cashless li:nth-of-type(1) {
  margin: 0 0 10px 0;
}
ul.cashless img {
  width: 100%;
  height: auto;
}
p.cashless {
  text-align: center;
  clear: both;
  margin: 0px 0 10px 0;
  background-color: #dff2fc;
}
p.cashless img {
  max-width: 100%;
  height: auto;
}
.delivery {
  margin-top: 0;
  margin-bottom: 10px;
  clear: both;
  font-size: 80%;
}
/* 動くアイコン */
.ico_inori {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#9a5aa0, 10%);
  position: relative;
  transform: translate3d(0, 0, 0);
  margin: 0 20px 20px 0;
}
.ico_inori .wave {
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e0a77;
  width: 80px;
  height: 80px;
  transform-origin: 50% 47%;
  border-radius: 48%;
  animation: drift 7000ms infinite linear;
}
.ico_inori .wave.-three {
  position: absolute;
  top: 2px;
  left: 0;
  animation: drift 9000ms infinite linear;
  border-radius: 43%;
}
.ico_inori .wave.-two {
  animation: drift 12000ms infinite linear;
  opacity: .2;
  background: #9a5aa0;
  border-radius: 40%;
}
.ico_inori h3.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 80px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(black, .1);
  margin: 0;
}
.ico_iyashi {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#9a5aa0, 10%);
  position: relative;
  transform: translate3d(0, 0, 0);
  margin: 0 20px 20px 0;
}
.ico_iyashi .wave {
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  background: #c6d800;
  width: 80px;
  height: 80px;
  transform-origin: 50% 47%;
  border-radius: 48%;
  animation: drift 5000ms infinite linear;
}
.ico_iyashi .wave.-three {
  animation: drift 7000ms infinite linear;
  border-radius: 40%;
  position: absolute;
  top: 2px;
  left: 0;
}
.ico_iyashi .wave.-two {
  animation: drift 9000ms infinite linear;
  opacity: .2;
  background: 9a5aa0;
  border-radius: 45%;
}
.ico_iyashi h3.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 80px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(black, .1);
  margin: 0;
}
/* 注文ステップお客様情報変更
------------------------------------------------- */
.nk_guest_name, .nk_guest_address, .nk_guest_tel, .nk_guest_mail {
  display: block;
  width: 100%;
}
.nk_guest_name .mod-button, .nk_guest_address .mod-button, .nk_guest_tel .mod-button, .nk_guest_mail .mod-button {
  display: block;
  width: 100%;
  padding: 0;
}
.nk_guest_name p, .nk_guest_address p, .nk_guest_tel p, .nk_guest_mail p {
  display: block;
  margin: 0;
}
.column.is-edit .nk_guest_name input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: 43%;
  line-height: 1.5;
  margin: 0 10px 8px 0;
}
.column.is-edit .nk_guest_address .customer-zip01 input, .column.is-edit .nk_guest_address .customer-zip02 input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  max-width: 5em;
  line-height: 1.5;
  margin: 0 5px 0 5px;
}
.column.is-edit .nk_guest_mail input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 8px;
}
.column.is-edit .nk_guest_tel input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  max-width: 5em;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
.column.is-edit .nk_guest_address .customer-pref input {
  display: block;
  margin: 8px 0;
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: auto;
  line-height: 1.5;
}
.column.is-edit .nk_guest_address .customer-addr01 input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.5;
  display: block;
  margin: 8px 0 0 0;
  width: 100%;
}
.column.is-edit .nk_guest_address .customer-addr02 input {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.5;
  display: block;
  margin: 8px 0 8px 0;
  width: 100%;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
/* こんな商品を見た人は＆おすすめ商品
------------------------------------------------- */
h4.nk_goods {
  font-weight: bold;
  color: #333;
  font-size: 100%;
  border-bottom: solid 1px #999999;
  padding-bottom: 5px;
}
.nk_goodswrap {
  padding: 10px 10px 0 10px;
  border: solid 1px #dedede;
  margin-bottom: 50px;
  font-size: 90%;
}
.front_page .nk_goodswrap .item_comment {
  color: #0092C4 !important;
}
.nk_slickmaT {
  margin-top: 2em;
}
.front_page #contents .row > div {
  padding-bottom: 30px;
}
/* トップページお線香・仏具
------------------------------------------------- */
.category_pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup_list {
  width: 32.222%;
  text-align: center;
}
.pickup_list h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 7px;
}
.pickup_list img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  transition: 0.4s;
}
.pickup_list ul {
  list-style: none;
}
.pickup_list ul li {
  margin: 10px 0;
  font-size: 1.3rem;
}
.pickup_list ul li a {
  display: block;
  color: #525263;
  padding: 5px 3px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: 0.4s;
}
.pickup_list ul li a:hover {
  background-color: #f4f4f4;
}
ul.slider_pickup {
  list-style: none;
  width: 90%;
  margin: auto;
}
ul.slider_pickup li {
  width: 33%;
  margin-bottom: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.slider_pickup li img {
  max-width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: -10px;
  left: auto;
}
.slick-prev:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0;
  top: 0;
}
.slick-next:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
}
ul.slider_pickup ul.slick-dots li {
  width: auto;
  padding: 0;
  margin: 0 0 50px 0;
}
#topicpath {
  border-top: none;
}
/* drawerボタン内のアコーディオンメニュー
------------------------------------------------- */
#drawer ul.category-nav {
  margin: 0;
}
#drawer ul.category-nav li {
  position: relative;
}
#drawer ul.category-nav li a {
  text-decoration: none;
  height: 50px;
  padding: 0 50px 0 1em;
  border-bottom: 1px dotted #ddd;
  font-weight: bold;
  line-height: 50px;
}
#drawer ul.category-nav li ul.child li a {
  font-weight: 500;
}
#drawer ul.category-nav li a:hover {
  color: #000;
}
/*開閉ボタン*/
.accordionBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 15px 15px 17px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.accordionBtn:before {
  content: "\f067";
  font-family: FontAwesome;
  color: #888;
}
.accordionBtn.active:before {
  content: "\f068";
  font-family: FontAwesome;
}
/* 子カテゴリー */
#drawer ul.category-nav li ul {
  margin: 0;
}
#drawer ul.category-nav li ul a {
  padding-left: 1.5em;
}
#drawer ul.category-nav li ul li ul a {
  padding-left: 2em;
  background-color: #FFF;
}
#drawer ul.category-nav li ul li ul li ul a {
  padding-left: 2.5em;
}
#category .accordionBtn {
  display: none;
}
/* drawerボタン内のアコーディオンメニューここまで
------------------------------------------------- */
/* サブトップお線香・仏事
------------------------------------------------- */
.subtop {
  margin-bottom: 50px;
}
.subtop article p {
  font-size: 1.4rem;
}
.sub_main {
  position: relative;
  margin-top: 20px;
}
.sub_main h1 {
  position: absolute;
  color: #FFF;
  background-color: #b49b4e;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  font-size: 1.8rem;
  padding: 10px;
}
.sub_main h1.okoh {
  background-color: #6b99a9;
}
.sub_main img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
h2.sub_h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
h3.sub_h3 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
h3.sub_h3 a {
  color: #000;
}
h3.sub_h3 a:hover {
  color: #666;
}
h3.sub_h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}
h3.sub_h3 span {
  position: relative;
  padding: 0 20px 0 0;
  background: #fff;
}
h3.sub_h3 img {
  width: 120px;
  transition: 0.4s;
}
h3.sub_h3 img:hover {
  opacity: 0.7;
}
.sub_aroma2box h3.sub_h3 img {
  width: 100px;
}
h4.sub_type {
  text-align: center;
  margin: 50px 0 30px;
}
h4.sub_type span {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
h4.sub_type span:before, h4.sub_type span:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h4.sub_type span:before {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  left: 0;
}
h4.sub_type span:after {
  content: '';
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  right: 0;
}
.sub_pickup div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}
.sub_pickup div ul li {
  width: 48%;
  margin-bottom: 4%;
  margin-left: 0;
}
.sub_pickup div ul li a {
  border-radius: 5px;
  border: solid 1px #b9b9b9;
  color: #000;
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 5px;
  font-size: 1.4rem;
  transition: 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_pickup div ul.kaori:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
.sub_pickup div ul.kaori li {
  width: 31%;
  margin-bottom: 4%;
}
.sub_pickup div ul.kaori li a {
  border-radius: 0;
  border: none;
  color: #000;
  background: none;
  padding: 0;
  justify-content: flex-start;
  font-size: 1.3rem;
}
.sub_pickup div ul.kaori li img {
  display: block;
  width: 85%;
  margin: 0 auto 10px;
  border-radius: 50%;
  transition: 0.4s;
}
.sub_pickup div ul.kaori li img:hover {
  opacity: 0.7;
}
.sub_pickup div ul li a:hover {
  background-color: #FFF;
}
.sub_pickup picture img, .sub_pickup_s picture img, .sub_aroma2box picture img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  object-position: 100% 100%;
  transition: 0.4s;
}
.sub_pickup picture img:hover, .sub_aroma2box picture img:hover {
  opacity: 0.7;
}
.sub_pickup_s div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}
.sub_pickup_s div ul li {
  width: 48%;
  margin-bottom: 4%;
  margin-left: 0;
}
.sub_pickup_s div ul li a {
  border-radius: 5px;
  border: solid 1px #b9b9b9;
  color: #000;
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 5px;
  font-size: 1.4rem;
  transition: 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ul.sub_series {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  overflow: hidden;
}
ul.sub_series li {
  width: 31.333%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 2%;
}
ul.sub_series li a {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 5px;
  border: solid 1px #b9b9b9;
  padding: 15px 3px;
  transition: 0.4s;
  font-size: 1.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ul.sub_series li a:hover {
  background-color: #FFF;
}
ul.sub_lineup {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  overflow: hidden;
}
ul.sub_lineup li {
  width: 24%;
  text-align: center;
  margin: 0 0 20px 1%;
  line-height: 1.2;
}
ul.sub_lineup li a {
  color: #000;
  font-size: 1.3rem;
}
ul.sub_lineup li img {
  display: block;
  margin-bottom: 5px;
  transition: 0.4s;
}
ul.sub_lineup li img:hover {
  opacity: 0.7;
}
h4.sub_h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sub_3box div {
  margin-bottom: 10px;
  display: flex;
}
.sub_3box picture {
  width: 100px;
  margin-right: 10px;
}
.sub_3box dl {
  width: calc(100% - 110px);
}
.sub_3box dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.sub_3box dl dd {
  color: #666;
  font-size: 1.2rem;
}
.sub_aroma2box p {
  margin-bottom: 20px;
}
.ec_wrapping {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-top: 50px;
  position: relative;
}
.ec_wrapping h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.ec_wrapping div {
  padding: 10px 0 10px 0;
  font-size: 1.4rem;
}
.ec_wrapping:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  top: -5px;
  left: 0;
  border-top: solid 1px #ddd;
  z-index: -1;
}
.ec_wrapping:after {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  bottom: -5px;
  left: 0;
  border-bottom: solid 1px #ddd;
  z-index: -1;
}
.wrap_btn {
  text-align: center;
}
.wrap_btn a {
  display: block;
  background-color: #666;
  color: #FFF;
  padding: 10px 30px;
  margin: 20px auto 0;
  max-width: 300px;
  transition: 0.4s;
}
.wrap_btn a:hover {
  background-color: #888;
}
.sub_2box div a {
  display: flex;
  margin-bottom: 10px;
}
.sub_2box picture {
  width: 30%;
  margin-right: 10px;
}
.sub_2box dl {
  width: calc(100% - (30% + 10px));
}
.sub_2box dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.sub_2box dl dd {
  color: #666;
  font-size: 1.2rem;
}
.sub_2box img {
  transition: 0.4s;
}
.sub_2box img:hover {
  opacity: 0.7;
}
.sub_sizuro {
  background-color: #f4f4f4;
}
.sub_sizuro a {
  display: flex;
  color: #000;
}
.sub_sizuro picture {
  width: 30%;
  margin-right: 10px;
}
.sub_sizuro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  transition: 0.4s;
}
.sub_sizuro picture img:hover {
  opacity: 0.7;
}
.sub_sizuro dl {
  width: calc(100% - (30% + 10px));
  padding: 4% 10px 4% 0;
}
.sub_sizuro dl dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.sub_sizuro dl dd {
  font-size: 1.2rem;
}
.sub_main h1.aroma {
  background-color: #c4ca3e;
}
/* 20220419追記注文ステップ */
.address_link a {
  color: #333;
}
.address_link .btn-default {
  color: #FFF;
  background-color: #DE5D50;
  border-color: #D7DADD;
}
/* 2023アンミング　活用方法
------------------------------------------------- */

.amg_bg {
  background-image: url("../img/lineup/iyashi/anming/bg.jpg");
  padding-bottom: 10px;
  margin: 0;
}
.amg_bg img {
  max-width: 100%;
  height: auto;
}

h3.amg_h3 {
  padding: 40px 0 0;
	margin: 0;
}
.amg_bg h4{
	margin-bottom: 0;
}
section.amg_contents {
  width: auto;
  padding: 10px 4% 0;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  box-sizing: border-box;
}
.amg_usemenu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.amg_usemenu li {
  width: 47%;
  margin: 0 1.5%;
}
.amg_usemenu li.menu1 {
  order: 1;
}
.amg_usemenu li.menu2 {
  order: 2;
}
.amg_usemenu li.menu3 {
  order: 5;
}
.amg_usemenu li.menu4 {
  order: 3;
}
.amg_usemenu li.menu5 {
  order: 4;
}
.amg_usemenu li.menu6 {
  order: 6;
}


.amg_usewhitewrap {
  padding: 20px;
  margin: 100px auto 50px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}
.amg_usewhitewrap div{
  width: 100%;
}
.amg_usewhitewrap h4 {
  margin: -90px 0 20px 0;
}

.amg_usebluewaku div.amg_box {
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
    background-color: #d5f6f5;
    border-radius: 10px;
    border: solid 2px #72e2dd;
}
.amg_usebluewaku dl dt, .amg_usepurplewaku dl dt {
    margin: -5px 0 20px 0;
}

.amg_usebluewaku ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: solid 2px #b7934c;
    border-bottom: solid 2px #b7934c;
}

.amg_usebluewaku ul li, .amg_usepurplewaku ul li {
  margin: 10px 0;
  font-weight: bold;
}

.amg_usebluewaku ul li:first-child, .amg_usepurplewaku ul li:first-child {
  width: calc(100% - 140px);
    text-align: left;
}
.amg_usebluewaku ul span, .amg_usepurplewaku ul span {
  display: block;
  margin: 5px 0 0 10px;
  font-size: 13px;
}
.amg_usebluewaku ul li img {
  width: 130px;
}
.amg_usebluewaku ul li:nth-child(2) img, .amg_usebluewaku ul li:nth-child(3) img, .amg_usepurplewaku ul li:nth-child(2) img, .amg_usepurplewaku ul li:nth-child(3) img {
  width: 70px;
}
.amg_usepurplewaku {
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #f8edfb;
  border-radius: 10px;
  border: solid 2px #ce85e2;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.amg_usepurplewaku ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-top: solid 2px #b7934c;
    border-bottom: solid 2px #b7934c;
}

.amg_usepurplewaku div:after {
  content: none;
}
.amg_usepurplewaku div p {
  width: 100%;
}
.amg_usepurplewaku div ul {
  width: 100%;
  margin-top: 10px;
}

.anchor{
  padding-top: 70px;
  margin-top:-70px;
}

.amg_dtl_l a {
    display: inline-block;
    background-color: #282398;
    border-radius: 10px;
    padding: 10px 30px;
    color: #FFF;
    text-decoration: none;
    margin-top: 20px auto;
    font-size: 100%;
}
.amg_dtl_l a:hover {
    background-color: #332cbd;
}
@media only screen and (max-width: 768px) {
.amg_bg img {
    width: auto;
}
}