/** Shopify CDN: Minification failed

Line 60:13 Expected identifier but found whitespace
Line 61:6 Unexpected "{"
Line 62:17 Expected ":"
Line 66:16 Expected identifier but found whitespace
Line 67:6 Unexpected "{"
Line 68:17 Expected ":"
Line 1989:4 "boder" is not a known CSS property

**/
/*モバイルメニュー */
.mobile-nav-content .navmenu-depth-1, .mobile-nav-primary-content .navmenu-depth-1 {
  font-weight: normal
}
.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-weight: normal
}
/*トップページスライダーの表示 */
@media screen and (max-width : 800px) {
  .slideshow-slide__heading {
    color: #666 !important;
  }
  .slideshow-slide__subheading {
    color: #666
  }
}
/*トップページ　infoの表示 */
.infotop {
  width: 100%;
  margin: 0 0 2em 0;
  border: solid 1px #ff6666;
}
.infotop a {
  display: block;
}
.infotop p {
  padding: 1em 0.5em;
  color: #ff6666;
  text-align: center;
}
/* トップページの画像付きテキストのボタンのみ */
.template-index .image-with-text__button {
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
}


/*トップページ　ブログの表示 */
.article--excerpt-title {
  font-size: var(--font-size-heading-7);
  line-height: 1.6em;
}
/* @media screen and (max-width: 1023px)
.blogposts--container {
     overflow: hidden; }}*/
/*トップページ　ブログボタン表示*/
.blogposts--footer {
  margin-top: {
      {
      space_large | divided_by: 10.0 | append: 'rem'
    }
  }
  ;
  margin-bottom: {
      {
      space_large | divided_by: 5.0 | append: 'rem'
    }
  }
  ;
  text-align: center;
}
.blogposts--footer {
  margin-top: 2.125rem;
  margin-bottom: 5rem;
}
.blogposts--footer-link {
  line-height: 1;
  color: #666;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 0.75rem 1.125rem;
}

/* ランキングバッジ */
.ranking-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  background-color: #535353;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
}

/* ランキングバッジ　1位 - シックゴールド */
.ranking-badge--1 {
  background-color: #9B7E3A;  /* くすみゴールド */
  color: #fff;
}

/* ランキングバッジ　2位 - シックシルバー */
.ranking-badge--2 {
  background-color: #6B6B6B;  /* ダークグレー */
  color: #fff;
}

/* ランキングバッジ　3位 - シックブロンズ */
.ranking-badge--3 {
  background-color: #6B5638;  /* くすみブロンズ */
  color: #fff;
}



/*トップページ　取り扱いブランド  ブランド名表示*/
.collection__item-title {
  font-weight: 500;
}
/*トップページ　ピックアップアイテム*/
.product-title {
  line-height: 1.5;
}
/*トップページ　productitem--title*/
.productitem--title {
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}
/*トップページ　featured-collection__container*/
.featured-collection__container {
  margin: 3em auto
}
.slideshow-slide__heading, h1 {
  font-size: var(--font-size-heading-3);
}
.collection--title {
  line-height: 1.5em;
  font-size: var(--font-size-heading-4);
  margin-bottom: 30px;
  font-weight: bold;
}
.article--excerpt-title {
  text-align: left;
}
@media screen and (max-width : 800px) {
  .collection--title {
    font-weight: bold;
    font-size: var(--font-size-heading-5);
  }
  .article--title, .collection--title {
    font-weight: bold;
    font-size: var(--font-size-heading-5);
    margin-bottom: 10px;
  }
}
.promo-mosaic--container .promo-block--content-wrapper h2 {
  font-size: 100%;
  text-shadow: 1px 1px 2px #444444;
}
/*商品ページ 注意書きブロック(metafieldsの_atentionを含むもの)のみ赤色 */
.product-text p strong {
  color: #c00 !important;
}
/*商品ページ　（だけかは未確認）ブランド名 */
.product-vendor a {
  text-decoration: underline;
  text-decoration-color: #666666;
  text-decoration-thickness: 1px; /* 線の太さ */
}
.product-vendor a:hover {
  text-decoration: underline;
  opacity: 0.8;
  text-decoration-color: #bbbbbb;
}
/*商品ページ　・商品一覧ページ　商品タイトルフォントサイズ */
.productitem--title {
  font-size: var(--font-size-body-small);
}
@media screen and (max-width: 719px) {
  .product-title {
    font-size: var(--font-size-heading-5);
  }
  .productitem--title {
    font-size: var(--font-size-body-smaller);
    line-height: 1.3;
  }
}
/*商品ページぱんくずフォントサイズ */
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-smaller);
}
/*商品ページ　　カートに入れるボタン */
div.product-form--atc button.product-form--atc-button {
  color: #ff6666;
  border: 1px solid #ff6666;
}
div.product-form--atc button.product-form--atc-button:hover {
  color: #ff6666;
  border: 1px solid #ff6666;
}
/* 完売の際のボタンの色 */
div.product-form--atc button.product-form--atc-button:disabled,
div.product-form--atc button.product-form--atc-button.disabled {
 color: #ffffff !important;
    border: 1px #777777 !important;
    background-color: #777777  !important;
}

/*商品ページ　価格 */
.product__price .price__current { /*color:#ff6666;*/
  font-size: var(--font-size-heading-1);
}
/*商品ページ　価格 見出しテーブル（というかテーブル全部） */
.rte table, .pxs-newsletter-text table, .shoppable-image__text-box-subheading table, .image-with-text__text table {
  width: 100%;
}
/*コレクションリスト（ブランド一覧） */
div.collection-list__container li.collection__item span.collection__item-title {
  text-align: left;
  line-height: 1.5em;
}
.collection-list__content[data-layout=grid] {
  /*   align-items: center;*/
  align-items: flex-start;
}
/*コレクションページ */
.collection--description img {
  display: block;
  margin: auto;
}
.collection--description {
  margin: 0 auto;
  max-width: 90ch;
}
/***  ページ  ***/
.page-content {
  max-width: 1000px;
  /*  max-width: 680px; 　*/
}
/* コレクションページのページネーション非表示 */
.static-list-collections .pagination {
  display: none;
}
/***  商品ページレビュー  ***/
.mxpr-summary__write-review {
  border: 1px solid #DABF62 !important;
  padding: 10px 15px !important;
  color: #DABF62 !important;
}
.mxpr-summary__bar-content {
  background-color: #DABF62 !important;
}
.mxpr-summary__write-review:hover {
  opacity: 0.5;
  color: #DABF62 !important;
  background-color: #fff !important;
  text-decoration: none;
}
mxpr-summary__order {
  margin: 10px !important;
}
.mxpr-summary__order select {
  font-size: 90%;
}
/* シェアボタンカラー */
.share-buttons .share-buttons--facebook::before {
  /* background-color: #425dab; */
  background-color: #b3b3b3;
}
.share-buttons .share-buttons--twitter::before {
  /* background-color: #1da1f2; */
  background-color: #b3b3b3;
}
.share-buttons .share-buttons--x::before {
  /* background-color: #1da1f2; */
  background-color: #b3b3b3;
}
.share-buttons .share-buttons--linkedin::before {
  /* background-color: #0077B5; */
  background-color: #b3b3b3;
}
.share-buttons .share-buttons--pinterest::before {
  /* background-color: #bd1c1c; */
  background-color: #b3b3b3;
}
.share-buttons .share-buttons--line::before {
  /* background-color: #bd1c1c; */
  background-color: #b3b3b3;
}
/*お気に入りリスト */
/*.mxpr-favorites-cart-add {
    color: #ff666!important;
    border: 1px solid #ff666;
} */
#mxpr-favorites-table {
  margin: 1em
}
/*フッター */
.site-footer-wrapper {
  margin-top: 0;
} /*カレンダー挿入のための調整 */
/*カート */
span.cart-ordernote-heading {
  line-height: 1.8em
}
.cart-shipping .cart-shipping-toggle {
  border: 1px #ededed solid;
  padding: 10px;
}
.shopify-cleanslate {
  margin: 3em auto
}
.cart-continue {
  margin: 3em auto
}
a {
  text-underline-offset: 0.3rem;
}
/*アカウント登録ページ */
.account-page-content .form-field{margin-top:1em}
/* ********ここからクラフトカフェオリジナルスタイルシート

.collections_inner{
  padding :0  0 60px 0;
} */
/*
.collections_inner {max-width: 900px;margin:0 auto;}
.collections_inner img{margin:0 auto;}*/

/* 外部リンクアイコン

a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }

a.icon[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}*/
/* yokonarabi box*/
.col_2, .col_cc_2, .col_cc_2-2, .col_cc_3, .col_cc_3-2, .col_3, .col_3-2, .col_cc_4, .col_4, .col_4_innav, .col_4-2, .col_5,.col_5_innav, .col_4-btn-tok-ichiran {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2-evitm, .col_3-evitm {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-top: 30px;
}
.col_2-ud{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-top: 30px;
}
.col_4-evitm {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-top: 30px;
  font-size: 0.9em;
}
.col_2 > div, .col_cc_2 > div {
  width: 50%;
  padding: 10px;
}
.col_2-evitm > div {
  width: 50%;
  padding: 0 10px;
}
.col_2-ud > div {
  width: 50%;
  padding: 0 10px;
}
.col_2 > div img, .col_2-2, .col_2-3 > div img, .col_2-brand > div img, .col_2-evitm > div img,.col_2-ud > div img, .col_3 > div img, .col_3-evitm > div img, .col_3-2 > div img, .col_4 > div img, .col_4-evitm > div img, .col_5 > div img,.col_5_innav > div img {
  width: 100%;
}
.col_3 > div, .col_3-2 > div, .col_cc_3 > div, .col_cc_3-2 > div {
  width: 33.33333%;
  padding: 10px;
}
.col_3-evitm > div {
  width: 33.33333%;
  padding: 0 20px;
	display: flex;
}
.col_3-evitm > div a,.col_2-evitm > div a,.col_4-evitm > div a{
display: flex;
flex-direction: column;
}
.col_4-btn-tok-ichiran > div {
  width: 24%;
  padding: 1em;
  text-align: center;
  margin: 0.3em;
  background-color: #fff;
  transition: 0.5s;
  font-size: 0.9em;
}
.col_4-btn-tok-ichiran div a:hover {
  opacity: 0.8;
}
.col_cc_4 > div, .col_4-evitm > div {
  width: 25%;
  padding: 10px;
}
.col_4_innav > div {
  width: 25%;
  padding: 1%;
  text-align: center;
}
.col_4 > div, .col_4-2 > div {
  width: 25%;
  padding: 1%;
  text-align: center;
}
.col_4_innav > div img {
  width: 50%;
  margin-bottom: 5px;
}

.col_5> div ,.col_5_innav > div {
  width: 20%;
  padding: 10px;
}


@media screen and (max-width : 599px) {

  .col_2-ud > div{
  width: 100%;
  padding: 1em;
}}
.box01 {
  width: 70%;
}
/*.調整　*/
.mgB100 {
  margin-bottom: 100px;
}
.mgT2 {
  margin-top: 2em;
}
.mb30, .mgB30 {
  margin-bottom: 30px;
}
.soldout {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
  cursor: default;
  color: #DDDDDD;
}
.mb30, .mgB30 {
  margin-bottom: 30px;
}
.mb50,.mgB50 {
  margin-bottom: 100px;
}
.mgB60,.mgB60 {
  margin-bottom: 60px;
}
.mgT30 {
  margin-top: 30px;
}
.dot {
  border-top: 1px dotted #666;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.c-pi {
  color: #ff77a4
} /* ピンク */
.c-gr {
  color: #238f44
} /* グリーン */
.c-or {
  color: #cc7f33
} /* オレンジ */
.c-bl {
  color: #5073cc
} /* ブルー */
.c-ye {
  color: #ffe25a
} /* イエロー */
.c-re {
  color: #c20000
} /* レッド */
.c-yg {
  color: #95c25b
} /* イエローグリーン */
.c-pu {
  color: #806cc2
} /* パープル */
.c-bk {
  color: #000
} /* ブラック */
.c-go {
  color: #dab300
} /* ゴールド */
.c-br {
  color: #7C5C43
} /* ブラウン */
.collectionstop_inner {
  max-width: 900px;
  margin: 0 auto;
}
.fa-external-link-alt {
  margin: 0 0.1em; /*追加*/
  font-size:0.9em;/*追加*/
}
.fa-external-link-alt::before {
  margin: 0 0.1em; /*追加*/
  font-size:0.9em;/*追加*/
}

.collectionstop_inner img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.collectionstop_inner a {
  border-bottom: 1px solid #666666; /*下線の太さと色*/
  padding-bottom: 1px;
}
.collectionstop_innerr h3 {
  margin: 10px 0;
}
/*.brandlist　*/
.brandlist div div {
  width: 280px;
}
.brandlist img {
  width: 280px;
}
.brandlist p {
  margin: 0
}
.brandlist p.point {
  font-weight: bold;
}
@media screen and (max-width : 599px) {
  /*　*/
  .brandlist div div {
    width: 50%;
  }
  .brandlist img {
    width: 100%;
  }
}
/*
.collectionstop_inner{margin :0 auto; padding:2%; text-align:left}
.collectionstop_innerr h3{
  margin :10px 0;
}
.collectionstop_innerr img{text-align:left; margin :0 auto;
}
/*
/*collection- event page */
.pickupmini img {
  width: 100%
}
.pickupmini p span { /*color: #ff6666;*/
  margin-left: 0.8em;
}
.pickupmini02 p:first-line {
  color: #666666;
  font-weight: bold;
}
.pickupmini02 p {
  line-height: 1.8em;
}
.pickup03 a img:hover {
  opacity: 0.5;
}
.midashi {
  width: 100%;
  padding: 20px;
  background-color: #066;
  text-align: center;
  color: #FFF;
  margin: 50px auto;
  font-weight: bold;
}
.midashi02 {
  width: 100%;
  padding: 10px 10px 10px 20px;
  background-color: #a7c2c2;
  text-align: center;
  /* font-size: 20px;*/
  color: #3e3e3e;
  margin: 50px 0;
}
.whiteB {
  color: #ffffff;
  font-weight: bold
}
.event_pickup {
  width: 100%;
  /*  text-align: center;*/
  text-align: left;
  margin: 0 auto 40px;
  display: block;
}
.event_pickup img {
  width: 100%;
  margin: 0 !important;
}
.event_pickup p span {
  line-height: 1.5em;
}
.event_pickup p span {
  color: #ff6666;
  margin-left: 0.8em;
}
.event_pickup p span:before {
  content: '￥';
}
.event_pickup p.pickup-sub {
  font-size: 95%;
  text-align: left !important;
  margin: 0 0 30px 0 !important;
}
.attention_nouki {
  width: 100%;
  padding: 20px;
  border: #ff6666 solid thin;
  /*text-align: center;*/
   font-size: 0.9em;
  line-height: 2em;
  margin: 20px auto;
}
.attention_nouki span {
  color: #ff6666;
}

.noukicent {
  text-align: center;
}
/*　collection- event－link　*/
.innavtitle {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 80px 0 50px;
}
.innavtitle .innav a img:hover {
  opacity: 0.5;
}
ul.innav {
  list-style: none;
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
}
ul.innav li {
  width: 220px;
  height: 50px;
  text-align: left;
  display: inline-block;
}
ul.innav li a {
  text-decoration: none;
}
ul.innav li img {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
ul.innav li spam {
  font-size: 70%;
}
.innavbox div {
  font-size: 90%;
  line-height: 1.7em;
  margin: 15px;
}
.innavbox div:first-line {
  font-weight: bold;
  color: #099;
  font-size: 120%;
}
.innav span {
  display: block;
  font-size: 80%;
}
.innavbox h3 {
  width: 900px;
  padding: 10px 10px 10px 20px;
  background-color: #a7c2c2;
  text-align: center;
  /* font-size: 20px;*/
  color: #3e3e3e;
  margin-top: 20px;
}
/*tokusyu ichiran */
.ichiran_wrapper {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.ichiran_wrapper img:hover {
  opacity: 0.8;
}
/*page tokusyu  */
.event_wrapper {
  width: 900px;
  margin: 0 auto;
  font-size: 100%;
}
.event_wrapper p {
  line-height: 1.7em
}
.maini {
  margin: 0 auto 50px;
}
.maini img {
  max-width: 900px;
  margin-bottom: 1.5em;
  ;
}
@media screen and (max-width : 599px) {
  .maini img {
    width: 100%;
  }
}
/* 2024特集ページここから */
.event_pickup04 {
  width: 700px;
  text-align: center;
  margin: 0 auto 70px;
  display: block;
}
.event_pickup04 img {
  width: 700px;
}
.event_pickup04 div a img:hover {
  opacity: 0.9
}
.event_pickup04 p {
  line-height: 2em;
  text-decoration: none;
  margin-top: 10px;
  font-size: 100%;
  text-align: center;
}
@media screen and (max-width : 599px) {
  .event_wrapper {
    width: 100%;
  }
  .event_pickup04 {
    width: 100%;
    margin: 0 auto 70px;
  }
  .event_pickup04 img {
    width: 100%;
  }
  .event_pickup04 p {
    text-align: left;
  }
}
/* h3吹き出し */
.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before, .heading::after {
  background-color: #666; /* 線の色 */
  border-radius: 4px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
h3.midashi03 {
  width: 100%;
  padding: 20px;
  background-color: #066;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
}
h3.midashi04 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}
.event_pickup04 > p.midashi {
  width: 100%;
  padding: 10px 10px 10px 20px;
  background-color: #a7c2c2;
  color: #3e3e3e;
  margin: 0;
}
p.m-num {
  font-size: 2.5rem;
  /*color:#333;*/
  font-weight: bold;
  text-align: center;
}
.mfc-p {
  color: #F7929F
}
.mfc-bk {
  color: #000
}
p.itemcatch,a p.itemcatch {
  font-size: 1rem;
  padding: 10px 0px 0px;
  line-height: 1.6em !important;
  /* letter-spacing: 1px; */
  font-weight: bold;
  display: block;
  color: #666666;
	flex-grow: 1; 
}
p.itemcatch-sub {
  text-align: center;
  font-size: 1rem;
  padding: 15px 0px 0px;
  line-height: 1.6em !important;
  /* letter-spacing: 1px; */
  font-weight: bold;
  display: block;
  color: #666666;
}
.col_4-evitm > div p.itemcatch {
  font-size: 1rem;
  padding: 10px 0px 0px;
  line-height: 1.6em !important;
  /* letter-spacing: 1px; */
  font-weight: normal;
  display: block;

}
.iteminfo {
  padding: 10px 0 20px 0;
    display: flex;
  flex-direction: column;
}
.iteminfo img{
  margin:2em 0 0;
}
p.yoyaku {
  font-size: 0.8rem;
  color: #666666;
  margin: 0;
  text-align: center;
	font-weight: bold;
}
p.itemtext, a p.itemtext{
  font-size: 0.9rem;
  color: #666666;
  text-align: left;
   flex-grow: 1;/*孫要素の高さを揃える*/
}
h4.itemname,a h4.itemname, p.itemname, a p.itemname {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
	flex-grow: 1; /*//　孫要素の高さを揃える*/
}
p.price {
  font-size: 0.8rem;
  color: #ff6666;
  /*padding: 10px;*/
}
p.price:before {
  content: '￥';
}
div.boxspeech {
  width: 80%;
  margin: 0 auto;
}
.boxspeech p:nth-child(1),.boxspeech p:nth-child(5){
  text-align: left;
  padding-left: 0.5em;
  margin-bottom: -0.5em;
  line-height: 1.5em;
}
.boxspeech p:nth-child(3),.boxspeech p:nth-child(7){
  text-align: right;
  padding-left: 0.5em;
  margin-bottom: -0.5em;
  line-height: 1.5em;
}

/* 吹き出し　　左しっぽ */
 p.speechBubble-l {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 8px;
  background-color: #ffffff;
   text-align: left;
   font-size: 0.9em;
  /* font-weight: 400; */
  line-height: 1.5;
  color: #666666;
}

p.speechBubble-l::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #666666 transparent transparent;
  translate: -100% -50%;
}

p.speechBubble-l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8.9px 17.8px 8.9px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

 /* 吹き出し　　右しっぽ */

 p.speechBubble-r {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 0.9em;
  /* font-weight: 400; */
  line-height: 1.5;
  color: #666666;
}

p.speechBubble-r::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #666666;
  translate: 100% -50%;
}

p.speechBubble-r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8.9px 0 8.9px 17.8px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
@media screen and (max-width : 599px) {
  h3.midashi04 {
    line-height: 1.3em;
  }
  p.itemcatch {
    font-size: 1rem;
    padding: 5px 0 0 0;
    text-align: left;
    margin: 0;
  }
   p.itemcatch-sub {
    padding: 5px 0 0 0;
  }
  .col_2-evitm > div p.itemcatch, .col_3-evitm > div p.itemcatch {
    min-height: 4rem;
  }
  .col_4-evitm > div p.itemcatch {
    padding: 5px 0px 0px;
    min-height: 2rem;
  }
  h4.itemname {
    text-align: left;
    font-size: 0.8rem;
  }
  p.price {
    padding: 5px;
    text-align: center;
  }
  div.boxspeech {
  width: 90%;
  margin: 0 auto 2em;
}
}
.evcircle01 > a img {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  width: 80%; /* ※縦横を同値に */
  height: 80%; /* ※縦横を同値に */
  margin: 0 auto;
}
.evcircle03 > div a img, .evcircle02 > div a img, .evcircle04 > div a img {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  margin: 0 auto;
}
.evcircle01 > a img.none {
  border-radius: 0%;
}
.nav-gototop {
  text-align: right;
  padding: 30px 0 80px;
}
.nav-gototop a {
  text-decoration: none;
}
/* 2024特集ページ ここまで*/
.tokusyu {
  max-width: 900px;
  margin: 0 auto;
}
.tokusyu img {
  margin: 0 auto;
  ;
}
.tokusyu a img :hover {
  opacity: 0.8;
}
.tokusyu h3.midashi {
  width: 100%;
  padding: 15px;
  background-color: #066;
  text-align: center;
  color: #FFF;
  margin: 50px auto;
  font-weight: bold;
  font-size: 140%;
}
.button-tokusyu, .button-tokusyu100 {
  margin: 10px auto;
  text-align: center
}
.button-tokusyu p, .button-tokusyu100 p {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80%;
  margin: 5rem auto 10rem;
  padding: 1rem 3rem;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.button-tokusyu100 p {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80%;
  margin: 5rem auto 10rem;
  padding: 1rem 3rem;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}
.button-tokusyu p:before, .button-tokusyu100 p:before {
  content: "≫";
}
.button-tokusyu p:hover, .button-tokusyu100 p:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
}
/* インタビュー*/
.interviewmain {
  font-size: 1em;
  line-height: 1.7em;
  text-align: center;
  margin: 0 auto;
}
.interviewinfo {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.8em;
  margin: 0 auto;
}
.interviewinfo a.pan {
  padding: 2px;
  text-decoration: none;
  font-size: 0.8em;
}
.interviewinfo h3 {
  width: 100%;
  padding: 1em;
  background-color: #066;
  text-align: left;
  color: #FFF;
  margin: 1.5em auto;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.7em;
}
.interviewinfo p a {
 border-bottom: 1px solid #666;
  display: inline-block;
}
.prof p a {
  border-bottom:none;
  text-decoration: none;
  color:rgb(139, 137, 137);
}
.interviewinfo p.primero {
  font-weight: bold;
  margin: 3.5em 0 1.7em;
  color: #555555;
}
.imgboxinterview {
  width: 100%;
  font-size: 85%;
  margin: 50px auto;
  line-height: 1.7em;
  text-align: left;
}
.imgboxinterview img{
  width: 100%;
}
.imgboxinterview a {
 /* text-decoration: underline;*/
 border-bottom: 1px solid #666;
 display: inline-block;
}
.interviewinfo h4 {
  line-height: 1.7em;
  /*font-size:0.9em;*/
  width: 100%;
  border-bottom: dotted; /*下線を点線にする*/
  border-color: #666;
  border-width: 1px;
  margin: 30px auto;
}
.interviewinfo .prof {
  font-size: 0.8em;
  line-height: 1.6em;
}
.interviewinfo .prof img {
  width: 100%;
}
.tokusyu p.primero {
  font-weight: bold;
  margin: 30px 0;
  color: #555555;
}
.interviewinfo hr {
  margin: 2em 0;
}
.interviewinfo hr.dashedline{border:none; border-top:dashed 1px hsla(0, 0%, 80%, 0.851);height:1px;width:100%;}
.interviewinfo .event_pickup04 {
  font-size: 0.8em;
}
.interviewinfo .itemcatch {
  font-size: 0.8rem !important;
}
.interviewinfo .btn_ev {
  width: 150px;
}
@media screen and (max-width : 599px) {
  .interviewmain {
    text-align: left;
  }
  .interviewinfo {
    width: 95%;
    font-size: 1.1em;
  line-height: 1.8em;
  }
  .imgboxinterview {
    font-size: 85%;
    margin: 30px auto;
    line-height: 1.5em;
    text-align: left;
  }
  .imgboxinterview img {
    width: 100%;
  }
}


/* レポート*/
.report {
  font-size: 1em;
  line-height: 1.7em;
  margin: 0 auto;
  max-width: 700px;
}
.box-report {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.8em;
  margin: 0 auto;
}
.box-report h3 {
  width: 100%;
  padding: 1em;
  background-color: #066;
  text-align: left;
  color: #FFF;
  margin: 1.5em auto;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.7em;
}
.box-report  p a {
 border-bottom: 1px solid #666;
  display: inline-block;
}
.box-report-imgbox  {
  width: 100%;
  font-size: 85%;
  margin: 50px auto;
  line-height: 1.7em;
  text-align: left;
}
.box-report-imgbox img{
  width: 100%;
}
.box-report-imgbox a {
 /* text-decoration: underline;*/
 border-bottom: 1px solid #666;
 display: inline-block;
}

.box-report  hr {
  margin: 2em 0;
}
.box-report hr.dashedline{border:none; border-top:dashed 1px hsla(0, 0%, 80%, 0.851);height:1px;width:100%;}

.autor-rport{font-size: 12px; color: #666; line-height: 130%; text-align: right;}

.box-report .prof {
  font-size: 0.8em;
  line-height: 1.6em;
}
.box-report .prof p{margin-bottom: 2em;}
div.topic01 {
  margin: 30px auto 50px;
}


@media screen and (max-width : 800px) {
  .report {
    padding: 1em;;
  }
}


/* レポート*/
.report {
  font-size: 1em;
  line-height: 1.7em;
  margin: 0 auto;
  max-width: 700px;
}




p.midashi-tokusyu {
  width: 100%;
  padding: 15px;
  background-color: #066;
  text-align: center;
  color: #FFF;
  margin: 50px auto;
  font-weight: bold;
  font-size: 140%;
}

a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 70%;
  margin: 30px auto;
  padding: 1rem 3rem;
  border: 1px solid #666666;
  color: #666666;
  background-color: #fff;
  transition: 0.5s;
}
a.btn_01:hover {
  border: 1px solid #666666;
  color: #ffffff;
  background-color: #666666;
}
a.btn_01_bk {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 70%;
  margin: 30px auto;
  padding: 1rem 3rem;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}
a.btn_01_bk:hover {
  border: 1px solid #000;
  color: #666;
  background-color: #fff;
}

a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 70%;
  margin: 30px auto;
  padding: 1rem 3rem;
  border: 1px solid #666;
  color: #666;
  background-color: #fff;
  transition: 0.5s;
  line-height: 1.5em;
}
.btn_ev {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 200px;
  margin: 2em auto;
  padding: 0.7rem 1.5rem;
  border: 1px solid #BABABA;
  color: #666666;
  transition: 0.5s;
  line-height: 1.8em;
  font-size: 0.8em;
}
.btn_ev:hover {
  opacity: 0.4;
}


div.col_4-evitm div div > .btn_ev {
  width: 150px;
  font-size: 0.8em
}

.btn_100 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: 2em auto;
  padding: 0.7rem 1.5rem;
  border: 1px solid #BABABA;
  color: #666666;
  transition: 0.5s;
  line-height: 1.8em;
  font-size: 0.9em;
}
.btn_100:hover {
  opacity: 0.4;
  color: #666666;
}

@media screen and (max-width : 599px) {
  .btn_ev {
    width: 100%;
  } }
  .menubox02 > div {
    border: 1px solid #AEAEAE;
    margin: 0 0 -1px;
    padding: 20px;
    line-height: 1.5em;
    margin-right: -1px;
  }
  .menubox02 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .menubox02 a:before {
    content: '» ';
  }
  .menubox03 {
    counter-reset: number 0;
    padding: 2em 1em;
    background-color: #EDEDED;
  }
  .menubox03 > div {
    /*border: 1px solid #AEAEAE;
  margin: 0 0 -1px;*/
    padding: 1.2em 2em;
    line-height: 2em;
    margin-right: -1px;
    font-size: 1.1rem;
  }
  .menubox03 a:before {
    /* content: '» ';*/
    counter-increment: number 1;
    content: counter(number) ". ";
  }
.page-under-menubox{
  width: 800px;
  margin: 0 auto;
  counter-reset: number 0;
  padding: 2em 1em;
  background-color: #f4f4f4;
}
  .page-under-menubox > div {
  padding: 1em;
  line-height: 1.5em;
  margin-right: -1px;
}
.page-under-menubox a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-under-menubox a:before {
  content: '» ';
}
@media screen and (max-width : 599px) {
  .page-under-menubox{
    width: 100%;}
    .page-under-menubox > div {
    
      line-height: 1.5em;
      margin-right: -1px;
    }
    .menubox03 > div {
        width: 100%;
    padding: 0.6em;
    line-height: 1em;
    margin-right: 0;
  }
}


  /*page atention tezomeya ,tezomeya-tsuriamiki */
  .atentionT {
    max-width: 900px;
    margin: 0 auto;
  }
  .atentionT img {
    margin: 0 auto;
    text-align: center;
  }
  .atentionT .box p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .atentionT .box p::before {
    content: "・";
  }
  .atentionT a {
    color: #FF6666;
  }
  .atentionT span {
    color: #FF6666;
  }
  .atentionT h3 {
    font-weight: bold;
  }
  ul.tezomeyalist li:first-child {
    list-style: none;
    font-weight: bold;
    text-indent: -1em;
  }
  /**Legal page, クラフトカフェお買い物ガイド*/
  .atention {
    max-width: 900px;
    margin: 0 auto;
  }
    .atention p {
    line-height: 2em;
    margin-bottom: 1.5em;
  }
  .atention p.point {
    color: #FF6666;
  }
  .atention span.point {
    color: #FF6666;
  }
  .atention img {
    margin: 10px;
  }
  .atention span {
    color: #FF6666;
  }
     .atention h2 {
    font-weight: bold;
    font-size: xlarger;
    padding-bottom: 1em;
    margin: 5em auto 1em;
    border-bottom: 1px solid #666;
    line-height: 1.5em;
  }
  .atention h3 {
    font-weight: bold;
    margin: 2em auto 1em;
    font-size: large;
  }
  .atention ul.payment-icons {
    text-align: center;
  }
  .atention li {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  .atention hr {
    border: 1px dashed;
    color: #DDDDDD;
    margin: 50px 0;
    width: 95%;
  }
  .atention table {
    border: solid 1px #ccc;
    border-collapse: collapse;
    width: 100%;
  }
  .atention table.tb01 th, .atention table.tb01 tr td,.atention table th, .atention table tr,.atention table td{
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
  }
  .atention table.tb01 th,.atention table th {
    background: hsl(0, 0%, 97%);
   color: #666;
  }
  /**Ringsize text
 */
  .Ringsize ul {}
  .Ringsize li {
    list-style-type: none;
  }
  .Ringsize img.ringsizeimage {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .Ringsize h4 {
    color: #FFFFFF;
    background-color: #006666;
    padding: 5px;
  }
  .Ringsize span {
    color: #c00;
    font-weight: bold;
  }
  .info {
    width: 100%;
    text-align: left;
    /* font-size: 18px;*/
    line-height: 2em;
    margin: 0 auto;
    padding: 2% 10%;
  }
  /**warpping */
  .warpinfo {
    width: 100%;
    text-align: left;
    /* font-size: 18px;*/
    line-height: 2em;
    margin: 0 auto;
    padding: 2% 10%;
  }
  .warpinfo p:before {
    content: "・";
  }
  .warpinfo h4 {
    border-bottom: dotted;
    border-width: 1px;
    font-size: 105%;
  }
  .attention_warp {
    width: 95%;
    padding: 20px;
    border: #ff6666 solid thin;
    /*text-align: center;
   font-size: 18px;*/
    line-height: 2em;
    margin: 50px auto;
  }
  .attention_warp span {
    color: #ff6666;
  }
  .attention_warp p:first-line {
    font-weight: bold;
  }
  .parent {
    /*    background: lightblue;　*/
    display: flex;
    flex-wrap: wrap;
  }
  /**ringsizeguide */
  .tokusyu h4 span {
    border-left: none;
    font-size: 105%;
    color: #ff6666;
  }
  .info-ex > div {
    padding: 50px 0px;
    line-height: 1.8em;
  }
  .info-ex > div img {
    width: 80%;
  }
  .attention_warp02 {
    width: 100%;
    padding: 20px;
    border: #ff6666 solid thin;
    line-height: 2em;
    margin: 50px 0;
  }
  .ringgage span {
    color: #ff6666;
  }
  .boxsize {
    text-align: center;
    margin: 30px 0 50px 0;
  }
  .sizetitle {
    font-size: 150%;
    text-align: center;
  }
  table.ringsizehyou td {
    border: solid 1px #c0c0c0; /* 枠線指定 */
    text-align: center;
    padding: 10px;
  }
  table.ringsizehyou th {
    border: solid 1px #c0c0c0; /* 枠線指定 */
    background-color: #ededed; /* 背景色指定 */
    width: 25%; /* 幅指定 */
    padding: 10px; /* 高さ指定 */
  }
  table.ringsizehyou {
    border-collapse: collapse; /* セルの線を重ねる */
    width: 80%;
    margin: 0 auto;
  }
  table.info td, table.info tr, table.info th {
    border: 1px #ededed solid;
    border-collapse: collapse;
    text-align: center;
    margin: 5% auto;
  }
  table.info {
    width: 80%;
    margin: 0 auto;
  }
  table.info th {
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px 0;
    font-weight: normal;
    color: #ff6666;
    border: 1px #ededed solid;
    border-collapse: collapse;
  }
  table.info td {
    text-align: center;
    padding: 25px 0;
    color: #ff6666;
    border: 1px #ededed solid;
    border-collapse: collapse;
  }
  table.info span {
    color: #2E2E2E;
    font-weight: bold;
  }
  @media screen and (max-width: 960px) {
    .innavtitle + div.col_2 > div {
      width: 100%;
    }
    .col_3 > div, .col_4-btn-tok-ichiran > div {
      width: 100%;
      display: flex;
      display: -ms-flexbox; /* IE10 */
      flex-wrap: wrap;
      -ms-flex-wrap: wrap; /* IE10 */
    }
    .col_cc_3 > div, .col_3-2 > div {
      width: 50%;
    }
    .col_cc_4 > div {
      width: 33.33333%;
    }
  }
  @media screen and (max-width : 599px) {
    /*　*/
    .innavtitle {
      margin: 10px 0;
    }
    ul.innav {
      margin: 0 0 20px 0;
    }
    ul.innav li {
      width: 110px;
      text-align: center;
      font-size: 90%;
    }
    ul.innav li img {
      width: 100px;
      display: inline-block;
      margin: 0 auto;
      padding-bottom: 2px;
    }
    ul.innav li spam {
      font-size: 100%;
      white-space: nowrap
    }
    .innavbox div {
      font-size: 100%;
      margin: 0px 0 10px;
    }
    .innavbox h3 {
      width: 100%;
      margin-top: 20px;
    }
    .ichiran_wrapper {
      width: 100%;
    }
    .info {
      padding: 0% 2%;
    }
    .menubox02 > div {
      padding: 16px;
      line-height: 1.5em;
      display: inline-block;
      margin-right: 1px;
      margin-top: -1px;
      margin: 0 0 -1px;
    }
    /**warpping */
    .attention_warp {
      width: 90%;
      margin: 20px auto;
      text-align: left;
    }
    .attention_warp p {
      font-size: 110%;
      text-align: left;
    }
    .warpinfo {
      padding: 1% 1%;
    }
    table.info {
      width: 100%;
      font-size: 75%;
    }
    table.info th {
      padding: 15px 0
    }
    table.info td {
      padding: 15px 0
    }
    /**ringsizeguide */
    .info-ex > div {
      padding: 0px 0px 10px 0px;
    }
    .info-ex > div img {
      width: 100%;
      margin-top: 20px;
    }
    .boxsize {
      margin: 20px 0 30px 0;
    }
    table.ringsizehyou {
      width: 100%;
    }
    .col_cc_2 > div {
      width: 100%;
    }
    .col_cc_2-2 > div {
      padding: 10px;
    }
    .col_cc_3 > div {
      width: 100%;
    }
    .col_cc_3-2 > div {
      width: 50%;
    }
    .col_cc_4 > div {
      width: 50%;
    }
    .col_4 > div {
      width: 50%;
    }
    .col_4-2 > div {
      width: 50%;
    }
    .col_cc_2-2 > div {
      width: 50%;
    }
    .col_4_innav > div img {
      width: 70%;
      margin-bottom: 5px;
    }
    .col_5> div {
      width: 33%;
    }
    .col_5_innav > div {
      width: 33%;
    }
     .col_3-evitm > div {
      width: 50%;
      padding: 5px 10px;
    }
    .col_2-evitm > div, .col_4-evitm > div {
      width: 50%;
      padding: 0 10px;
    }
    .luckyday > div {
      width: 100%;
    }
    div.topic01 {
      margin: 10px auto 10px;
    }
    p.midashi-tokusyu {
      text-align: left;
      margin: 20px auto;
      font-size: 120%;
    }
    .button-tokusyu p {
      width: 85%;
      margin: 30px auto 50px;
    }
    .midashi {
      width: 100%;
    }
    h3.midashi, .tokusyu h3.midashi {
      text-align: left;
      font-size: 1rem;
    }
  }
  /*.tokusyu iframe img{width:100%;} */
  @media screen and (min-width: 1024px) {
    .atention {
      width: 80%;
      margin: 0 auto;
    }
  }
  @media screen and (max-width : 800px) {
    .box01 {
      width: 100%;
    }
  }
  /* 特集ページランキング */
  .rank2 div {
    counter-increment: rank;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .rank2 div.ranktop {
    width: 50%;
  }
  .rank2 div p:hover {
    opacity: 0.8
  }
  .rank2 div img:hover {
    opacity: 0.9
  }
  .rank2 div::before { /*背景*/
    content: "";
    background-color: #006666;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    /*transform: rotate(0deg);*/
    position: absolute;
    /* left: -50%;
  top: 0;*/
  }
  .rank2 div:nth-child(1)::before { /*背景*/
    background-color: #ecd453;
  }
  .rank2 div:nth-child(2)::before { /*背景*/
    background-color: #c0c0c0;
  }
  .rank2 div:nth-child(3)::before { /*背景*/
    background-color: #ac6b25;
  }
  .rank2 div::after { /*順位 */
    content: counter(rank);
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    line-height: initial;
    text-align: center;
    width: 1.5em;
    position: absolute;
    left: .6rem;
    top: .6rem;
  }
  .rank2 p.itemcatch {
    font-size: 1rem;
    font-weight: 400;
  }
  .rank2 h4.itemname {
    text-decoration: none;
  }
  @media screen and (max-width : 599px) {
    .rank2 div::after {
      font-size: 1.5em;
      left: .8rem;
      top: .9rem;
    }
    .rank2 div.ranktop {
      width: 100%;
    }
  }
  /*商品ページiframe 動画*/
  .product_vid_contents {
    width: 100%; /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
    /*padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
    /*background: #e6e6e6;余白の背景色*/
  }
  video.product_vid_main {
    width: 100%;
    max-width: 350px;
  }
  /*ページiframe 動画(インタビュー)*/
  .interviewinfo video.product_vid_main02 {
    width: 100%;
    max-width: 700px;
  }
  .itemmovie {
    width: 100%;
    height: 100%;
    boder: none;
    aspect-ratio: 1;
  }
  /*商品ページお気に入りボタン prime-review*/
  .mxpr-favorites-button {
    width: 100%
  }
  /*osirase */
  .oshirase {
    line-height: 2em;
  }
  .oshirase table, .oshirase td, .oshirase tr, .oshirase th {
    border: 1px #ededed solid !important;
    border-collapse: collapse;
    text-align: center;
    margin: 5% auto;
    color: #ff6666
  }
  .oshirase table {
    width: 80%;
    margin: 0 auto;
  }
  .oshirase table span {
    color: #666;
  }
  /*続きを見る*/
  .readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 75px;
  }
  .readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #969696;
    text-align: center;
    border-radius: 5px;
    border: solid 1px;
    background-color: #fff;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
  }
  .readmore label::before {
    content: '続きを見る';
  }
  .readmore input[type="checkbox"]:checked ~ label::before {
    content: '元に戻す';
  }
  .readmore input[type="checkbox"] {
    display: none;
  }
  .readmore-content {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
  }
  .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  }
  .readmore input[type="checkbox"]:checked ~ .readmore-content::before {
    display: none;
  }
  /*特集横長*/
  h1.ev01 {
    margin-bottom: 1em;
    padding-top: 1em;
    color: #000000;
    font-weight: bold;
    line-height: 32px;
  }
  h2.ev01 {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
  }
  h3.ev02 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
  .event_pickup05 {
    width: 700px;
    margin: 0 auto 70px;
    display: block;
  }
  .event_pickup05 img {
    width: 700px;
  }
  .itemname-sub {
    font-size: 0.6em;
    margin: 0
  }
  .box-item {
    zoom: 1;
    margin: 20px 0 0;
    padding: 20px 0;
    background-image: url(../images/event/border_dot.gif);
    background-position: left top;
    background-repeat: repeat-x
  }
  .box-item::before, .box-item::after {
    content: "";
    display: table
  }
  .box-item::after {
    clear: both
  }
  .box-item::after {
    content: "";
    width: 100%;
    height: 20px;
    background-image: url(https://www.rakuten.ne.jp/gold/craftcafe/images/event/border_dot.gif);
    background-position: left bottom;
    background-repeat: repeat-x
  }
  .box-item + .box-item {
    margin: 0;
    background-image: none
  }
  *, *::before, *::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box
  }
  .box-item-br {
  border: #EAEAEA solid 1px;
  width: 100%;
  padding: 3em;
  text-align: center;
}
  .box-item_itemImage {
    float: left;
    width: 150px
  }
  .box-item_itemImage img {
    width: 150px;
    height: auto
  }
  .box-item_itemInfo {
    float: right;
    width: 500px;
    color: #666
  }
  .box-item_itemInfo p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem
  }
  p.itemname {
    margin-bottom: 1em
  }
  p.brand {}
  p.itemprice {
    font-size: 0.8em;
    font-weight: bold;
  }
  p.itemprice:before {
    content: "￥";
  }
  p.itemcomment {}
  div.itembutton {
    font-size: 0.8rem;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px;
    margin: 3.5em 0 0 auto;
    padding: 0.3rem 1.2rem;
    border: 1px solid #888;
    color: #888;
    transition: 0.5s;
    line-height: 1.8em;
    float: right;
  }
  a.itembutton:hover {
    opacity: 0.4;
  }
.box-que p {
  line-height: 2.5em;
  margin: 1em 0 3em;
}
h3.que {
  padding: 0.7em 0.5em;
  margin: 2em 0 2em;
  background: #f2f2f2; /*背景色*/
  border-left: solid 6px #696969;
  font-weight: normal;
  font-size:100%;
}
	/* セミオーダー・サイズ直しなど */
  .accordion-001 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #d0d0d0;
  }
  .accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #666666;
    font-weight: 600;
    cursor: pointer;
  }
  .accordion-001 summary::-webkit-details-marker {
    display: none;
  }
  .accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
    content: '';
    transition: transform .3s;
  }
  .accordion-001[open] summary::after {
    transform: rotate(225deg);
  }
  .accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #666666;
    transition: transform .5s, opacity .5s;
    text-align: left;
    line-height: 1.5em
  }
  .accordion-001[open] p {
    transform: none;
    opacity: 1;
  }
  .accordion-001 p span {
    color:
      #ff6666;
  }
  
  @media screen and (max-width: 599px) {
    .event_pickup05 {
      width: 100%;
      margin: 0 auto 20px;
    }
    .event_pickup05 img {
      width: 100%;
    }
    .box-item_itemImage {
      float: left;
      width: 30%;
    }
    .box-item_itemImage img {
      width: 100%;
      height: auto
    }
    .box-item_itemInfo {
      float: right;
      width: 65%;
      color: #666
    }
    div.itembutton {
      width: 97%;
      float: none;
      margin: 1.5em 0 0;
    }
  }
 .blog_pickup01 {
    width: 100%;
    margin: 0 auto 70px;
    display: block;
  }
  .event_pickup05 img {
    width: 100%;
  }

/* スタッフ愛用 */
 .staff_pickup01 {
    width: 100%;
    margin: 0 auto 70px;
    display: block;
  }
.staff_pickup01.box-que p {
  line-height: 2.5em;
  margin: 1em 0 3em;
}
.staff_pickup01 h3.que {
  padding: 0.7em 0.5em;
  margin: 2em 0 2em;
  background: #f2f2f2; /*背景色*/
  border-left: solid 6px #696969;
  font-weight: normal;
  font-size:100%;
}


  	/* クラフトカフェがめざすもの */
 .stmt-head {
  height: 500px;
  background-size:auto 100%;
   padding:10px;
  /* margin: 10px max(10px,50% - 400px); */
  background: linear-gradient(rgba(0, 0, 0, .3),  rgba(0, 0, 0, .3)), url("/cdn/shop/files/statement01-1.jpg?v=1745283140") center/cover;
  display: grid;
  place-items:center;
  text-align: center;
}
.stmt-head h2{font-family: sans-serif;
  font-size: 2rem;
  color: #fff;  }
  
/*.overlay {
   border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.3));
} */
 .stmt img{
  width: 100%;
  height: 100%;
   margin:2em 0;
}
 @media screen and (max-width : 599px) {
    .stmt-head {
  height: 400px;}
.stmt-head h2{
  font-size: 1.5rem;  } }
	
  /* クーポン*/
 img.coupon_codesp{width : 500px;
margin:auto 0;}
@media screen and (max-width : 700px) {
img.coupon_codesp{width : 100%;}
}
