/*
 * とりっぴー小鳥用品専門店 / EC-CUBE 4.2-4.3 差分デザインCSS
 * Theme: Torippie Orange Cute
 * Install: html/template/default/assets/css/torippie_orange.css
 */
:root {
  --tp-orange: #ff8a00;
  --tp-orange-dark: #d76500;
  --tp-orange-soft: #fff0d7;
  --tp-cream: #fffaf2;
  --tp-cream-2: #fff6e8;
  --tp-brown: #3f2a1d;
  --tp-brown-soft: #7a5a43;
  --tp-green: #7ac59a;
  --tp-blue: #89cce6;
  --tp-pink: #ffb7a1;
  --tp-line: #f2d7b2;
  --tp-white: #ffffff;
  --tp-shadow: 0 14px 34px rgba(117, 70, 18, .13);
  --tp-radius-xl: 32px;
  --tp-radius-lg: 22px;
  --tp-radius-md: 16px;
  --tp-container: 1160px;
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 184, 77, .20), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(122, 197, 154, .14), transparent 24rem),
    var(--tp-cream);
  color: var(--tp-brown);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: .015em;
}

a { color: var(--tp-orange-dark); }
a:hover { color: var(--tp-orange); }
img { max-width: 100%; height: auto; }

/* EC-CUBE default area tuning */
.ec-layoutRole { background: transparent; }
.ec-layoutRole__contents { max-width: var(--tp-container); }
.ec-headerRole {
  background: rgba(255, 250, 242, .94);
  border-bottom: 3px solid rgba(255, 138, 0, .38);
  box-shadow: 0 8px 28px rgba(90, 52, 18, .08);
  backdrop-filter: blur(8px);
}
.ec-headerTitle__title a,
.ec-headerTitle__title {
  color: var(--tp-brown) !important;
  font-weight: 900;
  letter-spacing: .04em;
}
.ec-headerTitle__title a::before,
.ec-headerTitle__title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  vertical-align: -9px;
  background: url('../img/torippie/favicon.svg') center / contain no-repeat;
}
.ec-headerNaviRole,
.ec-headerSearch,
.ec-headerSearch__category,
.ec-headerSearch__keyword,
.ec-cartNavi,
.ec-totalBox,
.ec-orderRole,
.ec-customerRole,
.ec-login,
.ec-registerRole,
.ec-mypageRole,
.ec-cartRole,
.ec-productRole,
.ec-shelfGrid__item,
.ec-topicpath {
  border-radius: var(--tp-radius-lg);
}
.ec-headerSearch .ec-input input,
.ec-headerSearch input[type="search"],
.ec-headerSearch input[type="text"],
.ec-select select,
.ec-input input,
.ec-textarea textarea {
  border-color: var(--tp-line);
  border-radius: 999px;
  background: #fffdf8;
}
.ec-headerSearch .ec-input input:focus,
.ec-headerSearch input[type="search"]:focus,
.ec-headerSearch input[type="text"]:focus,
.ec-select select:focus,
.ec-input input:focus,
.ec-textarea textarea:focus {
  border-color: var(--tp-orange);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .14);
  outline: none;
}
.ec-headerSearch__keywordBtn,
.ec-blockBtn--action,
.ec-cartRole__actions .ec-blockBtn--action,
.ec-productRole__btn .ec-blockBtn--action,
.ec-totalBox__btn .ec-blockBtn--action,
.ec-inlineBtn--action,
.ec-role .ec-blockBtn--action {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--tp-orange), #ffac33) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(255, 138, 0, .25);
  font-weight: 800;
}
.ec-blockBtn--action:hover,
.ec-inlineBtn--action:hover,
.ec-headerSearch__keywordBtn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel,
.ec-blockBtn--top {
  border-radius: 999px !important;
  border-color: var(--tp-line) !important;
  background: #fffdf8 !important;
  color: var(--tp-brown) !important;
}
.ec-topicpath {
  background: var(--tp-cream-2);
  border: 1px dashed var(--tp-line);
  padding: .75rem 1rem;
}
.ec-shelfGrid__item,
.ec-productRole,
.ec-cartRole,
.ec-orderRole,
.ec-customerRole,
.ec-login,
.ec-registerRole,
.ec-mypageRole {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(242, 215, 178, .72);
  box-shadow: 0 10px 26px rgba(117, 70, 18, .08);
}
.ec-shelfGrid__item img,
.ec-productRole img { border-radius: 18px; }
.ec-shelfGrid__item .ec-productRole__title,
.ec-productRole__title,
.ec-headingTitle,
.ec-pageHeader h1 {
  color: var(--tp-brown);
  font-weight: 900;
}
.ec-price,
.ec-price__price,
.ec-totalBox__price { color: var(--tp-orange-dark) !important; font-weight: 900; }
.ec-footerRole {
  margin-top: 64px;
  background: linear-gradient(180deg, #fff4e3, #ffe7bd);
  border-top: 4px solid rgba(255, 138, 0, .32);
}

/* Torippie top page */
.tp-page {
  --tp-gap: 24px;
  color: var(--tp-brown);
}
.tp-page * { box-sizing: border-box; }
.tp-container,
.tp-hero,
.tp-section {
  width: min(100%, var(--tp-container));
  margin-left: auto;
  margin-right: auto;
}
.tp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(18px, 4vw, 44px);
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(242, 215, 178, .92);
  border-radius: clamp(28px, 5vw, 46px);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, .95), transparent 17rem),
    linear-gradient(135deg, #fffaf2 0%, #fff0d7 52%, #ffdca2 100%);
  box-shadow: var(--tp-shadow);
}
.tp-hero::before,
.tp-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.tp-hero::before {
  width: 190px; height: 190px;
  right: -54px; top: -48px;
  background: rgba(255, 138, 0, .18);
}
.tp-hero::after {
  width: 120px; height: 120px;
  left: -30px; bottom: -30px;
  background: rgba(122, 197, 154, .20);
}
.tp-hero__copy,
.tp-hero__visual { position: relative; z-index: 1; }
.tp-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 14px 20px rgba(115, 64, 14, .16));
}
.tp-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  margin: 0 0 14px;
  padding: .48em .9em;
  border: 1px solid rgba(255, 138, 0, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  color: var(--tp-orange-dark);
  font-weight: 800;
  font-size: clamp(13px, 1.5vw, 15px);
}
.tp-kicker::before { content: "🐥"; }
.tp-hero h1 {
  margin: 0;
  color: var(--tp-brown);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: .02em;
  font-size: clamp(31px, 5vw, 56px);
}
.tp-lead {
  margin: 18px 0 0;
  color: var(--tp-brown-soft);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.9;
  font-weight: 650;
}
.tp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  min-height: 48px;
  padding: .85em 1.25em;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  letter-spacing: .03em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tp-btn:hover { transform: translateY(-2px); }
.tp-btn--primary {
  background: linear-gradient(135deg, var(--tp-orange), #ffb13b);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(255, 138, 0, .28);
}
.tp-btn--ghost {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 138, 0, .28);
  color: var(--tp-orange-dark) !important;
}
.tp-miniBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.tp-miniBadges li {
  padding: .48em .72em;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  border: 1px dashed rgba(122, 90, 67, .18);
  color: var(--tp-brown-soft);
  font-weight: 800;
  font-size: 13px;
}
.tp-section { margin-top: clamp(34px, 6vw, 72px); }
.tp-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.tp-section__eyebrow {
  margin: 0 0 6px;
  color: var(--tp-orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tp-section h2 {
  margin: 0;
  color: var(--tp-brown);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
}
.tp-section__text {
  max-width: 590px;
  color: var(--tp-brown-soft);
  line-height: 1.8;
  font-weight: 650;
}
.tp-cardGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.tp-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 24px;
  border-radius: var(--tp-radius-lg);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(242, 215, 178, .88);
  box-shadow: 0 12px 26px rgba(117, 70, 18, .09);
}
.tp-card::after {
  content: "";
  position: absolute;
  width: 86px; height: 86px;
  right: -22px; bottom: -26px;
  border-radius: 999px;
  background: rgba(255, 138, 0, .10);
}
.tp-card__icon {
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  border-radius: 20px;
  background: var(--tp-orange-soft);
  font-size: 28px;
}
.tp-card h3 {
  margin: 18px 0 8px;
  color: var(--tp-brown);
  font-size: 18px;
  font-weight: 900;
}
.tp-card p { margin: 0; color: var(--tp-brown-soft); line-height: 1.75; font-weight: 600; }
.tp-categoryGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.tp-category {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 154px;
  padding: 18px 12px 16px;
  border-radius: 24px;
  text-align: center;
  text-decoration: none !important;
  color: var(--tp-brown) !important;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(242, 215, 178, .92);
  box-shadow: 0 9px 22px rgba(117, 70, 18, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tp-category:hover {
  transform: translateY(-3px) rotate(-.2deg);
  border-color: rgba(255, 138, 0, .46);
  box-shadow: 0 14px 30px rgba(117, 70, 18, .12);
}
.tp-category img { width: 58px; height: 58px; object-fit: contain; }
.tp-category strong { font-weight: 900; font-size: 15px; }
.tp-category span { color: var(--tp-brown-soft); font-size: 12px; line-height: 1.45; }
.tp-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--tp-radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 138, 0, .12), rgba(122, 197, 154, .13)),
    #fffdf8;
  border: 1px solid rgba(242, 215, 178, .95);
  box-shadow: var(--tp-shadow);
}
.tp-banner h2 { margin: 0 0 8px; font-size: clamp(23px, 3vw, 34px); }
.tp-banner p { margin: 0; line-height: 1.8; color: var(--tp-brown-soft); font-weight: 650; }
.tp-banner img { width: min(280px, 32vw); }
.tp-infoList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tp-info {
  padding: 22px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 138, 0, .38);
  background: rgba(255, 255, 255, .78);
}
.tp-info h3 { margin: 0 0 8px; font-size: 17px; font-weight: 900; }
.tp-info p { margin: 0; color: var(--tp-brown-soft); line-height: 1.75; font-weight: 600; }
.tp-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff7ea;
  color: var(--tp-brown-soft);
  border: 1px solid rgba(242, 215, 178, .95);
  line-height: 1.7;
  font-weight: 650;
}
.tp-footerBlock {
  max-width: var(--tp-container);
  margin: 42px auto 0;
  padding: 26px;
  border-radius: 28px;
  background: #fffdf8;
  border: 1px solid rgba(242, 215, 178, .95);
  box-shadow: 0 10px 24px rgba(117, 70, 18, .08);
}
.tp-footerBlock__inner {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: center;
}
.tp-footerBlock img { width: 80px; height: 80px; }
.tp-footerBlock h2 { margin: 0 0 6px; font-size: 22px; font-weight: 900; }
.tp-footerBlock p { margin: 0; color: var(--tp-brown-soft); line-height: 1.7; font-weight: 650; }
.tp-floatingBird {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fffdf8;
  border: 2px solid rgba(255, 138, 0, .38);
  box-shadow: 0 12px 24px rgba(117, 70, 18, .16);
  text-decoration: none;
}
.tp-floatingBird img { width: 44px; height: 44px; }

@media (max-width: 960px) {
  .tp-hero { grid-template-columns: 1fr; padding: 30px; }
  .tp-hero__visual { max-width: 520px; margin: 0 auto; }
  .tp-cardGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-categoryGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tp-banner { grid-template-columns: 1fr; }
  .tp-banner img { width: min(360px, 82vw); justify-self: center; }
  .tp-infoList { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { background: var(--tp-cream); }
  .tp-page { --tp-gap: 14px; }
  .tp-hero { border-radius: 28px; padding: 24px 18px; margin-top: 12px; }
  .tp-actions { display: grid; }
  .tp-btn { width: 100%; }
  .tp-section__head { display: block; }
  .tp-cardGrid { grid-template-columns: 1fr; gap: 13px; }
  .tp-categoryGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tp-category { min-height: 140px; padding: 15px 8px; }
  .tp-category img { width: 50px; height: 50px; }
  .tp-banner { border-radius: 24px; padding: 22px 18px; }
  .tp-footerBlock { border-radius: 22px; padding: 20px; }
  .tp-footerBlock__inner { grid-template-columns: 1fr; text-align: center; }
  .tp-footerBlock img { margin: 0 auto; }
  .tp-floatingBird { width: 56px; height: 56px; right: 12px; bottom: 12px; }
}


/* =====================================================
   Footer text color fix
   フッター文字が白くて見えない問題の修正
===================================================== */

.ec-footerRole,
.ec-footerRole *,
.ec-footerRole a,
.ec-footerRole a:visited,
.ec-footerTitle,
.ec-footerNavi,
.ec-footerNavi__link,
.ec-footerCopyright,
.tp-footer,
.tp-footer *,
.tp-footer a,
.tp-footer a:visited,
.footer,
.footer *,
.footer a,
.footer a:visited,
footer,
footer *,
footer a,
footer a:visited {
    color: #222222 !important;
}

.ec-footerRole a:hover,
.ec-footerNavi__link:hover,
.tp-footer a:hover,
.footer a:hover,
footer a:hover {
    color: #e87512 !important;
    text-decoration: underline;
}

.ec-footerRole,
.tp-footer,
.footer,
footer {
    background: #fff8ec !important;
}

.ec-footerCopyright {
    color: #555555 !important;
}

/* Product detail title top spacing */
.ec-productRole__profile {
    padding-top: 40px !important;
}
@media (max-width: 768px) {
    .ec-productRole__profile {
        padding-top: 24px !important;
    }
}

/* =====================================================

===================================================== */

.torippie-realshop-page {
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 28px 16px 56px !important;
    color: #3b2a1e !important;
}

.torippie-realshop-hero {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 28px !important;
    align-items: center !important;
    background: #fff8ef !important;
    border: 2px solid #f3a23a !important;
    border-radius: 22px !important;
    padding: 28px !important;
    margin-bottom: 34px !important;
}

.torippie-realshop-label {
    display: inline-block !important;
    background: #f39800 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    margin-bottom: 12px !important;
}

.torippie-realshop-hero h1,
.torippie-realshop-section h2,
.torippie-realshop-info h2,
.torippie-realshop-access h2 {
    font-weight: 800 !important;
    line-height: 1.4 !important;
    margin-bottom: 14px !important;
    color: #3b2a1e !important;
}

.torippie-realshop-hero p,
.torippie-realshop-section p,
.torippie-realshop-info p {
    line-height: 1.9 !important;
}

.torippie-realshop-hero__image img,
.torippie-realshop-gallery img {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    display: block !important;
}

.torippie-realshop-section,
.torippie-realshop-info,
.torippie-realshop-access {
    margin-top: 36px !important;
}

.torippie-realshop-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

.torippie-realshop-gallery figure {
    margin: 0 !important;
}

.torippie-realshop-info__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    margin-top: 18px !important;
}

.torippie-realshop-info__card {
    background: #fff !important;
    border: 1px solid #f1d2a4 !important;
    border-radius: 16px !important;
    padding: 18px !important;
}

.torippie-realshop-info__card h3 {
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    color: #b65f00 !important;
}

.torippie-realshop-access table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    margin-top: 18px !important;
}

.torippie-realshop-access th,
.torippie-realshop-access td {
    border: 1px solid #efd6b0 !important;
    padding: 14px !important;
    text-align: left !important;
    vertical-align: top !important;
}

.torippie-realshop-access th {
    width: 160px !important;
    background: #fff3df !important;
    font-weight: 800 !important;
}

.torippie-realshop-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 22px !important;
}

.torippie-realshop-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    background: #f39800 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
    border: none !important;
}

.torippie-realshop-btn:hover {
    opacity: 0.88 !important;
    color: #fff !important;
}

.torippie-realshop-btn--sub {
    background: #6b4a2b !important;
}

/*  */
.torippie-realshop-product-footer {
    max-width: 1120px !important;
    margin: 34px auto 24px !important;
    padding: 0 16px !important;
}

.torippie-realshop-product-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    background: #fff8ef !important;
    border: 2px solid #f3a23a !important;
    border-radius: 18px !important;
    padding: 18px 20px !important;
}

.torippie-realshop-product-inner strong {
    display: block !important;
    font-size: 20px !important;
    margin-bottom: 6px !important;
    color: #b65f00 !important;
}

.torippie-realshop-product-inner p {
    margin: 0 !important;
    line-height: 1.7 !important;
    color: #3b2a1e !important;
}

@media (max-width: 768px) {
    .torippie-realshop-hero {
        grid-template-columns: 1fr !important;
    }

    .torippie-realshop-gallery {
        grid-template-columns: 1fr 1fr !important;
    }

    .torippie-realshop-info__grid {
        grid-template-columns: 1fr !important;
    }

    .torippie-realshop-access th,
    .torippie-realshop-access td {
        display: block !important;
        width: 100% !important;
    }

    .torippie-realshop-product-inner {
        display: block !important;
        text-align: center !important;
    }

    .torippie-realshop-product-inner .torippie-realshop-btn {
        width: 100% !important;
        margin-top: 14px !important;
    }
}

