@charset "UTF-8";
@media screen and (min-width: 768px) {
  #wrapper {
    display: flex;
  }
}
/* --------------------トップスライダー------------------- */
@media screen and (min-width: 768px) {
  .top-area {
    margin-bottom: var(--GENERALSEC);
  }
  .topslide .slick-dots {
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-area {
    margin-bottom: calc(var(--GENERALSEC) * 1);
  }
}
/* --------------------トップバナー------------------- */
@media screen and (min-width: 768px) {
  .top-bnr .txt {
    text-align: center;
    margin-top: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-bnr {
    background-color: var(--GRAY04);
  }
  .top-bnr .txt {
    font-size: 13px;
    margin-top: 18px;
    text-align: center;
  }
}
/* --------------------トッププロモーション(------------------- */
@media screen and (min-width: 768px) {
  .top-promotion {
    padding: var(--GENERALSEC) 0;
  }
}
/* --------------------読み物------------------- */
@media screen and (min-width: 768px) {
  .read .slick-list {
    padding: 0 80px !important;
  }
  .read .slick-slide {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .read .slick-list {
    padding: 0 10px !important;
  }
  .read .slick-slide {
    margin: 0 8px;
  }
}
/* --------------------たち吉について------------------- */
.about-area .btn a {
  display: block;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .about-area .btn {
    width: 400px;
    margin: 60px auto 0;
  }
  .about-area .btn a {
    font-size: 20px;
    padding: 20px 0;
    border: 1px solid var(--BLUE01);
    background-color: var(--BLUE01);
    color: var(--WHITE);
  }
  .about-area .btn a:hover {
    background-color: var(--WHITE);
    color: var(--BLUE01);
  }
}
@media screen and (max-width: 767px) {
  .about-area .btn {
    margin: 30px auto 0;
  }
  .about-area .btn a {
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid var(--BLUE01);
    background-color: var(--WHITE);
    color: var(--BLUE01);
    border-radius: 3px;
  }
}
/* --------------------おしらせ------------------- */
@media screen and (max-width: 767px) {
  .news-sec {
    background-color: var(--GRAY04);
  }
  .news li:nth-of-type(n+4) {
    display: none;
  }
}
/* -----------------------------

新商品
----------------------------- */
@media screen and (max-width: 767px) {
  .product article {
    display: inline-block;
    min-width: 120px;
    max-width: 120px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .product {
    white-space: nowrap;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product h3 {
    white-space: break-spaces;
  }
}
@media screen and (max-width: 767px) {
  .product article:not(:last-child) {
    margin-right: 10px;
  }
}
/* -----------------------------

特集
----------------------------- */
.ctm_feature-sub {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--FOUR_COLUMN_GAP);
  row-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ctm_feature-sub {
    display: block;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.ctm_feature-sub article {
  grid-column: 1/4;
}
.ctm_feature-sub article:nth-child(2) {
  grid-column: 4/7;
}
.ctm_feature-sub article:nth-child(3) {
  grid-column: 7/10;
}
.ctm_feature-sub article:nth-child(4) {
  grid-column: 10/13;
}
@media screen and (max-width: 767px) {
  .ctm_feature-sub article {
    display: inline-block;
    min-width: 180px;
    max-width: 180px;
    vertical-align: top;
  }
  .ctm_feature-sub article:not(:last-child) {
    margin-right: 10px;
  }
  .ctm_feature-sub article h3 {
    white-space: break-spaces;
  }
  .ctm_feature-sub article .article-excerpt {
    white-space: break-spaces;
  }
}

/* -----------------------------

(TOP)会員・非会員切替告知エリア
----------------------------- */
@media screen and (max-width: 767px) {
  .ctm_note_section_wrap {
    padding: 0 10px;
  }
}
.ctm_note_section_wrap .ctm_note_section {
  border: 5px solid rgba(126, 126, 126, 0.08);
  padding: 20px;
}
.ctm_note_section_wrap .ctm_note_section .nologin .ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
.ctm_note_section_wrap .ctm_note_section .nologin .text {
  margin-bottom: 20px;
}
.ctm_note_section_wrap .ctm_note_section .nologin strong {
  font-size: 18px;
}
.ctm_note_section_wrap .ctm_note_section .nologin .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  place-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .ctm_note_section_wrap .ctm_note_section .nologin .grid {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ctm_note_section_wrap .ctm_note_section .nologin .grid .more-btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ctm_note_section_wrap .ctm_note_section .nologin .grid .more-btn {
    width: 150px;
    margin-top: 0;
  }
}
.ctm_note_section_wrap .ctm_note_section .logined .lead {
  font-size: 18px;
  margin-bottom: 10px;
}
.ctm_note_section_wrap .ctm_note_section .logined .memberinfo {
  margin-bottom: 20px;
}
.ctm_note_section_wrap .ctm_note_section .logined .memberinfo .name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ctm_note_section_wrap .ctm_note_section .logined .more-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ctm_note_section_wrap .ctm_note_section .logined .more-btn {
    margin-top: 20px;
  }
}

.ctm_note_section {
  text-align: center;
  margin-bottom: 50px;
}
.ctm_note_section .nologin.ctm_note_section_true {
  display: none;
}
.ctm_note_section .logined.ctm_note_section_false {
  display: none;
}
.ctm_note_section .nologin strong {
  font-size: 18px;
}
.ctm_note_section .nologin .loginLink {
  margin-top: 10px;
}
.ctm_note_section .nologin .loginLink a {
  font-size: 14px;
}
.ctm_note_section .logined .memberinfo .name {
  font-size: 18px;
  font-weight: bold;
}

/* -----------------------------

(TOP)人気シリーズ 
----------------------------- */
@media screen and (max-width: 767px) {
  .series-sec .list {
    white-space: nowrap;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .series-sec .list article {
    display: inline-block;
    min-width: 120px;
    max-width: 120px;
    vertical-align: top;
  }
  .series-sec .list article:not(:last-child) {
    margin-right: 10px;
  }
  .series-sec .list article .article-ttl,
  .series-sec .list article .article-excerpt {
    white-space: break-spaces;
  }
}

/* -----------------------------

(TOP)Instagram
----------------------------- */
.ctm_insta_sec {
  width: 100%;
  overflow: hidden;
}
.ctm_insta_sec .insta_accountname {
  display: block;
  font-size: 16px;
}
.ctm_insta_sec article a {
  padding: 0 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ctm_insta_sec article a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .ctm_insta_sec .slick-list {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .item-choose-sec {
    background-color: transparent;
    width: 100%;
  }
}
/* -----------------------------

TOPバナーエリア
----------------------------- */
@media screen and (max-width: 767px) {
  .ctm_feature_banner {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=top.css.map */