@charset "utf-8";

:root {
  --bg-color: #f5f5f5;
  --red: #b1220f;
  --gray_01: #ececec;
  --br: 5px;
  --border: 1px solid #ececec;
  --brown: #3e0000;
  --bg: #3e0000;
  --mincho: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --sans: "Noto Sans JP", sans-serif;
}
html {
  overflow-y: auto;
}
html
  -ms-overflow-style: none;  /* IE, Edge */
  scrollbar-width: none;  /* Firefox */
}

html::-webkit-scrollbar {
  display: none;  /* Chrome, Safari */
}
.header_MEMBER_box {
  display: none;
}

.tac {
  text-align: center;
}

.Flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.jus {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.juc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: .05em;
  /*overflow-x: hidden;*/
}

.mb20 {
  margin-bottom: 20px;
}

.bg-black {
  background-color: #000;
}

.white {
  color: #fff;
}

.sec-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}

.bg-- {
  background-color: var(--bg);
}

.bg-tr {
  background-color: rgba(255, 255, 255, .65);
}

.event_banner__.bg-tr {
  padding: 60px 40px;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/****************
header
****************/
.c-header-h1 {
  line-height: 1.2;
  width: auto;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 13px;
}

.l-header-top {
  padding: 12px 0;
}

.c-header-top-r a {
  padding: 1px 7px;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1;
}

.c-header-top-r li:not(:last-child) {
  border-right: 1px solid #fff;
}

.l-header-mid {
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-header-mid-l {
  width: 25%;
}

.c-header-mid-m {
  width: 45%;
}

.c-header-mid-m {
  width: 45%;
}

.c-header-mid-r {
  width: 270px;
}

.c-header-mid-r *,
.c-header-mid-r a {
  color: var(--brown);
}

.c-header-mid-r a {
  font-size: 12px;
  background-repeat: no-repeat;
  line-height: 20px;
  font-weight: 500;
}

.c-header-mid-r a:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  height: 100%;
}

.c-header-mid-r ul {
  padding: 8px;
  background-color: #f7f2e7;
  border-radius: var(--br);
}

.c-header-mid-r .c-mypage-icon a:before {
  background-image: url(../img/icon-mypage.png);
  width: 19px;
}

.c-header-mid-r .c-cart-icon a:before {
  background-image: url(../img/icon-cart.png);
  width: 23px;
}

.c-header-mid-r .c-wish-icon a:before {
  background-image: url(../img/icon-wish.png);
  width: 18px;
}

.c-header-tel {
  margin: 5px 0 10px 0;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0;
  line-height: 1;
}

.c-header-tel_ {
  font-size: 20px;
}

.c-header-time {
  font-size: 14px;
}

.l-gnav {
  background-color: var(--bg);
}

.shop_header_block .gnav > ul {
  width: 100%;
}

.shop_header_block .gnav > ul > li,
.shop_header_block .gnav > ul > li:last-child {
  height: 45px;
  width: calc(100% / 6);
  line-height: 45px;
}

.shop_header_block .gnav .menu {
  top: 45px;
}

.shop_header_block .gnav > ul > li > a {
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
}

.shop_header_block .gnav > ul > li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #EEE;
}

.shop_header_block .wrap {
  margin: 0 auto;
}

.arrow > a:after {
  margin-left: 5px;
  margin-top: -2px;
  content: "▼";
  font-size: 10px;
  color: #f4bf22;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
.leftSearch {
  margin-bottom:50px;
  background: transparent;
}
}
@media screen and (max-width: 768px) {
  .c-header-h1 {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }

  .l-header-top {
    padding: 5px 0;
  }

  .c-header-top-r {
    display: none;
  }

  .l-header-mid {
    margin: 8px;
    width: calc(100% - 16px);
  }

  .c-header-mid-l {
    width: 42%;
  }

  .c-header-mid-m,
  .c-header-tel,
  .c-header-time {
    display: none;
  }

  .c-header-mid-r {
    padding-right: 40px;
    width: 58%;
  }

  .c-header-mid-r a {
    font-size: 10px;
    line-height: 1;
    display: block;
  }

  .c-header-mid-r a:before {
    margin: 0 auto;
    display: block;
    height: 7vw;
  }

  .c-header-mid-r ul {
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .c-header-mid-r li:not(:last-child) {
    margin-right: 13px;
  }

  .c-header-mid-r .c-mypage-icon a:before {
    width: 5vw;
  }

  .c-header-mid-r .c-cart-icon a:before {
    width: 7.4vw;
  }

  .c-header-mid-r .c-wish-icon a:before {
    width: 6.1vw;
  }

  .shop_header_block #header-nav-drawer span::before,
  .shop_header_block #header-nav-drawer span::after,
  .shop_header_block #header-nav-drawer span {
    background: var(--brown);
  }

  .shop_header_block #header-nav-drawer {
    top: 20px;
    right: 0;
  }

  #header-nav-drawer:after {
    margin: 0 auto;
    content: "MENU";
    font-size: 10px;
    color: var(--brown);
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 0;
    line-height: 1;
  }

  .shop_header_block .gnav > ul > li::before {
    content: none;
  }

  .shop_header_block .gnav > ul > li:hover .menu {
    opacity: 1 !important;
  }


  /*****/
  .l-gnav {
    overflow: visible;
    height: 30px;
  }

  .shop_header_block .gnav {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 1000px;
    overflow: visible;
    overflow-x: scroll;
    position: relative;
    overflow: auto;
    /* スクロールを有効にする */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE, Edge */
  }

  .shop_header_block .gnav::-webkit-scrollbar {
    display: none;
  }

  .shop_header_block .gnav > ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* 内容に応じて幅調整 */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

  }

  /*****/


  .shop_header_block .gnav > ul > li,
  .shop_header_block .gnav > ul > li:last-child {
    height: 30px;
    line-height: 30px;
    width: auto;
  }

  .shop_header_block .gnav .menu {
    max-height: 1000px;
    opacity: 1;
    top: 30px;
    transition: none;
    display: none;
  }

  .shop_header_block .gnav > ul > li > a {
    padding: 0 15px;
    font-size: 12px;
  }

  .shop_header_block .gnav > ul > li:last-child:after {
    content: none;
  }

  #contents {
    position: relative;
    z-index: 2;
  }

  .spsDrawerOpen #contents {
    position: static;
  }

  .leftSearch {
    display: none;
  }

}

/****************
top slider
****************/
.top_slider_block {
  display: none;
}

.top_slider_block .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #top-slider2 .slick-slide {
    padding: 20px;
  }
}

.slick-dots li.slick-active button:before {
  background: #f4bf22;
  border: none;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  #top-slider2.slick-dotted.slick-slider {
    margin-bottom: 20px;
  }

  .top_slider_block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

/****************
お知らせ
****************/
.l-info-box {
  margin-top: 60px;
}

#notice_text_box .wrap {
  padding: 0 10px;
}

#notice_text_box p {
  padding: 15px 0;
  border-bottom: var(--border);
}

#notice_text_box p:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .l-info-box {
    display: none;
  }
}

/****************
search
****************/
#l-seaarch_box {
  margin-bottom: 30px;
  margin-top: 30px;
}

#l-seaarch_box .sec-inner {
  padding: 35px 10px;
  background-image: url(../img/bg.webp);
  border-radius: var(--br);
  border: 3px solid var(--brown);
}

#l-seaarch_box .sec-inner > .Flex {
  margin: 0 auto;
  max-width: 790px;
}

.l-seaarch-l {
  position: relative;
  width: 400px;
}

.l-seaarch-l input[type="text"] {
  padding: 0 40px 0 2%;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: var(--br);
  font-family: var(--mincho);
}

.l-seaarch-l button {
  border: none;
  background: none;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-seaarch-r {
  width: calc(100% - 400px);
}

.l-seaarch-r li {
  padding-left: 10px;
}

.l-seaarch-r li a {
  padding-right: 19px;
  display: block;
  font-size: 18px;
  font-family: var(--mincho);
  font-weight: 600;
  position: relative;
  letter-spacing: 0;
}

.l-seaarch-r li a:after {
  content: "▼";
  color: var(--red);
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.l-seaarch-bt {
  margin-top: 30px;
}

.l-seaarch-bt .Flex {
  width: auto;
}

.l-seaarch-bt ul {
  margin-left: 30px;
}

.l-seaarch-bt li {
  margin-right: 10px;
}

.l-seaarch-bt a {
  padding: 12px;
  background-color: var(--red);
  color: #fff;
  display: block;
  border-radius: 20px;
  line-height: 1.2;
}

.l-seaarch-bt > p {
  font-family: var(--mincho);
  font-weight: 600;
}

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

  #l-seaarch_box {
    margin-bottom: 15px;
  }

  #l-seaarch_box .sec-inner {
    padding: 20px;
    border-radius: 0;
  }

  .l-seaarch-l {
    position: relative;
    width: 100%;
  }

  .l-seaarch-r {
    width: 100%;
  }

  .l-seaarch-r li {
    padding-left: 5px;
  }

  #l-seaarch_box .sec-inner > .Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-seaarch-l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .l-seaarch-r {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .l-seaarch-bt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .l-seaarch-r li a {
    padding-right: 18px;
    font-size: 15px;
  }

  .l-seaarch-r li a:after {
    font-size: 10px;

  }

  .l-seaarch-bt {
    margin-top: 15px;
  }

  .l-seaarch-bt .Flex {
    width: 100%;
  }

  .l-seaarch-bt ul {
    margin-left: 0;
  }

  .l-seaarch-bt li {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .l-seaarch-bt a {
    padding: 10px;
  }

  .l-seaarch-bt > p {
    margin-bottom: 10px;
  }
}

/****************
bnr
****************/
@media screen and (min-width: 769px) {
  #notice_banner_box_ ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
  }

  #notice_banner_box_ li {
    width: 32%;
  }

  #notice_banner_box_ li.st-big-bnr {
    margin-bottom: 20px;
    width: 100%;
  }

  #notice_banner_box_ .sec-inner > ul {
    margin-top: 20px;
  }

  .st-slider-02 li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l-sec-top {
  padding-top: 50px;
}

a.Btn-- {
  padding: 18px 0;
  margin: 40px auto 0 auto;
  background-color: var(--red);
  color: #fff;
  display: block;
  width: 320px;
  max-width: 100%;
  text-align: center;
  font-family: var(--mincho);
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
}

a.Btn-- svg {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.Btn--:hover {
  background-color: var(--brown);
}

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

/****************
pickup newitem
****************/
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price,
p.price span {
  font-size: 21px;
  color: var(--red) !important;
  font-weight: 600;
  text-align: left;
}

p.price span.taxin {
  font-size: 11px;
}

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

/****************
ranking
****************/
/*タブ切り替え全体のスタイル*/
.tabs {}

.tabs label:hover {
  cursor: pointer
}

/*タブのスタイル*/
.tab_item {
  margin: 5px 2px 0 2px;
  width: calc(calc(100% - 24px) / 6);
  height: 50px;
  background-color: var(--brown);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-family: var(--mincho);
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding-top: 20px;
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #000;
}


/*選択されているタブのコンテンツのみを表示*/
#tab-01:checked ~ #tab-01_content,
#tab-02:checked ~ #tab-02_content,
#tab-03:checked ~ #tab-03_content,
#tab-04:checked ~ #tab-04_content,
#tab-05:checked ~ #tab-05_content,
#tab-06:checked ~ #tab-06_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  margin-top: 2px;
  background-color: var(--red);
  color: #ffda00;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.tab_content img {
  width: 100%;
}

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

  /*タブのスタイル*/
  .tab_item {
    width: calc(calc(100% - 28px) / 3);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: background-color 0.2s ease
  }




  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    padding-top: 20px;
    display: none;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #000;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #tab-01:checked ~ #tab-01_content,
  #tab-02:checked ~ #tab-02_content,
  #tab-03:checked ~ #tab-03_content,
  #tab-04:checked ~ #tab-04_content,
  #tab-05:checked ~ #tab-05_content,
  #tab-06:checked ~ #tab-06_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    margin-top: 0;
    font-size: 18px;
  }

  .tab_item[for="tab-01"],
  .tab_item[for="tab-04"] {
    margin-left: 10px;
  }

  .tab_item[for="tab-03"],
  .tab_item[for="tab-06"] {
    margin-right: 10px;
  }

  .tab_content img {
    width: 100%;
  }
}

/****************
top contents
****************/
#main-column .bg-- h2.p-title-01 {
  color: #fff;
}

.l-sec-cate {
  padding-bottom: 50px;
}

.l-sec-blog img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;

}

.l-sec-blog {
  padding-left: 10px;
  padding-right: 10px;
}

.l-sec-blog figcaption {
  margin-top: 1em;
  color: #fff;
}

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

  .l-sec-cate,
  .l-sec-blog {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .event_banner__.bg-tr {
    padding: 20px 10px;
  }

  .p-reason-wrap .sec-inner {
    width: 78%;
  }
}

/****************
footer
****************/
.c-footer-col-wrap {
  padding: 60px 0;
  background-color: #ece9e2;
}

.shop_footer_block {
  padding-top: 0;
  width: 260px;
}

.c-footer-col-02 {
  margin-left: 50px;
}

.c-footer-col-03 {}

.c-footer-col-02,
.c-footer-col-03 {
  width: 410px;
  max-width: 30%;
}

.c-footer-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: var(--mincho);
  font-size: 17px;
  line-height: 1;
  border-bottom: 1px solid #000;
}

.c-footer-col-02 .Flex,
.c-footer-col-03 .Flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 200px;
}

.c-footer-col-02 li,
.c-footer-col-03 li {
  margin-bottom: 5px;
  width: 50%;
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 15px;
}

.c-footer-col-02 li a,
.c-footer-col-03 li a {
  color: #000;
}

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

  .c-footer-col-wrap {
    padding: 15px 0;
  }

  .shop_footer_block {
    width: 100%;
  }

  .c-footer-col-02 {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .c-footer-col-03 {}

  .c-footer-col-02,
  .c-footer-col-03 {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }

  .c-footer-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: var(--mincho);
    font-size: 17px;
    line-height: 1;
    border-bottom: 1px solid #000;
  }


  .c-footer-col-03 .Flex {
    display: block;
    height: auto;
  }


}

.wishBtnHidden {
  display: none;
}

/****************
title
****************/

#main-column h2.p-title-01,
.p-title-01,
#itemList h1 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 36px !important;
  line-height: 1.2;
  text-align: center;
  font-family: var(--mincho);
  font-weight: 600;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

  #main-column h2.p-title-01,
  .p-title-01,
  #itemList h1 {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 20px !important;
    background-size: 10%;
  }
}

/****************
category
****************/
.l-sec {
  margin-bottom: 80px;
  font-size: 15px;
}

#main-column h2.p-category-img {
  padding-bottom: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {

  .col3 li,
  #JournalList .journal-cont .l-sec ul.col3 li,
  #Journal .journal-cont .l-sec ul.col3 li {
    margin-bottom: 20px;
    margin-right: 2%;
    width: 32%;
  }

  .col3 li:nth-child(3n),
  #JournalList .journal-cont .l-sec ul.col3 li:nth-child(3n),
  #Journal .journal-cont .l-sec ul.col3 li:nth-child(3n) {
    margin-right: 0;
  }

  .col4 li,
  #JournalList .journal-cont .l-sec ul.col4 li,
  #Journal .journal-cont .l-sec ul.col4 li {
    margin-bottom: 20px;
    margin-right: 2%;
    width: 23.5%;
  }

  .col4 li:nth-child(4n),
  #JournalList .journal-cont .l-sec ul.col4 li:nth-child(4n),
  #Journal .journal-cont .l-sec ul.col4 li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .col4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .col4 li,
  #JournalList .journal-cont .l-sec ul.col4 li,
  #Journal .journal-cont .l-sec ul.col4 li {
    margin-bottom: 20px;
    width: 49%;
  }
}

/** rank **/
.l-sec-rank ul li:before {
  margin: 0 auto 10px auto;
  content: "";
  display: block;
  width: 55px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-sec-rank ul li:nth-child(1):before {
  background-image: url(../img/no1.png);
}

.l-sec-rank ul li:nth-child(2):before {
  background-image: url(../img/no2.png);
}

.l-sec-rank ul li:nth-child(3):before {
  background-image: url(../img/no3.png);
}

.l-sec-rank ul li:nth-child(4):before {
  background-image: url(../img/no4.png);
}

.l-sec-rank ul li:nth-child(5):before {
  background-image: url(../img/no5.png);
}

.l-sec-rank ul li:nth-child(6):before {
  background-image: url(../img/no6.png);
}

.l-sec-rank ul li:nth-child(7):before {
  background-image: url(../img/no7.png);
}

.l-sec-rank ul li:nth-child(8):before {
  background-image: url(../img/no8.png);
}

.p-rank-txt,
.p-rank-price {
  display: block;
}

.p-rank-txt {
  margin-top: 10px;
  font-size: 16px;
}

.p-rank-price {
  font-size: 21px;
  color: var(--red);
  font-weight: 600;
}

.p-rank-price span {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  #main-column {
    padding: 0 10px;
  }

  .l-sec {
    margin-bottom: 30px;
  }

  .l-sec-top {
    padding-top: 30px;
  }

  .l-sec-rank ul li:before {
    width: 28px;
    height: 23px;
  }

  .p-rank-price {
    font-size: 18px;
  }

  .p-rank-price span {
    font-size: 12px;
  }


}

/**. cooking **/
.l-sec-cooking ul {
  margin-bottom: 60px;
}

/** review **/
.slide-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
}

.slide-arrow:hover {
  cursor: pointer;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

@media screen and (min-width: 769px) {

  .p-review-slide {
    padding-right: 20px;
    width: 380px;

  }
}

.l-sec-review .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.l-sec-review .slick-slide {
  height: auto !important;
}

.p-review-slide-inner {
  padding: 15px;
  border-radius: var(--br);
  border: var(--border);
  background: #fff;
  height: 100%;
  position: relative;
}

.p-review-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-review-slide figure {
  width: 70px;
}

.p-review-slide figcaption {
  width: 230px;
  text-align: left;
}

.p-reviw-star,
.p-reviw-txt {
  display: block;
}

.p-reviw-star {
  color: #ffd900;
}

.p-reviw-txt {
  font-size: 15px;
  letter-spacing: -.025em;
  line-height: 1.46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3;
  /* 最大行数を3行に設定 */
}

.p-review-slide p {
  margin-top: 20px;
  padding-top: 16px;
  border-top: var(--border);
  text-align: left;
}

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


  .p-review-slide {
    padding: 0 8px;

  }

  .p-review-slide-inner {
    padding: 15px;
    border-radius: var(--br);
    border: var(--border);
    background: #fff;
  }

  .p-review-slide a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .p-review-slide figure {
    width: 70px;
  }

  .p-review-slide figcaption {
    width: 230px;
    text-align: left;
  }

  .p-reviw-star,
  .p-reviw-txt {
    display: block;
  }

  .p-reviw-star {
    color: #ffd900;
  }

  .p-reviw-txt {
    font-size: 15px;
    letter-spacing: -.025em;
    line-height: 1.46;
  }

  .p-review-slide p {
    margin-top: 20px;
    padding-top: 16px;
    border-top: var(--border);
    text-align: left;
  }

}

/** faq **/
.l-sec-faq-dl dt,
.l-sec-faq-dl dd {
  padding: 20px 50px;
  position: relative;
  font-family: var(--mincho);
  font-size: 24px;
}

.l-sec-faq-dl dt:before,
.l-sec-faq-dl dd:before {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.l-sec-faq-dl dt:before {
  content: "Q.";
}

.l-sec-faq-dl dd:before {
  content: "A.";
}

.l-sec-faq-dl dt {
  background: #fff;
  border-bottom: var(--border);
  line-height: 1.2;
}

.l-sec-faq-dl dd {
  background: var(--gray_01);
}

.l-sec-faq-dl dd p {
  font-size: 18px;
}

/*アコーディオンタイトル*/
.ac1 > p {
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all .5s ease;
}

/*アイコンの＋と×*/

.ac1 > p::before,
.ac1 > p::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #000;

}

.ac1 > p::before {
  top: 48%;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);

}

.ac1 > p::after {
  top: 48%;
  right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.ac1.close > p::before {}

.ac1.close > p::after {
  display: none;
}

/*アコーディオンで現れるエリア*/
.ac1-box {
  display: none;
  /*はじめは非表示*/
}

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

  .l-sec-faq-dl dt,
  .l-sec-faq-dl dd {
    font-size: 14px;
  }

  .l-sec-faq-dl dd p {
    font-size: 12px;
  }
}

/** other **/
.l-sec-other ul {
  gap: 20px 0;
}

/** feature **/
.col2 li {
  width: 49%;
}

.l-sec-feature ul {
  gap: 20px 0;
}

/** blog **/
.l-sec-blog figcaption {
  margin-top: .5em;
  font-size: 15px;
  line-height: 1.46;
  font-family: var(--mincho);
}

/**バナースライド**/
@media screen and (max-width: 768px) {

  .st-slider-01 .slide-arrow,
  .st-slider-02 .slide-arrow {
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}