@charset "euc-jp";
.gptitle {
display:none;
}

/* グループ特集バナー*/
.group_feature_bannner{
    max-width: 1100px;
    margin: 0 auto 30px;
    display: block;
}
.group_feature_bannner p{
margin-bottom:20px;
}

.group_feature_bannner li{
  list-style-type:none;
}

.newsbanner-list a:hover {
  opacity:0.5;
}
  
/* お気に入りハートボタン */
.favorite-button{
    background: none;
    border: none;
}

.productlist__fav-item {
 display: inline-block !important;
  }

.productlist__fav-item button{
    width: 100%;
    cursor: pointer;
    transition: .2s;
    color: #e6e6e6;
    border: 0;
    outline: none;
    background: transparent;
    }

.productlist__fav-item .fav-items {
  color: #ff7373;
}

.productlist__fav-item svg {
    width: 16px;
    height: 16px;
    vertical-align: -0.35em;
    fill: currentColor;
}

br.pcnone{
display:none;
}
@media only screen and (max-width: 768px) {
br.pcnone{
display:block;
}
.group_feature_bannner{
    padding: 0 5px;  
}
}

/* カート入れた時の表示されるアイコンの調整 */
.v-btn--icon.v-size--x-large .v-icon {
    font-size: 20px !important;
}

.popupOuter[data-v-6b57e277] {
bottom: 80px !important;
left: 97.5% !important;
transform: translateX(-100%) !important;
}

.popupMinimized[data-v-0482a3c2] {
    width: 44.78px !important;
    height: 44.78px !important;
}


/* 在庫がない時に商品ページに表示されるアイコンの調整 */
.RestockRequest-restockRequest-nVwrx {
    bottom: 80px !important;
    left: 3% !important;
    margin-right: 0 !important;
}

.icon-favo {
    background-position: -32px -15px;
}

.pc	{ display:block; }
.sp	{ display:none; }

@media (max-width: 768px) {
 ul.dropdown-nav-cat {
list-style-type: none;
}

  .icon-favo {
    background-position: -47px -27px;
}
  .sp	{ display:block; }
.pc	{ display:none; }
}

/* 1列5個表示用 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
position: relative;
min-height: 1px;
padding-right: 3px;
padding-left: 3px;
}

/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}

/* タブレット（768px〜991px） */
@media (min-width: 768px) {
.col-sm-1-5 {width: 20%;float: left;}
.col-sm-2-5 {width: 40%;float: left;}
.col-sm-3-5 {width: 60%;float: left;}
.col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px〜1119px） */
@media (min-width: 992px) {
.col-md-1-5 {width: 20%;float: left;}
.col-md-2-5 {width: 40%;float: left;}
.col-md-3-5 {width: 60%;float: left;}
.col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
.col-lg-1-5 {width: 20%;float: left;}
.col-lg-2-5 {width: 40%;float: left;}
.col-lg-3-5 {width: 60%;float: left;}
.col-lg-4-5 {width: 80%;float: left;}
}

/*グレーライン */
#all-wrapper {
margin:0 auto;
  box-sizing:border-box;

}

#line-wrapper {
  margin:0 auto;

  }



/*サイドバー トップバナーー */
.side-top_banner {
margin:10px 0;
}

.side-top_banner a:hover img {
opacity: 0.7;
}

.side-top_banner p{
    color: #555;
    letter-spacing: 0.5px;
    margin: 3px 0 20px;
    font-size: 13px;
}

.fa-caret-right:before {
    color: #ccc;
}


/*サービスバナー　スマホ表示 */
.service-box{
display: none !important;
}

.service-box a:hover img {
opacity: 0.7;
}
@media only screen and (max-width: 768px) {
.recipe-banner { 
display: none !important;
}
  
.service-box{ 
margin:20px 0;
display: block !important;
}

.service-left　{ 
text-align: left;
margin:0;
}
}

#page-wrapper {
position: relative;
overflow : hidden ;
}

#wrapper {
padding-top: 1em;
}
.container {
max-width: 1100px;
}

.contents__section {
position: relative;
float: right;
}

.sidebar__section {
position: relative;
padding-right: 60px;
}

@media (max-width: 768px) {
.sidebar__section {
padding-right: 0;
}
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
border: 1px solid #ccc;
background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
outline: 0;
outline: thin dotted \9;
border-color: rgba(82, 168, 236, 0.8);
}

.muted {
color: #999;
}
<meta name="google-site-verification" content="Nf-kDs7EUODPN_0hWWL0gQO4wK0CacEmQf1TVzV8Sr4" />
body {
color: #000000;
background-color: #fff;
background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
font-family: "futura-pt",sans-serif;
font-size: 13px;
}

a {
color: #000000;
cursor: pointer;
}
a:hover {
color: #999;
text-decoration: none;
}

a.muted:hover,
a.muted:focus {
color: #808080;
}

.text-warning {
color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
color: #a47e3c;
}

.text-error {
color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
color: #953b39;
}

.text-info {
color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
color: #2d6987;
}

.text-success {
color: #468847;
}

a.text-success:hover,
a.text-success:focus {
color: #356635;
}

h2 {
margin: 30px 0;
text-align: center;
  color:#000;
}
.ttl-h2 {
position: relative;
padding: 0 0 0.3em;
text-align: left;
font-family: "futura-pt", "sans-serif";
}

.btn-01 {
border: 1px solid #4d4d4d;
background-color: #4d4d4d;
color: #fff;
*background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

.hide {
  display: none!important;
}

/*
 * text
 */

.txt--r {
  text-align: right;
}
.txt--l {
  text-align: left;
}
.b {
  font-weight: bold;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), 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/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
.icon-heart { background-position: -32px -15px;}
.icon-search { background-position: -313px -25px;}

.dropdown-acct .icon-user { background-position: -310px 0px; }
.dropdown-acct .icon-adduser { background-position: -359px -0px; }
.dropdown-acct .icon-logout { background-position: -45px -120px; }
.dropdown-acct .icon-login { background-position: -75px -120px; }
.dropdown-acct .icon-home { background-position: -264px -27px; }

/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}

/*
 * margin
 */
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mt20 { margin-top: 20px; }

/*
 * grid
 */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*
 * header
 */
#header-wrapper {
  margin-bottom: 4em;
}
#header-wrapper#product_ {
  margin-bottom: 0;
}
#header-wrapper {
  margin-bottom: 4em;
}
.header-link a {
  color: #000000;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
  width: 300px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

/* header sub nav */
#header-sub-nav {
  margin: 0 auto;
  position: relative;
}

.header-subnav {
  text-align: left;
  float: left;
  margin: 0;
  padding: 0;
}

.header-subnav__unit {
  display: inline-block;
  cursor: pointer;
}

.header-subnav__link {
  font-size: 13px;
  font-weight: 500;
 /* color: #666;*/
  line-height: 1;
  padding: 0 12px;
}

/*
search
*/

/* header-srh */

#header-sub-nav .search {
  float: right;
  position: relative;
  bottom: 10px;
}

#header-sub-nav .search form {
  margin: 0;
  padding: 0;
}

#header-sub-nav .search select {
    width: 130px;
    font-size: 12px;
}

#header-sub-nav .search input {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid #333;
    width: 180px;
    height: 28px;
    margin-left: 10px;
    border-radius: 0;
    font-size: 12px;
    padding: 0;
}

#header-sub-nav .btn-xs {
  padding: 1px 3px;
  margin: 0;
  position: relative;
  left: -3px;
  width: 30px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
  background-color: transparent;
}

/* side-srh */
.side_search {
  margin-bottom: 16px;
}

.side_search .search_select {
  height: 32px;
  margin: 8px 0;
  font-size: 12px;
}

.side_search input[type="text"] {
  height: 23px;
  padding: 0 2px;
  font-size: 11px;
  letter-spacing: 0.02em;
  border-radius: 0;
}

.side_search input[type=submit]{
  font-family: FontAwesome;
  margin-left: -1px;
  position: absolute;
}

@media (max-width: 768px) {
  .side_search input[type="text"] {
    height: 25px;
  }  
  .side_search input[type=submit]{
    position: relative;
  }
}

/* header global nav */
#header-global-nav {
  text-align: left;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
  #header-global-nav .inline > li {
    /* padding: 0 1.8em 0 0; */
    padding: 0 2.5em 0 0;
  }
  #header-global-nav .inline > li:first-child {
    padding: 0 2.5em 0 2.5em;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #000;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #000;
    }


.header-gnavi {
  list-style-type: none;
  position: relative;
  text-align: justify;
  text-justify: distribute-all-lines;
  padding: 0;
  margin: 0;
}

.header-gnavi::after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
}

.header-gnavi__link {
    display: block;
    font-size: 10px;
    padding: 0.8em 0 ;
    letter-spacing: 0.2em;
    text-align: center;
}

ul.header-gnavi [class^="cat"]:before, ul.header-gnavi [class*=" cat"]:before {
  display: block;
  letter-spacing: 0.01em;
  font-size: 18px;
  font-family: "futura-pt",sans-serif;
}

.header-gnavi__link.catall::before {
  content: "ALL ITEM";
}

/*------- グループ分け表示-------*/

/* 転写紙*/
.header-gnavi__link.cattp::before {
  content: "TRANSFER PAPER";
}
/* 白磁 */
.header-gnavi__link.catpc::before {
  content: "PORCELAINS";
}
/* キッチン */
.header-gnavi__link.cattw::before {
  content: "KITCHEN";
}
/* インテリア */
.header-gnavi__link.catit::before {
  content: "INTERIOR";
}
/* ハンドメイド */
.header-gnavi__link.cathm::before {
  content: "HANDMADE";
}
/* ギフト*/
.header-gnavi__link.catgf::before {
  content: "GIFT";
}

/* ペット*/
.header-gnavi__link.catpt::before {
  content: "PET";
}

/* ベビー・キッズ*/
.header-gnavi__link.catbk::before {
  content: "BABY KIDS";
}

/* リボン */
.header-gnavi__link.catrb::before {
  content: "RIBBONS";
}
/* ツール */
.header-gnavi__link.cattl::before {
  content: "TOOL";
}


/*------- カテゴリ分け表示-------*/
/* 転写紙 */
.header-gnavi__link.cat2220039::before {
  content: "TRANSFER PAPER";
}
/* 白磁 */
.header-gnavi__link.cat2221064::before {
  content: "PORCELAINS";
}
/* ハンドメイド */
.header-gnavi__link.cat2221065::before {
  content: "HANDMADE";
}
/* リボン */
.header-gnavi__link.cat2223029::before {
  content: "RIBBONS";
}
/* ツール */
.header-gnavi__link.cat2223028::before {
  content: "TOOL";
}
/* インテリア */
.header-gnavi__link.cat2221241::before {
  content: "INTERIOR";
}
/*キッチン */
.header-gnavi__link.cat2223237::before {
  content: "KITCHEN";
}

/* ギフト*/
.header-gnavi__link.cat2690231::before {
  content: "GIFT";
}

/* ペット*/
.header-gnavi__link.cat2900152::before {
  content: "PET";
}

/* ベビー・キッズ*/
.header-gnavi__link.cat2900153::before {
  content: "BABY KIDS";
}



/* header mega nav */

.mega-navi {
  width: 100%;
  display: none;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 58px;
  left: 0;
  margin: 0;
  padding-top: 39px;
  padding-bottom: 39px;
  background: #fff;
  z-index: 99999;
  text-align: left;
}

.mega-navi__link {
    display: block;
    font-size: 12px;
    width: 100%;
}

.mega-navi__unit img {
    width: 42px;
    height: 42px;
    padding: 8px;
}


.mega-navi__unit02 img {
margin-bottom:20px;
  border:1px solid #d4d4d4;
}


/* incart delivery */
.incart-delivery {
  float: right;
  position: relative;
}
  .incart-delivery ul {
    margin: 0;
    padding: 8px 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    color: #7d7d7d;
    list-style: none;
    font-size: 12px;
  }

  .incart-delivery ul:after {
    position: absolute;
    bottom: 100%;
    right: 45px;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #f0f0f0;
  }

/* slider */
.slider {
    display:block;
  margin: 0 auto 70px;
  padding: 0 .1%;
  position: relative;
}

  
.slider_sp{
  display:none;
    }


.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  background-color: transparent!important;
}
#slider div {
  width: 100% !important;
}
.bx-wrapper .bx-next {
      right: -45px!important;
  background: url(https://file002.shop-pro.jp/PA01374/641/images/slide_next.png) no-repeat 0 0!important;
}
.bx-wrapper .bx-prev {
  left: 0!important;
  background: url(https://file002.shop-pro.jp/PA01374/641/images/slide_prev.png) no-repeat 0 0!important;
}

@media (max-width: 768px) {
  

  
.slider_sp{
      display:block;
    display:block;
  margin: 0 auto 30px;
  padding: 0 .1%;
  position: relative;
}
  
}



/*
sidebar
*/
#sidebar a:hover {
  text-decoration: none;
}

.menu__section {
  clear: both;
  margin-bottom: 10px;
  word-wrap: break-word;
  position: relative;
}

.section_block__menu {
    clear: both;
    padding: 1.1em 0 0.5em;
    background: transparent url(https://file002.shop-pro.jp/PA01374/641/images/border_bottom.png) repeat-x left top;
}

.section__title h2 {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-family: Futura;
}

.section__subtitle h3 {
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
}

ul.menu-list, ul.sub__category-list {
    margin: 0;
    padding: 10px 0;
}

.menu-list__unit {
    padding: 7px 0;
    line-height: 1;
    list-style-type: none;
}

ul.sub__category-list .menu-list__unit {
    padding: 7px 10px;
}

.section_block__menu.drop__trigger {
    cursor: pointer;
}

/* sidebar guide */
.section_service div {
  width: 200px;
  height: 32px;
  background-color: #999;
  margin: 5px 0;
  padding: 2px;
}
.section_service div a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 32px;
  text-align: center;
}
.section_service div a i {
  margin-right: 4px;
}
.section_service div a:hover {
  text-decoration: none;
  background-color: #fff;  
  color: #212121;
}
.section_service ul {
  margin: 20px 0 10px 0;
}
.section_service ul li {
  line-height: 1;
  list-style-type: none;
  margin: 4px 0;
}
.section_service ul li p {
  line-height: 20px;
  font-weight: bold;
}
.section_service ul li i {
  margin-right: 4px;
}

@media (max-width: 768px) {
    .section_service {
        margin: 60px 0 20px;
	}
	.section_service div {
        width: 100%;
        padding: 2px 0;
	}
}


/* main category */

.main__category-list .list-icon, .main__category-list .main__category-name {
    display: table-cell;
    vertical-align: middle;
}

.main__category-list .list-icon, .main__category-list .list-icon img {
    text-align: left;
    width: 25px;
    border: 0;
}

.main__category-name {
    text-align: left;
    font-size: 13px;
    padding-left: 8px;
}

.main__category-list.active .main__category-name {
    color: #999;
}

.main__category-list {
    width: 100%;
    position: relative;
    display: table;
    cursor: pointer;
}

.main__category-list:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 14px;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.main__category-list.active:after {
    content: '\f106';
}

.sub__category-list {
    display: none;
}

.menu-list__link:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 11px;
    margin-right: 8px;
}

ul.color-menu-list.menu-list, ul.price-menu-list.menu-list {
  margin: 0 0 10px 0;
}

.color-menu-list .menu-list__unit {
  padding: 4px 4px;
}

.color-menu-list__link {
  display: block;
  text-align: center;
}

.color-menu-list__link .color {
  font-size: 10px;
  margin-top: 4px;
}

.price-menu-list .menu-list__unit {
  margin: 4px 0;
  padding: 0 5px;
}

.price-menu-list__link {
  display: block;
  border: 1px solid #999;
  padding: 4px;
}

/* sp_category */

.sp__category-list h2 {
    font-size: 14px;
    text-align: left;
}

.sp_menu-list {
  margin: 0;
  border-top: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  text-align: left;
}

.sp_menu-list .menu-list__unit {
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  height: 64px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
}

.sp_menu-list li .sp__list-icon {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.sp__list-icon img, .sp_menu-list li .sp__category-name {
    display: inline-block;
    vertical-align: middle;
}

.sp__list-icon img {
    width: 40px;
    padding: 0 10px;
}

.sp_menu-list .all {
    text-align: center;
    line-height: 40px;
}

.sp_menu-list .all i {
    margin-left: 4px;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/*td.wed {
 background-color: #eceded;
 color: #333;
} */



/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 3%;
  text-align: center;
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.prd-lst-name {
  font-size: 13px;
  letter-spacing: 0.04em;
}
.prd-lst-price {
 /* color: #abaaaa;*/
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
 /*  color: #b81717;*/
}
.prd-lst-soldout {
  color: red;
}
.prd-lst-none {
  text-align: center;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}





/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */


#footer-wrapper {
  padding-top: 3em;
  background: #eee;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav .nav_title_ {
  margin: 0 0 16px 0;
  font-size: 15px;
}
.nav_title {
    font-size: 13px;
    font-weight: bold;
}
li.nav_title:before {
    display: none;
}

.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #000000;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #212121;
  }


.footer_feature{
    width: 1100px;
    display: block;
    margin: 20px auto;
}

@media (max-width: 768px) {
  li.footer-nav-title {
    padding: 10px 0;
  }
  .footer-nav {
    border-bottom: 3px double #d4d4d4!important;
  }
  
.footer_feature{
 display:none;
}
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 0;
  padding-bottom: 0.5em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    padding: 5px;
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a, .nav-title {
      display: block;
      padding: 10px;
    }
    .dropdown-nav form {
      margin: 10px 0;
    }
    .dropdown-nav input.header-search__box {
      width: 80%;
      border-radius: 0;
      font-size: 16px;
    }
    ul.dropdown-nav-cat {
      position: relative;
      margin-left: -1px;
      margin-right: -1px;
      margin-bottom: -1px;
    }
    .dropdown-nav-cat li {
      border-right: 1px solid #dbdbdb;
    }
    .nav-title {
      border-bottom: 1px solid #dbdbdb;
      margin: 0;
      background: #eee;
    }  
    .dropdown-nav .social-nav {
      text-align: center;
      margin: 0.5em 0;
    }
    .dropdown-nav .social-nav li {
      border: 0;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #000;
      color: #fff;
    }
    .view-cart span, .dropdown-acct span {
      display: block;
      margin: 0 auto;
    }
    .view-cart span {
      width: 130px;
    }
    .dropdown-acct span {
      font-size: 12px;
    }
    .view-cart .icon-w, .dropdown-acct .icon-b {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #000000;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
}


/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}


/* ranking */

.ranking-items .prd-lst-unit {
  position: relative;
  counter-increment: section;
}

.ranking-items .prd-lst-unit:before {
  content: counter(section);
  position: absolute;
  top: 4px;
  left: 20px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font: 400 16px/24px 'futura-pt', 'Open Sans', sans-serif;
  text-align: center;
}




/*************************************************************/
    Freepage_
/*************************************************************/
.guide_box {
  margin: 0;
  padding: 0;
}

.guide_box a {
  text-decoration: underline;
}

.guide_box h2 {
  padding: 0;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
}

.guide_box h2 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.guide_box h3 {
    background: url(https://img21.shop-pro.jp/PA01374/641/etc/guide_arrow.png?cmsp_timestamp=20170520085814) left no-repeat;
    padding: 3px 18px;
    margin: 60px 0px 15px;
    border-bottom: dotted 1px #ccc;
    font-size: 15px;
    font-weight: bold;
}

.guide_box .gray_box {
  background-color: #F0F0F0;
  padding: 30px;
  margin: 15px 0px;
}

.gray_box h4 {
    margin-top: 0;
}

.shopping_g_ .step_area .gray_box {
  line-height: 1.6;
  position: relative;
  padding: 15px;
  margin: 30px 0 20px 10px;
}
.step_area  .step_box {
    position: relative;
}
.int_ship_box {
  line-height: 1.6;
  position: relative;
}
.int_ship_box p {
  padding-left: 40px;
}

.step_area ul {
    list-style-type: none;
}
.step_area .inner_wht {
  background-color: #FFF; 
  padding: 20px;
}
.step_area .inner_wht .step {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #ffc5c5;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.int_ship_box .gs_i {
  position: absolute;
  top: -20px;
  left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.inner_wht.int_ship_box {
  border: 1px solid #f4f4f4;
  box-shadow: 1px 1px 3px 1px #ccc;
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;
  -moz-box-shadow: 1px 1px 3px 1px #ccc;
  margin-bottom: 20px;
}
.step_area .inner_wht .step span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.step_area .step_box {
  position: relative;
}
.step_area .step_box img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.step_area .step_txt {
  font-size: 16px;
  color: #f999;
  text-align: center;
}
.step_area #step1 li {
  text-indent: -1em;
  list-style-position: inside;
}
.step_area #step2 li, .step_area #step3 li, .step_area #step6 li {
  text-indent: -1.7em;
  list-style-position: inside;
  padding-left: 8px;
}
.step_area #step1 ul li:before, .payment h4:before, .faq h4:before, .trouble h4:before {
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 14px;
  margin-right: 4px;
}
.step_area #step2 ul li:before, .step_area #step3 ul li:before, .step_area #step6 ul li:before {
  content: '※';
  font-size: 14px;
  color: #dc143c;
  margin-right: 4px;
}
.trouble ul {
  list-style-type: decimal;
}
.step_area .gray_box p, .faq .gray_box .box, .trouble .gray_box .box {
    margin-left: 10px;
}
.step_area .gry_bg {
    margin-left: -15px!important;
    margin-top: -20px;
    margin-right: -15px;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #ccc;
}
.guide_box .red {
    font-weight: bold;
    color: #dc143c;
}
.shopping_g_ .arrow {
  font-size: 4em;
  color: #ffc5c5;
  text-align: center;
}
.step_area  .red i {
    margin-left: 4px;
}
.kome {
    color: #dc143c;
    margin-right: 2px;
    font-weight: bold;
}

@media (max-width: 768px) {
  .step_area .inner_wht {
    margin-bottom: 16px;
  }
}


/*
SPECIAL
*/
.special_box {
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.special_box h2.title_board {
  text-align: center;
}

.b_innner a {
  display: block;
}
.b_innner {
  padding: 5px;
  margin: 0 5px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  text-align: center;
}
.b_innner_text {
  margin: 4px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.special_box_area {
  position: relative;
  top: -30px;
}

.special_box p {
  margin: 25px auto;
}

.special_box_area .last {
  background: #f7f7f7;
  text-align: center;
  padding: 20px 0!important;
  margin: 0;
  position: relative;
  bottom: -30px;
}

.spring2017.special_box_area .last {
  background: #fff!important;
}

.special_box_area .last button {
    background: #111;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 10px 50px;
    margin: 20px;
    font-size: 17px;
    color: #fff;
}

@media (max-width: 768px) {
  .section_box, .special_box {
    padding: 0 20px;
  }
}


/*newレシピページ */

 .recipe_page_title img{
    width:100%;
}

 .recipe_box {
    max-width: 980px;
    margin: 0px auto;
}

 .titile-left{
    border-bottom:3px solid #999;
    margin:0;
    line-height:40px;
}

 .titile-left p{
    color:#000;
    font-size:17px;
    margin:0;
}

 .title-number{
    color:#000;
    font-size:50px;
    font-family: 'Taviraj', serif;
}

 .titile-center {
    color:#000;
    font-size:20px;
    padding:10px 0 0 20px;
    margin-bottom:20px;
}


 .titile-right {
    color:#000;
    font-size:13px;
    padding-left: 20px;
    border-left: 2px solid #000;
    text-align:justify;
}


.main-img{
background-color:#f2f2f2;
width:100%;
max-width:825px;
margin-top:50px;
text-align:center;
height:auto;
}

.main-img img{
width:100%;
max-width:600px;
margin:50px 0;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}

p.product_img{
max-width:220px;
height:auto;
margin: 50px 0 0 -9px;
padding:0;
}

p.product_img a:hover img {
 opacity: 0.7;
}

.product-right .ap_titlebar{
margin-top:50px;
color:#000;
font-size:15px;
font-family: 'Taviraj', serif;
}

.product-right .ap_title{
border-bottom: 2px solid #000;
font-size:16px;
margin:0;
line-height:30px;
}

.product-right .ap_point{
font-size:13px;
text-align:justify;
margin-top:30px
}

.product_arrow img{
width:100%;
margin:30px 0;
}

.item_titlebar {
margin-top:30px;
text-align: center;
}


.item_section_box {
max-width:825px;
height:auto;
overflow:hidden;
margin-top:30px;
border: 10px solid #f2f2f2;
}


 p.item_img {
    width:310px;
    height:207px;
    margin:30px 0 30px 30px;
}


.item-right ul{
    list-style-image: url("https://img21.shop-pro.jp/PA01374/641/etc/recipe_page_04.png?cmsp_timestamp=20181121180948");
text-align:left;
    margin:30px 0 0 50px;
    max-width:380px;
}


.item-right li{
    margin:0;
    font-size:15px;
    line-height:30px;
}

.item-right li span{
    margin:0;
    font-size:16px;
    line-height:20px;
    font-weight: bold; 
}

.item-right p{
    line-height:18px;
    font-size:13px;
    margin:0 0 10px 0 ;
    text-align: justify;
}


 .howto_titlebar {
    margin-top:80px;
    text-align: center;
}

 .recipe_bg  {
    margin: 30px 0 0 -9px;
    background-image: url("https://img21.shop-pro.jp/PA01374/641/etc/recipe_page_06.png?cmsp_timestamp=20181121181834");
    background-repeat: no-repeat;
    background-position:center;
}


 p.recipe_img {
    width:300px;
    height:200px;
    padding:50px;
    margin:0 auto;
}

.scr-right {
  width: 400px;
  margin: 0 auto;
}

 .scr-right .number {
  font-size: 40px;
    padding-top:20px;
  margin: 20px 0 10px 0;
  font-family: 'Taviraj', serif;
  font-weight: bold; 
    line-height:30px;
}


 .scr-right .subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 20px 0px;
    border-top: 2px solid rgb(0, 0, 0);
    border-bottom: 1px dotted rgb(0, 0, 0);
    font-weight: bold;

}

 .scr-right .point {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

 .scr-right .point p{
    font-size: 13px;
    color: rgb(77, 74, 72);
    line-height: 1.6;
    padding-bottom:30px;
}


 .scr-right .point img{
    margin-bottom: 10px;
}

.recipe_section_box .recipe_box {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: block;
  max-width: 1100px;
}

.recipe_box.box2 .col {
  float: right;
}


 .arrowbar {
    margin:0;
    text-align: center;
}


 .m-titlebar {
    margin:30px 0;
    text-align: center;
}

.m-text p{
    margin: 0 30px;
text-align:justify;
font-size:16px;
color:#008080; 
}

 .gallery-titlebar {
   margin:50px 0 30px 0;
    text-align: center;
}


.gallery-left_s {
      margin: 30px　auto;
}


 .gallery_bg  {
   width:231px;
          height:330px;
      margin: 0 auto;
    background-image: url("https://img21.shop-pro.jp/PA01374/641/etc/recipe_page_15.png?cmsp_timestamp=20181121190610");
    background-repeat: no-repeat;

}

.gallery_bg_s {
   width:330px;
         height:231px;
      margin: 0 auto;
    background-image: url("https://img21.shop-pro.jp/PA01374/641/etc/recipe_page_16.jpg?cmsp_timestamp=20181213101414");
    background-repeat: no-repeat;
}


 p.gallery_img {
    width:200px;
    height:300px;
      margin: 0 auto;
padding-top:15px;
}


 p.gallery_img_s {
    width:300px;
    height:200px;
      margin: 0 auto;
padding-top:15px;
}




.p-link{
margin-top:30px;
width:150px;
line-height:30px;
border: 2px solid #000;
display:block;
float:right;
}

.p-link a{
text-decoration:none;
}

.p-link p{
margin-top:10px;
font-size:13px;
color:#000;
text-align:center;
}

.p-link a:hover p {
color:#999;
}

.r-footer01 {
margin:50px 0 0 0;
border-bottom: 1px solid #999;
}

.r-footer02 {
margin:3px 0 50px 0 ;
border-bottom: 2px solid #999;
}



.t-link {
width:100px;
line-height:30px;
margin: 0 auto;
text-align: center;
background-color:#6d6d6d;
}


.t-link p{
margin-top:10px;
font-size:13px;
color:#fff;
}

.t-link a{
text-decoration:none;
}

.t-link a:hover p {
color:#dcdcdc;
}

@media (max-width: 768px) {
   p.product_img{
    margin:40px auto;
}
  
   .product-right .ap_titlebar{
    margin-top:0;
}
  
   p.item_img {
    width:280px;
    margin:30px auto;
}

   .item-right ul{
    max-width:250px;
    margin:0 auto;
    padding-left:30px;
}
  

   .recipe_bg  {
    max-width:320px;
    margin:0 auto;
  }
  
  p.recipe_img {
    width:300px;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    padding:0;
}
  
  .scr-right {
    width:100%;
    margin: 0 auto;
}
  
  .scr-left {
    width:100%;
    margin: 0 auto;
}
  
 .scr-right .number {
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    text-align: center;  
    }
  
     .gallery_bg  {
    width:231px;
    margin:30px auto;
 padding:0;
  }
  

       .gallery_bg_s  {
    width:330px;
         height:231px;
    margin:30px auto;
       padding:0;
  }
  
  
  
   p.gallery_img {
     margin:0 auto;
    }
  

  
   p.gallery_img_s {
    margin:0 auto;
    }
}



/*フリーページ
インフォメーションページタイトル*/

.vd_info_title{
margin-top: 20px;
width:100%;
border-top:3px #333 solid;
border-bottom:1px #333 solid;

}


.vd_info_title p span{

font-family: 'Lusitana', serif;
font-size: 14px;
}

.vd_info_title p{
letter-spacing:1px;
text-align: center;
margin:0;
padding:20px;
font-family: 'Cinzel', serif;
font-size: 20px;
font-weight:bold;
}

h2.info_title,.info_title {
    width: 50%;
    margin: 50px auto 30px;
    padding: 0;
}

h2.info_title p,.info_title p {
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

/*フリーページフッター*/
.freepage_footer{
 width:100%;
 margin-top:40px;
 text-align:center;
 display:block;
}

.freepage_footer02 {
    width: 100%;
    margin: 20px 0;
    border: 0;
    border-top: 0.5px solid #333;
    border-bottom: 2px solid #333;
    line-height: 3px;
}


/*Qoo10用フリーページ*/

.qoo10_top_button a{
    letter-spacing: 1px;
    background: #eee;
    display: block;
    text-align: center;
    margin: 30px auto 50px;
    border: 1px solid #ccc;
    max-width: 300px;
    padding: 20px 10px;
}

.qoo10_infomenu_wrapper{
    max-width: 1000px;
    margin: 0 auto;
}


@media (max-width: 768px) {
.qoo10_infomenu_wrapper{
padding:10px;
}
  
  .info_title {
    width: 100% !important;
}
}



/*SHOP情報用フリーページ　f２０*/

ul.official_info_top{
    list-style: none;
    margin: 20px 0 0;
}

.official_info_top li{
    margin-bottom: 10px;
}
.official_info_top li span{
    letter-spacing:1px;
  padding-right:10px;
}

@media only screen and (max-width: 768px) {
.official_info_top li span {
    line-height: 30px;
}
}

/*SHOP情報用フリーページ　f２２*/
ul.official_info {
    margin: 0;
}

.official_info li {
    list-style-type: none;
    margin-bottom: 35px;
    line-height: 1.6em;
}

.official_info span {
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
}