/*=============================================*/
/*01 common*/
/*=============================================*/

/* 人気商品 */
.popular-ranking-grp {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ded3bb;
    list-style: none;
    padding: 0;
    margin: 0;}

.popular-ranking-grp-top-border {
    border-top: 1px solid #ded3bb; }

.popular-ranking-one-column-item,
.popular-ranking-two-column-item,
.popular-ranking-three-column-item {
    position: relative;
    text-align: center;
    padding: 30px 1.66% 30px;
    font-size: 1.9rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ded3bb;
    border-right: 1px solid #ded3bb; }

.popular-ranking-one-column-item {
    width: 100%; }

.popular-ranking-two-column-item {
    width: calc(100% / 2); }

.popular-ranking-three-column-item {
    width: calc(100% / 3); }

.popular-ranking-two-column-item a {
    display: block; }

.popular-ranking-img {
    width: 100%; }

.popular-ranking-product-name,
.popular-ranking-product-price,
.popular-ranking-product-stock span {
    line-height: 1.5;
    font-size: 13px; }

.popular-ranking-product-name {
    padding: 20px 0 5px; }

.popular-ranking-product-price {
    margin-bottom: 15px; }

.popular-ranking-product-stock {
    color: #f28990; }

.popular-ranking-btn-comparison {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #efece8; }

@media screen and (max-width: 760px) {
    .popular-ranking-two-column-item {
        width: 100%; }
    .popular-ranking-three-column-item {
        width: calc(100% / 2); }
    .popular-ranking-three-column-item:first-of-type {
        width: 100%; }
    .popular-ranking-product-name,
    .popular-ranking-product-price,
    .popular-ranking-product-stock span {
        line-height: 1.8; }
}

/* カテゴリから選ぶ */
.ht-category-list__ttl03{
  margin: 40px 0 20px;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 760px) {
  .ht-category-list__ttl03{
      margin: 20px 0;
      font-size: 30px;
      padding-top: 10%; }

}

/* よくある質問 ベージュデザイン */
.faq-group {
    display: flex;
    flex-wrap: wrap; }

.faq-group .faq-item {
    width: calc(98% / 3);
    text-align: center;
    margin-bottom: 16px; }

.faq-group .faq-item:not(:nth-of-type(3n)) {
margin-right: 1%; }

.faq-group .faq-item dt {
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    border-radius: 10px;
    font-weight: bold;
    background-color: #E7E1D7;
    cursor: pointer;
    padding: 16px 4px; }

.faq-group .faq-item dd {
    display: none;
    text-align: left;
    border-radius: 0 0 10px 10px;
    background-color: #E7E1D7;
    padding: 20px 4px 12px 4px;
    margin-top: -10px; }

.faq-group .faq-item dd a {
    display: block;
    text-align: right;
    color: #2F5597;
    padding: 6px 10px 0 0; }

@media screen and (max-width: 760px) {
    .faq-group .faq-item {
        width: 100%; }
    .faq-group .faq-item:not(:nth-of-type(3n)) {
        margin-right: 0; }
    .faq-group .faq-item dt {
        height: auto; } }

/* ご購入ガイド */
.footer-guide {
    margin-bottom: 40px; }

.footer-guide-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px; }

.footer-guide-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 20px; }

.footer-guide-item {
    width: calc(90% / 3); }

.footer-guide-item:not(:last-of-type) {
    margin-right: 1%; }

.footer-guide-item-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }

.footer-guide-btn {
    text-align: center;
    text-decoration: underline; }

@media screen and (max-width: 760px) {
    .footer-guide-item {
        width: 100%; }
    .footer-guide-item:not(:last-of-type) {
        margin-right: 0%;
        margin-bottom: 20px; } }

/* フッター ロゴ下部の内部リンク */
.f-menu-grp-box {
    display: inline-block;
    justify-content: unset; }

.f-menu-upper-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding-bottom: 28px; }

@media screen and (max-width: 760px) {
    .f-menu-grp-box {
        display: block; }
    .f-menu-upper-grp {
        border-top: 1px solid rgba(115, 99, 87, 0.3);
        padding-bottom: 0px; }
    .ht-footer__menu__item.f-menu-upper-item {
        width: 33%;
        border-bottom: unset;
        border-right: unset;
        text-align: center; }
    .ht-footer__menu__item.f-menu-upper-item:not(:last-of-type) {
        border-right: 1px solid rgba(115, 99, 87, 0.3); } }

/* フッター カテゴリーの内部リンク */
.ht-footer__sitemap {
    padding: 20px 10px 0; }

.ht-footer__sitemap__title {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px; }

.ht-footer__sitemap__subtittle {
    text-align: left;
    font-size: 1.4rem;
    padding-left: 5rem;
    margin-bottom: 10px; }

.ht-footer__sitemap__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    padding-left: 10rem;
    margin-bottom: 20px; }

.ht-footer__sitemap__item {
    font-size: 12px; }

.ht-footer__sitemap__item::before {
    content: "―";
    display: inline-block;
    margin: 0 7px 0 35px; }

@media screen and (max-width: 760px) {
    .ht-footer__sitemap {
        padding: 20px 8px; }
    .ht-footer__sitemap__title {
        margin-bottom: 20px; }
    .ht-footer__sitemap__subtittle {
        padding-left: 0.5rem;
        margin-bottom: 16px; }
    .ht-footer__sitemap__list {
        gap: 25px 15px;
        padding-left: 0.5rem;
        margin-bottom: 25px; }
    .ht-footer__sitemap__item {
        font-size: 13px; }
    .ht-footer__sitemap__item::before {
        margin: 0 3px 0 6px; } }

/*=============================================*/
/*02 雛人形かがやき*/
/*=============================================*/


/*=============================================*/
/*03 五月人形*/
/*=============================================*/
