@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となる) ※.daio-paper-innerの中の要素のみ */
    --font-size-text: 3.6cqw;

    /* 使用カラー */
    --color-orange: #4174b3;

    /* アクティブ時のカラー */
    --color-active: #0090ff;

    /* テキストカラー */
    --color-main: #521e1e;

    /* 横の余白 */
    --margin-space-beside: 1em;

    /* 縦の余白 */
    --margin-space-vertical: 1em;
    /* 幅 */
    --margin-space-vertical: 1em;
}

.daio-paper .smp_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
daio-paper 共通 STR
================================================*/

.daio-paper {
    font-size: var(--font-size-text);
    color: var(--color-main);
}

.daio-paper * {
    box-sizing: border-box;

    /* 要素全てに同じフォントサイズを指定 */
    font-size: var(--font-size-text);
}
.daio-paper a {
    display: block;
}
.daio-paper span {
    font-size: 1em;
    line-height: 1;
}
.daio-paper img {
    width: 100%;
    height: auto;
    display: block;
}
.daio-paper svg {
    width: 100%;
}
.daio-paper .daio-paper-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:1em 0;
}

/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1em;
}
.daio-paper .contents {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */

    /* background-size: 40px 40px; */
    background-position: 0 0, 20px 20px;
    background: url(/IMAGE/brand-daio-paper/bg.png);
    background-size: 93px;
}
.daio-paper .daio-paper-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.daio-paper .daio-paper-block.gyotensale-flex {
    display:flex;
    justify-content: center;
    background: #fff;
    padding: 1em;
    gap: .7em;
    padding: 0 1em;
}
/* 共通見出し */
.daio-paper .daio-paper-section .section-title {
    margin: 0 auto calc(var(--margin-space-vertical) / 2);
    text-align: center;
    display: flex;
    justify-content: center;
    color: #222;
    line-height: 1;
    gap: .4em;
    justify-content: space-between;
    padding: 0 .5em;
}
.daio-paper .daio-paper-section .section-title .left{
    display: flex;
    align-items: center;
    gap: .5em;
}
.daio-paper .daio-paper-section .section-title.center {
    justify-content: center;
}
.daio-paper .daio-paper-section .section-title__text {
    position: relative;
    font-size: 1.2em;
    position: relative;
    z-index: 100;
}
/* 商品見出し（見出し+もっと見るの形） */
.daio-paper .section-title.left{
    justify-content: flex-start;
}
.daio-paper .section-title h2{
    color: #222;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: .2em;
    line-height: 1.4em;
}
.daio-paper .section-title h2 span.box{
    background: #fadfac;
    color: #d22d1a;
    padding: .2em .3em;
    font-size: .8em;
    width: 100%;
    text-align: center;
}
.daio-paper .section-title h2 span.big{
    font-size: 1.6em;
    display: contents;
}
.daio-paper .section-title h2 span.small{
    font-size: .6em;
    color: #fadfac;
    font-weight: normal;
}
.daio-paper .deco{
    width:4.7em;
}
/* 共通カテゴリ遷移ボタン */
.daio-paper .section-catebtn {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100cqw;
    padding: 1em 0;
    color: #FFF;
    font-size: 1em;
    background-color: #1f0a07;
    gap: .3em;
    line-height: normal;
    text-align: center;
    border: .2em solid #1f0a07;
}

.daio-paper .section-catebtn .plazaicon-sitamuki-2{
    display: inline-block;
    transform: rotate(-90deg);
    font-size: .8em;
}

.daio-paper a.section-catebtn:hover {
    border: .2em solid #1f0a07;
    color: #1f0a07!important;
    background-color: #1f0a0700;
}

/*==============================================
contents 共通 END
================================================*/

/*==============================================
daio-paper-contents 全体枠 STR
================================================*/
.daio-paper .contents{
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.daio-paper .contents-inner{
    padding: 1em 1em;
}
#daio-paper .back {
    background-color: #e2f1ff;
}
/*==============================================
daio-paper-contents 全体枠 END
================================================*/

/*==============================================
daio-paper-top 看板 STR
================================================*/
.daio-paper .daio-paper-section.top{
    padding: 0;
}
/*==============================================
daio-paper-contents 看板 END
================================================*/


/*==============================================
    見出し STA
================================================*/
.daio-paper .midashi {
    text-align: center;
    margin-bottom: .5em;
}
.daio-paper .midashi h2{
    font-size: 1.5em;
}
.daio-paper .midashi h3{
    font-size: 1.4em;
    margin-top: .5em;
}
.daio-paper .midashi h4{
    font-size: 1.2em;
    color: #222;
}
.daio-paper .midashi img{
    width: 22em;
    margin: 0 auto;
}
/*==============================================
    見出し END
================================================*/


/*==============================================
daio-paper 商品 STR
================================================*/
.daio-paper-section {
    padding: .7em 0 1em 0;
}

/* 商品共通CSS */
.daio-paper .daio-paper-section .daio-paper-item-wrap {
    position: relative;
}
.daio-paper .daio-paper-section .daio-paper-item-inner {
    width: 100%;
    display: flex;
    /* スクロールバーの余白調節 */
    overflow-x: scroll;
    padding-left: var(--margin-space-beside);
    padding-right: var(--margin-space-beside);
    padding-bottom: .9em;
}

.daio-paper .daio-paper-section .daio-paper-item {
    position: relative;
    width: 15em;
    min-width: 15em;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1em;
    transition: .3s;
    flex-direction: column;
    box-shadow: 0px 3px 3px #bbbbbbc7;
}
.daio-paper .daio-paper-section .daio-paper-item:nth-last-of-type(1) {
    margin-right: 0;
}
/* 商品：キャッチコピー */
.daio-paper .daio-paper-section .daio-paper-item__copy {
    font-size: .9em;
    padding: .9em 0 .8em .8em;
    white-space: nowrap;
}
.daio-paper .daio-paper-section .daio-paper-item__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
.daio-paper .daio-paper-section .daio-paper-item__thum {
    width: 100%;
    overflow: hidden;
}
.daio-paper .daio-paper-section .daio-paper-item__thum img {
    transition: .3s;
}

/* 商品：サムネより下のインナー */
.daio-paper .daio-paper-section .daio-paper-item__inner {
    padding: .5em;
    display: flex;
    flex-direction: column;
    gap: .4em;
}

/* 商品：在庫数 */
.daio-paper .daio-paper-section .daio-paper-item__zaiko {
    line-height: 1;
    font-size: 1em;
    padding-bottom: .1em;
}
.daio-paper .daio-paper-section .daio-paper-item__zaiko .num {
    font-size: 1.3em;
    font-weight: 600;
    padding: 1em 0;
}

/* 商品：商品名 */
.daio-paper .daio-paper-section .daio-paper-item__name {
    color: #222;
    height: 3.7em;
    display: flex;
    padding: .3em .5em;
    background-color: #fbf8f8;
}
.daio-paper .daio-paper-section .daio-paper-item__name__h3 {
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/* 商品：価格 */
.daio-paper .daio-paper-section .daio-paper-item__price {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    gap: .3em;
    margin-bottom: 0;
}
.daio-paper .daio-paper-section .daio-paper-item__price .main-price,
.daio-paper .daio-paper-section .daio-paper-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}
.daio-paper .daio-paper-section .daio-paper-item__price .main-price {
    font-size: 1.1em;
    color: #eb0012;
}
.daio-paper .daio-paper-section .daio-paper-item__price .main-price::first-letter,
.daio-paper .daio-paper-section .daio-paper-item__price .sub-price::first-letter {
    font-size: .8em;
}
.daio-paper .daio-paper-section .daio-paper-item__price .sub-price {
    font-size: .7em;
    color: #a1a1a1;
}
.daio-paper .daio-paper-section .daio-paper-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
/* カスタム */
.daio-paper .daio-paper-section .daio-paper-item__custom {
    display: flex;
    gap: 5px;
    margin-bottom: .5em;
}
.daio-paper .daio-paper-section .daio-paper-item__custom .custom{
    background-color: pink;
    border-radius: 3px;
    padding: 0 0.3em;
}

/* 販促アイコン */
.daio-paper .daio-paper-section .daio-paper-item__zaiko {
    display: flex;
    gap: .3em;
}
.daio-paper .daio-paper-section .daio-paper-item__promo .promo-icon {
    background-color: #fd4d4d;
    color: #FFF;
    line-height: 1.3em;
    padding: 0 .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 販促が空の場合でも高さが合うように */
    height: 2em;
    text-align: center;
}

.daio-paper .daio-paper-section .daio-paper-item__zaiko .outlet-icon {
    color: #d96702;
}

/* 詳細はこちら */
.daio-paper .daio-paper-section .daio-paper-item__link {
    color: var(--color-active);
    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .3s;
    line-height: 1;
}

/*==============================================
daio-paper 商品 END
================================================*/

/*==============================================
daio-paper もっとみる STR
================================================*/
.daio-paper .daio-paper-section .section-title .section-title__more {
    display: flex;
    align-items: center;
    gap: .3em;
}
.daio-paper .daio-paper-section .section-title .section-title__more a{
    font-size: .9em;
    line-height: 1;
    background: #ffffff9e;
    padding: .5em .5em .5em 0.5em;
    border-radius: 100em;
    color: #222;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .8em;
    border: .2em solid #222;
    width: 13em;
    justify-content: center;
}
.daio-paper .daio-paper-section .section-title .section-title__more i {
    font-size: .9em;
    padding-top: .2em;
}

.daio-paper .daio-paper-section .more-btn ul{
    display: flex;
    align-items: center;
    gap: .3em;
    flex-wrap: wrap;
    margin: .5em 0 1em;
}
.daio-paper .daio-paper-section .more-btn li {
    width: calc(98% / 2);
    padding: .5em;
    border-radius: 5px;
}
.daio-paper .daio-paper-section.school_01 .more-btn li{
    background-color: aliceblue;
    border: solid 2px #70b7f5;
}
.daio-paper .daio-paper-section.school_02 .more-btn li {
    background-color: #fff0e3;
    border: solid 2px #fb9737;
}
.daio-paper .daio-paper-section.school_03 .more-btn li {
    background-color: #f8fff1;
    border: solid 2px #a8cb5c;
}
/*==============================================
daio-paper もっとみる END
================================================*/

/*==============================================
daio-paper-happybag 商品スライダーなし STR
================================================*/
.daio-paper .daio-paper-section.happybag .col_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:1em;
    margin-top: 1em;
}
.daio-paper .daio-paper-section.happybag .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1em;
}
.daio-paper .daio-paper-section.happybag ul li a{
    border: 3px solid #fff;
}
/*==============================================
daio-paper-happybag 商品スライダーなし END
================================================*/

/*==============================================
daio-paper-list カテゴリ STR
================================================*/
.daio-paper .daio-paper-section.list .section-title__text {
    color: #000;
}

.daio-paper .daio-paper-section.list {
    background-color: #f7f7f7;
    padding: var(--margin-space-vertical) 0;
}

.daio-paper .daio-paper-section .list-category {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 var(--margin-space-beside);
    margin: 0 auto;
}
.daio-paper .daio-paper-section .list-category__item {
    position: relative;
    width: 49%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 .2em;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-top: .8em;
    background-color: #FFF;
    font-size: 1em;
    height: 5em;
    gap: .3em;
}
.daio-paper .daio-paper-section .list-category__item.other {
    padding-left: 4.5em;
}

.daio-paper .daio-paper-section .list-category__item:nth-of-type(1),
.daio-paper .daio-paper-section .list-category__item:nth-of-type(2) {
    margin-top: 0;
}
.daio-paper .daio-paper-section .list-category__item .img {
    width: 3.8em;
}
.daio-paper .daio-paper-section .list-category__item .new-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
}

/*==============================================
daio-paper-list カテゴリ END
================================================*/


/*==============================================
ページトップ　ここから
================================================*/
#daio-paper .top-back {
    right: 1em;
    z-index: 10;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4275b3c9;
    color: #ffffff;
    width: 4rem;
    height: 4rem;
    border-radius: 100vw;
    bottom: 54px;
    font-size: 1.2em;
}

#daio-paper .top-back a:hover {
    color: #fff !important;
}

#daio-paper .top-back i {
    font-size: 1rem;
    line-height: 0;
}

/*==============================================
ページトップ　ここまで
================================================*/

/*==============================================
クーポン
================================================*/
#daio-paper .coupon{
    margin: 1em;
}
#daio-paper .coupon ul{
    display: flex;
}

/*==============================================
ボタン
================================================*/
#daio-paper .item .btn {
    background-color: #4174b3;
    padding: 1em;
    border-radius: 50px;
    margin: 1em 0;
    border: solid 3px #fff;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 1px #9191919e;
}