@charset "euc-jp";javascript:void(0)
/* ------------------------------------------------ -------------------------------------------------
    全体
------------------------------------------------- ------------------------------------------------- */
*{
  font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Noto Sans JP', sans-serif;
  color: #231815;
}
body {
  background: #f8f5f0 url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #231815;
  font-family:'DM Sans',dnp-shuei-gothic-kin-std,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",'Noto Sans JP', sans-serif;
  line-height: 1.8;
  letter-spacing: .13em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
ul, ol{
  list-style: none;
  margin: 0;
}
p{
    margin: 0;
}
a{
  color: #231815;
}
a:hover,a:link,a:visited,a:active,a:focus{
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.product-list__price, .option__price {
    color: #231815;
}
form {
  margin: 0;
  display: inline;
}
.col-lg-12 {
  padding: 0;
}
.btn {
  border-radius: 0;
}
.mobile{
 display: none;
}
.btn--soldout {
    border-radius: 30px;
}
.center{
  text-align: center;
}
strong.blue{
          background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, transparent), color-stop(0%, rgb(3 169 244 / 74%) ));
background: -webkit-linear-gradient(transparent 74%, rgb(3 169 244 / 74%)  0%);
background: linear-gradient(transparent 74%, rgb(3 169 244 / 74%)  0%);
padding: 0 0 .2em;
}
/*  カート
------------------- ------------------- */
.shop_nav .shop_nav--list {
	display:none;
}
/*  アイコン
------------------- ------------------- */
.insta {
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 20px;
    vertical-align: middle;
}
.insta_moblile{
    display:none;
  }
/*  font
------------------- ------------------- */
.font_gitan{
    font-family: apolline,"ヒラギノ明朝","Hiragino Mincho Pro","Noto Serif JP", serif;
    font-weight: 400;
}
.ls{
   letter-spacing: 0;
}

/*  title
------------------- ------------------- */
.title_01{
    font-size: 40px;
    text-align: center;
    padding: 0 0 40px;
    margin: 0;
}
.title_02{
    font-size: 28px;
    text-align: center;
    padding: 0 0 60px;
    margin: 0;
}

/*  inner
------------------- ------------------- */
.container {
  width: 100%;
}
.xl_inner {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}
.l_inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0 30px;
  transition: .3s;
}
.m_inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  transition: .3s;
}
.cmmn_inner{
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  transition: .3s;
}
.news_inner {
  width: 85%;
  max-width: 1000px;
  transition: .3s;
}
.store_inner{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
  padding: 80px 0 20px;
  transition: .3s;
}
.bread_inner{
  width: 89%;
  margin: 0 auto;
  padding: 110px 0 20px;
  transition: .3s;
  max-width: 1210px;
}
.about_inner {
    width: 82%;
    margin: 0 auto;
    transition: .3s;
    max-width: 1200px;
}
.ie8 .container {
  width: 1300px;
  transition: .3s;
}

/* ------------------------------------------------ -------------------------------------------------
    header
------------------------------------------------- ------------------------------------------------- */
.header__section {
}
.hd_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  align-items:  -webkit-flex-end;
  justify-content:  -webkit-space-between;
  height: 124px;
  padding-bottom: 20px;
  transition: .3s;
}

/*  logo
------------------- ------------------- */
.header__logo {
  margin: 1em 0;
}
.header__logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.header__logo-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 10px auto 0;
  width: 13%;
  min-width: 90px;
  max-width: 190px;
  z-index: 2;
  transition: .3s;
}
.header__logo-img img{
width: 100%;
}

/*  nav
------------------- ------------------- */
.header-nav {
  list-style-type: none;
  font-size: 15px;
  margin: 0;
  transition: .3s;
  letter-spacing: 0.1em;
}
.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1.5em;
  font-weight: 600;
}
.header-nav__unit:first-of-type {
  margin-left: 0;
}
.header-nav__unit i {
  margin-right: 4px;
}

/*  navの左側
------------------- ------------------- */
.global-nav__pulldown-nav {
  display: none;
  position: absolute;
  z-index: 2;
}
.global-nav {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  transition: .3s;
  position: relative;
  display: flex;
}
.global-nav__unit {
  margin-right: 1.8em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  color: #231815;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: underline;
}

/*  navの右側
------------------- ------------------- */
.header-nav__txt {
  font-family: apolline,serif;
  font-weight: 400;
  color: #231815;
}
.header-nav__txt:hover {
  color: #231815;
  text-decoration: underline;
}
.header-nav__btn {
  padding: 10px 15px;
}
.hd_nv_se{
    position: relative;
}

/*  .hd_nv_img　　擬似要素画像
------------------- ------------------- */
.hd_nv_img{
  position: relative;
  padding-right: 50px;
  z-index: 1;
}
.hd_nv_img::after{
  content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;  
}
.hd_nv_img_ac::after{
  background-image: url(https://img21.shop-pro.jp/PA01452/266/etc/hd_acount.png);
    width: 33px;
    height: 22px;
}
.hd_nv_img_se{
    padding-right: 35px;
}
.hd_nv_img_se::after{
  background-image: url(https://img21.shop-pro.jp/PA01452/266/etc/hd_search.png);
    width: 20px;
    height: 22px;
}
.hd_nv_img_ca::after{
  background-image: url(https://img21.shop-pro.jp/PA01452/266/etc/hd_cart.png);
    width: 33px;
    height: 22px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
}
.header__postage__list {
  list-style-type: none;
  margin: 0;
}

/*  検索フォーム
------------------- ------------------- */
.header__search-switch {
  cursor: pointer;
}
.header__search-form--visible {
    display: inline;
    position: absolute;
    top: 22px;
    left: -26px;
    z-index: 2;
}
.header__search-form__input {
  border: 1px solid #ccc;
}

/*ーーーーーーーーーーーーーーーnavのフォント変更ーーーーーーーーーーーーーーーーーーーーーーー*/
.global-nav__unit__txt {
  font-family: apolline,serif;
  font-weight: 400;
  letter-spacing:0.1em;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 1.5em 0 0;
  font-weight: 300;
  background: #fff;
}
.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 35px 0 15px;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #231815;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #252525;
}

.global-nav-phone {
  text-align: center;
  margin: 0 auto;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

/*-------------------------- pagetop トップに戻るボタン-------------------------------*/
.btn-pagetop {
  padding: .9em 0;
  max-width: 50px;
  float: right;
 background: #ddd;
  border: none;
}
.btn-pagetop i {
  position: static;
}
.btn-pagetop_02 {
    padding: .9em 0;
    max-width: 50px;
    background: #ddd;
    border: none;
    position: absolute;
    right: 0;
    top: 20px;
}

/* ------------------------------------------------ -------------------------------------------------
    スマホ ハンバーガー&fade
------------------------------------------------- ------------------------------------------------- */
.hd_nv_img_ca_02{
  display: none;
}
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 5%;
  height: 32px;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #3e3a39;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 4px; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
    #nav-toggle span:nth-child(3) {
      top: 24px; }

.open #nav-toggle span { }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 2; }

#gloval-nav {
  padding-top: 120px;
  font-family: 'Apolline Regular',serif;
  background: #f5f1ec;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }

.gl_nav_a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease; }

#gloval-nav ul {
  list-style: none; }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease; }
    #gloval-nav ul li:nth-child(2) {
      -webkit-transition-delay: .15s;
              transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      -webkit-transition-delay: .45s;
              transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      -webkit-transition-delay: .75s;
              transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      -webkit-transition-delay: .9s;
              transition-delay: .9s; }

#gloval-nav .hd_nv_img::after {
    display: inline-block;
    position: relative;
    right: unset;
    bottom: 0;
    left: 10px;
}
#gloval-nav .hd_nv_img_se {
    padding: 15px 20px;
    display: block;
}
#gloval-nav .header__search-form--visible {
      position: unset;
    display: block;
    padding: 0 20px;
}
.gl_nav_menu_a {
    font-size: 15px;
    display: inline-block;
}
/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
    z-index: 1;}
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease; 
}

/* ------------------------------------------------ -------------------------------------------------
    footer
------------------------------------------------- ------------------------------------------------- */
/*-- .footer__nav --*/
.footer__nav {
  background: #ede8e3;
  color: #231815;
  letter-spacing: .1em;
  margin-top: 80px;
}
.footer__nav a {
  color: #231815;
  font-family: unset;
  font-size: 14px;
}
.footer__nav a.insta {
    font-size: 19px;
    margin-left: 0;
}
.footer__nav a:hover {
  text-decoration: underline;
}
.footer__nav li {
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
}
/*-- .footer_box --*/
.footer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 90px 0 35px;
}
.footer_box:before {
    position: absolute;
    border-top: #231815 1px solid;
    content: "";
    max-width: 1300px;
    height: 1px;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: block;
}
/*-- .footer_logobox --*/
.footer_logobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer_logo {
    width: 180px;
    margin-right: 20px;
}
.footer_logo_text{
  margin-bottom: 15px;
}
/*-- .footer_glnavbox --*/
.footer_glnavbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_glnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  margin-right: 40px;
}
.footer_pulldown {
    position: unset;
    z-index: 0;
}
.footer_category_ul {
    background-color: transparent;
    padding: 0;
}
.footer_category_ul li {
    margin: 0;
    padding: 0;
}
.footer_guidebox{
    margin-right: 30px;
}
/*-- .footer__copyright --*/
.footer__copyright {
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background-color: #231815;
}
.footer__copyright address {
    display: inline-block;
    margin-bottom: 0;
    font-style: normal;
    line-height: unset;
}

.footer-nav__title {
  margin-top: 0;
  color: #fff;
  font-size: 1.5em;
  font-family: 'Gitan Latin', serif;
  font-weight: normal;
}
.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}
/*-----------------------------フッター guide----------------------- */
.footer__guide {
  background: #f3eee9;
  padding: 1em 0;
}
.guide__col {
  padding: 0 30px;
}
.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #808080;
}
.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
}
.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}
.footer_contact{
 display: none;
}
/*------------------------カレンダー calender -----------------------------------*/
.cal__table table {
  max-width: 280px;
  margin: 2em auto;
  font-size: .9em;
}
.cal__table table th, .cal__table table td {
  text-align: center;
}
.cal__memo {
  text-align: center;
  font-size: .9em;
}

/* shop owner */
.shop-owner {
  padding: 0;
  border-right: 1px solid #fff;
}
.shop-owner__photo {
  float: left;
  max-width: 50%;
}
.shop-owner__info {
  padding: 0 30px;
  overflow: hidden;
}
.shop-owner__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}
.shop-owner__txt {
  line-height: 2;
}

/* topicpath */
.topicpath-nav {
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav a {
  text-decoration: none;
  color: #666;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.select--sub-layer {
  max-width: 500px;
  display: block;
  margin: 2em auto;
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
  padding: 0 20px;
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  margin: .6em 0;
  line-height: 1.5;
  text-align: center;
}

.product-list__name {
  font-weight: bold;
  color: #666;
}

.product-list__expl {
  font-size: .8em;
}

.product-list__price,
.option__price {
  color: #aaa;
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #e66a6a;
}

.product-list__sort {
  text-align: right;
  margin: 2em 0;
}

.product-list__freespace {
  margin: 3em 0;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #252525;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}

/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 4em auto;
}
.section__block p {
  line-height: 2;
}

.section__title-h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em 0;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
}

.btn-primary {
  background: #252525;
  border: 1px solid #252525;
  color: #fff;
}
.btn-primary:hover {
  background: #252525;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-secondary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #252525;
}

.carousel-slide .product-list {
  margin: 0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}
/* ------------------------------------------------ -------------------------------------------------
    フリーページ
------------------------------------------------- ------------------------------------------------- */
/* ------------------------------------------------ -------------------------------------------------
    STORES
------------------------------------------------- ------------------------------------------------- */
.store{
    font-size: 15px;
    line-height: 1.9;
    border-bottom: #4d4d4d 1px solid;
    margin-bottom: 55px;
}
.store:last-of-type{
  border-bottom: none;
    margin-bottom: 0;
}
.store:last-of-type .store_box {
    margin: 0 auto;
}
.store　:last-of-type .store_box {
    margin: 0 auto;
}
.store_title{
    margin: 0 0 16px;
    font-size: 22px;
}
.store_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    width: 85%;
    max-width: 860px;
    margin: 0 auto 80px;
}
.store_r,.store_l{
    width: 48%;
}
.store_r_text{
    margin-top: 55px;
}
.store_map{
    border-bottom: #d82028 2px solid;
}

/* ------------------------------------------------ -------------------------------------------------
    BREAD MENU
------------------------------------------------- ------------------------------------------------- */
 .menu_title_box  {
    text-align: center;
}
 .menu_title  {
    display: inline-block;
    border-top: #231815 1px solid;
    border-bottom: #231815 1px solid;
    padding: 0;
    margin: 0 0 70px 0;
    position: relative;
    line-height: 1.6;
    font-size: 40px;
}
 .menu_title:after  {
    position: absolute;
    content: "";
    display: block;
    width: 110%;
    height: 230%;
    border-radius: 50%;
    background-color: #efe9e1;
    top: -65%;
    left: -5%;
    z-index: -1;
    margin: 0 auto;
}
.about_menu{
    font-size: 15px;
    text-align: center;
}
.bread_menu{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  letter-spacing: 0.05em;
}
.bread{
    width: calc( 100% / 5);
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
.bread_title_en, .allergies{
    display: block;
}
.bread_title{
  font-size: 14px;
    margin: 0 0 3px;
    color: #4d4d4d;
}
.bread_title_en{
    font-family: kefa, apolline, serif;
    font-weight: 400;
    color: #9e9e9f;
    font-size: 15px;
}
.bread_text{
  font-size: 11px;
}

.bread img{
    width: 75%;
}
.allergies{
    font-size: 12px;
    font-weight: 100;
}
.bread_last_txt{
  font-size: 12px;
  padding-top: 35px;
}

/* ------------------------------------------------ -------------------------------------------------
    SWEETS MENU
------------------------------------------------- ------------------------------------------------- */
.sweets_box{
    border-top: #000 1px solid;
    position: relative;
    margin-top: 50px;
}
.sweets_menu_title{
    border: #000 1px solid;
    display: inline-block;
    padding: 2px 30px;
    border-radius: 53px;
    font-size: 34px;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 2%;
    font-family: apolline, "ヒラギノ明朝","Hiragino Mincho Pro",serif;
    font-weight: 400;
}
.scone_menu{
    padding-top: 65px;
}
.cake_menu{
    padding-top: 80px;
}
.goods_menu{
    padding-top: 120px;
}
.sweets img{
  width: 94%;
}
.scone_text_box{
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.scone_text{
    font-size: 11px;
    border: #000 1px solid;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 5%;
    text-align: left;
}

/* ------------------------------------------------ -------------------------------------------------
    ABOUT US
------------------------------------------------- ------------------------------------------------- */
.about_us{
    position: relative;
    margin-top: -145px;
    color: #4d4d4d;
}
.about_main_01{
  display: block;
  }
.about_main_02{
  display: none;
  }
.about_footer{
 background-color: #eeedce;
}
.about_main_color{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e8e8d2;
    top: 0;
    left: 0;
    z-index: -1;
}
.about_main{
    width: 100%;
  	height: calc(100vw * 2 / 3);
}
.about_us .menu_title {
    z-index: 1;
    border-top: none;
    border-bottom: none;
    font-size: 44px;
}
.about_us .menu_title:after {
  background-color: #e8e8d2;
    width: 180%;
    height: 240%;
    top: -70%;
    left: -40%;
}
.about_us .menu_title:before {
    border-top: #4d4d4d 2px solid;
    border-bottom: #4d4d4d 2px solid;
    position: absolute;
    content: "";
    display: block;
    width: 160%;
    height: 100%;
    top: 0;
    left: -30%;
}
.about_kibiya{
    max-width: 778px;
    width: 80%;
    margin: 0 auto 200px;
}
.about_h3 {
    font-size: 37px;
    text-align: center;
    font-family: apolline,"ヒラギノ明朝","Hiragino Mincho Pro","Noto Serif JP", serif;
    margin: 40px 0 50px;
    font-weight: normal;
}
.about_kibiya_text{
    font-size: 18px;
    margin-bottom: 135px;
    line-height: 2.3;
    font-family: "ヒラギノ明朝","Hiragino Mincho Pro","Noto Serif JP", serif;
}
.about_imgbox {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    margin: 0 auto 165px;
    max-width: 1760px;
}
.about_imgbox_img {
    width: 49%;
}
.about_h3_02{
    font-size: 30px;
    border-bottom: #6f6f6f 2px solid;
    display: inline-block;
    margin: 0 0 90px 0;
    font-weight: normal;
    font-family: apolline,"ヒラギノ明朝","Hiragino Mincho Pro","Noto Serif JP", serif;
}
.about_yeast{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 140px;
}
.about_yeast_text{
    width: 53%;
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.1em;
}
.about_yeast_img{
    width: 100%;
}
.about_yeast_imgbox{
    width: 38%;
    margin-right: 9%;
}
.about_yeast_textbox{
    margin-top: 60%;
    letter-spacing: 0;
    line-height: 1.6;
}
.about_yeast_textbox_text{
    font-weight: bold;
}
.yeast_imgbox{
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 165px;
    max-width: 1760px;
}
.yeast_imgbox_img:nth-of-type(1){
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.yeast_imgbox_img:nth-of-type(2){
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.yeast_imgbox_img:nth-of-type(3){
    width: 32%;
    margin-bottom: 2%;
}
.yeast_imgbox_img:nth-of-type(4){
    width: 67.9%;
    margin-right: 2%;
}
.yeast_imgbox_img:nth-of-type(5){
  width: 30.1%;
}
.about_tastes{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 100px;
}
.about_tastes_text{
    width: 53%;
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.1em;
}
.about_tastes_imgbox{
    width: 32%;
    margin-right: 15%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.about_tastes_img:nth-of-type(2){
    margin-bottom: 20px;
}
.about_love{
    border-top: #8b8b8b 2px solid;
}
.about_love_box{
    margin: 100px 4% 110px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.about_love_textbox{
    width: 47%;
    margin-right: 5%;
    font-family: apolline, serif;
    color: #ffff00;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_love_text_01{
    font-size: 34px;
}
.about_love_text_02{
    font-size: 27px;
}
.about_love_img{
    width: 48%;
}

/* ------------------------------------------------ -------------------------------------------------
    @media (max-width: 1299px)
------------------------------------------------- ------------------------------------------------- */
@media (max-width: 1299px) {
  
    /*  header
------------------------------------------------- */
  .global-nav__unit {
    margin-right: 1.5em;
}
   /*  BREAD MENU
------------------------------------------------- */
  .bread_br{
    display: none;
  }
  .bread {
    padding: 0 1.5%;
  }
  .about_kibiya {
    max-width: 730px;
    margin: 0 auto 160px;
}
  .about_us .menu_title {
    font-size: 41px;
    margin-bottom: 65px;
}
  .about_h3 {
    font-size: 29px;
    margin: 40px 0 40px;
  }
  .about_kibiya_text {
    font-size: 16px;
    margin-bottom: 120px;
}
  .about_h3_02 {
    font-size: 25px;
    margin: 0 0 70px 0;
}
  .about_yeast_text {
    width: 59%;
    font-size: 15px;
}
  .about_yeast_imgbox {
    width: 33%;
    margin-right: 8%;
}
  .about_yeast {
    margin-bottom: 90px;
}
  .about_tastes_imgbox {
    width: 30%;
    margin-right: 11%;
}
  .about_tastes_text {
    width: 59%;
    font-size: 15px;
}
  .about_love_textbox {
    margin-right: 6%;
}
  .about_love_img {
    width: 47%;
}
  .about_love_text_02 {
    font-size: 23px;
}
.allergies {
    font-size: 12px;
}
  
}

/* ------------------------------------------------ -------------------------------------------------
    @media (max-width: 1200px)
------------------------------------------------- ------------------------------------------------- */
@media (max-width: 1200px) {
  .header__logo-img {
      width: 11%;
  }
    /*  nav
------------------- ------------------- */
  .header-nav,.global-nav {
    font-size: 12px;
}
  .global-nav__unit {
    margin-right: 1.5em;
}
  .header-nav__unit {
    margin-left: 1em;
}
  .hd_nv_img {
    padding-right: 30px;
}
  .hd_nv_img_ac::after {
    width: 25px;
    height: 20px;
}
  .hd_nv_img_se {
    padding-right: 26px;
}
  .hd_nv_img_se::after {
    width: 15px;
    height: 19px;
}
  .hd_nv_img_ca::after {
    width: 19px;
    height: 20px;
}
  .gl_nav_menu_a {
    font-size: 12px;
}
}
/* ------------------------------------------------ -------------------------------------------------
    @media (max-width: 980px)
------------------------------------------------- ------------------------------------------------- */
@media (max-width: 980px) {
  
.l_inner {
    padding: 50px 0 20px;
}
.store_inner {
    padding: 30px 0 20px;
}
  .bread_inner {
    padding: 50px 0 20px;
}
  .title_01 {
    font-size: 32px;
    padding: 0 0 30px;
}
  .col-md-12 {
    padding: 0;
  }
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .footer__guide {
    margin: 0;
  }
  .guide__col {
    padding: 0;
  }
  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }
  .product-list {
    margin: 0 -15px;
  }
  .product-list__unit {
    padding: 0;
  }
  .page--privacy .section__block {
    width: 100%;
  }
  
 /*  footer_box
------------------------------------------------- */
  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
  .footer_logobox {
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} 
  .footer_glnavbox {
    justify-content: space-around;
    -ms-flex-pack: distribute;
    margin-bottom: 30px;
}
  .footer_logo {
    width: 100px;
}
  .footer_logo_text {
    margin-bottom: 10px;
}
  
 /*  BREAD MENU
------------------------------------------------- */
  .menu_title {
    font-size: 32px;
    margin: 0 0 60px 0;
}
  .bread {
    width: calc( 100% / 4);
}
 
  /*  SWEETS MENU
------------------------------------------------- */
  .sweets_menu_title {
    font-size: 35px;
}
 /*  ABOUT US
------------------------------------------------- */
  .about_us .menu_title {
    font-size: 35px;
    margin-bottom: 50px;
}
 .about_h3 {
    font-size: 27px;
    margin: 40px 0 35px;
} 
  .about_kibiya_text {
    font-size: 15px;
    margin-bottom: 90px;
}
  .about_kibiya {
    margin: 0 auto 120px;
}
  .about_imgbox {
    margin-bottom: 125px;
}
  .about_h3_02 {
    font-size: 23px;
    margin: 0 0 50px 0;
}
  .about_yeast {
    margin-bottom: 70px;
}
  .yeast_imgbox {
    margin-bottom: 120px;
}
  .about_yeast_text {
    font-size: 14px;
}
  .about_tastes_text {
    font-size: 14px;
}
  .about_tastes {
    margin-bottom: 80px;
}
  .about_love_box {
    margin: 80px 4% 90px;
}
  .about_love_text_01 {
    font-size: 30px;
}
  .about_love_text_02 {
    font-size: 19px;
}
  
  
}

/* ------------------------------------------------ -------------------------------------------------
    @media (max-width: 768px)
------------------------------------------------- ------------------------------------------------- */
@media (max-width: 768px) {
  .container {
    padding: 0;
}
  .store_inner {
    padding: 130px 0 0;
}
  .bread_inner {
    padding: 160px 0 0;
}
  .col-sm-12 {
    padding: 0;
  }
    .mobile{
 display: block;
}
/*  header
------------------------------------------------- */
  .hd_box{
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 87px;
    padding-bottom: 0;
    background-color: #f8f5f0;
    -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
  .header__logo {
    left: 8%;
    right: unset;
    width: 110px;
}
  .header__postage {
    float: none;
  }
  .global-nav {
    display: none;
    margin-top: 1em;
  }
  .global-nav a {
    padding: .5em;
  }
  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .global-nav__unit__txt {
    font-size: 1.2em;
  }
  .global-nav__pulldown-nav {
    padding: 2em 0 0;
    border-bottom: 2px solid #ccc;
  }
  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
  }
  .header__pulldown-nav__list a:before {
  }
  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.8em;
    margin-bottom: 1em;
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__search-form--phone button {
    border-color: #252525;
    background: #252525;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #252525;
    color: #fff;
  }
  
/* ハンバーガーメニュー ------------------------------------------------- */
  .hd_nv_img_ca_02{
  display: block;
    position: fixed;
    top: 30px;
    right: calc(5% + 65px);
    cursor: pointer;
}
  .hd_nv_img_ca::after {
    width: 25px;
    height: 27px;
    right: -5px;
}
  .hd_nv_img_ac::after {
    width: 30px;
    height: 20px;
}
  .hd_nv_img_se::after {
    width: 20px;
    height: 20px;
}
   /*  footer_box
------------------------------------------------- */
 .footer_glnav {
    display: block;
   margin-right: 0;
}
 .footer_glnav .icon-b {
}
  .footer_guidebox {
    margin-right: 0; 
}
  .footer-nav__title {
    text-align: center;
  }
  .footer-nav__col {
    text-align: center;
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em;
  }
  .global-nav__pulldown-nav {
    padding: 0;
    border-bottom: none;
}
  .guide__unit {
    padding-right: 0;
  }
  .product-list__sort {
    text-align: center;
  }
  
 /* STORES
------------------------------------------------- */
  .store {
    margin-bottom: 45px;
}
  .store_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 50px;
}
  .store_r, .store_l {
    width: 100%;
}
  .store_r_text {
    margin-top: 30px;
}
   /*  BREAD MENU
------------------------------------------------- */
  .bread {
    width: calc( 100% / 3);
}
  .bread_menu_br{
    display: none;
  }
  .about_menu {
    width: 95%;
    max-width: 509px;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 13px;
    text-align: left;
}
   .bread_text {
     padding: 0 10px;
}
 .bread_last_txt {
    width: 90%;
    max-width: 509px;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 11px;
    text-align: left;
  }
  
   /*  ABOUT US
------------------------------------------------- */
.about_header{
  background-color: transparent;
  }
  .about_bk{
  background-color: #e8e8d2;
  }
.about_main_01{
  display: none;
  }
.about_main_02{
  display: block;
  }
.about_us{
    margin-top: 0;
}
  .about_us .menu_title {
    font-size: 30px;
    margin-bottom: 65px;
}
  .about_kibiya {
    margin: 0 auto 70px;
    width: 90%;
}
  .about_h3 {
    font-size: 26px;
    margin: 5px 0 20px;
}
  .about_h3_02 {
    font-size: 20px;
    margin: 0 0 35px 0;
    border: none;
    font-weight: bold;
}
  .about_kibiya_text {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: left;
}
  .about_imgbox {
    margin-bottom: 85px;
}
  .about_inner {
    text-align: center;
}
  .about_yeast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 60px;
    width: 95%;
    text-align: left;
}
  .yeast_imgbox {
    margin-bottom: 85px;
}
  .about_yeast_imgbox {
    width: 80%;
    margin: 0 auto;
    max-width: 350px;
    position: relative;
}
  .about_yeast_text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 50px;
}
  .about_yeast_textbox {
    font-size: 11px;
    margin: 0;
    position: absolute;
    top: -5%;
    left: -10%;
}
 .yeast_imgbox_img:nth-of-type(1) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
} 
  .yeast_imgbox_img:nth-of-type(2) {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
}
.yeast_imgbox_img:nth-of-type(3) {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
}
  .yeast_imgbox_img:nth-of-type(4) {
    width: 76%;
    margin-top: 6%;
    margin-right: 12%;
    margin-left: 12%;
    order: 1;
}
  .yeast_imgbox_img:nth-of-type(5) {
    width: 48%;
    margin-bottom: 4%;
}
  .about_tastes {
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    margin: 0 auto 90px;
}
.about_tastes_text {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 40px;
}
 .about_tastes_imgbox {
   margin-right: 0;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    width: 100vw;
    margin-left: -14.25%;;
} 
.about_tastes_img{
    width: 48%;
}
.about_tastes_img:nth-of-type(2) {
    margin-bottom: 0;
}
  .about_love {
    border: none;
}
  .about_love_box {
    margin: 0 0 90px;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
  .about_love_textbox {
    width: 100%;
    margin-right: 0;
}
  .about_love_img {
    width: 77%;
    margin: 0 auto;
}
.about_love_text_01 {
    margin-bottom: 27px;
    font-size: 27px;
}
  .about_love_text_02 {
    text-align: left;
    font-size: 21px;
    position: absolute;
    bottom: -13%;
    left: 2%;
}
  
}

/* ------------------------------------------------ -------------------------------------------------
    @media (max-width: 480px)
------------------------------------------------- ------------------------------------------------- */
@media (max-width: 480px) {
  .container {
    padding: 0;
}
.l_inner {
    padding: 50px 0 10px;
  }
  .news_inner {
    width: 90%;
}
  .store_inner {
    padding: 130px 0 0;
}
  .bread_inner {
    width: 95%;
  }
  .title_01 {
    font-size: 26px;
}
  .title_02 {
    padding: 0 0 30px;
}
   /*  header
------------------------------------------------- */
.global-nav-phone {
    margin: 30px 0 0 0;
}
  /* ハンバーガーメニュー 
------------------------------------------------- */
  #gloval-nav {
  font-size: 15px;
  }
    #gloval-nav .hd_nv_img_se {
    padding: 13px 20px;
    display: block;
}
  .gl_nav_a {
    padding: 13px 20px;
}
  .gl_nav_menu_a {
    font-size: 13px;
}
   /*  footer_box
------------------------------------------------- */
  .footer__nav {
    margin-top: 70px;
}
  .footer_box {
    padding: 40px 0 25px;
}
  .btn-pagetop_02 {
    top: 50px;
}
  .footer_glnav,.footer_accountbox {
    display: none;
}
  .footer_glnavbox {
    -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
  .footer_logobox {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
  .footer_logo_text {
    margin-bottom: 0;
    font-size: 12px;
}
.insta_moblile{
    display:block;
  }
/*  STORES
------------------------------------------------- */
  .store {
    margin-bottom: 35px;
    font-size: 14px;
}
  .store_box {
    margin: 0 auto 40px;
    width: 90%;
}
  .store_r_text {
    margin-top: 20px;
}
  
  /*  BREAD MENU
------------------------------------------------- */
  .menu_title {
    font-size: 29px;
}
  .bread {
    width: calc( 100% / 2);
    padding: 0 2.5%;
}
  .bread_menu {
    padding-top: 40px;
}
   .bread_text {
   text-align: left;
}
  .allergies {
    font-size: 2.6vw;
}

   /*  SWEETS MENU
------------------------------------------------- */
  .sweets_box {
    margin-top: 40px;
}
  .scone_menu {
    padding-top: 45px;
}
  .cake_menu {
    padding-top: 60px;
}
  .goods_menu {
    padding-top: 90px;
}
  .sweets_menu_title {
    font-size: 31px;
}
  
  /*  ABOUT US
------------------------------------------------- */
  .about_inner {
    width: 82%;
}
.about_us .menu_title {
    font-size: 27px;
    margin-bottom: 55px;
}
  .about_us .menu_title:before {
    border-top: #4D4D48 1px solid;
    border-bottom: #4d4d4d 1px solid;
    width: 140%;
    height: 90%;
    left: -20%;
}
  .about_us .menu_title:after {
    width: 160%;
    height: 240%;
    top: -70%;
    left: -30%;
}
  .about_h3 {
    font-size: 5.5vw;
    margin: 0 0 25px;
}
  .about_kibiya {
    margin: 0 auto 50px;
    width: 100%;
}
  .about_kibiya img {
    width: 90%;
}
  .about_kibiya_text {
    font-size: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    line-height: 2;
}
  .about_imgbox {
    margin-bottom: 70px;
}
  .about_h3_02 {
    font-size: 4.5vw;
    margin: 0 0 20px 0;
}
  .about_yeast {
    margin: 0 auto 40px;
    width: 100%;
}
  .about_yeast_text {
    font-size: 15px;
}
  .about_yeast_textbox {
    font-size: 9px;
    top: -8%;
    left: -12%;
}
  .about_yeast_imgbox {
    margin: 0 9% 0 11%;
}
  .yeast_imgbox {
    margin-bottom: 70px;
}
  .about_tastes {
    width: 100%;
    margin: 0 auto 70px;
}
  .about_tastes_text {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 30px;
}
  .about_tastes_imgbox {
    margin-left: -11%;
}
  .about_love {
    border-top: none;
}
  .about_love_box {
    margin: 0 4% 60px;
}
  .about_love_img {
    width: 86%;
}
  .about_love_text_01 {
    font-size: 26px;
    margin-bottom: 25px;
}
  .about_love_text_02 {
    font-size: 3vw;
    bottom: -10%;
    left: -2%;
}
  
  
  
  
  
  
  
  
  
  /*  no touch
------------------------------------------------- */

  .col-xs-12 {
    padding: 0;
  }

  .shop-owner__photo {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .shop-owner__info {
    padding: 0;
    overflow: auto;
  }

  .shop-owner__name {
    text-align: center;
  }

  .shop-owner__name,
  .shop-owner__txt {
    margin-top: 2em;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
    border: 1px solid #fff;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
}
/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
  background: #f1f1f1;
}

.is_tablet_lt .tab-block--visible {
  display: block;
  position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0000;
    margin: auto;
    width: 290px;
    height: 42%;
    background: #fff;
    padding: 30px 70px;
    box-sizing: border-box;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}


@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -312px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}
