@charset "utf-8";
.main_contents .article_detail .content_inner .blog_text_l {
  font-size: 14px;
}
@media screen and (max-width: 567px) {
  .main_contents .article_detail .content_inner .blog_text_l {
    font-size: 14px;
  }
}
/* Youtube レスポンシブ表示 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* 画像表示 */
.img-radius {
  border-radius: 5px;
}
/* 終了案内 */
.evt-close {
  border: 2px solid #e20303;
  border-radius: 5px;
  padding: 1em;
  color: #e20303;
  max-width: 90%;
  margin: 1em auto;
  line-height: 1.5;
}
.evt-close_title {
  font-size: 1.3em !important;
  font-weight: bold;
}
.evt-close_text {
  margin: 0;
}
.evt-close a {
  color: red;
  text-decoration: underline !important;
}
/* 企画説明 横スクロール */
/* ▼ スマホ用 幅調整 */
@media (max-width: 600px) {
  .table-scroll table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .table-scroll th, .table-scroll td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .table-scroll_txt--s {
    font-size: 10px;
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .table-scroll td ul, .table-scroll td li {
    white-space: normal;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
/*横スライダー*/
.x-slider {
  display: flex;
  overflow-x: auto;
}
.x-slider .x_item {
  flex-shrink: 0;
  width: 310px;
  margin: 0 14px 10px 10px;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #f1f1f1;
  background-color: #FAF9F6;
}
.x-slider .x_item a {
  color: #a8340d;
  text-decoration: none !important;
}
.x-slider .x_cts {
  /*  width: 320px;*/
  text-align: center;
  margin-bottom: 0.8em;
}
.x-slider .z_cts span {
  font-size: 1.2em;
  font-weight: bold;
}
.x-slider .x_txt {
  font-size: 1em;
  margin-top: 15px;
}
.x-slider img {
  border: solid 1px #EFE6E3;
}
@media (max-width:567px) {
  .x-slider .x_item {
    flex-shrink: 0;
    margin: 10px 10px 10px 5px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #EFE6E3;
    background-color: #FAF9F6;
  }
  .x-slider .x_item {
    width: 75%;
  }
}
/* おすすめ商品レイアウト */
.rec-item {
  margin-bottom: 1em;
}

/*
.rec-item_bg--wh {
  background-color: #ffffffa8;
  padding: 0.5em 1em 0;
}
*/
.rec-item_pict {
  width: 100%;
  position: relative;
}
.rec-item_pict img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (min-width:768px) {
  .rec-item {
    display: flex;
    flex-direction: row-reverse;
    padding: 1.5em 1em;
    background-position: center;
  }
  .rec-item:nth-child(even) {
    flex-direction: row;
    background-position: center;
  }
  .rec-item:nth-child(even) .item_text {
    text-align: left;
  }
  .rec-item:nth-child(even) .item_pict {
    margin-left: 0;
  }
  /** 大バナー **/
  .rec-item_txt--lg {
    padding: 0.5em 1em 1em;
  }
}
/** 商品説明 スクロール **/
.rec-item_assort {
  font-size: 0.8em;
  max-height: 5em;
  overflow-y: scroll;
  background: #f3f3f3;
  padding: 5px;
  line-height: 1.4em;
}
/** SoldOut **/
.soldout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soldout > p {
  position: absolute;
  color: #f5f5f5; /*文字*/
  font-size: 2.5em !important;
  font-weight: bold;
  /*text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;*/
}
.soldout > img {
  filter: contrast(0.4);
}
/** 画像上のリボン **/
.rec_ribbon--pk {
  display: inline-block;
  margin: 2rem 0 0 -5px;
  padding-top: 8px;
  width: 110px;
  height: 36px;
  position: absolute;
  top: -15px;
  left: 0;
  color: white;
  box-sizing: border-box;
  background-color: #ff9b9b;
  z-index: 2;
  box-shadow: 0px 3px 5px 0px hsl(200 50% 20% / 40%);
}
.rec_ribbon--pk span {
  margin: 0;
  padding-left: 1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem !important;
}
.rec_ribbon--pk span:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 5px #d57777;
  border-bottom: solid 5px transparent;
  content: '';
}
.rec_ribbon--pk span:after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -10px;
  z-index: 1;
  border-style: solid;
  border-width: 19px 10px 18px 0;
  border-color: #ff9b9b transparent;
  content: '';
}
.rec_ribbon--bl {
  display: inline-block;
  margin: 2rem 0 0 -5px;
  padding-top: 8px;
  width: 110px;
  height: 36px;
  position: absolute;
  top: -15px;
  left: 0;
  color: white;
  box-sizing: border-box;
  background-color: #7fa1d1;
  z-index: 2;
  box-shadow: 0px 3px 5px 0px hsl(200 50% 20% / 40%);
}
.rec_ribbon--bl span {
  margin: 0;
  padding-left: 1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem !important;
}
.rec_ribbon--bl span:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 5px #597CAD;
  border-bottom: solid 5px transparent;
  content: '';
}
.rec_ribbon--bl span:after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -10px;
  z-index: 1;
  border-style: solid;
  border-width: 19px 10px 18px 0;
  border-color: #7fa1d1 transparent;
  content: '';
}
.rec-item_detail {
  text-align: left;
  /*  padding: 0 1em;*/
  background-color: #ffffffa8;
  padding: 0.5em 1em 0;
}
@media (min-width:768px)
{
  .rec-item_detail_width{
  width: 75%;
}
}
/** PRICE **/
.rec-item_price {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
}
.rec-item_price .price {
  font-size: 1.6em;
}
.rec-item_price .tax {
  font-size: 0.8em;
  padding-left: 1em;
  display: inline-block;
}
/** 詳細 **/
.rec-item_detail .product .name {
  font-size: 1.4em;
  margin-right:0.5rem;
}
.rec-item_detail .product .note {
  font-size: 0.8em;
  font-weight: bold;
  color: #c7000a;
  margin: 0 1em;
}
.rec-item_detail .product .cont {
  font-size: 0.8em;
  color: #9c9c9c;
  margin-right: 1em;
}
/** INFO **/
.rec-item_info {
  margin-bottom: 1em;
}
.rec-item_info div {
  margin-bottom: 1em;
}
.rec-item_info a {
  color: #a8340d;
  text-decoration: none !important;
}
.rec-item_info--more {
  margin-bottom: 1em;
}
.rec-item_detail .txt_s {
  font-size: 0.8em;
}
.rec-item_detail .txt_m {
  font-size: 1em;
}
.rec-item_detail .txt_l {
  font-size: 1.4em;
}
.rec-item_detail .txt_l--b {
  font-size: 1.4em;
  font-weight: bold;
}
.rec-item_detail .txt_xl {
  font-size: 1.8em;
}
.rec-item_detail p {
  font-size: 1.4em !important;
  margin-bottom: 0.5em;
}
.rec-item_detail ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rec-item_detail li {
  margin-right: 3em;
  font-size: 0.8em;
  list-style: square;
}
@media screen and (max-width: 567px) {
  .rec-item_detail .txt_xl {
    font-size: 1.5em;
  }
}
.rec-item_detail .txt_xl--b {
  font-size: 1.8em;
  font-weight: bold;
}
h4 {
  font-size: 1.7em;
  margin: 0;
}
/** ポイント画像掲載 **/
.rec-item_pt {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
}
.rec-item_pt img {
  margin: 0 5px 10px 0;
}
.blog_btn--g a {
  text-decoration: none !important;
}
.rec-item_btn {
  margin: auto;
}
@media (min-width:768px){
.rec-item_btn .rec-item_btn--1 {
  padding: 0 15%;
}
}
.rec-item_btn .rec-item_btn--2 {
  margin-bottom: 2em;
}
@media (min-width:768px) {
  /** 大バナー **/
  .box_txt--lg {
    padding: 0.5em 1em 1em;
  }
}
/** 商品説明 スクロール **/
.box_assort {
  max-height: 5em;
  overflow-y: scroll;
  background: #f3f3f3;
  padding: 5px;
  line-height: 1.4em;
}
/*
  .box_item {
    display: flex;
    flex-direction: column;
    padding: 1.5em 1em;
  }
  .box_item:nth-child(even) {
    display: flex;
    flex-direction: column;
    padding: 1.5em 1em;
  }
*/
/** SoldOut **/
.soldout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soldout > p {
  position: absolute;
  color: #f5f5f5; /*文字*/
  font-size: 2.5em !important;
  font-weight: bold;
  /*text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;*/
}
.soldout > img {
  filter: contrast(0.4);
}
/** TEXT **/
.price {
  font-size: 1.4em;
}
.price_tax {
  font-size: 0.8em;
  padding-left: 1em;
  display: inline-block;
}
h4 {
  font-size: 1.7em;
  margin: 0;
}
.text {
  text-align: left;
  padding: 0 1em;
}
.pict {
  width: 100%;
  position: relative;
}
.pict-s {
  width: 70%;
  position: relative;
}
.pict img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.pict a {
  transition-property: opacity;
  transition-duration: 0.3s
}
.pict a:hover {
  opacity: 0.8;
}
.blog_btn--g a {
  text-decoration: none !important;
}
/** ポイント画像掲載 **/
/*
.pt_img {
  text-align: left;
}
.pt_img img {
  margin: 0 5px 10px 0;
}
*/
/* おすすめ商品レイアウト END */
/*アンダーライン、アイコン調節*/
.main_contents .article_detail .content_inner a {
  text-decoration: none;
}
/** FONT PATTERN **/
.text_b {
  font-weight: bold;
}
.link_brw a {
  color: #a8340d;
  text-decoration: none !important;
}
.txt_s {
  font-size: 0.8em;
}
.txt_s--rd {
  font-size: 0.8em;
  color: #C60A3C;
}
.txt_m {
  font-size: 1.2em;
}
.txt_m--b {
  font-size: 1.2em;
  font-weight: bold;
}
.txt_l {
  font-size: 1.4em;
}
.txt_l--b {
  font-size: 1.4em;
  font-weight: bold;
}
.txt_xl {
  font-size: 1.8em;
}
.li_txt--s li {
  font-size: 0.8em;
}
.txt_wh {
  color: #fff;
}
.txt_red {
  color: #C60A3C;
}
/** リスト用 **/
.li_txt--s > li {
  font-size: 0.8em;
}
/* 企画詳細 */
/** table **/
.tbl_10em {
  width: 10em;
}
.tbl_8em {
  width: 8em;
}
/* テキストあしらい  ****************/
/* マーカー */
.maker_ye {
  background: linear-gradient(#ffffff00 60%, #f7f760bd 60%);
}
.maker_rd {
  background: linear-gradient(#ffffff00 60%, #f9605682 60%);
}
/* 下線 */
.u-line {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
}
/*spacer*/
.mg_b--05em {
  margin-bottom: 0.5em;
}
.mg_b--1em {
  margin-bottom: 1em;
}
.mg_b--2em {
  margin-bottom: 2em;
}
.mg_tb--1em {
  margin: 1em 0;
}
.mg_l--1em {
  margin-left: 1em;
}
.mg_r--1em {
  margin-right: 1em;
}
.pg_1--em {
  padding: 1em;
}
.pg_rl--1em {
  padding: 0 1em;
}
/* スマホのみ改行 */
.br_sp {
  display: none;
}
@media (max-width: 567px) {
  .br_sp {
    display: block;
  }
}
/*アイコン・タグ*/
/*** google icon ***/
.material-symbols-outlined {
  font-variation-settings:
    'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
  font-size: clamp(20px, 2vw, 28px);
  margin-right: 5px;
}
.icon_vert--5 {
  vertical-align: -5px
}
.icon_vert--7 {
  vertical-align: -7px
}
.pnkz {
  vertical-align: -7px;
  color: #F39800;
}
.icon_area {
  display: flex;
  flex-wrap: wrap;
}
.icon_area span {
  padding: 0.3em 0.8em;
  margin: 0.3em;
  font-size: 0.9em;
  border-radius: 2px;
}
/**予約限定**/
.icon_reserve {
  border: solid 2px #009688;
  border-left: solid 5px #009688;
  color: #009688;
  background-color: #0096880f;
  white-space: nowrap;
}
/*数量限定*/
.icon_limit {
  border: solid 2px #dd4549;
  border-left: solid 5px #dd4549;
  color: #dd4549;
  background-color: #dd45490f;
  white-space: nowrap;
}
/**番号**/
.icon_number {
  padding: 0.1em 0.3em;
  margin-right: 10px;
  border: solid 2px;
  border-radius: 2px;
  white-space: nowrap;
}
/**色別**/
.icon_red {
  border: solid 2px #dd4549;
  border-left: solid 5px #dd4549;
  color: #dd4549;
  background-color: #dd45490f;
  white-space: nowrap;
}
.icon_pnk {
  border: solid 2px #f7778d;
  border-left: solid 5px #f7778d;
  color: #f54f6c;
  background-color: #f7778d0f;
  white-space: nowrap;
}
.icon_org {
  border: solid 2px #F38800;
  border-left: solid 5px #F38800;
  color: #F38800;
  background-color: #F388000f;
  white-space: nowrap;
}
.icon_ble {
  border: solid 2px #426FAC;
  border-left: solid 5px #426FAC;
  color: #426FAC;
  background-color: #426FAC0f;
  white-space: nowrap;
}
.icon_dye {
  border: solid 2px #e6b900;
  border-left: solid 5px #e6b900;
  color: #e6b900;
  background-color: #ffffff50;
  white-space: nowrap;
}
.icon_rgry {
  border: solid 2px #cfcfcf;
  border-left: solid 5px #cfcfcf;
  color: #cfcfcf;
  background-color: #eaeaea50;
  white-space: nowrap;
}
.icon_dgry {
  border: solid 2px #4D4D4D;
  border-left: solid 5px #4D4D4D;
  color: #4D4D4D;
  background-color: #BBBBBB50;
  white-space: nowrap;
}
/*動画ボタン*/
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}
@media only screen and (max-width : 768px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
}
.mv_sp img {
  width: 80% !important;
}
/*問い合わせフォーム*/
.btn_inquiry {
  min-width: 480px;
  padding: 10px;
}
/*ボタン */
/*EC誘導 */
.img_ec-text {
  text-align: center;
}

.btn_ec--rd {
  margin: 0 auto;
  width: fit-content;
  background-color: #C60A3C;
  padding: 2% 10%;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 5px 0px #991236;
  transition: .3s;
}
.btn_ec--rd:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
@media only screen and (max-width : 768px) {
  .btn_ec--rd img {
    width: 85%;
  }
}
.btn_ec--or {
  margin: 0 auto;
  width: fit-content;
  background-color: #e88009;
  padding: 2% 10%;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 5px 0px #b05e00;
  transition: .3s;
}
.btn_ec--or:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
@media only screen and (max-width : 768px) {
  .btn_ec--or img {
    width: 85%;
  }
}
.btn_rd {
  display: inline-block;
  background: #c90a0aa6;
  padding: 5px;
  border-radius: 5px;
}
.btn_rd img {
  border-radius: 3px;
}
.btn_rd:hover img {
  opacity: 0.8;
  transition: 1.0s;
}
/* ボタン hover */
.btn_wh:hover img {
  opacity: 0.6;
  transition: 1.0s;
}
.btn_gr:hover img {
  filter: grayscale(0.5);
  transition: 1.0s;
}
/* 横並びボタン */
.btn_horizontal {
  justify-content: space-between;
}
/* 画像フェード */
/* ベース画像 */
.base-img {
  width: 100%;
  display: block;
}
/* 重ねる画像 */
.overlay-img {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay1 {
  width: 100px;
}
.overlay2 {
  width: 100px;
}
/* 初期状態：下にずらして透明 */
.scroll-fade {
  opacity: 0;
  animation: fadeIn 0.7s,  forwards;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade2 {
  opacity: 0;
  animation: fadeIn 0.7s,  forwards;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@keyframes scroll-fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 表示状態 */
.scroll-fade.show {
  opacity: 1;
  transform: translateY(0);
}
/* 遅延設定 */
.overlay1.scroll-fade2 {
  transition-delay: 0.2s;
}
.overlay2.scroll-fade {
  transition-delay: 0.6s;
}

/*リンク下線削除*/
.main_contents .article_detail .content_inner .blog_btn-o a {
  text-decoration: none;
}