@charset "Shift_JIS";
/* CSS Document */
/*==============================================
共通 ここから
================================================*/

/* パンくず削除 */
#pankuzu {
    display: none;
}
.header-info-red {
    display: none !important;
}
a {
    display: block;
}

/* br用クラス */
.smp-none {
    display: none;
}

/* フッター余白削除 */
footer {
    margin-top: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

/* 価格プロ リセット */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}

/* 変数指定 */
:root {
    /* 共通フォントサイズ(ディスプレイが390px時に14pxとなる) ※.kikisemaru-innerの中の要素のみ */
    --font-size-text: 3.6cqw;

    /* 使用カラー */
    --color-orange: #db1d4e;

    /* アクティブ時のカラー */
    --color-active: #fc81bb;

    /* 横の余白 */
    --margin-space-beside: 1em;

    /* 縦の余白 */
    --margin-space-vertical: 1em;
    /* 幅 */
    --margin-space-vertical: 1em;
}

.kikisemaru .smp_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
kikisemaru 共通 STR
================================================*/

.kikisemaru {
    background: linear-gradient(to bottom, #0278bd, #21c098);
}

.kikisemaru .contents {
    margin: 0 auto;
    text-align: center;
    background-color: #fffecb;
    padding: 0 0 1.5em;
}

.kikisemaru .contents section {
    width: 95%;
    margin: auto;
}

.kikisemaru .contents .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1em;
}

.kikisemaru img {
    width: 100%;
    height: auto;
    display: block;
}

/*==============================================
contents 共通 END
================================================*/

/*==============================================
kikisemaru-top 看板 STR
================================================*/
.kikisemaru .kikisemaru-section.top {
    width: 100%;
    position: relative;
}
.kikisemaru .kikisemaru-section.top .top-title {
    position: absolute;
    width: 100%;
    top: 0%;
    right: 0;
    animation: zoomIn .7s ease-in;
}
@keyframes zoomIn {
    0% {
    transform: scale(4.5);  
    opacity: 0;
    }
    90% {
        transform: translateY(0);
    }
    92% {
        transform: translateY(-2vw);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform: translateX(0);
    }
}

/*==============================================
kikisemaru 看板 END
================================================*/


/*==============================================
kikisemaru 家電セット STR
================================================*/
.kikisemaru .contents .kaden-set {
    margin: 1em auto;
    width: 95%;
}
.kikisemaru .contents .kaden-set .col_2 {
    gap: 0;
}
.kikisemaru .contents .kaden-set .col_2 li a {
    position: relative;
}
.kikisemaru .contents .kaden-set .col_2 li a .click01 {
    position: absolute;
    top: 20%;
    left: 3%;
    width: 3em;

    animation: floatY 1.5s ease-in-out infinite;
    transform: translateZ(0);
    will-change: transform;
}
.kikisemaru .contents .kaden-set .col_2 li a .click02 {
    position: absolute;
    top: 20%;
    right: 3%;
    width: 3em;

    animation: floatY 1.5s ease-in-out infinite;
    transform: translateZ(0);
    will-change: transform;
}

@keyframes floatY {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/*==============================================
kikisemaru 家電セット END
================================================*/

/*==============================================
kikisemaru イチオシアイテム STR
================================================*/
.kikisemaru .contents .itioshi-item {
    margin: 1em auto;
    width: 95%;
}
.kikisemaru .contents .itioshi-item .col_2 {
    gap: 0.5em;
}
/*==============================================
kikisemaru イチオシアイテム END
================================================*/

/*==============================================
kikisemaru セールアイテム STR
================================================*/
.kikisemaru .contents .sale-item {
    margin: 1em auto;
    width: 95%;
}
.kikisemaru .contents .sale-item h2 {
    font-size: 1.5em;
    border-bottom: solid 1px #505050;
    padding: 0 0 .2em;
    margin: 1em auto .5em;
}
.kikisemaru .contents .sale-item .col_2 {
    gap: 0.5em;
}
.kikisemaru .contents .sale-item .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.5em;
    margin: 0.5em 0;
}
.kikisemaru .contents .sale-item li {
    position: relative;
    background-color: #fffd9c;
    border: solid 1px #333;
    border-radius: 7px;
}
.kikisemaru .contents .sale-item li img {
    border-radius: 7px;
    padding: 1px;
    box-sizing: border-box;
}
.kikisemaru .contents .sale-item li .item_price {
    position: absolute;
    bottom: -3px;
    left: 0;
    font-size: 2.1em;
    font-weight: 400;
    color: #e50012;
    letter-spacing: 1.5px;
    font-family: "Anton", "Lato", sans-serif;
    font-style: italic;
    text-shadow: 2px 2px #fff;
    margin-left: 3px;
}
.kikisemaru .contents .sale-item li .price_line {
    text-decoration: line-through;
    text-shadow: 1px 0 0 #fff,-1px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
    color: #333;
    font-family: "Anton", "Lato", sans-serif;
}
.kikisemaru .contents .sale-item .col_3 li .item_price {
    font-size: 1.3em;
}
.kikisemaru .contents .sale-item .col_3 li .price_line {
    font-size: 0.5em;
}
.kikisemaru .contents .sale-item .more-btn {
    width: 90%;
    margin: 1em auto;
    background-color: #156ca8;
    border-radius: 5px;
}
.kikisemaru .contents .sale-item .more-btn a {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0.4em 0;
}
/*==============================================
kikisemaru セールアイテム END
================================================*/

/*==============================================
kikisemaru キーワードから探す STR
================================================*/
.kikisemaru .contents .keyword {
    margin: 1em auto;
    width: 95%;
}
.kikisemaru .contents .keyword h2 {
    font-size: 1.5em;
    border-bottom: solid 1px #505050;
    padding: 0 0 .2em;
    margin: 1em auto .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kikisemaru .contents .keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.kikisemaru .contents .keyword-list li a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  background: #f2f3f5;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}
/*==============================================
kikisemaru キーワードから探す END
================================================*/

/*==============================================
ページトップ　ここから
================================================*/
.kikisemaru .contents .pagetop {
    margin: 2em auto 1em;
}
.kikisemaru .contents .top-back {
    width: 85%;
    margin: 0 auto;
    background-color: #333;
    border: solid 1px #333;
    border-radius: 50px;
    font-size: 1.3em;
    color: #fff;
    padding: 0.2em 0;
    font-size: 1.2em;
    font-weight: 600;
}

.kikisemaru .contents .top-back a:hover {
    color: #fff !important;
}

#bigsale_202602 .top-back i {
    font-size: 1rem;
    line-height: 0;
}

/*==============================================
ページトップ　ここまで
================================================*/